/*
  Creation Date: 16 February 2020
  Description: A default stylesheet for Jumbo - HTML Template.
  Version: 1.0
*/


/*=======================================================================
              [Table of Contents]
=========================================================================


/* =============== Colors Used =====================
Dark Blue: #001E3C
Cyan - #00c9b7
Red: #C51A1B | #C51A1B
Blue: #19344F  ||  rgba(0, 30, 60, 1);
===================================================*/


/* ================================= */


/*===== Typography =====*/


/* ================================= */
.table td, .table th {
    border-top: 1px solid #FFF;
}
body {
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
}
html {
    scroll-behavior: smooth;
}
html,
body {
    background-color: #EEE;
    height: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #19344F;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    color: #53555B;
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 2;
}

a {
    color: #030303;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover,
a:focus {
    color: #030303;
    text-decoration: none;
}

a:active {
    color: #030303;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

 ::-webkit-input-placeholder {
    padding-left: 8px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

 ::-moz-placeholder {
    padding-left: 8px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

 ::-ms-input-placeholder {
    padding-left: 8px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

 ::-o-input-placeholder {
    padding-left: 8px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}


/* ================================= */


/*===== My Css =====*/


/* ================================= */
.racing-count {
    font-size: 12px;
    margin-left: 3px;
    width: 18px;
    height: 18px;
    background-color: #c51a1b;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
}

.v--modal {
    margin-bottom: 80px !important;
}

.new-flashing {
    animation: new-flashing 0.8s ease infinite;
}

@keyframes new-flashing {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

.flashing {
    animation: flashing 1s ease infinite;
}

@keyframes flashing {
    0% {
        color: #FFF;
    }
    25% {
        color: #FFDF00;
    }
    50% {
        color: blue;
    }
    75% {
        color: #FFDF00;
    }
    100% {
        color: #FFF;
    }
}

.live-score-content iframe {
    min-height: 220px;
    width: 100%;
}

.deposit-menu-block .switch-tab {
    background-color: #FFF;
}

.multiples-form-btns .btn-primary.submit-btn[disabled="disabled"],
.multiples-form-btns .btn-primary.submit-btn[disabled="disabled"]:active,
.multiples-form-btns .btn-primary.submit-btn[disabled="disabled"]:focus {
    background-color: #9999 !important;
}

.commission-main-block .transaction-history-table .header {
    background-color: #FFF;
    padding: 8px;
}

.value-button:active {
    transform: scale(0.9);
}

.mobile-msg-block {
    font-size: 14px;
    position: relative;
    top: -1px;
    width: 100%;
    background-color: #22252c;
    margin: 0;
    padding: 0;
    height: 22px;
}

.under-card-4 {
    background-color: #EEE;
}

.event-detail-manage-main-block {
    background-color: #DBDBDB;
}

.toasted .primary.error,
.toasted.toasted-primary.error {
    background-color: #C51A1B !important;
}

.commission-header-block {
    margin-top: 10px;
    padding: 10px;
    background-color: #FFF;
}

.commission-header-block .commission-header-dtl-block {
    margin-bottom: 5px;
}

.commission-header-block .row .col-md-4:last-child .commission-header-dtl-block {
    margin-bottom: 0;
}

.light-2 {
    color: #333;
}

.nav-tab-main-block-2 .nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tab-main-block-2 .nav-tabs {
    background-color: #CCC;
}

.nav-tab-main-block-2 .nav-tabs a {
    width: 100%;
    display: block;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 700;
}

.nav-tab-main-block-2 .nav-tabs a.active {
    background-color: #C51A1B;
    color: #FFF;
}

.nav-tab-main-block-2 .nav-tabs a.active span {
    color: #FFF !important;
}

.restore-panel-event-row {
    border: 2px solid #EEE;
    margin: 10px 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-bg {
    background: transparent;
    background-color: transparent;
}

.setting-dropdown .dropdown-menu.show {
    transform: translate3d(-132px, 34px, 0px) !important;
}

.setting-dropdown {
    position: relative;
    top: 5px;
    margin-left: 15px;
}

@media (max-width: 786px) {
    .setting-dropdown {
        margin-right: 10px;
    }
}

.setting-dropdown a {
     color: #59cdff;
}

.setting-dropdown .dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.setting-dropdown .dropdown-menu .dropdown-item {
    padding: 8px 10px;
    border-radius: 4px;
}

.loader {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    z-index: 1;
    min-height: 300px;
}

.loader img {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small-loader .loader img {
    width: 50px;
}

.table {
    margin-bottom: 0;
}

.toggler.dark:checked+.button-toggle {
    background-color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #C51A1B;
}

.height-60 {
    height: 60px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.pagination button {
    margin: 0 10px !important;
    padding: 5px !important;
    line-height: 1 !important;
}

.pagination span {
    line-height: 1 !important;
    position: relative;
    top: 9px;
}

.agent-layout-main-block .logout-block {
    padding: 5px 10px;
    background-color: #333;
}

.agent-layout-main-block .logout-block h5 {
    position: relative;
    top: 3px;
    color: #FFF;
    font-weight: 500;
}

.agent-layout-main-block .logout-block a {
    font-size: 14px;
    font-weight: 500;
}

.agent-layout-main-block .logout-block a i {
    font-size: 15px;
}

.mx-table-date .today {
    color: #FFF !important;
    background-color: #C51A1B !important;
    border-radius: 4px !important;
}

.mx-calendar-content .cell.active,
.mx-calendar-content .cell:hover {
    border-radius: 4px !important;
}

.chart-fav-block i {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
}

.chart-fav-block i.fav {
    color: #C51A1B;
}

.main-event-page .chart-fav-block i {
    top: 5px;
    margin-right: 0;
    font-size: 20px;
}

.chart-fav-block i.rubberBand {
    -webkit-animation: rubberBand 500ms;
    animation: rubberBand 500ms;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
        transform: translateY(-50%) scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: translateY(-50%) scale3d(1.25, 0.75, 1);
        transform: translateY(-50%) scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: translateY(-50%) scale3d(0.75, 1.25, 1);
        transform: translateY(-50%) scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: translateY(-50%) scale3d(1.15, 0.85, 1);
        transform: translateY(-50%) scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: translateY(-50%) scale3d(0.95, 1.05, 1);
        transform: translateY(-50%) scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: translateY(-50%) scale3d(1.05, 0.95, 1);
        transform: translateY(-50%) scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
        transform: translateY(-50%) scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
        transform: translateY(-50%) scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: translateY(-50%) scale3d(1.25, 0.75, 1);
        transform: translateY(-50%) scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: translateY(-50%) scale3d(0.75, 1.25, 1);
        transform: translateY(-50%) scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: translateY(-50%) scale3d(1.15, 0.85, 1);
        transform: translateY(-50%) scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: translateY(-50%) scale3d(0.95, 1.05, 1);
        transform: translateY(-50%) scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: translateY(-50%) scale3d(1.05, 0.95, 1);
        transform: translateY(-50%) scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
        transform: translateY(-50%) scale3d(1, 1, 1);
    }
}

.home-main-block .content-body-main-block .section-heading-block .section-heading {
    line-height: 1;
}

.home-main-block .content-body-main-block .section-heading-block {
    padding: 0;
    height: auto;
}

.home-main-block .content-body-main-block .section-heading-inner-block {
    width: calc(100% / 3 - 5px);
    padding: 10px 0;
    background-color: transparent;
    border: none;
    outline: none;
    transition: all 399ms ease-in-out;
}

.home-main-block .content-body-main-block .section-heading-inner-block:focus,
.home-main-block .content-body-main-block .section-heading-inner-block:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.home-main-block .content-body-main-block .section-heading-inner-block.active {
    background-color: #C51A1B;
}

.fancy-com-text {
    padding: 2px;
    font-size: 10px;
    border-radius: 4px;
    border-width: 1.2px !important;
    font-weight: 700;
    width: 20px;
    opacity: 0.7;
    color: #333;
    border-style: solid;
    position: relative;
    top: -1px;
}

.fancy-msg-block {
    background-color: #F5F5F5;
    height: 18px;
    border-radius: 3px;
}

.fancy-msg {
    height: 18px;
}

.fancy-main-block .match-odds-title {
    display: inline-block;
}

.fancy-main-block .match-odds-tag {
    position: relative;
}

@media (max-width: 768px) {
    .toasted-container.bottom-center {
        bottom: 46px !important;
    }
}

.change-stake-form label {
    margin-bottom: 2px;
}

.change-stake-form .col-6 {
    margin-bottom: 10px;
}

.change-stake-form .change-password-btn-block {
    margin-top: 10px;
}

.default-close-btn {
    line-height: 0;
}

.btn-dark {
    background-color: #19344F !important;
}

.default-close-btn i {
    color: #C51A1B;
}

.form-group.error-block {
    margin-bottom: 30px !important;
}

.form-group.error-block input {
    border: 2px solid #C51A1B !important;
}

a.btn:focus,
button:focus,
.btn:focus {
    box-shadow: 0 0 0 2px #333;
}

iframe {
    outline: none;
    border: none;
    box-shadow: none;
}

.bold {
    font-weight: 600;
}

.inactive-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

.inactive-under-block {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.sus-all-heading {
    display: inline-block;
    top: 2px;
    position: relative;
    margin-right: 10px;
}

.captcha {
    position: absolute;
    top: -2px;
    right: 0;
}

.password-main-block {
    display: inline-block;
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
    margin-left: 20px;
    box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.btn-gray {
    background-color: #EEE;
    padding: 6px 10px !important;
}

.banking-main-block .btn-gray {
    height: 36px;
    margin-top: -3px;
    border: 1px solid #CCC !important;
    border-radius: 3px;
}

.settlement-button-block {
    margin: 30px 0;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .settlement-button-block {
        margin: 0;
    }
    .settlement-button-block .btn.btn-danger {
        margin-bottom: 15px;
    }
}

.mx-input {
    min-height: 40px;
}

.desk-stakes-block.cta {
    background: #FFF;
    border: 2px solid #CCC;
    margin-top: -4px;
    border-radius: 4px;
    transition: all 399ms ease-in-out;
    margin-bottom: 8px;
}

.desk-stakes-block.cta .mobile-bets-offer-item {
    background-color: transparent;
    color: #263f58;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.desk-stakes-block.cta .mobile-bets-offer-item:active {
    border-radius: 4px;
    font-weight: 700;
    box-shadow: inset 7px 7px 15px rgba(55, 84, 170, 0.15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.mobile-bets-offer-item.bg-light-grey {
    background-color: #EEE !important;
}

.mobile-bets-offer-item.bg-light-grey i {
    font-size: 20px;
    position: relative;
    top: 6px;
    font-weight: 700;
    color: #C51A1B;
}

.price-odds-popover {
    padding: 10px 0;
    margin: 5px 0 10px;
    border-radius: 3px;
}

#bet-slip .price-odds-popover {
    margin: 0;
}
#bet-slip .price-odds-popover.back {
    box-shadow: none;
}
#bet-slip .price-odds-popover.lay {
    box-shadow: none;
}
.offer-form {
    margin: 0;
}

.price-odds-popover {
    border: 2px solid #EEE;
}

.overlay {
    position: absolute;
    border-radius: 3px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
}

.price-odds-popover .form-control {
    border: none !important;
    box-shadow: none;
}

.price-odds-popover.back .form-control:focus {
    box-shadow: inset 0 0 6px 1px #8DD2F0 !important;
}

.price-odds-popover.lay .form-control:focus {
    box-shadow: inset 0 0 6px 1px #FEAFB2 !important;
}

.price-odds-popover.lay .form-control {
    background-color: #FCE3E4 !important;
}

.price-odds-popover.lay .offer-label {
    color: #FF7A7F !important;
}

.price-odds-popover.lay .value-button {
    background-color: #FF7A7F !important;
}

.mobile-bets-offer-header a:active {
    border: none;
    outline: none;
    box-shadow: inset 0 0 15px #000;
}

.mobile-bets-offer-body .mobile-bets-offer-item {
    font-weight: 700;
}

.mobile-bets-offer-body .mobile-bets-offer-item:active,
.mobile-bets-offer-right-item.mobile-bets-offer-item:active {
    box-shadow: inset 0 0 12px #999;
    border: none;
    outline: none;
}

.mobile-bets-offer-item {
    font-size: 14px;
}

.price-odds-popover.back {
    border: none;
    box-shadow: 0 0 18px 0px #8DD2F0;
}

.price-odds-popover.lay {
    border: none;
    box-shadow: 0 0 18px 0 #FEAFB2;
}

.multiples-form-btns {
    padding: 0 10px;
}

.text-danger-2 {
    color: #C51A1B !important;
    opacity: 1 !important;
}

.offer-form .form-group.fancy .form-control {
    padding-right: 12px;
}

.offer-form .form-group.fancy .offer-label {
    right: 12px;
}

.my-bets-panel-group {
    overflow-y: auto;
}

.my-bets-panel-group .my-bets-submenu-tab-link.active:after {
    background-color: #999;
}

.my-bets-panel-group .my-bets-submenu-tab-item a {
    color: #333;
    background-color: #FFF;
}

.my-bets-panel-group table thead {
    background-color: #CCC;
}

.my-bets-panel-group .menu-link li {
    background-color: #CCC !important;
}

.my-bets-panel-group .panel {
    border-bottom: 1px solid #CCC;
}

.my-bets-panel-group .panel-title {
    text-align: left;
    position: relative;
    padding: 10px;
    background-color: #FFF;
}

.my-bets-panel-group .panel-title a {
    color: #53555B;
}

.table thead th,
.table tbody td {
    padding: 6px 10px !important;
}

.my-bets-panel-group .panel-body {
    position: relative;
    text-align: left;
    background-color: #EEE;
}

.my-bets-panel-group .bets-panel {
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    text-align: left;
}

.my-bets-panel-group .panel-title .tabs-badge {
    right: 10px;
    top: 10px;
}

.margin-0 {
    margin: 0 !important;
}

.my-bets-panel-group table .badge-danger,
.badge-light.badge-danger {
    background-color: #FEAFB2 !important;
    cursor: #333 !important;
    color: #FFF;
}

.my-bets-panel-group table .badge-primary,
.badge-light.badge-primary {
    background-color: #8DD2F0 !important;
    cursor: #333 !important;
    color: #FFF;
}

.match-odds-tag {
    color: #19344F !important;
}

.match-odds-tag.success {
    color: #00B181 !important;
}

.match-odds-tag.danger {
    color: #C51A1B !important;
}

.match-odds-tag i {
    margin-right: 5px;
}

.offers-container-outer .form-control:focus {
    box-shadow: none !important;
}

.rotating {
    -webkit-animation: rotating 0.8s linear infinite;
    animation: rotating 0.8s linear infinite;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.betbazar-login-model .big-error-block {
    font-size: 16px;
    text-align: center;
    background-color: #C51A1B;
    border-radius: 0px;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 135px;

}

.price-odds-min-max-block.text-right {
    width: 56px;
}

.min-max-text {
    color: #888;
}

.border-1 {
    border: 1px solid #EEE;
}

.owl-carousel .owl-stage-outer {
    background-color: #FFF;
}

.sidebar-nav-item {
    white-space: nowrap;
}

table a {
    color: #00B2FF;
}

table a:hover,
table a:focus,
table a:active {
    color: #C51A1B;
}

.transaction-history-table .table button {
    padding: 1px 5px;
}

.transaction-history-table .table button i {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.text-success {
    color: #22BB92 !important;
}

.text-danger {
    color: #C51A1B !important;
}

.badge-success {
    background-color: #22BB92 !important;
}

.btn-success {
    background-color: #22BB92 !important;
}

.event-management-header .transaction-report-btn {
    padding: 0 !important;
}

.table thead th,
.table tbody td {
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

.pb-1 {
    padding-bottom: 10px;
}

.loading-block {
    position: relative;
    left: 92%;
    transform: translateX(-50%);
    width: 50px;
}

.loading-pulse {
    position: relative;
    width: 6px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.loading-pulse:before,
.loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
}

.loading-pulse:before {
    left: -12px;
}

.loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

@media (min-width: 768px) {
    .fancy-main-block .chart-body-heading-details {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .fancy-main-block .chart-body-heading-details {
        margin-right: 90px;
    }
}

.mr-8 {
    margin-right: 8px !important;
}

@-webkit-keyframes pulse {
    50% {
        background: white;
    }
}

@keyframes pulse {
    50% {
        background: white;
    }
}

.pl-16 {
    padding-left: 16px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.m-0 {
    margin: 0;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.btn {
    border-radius: 2px;
}

.form-control {
    background-color: #ECECED;
}

.form-control:focus {
    color: #252332;
    background-color: #ECECED;
    border-color: #252332;
    box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, .25) !important;
    font-weight: 500;
}

.mr-1 {
    margin-right: 10px !important;
}

.btn-danger {
    background-color: #C51A1B;
    color: #FFF;
    border-radius: 2px !important;
}

.btn-success {
    background-color: #00B181;
    border-radius: 2px !important;
}

.card-title {
    margin: 0 !important;
}

.modal-body {
    height: auto !important;
    max-height: calc(100vh - 180px) !important;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.pos-rel {
    position: relative !important;
}

.transaction-history-header .race-card-slider-item img {
    width: 18px !important;
    margin: 0 auto;
}

.transaction-history-header .race-card-slider-item span {
    position: relative;
    top: 5px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.under-card-2 .card-header .btn {
    text-transform: uppercase;
    font-weight: 600;
}

.under-card-2 .card-header button[aria-expanded="true"] {
    color: #C51A1B;
}

.under-card-2 .card-header button[aria-expanded="false"] {
    color: #19344F;
}

.card.under-card-3 {
    border: none;
}

.card.under-card-3 {
    background-color: #CCC;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.15);
    border: none;
}

.card.under-card-3 .card-title {
    color: #030303 !important;
}

@media (min-width: 1290px) {
    .event-management-block .btn-danger {
        border: none;
        padding: 2px 5px;
    }
    .event-management-block .btn-danger i {
        font-size: 20px;
        position: relative;
        top: 3px;
    }
    .card.under-card-3 .card-title {
        position: relative;
        top: 5px;
        color: #030303;
    }
}


/* CHECK BOX */

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #999;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00B2FF;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx.danger span:first-child:before {
    background: #C51A1B;
}

.cbx span:last-child {
    padding-left: 8px;
}

.cbx:hover span:first-child {
    border-color: #00B2FF;
}

.cbx.danger:hover span:first-child {
    border-color: #C51A1B;
}

.inp-cbx:checked+.cbx span:first-child {
    background: #00B2FF;
    border-color: #00B2FF;
}

.inp-cbx.danger:checked+.cbx.danger span:first-child {
    background: #C51A1B;
    border-color: #C51A1B;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.text-shadow {
    text-shadow: 1px 1px 2px #000;
}

.inp-cbx {
    display: block !important;
    position: absolute !important;
    opacity: 0 !important;
}

.cbx.focused span {
    box-shadow: 0 0 0 3px #333;
}

.cbx span {
    box-shadow: none;
}

.place-0::-webkit-input-placeholder {
    /* Edge */
    padding: 0 !important;
}

.place-0:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    padding: 0 !important;
}

.place-0::placeholder {
    padding: 0 !important;
}


/*
 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #CCC;
}

 ::-webkit-scrollbar {
    width: 12px;
    background-color: #DBDBDB;
}

 ::-webkit-scrollbar-thumb {
    background-color: #9B9B9B;
    height: 100px;
}
*/

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 3px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.tooltip-inner {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    background-color: #19344F !important;
    text-align: left;
    font-size: 12px;
    opacity: 1;
}

.badge-primary {
    background-color: #00B2FF !important;
}

.badge-danger {
    background-color: #C51A1B;
}

.pad-0 {
    padding: 0 !important;
}


/* ================================= */


/*===== General =====*/


/* ================================= */

.upper-layout-mobile-navigation-block .mobile-nav-menu-group .mobile-nav-menu-item {
    margin-bottom: 10px;
}

.upper-layout-mobile-navigation-block .mobile-nav-menu-group .mobile-nav-menu-item a {
    display: block;
    text-align: left;
    font-size: 15px;
    padding: 15px;
}

.tooltip.show {
    opacity: 1;
}

.tooltip.show .arrow:before {
    color: #383838;
    border-top-color: #383838;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.tooltip-inner {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    background-color: #383838 !important;
    text-align: left;
    font-size: 12px;
}

.btn-primary {
    width: 100%;
    padding-top: 8px;
    padding-left: 30px;
    padding-bottom: 6px;
    padding-right: 30px;
    border: none;
    font-size: 14px;
    border-radius: 2px;
    background-color: #C51A1B;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-primary:active {
    transform: scale(0.94);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
       background-color: #C51A1B;
    box-shadow: none;
    outline: none;
}

.btn-red {
        background-color: #C51A1B;
}
.btn-red:hover {
    background-color: #C51A1B;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
}

.section-heading-block {
    position: relative;
    /* height: 32px; */
    padding: 0 16px;
    background-color: #22252C;
    color: #FFFFFF;
}

.section-heading-block .section-heading {
    line-height: 32px;
}

.popular-markets-heading.section-heading-block {
    margin-bottom: 5px;
}

.section-heading {
    color: #FFFFFF;
}

.section-heading i {
    margin-right: 5px;
}

.section-heading-inner-block.active .section-heading {
    color: #FFF;
}

.live-casino-banner .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    color: #FFF !important;
    background-color: #53555B !important;
    font-size: 50px;
    top: 29.5px;
    transform: translate(0, -50%);
    width: 20px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    z-index: 1;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-prev:focus,
.owl-prev:active,
.owl-next:focus,
.owl-next:active {
    outline: none;
}

.owl-prev.disabled,
.owl-next.disabled {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.lightblue {
    background-color: #8DD2F0;
}

.darkblue {
    background-color: #252332;
}

.purple {
    background-color: #FEAFB2;
}

.darkpurple {
    background-color: #FF7A7F;
}

.pink {
    background-color: #FCE3E4;
}

.lightgreen {
    background-color: #E9F6FC;
}

.bg-success-light {
    background-color: rgba(34, 187, 146, 0.4);
}
.bg-success {
    background-color: #00b181 !important;
    color: #FFF !important;
}

.bg-danger-light {
    background-color: #FEAFB2;
}
.bg-danger {
    background-color: #f86c6b !important;
}

.hide {
    display: none;
}

.popover-header {
    display: none;
}

.popover {
    z-index: 2;
    left: 8px !important;
    width: 100%;
    max-width: 320px;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=37, Direction=117, Color=#263f58)";
    -moz-box-shadow: 4px 8px 37px -10px #263f58;
    -webkit-box-shadow: 4px 8px 37px -10px #263f58;
    box-shadow: 4px 8px 37px -10px #263f58;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=37, Direction=135, Color=#263f58);
}

.popover .popover-body {
    padding: 0;
}

.red-bg-btn {
    background-color: #C51A1B;
}

.red-bg-btn:hover {
    background-color: #C51A1B;
}

.red-bg-btn:active,
.red-bg-btn:focus {
    background-color: #C51A1B !important;
}

.white-bg-btn {
    background-color: #FFF;
    color: #00B2FF;
}

.white-bg-btn:hover {
    background-color: #FFF;
    color: #00B2FF;
}

.white-bg-btn:active,
.white-bg-btn:focus {
    background-color: #FFF !important;
    color: #00B2FF !important;
}

.overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #101010;
    background: url(/images/admin-bg.jpg); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.casino-grid-block .overlay-bg {
    background: none;
}


/* ================================= */


/*===== Topbar =====*/


/* ================================= */

.topbar-main-block {
    height: 60px;
    position: fixed;
    z-index: 3;
    width: 100%;
    background-color: #22252C;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.topbar-main-block.hide-topbar-main-block {
    top: -53px;
}

.topbar-content {
    padding-top: 10px;
    padding-right: 20px;
}

@media (min-width: 0px) {
    /* .mobile-nav-menu-items-outer.menu-count-5 {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    } */
}

@media (min-width: 120px) {
    /* .mobile-nav-menu-items-outer.menu-count-5 {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    } */
}

@media (min-width: 240px) {
    /* .mobile-nav-menu-items-outer.menu-count-5 {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    } */
}

@media (min-width: 360px) {
    /* .mobile-nav-menu-items-outer.menu-count-5 {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    } */
}

@media (min-width: 0px) {
    /* .mobile-nav-menu-items-outer {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    } */
}

@media (min-width: 180px) {
    /* .mobile-nav-menu-items-outer {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    } */
}

@media (min-width: 360px) {
    /* .mobile-nav-menu-items-outer {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    } */
}

.mobile-nav-menu-button {
    /*margin-bottom: 22px;*/
    display: none;
    padding: 0 5px 0 10px;
    text-align: center;
}

.mobile-nav-menu-button i {
    font-size: 18px;
}

.topbar-search-form {
    position: relative;
    margin-left: 40px;
}

.topbar-search-form .form-control {
    width: 280px;
    height: 32px;
    padding-left: 40px;
    margin-bottom: 0;
    background-color: #383A41;
    border: none;
    border-radius: 20px;
    color: #e3e5ea;
}
.topbar-search-form .latcon-css {
    color: #494e58;
}
.topbar-search-form .form-control::-webkit-input-placeholder {
    color: #777;
    font-weight: 600;
    padding-left: 0;

}

.topbar-search-form .form-control::-moz-placeholder {
    color: #777;
    font-weight: 600;
    padding-left: 0;

}

.topbar-search-form .form-control::-ms-input-placeholder {
   color: #777;
   font-weight: 600;
    padding-left: 0;

}

.topbar-search-form .form-control::-o-input-placeholder {
   color: #777;
   font-weight: 600;
    padding-left: 0;

}

.topbar-search-form .form-control:active,
.topbar-search-form .form-control:focus {
    color: #FFF;
    font-weight: 600;
    background-color: #4E5056;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.topbar-search-form img {
    position: absolute;
    top: 16px;
    left: 10px;
    color: #FFF;
}

.search-clear-icon {
    position: absolute;
    top: 5px;
    right: 10px;
}

.logo {
       position: relative;
    width: 100%;
    z-index: 2;
    max-width: 168px;
    background-color: #C51A1B;
}

.logo a {
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 10px;
    background-color: #C51A1B;
}

.logo img {
    height: auto;
    width: 140px;
    margin-left: 12px;
    margin-top: 5px;
}

.topbar-nav {
    position: fixed;
    top: 69px;
    left: 110px;
    z-index: 1;
    padding-right: 30px;
    overflow: hidden;
}

.topbar-nav li {
    display: inline-block;
    position: relative;
    background-color: #53555B;
    padding: 0 5px;
    margin: 0 -2px;
}

.topbar-nav li a {
    display: block;
    padding: 10px 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

.topbar-nav li a:hover {
    background-color: #263f58;
}

.topbar-nav:after {
    position: absolute;
    width: 30px;
    height: 60px;
    content: '';
    background-color: #53555B;
    right: 22px;
    top: -5px;
    z-index: -1;
    transform: rotate(16deg);
}

.topbar-info-block {
    text-transform: uppercase;
    text-align: right;
}

@media (min-width: 600px) and (max-width: 760px) {
    .site-main-content {
        padding-top: 70px !important;
    }
}

@media (max-width: 768px) {
    .topbar-info-block:last-child {
        margin-left: 10px;
    }
    .topbar-info-block:last-child .topbar-info-dtl {
        position: relative;
        top: 4px;
    }
}

.topbar-info-heading {
    font-size: 12px;
    color: #FFFFFF;
    white-space: nowrap;
}

.topbar-info-heading.red-heading {
    color: #C51A1B;
}

.blue-heading {
    color: #00B2FF !important;
}

.topbar-info-dtl {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
}

.topbar-button.hide-on-large {
    display: none;
}

.deposit-button {
    display: none;
}

.deposit-button .btn-primary {
    padding: 9px 15px 7px;
    background-color: #C51A1B;
}

.deposit-button .btn-primary:active {
    background-color: #C51A1B !important;
}


/* ================================= */

/*===== Start Banner =====*/


.slider{
    max-height: 200px;
    overflow: hidden;
}
.slider img{
  width: 100%;
  max-height: 200px;
}


/*===== End Banner  =====*/

/*===== Sidebar =====*/





/* ================================= */

.site-outer-main-block {
    position: relative;
    background-color: #FFF;
}

.sidebar-main-block {
    position: relative;
    width: 168px;
    z-index: 2;
    background-color: #22252C;
}

.sidebar-nav {
    position: fixed;
    top: 110px;
    width: 168px;
    height: calc(100% - 146px);
        background-color: #22252C;
   /* box-shadow: 20px 0px 16px rgba(0, 0, 0, 0.2);*/
    overflow-y: auto;
}


/*.sidebar-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.sidebar-nav::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background-color: transparent;
    height: 50px;
}
*/

.sidebar-nav-group {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(82,85,91,.38);
}

.sidebar-nav-group ul li a {

    color: #FFFFFF;
    font-weight: 400;
}

.sidebar-group-heading {
    padding-left: 16px;
    margin-bottom: 10px;
    color: #C51A1B;
}

.sidebar-nav-item {
    position: relative;
    display: block;
    padding: 5px 31px 7px 38px;
    font-size: 14px;
}

.sidebar-nav-item span {
    position: relative;
    top: 2px;
    width: 100%;
}

.sidebar-nav-item:hover {
      background-color: #C51A1B;
      color: #FFFFFF;
}
.active.sidebar-subnav > a{
    background-color: #C51A1B;
    color: #ffffff;
}

.sidebar-nav-icon {
    position: absolute;
    top: 6px;
    left: 17px;
}

.sidebar-nav-icon img {
    height: auto;
    padding-top: 3px;
    width: 15px;
}

.sidebar-nav-icon i {
    padding-right: 10px;
}

.sidebar-time-block {
    position: fixed;
    height: 32px;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 32px;
}

.sidebar-time {
      display: block;
    width: 168px;
    background-color: #383A41;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.sidebar-time span {
    color: #c51a1b;
}

.btn-for-scroll {
    position: fixed;
}

.btn-for-scroll a {
    display: block;
    width: 168px;
    height: 24px;
    background-color: #000;
   /* opacity: 0.87;*/
    text-align: center;
    line-height: 24px;
}

.btn-for-scroll a:hover {
        background-color: #272b34;
}


.btn-for-scroll.top-scroll-btn {
    top: 88px;
}

.btn-for-scroll.top-scroll-btn i {
    padding-top: 9px;
    color: #C51A1B;
}

.btn-for-scroll.bottom-scroll-btn {
    bottom: 32px;
}

.btn-for-scroll.bottom-scroll-btn i {
    padding-bottom: 4px;
        color: #fff;

}

.btn-for-scroll.hide-scroll-btn {
    opacity: 0;
}

.btn-for-scroll.hide-scroll-btn a {
    display: none;
}


/* ================================= */


/*===== Top Navigation Start =====*/

  .top-menu-nav {
    max-width: 480px;
    width: 100%;
    position: relative;
    background-color: #53555b;
  }

  .top-menu-nav:after {
    content: "";
    border-top: 50px solid #53555b;
    border-right: 30px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 0px;
    right: -30px;
  }

   .top-menu-nav .navbar-nav .nav-item .nav-link{
            color: #fff;
            font-size: 14px;
            font-stretch: condensed;
            font-style: normal;
            font-weight: 700;
            letter-spacing: normal;
            line-height: normal;
            text-align: left;
            padding: 16px 10px;
   }
   .top-menu-nav .navbar-nav .nav-item .nav-link:hover{
          background-color: #22252C;
   }

   .top-menu-nav .navbar {
    padding: 0px 8px;
    }

/*===== Top Navigation Start =====*/

/******Mobile_logo_css*****/

.mobile-logo{
    display: none;
}
.mobile-head-wrap{
    justify-content: space-between;
}

.mobile-logo img{
    max-width: 150px;
}

@media(max-width: 575px){

     .mobile-logo{
      display: block;
    }
}


/*===== Sidebar Subnav =====*/


/* ================================= */

.sidebar-subnav {
    position: relative;
}

.multinav-submenu {
    position: fixed;
    top: 106px;
    left: 168px;
    width: 0;
    height: 100%;
    padding-top: 15px;
    opacity: 0;
    background-color: #22252c;
    border: 1px solid #CCC;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.multinav-submenu .sidebar-nav-item {
    padding-left: 15px;
}

.nav-is-toggled .sidebar-subnav.active .multinav-submenu {
    width: 240px;
    opacity: 1;
}

.nav-expand-content {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #22252c;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
}

.nav-expand-content .nav-back-link {
    position: relative;
    padding-top: 20px;
    margin-bottom: 7px;
    font-size: 14px;
    opacity: 0.54;
    font-weight: 700;
}

.nav-expand-content .nav-back-link:before {
    margin-right: 5px;
    content: "\f060";
    font-family: FontAwesome;
}

.nav-expand-content .nav-back-link:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    width: 88%;
    height: 1px;
    margin: 0 auto;
    background-color: #FFF;
    opacity: 0.7;
}

.sidebar-nav-item.border-link {
    margin-bottom: 10px;
    font-weight: 700;
}

.sidebar-nav-item.border-link:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -5px;
    left: 0;
    width: 88%;
    height: 1px;
    margin: 0 auto;
    background-color: #CCC;
    opacity: 0.7;
}

.special-link {
    color: #00B2FF;
}

.special-link:hover {
    background-color: #53555B;
    color: #00B2FF;
}

.nav-expand-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.nav-expand-link::after {
    content: "\f061";
    font-family: FontAwesome;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
}

.nav-expand.active>.nav-expand-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 1;
}


/* ================================= */


/*===== Mobile Bottom Bar =====*/


/* ================================= */

.mobile-bottom-bar {
    position: fixed;
    display: none;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hide-mobile-bottom-bar.mobile-bottom-bar {
    bottom: -53px;
}

.mobile-bottom-bar-block {
    padding: 0 0 4px;
    border-top: 1px solid #CCC;
    background-color: #2b2f35;
}

.mobile-bottom-bar-nav-item {
    width: 100%;
    text-align: center;
    color: #59595e;
}

.mobile-bottom-bar-nav-item.active {
    opacity: 1;
    color: #fff;
}

.mobile-bottom-bar-nav-icon i {
    position: relative;
    top: 5px;
    font-size: 20px;
}

/* ================================= */


/*===== Mobile Navigation =====*/


/* ================================= */

.mobile-nav-menu-outer {
    position: fixed;
    display: none;
    top: 65px;
    right: 0;
    left: -650px;
    width: 100%;
    height: calc(100% - 53px);
    padding: 10px 10px;
    background-color: #22252C;
    z-index: 2;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav-is-toggled .mobile-nav-menu-outer {
    left: 0;
}

.mobile-nav-menu-block {
    max-width: 348px;
    margin: 0 auto;
}

.menu-divider {
    max-width: 348px;
    width: 100%;
    height: 1px;
    margin: 16px auto;
        background: #43444a;
}

.mobile-nav-menu-heading {
    margin-bottom: 8px;
    color: #C51A1B;
    text-transform: uppercase;
}
.top-sports-mobile .mobile-nav-menu-items-outer{
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-sports-mobile .mobile-nav-menu-items-outer .mobile-nav-menu-item{
    width: 16%;
    margin-right: 5px;
}

.top-sports-mobile .mobile-nav-menu-items-outer .mobile-nav-menu-item:nth-child(5){
    margin-right: 0px!important;
}


.all-sports-mobile .mobile-nav-menu-items-outer{
       flex-wrap: wrap;
}

.all-sports-mobile .mobile-nav-menu-items-outer .mobile-nav-menu-item{
    width: 23%;
    margin-bottom: 6px;
    margin-right: 6px!important;
}

.all-sports-mobile .mobile-nav-menu-items-outer .mobile-nav-menu-item:nth-child(4){
    margin-right: 0px!important;
}

.mobile-nav-menu-items-outer {
    margin-bottom: 8px;
    display: grid;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav-menu-item {
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
}

.mobile-nav-menu-item a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    border-radius: 2px;
    background-color: #53555b;
    padding: 8px 6px;
    margin-bottom:0px;
    border: 0px;

}

.mobile-nav-menu-item img {
    margin-bottom: 5px;
    font-size: 20px;
    width: 20px;
}


.mobile-nav-menu-item span {
    display: block;
    line-height: 1.0;
    font-weight: 700;
        font-size: 12px;
}

.special-menu-items .mobile-nav-menu-item-icon {
    display: inline-block;
}

.special-menu-items .mobile-nav-menu-item-icon i {
    margin-right: 4px;
}

.special-menu-items span {
    display: inline-block;
    font-size: 14px;
}


/* ==================================== */


/*===== Mobile Nav Submenu =====*/


/* ================================= */

.mobilenav-submenu {
    position: fixed;
    top: 70px;
    right: -650px;
    width: 100%;
    height: calc(100% - 53px);
    padding: 20px 0;
    background-color: #EEE;
    z-index: 3;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-subnav-is-toggled.mobile-nav-is-toggled .mobile-nav-menu-has-submenu.active .mobilenav-submenu {
    right: 0;
}

.mobile-subnav-outer {
    padding: 0 15px;
}

.mobile-subnav-back-btn {
    width: 54px !important;
    height: 48px;
    padding-top: 5px;
    border-radius: 2px;
    background-color: #53555B;
    color: #FFF;
}

.mobile-submenu-subnav-outer {
    width: 100%;
    padding-right: 8px;
}

.mobile-submenu-subnav-link {
    position: relative;
    margin-bottom: 2px;
}

.mobile-submenu-subnav-link a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
    background-color: #22252c;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
        height: auto;
}

.mobile-submenu-subnav-link.has-mobile-submenu:after {
    position: absolute;
    top: 12px;
    right: 15px;
    content: "\f0da";
    color: #C51A1B;
    font-size: 14px;
    font-family: FontAwesome;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.mobile-submenu-subnav-link.has-mobile-submenu.mobile-submenu-opened:after {
    transform: rotate(90deg);
}

.mobile-submenu-subnav-main-link.mobile-submenu-subnav-link {
    margin-bottom: 15px;
}

.mobile-collapsed-menu .mobile-submenu-subnav-link {
    margin-bottom: 0;
}

.mobile-collapsed-menu .mobile-submenu-subnav-link a {
    padding-left: 32px;
    border-radius: 0;
    background-color: #53555b;
}

.mobile-collapsed-menu .mobile-submenu-subnav-link a:active,
.mobile-collapsed-menu .mobile-submenu-subnav-link a:focus {
    background-color: #C51A1B;
}

.mobile-collapsed-menu .mobile-submenu-subnav-link:last-child {
    margin-bottom: 2px;
}


/* ==================================== */


/*===== Site Body =====*/


/* ================================= */

@media (max-width: 768px) {
    .site-main-content {
        padding-bottom: 60px !important;
    }
}

.site-main-content {
    width: calc(100% - 168px);
    padding: 60px 10px 100px;
    background-color: #ECECED;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ads-main-block {
    margin-bottom: 10px;
    padding-top: 10px;
}

.content-body-outer {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content-body-main-block {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: 10px;
}

@media (max-width: 1280) {
    .content-body-main-block {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .content-body-main-block {
        margin-right: 0;
    }
}


/* ================================= */


/*===== Race Card Slider =====*/


/* ================================= */

.race-card-slider-block {
    position: relative;
}

.race-card-slider-item {
    text-align: center;
    font-weight: 700;
    border-left: 1px solid #EEE;
}

.race-card-slider-item a {
    display: block;
    padding: 10px;
    background-color: #53555b;
    font-size: 14px;
    color: #ffffff;
}
.race-card-slider-item .img-block img{
        height: 20px;
    width: 30px!Important;
}
.race-card-slider-item .img-block i{
    font-size: 20px !important;
}

.race-card-slider-item a span {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}
/*.owl-stage-outer .owl-item:nth-child(5) .race-card-slider-item .img-block img{
      height: 20px;
    width: 31px!Important;
}*/

.race-card-slider-item a:hover {
    color: #ffffff;
    background-color: #C51A1B;
}

.race-card-slider-item.in-play-active a {
   color: #ffffff;
    background-color: #C51A1B;
}

.race-card-slider-item.in-play-active-red a {
   color: #ffffff;
    background-color: #C51A1B;
}

.race-card-slider-item.in-play-active i,
.race-card-slider-item.in-play-active-red i {
    color: #FFF;
}


/* ================================= */


/*===== Chart =====*/


/* ================================= */

@media (min-width: 1700px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2300px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2900px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3500px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4100px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4700px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5300px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(8, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5900px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(8, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(9, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 6500px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(9, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(10, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7100px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(10, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(11, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7700px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(11, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8300px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(13, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8900px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(13, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(14, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9500px) {
    .menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(14, 1fr);
        grid-column-gap: 10px;
    }
    .chart-main-block-outer {
        grid-template-columns: repeat(15, 1fr);
        grid-column-gap: 10px;
    }
}

.chart-main-block {
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFF;
}

.chart-heading-block {
    padding-bottom: 0px;
}

.chart-heading-body {
    padding-top: 2px;
}

.chart-icon {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 1px;
    margin-right: 10px;
    text-align: center;
    line-height: 59px;
    background-color: #CCC;
}

.chart-icon.in-play-active {
    background-color: #22BB92;
}

.chart-icon.in-play-active i {
    color: #FFF;
}

.chart-subheading {
    margin-bottom: 3px;
    font-size: 12px;
    opacity: 0.87;
}

.chart-subheading i {
    color: #22BB92;
    margin-right: 6px;
}

.chart-subheading a {
    color: #19344F;
    font-weight: 700;
}

.chart-subheading a:hover {
    color: #19344F;
    text-decoration: underline;
}

.chart-heading {
    margin-bottom: 5px;
}

.chart-heading a {
    color: #19344F;
}

.chart-heading a:hover {
    color: #53555B;
    text-decoration: underline;
}

.match-estimate {
    color: #19344F;
    font-size: 12px;
}

.match-estimate span {
    opacity: 0.54;
}

.chart-body {
    position: relative;
    padding: 10px;
}

.chart-body li {
    position: relative;
    margin-bottom: 2px;
}

/*.event-page-2 .chart-body li {
    height: 42px;
}*/

.suspended:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    background-color: rgba(255, 255, 255, 0.6);
}

.suspended:before {
    position: absolute;
    width: 100px;
    height: 23px;
    line-height: 24px;
    top: 53%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    border-radius: 4px;
    content: attr(data-content);
    background-color: #fe3030;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=0, Color=#333333)";
    -moz-box-shadow: 0 8px 19px -14px #333333;
    -webkit-box-shadow: 0 8px 19px -14px #333333;
    box-shadow: 0 8px 19px -14px #333333;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=19, Direction=135, Color=#333333);
}
.suspended.blank:before {
    background-color: transparent;
}

.suspended.suspended-small.winner-suspended:before {
    width: 100%;
    height: 100%;
    background-color: rgba(34, 187, 146, 0.2);
    color: #000;
    font-size: 16px;
    line-height: 2.2;
    box-shadow: none;
    top: 50%;
    border-radius: 0;
}

.suspended.suspended-small:before {
    font-size: 12px;
    width: 80px;
    height: 25px;
    line-height: 25px;
}

.chart-body-heading-block {
    height: 20px;
}

.chart-body-main-heading span {
    margin-left: 4px;
}

.chart-body-heading-outer {
    width: 175px;
}

.chart-body-heading {
    background-color: #F5F5F5;
    line-height: 20px;
    text-transform: uppercase;
    color: #53555B;
}

.chart-body-heading i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #53555B;
    color: #FFF;
}

.chart-body-heading-one {
    padding-left: 2px;
    padding-right: 55px;
    font-weight: 400;
}

.chart-body-heading-one span {
    font-weight: 700;
}

.chart-body-heading-outer-two.chart-body-heading {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .chart-body-heading-outer-two.chart-body-heading {
        padding-left: 25px;
    }
    .chart-body-heading-details {
        margin-right: 20px;
    }
}

.chart-body-heading-outer-two .chart-body-heading-two {
    padding-left: 30px;
}

.chart-body-heading-two {
    padding-right: 24px;
    font-weight: 700;
}

.match-odds-outer:hover {
    background-color: #F5F5F5;
}
.match-odds-outer.winner-bg-status {
    background-color: rgba(34, 187, 146, 0.2);
}
.match-odds-outer.winner-bg-status:hover{
    background-color: rgba(34, 187, 146, 0.2);
}

.match-odds-title-block {
    border-radius: 3px;
    height: auto;
    padding: 1px 5px;
}

.match-odds-title-block .match-odds-title {
    font-size: 16px;
    font-weight: 700;
}

.match-odds-img {
    padding: 3px 7px 0 0;
}

.match-odds-img img {
    width: 29px;
    height: 21px;
}

.match-odds-tag {
    color: #00B181;
    font-weight: 700;
    font-size: 16px;
}

.price-odds-items-block {
    position: relative;
}

.price-odds-block {
    display: block;
    position: relative;
    width: 56px;
    height: auto;
    padding-top: 3px;
    border-radius: 2px;
    margin: 0 1px;
    background-color: #ECECED;
    color: #263f58;
    text-align: center;
    min-height: 36px;
}

.price-odds-block:active {
    transform: scale(0.9);
}

.price-odds-block:hover {
    background-color: #00B2FF;
    color: #19344F;
}

.price-odds-block:active,
.price-odds-block:focus {
    color: #263f58;
}

.price-odds-block.lightblue {
    background-color: #8DD2F0;
}

.price-odds-block.lightblue:hover {
    background-color: #00B2FF;
}

.price-odds-block.darkblue {
    background-color: #252332;
}

.price-odds-block.darkblue:hover {
    background-color: #00B2FF;
}

.price-odds-block.purple {
    background-color: #FEAFB2;
}

.price-odds-block.purple:hover {
    background-color: #FF7A7F;
}

.price-odds-block.darkpurple {
    background-color: #FF7A7F;
}

.price-odds-block.darkpurple:hover {
    background-color: #00B2FF;
}

.price-odds-block.pink {
    background-color: #FCE3E4;
}

.price-odds-block.pink:hover {
    background-color: #FF7A7F;
}

.price-odds-block.lightgreen {
    background-color: #E9F6FC;
}

.price-odds-block.lightgreen:hover {
    background-color: #00B2FF;
}

.price-odds-block .price-odd-title {
    font-size: 18px;
}



.price-arrow {
    position: absolute;
    left: 3px;
}

.price-arrow i {
    color: #FFF;
}

.price-arrow.price-up-arrow {
    top: 1px;
}

.price-arrow.price-down-arrow {
    bottom: 1px;
}

.chart-main-block-outer {
    display: block;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* ================================= */


/*===== Price Odds Popover =====*/


/* ================================= */

.mobile-bets-offer-item {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #19344F;
    text-align: center;
}

.border-right {
    border-right: 1px solid #A3A1A7;
}

.border-bottom {
    border-bottom: 1px solid #A3A1A7;
}

.border-left {
    border-left: 1px solid #A3A1A7;
}

.mobile-bets-offer-body .mobile-bets-offer-item {
    color: #19344F;
    background-color: #ECECED;
}

.popover-body {
    padding: 10px 0;
}

.popover-body .multiples-form-btns {
    padding: 0 10px;
}

.popover-body .multiples-form-btns .btn-primary {
    padding: 8px 15px 6px;
    border-radius: 2px;
}

.popover-body .multiples-form-btns .offer-checkbox {
    width: 100%;
}

.popover-body .multiples-form-btns .offer-checkbox .form-checkbox {
    width: 125px;
    height: 37px;
    padding: 5px 10px 2px 24px;
}

.popover-body .multiples-form-btns .offer-checkbox .form-checkbox label:before {
    top: 2px;
}

.offer-button-group-outer {
    padding: 0 10px;
}

.mobile-bets-offer-right-item.mobile-bets-offer-item {
    display: block;
    width: 40px;
    height: 60px;
    background-color: #ECECED;
    line-height: 60px;
}

.mobile-bets-offer-right-item.mobile-bets-offer-item i {
    color: #19344F;
}


/* ================================= */


/*===== Content Body Sidebar =====*/


/* ================================= */

.content-body-sidebar {
    width: 352px;
}

.content-body-sidebar-no-scroll.content-body-sidebar {
    padding-top: 8px;
}

@media (max-width: 1380px) {
    .content-body-sidebar-no-scroll.content-body-sidebar {
        display: none;
    }
    .my-market-event-detail-page .content-body-sidebar-no-scroll.content-body-sidebar {
        display: block;
    }
}

.content-body-sidebar-scroll {
    position: fixed;
    width: 342px;
    top: 112px;
    right: 74px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content-body-sidebar-block {
    margin-bottom: 10px;
}

.content-body-sidebar-nav li a {
    display: block;
    padding: 8px 16px;
    background-color: #263f58;
    color: #FFF;
    font-size: 14px;
    opacity: 0.87;
}

.content-body-sidebar-nav li a:hover {
    padding-left: 24px;
    background-color: #53555B;
}

.sidebar-info-block {
    margin-bottom: 16px;
}

.sidebar-info-block p {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}

.sidebar-info-heading {
    margin-bottom: 16px;
}

.sidebar-info-block-outer {
    padding: 16px;
    background-color: #FFF;
}

.today-race-card-block {
    margin-bottom: 8px;
}

.today-race-dtl-block {
    margin-bottom: 5px;
}

.today-race-block {
    padding: 15px;
    background-color: #FFF;
}

.race-country-flag-block {
    margin-bottom: 15px;
    border: none;
}

.race-country-flag a {
    display: block;
    max-width: 50px;
    margin: 2px 2px;
}

.race-country-flag a img {
    opacity: 0.38;
}

.race-country-flag a.active img {
    opacity: 1;
}

.today-race-country-name a {
    display: block;
    margin-bottom: 4px;
    margin-left: 2px;
    color: #263f58;
}

.today-race-country-name a:hover {
    text-decoration: underline;
}

.today-race-time {
    display: block;
    padding: 2px 7px;
    border-radius: 2px;
    margin: 1px;
    font-weight: 700;
    background-color: #F5F5F5;
    color: #263f58;
    font-size: 14px;
}

.today-race-time:hover {
    background-color: #00B2FF;
    color: #FFF;
}

.related-events-block-outer {
    padding-bottom: 8px;
    background-color: #FFF;
}

.related-event-item {
    display: block;
    padding: 8px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.related-event-item:hover {
    background-color: #DDD;
}

.related-event-item:hover .related-event-heading-block {
    padding-left: 8px;
}

.related-event-item .chart-event-time {
    color: #263f58;
}

.related-event-item.imp-event .related-event-heading,
.related-event-item.imp-event .related-event-subheading {
    font-weight: 700;
}

.in-play-event .chart-event-time-block {
    background-color: #22BB92;
}

.in-play-event .chart-event-time-block .chart-event-time-heading,
.in-play-event .chart-event-time-block .chart-event-time {
    color: #FFF;
}

.in-play-event .related-event-icon {
    background-color: #22BB92;
}

.in-play-event .related-event-icon i {
    color: #FFF;
}

.related-event-heading-block {
    padding-top: 4px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.related-event-heading,
.related-event-subheading {
    color: #263f58;
    font-weight: 400;
}

.related-event-subheading span {
    color: #C51A1B;
    font-weight: 700;
}

.related-event-icon {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    border-radius: 100%;
    background-color: #DDD;
    text-align: center;
    line-height: 24px;
}



/* ==================================*/
/* ====== HOME RACING CARD*/
/* ==================================*/

/*.racing-card-block {
    display: block;
    height: 50px;
    margin-top: 10px;
    width: 100%;
}

.racing-card-block .card-item {
    background: #333;
    color: #FFF;
    float: left;
    height: auto;
    margin-left: 1px;
    text-align: center;
    width: 150px;
}*/

/* .home-banner-slider {
    flex: 1;
    display: flex;
}

.h-banner-wrapp {

    width: 100%;
}

/*.home-banner-slider .owl-stage-outer .owl-item {
    width: 233px !important;
}*/

/* .ban-slider-item {
       min-width: 250px;
} */

.racing-card-block {
    margin-bottom: 5px;
}
.racing-card-block  .card-title {
    font-size: 16px;
    font-weight: 700;
    padding: 6px;
    background-color: #22252c;
}

.racing-card-block .card-title img{
 width: 25px;
 color: black;
 fill: #fff;
}
.racing-card-block .card-title h4 {
    color: #FFF;
}


.racing-time-slider-wrapp{
    background-color: #43444A;
    flex: 1;
    display: flex;
    overflow: auto;
}

.racing-time-slider {
  display: flex;
}

/*.racing-time-slider:after {
     content: "";
  clear: both;
  display: table;
}*/


.racing-time-item {
    border-right: 1px solid #64666B;
    padding: 6px;
    display:block;
    text-align: center;
    min-width: 100px;
}

.racing-time-item a{
     color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    width: 80px;
    display: flex;
    flex-direction: column;
}

.racing-time-item a:hover{
    text-decoration: underline;
}


.racing-time-item .slide-date{
    display: block;
}

.racing-time-item a .slide-name {
    font-size: 12px;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}



@media(max-width: 1199px){

/* .ban-slider-item {
    min-width: 200px;
} */

}


@media(max-width: 991px){

    /* .ban-slider-item {
    min-width: 150px;
} */
.main-msg{
    display: none;
}

.logo img{
    display: block;
    margin: 0px auto;
        width: 125px;
}

.topbar-search-form {
    position: relative;
    margin-left: 10px;
}

}










/* ================================= */


/*===== Footer =====*/


/* ================================= */

.footer-main-block {
    border-top: 8px solid #C51A1B;
    background-color: #263f58;
    padding: 50px 32px;
}

.footer-block-outer {
    display: grid;
    max-width: 1640px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1440px) {
    .footer-block-outer {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}

.footer-heading {
    margin-bottom: 8px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 770px) {
    .footer-nav {
        margin-bottom: 35px;
    }
    .footer-nav:last-child {
        margin-bottom: 0;
    }
    .account-menu-main-block.right-nav-submenu {
        width: 100%!important;
    }
}

@media (min-width: 770px) and (max-width: 1440px) {
    .footer-nav {
        margin-bottom: 35px;
    }
    .footer-nav li {
        position: relative;
        display: inline-block;
        margin-right: 15px;
    }
    .footer-nav li:after {
        position: absolute;
        content: '.';
        top: -5px;
        right: -10px;
        color: #A3A1A7;
        font-size: 16px;
    }
    .footer-nav li:last-child:after {
        display: none;
    }
    .footer-nav:last-child {
        margin-bottom: 0;
    }
}

.footer-menu-item {
    margin-bottom: 5px;
}

.footer-menu-item a {
    color: #A3A1A7;
    font-size: 14px;
}

.footer-menu-item a:hover {
    color: #00B2FF;
}

.footer-menu-item:last-child {
    margin-bottom: 0;
}


/* ================================= */


/*===== Right Sidebar =====*/


/* ================================= */

.right-sidebar-main-block {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .right-sidebar-main-block {
        z-index: 3;
    }
}

.right-sidebar-nav {
    position: fixed;
    top: 60px;
    right: 0;
    overflow-y: inherit;
    height: 100%;
       background-color: #22252C;
}

.right-sidebar-nav-group li {
    text-align: center;
}

.right-sidebar-nav-item {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    font-weight: 600;
    color: #f1f1f1;
}

.right-sidebar-nav-item i {
    font-size: 10px;
}

.right-sidebar-nav-item:hover {
    color: #f1f1f1;
}

.right-sidebar-nav-item.active {
    background-color: #C51A1B;
}

.right-sidebar-nav-item.hide-on-large {
    display: none;
}

.right-nav-submenu-icon {
    padding: 12px 0 2px;
}

.right-sidebar-bottom-nav {
    position: absolute;
    bottom: 110px;
}


/* ================================= */


/*===== Right Sidebar Submenu =====*/


/* ================================= */

.account-menu-main-block.right-nav-submenu {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 360px;
    height: 100%;
    opacity: 0;
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 -10px 15px rgba(43, 47, 53, 0.3);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
}

.right-sidebar-nav-2.active .right-sidebar-nav-item {
    color: #FFF;
}

.account-menu-main-block.active.right-nav-submenu {
    opacity: 1;
    right: 0;
}

.mybets-mobile-menu-is-toggled .right-sidebar-nav-2.mybets-menu.active .right-nav-submenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 106px);
    opacity: 1;
}

.multiples-mobile-menu-is-toggled .right-sidebar-nav-2.multiples-menu.active .right-nav-submenu.multiples-submenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 106px);
    opacity: 1;
}

.accounts-mobile-menu-is-toggled .right-sidebar-nav-2.accounts-menu.active .right-nav-submenu.accounts-submenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 106px);
    opacity: 1;
}

.accounts-mobile-menu-is-toggled .right-sidebar-nav-2.accounts-menu.active .right-nav-submenu.accounts-submenu .accounts-dtl-outer {
    padding-bottom: 60px;
    margin-top: 48px;
}

.right-sidebar-nav-2.active .right-sidebar-nav-item {
    background-color: #C51A1B;
}

.menu-expand-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #263f58;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
}

.menu-expand.active>.menu-expand-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 1;
}

.menu-link li {
    display: inline-block;
    background-color: #DBDBDB;
}


/* ================================= */


/*===== Right Sidebar Offers =====*/


/* ================================= */

.offers-container-outer {
    position: absolute;
    height: 100%;
    overflow-y: auto;
    z-index: 1;
}

.mobile-menu-header {
    display: none !important;
    height: 53px;
    background-color: #FFF;
    text-align: left;
}

.mobile-menu-heading {
    position: relative;
    padding-left: 15px;
    color: #030303;
    line-height: 53px;
}

.mobile-menu-header-close {
    position: absolute;
    top: 16px;
    right: 15px;
}

.mobile-menu-header-close i {
    font-size: 16px;
}

.my-bets-submenu-tab-item {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.my-bets-submenu-tab-item a {
    display: block;
    width: 100%;
    color: #030303;
    font-size: 14px;
    font-weight: 700;
}

.my-bets-submenu-tab-item a:hover {
    opacity: 0.8;
}

.my-bets-submenu-tab-link {
    position: relative;
}

.tabs-badge {
    position: absolute;
    top: 5px;
    right: 56px;
    width: auto;
    height: 16px;
    padding: 0 5px;
    border-radius: 100%;
    line-height: 16px;
    background-color: #8D8C92;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.tabs-badge.red-badge {
    padding: 0 6px;
    background-color: #C51A1B;
    right: 10px;
    height: 18px;
    line-height: 18px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}

.my-bets-submenu-tab-link.active:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #C51A1B;
}

.offers-container {
    width: 100%;
    background-color: #F5F5F5;
}

.offer-group-block {
    margin-bottom: 14px;
}

.offers-group {
    padding: 10px;
    border: 1px solid #DDD;
    background-color: #FFF;
    text-align: left;
}

.offer-heading {
    margin-bottom: 5px;
}

.offer-heading a {
    color: #263f58;
    font-size: 16px;
}

.offer-heading a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.offer-subheading {
    margin-bottom: 2px;
    color: #00B2FF;
    font-weight: 700;
    font-size: 14px;
}
.offer-group-pink .offer-subheading {
    color: #C51A1B;
}

.offer-subheading span {
    color: #53555B;
    opacity: 0.54;
}

.offer-form .form-group {
    position: relative;
    margin-right: 2px;
    margin-bottom: 0;
}

.offer-form .form-control {
    position: relative;
    width: 100%;
    height: 40px;
    padding-right: 24px;
    padding-top: 20px;
    border-top: 2px solid #E9F6FC;
    border-bottom: 2px solid #E9F6FC;
    border-left: none;
    border-right: none;
    border-radius: 2px;
    border-color: #E9F6FC;
    margin: 0 auto;
    background-color: #E9F6FC;
    text-align: right;
    color: #19344F;
    font-size: 16px;
    font-weight: 700;
}

.offer-form .form-control:focus,
.offer-form .form-control:active {
    border-color: #C51A1B;
}

.offer-form-inputs {
    position: relative;
}

.offer-form-timer {
    position: relative;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 30px;
    text-align: center;
    color: #263f58;
    line-height: 1;
    transform: translateY(-50%);
}

.value-inc-dec-button input {
    min-width: 94px;
}

.value-button {
    position: absolute;
    top: 0;
    width: 18px;
    height: 40px;
    border-radius: 1px;
    background-color: #8DD2F0;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.value-button img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.value-button:hover {
    background-color: #00B2FF;
}

.value-button.dec-button {
    left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.value-button.inc-button {
    right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.offer-label {
    position: absolute;
    top: 1px;
    right: 24px;
    color: #00B2FF;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.offer-label.arrow-label:after {
    position: absolute;
    top: 0;
    left: -12px;
    /*content: "\f178";*/
    font-family: FontAwesome;
}

.offer-button-2 .form-control {
    padding-right: 6px;
    border-left: 2px solid #E9F6FC;
    border-right: 2px solid #E9F6FC;
}

.offer-button-2 .form-control:active,
.offer-button-2 .form-control:focus {
    border-color: #8DD2F0;
}

.offer-button-2 .offer-label {
    right: 6px;
}

.form-button a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DDD;
    border-radius: 3px;
    background-color: #FFF;
    text-align: center;
}

.form-button a i {
    color: #22BB92;
    line-height: 1.35;
    font-size: 28px;
}

.form-button a:hover {
    background-color: #22BB92;
    border-color: #22BB92;
}

.form-button a:hover i {
    color: #FFF;
}

.form-button.red-button a i {
    color: #C51A1B;
}

.form-button.red-button a:hover {
    background-color: #C51A1B;
    border-color: #C51A1B;
}

.form-button.red-button a:hover i {
    color: #FFF;
}

.form-checkbox {
    padding: 2px 10px 2px 24px;
    border: 1px solid #8DD2F0;
    border-radius: 2px;
    background-color: #E9F6FC;
}

.form-checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    outline: none;
    padding-left: 5px;
    font-weight: 700;
}

.form-checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #DDD;
    border-radius: 3px;
    background-color: #FFF;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    background-color: #00B2FF;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    border-radius: 2px;
    font-size: 11px;
    color: #FFF;
}

.form-checkbox input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form-checkbox input[type="checkbox"]:focus {
    border: none;
}

.form-checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.offer-group-pink .value-button {
    background-color: #FEAFB2;
}

.offer-group-pink .value-button:hover {
    background-color: #FF7A7F;
}

.offer-group-pink .offer-form .form-control {
    background-color: #FCE3E4;
    border-color: #FCE3E4;
}

.offer-group-pink .offer-form .form-control:active,
.offer-group-pink .offer-form .form-control:focus {
    border-color: #FEAFB2;
}

.offer-group-pink .offer-form .mr-1 {
    margin-right: 1px !important;
}

.offer-group-pink .offer-button-2 .form-control:active,
.offer-group-pink .offer-button-2 .form-control:focus {
    border-color: #FEAFB2;
}

.offer-group-pink .offer-label {
    color: #FF7A7F;
}

.offer-group-pink .form-checkbox {
    background-color: #FCE3E4;
    border-color: #E3A3A3;
}

.offer-group-pink .form-checkbox label::after {
    background-color: #FF7A7F;
}

.warning-box {
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #FF4148;
    color: #FFF;
    font-weight: 700;
    line-height: 14px;
}

.warning-icon {
    padding-right: 15px;
}

.warning-icon i {
    padding-top: 2px;
    font-size: 14px;
}

.warning-icon.submiting i {
    padding-top: 0;
    font-size: 18px;
    margin-top: 3px;
}

.warning-text {
    font-size: 14px;
    position: relative;
    top: 3px;
}

.warning-box.submitting-box {
    padding: 6px 15px;
    background-color: #22BB92;
}

.warning-text.submitting-text {
    padding-top: 3px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.offer-info {
    margin: 15px 0;
    font-weight: 400;
}

.offer-info i {
    margin-right: 5px;
}

.offer-info-icon i {
    margin-left: 5px;
    color: #263f58;
    font-size: 18px;
}

.add-multiple-button {
    position: absolute;
    left: 0;
    bottom: 148px;
    padding: 15px;
    width: 100%;
    background-color: #53555B;
    z-index: 1;
}

.add-multiple-button a {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    background-color: #FFF;
    color: #00B2FF;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.add-multiple-button a:active {
    transform: scale(0.94);
}


/* ======================================== */


/*===== Right Submenu Bottom Bar =====*/


/* ======================================== */

.right-submenu-bottom-bar {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    background-color: #19344F;
    z-index: 1;
}

.bottom-bar-btn {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.bottom-bar-btn i {
    color: #FFF;
    font-size: 20px;
}

.bottom-bar-btn:hover {
    background-color: #53555B;
}

.blue-icon img {
    color: #00B2FF;
}

.bottom-right-btn.bottom-bar-btn {
    font-size: 14px;
    font-weight: 700;
}

.bottom-right-btn.bottom-bar-btn:hover {
    background-color: transparent;
    opacity: 0.87;
}

.bottom-right-btn.bottom-bar-btn:last-child {
    margin-right: 15px;
}

.bottom-right-btn.bottom-bar-btn.active {
    background-color: #00B2FF;
}

.bottom-right-btn.bottom-bar-btn.active:hover {
    opacity: 1;
}


/* ========================================== */


/*===== Right Submenu Offers Review =====*/


/* ========================================== */

.offers-review-order-heading {
    margin-bottom: 12px;
    color: #C51A1B;
    text-align: left;
    text-transform: uppercase;
}

.offers-review-order-sub-heading {
    margin-bottom: 10px;
    text-align: left;
}

.offers-review-order-dtl-group {
    margin-bottom: 8px;
    font-size: 14px;
    color: #263f58;
}

.offers-review-order-dtl-heading {
    font-weight: 700;
}

.offers-review-order-dtl-data {
    opacity: 0.87;
}

.offers-review-order-dtl-block {
    margin-bottom: 15px;
}

.offers-review-order-block {
    width: 100%;
    padding: 17px 15px;
}

.offers-review-order-block .multiples-form-btns {
    padding: 0;
}

.offers-review-order-block .multiples-form-btns .btn-primary {
    width: 92px;
    height: 36px;
    padding: 0;
    line-height: 36px;
}

.offers-review-order-block .multiples-form-btns .btn-primary:active {
    transform: scale(0.94);
}

.offers-review-order-block .multiples-form-btns .review-order-cancel-btn.btn-primary {
    background-color: transparent;
}

.offers-review-order-block.offers-container-outer {
    height: calc(100% - 187px);
}

.no-selection-block {
    width: 100%;
    padding: 30px 0;
    overflow-y: hidden;
}

.no-selection-block.offers-container-outer {
    height: calc(100% - 48px);
    background-color: #FFF;
}


/* ====================================== */


/*===== Right Submenu Multiples =====*/


/* ====================================== */

.right-nav-submenu {
    border: 1px solid #BCBCBC;
}

.right-nav-submenu.multiples-submenu {
    background-color: #FFF;
}

.multiples-container-outer {
    position: absolute;
    width: 100%;
    height: calc(100% - 296px);
    overflow-y: auto;
}

.multiples-offers-container {
    padding: 10px 0 5px;
    background-color: #F5F5F5;
}

.multiples-offers-container.light-gray-bg-container {
    background-color: #FAFAFA;
}

.multiples-offers-group {
    position: relative;
}

.multiples-offers-number {
    padding: 0 16px;
}

.multiples-offers-number span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #FF4148;
    color: #FFF;
    font-weight: 700;
}

.multiples-offers-dtl-block {
    text-align: left;
}

.multiples-offers-heading {
    color: #A3A1A7;
}

.multiples-subheading {
    color: #A3A1A7;
}

.multiples-subheading:hover {
    text-decoration: underline;
}

.multiples-tag {
    color: #A3A1A7;
    font-weight: 700;
}

.multiples-warning {
    position: absolute;
    right: 64px;
    bottom: -5px;
    color: #FF4148;
    font-size: 11px;
}

.multiples-button {
    padding: 0 16px;
}

.multiples-button a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #DDD;
    border-radius: 100%;
    line-height: 32px;
}

.multiples-button a i {
    color: #333;
    font-size: 20px;
}

.multiples-offers-container.blue-color-varient .multiples-offers-number.black-number span {
    background-color: #333;
}

.multiples-offers-container.blue-color-varient .multiples-offers-heading {
    color: #00B2FF;
}

.multiples-offers-container.blue-color-varient .multiples-tag {
    color: #263f58;
}

.multiples-offers-container.gray-color-varient .multiples-offers-number.gray-number span {
    background-color: #A3A1A7;
}

.multiples-bottom-bar {
    position: absolute;
    bottom: 100px;
    right: 0;
}

.multiples-bottom-bar-header {
    padding: 0 16px;
    height: 24px;
    background-color: #53555B;
    color: #FFF;
    font-weight: 700;
}

.multiples-bottom-bar-header span {
    display: block;
    line-height: 24px;
    text-align: left;
}

.multiples-form {
    padding: 16px;
    background-color: #F5F5F5;
}

.multiples-form .form-control {
    width: 100%;
    height: 32px;
    border-color: #DDD;
    border-radius: 1px;
    margin-bottom: 5px;
    background-color: #FFF;
    font-size: 12px;
    text-align: right;
}

.multiples-form .form-control:focus {
    border-color: #DDD;
}

.multiples-form .form-control.stake-control {
    width: 80px;
}

.multiples-form .form-control.control-disabled {
    background-color: #F5F5F5;
}

.multiples-form select.form-control {
    width: 150px;
}

.total-odds {
    margin-bottom: 15px;
    text-align: right;
}

.multiples-form-btns .btn-primary {
    padding: 5px 30px 4px;
    border: 1px solid #DDD;
    border-radius: 1px;
    background-color: #FFF;
    color: #00B2FF;
}

.multiples-form-btns .btn-primary:active {
    border-color: transparent !important;
    background-color: #FFF !important;
    color: #00B2FF !important;
}

.multiples-form-btns .btn-primary.submit-btn {
    background-color: #00b181;
    color: #FFF;
}
@media (min-width: 768px) {
    .multiples-form-btns .btn-primary.submit-btn {
        padding: 5px 0;
    }
}

.multiples-form-btns .btn-primary.submit-btn:hover,
.multiples-form-btns .btn-primary.submit-btn:active {
    background-color: #4dbd74;
}

.multiples-form-btns .btn-primary.submit-btn.disabled:hover,
.multiples-form-btns .btn-primary.submit-btn.disabled:active,
.multiples-form-btns .btn-primary.submit-btn.disabled {
    background-color: #E3A3A3 !important;
}


/* =================================== */


/*===== Right Submenu Settings =====*/


/* =================================== */

.settings-menu {
    display: block;
}

.right-nav-submenu.settings-submenu {
    background-color: #263f58;
    text-align: left;
}

.settings-menu-container {
    position: absolute;
    width: 100%;
    height: calc(100% - 258px);
    padding: 24px 24px 0;
    overflow-y: auto;
}

.settings-menu-heading {
    margin-bottom: 20px;
    color: #FFF;
}

.settings-menu-form label {
    margin-bottom: 5px;
    color: #FFF;
    opacity: 0.54;
}

.settings-menu-form select.form-control {
    height: 25px;
    padding: 0;
    padding-left: 0;
    border-radius: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #A3A1A7;
    border-left-color: transparent;
    background-color: transparent;
    color: #FFF;
}

.settings-menu-form select.form-control option {
    color: #333;
}


/* =================================== */


/*===== Right Submenu Accounts =====*/


/* =================================== */

.accounts-submenu {
    background-color: #FFF;
}

.accounts-header {
    padding: 11px 15px 5px;
    border-bottom: 1px solid #DBDBDB;
}

.accounts-header-info {
    text-align: left;
}

.account-username {
    color: #030303;
    text-transform: uppercase;
}

.last-login-info {
    color: #030303;
    opacity: 0.87;
}

.last-login-info span {
    color: #666;
    opacity: 1;
}

.logout-btn {
    padding-top: 5px;
}

.logout-btn a {
    color: #00B2FF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.accounts-dtl-outer {
    position: absolute;
    width: 100%;
    height: calc(100% - 156px);
    top: 50px;
    right: 0;
    padding-bottom: 10px;
    overflow-y: auto;
    z-index: 1;
}

.account-payment-dtl-block {
    padding: 20px 12px 10px;
}

.account-payment-heading-block {
    margin-bottom: 10px;
}

.account-payment-heading {
    color: #030303;
}

.account-payment-heading.red-heading {
    color: #C51A1B;
}

.account-payment-heading.blue-heading {
    color: #00B2FF;
}

.account-payment-dtl {
    color: #030303;
    font-size: 14px;
    font-weight: 700;
}

.account-payment-btn {
    padding: 0 15px 15px;
    border-bottom: 1px solid #53555B;
}

.account-payment-btn .btn-primary {
    background-color: #C51A1B;
}

.account-payment-btn .btn-primary:active {
    background-color: #C51A1B !important;
}

.account-block-nav li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.account-submenu-item {
    position: relative;
    display: block;
    padding: 15px;
    width: 100%;
    color: #C51A1B;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.account-submenu-item:hover {
    background-color: #DBDBDB;
}

.account-submenu-item .arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.reports-nav {
    margin-bottom: 40px !important;
    padding: 15px 15px 5px;
}

.reports-nav li {
    text-align: left;
    margin-bottom: 5px;
}

.reports-nav li a {
    /* color: #00B2FF; */
    font-size: 14px;
    opacity: 0.87;
    font-weight: 600;
}

.reports-nav li a:hover {
    opacity: 0.75;
}

.reports-nav-heading {
    color: #d21020;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}


/* ================================= */


/*===== Account Submenu =====*/


/* ================================= */

.account-submenu-inner {
    position: fixed;
    display: block;
    background-color: #EEE;
    top: 60px;
    right: 0;
    transform: translateX(650px);
    width: 360px;
    height: 100%;
    z-index: 2;
    opacity: 0;
    overflow-y: auto;
    border: 1px solid #CCC;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.show-open-personal-details .account-submenu-inner.personal-dtl-block {
    right: 0;
    transform: translateX(0);
    opacity: 1;
}

.show-change-password .account-submenu-inner.change-password-block {
    right: 0;
    transform: translateX(0);
    opacity: 1;
}

.show-stake-values .account-submenu-inner.change-stake-block {
    right: 0;
    transform: translateX(0);
    opacity: 1;
}

.show-deposit-menu .account-submenu-inner.deposit-menu-block {
    right: 0;
    transform: translateX(0);
    opacity: 1;
}

@media (max-width: 768px) {
    .account-submenu-inner {
        right: 0 !important;
        width: 100%;
    }
}

.account-submenu-inner {
    padding: 15px 20px;
}

.change-password-form {
    padding: 15px 15px 15px 10px;
}

.change-password-form .show-password-icon i {
    color: #FFF;
}

.change-password-form label,
.change-stake-form label {
    color: #333 !important;
}

.form-group-material {
    position: relative;
    margin-bottom: 36px;
}

.form-group-material:after {
    width: 100%;
    height: 1px;
    background: #A3A1A7;
}

.form-group-material:before {
    width: 0;
    height: 2px;
    background-color: #FFF;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    z-index: 1;
}

.form-group-material:after,
.form-group-material:before {
    position: absolute;
    display: block;
    bottom: 0;
    content: "";
}

.form-group-material.error {
    margin-bottom: 36px;
}

.form-group-material.error:before {
    background-color: #C51A1B;
}

.form-group-material.focused:before {
    width: 100%;
}

.error-block p.error {
    position: absolute;
    background: transparent;
    color: #C51A1B;
    font-weight: 700;
    font-style: normal;
    padding-left: 0;
}

.material-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    cursor: text;
    color: #FFF;
    opacity: 0.54;
    font-size: 15px;
    -webkit-transition: color ease 0.3s, -webkit-transform ease 0.3s;
    transition: color ease 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, color ease 0.3s;
    transition: transform ease 0.3s, color ease 0.3s, -webkit-transform ease 0.3s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.error-block.form-group-material {
    margin-bottom: 46px;
}

.error-block .material-label {
    color: #C51A1B;
    font-weight: 700;
    opacity: 1;
}

.focused .material-label {
    -webkit-transform: translateY(-220%) scale(0.82);
    transform: translateY(-220%) scale(0.82);
    color: #FFF;
    opacity: 1;
}

.error.focused .material-label {
    color: #C51A1B;
}

.has-value .material-label {
    -webkit-transform: translateY(-220%) scale(0.82);
    transform: translateY(-220%) scale(0.82);
}

input.material-field,
textarea.material-field {
    font-size: 15px;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    box-shadow: none;
    color: #FFF;
    background: transparent;
    outline: none;
}

input.material-field:focus,
textarea.material-field:focus {
    box-shadow: none;
    background: none;
}

.change-password-btn-block .btn-primary {
    width: 100px;
    padding: 8px 15px 6px;
    background-color: #C51A1B;
}

.change-password-btn-block .btn-primary:active {
    background-color: #C51A1B !important;
}

.change-password-btn-block .btn-primary.gray-btn {
    background-color: #A3A1A7;
}

.change-password-btn-block .btn-primary.gray-btn:active {
    background-color: #A3A1A7 !important;
}

.show-display-setting .account-submenu-inner.display-setting-block {
    right: 64px;
    transform: translateX(0);
    opacity: 1;
}

.display-setting-block.account-submenu-inner {
    padding: 20px 30px 20px 20px;
}

.display-setting-dtl {
    margin-bottom: 40px;
}

.display-setting-heading {
    color: #FFF;
}

.btn-toggle-content-one,
.btn-toggle-content-two {
    margin-right: 15px;
    color: #FFF;
}

.btn-toggle-content-one {
    display: none;
}

.btn-toggle-content-two {
    display: block;
}

.btn-toggle-label.active .btn-toggle-content-one {
    display: block;
}

.btn-toggle-label.active .btn-toggle-content-two {
    display: none;
}

.btn-toggle-label.active {
    content: "Back-Lay";
}

.btn-toggle {
    position: relative;
    width: 40px;
    height: 16px;
    padding: 0;
    border: none;
    border-radius: 16px;
    margin: 0;
    color: #FFF;
    background-color: #A8A8A8;
}

.btn-toggle .handle {
    position: absolute;
    top: -3px;
    left: -9px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #FFF;
    transition: left 0.25s;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-toggle:focus,
.btn-toggle:focus.active {
    outline: none;
    box-shadow: none;
}

.btn-toggle:before,
.btn-toggle:after {
    display: none;
}

.btn-toggle.active .handle {
    left: 22px;
    background-color: #00B2FF;
    transition: left 0.25s;
}

.personal-dtl-block {
    padding: 20px 15px 15px;
}

.account-back-btn-block {
    margin-bottom: 30px;
}

.account-back-btn-block a {
    margin-bottom: 10px;
    color: #030303;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.account-back-btn-block a i {
    margin-right: 10px;
}

.personal-info-dtl-outer {
    margin-bottom: 20px;
}

.personal-info-dtl-outer p {
    color: #E2E3E3;
    font-size: 14px;
    line-height: 1;
}

.personal-info-dtl-outer p a {
    color: #00B2FF;
    text-transform: none !important;
}

.two-col-personal-info .personal-info-dtl-block {
    width: 100%;
}

.personal-info-heading {
    margin-bottom: 5px;
    color: #030303;
    font-weight: 400;
}

.personal-info-dtl {
    color: #555;
    opacity: 1;
}

.personal-info-heading-two {
    margin-bottom: 20px;
    color: #E2E3E3;
}

.personal-info-heading-three {
    color: #E2E3E3;
}


/* ================================= */


/*===== Live Event =====*/


/* ================================= */

@media (min-width: 892px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 1216px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 1540px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 1864px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2188px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2512px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2836px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(8, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3160px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(9, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3484px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(10, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3808px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(11, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4132px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4456px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(13, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4780px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(14, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5104px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(15, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5428px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(16, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5752px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(17, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 6076px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(18, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 6400px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(19, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 6724px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(20, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7048px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(21, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7372px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(22, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7696px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(23, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8020px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(24, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8344px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(25, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8668px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(26, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8992px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(27, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9316px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(28, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9640px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(29, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9964px) {
    .event-page.show-less-prices-active .chart-main-block-outer {
        grid-template-columns: repeat(30, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 892px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 1216px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 1540px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 1864px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2188px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2512px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2836px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3160px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(8, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3484px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(9, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3808px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(10, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4132px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(11, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4456px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4780px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(13, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5104px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(14, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5428px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(15, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5752px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(16, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 6076px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(17, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 6400px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(18, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 6724px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(19, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7048px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(20, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7372px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(21, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7696px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(22, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8020px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(23, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8344px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(24, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8668px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(25, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8992px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(26, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9316px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(27, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9640px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(28, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9964px) {
    .event-page.show-less-prices-active.menu-is-toggled .chart-main-block-outer {
        grid-template-columns: repeat(29, 1fr);
        grid-column-gap: 10px;
    }
}

.event-breadcrumbs-block {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .event-breadcrumbs-block {
        padding-top: 6px;
    }
}

.event-breadcrumb-dropdown-block {
    padding: 16px;
    background-color: #22252C;
}

.dropdown {
    margin-right: 17px;
}

.dropdown-link.dropdown-toggle {
    position: relative;
    color: #22252c;
    font-size: 14px;
    font-weight: 700;
}
.dropdown-link.dropdown-toggle {
    color: #00b2ff;
}
.event-page-2 .chart-event-title {
    color: #FFF;
}
.dropdown-link.dropdown-toggle:after {
    display: none;
}

.dropdown-link.dropdown-toggle:hover {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #EEE;
}

.dropdown-icon {
    position: absolute;
    top: -2.5px;
    right: -16px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: transparent;
    color: #FFF;
    content: "\f0da";
    line-height: 16px;
    font-family: FontAwesome;
    text-align: center;
}

.dropdown-icon i {
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 2px;
    position: relative;
}

.dropdown.show .dropdown-icon i {
    transform: rotate(90deg);
}

.dropdown-item {
    padding: 3px 15px;
}

.event-breadcrumb-nav {
    padding: 8px;
    background-color: #DBDBDB;
}

.event-breadcrumb-label {
    padding: 0 8px;
    color: #030303;
    font-size: 14px;
}

.event-breadcrumb-btn {
    min-width: 100px;
    height: 24px;
    border-radius: 2px 0 0 2px;
    background-color: #CCC;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.event-breadcrumb-btn:hover {
    opacity: 0.87;
}

.event-breadcrumb-btn.active {
    border-radius: 0 2px 2px 0;
    background-color: #00B2FF;
}

.event-breadcrumb-btn.active:hover {
    opacity: 1;
}

.show-less-prices-active .chart-body-heading {
    width: 100%;
}

.show-less-prices-active .chart-body-heading-one.hide-on-small {
    display: none;
}

.show-less-prices-active .chart-body-heading-two.hide-on-small {
    display: none;
}

.show-less-prices-active .chart-body-heading-one {
    padding-left: 0;
    padding-right: 0;
}

.show-less-prices-active .chart-body-heading-two {
    padding-left: 0;
    padding-right: 19px;
}

.show-less-prices-active .chart-body-heading-outer-two .chart-body-heading-two {
    padding-left: 5px;
}

.show-less-prices-active .match-odds-outer .price-odds-block:nth-child(2),
.show-less-prices-active .match-odds-outer .price-odds-block:nth-child(3),
.show-less-prices-active .match-odds-outer .price-odds-block:nth-child(6),
.show-less-prices-active .match-odds-outer .price-odds-block:nth-child(7) {
    display: none;
}

.show-less-prices-active .chart-body-heading-outer-two.chart-body-heading {
    padding-left: 18px;
}

.show-less-prices-active .chart-body-heading-details {
    margin-right: 30px;
}


/* ================================= */


/*===== Transaction History =====*/


/* ================================= */

.transaction-history-nav-outer {
    width: 100%;
    margin-top: 8px;
    background-color: #DBDBDB;
}

.transaction-history-nav {
    margin-bottom: 8px;
}

.transaction-history-nav li {
    position: relative;
    display: inline-block;
    background-color: #DBDBDB;
    padding: 0 5px;
}

.transaction-history-nav li a {
    display: block;
    padding: 10px 8px;
    color: #030303;
    font-size: 13px;
    font-weight: normal;
}
.transaction-history-nav li.active a {
    font-weight: 600;
}
.transaction-history-nav li.active a:after {
    position: absolute;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #C51A1B;
    bottom: 0;
    left: 0;
}

.transaction-history-header {
    padding: 8px 16px;
    border: 1px solid #DDD;
    margin-bottom: 8px;
    background-color: #FFF;
}

.transaction-select-btn {
    margin-right: 32px;
}

.transaction-select-btn select.form-control {
    min-width: 150px;
    padding: 8px 2px 2px;
    border: none;
    border-bottom: 1px solid #A3A1A7;
    border-radius: 0;
    font-size: 15px;
}

.transaction-select-label {
    color: #A3A1A7;
}

.transaction-report-btn .btn-primary {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    background-color: #C51A1B;
    text-align: center;
}

.transaction-report-btn .btn-primary:active {
    background-color: #C51A1B !important;
}

.transaction-report-btn .btn-primary.report-download-btn {
    width: 132px;
}

.transaction-report-btn .btn-primary.icon-btn {
    width: 64px;
    padding: 0 20px;
    border: 1px solid #ECECED;
    border-radius: 1px;
    background-color: #FFF;
}

.transaction-report-btn .btn-primary.icon-btn i {
    color: #00B2FF;
    font-size: 16px;
}

.transaction-report-btn .btn-primary.icon-btn:active {
    background-color: #FFF !important;
}

.table-top-header {
    padding: 5px 16px;
    border: 1px solid #DDD;
    background-color: #F5F5F5;
}

.table-top-header-dtl {
    font-size: 16px;
    color: #263f58;
}

.table-top-header-dtl span {
    color: #333;
    font-weight: 700;
}

.transaction-history-table .table {
    margin-bottom: 0;
    background-color: #FFF;
}

.transaction-history-table .thead {
    background-color: #FFF;
}

.transaction-history-table .thead th {
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: top;
    color: #333;
}

.transaction-history-table .thead th span {
    display: block;
    font-size: 12px;
    text-transform: none;
    color: #263f58;
    font-weight: 400;
}

.transaction-history-table tbody td {
    font-size: 14px;
}

.transaction-history-table tbody .red-column {
    color: #C51A1B;
}

.transaction-history-table tbody .green-column {
    color: #22BB92;
}

.table-bottom-footer {
    padding: 20px 16px;
    border-top: 1px solid #ECECED;
    margin-bottom: 10px;
    background-color: #FFF;
}

.table-footer-dtl {
    color: #333;
    font-size: 14px;
    opacity: 0.90;
}

.table-footer-dtl span {
    font-weight: 700;
}

.table-footer-dtl i {
    margin-right: 5px;
    color: #22BB92;
}

.transaction-history-page-footer {
    margin-bottom: 100px;
}


/* ================================= */


/*===== Login =====*/


/* ================================= */

.modal-dialog {
    max-width: 740px;
}

.login-header {
    height: 40px;
    padding: 0 16px;
    background-color: #FFF;
    color: #FFF;
    text-transform: uppercase;
}

.login-heading {
    color: #030303;
    line-height: 40px;
}

.login-close-btn {
    display: block;
    line-height: 40px;
}

.login-form {
    position: relative;
    padding: 50px 16px 0;
}

.login-form .material-label {
    color: #263f58;
}

.login-form .error-block .material-label {
    color: #C51A1B;
}

.login-form input.material-field,
.login-form textarea.material-field {
    color: #263f58;
}

.login-form .form-group-material:before {
    background-color: #53555B;
}

.login-form-btns .btn-primary {
    margin-bottom: 8px;
}

.login-form-btns a.btn-primary {
    display: block;
    width: 100%;
    border: 1px solid #DDD;
}

.show-password-icon {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    text-align: center;
}

.show-password-icon i {
    display: block;
    color: #19344F;
    font-size: 20px;
    line-height: 25px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.show-password-icon:hover i {
    opacity: 0.5;
}

.show-password-icon.active i {
    color: #C51A1B;
}

.captcha-block {
    position: relative;
    max-width: 94%;
    padding: 10px 16px;
    border: 1px solid #DDD;
    border-radius: 10px;
    margin: 0 auto 35px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=26, Direction=117, Color=#111)";
    -moz-box-shadow: 4px 8px 26px -18px #111;
    -webkit-box-shadow: 4px 8px 26px -18px #111;
    box-shadow: 4px 8px 26px -18px #111;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=43, Direction=135, Color=#111);
}

.captcha-icon {
    position: absolute;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    color: #FFF;
    line-height: 30px;
    text-align: center;
}

.captcha-icon.correct-active {
    display: block;
    background-color: #00B2FF;
}

.captcha-icon.wrong-active {
    display: block;
    background-color: #C51A1B;
}

.captcha-text {
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 12px;
    text-align: center;
    line-height: 40px;
}

.captcha-reload-icon {
    text-align: center;
}

.captcha-reload-icon a span {
    display: block;
    color: #263f58;
}

.captcha-reload-icon i {
    color: #00B2FF;
    font-size: 20px;
}


/* ================================= */


/*===== Login Page =====*/


/* ================================= */

.login-page {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.login-page .login-container-outer {
    position: relative;
    max-width: 750px;
    border-radius: 3px;
    margin: 0 auto;
    /* background-color: #101010; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=117, Color=#333333)";
    /*-moz-box-shadow: 4px 8px 50px -12px #333333;
    -webkit-box-shadow: 4px 8px 50px -12px #333333;
    box-shadow: 4px 8px 50px -12px #333333;*/
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color=#333333);
}

.login-page .login-logo {
    padding-top: 10px;
}

.login-page .login-form {
    padding-bottom: 10px;
}

.login-page .login-bg img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* ================================= */


/*===== Chart Event Page =====*/


/* ================================= */

.chart-event-header-outer {
    margin-top: 8px;
    background-color: #FFF;
}

.chart-event-header {
    padding: 15px 16px 0;
    background-color: #22252C;
}

.chart-event-header-icon i {
    font-size: 16px;
}

.chart-event-header-dropdown {
    margin-bottom: 5px;
}

.chart-event-title-block-outer {
    padding: 10px 16px 5px;
    background-color: #22252C;
}

.chart-event-time-block {
    width: 92px;
    white-space: nowrap;
    padding: 6px 15px 0;
    border-radius: 2px;
    height: 40px;
    text-align: center;
    background-color: #ECECED;
}

.chart-event-title {
    color: #030303;
    line-height: 1;
}

.chart-event-title span {
    color: #C51A1B;
}

.chart-event-volume {
    color: #FFF;
}

.chart-event-nav-outer {
    padding: 10px 16px 4px;
    background-color: #FFF;
}

.chart-event-nav,
.chart-event-tab-nav {
    white-space: nowrap;
    overflow-x: auto;
}

.chart-event-nav::-webkit-scrollbar-track,
.chart-event-tab-nav::-webkit-scrollbar-track {
    display: none;
}

.chart-event-nav::-webkit-scrollbar,
.chart-event-tab-nav::-webkit-scrollbar {
    display: none;
}

.chart-event-nav::-webkit-scrollbar-thumb,
.chart-event-tab-nav::-webkit-scrollbar-thumb {
    display: none;
}

.chart-event-nav-item {
    display: block;
    min-width: 55px;
    height: 24px;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: #53555B;
    color: #FFF;
    text-align: center;
    line-height: 24px;
}

.chart-event-nav-item:hover {
    background-color: #263f58;
}

.chart-event-nav-item.active {
    background-color: #00B2FF;
}

.chart-event-tab-nav {
    background-color: #22252C;
}

.chart-event-tab-link {
    position: relative;
    display: block;
    padding: 12px 16px;
    font-weight: 700;
    color: #FFF;
}
.chart-event-tab-link:hover,
.chart-event-tab-link:focus,
.chart-event-tab-link:active {
    color: #FFF;
}

.chart-event-tab-link.active:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 1px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #C51A1B;
}

.chart-event-tab-content.tab-content {
    background-color: #FFF;
}


/* ================================= */


/*===== Casino =====*/


/* ================================= */


/*.casino-page .site-main-content {
    background-color: transparent; }
  .casino-page .sidebar-nav {
    top: 110px;
    padding-top: 16px; }
  .casino-page .site-outer-main-block {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; }*/

.casino-evolution-main-div {
    max-width: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}

.casino-block-outer {
    max-width: 1102px;
    padding: 15px 0 15px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .casino-evolution-main-div {
        padding: 0 !important;
    }
    .casino-block-outer {
        padding: 8px 0 15px;
    }

}

.casino-logo {
    margin-bottom: 16px;
}

.casino-label {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

.casino-sort-link {
    position: relative;
    color: #A3A1A7;
    font-size: 14px;
    font-weight: 700;
}

.casino-sort-link:hover {
    color: #D9AF5B;
}

.casino-sort-link.active {
    color: #D9AF5B;
}

.casino-sort-link.active:after {
    position: absolute;
    width: 5px;
    height: 5px;
    bottom: 13px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "\f0da";
    color: #FFF;
    font-size: 10px;
    line-height: 5px;
    text-align: center;
    transform: rotate(90deg);
    font-family: FontAwesome;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.casino-sort-link.active.sort-toggle:after {
    transform: rotate(270deg);
}

.casino-nav-outer {
    margin-bottom: 16px;
    background-color: #CCC;
}

.casino-nav {
    overflow-x: auto;
}

.casino-nav::-webkit-scrollbar-track {
    display: none;
}

.casino-nav::-webkit-scrollbar {
    display: none;
}

.casino-nav::-webkit-scrollbar-thumb {
    display: none;
}

.casino-nav-item {
    position: relative;
    display: block;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
}

.casino-nav-item:hover {
    color: #030303;
}

.casino-nav-item.active:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #C1D72E;
}

.casino-grid-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

@media (max-width: 768px) {
    .casino-grid-block {
        margin: 20px;
    }
}

.casino-page-slider {
    overflow: hidden;
    grid-column-start: 1;
    grid-column-end: 3;
}

.game-card-right-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.game-card-block {
    position: relative;
}

.game-card-block img {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.game-card-block:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #C51A1B;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.game-card-block:hover img {
    opacity: 0.75;
}

.game-card-block:hover:before {
    z-index: 0;
}

.game-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 24px;
    background-color: #D9AF5B;
    color: #333;
    text-align: center;
    line-height: 24px;
}

.game-title-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    padding-left: 16px;
    background-color: rgba(255, 255, 255, 0.8);
}

.game-title {
    color: #030303;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

.game-price {
    line-height: 32px;
    font-size: 14px;
}

.game-icon {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #CCC;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.game-icon:hover {
    background-color: #C1D72E;
}

.game-icon i {
    font-size: 18px;
    opacity: 0.80;
    line-height: 32px;
}

.single-casino-block-outer .chart-body-heading-text {
    font-weight: 700;
    font-size: 16px;
}

.single-casino-block-outer .chart-body-heading-main-block {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
}

.single-casino-block-outer .chart-body-main-heading span {
    margin-left: 4px;
}

.single-casino-block-outer .chart-body-heading {
    font-size: 16px;
}

.single-casino-block-outer .chart-body-heading-block {
    height: 28px;
}


/*.single-casino-block-outer .price-odds-block {
    padding-top: 8px;
  }*/

.single-casino-block-outer .chart-body-heading-details {
    min-width: 200px;
}

@media (max-width: 768px) {
    .single-casino-block-outer .chart-body-heading {
        font-size: 12px;
    }
    .single-casino-block-outer .chart-body-heading-details {
        margin-right: 0;
    }
}

.w-100 {
    width: 100%;
}

.game-side-detail-block {
    position: absolute;
    top: 0;
    left: 0;
}

.detail-block {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

.detail-block h5 {
    color: #FFF;
    margin-bottom: 5px;
}

.detail-block ul {
    margin-bottom: 10px;
}

.detail-block ul li {
    display: inline-block;
    margin-right: 5px;
}

.detail-block ul li:last-child {
    margin-right: 0;
}

.single-casino-block-outer .content-body-sidebar {
    width: 35%;
}

.single-casino-block-outer .table th,
.single-casino-block-outer .table td {
    white-space: nowrap;
}

.single-casino-block-outer .my-bets-panel-group table .badge-primary,
.badge-light.badge-primary {
    color: #444 !important;
    font-size: 11px;
}

.single-casino-block-outer .price-odds-block {
    height: 40px;
}

.flip-clock {
    -moz-transform: scale(0.55);
    transform: scale(0.55);
    width: 170px;
    position: absolute;
    bottom: -5%;
    right: -5%;
}

@media (max-width: 768px) {
    .flip-clock {
        -moz-transform: scale(0.45);
        transform: scale(0.45);
        width: 140px;
        position: absolute;
        bottom: -8%;
        right: -40px;
    }
}


/* ================================= */


/*===== 404 Page =====*/


/* ================================= */

.error-page .content-body-outer {
    padding: 120px 16px;
    margin: 8px 0 30px;
    height: 100vh;
    background-color: #263f58;
    text-align: center;
}

.error-page-logo {
    margin-bottom: 10px;
}

.error-page-heading {
    margin-bottom: 10px;
    color: #A3A1A7;
    text-transform: uppercase;
}

.error-page-subheading {
    margin-bottom: 10px;
    color: #E2E3E3;
}

.error-page-home-link {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
}

.error-page-content a {
    color: #00B2FF;
    font-weight: 700;
}

.error-page-content p {
    max-width: 600px;
    margin: 0 auto;
    color: #E2E3E3;
}


/* ================================= */


/*===== Responsive =====*/


/* ================================= */

@media (max-width: 340px) {
    .topbar-search.hide-on-small {
        display: none;
    }
    .captcha-text {
        font-size: 14px;
    }
    .captcha-reload-icon {
        padding-top: 11px;
    }
    .captcha-reload-icon span.hide-on-small {
        display: none;
    }
    .error-page .content-body-outer {
        height: 115vh;
    }
    .game-price.hide-on-small {
        display: none;
    }
}

@media (max-width: 600px) {
    .mobile-bets-offer-outer {
        margin-bottom: 10px;
    }
    .popover {
        top: 0 !important;
        right: 0;
        left: 2px !important;
        max-width: 95%;
        margin: 0 auto;
    }
    .popover .popover-body {
        padding: 10px 0;
    }
    .topbar-button .btn-primary {
        padding: 6px 15px;
    }
    .sidebar-main-block.hide-on-small {
        display: none;
    }
    .right-sidebar-main-block.hide-on-small .right-sidebar-nav {
        right: -64px;
    }
    .tabs-badge.red-badge {
        top: -8px;
    }
    .mobile-nav-menu-button.hide-on-small.active {
        display: block;
       /* margin-right: auto;*/
    }
    .logo.hide-on-small {
        display: none;
    }
    .right-sidebar-nav-item.hide-on-large {
        display: block;
        width: 50px;
        height: 40px;
        font-size: 10px;
        text-align: center;
    }
    .right-sidebar-nav-item.hide-on-large .right-nav-submenu-icon {
        padding-top: 0;
    }
    .right-sidebar-nav-item.hide-on-large:hover {
        background-color: transparent;
    }
    .site-main-content {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .ads-block.mr-1 {
        margin-right: 0 !important;
    }
    .mobile-nav-menu-outer {
        display: block;
    }
    .mobile-bottom-bar {
        display: block;
    }
    .mobile-menu-header {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .topbar-main-block {
       height: 66px;
    }
    .topbar-content {
        padding-top: 10px;
        padding-right: 0;
    }
    .logo img {
        max-height: 44%;
    }
    .topbar-nav.hide-on-small {
        display: none;
    }
    .topbar-search-form {
        margin: 0 10px;
    }
    .topbar-search {
        width: 100%;
        display: none;
    }
    .mobile-nav-menu-block .topbar-search{
        display: block;
        margin-bottom: 16px;
    }
    .mobile-nav-menu-block .topbar-search .topbar-search-form{
        margin: 0px;
    }
    .topbar-search .form-control {
        width: 100%;
    }
    .topbar-search-form .form-group {
        margin-bottom: 0;
    }
    .topbar-button {
        width: 100px;
        margin-right: 10px;
    }
    .topbar-button .btn-primary {
        padding: 8px 15px 6px;
    }
    .site-main-content {
        padding-top: 53px;
    }
    .sidebar-nav {
        top: 80px;
    }
    .right-sidebar-nav {
        top: 53px;
    }
    .game-tag {
        width: 75px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
    .game-title-block {
        height: 30px;
    }
    .game-title {
        font-size: 16px;
        line-height: 30px;
    }
    .game-price {
        font-size: 12px;
        line-height: 22px;
    }
    .game-icon {
        width: 32px;
        height: 30px;
    }
    .game-icon i {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 620px) {
    .deposit-button .btn-primary {
        padding: 9px 6px 7px;
    }
    .chart-event-title {
        font-size: 20px;
    }
}

@media (max-width: 760px) {
    .topbar-button.hide-on-small {
        display: none;
    }
    .topbar-button.mr-2 {
        margin-right: 0 !important;
    }
    .topbar-nav {
        left: 0;
    }
    .logo img {
        max-height: 68%;
    }
    .table-top-header-dtl {
        font-size: 14px;
    }
    .login-bg.hide-on-small {
        display: none;
    }
    .login-container-outer {
        width: 100%;
    }
    .game-card-block {
        margin-bottom: 10px;
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .casino-label.hide-on-small {
        display: none;
    }
    .casino-sort-block {
        width: 100%;
        margin-bottom: 16px;
    }
    .casino-sort-block .mr-3 {
        margin-right: 0 !important;
    }
    .casino-sort-link {
        display: block;
        width: 100%;
        height: 32px;
        background-color: #263f58;
        text-align: center;
        line-height: 32px;
    }
    .casino-sort-link.active {
        background-color: #19344F;
    }
    .casino-sort-link.active:after {
        content: '\f176';
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
    }
    .site-main-content {
        padding-top: 63px;
           padding-left: 8px !important;
    padding-right: 8px !important;
    }
    .casino-sort-link.active.sort-toggle:after {
        transform: rotate(180deg);
    }
}

@media (max-width: 800px) {
    .chart-event-header.hide-on-small {
        display: none !important;
    }
    .chart-body-heading-block .hide-on-small {
        display: none;
    }
    .price-odds-block.hide-on-small {
        display: none;
    }
    .chart-body-heading {
        width: 100%;
    }
    .chart-body-heading-one {
        padding-right: 10px;
    }
    .chart-body-heading-two {
        padding-left: 0;
        padding-right: 9px;
    }
    .chart-body-heading-outer-two .chart-body-heading-two {
        padding-left: 5px;
    }
}

@media (max-width: 1030px) {
    .topbar-info-block.hide-on-small {
        display: none;
    }
    .game-card-right-block {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .casino-page-slider {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .game-card-block {
        grid-column-start: 1;
        grid-column-end: 4;
    }
}

@media (min-width: 1200px) {
    .menu-is-toggled.event-page .content-body-outer {
        padding-right: 360px;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .menu-is-toggled.event-page-2 .content-body-outer {
        padding-right: 360px;
    }
}

@media (max-width: 1280) {
    .content-body-sidebar {
        display: none;
    }
}

@media (max-width: 1280px) {
    .right-sidebar-bottom-nav.hide-on-small {
        display: none;
    }
    .ads-block.hide-on-small {
        display: none;
    }
}

@media (min-width: 1600px) {
    .menu-is-toggled .content-body-outer {
        padding-right: 360px;
    }
    .menu-is-toggled .transaction-history-page .content-body-outer,
    .menu-is-toggled .casino-page .content-body-outer {
        padding-right: 0;
    }
    .menu-is-toggled .content-body-sidebar-scroll {
        right: 434px;
    }
    .transaction-history-page .content-body-outer {
        max-width: 1350px;
        margin: 0 auto;
    }
}


/*# sourceMappingURL=style2.css.map */


/* Live Score */

.live-score-block {
    background-color: #FFF;
}

.top-heading {
    text-align: left;
}

.top-heading-icon {
    width: 20px;
}

.live-score-heading {
    margin-bottom: 5px;
    text-align: left;
    font-size: 12px;
}

.live-score-table-block td.live-score-main-heading {
    white-space: nowrap;
}

.live-score-table-block table {
    border: 1px solid #ECECED;
}

.live-score-table-block th,
.live-score-table-block td {
    padding: 4px 8px;
    text-align: center;
}

.live-score-table-block th.min-padding,
.live-score-table-block td.min-padding {
    padding: 5px;
}


/*.live-score-table-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}

.live-score-table-block::-webkit-scrollbar {
    width: 14px;
    height: 10px;
    background-color: #F5F5F5;
}

.live-score-table-block::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
    height: 100px;
    border-radius: 0;
}*/

.live-score-table-block th {
    color: #53555B;
}

.special-cell {
    background-color: #ECECED;
    color: #53555B;
}

.red-cell {
    color: #C51A1B;
}

th.border-cell,
td.border-cell {
    border-right: 1px solid #ECECED;
}

.mobile-live-score-block {
    margin-bottom: 8px;
}

.mobile-live-score-outer .live-score-dtl-block {
    margin-bottom: 20px;
}

.mobile-live-score-outer .live-score-dtl-block,
.mobile-live-score-outer .live-score-table-block {
    width: 100%;
}

.mobile-live-score-block.hide-on-large {
    display: none;
}

.live-score-mobile {
    display: none;
}

@media (max-width: 1379px) {
    .live-score-mobile {
        display: block;
    }
}


/* LOGIN 2 */


/*custom css*/

.loginmodel.modal {
    background-color: rgba(255, 255, 255, 0.8);
}

.loginmodel .modal-content {
   border: 0px;
   border-radius: 0px;
   background: #272727;
}

.loginmodel .modal-dialog {
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 400px;
    background-color: transparent;
}

.loginmodel .login-close a {
    padding-right: 8px;
}

.loginmodel .login-close i {
    color: #fff;
    font-size: 33px;
}

.loginmodel .login-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 50px;
}

.loginmodel .login-form-model {
    width: 80%;
    margin-top: 0px;
}

.loginmodel .login-logo {
    position: relative;
    margin-top: -35px;
    margin-bottom: 20px;
        background-color: #C51A1B;
    padding: 20px;
    border-radius: 5px;
        margin: 0px auto 20px auto;
}

.loginmodel .login-form-model .form-control {
    /* background-color: #ffffff; */
    border-radius: 0px;
    border: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
       text-align: center;
    height: 35px;
    /* font-style: italic; */
}

.loginmodel .login-form-model .form-control:focus {
    color: #101010;
}

.loginmodel .login-form-model ::placeholder {
    color: #101010;
    text-align: center;
    padding-left: 0px;
}

.loginmodel .login-form-model button {
    color: #000;
        background-color: #C51A1B;
}

.text-danger-3 {
    color: #333;
    font-weight: 600;
    margin-top: 5px;
}

.loginmodel .login-btn {
    width: 150px;
    height: 35px;
    /* font-style: italic; */
    font-size: 16px;
    background-color: #FFC90A;
    display: block;
    position: relative;
    margin: 30px auto;
    overflow: hidden;
    border: 0px solid #333333;
    color: #FFF !important;
    text-decoration: none;
    font-weight: 600;
    /*-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, .4);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, .4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
 /*   background-image: -webkit-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
    background-image: -moz-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
    background-image: -ms-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
    background-image: -o-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
    background-image: linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);*/
}

.loginmodel .login-btn span.text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    letter-spacing: 2px;
    transform: translate(-50%, -50%);
}

.loginmodel .login-btn span.shine {
/*    content: '';
    position: absolute;
    height: 400px;
    width: 20px;
    background: white;
    top: -100px;
    left: -200px;
    display: block;
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 20px 10px white;
    -moz-box-shadow: 0px 0px 20px 10px white;
    box-shadow: 0px 0px 20px 10px white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;*/
}

.loginmodel .login-btn:hover span.shine {
    left: 400px;
    top: -100px;
}

.loginmodel .forget-password {
    margin-top: 40px;
}

.loginmodel .forget-password .forget-link a {
    color: #fff;
    font-size: 16px;
}

.loginmodel .forget-password .forget-link p {
    color: #fff;
    font-size: 14px;
}

.loginmodel .login-footer-block p {
    font-size: 16px;
    color: #fff;
}

.loginmodel .footer-block {
    margin-top: 5px;
    padding-top: 20px;
}

.loginmodel .login-footer-button {
    border-bottom: 50px;
}

.loginmodel .login-footer-button button {
    width: 80%;
    color: #000;
    background-color: #fff;
}

.loginmodel .contact-block {
    margin-top: 10px;
    color: #fff;
}

.loginmodel .contact-block p {
    color: #fff;
}

.loginmodel .login-footer-block p {
    margin-bottom: 8px;
}

.loginmodel .contact-block a span {
    font-size: 14px;
    color: #fff;
}

.loginmodel .big-error-block {
    background-color: darkred;
}

.loginmodel .login-form-model .form-control {
    color: #101010;
}

@media only screen and (max-width: 768px) {
    .loginmodel .modal-dialog {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .loginmodel .login-title {
        color: #fff;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 10px;
        margin-top: -25px;
    }

    .loginmodel .login-footer-button button {
        width: 90%;
        background-color: #FFF;
    }
}


/* Sports Radar */

.widgets {
    max-width: 620px;
    width: 100%;
    height: fit-content;
}

.sr-widget {
    border: rgba(0, 0, 0, 0.12) solid 1px;
    margin-bottom: 0;
}

.sr-wwrap {
    height: auto !important;
}

.sr-widget-title {
    font-weight: bold;
    padding-bottom: 4px;
}

@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin,latin-ext");
.sr-bb {
    font-family: "Roboto", "Noto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-align: left;
    background: #FFFFFF;
}

.sr-bb.sr-rtl {
    text-align: right;
}

.sr-bb .sr-bb {
    background: none;
}

.sr-bb .srt-base-1 {
    background-color: transparent;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-win {
    background-color: transparent;
    color: #00003c;
    border-color: #00003c;
}

.sr-bb .srt-base-1-draw {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
}

.sr-bb .srt-base-1-lose {
    background-color: transparent;
    color: #ff0000;
    border-color: #ff0000;
}

.sr-bb .srt-base-1-is-active {
    background-color: rgba(255, 0, 0, 0.12);
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-active-2 {
    background-color: #e6e6e6;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-hoverable:hover {
    background-color: rgba(255, 0, 0, 0.12);
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-primary {
    background-color: transparent;
    color: #FF0000;
    border-color: #FF0000;
}

.sr-bb .srt-base-1-home-1 {
    background-color: transparent;
    color: #00003c;
    border-color: #00003c;
}

.sr-bb .srt-base-1-away-1 {
    background-color: transparent;
    color: #ff0000;
    border-color: #ff0000;
}

.sr-bb .srt-base-1-home-2 {
    background-color: transparent;
    color: #00003c;
    border-color: #940000;
}

.sr-bb .srt-base-1-away-2 {
    background-color: transparent;
    color: #ff0000;
    border-color: #940000;
}

.sr-bb .srt-base-1-home-3 {
    background-color: transparent;
    color: #00003c;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-away-3 {
    background-color: transparent;
    color: #ff0000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-home-4 {
    background-color: transparent;
    color: #4d4d77;
    border-color: #4d4d77;
}

.sr-bb .srt-base-1-away-4 {
    background-color: transparent;
    color: #ff4d4d;
    border-color: #ff4d4d;
}

.sr-bb .srt-base-1-home-5 {
    background-color: transparent;
    color: #000027;
    border-color: #000027;
}

.sr-bb .srt-base-1-away-5 {
    background-color: transparent;
    color: #a60000;
    border-color: #a60000;
}

.sr-bb .srt-base-1-background {
    background-color: white;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-2 {
    background-color: white;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-2-is-active {
    background-color: #ffe0e0;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-2-is-hoverable:hover {
    background-color: #ffe0e0;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-3 {
    background-color: #ffe0e0;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-3-is-active {
    background-color: #ffd4d4;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-3-is-hoverable:hover {
    background-color: #ffd4d4;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-3-background {
    background-color: white;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-4 {
    background-color: #fff2f2;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-5-is-active {
    background-color: #ffbdbd;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-5-is-hoverable:hover {
    background-color: #ffbdbd;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-6 {
    background-color: transparent;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.3);
}

.sr-bb .srt-primary-1 {
    background-color: #FF0000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-1-is-active {
    background-color: #ff1a1a;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-1-is-hoverable:hover {
    background-color: #ff1a1a;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-1-is-disabled {
    background-color: #ff3333;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-2 {
    background-color: #b30000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-3 {
    background-color: #ff1a1a;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-4 {
    background-color: #ff6666;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-5 {
    background-color: #ff6666;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-5-is-hoverable:hover {
    background-color: #FF0000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-6 {
    background-color: #940000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-7 {
    background-color: #FF0000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-8 {
    background-color: #FF0000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-8-is-active-1 {
    background-color: #ff1a1a;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-8-is-active-2 {
    background-color: #ff1a1a;
    color: #ffffff;
    border-color: #FFFFFF;
}

.sr-bb .srt-primary-9 {
    background-color: #ffb3b3;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-primary-10 {
    background-color: #ff3333;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-11 {
    background-color: #ff1a1a;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-12 {
    background-color: #FF0000;
    color: #ffffff;
    border-color: #ffffff;
}

.sr-bb .srt-primary-13 {
    background-color: #fff2f2;
    color: #ffffff;
    border-color: rgba(255, 0, 0, 0.3);
}

.sr-bb .srt-base-1-primary-1 {
    background-color: transparent;
    color: #FF0000;
    border-color: #FF0000;
}

.sr-bb .srt-base-1-primary-2 {
    background-color: transparent;
    color: #b30000;
    border-color: #b30000;
}

.sr-bb .srt-base-1-primary-3 {
    background-color: transparent;
    color: #ff1a1a;
    border-color: #ff1a1a;
}

.sr-bb .srt-base-1-primary-4 {
    background-color: transparent;
    color: #ff6666;
    border-color: #ff6666;
}

.sr-bb .srt-base-1-primary-5 {
    background-color: transparent;
    color: #ff6666;
    border-color: #ff6666;
}

.sr-bb .srt-base-1-primary-6 {
    background-color: transparent;
    color: #940000;
    border-color: #940000;
}

.sr-bb .srt-base-1-primary-7 {
    background-color: transparent;
    color: #FF0000;
    border-color: #FF0000;
}

.sr-bb .srt-base-1-primary-8 {
    background-color: transparent;
    color: #FF0000;
    border-color: #FF0000;
}

.sr-bb .srt-base-1-primary-9 {
    background-color: transparent;
    color: #ffb3b3;
    border-color: #ffb3b3;
}

.sr-bb .srt-base-1-primary-10 {
    background-color: transparent;
    color: #ff3333;
    border-color: #ff3333;
}

.sr-bb .srt-base-1-primary-11 {
    background-color: transparent;
    color: #ff1a1a;
    border-color: #ff1a1a;
}

.sr-bb .srt-base-1-primary-13 {
    background-color: #FFFFFF;
    color: #fff2f2;
    border-color: rgba(255, 0, 0, 0.3);
}

.sr-bb .srt-base-1-neutral-1 {
    background-color: transparent;
    color: #dedede;
    border-color: #dedede;
}

.sr-bb .srt-base-1-neutral-2 {
    background-color: transparent;
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.sr-bb .srt-base-1-neutral-3 {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-neutral-4 {
    background-color: transparent;
    color: #595959;
    border-color: #595959;
}

.sr-bb .srt-base-1-neutral-5 {
    background-color: transparent;
    color: #404040;
    border-color: #404040;
}

.sr-bb .srt-base-1-neutral-6 {
    background-color: transparent;
    color: #c2c2c2;
    border-color: #c2c2c2;
}

.sr-bb .srt-base-1-neutral-7 {
    background-color: transparent;
    color: #595959;
    border-color: #595959;
}

.sr-bb .srt-base-1-neutral-8 {
    background-color: transparent;
    color: #dedede;
    border-color: #dedede;
}

.sr-bb .srt-base-1-neutral-9 {
    background-color: transparent;
    color: #f0f0f0;
    border-color: #f0f0f0;
}

.sr-bb .srt-base-1-neutral-10 {
    background-color: transparent;
    color: #e0e0e0;
    border-color: #e0e0e0;
}

.sr-bb .srt-base-1-neutral-11 {
    background-color: transparent;
    color: #999999;
    border-color: #999999;
}

.sr-bb .srt-base-1-neutral-12 {
    background-color: transparent;
    color: #4d4d4d;
    border-color: #4d4d4d;
}

.sr-bb .srt-base-1-neutral-13 {
    background-color: transparent;
    color: #e6e6e6;
    border-color: #e6e6e6;
}

.sr-bb .srt-base-1-is-active-primary {
    background-color: rgba(255, 0, 0, 0.12);
    color: #FF0000;
    border-color: #FF0000;
}

.sr-bb .srt-base-1-is-active-home-1 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #00003c;
    border-color: #00003c;
}

.sr-bb .srt-base-1-is-active-away-1 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ff0000;
    border-color: #ff0000;
}

.sr-bb .srt-base-1-is-active-home-2 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #00003c;
    border-color: #940000;
}

.sr-bb .srt-base-1-is-active-away-2 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ff0000;
    border-color: #940000;
}

.sr-bb .srt-base-1-is-active-home-3 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #00003c;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-active-away-3 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ff0000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-active-home-4 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #4d4d77;
    border-color: #4d4d77;
}

.sr-bb .srt-base-1-is-active-away-4 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ff4d4d;
    border-color: #ff4d4d;
}

.sr-bb .srt-base-1-is-active-home-5 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #000027;
    border-color: #000027;
}

.sr-bb .srt-base-1-is-active-away-5 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #a60000;
    border-color: #a60000;
}

.sr-bb .srt-base-1-is-active-primary-1 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #FF0000;
    border-color: #FF0000;
}

.sr-bb .srt-base-1-is-active-primary-2 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #b30000;
    border-color: #b30000;
}

.sr-bb .srt-base-1-is-active-primary-3 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ff1a1a;
    border-color: #ff1a1a;
}

.sr-bb .srt-base-1-is-active-primary-4 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ff6666;
    border-color: #ff6666;
}

.sr-bb .srt-base-1-is-active-primary-5 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ff6666;
    border-color: #ff6666;
}

.sr-bb .srt-base-1-is-active-primary-6 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #940000;
    border-color: #940000;
}

.sr-bb .srt-base-1-is-active-primary-7 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #FF0000;
    border-color: #FF0000;
}

.sr-bb .srt-base-1-is-active-primary-8 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #FF0000;
    border-color: #FF0000;
}

.sr-bb .srt-base-1-is-active-primary-9 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ffb3b3;
    border-color: #ffb3b3;
}

.sr-bb .srt-base-1-is-active-primary-10 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ff3333;
    border-color: #ff3333;
}

.sr-bb .srt-base-1-is-active-primary-11 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #ff1a1a;
    border-color: #ff1a1a;
}

.sr-bb .srt-base-1-is-active-neutral-1 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #dedede;
    border-color: #dedede;
}

.sr-bb .srt-base-1-is-active-neutral-2 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.sr-bb .srt-base-1-is-active-neutral-3 {
    background-color: rgba(255, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-active-neutral-4 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #595959;
    border-color: #595959;
}

.sr-bb .srt-base-1-is-active-neutral-5 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #404040;
    border-color: #404040;
}

.sr-bb .srt-base-1-is-active-neutral-6 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #c2c2c2;
    border-color: #c2c2c2;
}

.sr-bb .srt-base-1-is-active-neutral-7 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #595959;
    border-color: #595959;
}

.sr-bb .srt-base-1-is-active-neutral-8 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #dedede;
    border-color: #dedede;
}

.sr-bb .srt-base-1-is-active-neutral-9 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #f0f0f0;
    border-color: #f0f0f0;
}

.sr-bb .srt-base-1-is-active-neutral-10 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #e0e0e0;
    border-color: #e0e0e0;
}

.sr-bb .srt-base-1-is-active-neutral-11 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #999999;
    border-color: #999999;
}

.sr-bb .srt-base-1-is-active-neutral-12 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #4d4d4d;
    border-color: #4d4d4d;
}

.sr-bb .srt-base-1-is-active-neutral-13 {
    background-color: rgba(255, 0, 0, 0.12);
    color: #e6e6e6;
    border-color: #e6e6e6;
}

.sr-bb .srt-home-1 {
    background-color: #00003c;
    color: #ffffff;
    border-color: #00003c;
}

.sr-bb .srt-away-1 {
    background-color: #ff0000;
    color: #ffffff;
    border-color: #ff0000;
}

.sr-bb .srt-home-2 {
    background-color: #00003c;
    color: #ffffff;
    border-color: #940000;
}

.sr-bb .srt-away-2 {
    background-color: #ff0000;
    color: #ffffff;
    border-color: #940000;
}

.sr-bb .srt-home-3 {
    background-color: #00003c;
    color: #ffffff;
    border-color: #FFFFFF;
}

.sr-bb .srt-away-3 {
    background-color: #ff0000;
    color: #ffffff;
    border-color: #FFFFFF;
}

.sr-bb .srt-home-4 {
    background-color: #4d4d77;
    color: #ffffff;
    border-color: #4d4d77;
}

.sr-bb .srt-away-4 {
    background-color: #ff4d4d;
    color: #ffffff;
    border-color: #ff4d4d;
}

.sr-bb .srt-home-5 {
    background-color: #000027;
    color: #ffffff;
    border-color: #000027;
}

.sr-bb .srt-away-5 {
    background-color: #a60000;
    color: #ffffff;
    border-color: #a60000;
}

.sr-bb .srt-neutral-1 {
    background-color: #dedede;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-2 {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-3 {
    background-color: rgba(0, 0, 0, 0.12);
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-4 {
    background-color: #595959;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-5 {
    background-color: #404040;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-6 {
    background-color: #c2c2c2;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-7 {
    background-color: #595959;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-8 {
    background-color: #dedede;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-9 {
    background-color: #f0f0f0;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-10 {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.82);
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-11 {
    background-color: #999999;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-12 {
    background-color: #4d4d4d;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-13 {
    background-color: #e6e6e6;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-win {
    background-color: #00003c;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-draw {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-lose {
    background-color: #ff0000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-text-secondary {
    opacity: 0.7;
    -webkit-font-smoothing: antialiased;
}

.sr-bb .srt-text-disabled {
    opacity: 0.35;
}

.sr-bb .srt-text-tertiary {
    opacity: 0.54;
}

.sr-bb .srt-primary-1 .srt-text-secondary,
.sr-bb .srt-primary-1.srt-text-secondary,
.sr-bb .srt-primary-1-is-active .srt-text-secondary,
.sr-bb .srt-primary-1-is-active.srt-text-secondary,
.sr-bb .srt-primary-1-is-hoverable:hover .srt-text-secondary,
.sr-bb .srt-primary-1-is-hoverable:hover.srt-text-secondary,
.sr-bb .srt-primary-1-is-disabled .srt-text-secondary,
.sr-bb .srt-primary-1-is-disabled.srt-text-secondary,
.sr-bb .srt-primary-2 .srt-text-secondary,
.sr-bb .srt-primary-2.srt-text-secondary,
.sr-bb .srt-primary-3 .srt-text-secondary,
.sr-bb .srt-primary-3.srt-text-secondary,
.sr-bb .srt-primary-4 .srt-text-secondary,
.sr-bb .srt-primary-4.srt-text-secondary,
.sr-bb .srt-primary-5 .srt-text-secondary,
.sr-bb .srt-primary-5.srt-text-secondary,
.sr-bb .srt-primary-5-is-hoverable:hover .srt-text-secondary,
.sr-bb .srt-primary-5-is-hoverable:hover.srt-text-secondary,
.sr-bb .srt-primary-6 .srt-text-secondary,
.sr-bb .srt-primary-6.srt-text-secondary,
.sr-bb .srt-primary-7 .srt-text-secondary,
.sr-bb .srt-primary-7.srt-text-secondary,
.sr-bb .srt-primary-8 .srt-text-secondary,
.sr-bb .srt-primary-8.srt-text-secondary,
.sr-bb .srt-primary-8-is-active-1 .srt-text-secondary,
.sr-bb .srt-primary-8-is-active-1.srt-text-secondary,
.sr-bb .srt-primary-8-is-active-2 .srt-text-secondary,
.sr-bb .srt-primary-8-is-active-2.srt-text-secondary,
.sr-bb .srt-primary-9 .srt-text-secondary,
.sr-bb .srt-primary-9.srt-text-secondary,
.sr-bb .srt-primary-10 .srt-text-secondary,
.sr-bb .srt-primary-10.srt-text-secondary,
.sr-bb .srt-primary-11 .srt-text-secondary,
.sr-bb .srt-primary-11.srt-text-secondary,
.sr-bb .srt-primary-12 .srt-text-secondary,
.sr-bb .srt-primary-12.srt-text-secondary,
.sr-bb .srt-primary-13 .srt-text-secondary,
.sr-bb .srt-primary-13.srt-text-secondary {
    opacity: 0.8;
    -webkit-font-smoothing: antialiased;
}

.sr-bb .srt-primary-1 .srt-text-disabled,
.sr-bb .srt-primary-1.srt-text-disabled,
.sr-bb .srt-primary-1-is-active .srt-text-disabled,
.sr-bb .srt-primary-1-is-active.srt-text-disabled,
.sr-bb .srt-primary-1-is-hoverable:hover .srt-text-disabled,
.sr-bb .srt-primary-1-is-hoverable:hover.srt-text-disabled,
.sr-bb .srt-primary-1-is-disabled .srt-text-disabled,
.sr-bb .srt-primary-1-is-disabled.srt-text-disabled,
.sr-bb .srt-primary-2 .srt-text-disabled,
.sr-bb .srt-primary-2.srt-text-disabled,
.sr-bb .srt-primary-3 .srt-text-disabled,
.sr-bb .srt-primary-3.srt-text-disabled,
.sr-bb .srt-primary-4 .srt-text-disabled,
.sr-bb .srt-primary-4.srt-text-disabled,
.sr-bb .srt-primary-5 .srt-text-disabled,
.sr-bb .srt-primary-5.srt-text-disabled,
.sr-bb .srt-primary-5-is-hoverable:hover .srt-text-disabled,
.sr-bb .srt-primary-5-is-hoverable:hover.srt-text-disabled,
.sr-bb .srt-primary-6 .srt-text-disabled,
.sr-bb .srt-primary-6.srt-text-disabled,
.sr-bb .srt-primary-7 .srt-text-disabled,
.sr-bb .srt-primary-7.srt-text-disabled,
.sr-bb .srt-primary-8 .srt-text-disabled,
.sr-bb .srt-primary-8.srt-text-disabled,
.sr-bb .srt-primary-8-is-active-1 .srt-text-disabled,
.sr-bb .srt-primary-8-is-active-1.srt-text-disabled,
.sr-bb .srt-primary-8-is-active-2 .srt-text-disabled,
.sr-bb .srt-primary-8-is-active-2.srt-text-disabled,
.sr-bb .srt-primary-9 .srt-text-disabled,
.sr-bb .srt-primary-9.srt-text-disabled,
.sr-bb .srt-primary-10 .srt-text-disabled,
.sr-bb .srt-primary-10.srt-text-disabled,
.sr-bb .srt-primary-11 .srt-text-disabled,
.sr-bb .srt-primary-11.srt-text-disabled,
.sr-bb .srt-primary-12 .srt-text-disabled,
.sr-bb .srt-primary-12.srt-text-disabled,
.sr-bb .srt-primary-13 .srt-text-disabled,
.sr-bb .srt-primary-13.srt-text-disabled {
    opacity: 0.6;
}

.sr-bb .srt-primary-1 .srt-text-tertiary,
.sr-bb .srt-primary-1.srt-text-tertiary,
.sr-bb .srt-primary-1-is-active .srt-text-tertiary,
.sr-bb .srt-primary-1-is-active.srt-text-tertiary,
.sr-bb .srt-primary-1-is-hoverable:hover .srt-text-tertiary,
.sr-bb .srt-primary-1-is-hoverable:hover.srt-text-tertiary,
.sr-bb .srt-primary-1-is-disabled .srt-text-tertiary,
.sr-bb .srt-primary-1-is-disabled.srt-text-tertiary,
.sr-bb .srt-primary-2 .srt-text-tertiary,
.sr-bb .srt-primary-2.srt-text-tertiary,
.sr-bb .srt-primary-3 .srt-text-tertiary,
.sr-bb .srt-primary-3.srt-text-tertiary,
.sr-bb .srt-primary-4 .srt-text-tertiary,
.sr-bb .srt-primary-4.srt-text-tertiary,
.sr-bb .srt-primary-5 .srt-text-tertiary,
.sr-bb .srt-primary-5.srt-text-tertiary,
.sr-bb .srt-primary-5-is-hoverable:hover .srt-text-tertiary,
.sr-bb .srt-primary-5-is-hoverable:hover.srt-text-tertiary,
.sr-bb .srt-primary-6 .srt-text-tertiary,
.sr-bb .srt-primary-6.srt-text-tertiary,
.sr-bb .srt-primary-7 .srt-text-tertiary,
.sr-bb .srt-primary-7.srt-text-tertiary,
.sr-bb .srt-primary-8 .srt-text-tertiary,
.sr-bb .srt-primary-8.srt-text-tertiary,
.sr-bb .srt-primary-8-is-active-1 .srt-text-tertiary,
.sr-bb .srt-primary-8-is-active-1.srt-text-tertiary,
.sr-bb .srt-primary-8-is-active-2 .srt-text-tertiary,
.sr-bb .srt-primary-8-is-active-2.srt-text-tertiary,
.sr-bb .srt-primary-9 .srt-text-tertiary,
.sr-bb .srt-primary-9.srt-text-tertiary,
.sr-bb .srt-primary-10 .srt-text-tertiary,
.sr-bb .srt-primary-10.srt-text-tertiary,
.sr-bb .srt-primary-11 .srt-text-tertiary,
.sr-bb .srt-primary-11.srt-text-tertiary,
.sr-bb .srt-primary-12 .srt-text-tertiary,
.sr-bb .srt-primary-12.srt-text-tertiary,
.sr-bb .srt-primary-13 .srt-text-tertiary,
.sr-bb .srt-primary-13.srt-text-tertiary {
    opacity: 0.7;
}

.sr-bb .srt-icon {
    opacity: 0.33;
}

.sr-bb .srt-icon-secondary {
    opacity: 0.7;
}

.sr-bb .srt-elevation-1 {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.sr-bb .srt-elevation-2 {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.23), 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.sr-bb .srt-elevation-3 {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.26), 0px 10px 20px 0px rgba(0, 0, 0, 0.19);
}

.sr-bb .srt-elevation-center-2 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
}

.sr-bb .srt-inset-top-1 {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-bottom-1 {
    box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-top-2 {
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-bottom-2 {
    box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-top-3 {
    box-shadow: inset 0 6px 6px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-bottom-3 {
    box-shadow: inset 0 -6px 6px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-fill-blue-card {
    fill: #2579ad;
}

.sr-bb .srt-stroke-blue-card {
    stroke: #2579ad;
}

.sr-bb .srt-fill-soccer-yellow-card {
    fill: #ffbf00;
}

.sr-bb .srt-stroke-soccer-yellow-card {
    stroke: #ffbf00;
}

.sr-bb .srt-fill-soccer-red-card {
    fill: #e43b3b;
}

.sr-bb .srt-stroke-soccer-red-card {
    stroke: #e43b3b;
}

.sr-bb .srt-stroke-soccer-substitution-in {
    stroke: #4fbe30;
    fill: transparent;
}

.sr-bb .srt-fill-soccer-substitution-in {
    fill: #4fbe30;
}

.sr-bb .srt-stroke-soccer-substitution-out {
    stroke: #e43b3b;
    fill: transparent;
}

.sr-bb .srt-fill-soccer-substitution-out {
    fill: #e43b3b;
}

.sr-bb .srt-stroke-soccer-own-goal {
    stroke: #e43b3b;
    fill: transparent;
}

.sr-bb .srt-fill-soccer-own-goal {
    fill: #e43b3b;
}

.sr-bb .srt-fill-soccer-relegation-1 {
    fill: #fdd835;
}

.sr-bb .srt-stroke-soccer-relegation-1 {
    stroke: #fdd835;
}

.sr-bb .srt-fill-soccer-relegation-2 {
    fill: #ffb848;
}

.sr-bb .srt-stroke-soccer-relegation-2 {
    stroke: #ffb848;
}

.sr-bb .srt-fill-soccer-relegation-3 {
    fill: #ef6c00;
}

.sr-bb .srt-stroke-soccer-relegation-3 {
    stroke: #ef6c00;
}

.sr-bb .srt-fill-soccer-relegation-4 {
    fill: #e93a34;
}

.sr-bb .srt-stroke-soccer-relegation-4 {
    stroke: #e93a34;
}

.sr-bb .srt-fill-soccer-relegation-5 {
    fill: #941d1d;
}

.sr-bb .srt-stroke-soccer-relegation-5 {
    stroke: #941d1d;
}

.sr-bb .srt-fill-soccer-promotion-1 {
    fill: #51d151;
}

.sr-bb .srt-stroke-soccer-promotion-1 {
    stroke: #51d151;
}

.sr-bb .srt-fill-soccer-promotion-2 {
    fill: #1b911b;
}

.sr-bb .srt-stroke-soccer-promotion-2 {
    stroke: #1b911b;
}

.sr-bb .srt-fill-soccer-promotion-3 {
    fill: #0e8094;
}

.sr-bb .srt-stroke-soccer-promotion-3 {
    stroke: #0e8094;
}

.sr-bb .srt-fill-soccer-promotion-4 {
    fill: #0a6cce;
}

.sr-bb .srt-stroke-soccer-promotion-4 {
    stroke: #0a6cce;
}

.sr-bb .srt-fill-soccer-promotion-5 {
    fill: #4a9fe4;
}

.sr-bb .srt-stroke-soccer-promotion-5 {
    stroke: #4a9fe4;
}

.sr-bb .srt-nfl-timeout-1 {
    background-color: #f5a623;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-nfl-timeout-2 {
    background-color: rgba(245, 166, 35, 0.3);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-nfl-penalty {
    background-color: #f4a621;
    color: #ffffff;
    border-color: #f4a621;
}

.sr-bb .srt-nfl-negative-yards-1 {
    background-color: #ac182e;
    color: #ffffff;
    border-color: #ac182e;
}

.sr-bb .srt-nfl-negative-yards-2 {
    background-color: #ac182e;
    color: #ffffff;
    border-color: #ac182e;
}

.sr-bb .srt-nfl-first-line {
    background-color: #4b90de;
    color: #ffffff;
    border-color: #4b90de;
}

.sr-bb .srt-nfl-ten-line {
    background-color: #f5a623;
    color: #ffffff;
    border-color: #f5a623;
}

.sr-bb .srt-fill-nfl-penalty {
    fill: #f4a621;
}

.sr-bb .srt-stroke-nfl-penalty {
    stroke: #f4a621;
}

.sr-bb .srt-fill-nfl-negative-yards-1 {
    fill: #ac182e;
}

.sr-bb .srt-stroke-nfl-negative-yards-1 {
    stroke: #ac182e;
}

.sr-bb .srt-fill-nfl-negative-yards-2 {
    fill: #ac182e;
}

.sr-bb .srt-stroke-nfl-negative-yards-2 {
    stroke: #ac182e;
}

.sr-bb .srt-fill-nfl-first-line {
    fill: #4b90de;
}

.sr-bb .srt-stroke-nfl-first-line {
    stroke: #4b90de;
}

.sr-bb .srt-fill-nfl-ten-line {
    fill: #f5a623;
}

.sr-bb .srt-stroke-nfl-ten-line {
    stroke: #f5a623;
}

.sr-bb .srt-mlb-run-1 {
    background-color: #009900;
    color: #ffffff;
    border-color: #009900;
}

.sr-bb .srt-mlb-run-2 {
    background-color: #ffffff;
    color: #009900;
    border-color: #009900;
}

.sr-bb .srt-mlb-hit-1 {
    background-color: #f7ab11;
    color: #000000;
    border-color: #f7ab11;
}

.sr-bb .srt-mlb-hit-2 {
    background-color: #ffffff;
    color: #f7ab11;
    border-color: #f7ab11;
}

.sr-bb .srt-mlb-hit-3 {
    background-color: #00a4ff;
    color: #ffffff;
    border-color: #00a4ff;
}

.sr-bb .srt-mlb-error-1 {
    background-color: #d0021b;
    color: #ffffff;
    border-color: #d0021b;
}

.sr-bb .srt-mlb-error-2 {
    background-color: #ffffff;
    color: #d0021b;
    border-color: #d0021b;
}

.sr-bb .srt-mlb-neutral-1 {
    background-color: #212121;
    color: #ffffff;
    border-color: #ffffff;
}

.sr-bb .srt-fill-mlb-base {
    fill: #00a4ff;
}

.sr-bb .srt-strole-mlb-base {
    fill: #00a4ff;
}

.sr-bb .srt-fill-change-increase {
    fill: #00003c;
}

.sr-bb .srt-stroke-change-increase {
    stroke: #00003c;
}

.sr-bb .srt-fill-change-decrease {
    fill: #ff0000;
}

.sr-bb .srt-stroke-change-decrease {
    stroke: #ff0000;
}

.sr-bb .srt-fill-text {
    fill: #000000;
}

.sr-bb .srt-fill-text-invert {
    fill: #ffffff;
}

.sr-bb .srt-fill-text-secondary {
    fill-opacity: 0.7;
}

.sr-bb .srt-fill-text-disabled {
    fill-opacity: 0.35;
}

.sr-bb .srt-fill-base-1 {
    fill: transparent;
}

.sr-bb .srt-stroke-base-1 {
    stroke: transparent;
}

.sr-bb .srt-fill-base-1-active {
    fill: rgba(255, 0, 0, 0.12);
}

.sr-bb .srt-stroke-base-1-active {
    stroke: rgba(255, 0, 0, 0.12);
}

.sr-bb .srt-fill-base-1-active-2 {
    fill: #e6e6e6;
}

.sr-bb .srt-stroke-base-1-active-2 {
    stroke: #e6e6e6;
}

.sr-bb .srt-fill-base-1-primary {
    fill: transparent;
}

.sr-bb .srt-stroke-base-1-primary {
    stroke: transparent;
}

.sr-bb .srt-fill-base-1-home {
    fill: transparent;
}

.sr-bb .srt-stroke-base-1-home {
    stroke: transparent;
}

.sr-bb .srt-fill-base-1-away {
    fill: transparent;
}

.sr-bb .srt-stroke-base-1-away {
    stroke: transparent;
}

.sr-bb .srt-fill-base-2 {
    fill: currentColor;
}

.sr-bb .srt-stroke-base-2 {
    stroke: currentColor;
}

.sr-bb .srt-fill-base-2-active {
    fill: #ffe0e0;
}

.sr-bb .srt-stroke-base-2-active {
    stroke: #ffe0e0;
}

.sr-bb .srt-fill-base-2-hover {
    fill: #ffe0e0;
}

.sr-bb .srt-stroke-base-2-hover {
    stroke: #ffe0e0;
}

.sr-bb .srt-fill-base-3 {
    fill: #ffe0e0;
}

.sr-bb .srt-stroke-base-3 {
    stroke: #ffe0e0;
}

.sr-bb .srt-fill-base-3-active {
    fill: #ffd4d4;
}

.sr-bb .srt-stroke-base-3-active {
    stroke: #ffd4d4;
}

.sr-bb .srt-fill-base-3-hover {
    fill: #ffd4d4;
}

.sr-bb .srt-stroke-base-3-hover {
    stroke: #ffd4d4;
}

.sr-bb .srt-fill-primary-1 {
    fill: #FF0000;
}

.sr-bb .srt-stroke-primary-1 {
    stroke: #FF0000;
}

.sr-bb .srt-fill-primary-2 {
    fill: #b30000;
}

.sr-bb .srt-stroke-primary-2 {
    stroke: #b30000;
}

.sr-bb .srt-fill-primary-3 {
    fill: #ff1a1a;
}

.sr-bb .srt-stroke-primary-3 {
    stroke: #ff1a1a;
}

.sr-bb .srt-fill-primary-4 {
    fill: #ff6666;
}

.sr-bb .srt-stroke-primary-4 {
    stroke: #ff6666;
}

.sr-bb .srt-fill-primary-5 {
    fill: #ff6666;
}

.sr-bb .srt-stroke-primary-5 {
    stroke: #ff6666;
}

.sr-bb .srt-fill-primary-6 {
    fill: #940000;
}

.sr-bb .srt-stroke-primary-6 {
    stroke: #940000;
}

.sr-bb .srt-fill-primary-7 {
    fill: #FF0000;
}

.sr-bb .srt-stroke-primary-7 {
    stroke: #FF0000;
}

.sr-bb .srt-fill-primary-8 {
    fill: #FF0000;
}

.sr-bb .srt-stroke-primary-8 {
    stroke: #FF0000;
}

.sr-bb .srt-fill-primary-8-is-active-1 {
    fill: #ff1a1a;
}

.sr-bb .srt-stroke-primary-8-is-active-1 {
    stroke: #ff1a1a;
}

.sr-bb .srt-fill-primary-8-is-active-2 {
    fill: #ff1a1a;
}

.sr-bb .srt-stroke-primary-8-is-active-2 {
    stroke: #ff1a1a;
}

.sr-bb .srt-fill-primary-9 {
    fill: #ffb3b3;
}

.sr-bb .srt-stroke-primary-9 {
    stroke: #ffb3b3;
}

.sr-bb .srt-fill-primary-10 {
    fill: #ff3333;
}

.sr-bb .srt-stroke-primary-10 {
    stroke: #ff3333;
}

.sr-bb .srt-fill-primary-11 {
    fill: #ff1a1a;
}

.sr-bb .srt-stroke-primary-11 {
    stroke: #ff1a1a;
}

.sr-bb .srt-fill-primary-12 {
    fill: #FF0000;
}

.sr-bb .srt-stroke-primary-12 {
    stroke: #FF0000;
}

.sr-bb .srt-fill-home-1 {
    fill: #00003c;
}

.sr-bb .srt-stroke-home-1 {
    stroke: #00003c;
}

.sr-bb .srt-fill-home-2 {
    fill: #00003c;
}

.sr-bb .srt-stroke-home-2 {
    stroke: #00003c;
}

.sr-bb .srt-fill-home-3 {
    fill: #00003c;
}

.sr-bb .srt-stroke-home-3 {
    stroke: #00003c;
}

.sr-bb .srt-fill-home-4 {
    fill: #4d4d77;
}

.sr-bb .srt-stroke-home-4 {
    stroke: #4d4d77;
}

.sr-bb .srt-fill-home-5 {
    fill: #000027;
}

.sr-bb .srt-stroke-home-5 {
    stroke: #000027;
}

.sr-bb .srt-fill-away-1 {
    fill: #ff0000;
}

.sr-bb .srt-stroke-away-1 {
    stroke: #ff0000;
}

.sr-bb .srt-fill-away-2 {
    fill: #ff0000;
}

.sr-bb .srt-stroke-away-2 {
    stroke: #ff0000;
}

.sr-bb .srt-fill-away-3 {
    fill: #ff0000;
}

.sr-bb .srt-stroke-away-3 {
    stroke: #ff0000;
}

.sr-bb .srt-fill-away-4 {
    fill: #ff4d4d;
}

.sr-bb .srt-stroke-away-4 {
    stroke: #ff4d4d;
}

.sr-bb .srt-fill-away-5 {
    fill: #a60000;
}

.sr-bb .srt-stroke-away-5 {
    stroke: #a60000;
}

.sr-bb .srt-fill-neutral-1 {
    fill: #dedede;
}

.sr-bb .srt-stroke-neutral-1 {
    stroke: #dedede;
}

.sr-bb .srt-fill-neutral-2 {
    fill: #1a1a1a;
}

.sr-bb .srt-stroke-neutral-2 {
    stroke: #1a1a1a;
}

.sr-bb .srt-fill-neutral-3 {
    fill: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-stroke-neutral-3 {
    stroke: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-fill-neutral-4 {
    fill: #595959;
}

.sr-bb .srt-stroke-neutral-4 {
    stroke: #595959;
}

.sr-bb .srt-fill-neutral-5 {
    fill: #404040;
}

.sr-bb .srt-stroke-neutral-5 {
    stroke: #404040;
}

.sr-bb .srt-fill-neutral-6 {
    fill: #c2c2c2;
}

.sr-bb .srt-stroke-neutral-6 {
    stroke: #c2c2c2;
}

.sr-bb .srt-fill-neutral-7 {
    fill: #595959;
}

.sr-bb .srt-stroke-neutral-7 {
    stroke: #595959;
}

.sr-bb .srt-fill-neutral-8 {
    fill: #dedede;
}

.sr-bb .srt-stroke-neutral-8 {
    stroke: #dedede;
}

.sr-bb .srt-fill-neutral-9 {
    fill: #f0f0f0;
}

.sr-bb .srt-stroke-neutral-9 {
    stroke: #f0f0f0;
}

.sr-bb .srt-fill-neutral-10 {
    fill: #e0e0e0;
}

.sr-bb .srt-stroke-neutral-10 {
    stroke: #e0e0e0;
}

.sr-bb .srt-fill-neutral-11 {
    fill: #999999;
}

.sr-bb .srt-stroke-neutral-11 {
    stroke: #999999;
}

.sr-bb .srt-fill-neutral-12 {
    fill: #4d4d4d;
}

.sr-bb .srt-stroke-neutral-12 {
    stroke: #4d4d4d;
}

.sr-bb .srt-fill-neutral-13 {
    fill: #e6e6e6;
}

.sr-bb .srt-stroke-neutral-13 {
    stroke: #e6e6e6;
}

.sr-bb .srt-fill-win {
    fill: #00003c;
}

.sr-bb .srt-stroke-win {
    stroke: #00003c;
}

.sr-bb .srt-fill-draw {
    fill: rgba(0, 0, 0, 0.4);
}

.sr-bb .srt-stroke-draw {
    stroke: rgba(0, 0, 0, 0.4);
}

.sr-bb .srt-fill-lose {
    fill: #ff0000;
}

.sr-bb .srt-stroke-lose {
    stroke: #ff0000;
}

.sr-bb .srt-stop-base-1 {
    stop-color: transparent;
}

.sr-bb .srt-stop-primary-1 {
    stop-color: #FF0000;
}

.sr-bb .srt-stop-primary-2 {
    stop-color: #b30000;
}

.sr-bb .srt-stop-primary-3 {
    stop-color: #ff1a1a;
}

.sr-bb .srt-stop-primary-4 {
    stop-color: #ff6666;
}

.sr-bb .srt-stop-primary-5 {
    stop-color: #ff6666;
}

.sr-bb .srt-stop-primary-6 {
    stop-color: #940000;
}

.sr-bb .srt-stop-primary-7 {
    stop-color: #FF0000;
}

.sr-bb .srt-stop-primary-8 {
    stop-color: #FF0000;
}

.sr-bb .srt-stop-primary-9 {
    stop-color: #ffb3b3;
}

.sr-bb .srt-stop-primary-10 {
    stop-color: #ff3333;
}

.sr-bb .srt-stop-primary-11 {
    stop-color: #ff1a1a;
}

.sr-bb .srt-stop-primary-12 {
    stop-color: #FF0000;
}

.sr-bb .srt-stop-home-1 {
    stop-color: #00003c;
}

.sr-bb .srt-stop-away-1 {
    stop-color: #ff0000;
}

.sr-bb .srt-fill-neutral-14 {
    fill: #FFFFFF;
}

.sr-bb .srt-stroke-neutral-14 {
    stroke: #FFFFFF;
}

.sr-bb .srt-logo-powered-by-light {
    display: inline-block;
}

.sr-bb .srt-logo-powered-by-dark {
    display: none;
}

.sr-lmt-plus__footer-wrapper {
    display: none !important;
}


/* ================================= */


/*===== Icon Page =====*/


/* ================================= */

.icon-box-row {
    display: grid;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 600px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 1000px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 1400px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 1800px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2200px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 2600px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3000px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(8, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3400px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(8, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(9, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 3800px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(9, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(10, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4200px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(10, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(11, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 4600px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(11, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5000px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(13, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5400px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(13, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(14, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 5800px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(14, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(15, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 6200px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(15, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(16, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 6600px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(16, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(17, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7000px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(17, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(18, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7400px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(18, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(19, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 7800px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(19, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(20, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8200px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(20, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(21, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 8600px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(21, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(22, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9000px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(22, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(23, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9400px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(23, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(24, 1fr);
        grid-column-gap: 10px;
    }
}

@media (min-width: 9800px) {
    .menu-is-toggled .icon-box-row {
        grid-template-columns: repeat(24, 1fr);
        grid-column-gap: 10px;
    }
    .icon-box-row {
        grid-template-columns: repeat(25, 1fr);
        grid-column-gap: 10px;
    }
}

.icon-box {
    position: relative;
    height: 100%;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid transparent;
    margin: 0 0 10px;
    background-color: #FFF;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box .btn-primary {
    width: 150px;
}

.icon-box .msg-block {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.casino-nav-msg-block {
    background-color: #FFF;
}

.icon-box:hover {
    box-shadow: none;
    border-color: #C51A1B;
}

.icon-btn .btn-red {
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-btn .btn-red:hover {
    background-color: transparent !important;
    border: 2px solid #C51A1B !important;
    color: #C51A1B !important;
}

.icon-block {
    margin-bottom: 5px;
}

.icon-block i {
    font-size: 35px;
}

.icon-title {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.icon-subtitle {
    padding: 5px 0;
    color: #C51A1B;
    opacity: 1;
}

.icon-text {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.7;
}


/* ================================= */


/*===== Booking Form =====*/


/* ================================= */

.booking-form-outer {
    position: relative;
    padding: 15px;
    width: 85%;
}

@media (min-width: 992px) {
    .booking-form-outer:after {
        content: " ";
        position: absolute;
        width: 2px;
        height: 100%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #EEE;
        border-radius: 20px;
    }
}

.booking-form-main-block {
    background-color: #FFF;
    border-radius: 4px;
}

.booking-form-main-block .booking-form-group {
    width: 100%;
}

.booking-form-main-block .form-group {
    width: 100%;
    margin-right: 20px;
}

.booking-form-main-block .form-group .btn-primary {
    padding-left: 15px;
    padding-right: 15px;
}

.booking-form-main-block .booking-add-btn.form-group {
    width: 250px;
}

.booking-form-heading {
    padding-top: 10px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

/*.booking-form-table-outer {
    height: 380px;
    overflow-y: auto;
}*/

.booking-form-content {
    padding-top: 7px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.7;
}

@media (min-width: 1600px) {
    .booking-form-main-block {
        max-width: 1380px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .booking-form-outer {
        width: 100%;
    }
    .booking-form-table-outer {
        padding: 30px 0 0;
    }
}

@media (max-width: 700px) {
    .booking-add-btn.form-group {
        width: 100% !important;
    }
}

.worli-market-data {
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 5px;
    background-color: #EEE;
    margin-bottom: 10px;
}

.book-btn {
    border-radius: 1px;
    border: 1px;
    padding: 0px 10px;
    font-size: 14px;
    background: #C51A1B;
    color: #fff;
    border-radius: 4px;
}

.bet-btn {
    border-radius: 1px;
    border: 1px;
    padding: 0px 10px;
    font-size: 14px;
    background: #2196F3;
    color: #fff;
    border-radius: 4px;
}

.booking-form-table-outer .table tbody td,
.booking-form-table-outer .table thead th {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}


/* NEW STUFF FLASHING */

.new-stuff-flashing {
    width: 40px;
    position: absolute;
    top: 1px;
    right: 10px;
    padding: 4px 5px 3px;
}

.digits-group-block .form-group {
    padding: 10px;
    border: 2px solid #EEE;
    border-radius: 5px;
}

.digits-main-block .worli-market-data {
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.digits-main-block .worli-market-data:active {
    transform: scale(0.9);
}

.digits-main-block .worli-market-data.active {
    border: 2px solid #C51A1B;
}

.guru-selection-block {
    background-color: #EEE;
    padding: 5px 10px;
    border-radius: 4px;
}


/* ANDAR BAHAR STYLE */

.andar-bahar-view .owl-theme .owl-nav [class*='owl-'] {
    background-color: transparent !important;
    font-size: 18px;
    position: absolute;
    padding: 0;
    height: 50px;
    margin: 0;
    color: #FFF;
}

.andar-bahar-view .owl-carousel .owl-nav .owl-next {
    right: -14px;
    top: 11px;
}

.andar-bahar-view .owl-carousel .owl-nav .owl-prev {
    left: -18px;
    top: 11px;
}

.bounce-one {
    animation: bounce_one 1s ease infinite;
}

@keyframes bounce_one {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.andar-bahar-view .last-result-andar-bahar .owl-carousel .owl-nav .owl-prev {
    left: -25px;
    top: 30px;
}

.andar-bahar-view .last-result-andar-bahar .owl-carousel .owl-nav .owl-next {
    right: -25px;
    top: 30px;
}

.andar-bahar-view .last-result-andar-bahar .owl-theme .owl-nav [class*='owl-'] {
    color: #111 !important;
    font-size: 30px;
}

.andar-bahar-view .last-result-andar-bahar .slider-block {
    padding: 10px 10px 0 0;
    border: 2px solid #EEE;
}

@media (max-width: 992px) {
    .andar-bahar-view .last-result-andar-bahar .slider-block {
        padding: 10px 10px 0 20px;
    }
}

@media only screen and (min-width:737px) {
    .markets-bookmarks {
        position: relative;
        top: 11px;
        margin-right: 26px;
    }
    .overlayClass {
        bottom: 0px;
        left: 15px;
        padding-bottom: 36px;
        width: 94.6%;
        height: 0;
    }
}

@media (max-width:737px) {
    .markets-relative {
        top: 57%;
        position: relative;
        transform: translateY(-15%);
        right: 6%;
        margin-left: 3px;
        display: none;
    }
    .stack-limit {
        position: relative;
        left: 16%;
        top: 10%;
        display: none;
    }
    .hide-device {
        display: none;
    }
    .markets {
        padding: 2px !important;
        border: 1px solid;
    }
    .markets-bookmarks {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }
    .favorite {
        position: relative;
        right: 0;
        top: 50%;
    }
    .overlayClass {
        bottom: 0;
        left: 4%;
        right: 0;
        padding-bottom: 36px;
        width: 92%;
        height: 0;
    }
    .slider-home {
        min-height: 138px;
        max-height: 150px
    }
}

.flatcon-css {
    position: absolute;
    left: 10px;
    top: 5px;
        color: #7f8ba1;

}

@media(max-width: 767px) {
    .download-btn {
        top: 21%;
        position: relative;
    }
    .back-bg{
          width: 100%;
    }
}

.side-tag {
    float: right;
}

.side-tag li {
    float: left;
}

.price-position {
    height: 29px;
    padding-top: 6px;
}

.carsole-sports {
    max-height: 400px;
}

.overlayClass {
    position: absolute;
    background-color: #0000007a;
    overflow: initial;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-radius: 2px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 12px;
}

.topToBot {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.match-count {
    position: absolute;
    right: 10px;
    top: 0;
}

.custom-match {
    display: inline;
}

.index-odds-align {
    height: 29px;
    padding-top: 6px;
}


/* Style of pagination */

.pagination {
    max-width: 100%;
    overflow: auto;
}

.pagination .page-item.active {
    color: #fff !important;
    background-color: #C51A1B;
}

.pagination li {
    padding: 2px 8px;
    border: 1px solid #CCC;
    margin: 0 1px;
    border-radius: 4px;
}

.pagination a {
    letter-spacing: 0.5px;
    font-size: 14px;
}

.pagination .page-item {
    border-left: 1px solid lightgray;
}

.pagination li:last-child {
    border-left: 1px solid lightgray;
}

.pagination .disabled a {
    letter-spacing: 0.5px;
    opacity: .65;
    color: #999;
}

.pagination .disabled a:focus {
    color: #999;
}

.font-medium {
    font-size: 13px;
}


/* Styles */

.custom-form-control-right {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    width: 70px;
    height: 27px;
    text-align: center;
    font-size: 13px;
    background-color: unset;
}

@media (min-width: 992px) {
    .mr-updated-5 {
        margin-right: 3rem !important;
    }
}

.custom-form-control-right::-webkit-input-placeholder,
.custom-form-control-right::-moz-placeholder,
.custom-form-control-right::-ms-input-placeholder,
.custom-form-control-right::-o-input-placeholder {
    font-size: 13px;
}

.custom-form-control-left {
    width: inherit;
    display: inline;
    background-color: unset;
    height: 27px;
    font-size: 14px;
    padding: 0 5px;
}

.pagination a:focus {
    outline: none;
    color: #FFF;
}

.pagination li:first-child a:focus {
    color: #212529;
}

.pagination li:last-child a:focus {
    color: #212529;
}

.marque-text {
    font-size: 16px;
    position: relative;
    top: 7px;
    color: #FFFFFF;
}

.client-hidden-details {
    filter: blur(0.6px);
    background-color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    opacity: 0.6;
}

.pin-user {
    color: #33e849;
    cursor: pointer;
    font-size: 16px;
}

.un-pin-user {
    color: #db1221;
    cursor: pointer;
    font-size: 16px;
}

.sidebar-auto-scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-right: 0;
    max-height: inherit;
    max-width: inherit;
    overscroll-behavior: contain;
    display: revert;
}

.sidebar-hidden-scrolling {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 16px 0 0;
    transition: width .2s ease-in-out;
    width: 201px;
    -webkit-overflow-scrolling: touch;
}

.custom-select-option {
    position: relative;
    top: -2px;
}

.fancy-market-alignment {
    text-align: -webkit-match-parent;
}

@media (max-width:767px) {
    .f-market-mt:before {
        top: 38% !important;
    }
    .calender-auto {
        width: auto;
    }
    /*Scroll in your css */
    .btn-to-top {
        color: #eee;
        background: #a09e9ec2;
        padding: 6px;
        text-align: center;
        margin: 0 0 0 0;
        cursor: pointer;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -webkit-box-shadow: 4px 4px 2px 1px #ccc;
        box-shadow: 1px 1px 20px 4px #c3c3c4;
        border-radius: 35px;
    }
    .scroll-bottom-top {
        bottom: 10%!important;
        right: 7%!important;
    }
    .pay-banking {
        margin-top: 15px;
        padding-top: 10px
    }
    .hide-on-flag {
        display: inline;
    }
    .sport-icon-device {
        padding-top: 10px;
        height: 100%;
    }
    .device-odds-prices {
        min-height: 20px;
        width: 100% !important;
    }
}


/* searching */

.search-scroll {
    overflow-y: auto;
    max-height: 308px;
    border: 1px solid #6c757d75;
    background-color: #6c757d75;
}

.events-search {
    border-bottom: 2px solid #c51a1b;
    background: #53555b;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    height: 1.5px;
    line-height: 1px;
    margin: -1px 0 0;
    min-height: 35px;
    outline: 0;
    text-align: left;
}

.list-group-item:hover {
    border-left: 4px solid #c51a1b;
}

.eventsFixed {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #43444a;
    border: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 2px solid #c51a1b;
    color: #FFFFFF;
}

.search-event-name {
    margin-left: 30px;
    display: flex;
    flex: 6;
    flex-direction: column;
}

.fonts-size-events {
    font-size: 15px;
    font-weight: 700;
}

.top-nav-bar-scrolling {
    white-space: nowrap;
    overflow-x: auto;
}

.fancy-market-li {
    border-bottom: 1px solid #b1aaaa87;
    padding: 3px 0px 3px;
}

.extra-info {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 25px;
    left: 65%;
    background-color: #989393ad;
    color: #0e0e0e;
}

.my-info:hover .extra-info {
    display: block;
}

.my-info {
    font-size: 20px;
    padding-left: 5px;
    width: 20px;
    border-radius: 15px;
}

.my-info:hover {
    background-color: white;
    padding: 0 0 0 5px;
    width: 315px;
    text-align: left !important;
}


/*Scroll in your css */

@media(min-width:768px) {
    .btn-to-top {
        color: #171616;
        background: #a09e9ec2;
        padding: 16px;
        text-align: center;
        margin: 0 0 0 0;
        cursor: pointer;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -webkit-box-shadow: 4px 4px 2px 1px #ccc;
        box-shadow: 1px 1px 20px 4px #c3c3c4;
        border-radius: 35px;
    }
    .scroll-bottom-top {
        bottom: 5% !important;
        right: 4% !important;
    }
    .hide-on-flag {
        display: none;
    }
    /* all market collapse */
    .markets-title-arrow {
        position: relative;
    }
    .markets-title-arrow::after {
        content: "\f107";
        top: 1px;
        right: 23px;
        position: relative;
        font-family: "FontAwesome";
        font-size: 22px;
    }
    .markets-title-arrow[aria-expanded="true"]::after {
        content: "\f106";
    }
    /* all bookmaker market collapse */
    .bookmaker-markets-title-arrow {
        position: absolute;
    }
    .bookmaker-markets-title-arrow::after {
        content: "\f107";
        top: 0px;
        right: 38px;
        position: relative;
        font-family: "FontAwesome";
        font-size: 22px;
    }
    .bookmaker-markets-title-arrow[aria-expanded="true"]::after {
        content: "\f106";
    }
}

.collapse-open {
    width: 100%;
    border-bottom: 1px solid #655c5c;
    padding-bottom: 5px;
}

.collapse-open div {
    width: 100%;
}

.collapse-open .header {
    background-color: #d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}

.collapse-open .content {
    padding: 5px;
}


/* arrow collapse home */

.panel-title-arrow {
    position: relative;
}

.panel-title-arrow::after {
    content: "\f107";
    top: 18px;
    right: 0px;
    position: relative;
    font-family: "FontAwesome";
    font-size: 22px;
}

.panel-title-arrow[aria-expanded="true"]::after {
    content: "\f106";
}

@media(max-width:768px) {
    /* all market collapse */
    .markets-title-arrow {
        position: relative;
    }
    .markets-title-arrow::after {
        content: "\f107";
        top: -1px;
        right: -70px;
        position: relative;
        font-family: "FontAwesome";
        font-size: 22px;
    }
    .markets-title-arrow[aria-expanded="true"]::after {
        content: "\f106";
    }
    /* all bookmaker market collapse */
    .bookmaker-markets-title-arrow {
        position: absolute;
    }
    .bookmaker-markets-title-arrow::after {
        content: "\f107";
        top: -2px;
        left: 1px;
        position: relative;
        font-family: "FontAwesome";
        font-size: 22px;
    }
    .bookmaker-markets-title-arrow[aria-expanded="true"]::after {
        content: "\f106";
    }
}

.fancy-stack-limit {
    right: 17%;
    top: -9%;
    background: #212529c7;
    position: absolute;
    color: #fff;
    width: 32%;
    height: auto;
    padding: 2px 4px;
    border-radius: 6px;
    text-align: initial;
    white-space: nowrap;
    z-index: 1;
}

.limit-box-heading {
    font-size: 17px;
    text-align: center;
    position: relative;
    top: 5px;
    right: 15px;
    cursor: pointer
}

.icon {
    padding: 2px;
    width: 50px;
    height: 29px;
}

.load-more-banking {
    background: #a09e9ec2;
    padding: 16px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -webkit-box-shadow: 4px 4px 2px 1px #ccc;
    box-shadow: 1px 1px 20px 4px #c3c3c4;
    border-radius: 35px;
    position: relative;
    left: 47.5%;
    z-index: 5;
    font-weight: 800;
}

@media(max-width:768px) {
    .chart-icon {
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 1px;
        margin-right: 10px;
        text-align: center;
        line-height: 59px;
        background-color: #fff;
    }
    .chart-icon i::before,
    .chart-icon i::after {
        font-size: 32px;
        position: relative;
        top: 1px;
        padding-left: 8px;
    }
    .chart-icon.in-play-active {
        background-color: #fff;
    }
    .chart-icon.in-play-active i {
        color: #22BB92;
    }
}


/* mobile Slider sports */

.left-scroll-arrow {
    display: inline;
    border: 1px solid #8282827a;
    padding: 0px 7px;
    border-radius: 37px;
    background: #8282827a;
    position: absolute;
    top: 65px;
    left: 1%;
    font-size: 14px;
    font-weight: 700;
}

.right-scroll-arrow {
    display: inline;
    border: 1px solid #8282827a;
    padding: 0px 7px;
    border-radius: 37px;
    background: #8282827a;
    position: absolute;
    top: 65px;
    right: 1%;
    font-size: 14px;
    font-weight: 700;
}

.poker-iframe {
    height: 855px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 47px;
}

.poker-games {
    border: 1px solid #ba0d1e;
    background: #000;
}

.poker-card-block {
    position: relative;
    border-radius: 0;
}
.poker-card-block .overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.poker-card-block .overlay-bg h4 {
    font-weight: 400;
    color: #FFF;
    margin-top: 15%;
}
.poker-card-block .overlay-bg .play-icon {
    margin-top: 10px;
}
.poker-card-block .overlay-bg .play-icon span {
    font-size: 60px;
    color: #FFF;
}


.poker-card-block .overlay-bg:hover {
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
}

.poker-card-block img {
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* .poker-card-block:hover:before {
    z-index: 0;
}

.poker-card-block:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: transparent;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

.login-page-title{
    color: #ffffff;
}

.live-casino-banner{
    margin-top: 10px;
}
.live-casino-banner img{
    width: 100%;
}
.search-dropdown-wrap{
   position: absolute;
   width: 100%;
}
.game-mobile {
    flex-wrap: wrap;
}

.game-mobile .mobile-nav-menu-item {
    width: 31%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.game-mobile .mobile-nav-menu-item:nth-child(3) {
    margin-right: 0px;
 }

.search-scroll .search-box.no-result {
    background: #43444a;
    color: #ffffff;
}
.home-page-menu-items .mobile-nav-menu-item{
     flex-grow: 1;
}
#bet-slip {
    background-color: #fff;
}
#bet-slip .unmatched-body {
    padding: 5px 0;
}
#bet-slip .offer-form .form-group {
    margin-right: 5px;
}
.classic-stake-button.btn-primary {
    background-color: #CCC;
    color: #000;
}
.classic-stake-button {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    font-weight: 400;
    font-size: 13px;
    background-color: #EEE;
    border: 2px solid #FFF;
}
.classic-stake-button:hover {
    box-shadow: none !important;
    background-color: #CCC;
}
.classic-stake-button:active {
    transform: scale(0.95);
}
.classic-stake-button-group {
    margin: 10px;
}
.multiples-form-btns button {
    white-space: nowrap;
}
.normal-button {
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    text-transform: uppercase;
}
.normal-button.btn-danger {
    background-color: rgb(219, 10, 64);
    border-radius: 0 !important;
}
.normal-button:focus {
    outline: none;
    border: none;
    box-shadow: none !important;
}
.all-bets-main-block .match-count {
    top: 9px;
    left: 64px;
    position: absolute;
    font-style: normal;
    width: 15px;
    height: 15px;
    background-color: #C51A1B;
    line-height: 1.5;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
}
.right-sidebar-main-section {
    position: sticky;
    top: 65px;
}
.btn-info {
    background-color: #00B2FF;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-info:hover {
    background-color: #117a8b;
}
/*//*/
.bg-bet-blue {
    background-color: #b2e7ff !important;
}
.bg-bet-red {
    background-color: #fedfe0 !important;
}

@media (max-width: 768px) {
    .grand-casino-outer .tile-padding-left-5 {
        padding-left: 5px;
    }

    .grand-casino-outer .tile-padding-right-5 {
        padding-right: 5px;
    }
}

/* LOADER */
.loader {
    text-align: center;
}
.main-loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.main-loading div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 8px;
  background: #c51a1b;
  animation: main-loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.main-loading div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.main-loading div:nth-child(2) {
  left: 22px;
  animation-delay: -0.12s;
}
.main-loading div:nth-child(3) {
  left: 36px;
  animation-delay: 0;
}
@keyframes main-loading {
  0% {
    top: 8px;
    height: 80px;
    background: #22252c;
  }
  50%, 100% {
    top: 24px;
    height: 40px;
  }
}

.back-btn{
background-color: #c51a1b;
color: #fff;
}
.back-btn:hover{
    background-color: #c51a1b;
    color: #fff;
  }
.test-success {
    color: #00B181 !important;
}
.test-danger {
    color: #C51A1B !important;
}
.mobile-bottom-bar-nav-item.router-link-exact-active, .mobile-bottom-bar-nav-item:hover, .mobile-bottom-bar-nav-item.router-link-exact-active .inplay-opt-img, .mobile-bottom-bar-nav-item:hover .inplay-opt-img{
 color:#fff;
 opacity: 1;
}
.inplay-opt-img{
    opacity:0.2;
}
.live-score-tab{
    background-color: #22252C;
    position: relative;
}
.live-score-tab .nav-link{
    color: #fff;
    border-radius: 0;
    position: relative;
    font-weight: 700;
    font-size: 14px;
}
.live-score-tab .nav-link.active{
    color: #00b2ff;
    background: transparent;
}

/* vishakha */
.nav-tabs .nav-item .nav-link{
	color: #fff;
    border: 0px;
    font-weight: 700;
    font-size: 14px;
}
.nav-tabs .nav-item .nav-link.active{
	color: #00b2ff;
	background: transparent;
    border: 0px;
    font-weight: 700;
    font-size: 14px;
}
.nav-tabs{
	justify-content: space-around;
}

/* end vishakha */
.live-score-tab .nav-link:after{
    position: absolute;
    content: "";
    top: 8px;
    right: 0px;
    width: 2px;
    height: 54%;
    background-color: #fff;
    left: auto;
}
.live-score-tab .nav-link:last-child:after{
    display: none;
}
.accordian-icon{
    position: absolute;
    right: 10px;
    top: 6px;
}
.accordian-icon .fa-angle-down{
    color: #fff;
    font-size: 25px;
}
.tab-wrap.activeTabShow{
    display: block;
}
.tab-wrap.activeTabClose{
    display: none;
}
.player .fullscreen{
    display: none !important;
}

.sidebar-nav::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.sidebar-nav::-webkit-scrollbar-thumb {
    background-color: #22252c;
 /* outline: 1px solid slategrey;  */
    border-radius: 7px;
}
.sidebar-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}
.home-button-events-main-header {
    background-color: #43444A;
}
.home-button-events-main-header span {
    color: #FFF;
    text-transform: capitalize;
    margin: 0;
}
.home-button-events-main-header a {
    text-transform: capitalize;
}
.home-button-events-main-header .header-icon {
    margin-left: 8px;
    margin-top: 7px;
    margin-right: 12px;
}
.home-button-events-main-header .chart-body-heading-details {
    align-self: center;
}
.addheight{
    height: 550px;
}
.hideBanner{
    display: none;
}
.text-primary {
    color: #00b2ff !important;
}

.country-block {
    position: relative;
    margin-right: 15px;
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .country-block:active {
    transform: scale(0.9);
  }
  .country-block .overlay-bg {
    background: rgba(255,255,255,0.85) !important;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .country-block.active .overlay-bg,
  .country-block:hover .overlay-bg {
    opacity: 1;
  }
  .country-block .overlay-bg h4 {
    margin: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    letter-spacing: 2px;
    text-shadow: 1px 1px 4px #888;
  }
  .countries-main-block {
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 2px solid #ECECEC;
  }
  .countries-main-block,
  .countries-events-main-block {
    padding: 14px 15px;
    background-color: #FFF;
  }
  .countries-main-block .img-block img {
    border-radius: 4px;
  }
  .country-block:after {
    position: absolute;
    content: " ";
    text-align: center;
    width: 100%;
    height: 3px;
    bottom: -30px;
    opacity: 0;
    left: 0;
    background-color: #C51A1B;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .country-block.active:after {
    position: absolute;
    content: " ";
    text-align: center;
    width: 100%;
    height: 3px;
    bottom: -16px;
    left: 0;
    background-color: #C51A1B;
    border-radius: 5px;
    opacity: 1;
  }
  .venue-block {
    margin-bottom: 8px;
  }
  .venue-block .venue-name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .venue-block .event-date {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    background-color: #ECECED;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 5px;
  }
  .venue-block .event-date:active {
    transform: scale(0.94);
  }
  .venue-block .event-date:hover {
    background-color: #00b2ff;
    color: #FFF;
  }
  .all-country-block {
    margin-bottom: 10px;
  }
  .all-country-block a.main-country {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: rgba(0, 178, 255, 0.2);
    display: block;
  }
  .all-country-events-main-block .countries-events-main-block {
    padding: 8px;
    border: 2px solid rgba(0, 178, 255, 0.2);
    padding-bottom: 0;
  }

/* Vaishali */
    .search-event{
        position: sticky;
        /* width: 200px; */
        left: 1690px;
        margin-top: -39px;
        z-index: 0;

        width: 280px;
    /* height: 32px; */
    padding-left: 40px;
    margin-bottom: 8px;
    background-color: #383A41;
    border: none;
    border-radius: 20px;
    /* color: #e3e5ea; */
    }

    @media (min-width: 1025px) {
        .mb-event{
            width: 200px;
            left: 2350px;
        }
    }
    /* @media (min-width: 1025px)  { */
    @media (min-width: 426px) and (max-width: 768px){
        .mb-event{
            width: 120px;
        }
    }
    @media screen and (max-width: 425px) {
        .mb-event{
            width: 100px;
        }
    }


/* custom css  */
.l-input {
        border: 1px solid #8E7212!important;
        height: 48px!important;
        background-color: #3C3C3C!important;
        color: #E4E5E5!important;
        font-weight: bold;
        font-size: 16px!important;
        text-align-last: start;
        padding-left: 30px;
    }
