@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);
@import url(../fonts/fonts.css);
@import url(./font-awesome.css);
@import url(./bootstrap.css);
@import url(./w3.css);

* {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-print-color-adjust: exact
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body,
html {
    overflow-x: hidden
}

body {
    background: #f0f0f5;
    color: #a1aed4;
    font-size: 18px;
    height: 100vh;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 60px;
    line-height: 1.0833333333333333
}

h2 {
    font-size: 52px;
    line-height: 1.4444444444444444
}

h3 {
    font-size: 26px;
    line-height: 1.0833333333333333
}

h4 {
    font-size: 22px;
    line-height: 1.2380952380952381
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff
}

p {
    color: #a1aed4;
    font-size: 18px;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.625
}

a {
    color: #fff;
    text-decoration: none
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none
}

a i {
    padding: 0 2px
}

img {
    max-width: 100%
}

ul {
    margin: 0;
    padding: 0
}

input[type=button]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=search]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border: 1px solid #ddd;
    box-shadow: none;
    outline: none
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em
}

.p-l-1 {
    padding-left: 2px
}

.p-r-1 {
    padding-right: 2px
}

.m-r-0 {
    margin: 0 auto
}

.loginbg {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100%
}

.login,
.loginbg {
    position: relative
}

.login {
    border-radius: 5px;
    margin: 0 15px;
    padding: 30px;
    width: 300px
}

.login h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    width: 150%
}

.login-bt {
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    padding: 10px 15px;
    text-align: center;
    width: 100%
}

.login-bt,
.login-bt:focus,
.login-bt:hover {
    outline: none
}

.login label {
    font-size: 14px;
    margin-bottom: 5px
}

header {
    height: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

header .navbar-logo {
    align-items: center;
    display: flex;
    padding: 8px 0 3px
}

header .menu-right {
    float: right;
    margin-top: 13px
}

ul.right-menu li {
    cursor: pointer
}

.displayChatbox span {
    font-family: Roboto, sans-serif;
    font-size: 16px
}

.dropdown-item {
    font-size: 14px;
    padding: 2px 5px
}

header .mobile-menu {
    display: none
}

#mySidebar ul.components {
    padding: 5px 0 15px
}

ul li {
    list-style: none
}

#mySidebar ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 7px;
    position: relative;
}

#mySidebar ul li ul li a {
    font-size: 12px;
    padding-left: 15px
}

.footer {
    bottom: 0;
    height: 25px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    z-index: 9
}

.footer p {
    font-size: 14px;
    line-height: 28px;
    margin: 0
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 15px 0
}

.w3-image {
    height: auto;
    max-width: 100%
}

img {
    vertical-align: middle
}

a {
    color: inherit
}



#menu ul {
    margin: 0;
    padding: 0
}

#menu .main-menu {
    display: none
}

#tm:checked+.main-menu {
    display: block
}

#menu input[type=checkbox],
#menu ul span.drop-icon {
    display: none
}

#menu li,
#toggle-menu {
    border-width: 0 0 1px
}

#menu .sub-menu {
    border-width: 1px 1px 0;
    margin: 0 1em
}

#menu .sub-menu li:last-child {
    border-width: 0
}

#menu a,
#menu li,
#toggle-menu {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    position: relative
}

#menu a,
#toggle-menu {
    padding: 16px 6px
}

#menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out
}

#menu .sub-menu {
    display: none
}

#menu input[type=checkbox]:checked+.sub-menu {
    display: block
}

#menu li label.drop-icon,
#toggle-menu .drop-icon {
    position: absolute;
    right: 1.5em;
    top: 1.25em
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
    background-color: rgba(0, 0, 0, .125);
    border-radius: 50%;
    color: #ffffffbf;
    height: 1em;
    text-align: center;
    text-shadow: 0 0 0 #0000;
    width: 1em
}

#menu .drop-icon {
    line-height: 1
}

.wrapper {
    align-items: stretch;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    padding: 65px 0 15px;
    width: 100%
}

.main-box {
    background: #fff;
    border-radius: 5px;
    height: auto;
    margin-bottom: 15px;
    min-height: 600px;
    padding: 7px 15px;
    position: relative;
    width: 100%
}

.accbtn {
    margin-top: 15px;
    padding: 4px 19px
}

.btn-blue {
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.font-12 {
    font-size: 12px !important
}

.modal-header {
    padding: 5px 16px !important
}

.modal-body {
    background-color: #f0f8ff;
    padding: 16px 16px 0
}

.modal-footer {
    background-color: #f0f8ff;
    padding: 1px 10px 0
}

.edit-btn {
    border-radius: 3px;
    font-size: 16px;
    line-height: 18px;
    margin: 5px auto;
    padding: 6px 19px
}

h4.modal-title {
    font-size: 18px;
    line-height: 18px
}

.fancy-listing label {
    font-size: 14px
}

.m-title {
    font-size: 18px
}

.w-35 {
    width: 35% !important
}

.w-65 {
    width: 65% !important
}

.liev-opt-btn {
    border-radius: 3px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 7px;
    padding: 6px 19px 3px
}

.liev-opt-btn,
.radiobox {
    cursor: pointer;
    display: inline-block
}

.radiobox {
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    margin-right: 12px;
    padding-left: 28px;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.radiobox input {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.checkmark {
    border-radius: 50%;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.checkmark:after {
    content: "";
    display: none;
    position: absolute
}

.radiobox input:checked~.checkmark:after {
    display: block
}

.radiobox .checkmark:after {
    border-radius: 50%;
    height: 8px;
    left: 6px;
    top: 6px;
    width: 8px
}

.text-black {
    color: #000
}

.font-14 {
    font-size: 14px !important
}

.font-16 {
    font-size: 16px
}

.switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 50px
}

.switch input {
    height: 0;
    opacity: 0;
    width: 0
}

.slider {
    bottom: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0
}

.slider,
.slider:before {
    position: absolute;
    transition: .4s
}

.slider:before {
    bottom: 4px;
    content: "";
    height: 18px;
    left: 4px;
    width: 18px
}

input:checked+.slider:before {
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.back-bg {
    background: #73afdb
}

.lay-bg {
    background: #f6bac9
}

.checkboxx {
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.checkboxx input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.checkmark1 {
    height: 21px;
    left: 0;
    position: absolute;
    top: -9px;
    width: 21px
}

.checkmark1:after {
    content: "";
    display: none;
    position: absolute
}

.checkboxx input:checked~.checkmark1:after {
    display: block
}

.gmctrl .checkboxx .checkmark1:after {
    left: 6px;
    top: 2px
}

.checkboxx .checkmark1:after,
.gmctrl .checkboxx .checkmark1:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    height: 10px;
    transform: rotate(45deg);
    width: 5px
}

.checkboxx .checkmark1:after {
    left: 8px;
    top: 4px
}

.w-5 {
    width: 5% !important
}

.w-10,
.w-5 {
    display: inline-block
}

.w-10 {
    width: 10% !important
}

.form-control {
    font-size: 14px;
    height: 30px;
    padding: 1px 8px
}

.ask-price,
.bid-price {
    color: #43444a;
    font-size: 16px
}

.back {
    border-radius: 2px;
    cursor: pointer;
    float: left;
    padding: 2px 3px;
    width: 49%
}

.w-55 {
    width: 55%
}

span.in-play-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-left: 0;
    max-width: 300px !important;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.w-45 {
    width: 45%
}

.bid {
    background: #8dd2f0;
    border-radius: 0;
    float: left;
    line-height: 10px;
    margin: 0 2px;
    min-height: 36px;
    padding: 2px 3px;
    width: calc(50% - 4px)
}

.bid-price-small {
    font-weight: 700
}

.ask {
    background: #feafb2;
    border-radius: 0;
    float: left;
    line-height: 10px;
    margin: 0 2px;
    min-height: 36px;
    padding: 2px 3px;
    width: calc(50% - 4px)
}

.w-85 {
    width: 85% !important
}

.w-15 {
    width: 15%
}

.odds-setting table tr td {
    padding: 2px 5px
}

.ballsuspends-inplay {
    float: left;
    position: relative;
    width: 100%
}

.ballsuspends-inplay:after {
    background: #6f6f6fbf;
    border-radius: 3px;
    color: maroon;
    content: "Suspend";
    cursor: not-allowed;
    font-size: .875rem;
    font-weight: 600;
    height: 100%;
    line-height: 36px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 0
}

.trader-list {
    padding: 0 8px 3px
}

.trader-list label {
    min-width: 120px
}

.trader-list label,
.trader-list span {
    color: #000;
    font-size: 14px
}

hr.hr1 {
    border: 0;
    margin: 5px 0
}

.event-control tbody tr td {
    line-height: 14px;
    padding: 2px 3px
}

.bid1 {
    background: #8dd2f0
}

.ask1,
.bid1 {
    border-radius: 0;
    float: left;
    margin: 0 2px;
    padding: 5px 3px 2px;
    width: calc(16.66% - 4px)
}

.ask1 {
    background: #feafb2
}

.events-table tbody tr td {
    line-height: 12px;
    padding: 2px 3px
}

.ballrunning {
    float: left;
    position: relative;
    width: 100%
}

.ballrunning:after {
    background: #6f6f6fbf;
    border-radius: 3px;
    color: maroon;
    content: "ball running";
    cursor: not-allowed;
    font-size: .875rem;
    font-weight: 600;
    height: 100%;
    line-height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 0
}

.w-33 {
    width: calc(33.32% - 4px)
}

.fancy-table tbody tr td,
.fancy-table thead tr th {
    padding: 2px 3px
}

.w-20 {
    width: 20% !important
}

.fancy-table .w-10 {
    display: table-cell;
    width: 10% !important
}

.d-table-cell {
    display: table-cell !important;
    padding-right: 7px !important
}

.wid-100 {
    width: calc(100% - 4px)
}

.d-inline-flex {
    display: inline-flex
}

.search {
    margin-top: 7px
}

.search input {
    position: relative;
    width: 70%
}

.search span.search-icon {
    position: absolute;
    right: 21px;
    top: 4px
}

.search input.form-control {
    float: right;
    font-size: 14px;
    height: 26px;
    padding: 5px 8px
}

fieldset {
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: .35em;
    -webkit-padding-start: .75em;
    -webkit-padding-end: .75em;
    -webkit-padding-after: .625em;
    border: 1px groove threedface;
    border-image: none;
    border-image: initial;
    border-radius: 5px;
    display: block;
    margin-inline-end: 2px;
    margin-inline-start: 2px;
    min-inline-size: -webkit-min-content;
    min-inline-size: min-content;
    padding-block-end: .625em;
    padding-block-start: .35em;
    padding-inline-end: .75em;
    padding-inline-start: .75em
}

legend {
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border: initial none;
    border-color: initial;
    border-image: none;
    border-image: initial;
    display: block;
    font-size: 14px;
    margin: -4px;
    padding-inline-end: 2px;
    padding-inline-start: 2px;
    padding: 0 5px;
    width: auto
}

.h5,
h5,
legend {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.h5,
h5 {
    font-size: 16px
}

.supermaster label {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px
}

.supermaster .form-group {
    margin-bottom: 8px
}

ul.game-control li {
    display: inline;
    margin-right: 20px
}

.game-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 6px
}

.game-title,
.game-title-small {
    font-size: 13px;
    text-align: center
}

.game-title-small {
    line-height: 14px;
    margin-bottom: 10px
}

.input-title {
    display: inline;
    font-weight: 700;
    line-height: 15px
}

.inp-25,
.input-title {
    font-size: 13px
}

.inp-25 .wid-15 {
    width: 15%
}

header h3 img {
    margin-top: -4px
}

.min-max-table,
header h3 a {
    font-weight: 700
}

.min-max-table {
    display: table;
    width: 100%
}

.min-max-table input {
    border: #0000;
    border-radius: 0;
    height: 25px
}

.min-max-table .width-10 {
    width: 10% !important
}

.min-max-table .width-30 {
    width: 30% !important
}

.min-max-table .width-33 {
    display: inline-block;
    width: 32.33% !important
}

.min-max-table .width-50 {
    display: inline-block;
    width: 49% !important
}

.text-green {
    color: #0e7926 !important
}

.text-red {
    color: #c7313f !important
}

#example_filter {
    float: right
}

#example_filter label {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center
}

#example_filter input {
    margin-left: 5px
}

#example_info {
    font-size: 12px
}

#example_paginate {
    float: right
}

#example_paginate .pagination {
    font-size: 12px
}

#example .checkmark1 {
    top: -4px
}

.action-box {
    border: #0000;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    line-height: 19px;
    margin-right: 5px;
    text-align: center;
    width: 20px
}

.action-box:focus {
    border: #0000;
    outline: none
}

#example_wrapper .buttons-excel,
#example_wrapper .buttons-pdf {
    border: #0000;
    border-radius: 5px;
    font-size: 14px
}

.lst-pop label {
    font-size: 14px
}

.lst-pop input {
    font-size: 14px;
    height: 32px;
    width: 98%
}

.lst-pop textarea {
    font-size: 14px;
    min-height: 80px;
    width: 98%
}

.lst-pop .m-b-20 {
    margin-bottom: 10px
}

.lst-pop .popup-box {
    align-items: center;
    border-radius: 2px;
    display: flex;
    float: left;
    font-size: 14px;
    height: 32px;
    margin: 0 2px;
    min-width: 48%;
    overflow: hidden;
    padding: 4px 2px;
    text-align: right;
    width: 48%
}

.pop-edit-btn {
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
    padding: 6px 19px
}

.modal-header .close {
    font-size: 20px
}

.wid-98 {
    width: 98% !important
}

.d-block {
    display: block
}

.event-menu .btn-primary.active {
    padding: 6px 20px
}

.event-menu .btn-primary {
    font-size: 12px !important;
    padding: 6px 20px
}

.import-event .place-bet-btn {
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    padding: 5px 20px;
    text-align: center
}

.import-event .place-bet-btn.mar-top {
    height: calc(1.5em + .75rem + 2px);
    margin-top: 27px
}

.gray-box {
    background: #ececf1;
    border-radius: 5px;
    padding: 15px
}

.series-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    max-width: 300px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.import-btn {
    border: #0000;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    line-height: 19px;
    margin-left: 5px;
    padding: 4px 13px
}

.import-btn:focus {
    border: #0000;
    outline: none
}

.eventname-title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px
}

.gray-text {
    color: #8d8d8d !important
}

.disable {
    background: #b0b0b0;
    color: #e6e5e5
}

.status-title {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.status-name {
    font-size: 10px;
    font-weight: 700
}

.gray-box .checkmark1 {
    background-color: #fff
}

.gray-box .w-48 {
    float: left;
    width: 48%
}

.gray-box .w-60 {
    width: 74% !important
}

.gray-box .w-100 {
    float: left;
    width: 100% !important
}

.gray-box .w-55 {
    width: 55%
}

.tit1 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-right: 0
}

.mt-6 {
    margin-top: 6px
}

.mt-box {
    position: relative
}

.bor-r1 {
    border-right: 2px solid #cdcdcd
}

.modal-lg {
    max-width: 90%
}

.event-con-popup .w-25 {
    width: 7% !important
}

.light-graybox {
    background: #fafafa;
    border-radius: 5px;
    padding: 15px
}

.mar-top-20 {
    margin-top: 15px
}

.height30 {
    height: 25px
}

.fanbtn {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px
}

.profit-loss-box {
    color: #fff;
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
    margin-right: .5%;
    padding: 3px;
    width: 9.55%
}

.search-report {
    color: #000;
    float: right;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 4px
}

.hand {
    cursor: pointer;
    text-decoration: underline !important
}

a.coff-box {
    background: #616161;
    border-radius: 3px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    padding: 3px 6px
}

.red {
    color: red
}

.green {
    color: green
}

.cur-pointer {
    cursor: pointer;
    display: block
}

.tab-ttoptip.table tr>td {
    padding: 8px 10px
}

.headings>th {
    background: #ccc !important;
    color: #393933 !important
}

.tableprofit.table-bordered thead td,
.tableprofit.table-bordered thead th {
    border-bottom-width: 1px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.tableprofit.table-bordered tbody tr>td,
.tableprofit.table-bordered thead tr>td {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.btnba {
    border-radius: 2px;
    cursor: pointer;
    font-size: .9375rem;
    padding: 5px 8px;
    text-transform: capitalize
}

.pad-font {
    font-size: 12px !important;
    padding: 3px 7px !important
}

.ac-state .form-check-input {
    margin-left: -17px;
    margin-top: 9px;
    position: absolute
}

.ac-state .form-check-label {
    color: #000;
    font-size: 14px;
    margin-bottom: 0
}

.sorting_1 span.badge {
    cursor: pointer;
    font-size: 12px
}

.table-responsive .tableprofit {
    background: #fff;
    color: #393933;
    font-size: 12px;
    margin-bottom: 0
}

.table-responsive .tableprofit thead {
    background: #ccc;
    color: #393933;
    font-size: 13px;
    font-weight: 700
}

.tableprofit tr td,
.tableprofit tr th {
    padding: 3px !important
}

.btn-history {
    font-size: 10px;
    padding: 3px 10px
}

.marketanalysisbox {
    font-size: 14px;
    height: auto;
    padding-bottom: 5px;
    position: relative;
    width: 100%
}

.marketanalysisbox .topbox {
    background-color: #159eb6 !important;
    display: block;
    padding: 2px 10px
}

.topboxlink {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: underline
}

.padd-10 {
    padding: 10px
}

.w-24 {
    width: 24% !important
}

.main-analysis {
    position: relative
}

.analysis-running-market .top {
    display: flex;
    height: auto;
    margin: 0;
    padding: 3px 10px;
    width: 100%
}

.toptitle {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 0;
    max-width: 700px;
    overflow: hidden;
    padding-top: 4px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.min-max {
    font-size: 11px;
    padding-top: 3px;
    position: absolute;
    right: 5px
}

.analysis-running-market .w-55 {
    width: 50%
}

.analysis-running-market span.in-play-title {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-left: 3px;
    max-width: 240px !important;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 155px !important
}

span.match-odds {
    display: block;
    font-size: 11px;
    line-height: 13px
}

.analysis-running-market .w-45 {
    width: 50%
}

.widt50fleft {
    float: left;
    width: 50%
}

.bookmakerbs .bid {
    border-radius: 0;
    float: left;
    margin: 0 2px;
    min-height: 36px;
    padding: 2px 3px;
    width: calc(33.33% - 4px)
}

.bid-price {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.bid-price,
.bid-price-small {
    display: block;
    text-align: center
}

.bid-price-small {
    color: #43444a;
    font-size: 10px
}

.back-light-bg {
    background: #b7d5eb !important
}

.bid {
    background: #72bbef
}

.suspended-bookmaker {
    float: left;
    position: relative;
    width: 100%
}

.suspended-bookmaker:after {
    background: #0009;
    border-radius: 3px;
    color: red;
    content: "Suspended";
    cursor: not-allowed;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    line-height: 33px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 0
}

.ballrunning-bookmaker {
    float: left;
    position: relative;
    width: 100%
}

.ballrunning-bookmaker:after {
    background: #0009;
    border-radius: 3px;
    color: red;
    content: "Ball Running";
    cursor: not-allowed;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    line-height: 33px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 0
}

.bookmakerbs .ask {
    border-radius: 0;
    float: left;
    margin: 0 2px;
    min-height: 36px;
    padding: 2px 3px;
    width: calc(33.33% - 4px)
}

.marg1 {
    margin-left: 1px !important
}

.ask-price {
    color: #000;
    font-size: 14px;
    line-height: 18px
}

.ask-price,
.ask-price-small {
    display: block;
    font-weight: 700;
    text-align: center
}

.ask-price-small {
    color: #43444a;
    font-size: 10px
}

.lay-light-bg {
    background: #efd3d9 !important
}

.lay-light-bg1 {
    background: #f6e6ea !important
}

.ask {
    background: #faa9ba
}

.widt50fleft .width-48 {
    width: 47% !important
}

.fmin-max {
    color: #000;
    display: flex;
    float: right;
    font-size: 12px;
    justify-content: center;
    text-align: right
}

.fancyw-65 {
    width: 62% !important
}

.fancyw-20 {
    width: 16% !important
}

.fancyw-15 {
    width: 15% !important
}

.fancyw-48 {
    width: 48% !important
}

.fancyw-99 {
    width: 99% !important
}

.no-offer-fancy-inner .ask,
.no-offer-fancy-inner .bid {
    border-radius: 0;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 2px 3px;
    width: calc(100% - 4px) !important
}

.no-offer-fancy-inner {
    float: left;
    position: relative;
    width: 50% !important
}

.no-offer-fancy-inner:after {
    background: #0009;
    border-radius: 3px;
    color: red;
    content: "No Offer";
    cursor: not-allowed;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    line-height: 33px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 0
}

.matched-btn {
    background-image: linear-gradient(#000, #000);
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    line-height: 21px;
    padding: 5px 7px
}

.matched-btn:hover {
    color: #fff
}

.in-play-left {
    background: #0000;
    padding: .5rem !important
}

.main-in-play {
    position: relative
}

.main-in-play .top {
    display: flex;
    height: auto;
    margin: -8px 0 0 -8px;
    padding: 3px 5px 0;
    width: calc(100% + 16px)
}

.main-in-play .top h4 {
    margin-bottom: 0
}

.main-in-play .top h4 span {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 0 3px;
    max-width: 700px;
    overflow: hidden;
    padding-top: 2px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.middle-in-play {
    margin: 0 -8px
}

.scorecard {
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 17px;
    padding: 5px;
    position: relative;
    width: 100%
}

.scorecard:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.row.row5 {
    margin-left: -5px;
    margin-right: -5px
}

.row.row5>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.scorecard .commentary span {
    font-size: 12px
}

.country-name,
.team-name {
    font-size: 14px
}

.team-name {
    display: inline-block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px
}

.m-t-10 {
    margin-top: 5px !important
}

.ball-runs {
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.m-l-5 {
    margin-left: 5px
}

.scorecard p {
    font-size: 14px;
    margin-bottom: 0
}

.lastball-runs {
    border-radius: 50%;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px
}

.lastsixball {
    float: right
}

.lastsixball .lo {
    font-size: 13px
}

.mobileteam-name {
    font-size: 14px
}

.mball-runs {
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    width: 25px
}

.mball-runs,
.msball-runs {
    border-radius: 50%;
    display: inline-block;
    font-weight: 700;
    text-align: center
}

.msball-runs {
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    width: 18px
}

.balldata .lover {
    font-size: 12px
}

.paddinglef0 {
    padding-left: 0
}

.cricket-d-hide {
    display: none
}

.scorecard-massage {
    position: relative;
    width: 100%
}

.scorecard-massage:after {
    border-radius: 3px;
    content: "";
    cursor: not-allowed;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    line-height: 80px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 0
}

.ballstatuscricket {
    font-size: 18px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none
}

.oddbg {
    background: #ffafc4
}

.laybg {
    background: #79bff5
}

.font-18 {
    font-size: 18px !important
}

.font-20 {
    font-size: 20px !important
}

.footer1 {
    background-color: #045662;
    bottom: 0;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 8px 0;
    position: fixed;
    width: 100%
}

.footer1 .w-25 {
    width: 150px !important
}

.bshadow {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px
}

.bstitle {
    font-size: 16px;
    margin-bottom: 5px
}

.bstitle,
.bstitle-small {
    font-weight: 700;
    text-align: left
}

.bstitle-small {
    font-size: 14px
}

.master-balance-detail {
    height: auto;
    margin-top: 52px;
    padding: 7px 0;
    position: relative;
    top: 53px;
    width: 100%;
    z-index: 9
}

.master-balance-detail li {
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative
}

.master-balance-detail li label {
    margin-bottom: 0
}

#toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999
}

.toast-bottom-right {
    bottom: 30px;
    right: 12px
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>div {
    background-position: 15px;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 .75rem 1.5rem #12263f08;
    box-shadow: 0 0 12px #999;
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    margin: 0 0 6px;
    opacity: 1;
    overflow: hidden;
    padding: 15px 15px 15px 50px;
    pointer-events: auto;
    position: relative;
    width: 300px
}

#toast-container * {
    box-sizing: border-box
}

.toast-success {
    background-color: #34c38fcc !important;
    border: 2px solid #34c38f !important
}

.toast {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-clip: padding-box;
    background-color: #ffffffd9;
    border: 1px solid #0000001a;
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem #0000001a;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0;
    overflow: hidden
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

.toast-warning {
    background-color: #f1b44ccc !important;
    border: 2px solid #f1b44c !important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

.toast-error {
    background-color: #f46a6acc;
    border: 2px solid #f46a6a
}

.toast-top-center {
    right: 0;
    top: 0;
    width: 100%
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    margin-left: auto;
    margin-right: auto;
    width: 300px
}

.fbold {
    font-weight: 700
}

.ballrunning-fancy {
    float: left;
    position: relative;
    width: 100%
}

.ballrunning-fancy:after {
    color: #fff;
    content: "Ball Running";
    cursor: not-allowed;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    line-height: 33px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    z-index: 0
}

.suspended-fancy {
    float: left;
    position: relative;
    width: 100%
}

.suspended-fancy:after {
    color: #fff;
    content: "Suspended";
    cursor: not-allowed;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    line-height: 33px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    z-index: 0
}

.min-max-price {
    font-size: 11px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 2px
}

.br-full {
    float: left;
    position: relative;
    width: 100%
}

.br-full:after {
    background: #6f6f6fbf;
    color: #fff;
    content: "Ball Running";
    cursor: not-allowed;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    line-height: 30px;
    margin: 0 2px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 99.9%;
    z-index: 0
}

.suspended-event {
    float: left;
    position: relative;
    width: 100%
}

.suspended-event:after {
    background: #6f6f6fbf;
    color: #fff;
    content: "Suspended";
    cursor: not-allowed;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    line-height: 30px;
    margin: 0 2px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 99.9%;
    z-index: 0
}

.wid200 {
    width: 200px
}

.mb30 {
    margin-bottom: 30px
}

.master-balance-detail ul.row {
    padding: 0 15px
}

.master-balance-detail .w-20 {
    width: 20% !important
}

.master-balance-detail li.w-20 label {
    margin-right: 10px
}

.displayChatbox .dropdown-menu {
    left: auto;
    right: 0 !important
}

.page-link {
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    opacity: .65;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    z-index: 2
}

.page-item.active .page-link {
    opacity: 1 !important;
    z-index: 3
}

.analysis-running-market table tr td,
.analysis-running-market table tr th {
    padding: 2px 3px;
    vertical-align: top
}

.max-hight {
    max-height: 432px;
    overflow: auto
}

.excel-icon img {
    margin-top: -7px;
    width: 45px
}

.csv-icon img,
.pdf-icon img {
    margin-top: -7px;
    width: 35px
}

.pthead {
    font-size: 14px;
    padding: 8px 5px !important
}

.table td.vbas {
    vertical-align: bottom !important
}

.opcb.table td {
    line-height: 16px
}

.rw-80 {
    width: 80px
}

.rw-40 {
    width: 40px
}

.rw-45 {
    width: 45px
}

.rw-80 {
    width: 75px
}

.rw-50 {
    width: 50px
}

.rw-100 {
    width: 100px
}

.rw-120 {
    width: 120px
}

.dtwidth {
    max-width: 60px !important
}

.dtwidth,
.idwidth {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.idwidth {
    max-width: 30px !important
}

.frleft {
    color: #000;
    font-size: 14px
}

.lhightbook {
    line-height: 27px !important
}

.mbshowdata {
    display: none
}

.usett-100 {
    width: 100px !important
}

.usett-200 {
    width: 200px !important
}

.usett-400 {
    width: 400px !important
}

.dd-hide {
    display: none
}

.btn.csv-icon.disabled,
.btn.csv-icon:disabled,
.btn.excel-icon.disabled,
.btn.excel-icon:disabled,
.btn.pdf-icon.disabled,
.btn.pdf-icon:disabled {
    cursor: auto;
    opacity: .35
}

#exportall .checkmark1 {
    top: -4px
}

#userwise {
    z-index: 9999999 !important
}

.nowrap {
    white-space: nowrap
}

.rw-150 {
    width: 150px
}

.chk-center {
    text-align: center;
    vertical-align: middle !important
}

.modal-backdrop1 {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999999
}

.modal-backdrop1.fade {
    opacity: 0
}

.modal-backdrop1.show {
    opacity: .5
}

.checkmark10 {
    height: 21px;
    left: 1px;
    position: absolute;
    top: -14px;
    width: 21px
}

.ma-lable {
    color: #000;
    font-size: 16px;
    left: 33px;
    position: absolute;
    white-space: nowrap
}

.visi-hide {
    visibility: hidden
}

.theight250 {
    max-height: 250px;
    overflow-y: auto
}

.user-details span {
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.user-datails-popup {
    padding: 0 10px
}

.user-datails-popup .w-20 {
    width: 20% !important
}

.user-datails-popup li {
    color: #000;
    font-size: 13px;
    margin-bottom: 15px
}

.market-analysis-user-details li label {
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 10px
}

.w-40 {
    width: 40% !important
}

.w-30 {
    width: 30% !important
}

.w-25 {
    width: 25% !important
}

.mt--4 {
    margin-top: -4px
}

.w-33 {
    width: 33.33% !important
}

.user-market-popup {
    padding: 0 10px
}

.user-market-popup .w-20 {
    width: 20% !important
}

.user-market-popup li {
    color: #000;
    font-size: 13px;
    margin-bottom: 15px
}

.market-analysis-user-market-details li label {
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 10px
}

.market-analysis-user-market-details h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.user-market-exposure span {
    font-size: 14px
}

.fantitle {
    cursor: pointer;
    display: inline-flex !important;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    justify-content: center;
    line-height: 13px !important;
    padding: 4px 0;
    width: 49%
}

.bet-all-new,
.bet-all-new td {
    line-height: 22px !important
}

.bet-all-new td {
    padding: 0 !important
}

.bet-all-new td .lh22 {
    min-height: 22px !important
}

.bets .back-all {
    background-repeat: no-repeat
}

.bets .back-all,
.bets-GH .back-all,
.bets-HS .back-all {
    background-position: -274px -273px
}

.f11 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px
}

.bets .lay-all {
    background-repeat: no-repeat
}

.bets .lay-all,
.bets-GH .lay-all,
.bets-HS .lay-all {
    background-position: 100% -399px
}

.bets .ask1,
.bets .bid1 {
    background-color: initial !important
}

.text-red1 {
    color: #ff8691
}

.text-green1 {
    color: #33f95f !important
}

.userheader-40,
.userheader-50 {
    width: 50% !important
}

.d-tablet {
    display: none
}

.toolt {
    cursor: help;
    position: relative
}

.master-balance-detail .w-25 .toolt .tooltiptext {
    border-radius: 6px;
    height: auto;
    left: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 24px;
    transition: opacity 1s;
    visibility: hidden;
    width: 300px;
    z-index: 999
}

.master-balance-detail .w-25 .toolt .tooltiptext:after {
    border-style: solid;
    border-width: 8px;
    content: "";
    left: 13%;
    margin-top: 0;
    position: absolute;
    top: -16px
}

.master-balance-detail .w-25 .toolt:hover .tooltiptext {
    opacity: 1;
    visibility: visible
}

.change-password-valid ul {
    margin-top: 0;
    padding-left: 5px
}

.change-password-valid .error-text {
    color: red !important
}

.change-password-valid .success-text {
    color: #5cb85c !important
}

.change-password-valid ul li {
    color: #999;
    display: inline;
    font-size: 13px;
    margin-right: 10px
}

.client-icon img {
    width: 15px
}

.client-icon img,
.client-icon-sm img {
    cursor: pointer;
    height: auto;
    margin-right: 5px
}

.client-icon-sm img {
    width: 20px
}

.plusacc .usett-100 {
    width: 110px !important
}

.usett-400 .w-50 {
    width: 32% !important
}

.plusacc .width-150 {
    max-width: 15%;
    width: 15%
}

.plusacc .width-100 {
    max-width: 12%;
    width: 12%
}

.plusacc .width-130 {
    max-width: 14%;
    width: 14%
}

.plusacc .width-80 {
    max-width: 11.5%;
    width: 11.5%
}

.plusacc .width-90 {
    max-width: 49.5%;
    width: 49.5%
}

.eventmaspage .table td,
.eventmaspage .table th {
    padding: 2px 10px !important
}

.eventmaspage .event-width40 {
    width: 45%
}

.eventmaspage .event-width12 {
    width: 12%
}

.eventmaspage .event-width10 {
    width: 7%
}

.mobile-user-footer {
    display: none
}

.responsivetbl.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: table;
    overflow-x: auto;
    width: 100%
}

.addpadding.table-sm td,
.addpadding.table-sm th {
    font-size: 14px;
    line-height: 16px;
    padding: 8px !important
}

.pad-right-10 {
    padding-right: 3px
}

.fancy-50 {
    width: 50%
}

.pad-left-10 {
    padding-left: 3px
}

.sub_path {
    height: auto;
    position: relative
}

.center-box p {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 0 3px;
    padding-top: 2px
}

.center-box p,
.crname span {
    float: left;
    max-width: 700px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.crname span {
    margin: 0;
    padding-top: 0
}

.game-wrap {
    margin-bottom: 6px
}

.game-wrap .table tr td {
    padding: 2px 1px
}

.game-wrap .table tr td,
.game-wrap .table tr td div {
    font-weight: 700
}

.fancytable .w-16 {
    position: relative;
    text-align: center;
    width: 15.7%
}

.game-list-col a {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px !important;
    padding: 4px 0;
    width: 49%
}

.brblumobile td a {
    line-height: 9px
}

.fancytable div.in-play-title-m {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px
}

.fancytable div.in-play-title,
.fancytable div.in-play-title-m {
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin-left: 3px;
    max-width: 590px !important;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fancytable div.in-play-title {
    font-family: Roboto, sans-serif;
    line-height: 16px;
    overflow: hidden;
    width: 350px !important
}

.footer1 .w-25.d-remark {
    width: 250px !important
}

.client-green,
.client-red {
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 12px
}

.cursor-pointer {
    cursor: pointer
}

.admin-logo img {
    width: 250px
}

#menu .sub-menu a,
#toggle-menu {
    background-color: #0c889e;
    border-bottom: 1px solid #128ca3;
    border-top: 1px solid #25b3cd;
    font-size: 14px;
    padding: 9px 10px
}

#menu .sub-menu a:hover {
    padding: 9px 10px
}

.master-balance-detail li.w-25 {
    width: 20% !important
}

.autocomplete-wrapper {
    background: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 9
}

.autocomplete-wrapper>div {
    width: 100%
}

.autocomplete-wrapper input {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 1.5;
    padding: 1px 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.autocomplete-wrapper input:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #495057;
    outline: none
}

.autocomplete-wrapper .dropdown {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-top: none;
    max-height: 280px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    text-align: left;
    width: 100%
}

.autocomplete-wrapper .item {
    color: #495057;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    min-height: 2.2em;
    padding: 7px;
    white-space: pre
}

.navbar-logo i.fa {
    cursor: pointer;
    line-height: 37px
}

.menuhidedesktop {
    display: none
}

a[data-toggle=collapse] {
    position: relative
}

.w3-sidebar .dropdown-toggle:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.pagewidth,
.pagewidthpopup {
    width: 40px
}

.rw-200 {
    width: 200px
}

.idwidthrunner {
    max-width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.whitespace {
    white-space: nowrap !important
}

.settlementinput input.w-75 {
    width: 70% !important
}

.uidpleft {
    padding-left: 17px
}

.availablepleft {
    padding-left: 2px
}

.uplinepleft {
    padding-left: 18px
}

.exposurepleft {
    padding-left: 17px
}

.marketanlytitle {
    font-size: 16px
}

.casinoRightSide {
    right: 0;
    width: 29.8%
}

.casinoLeftSide,
.casinoRightSide {
    height: 100%;
    position: absolute;
    top: 0
}

.casinoLeftSide {
    display: block;
    left: 0;
    width: 26%
}

.mycredpart {
    height: auto;
    padding: 8px 5px 0;
    position: relative;
    width: 100%
}

.lst-pop .mycredpart textarea {
    font-size: 14px;
    min-height: 55px;
    width: 98%
}

.undline {
    cursor: pointer;
    text-decoration: underline !important
}

.down-icon img {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.down-icon img,
.up-icon img {
    cursor: pointer;
    margin-top: 0;
    width: 22px
}

.up-icon img {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.positionFixed {
    height: calc(100% - 108px);
    min-height: 400px;
    overflow-x: auto;
    padding-bottom: 35px;
    position: fixed;
    width: 31%
}

.bk-btn {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin-left: 4px;
    padding: 3px 8px
}

.count {
    font-size: 12px
}

.positionFixed .badge {
    font-size: 12px;
    padding: .15em .4em
}

.brblumobile {
    display: none
}

.fancytable span.in-play-title-m {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
    margin-left: 3px;
    max-width: 590px !important;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.brblumobile td a {
    font-size: 16px;
    line-height: 26px;
    width: 20px
}

.event-timmer {
    align-items: center;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    height: auto;
    justify-content: center;
    line-height: 1;
    padding: 20px 15px;
    width: 100%
}

.event-timmer .l1-txt3 {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 24px;
    padding: 0 13px;
    text-align: center
}

.event-timmer .l1-txt3 span {
    display: block;
    font-size: 13px
}

.soccerbgbox {
    padding: 6px 3px
}

.soccerbgbox .scoretime {
    font-size: 12px
}

.soccerbgbox .tscoreboxmain {
    font-size: 18px
}

.soccerbgbox .tscorebox {
    border-radius: 5px;
    margin: 3px auto;
    padding: 5px 10px;
    width: 50%
}

.soccerbgbox .scoretimedetails {
    font-size: 12px
}

.middle-in-play .table-responsive {
    margin-bottom: 0
}

.team-score-details.tennisbgbox table tr td {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 5px 7px
}

table.tennisscore tr td {
    border: #0000
}

.tennisscore .points {
    width: 6%
}

.tennisbgblack .bg-black {
    border: #0000;
    line-height: 17px;
    padding: 3px 13px 5px
}

.col-right-analysis {
    float: right;
    height: calc(100% - 94px);
    min-height: 400px;
    overflow-x: auto;
    padding-bottom: 3px;
    position: fixed;
    right: 0;
    top: 94px;
    transition: all .5s linear;
    width: 30%
}

.col-centersdetails-analysis {
    margin-left: 0;
    margin-right: 30%;
    padding: 0 15px;
    position: relative
}

.mar-top-100-analysis {
    margin-bottom: 30px !important;
    margin-top: 30px !important
}

.full-wrap-analysis {
    margin: 0 auto;
    min-width: 100%;
    position: relative
}

.market-p-fixed {
    position: fixed
}

.modal-backdrop {
    z-index: 9
}

.modal-content {
    z-index: 1024
}

.soccer-lvnow {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 3px;
    width: 10px
}

.width-10tennis {
    padding: 5px 0 5px 7px;
    width: 10px
}

.v-align {
    vertical-align: middle !important
}

.min-max-price-center {
    top: 50% !important;
    transform: translatey(-50%) !important
}

.top-radius {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.bottom-radius {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.width6 {
    width: 6% !important
}

.sticky {
    padding-left: 27px;
    position: -webkit-fixed;
    position: fixed;
    right: 15px
}

.commentary {
    font-size: 12px;
    font-weight: 700
}

.libtnonoff {
    display: inline-block;
    width: 100%
}

.fancybtn-new a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    padding: 5px 15px 5px 10px;
    text-align: center;
    width: auto
}

ul.fancy-filter {
    display: inline-block;
    padding: 0 2px
}

ul.fancy-filter li {
    display: inline-block;
    margin-right: 2px;
    padding-right: 2px
}

ul.fancy-filter li a {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 9px;
    position: relative
}

.fancynew-budge {
    border-radius: .25rem;
    font-size: 10px;
    font-weight: 600;
    line-height: 9px;
    padding: .25em .4em;
    position: absolute;
    right: 0;
    text-align: center;
    top: -6px
}

ul.fancy-filter li a.active,
ul.fancy-filter li a:hover {
    border-radius: 5px
}

.fancyplus-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px
}

.fancybgmobile {
    display: none
}

.fancyscrollmenu a {
    margin-right: 0;
    position: relative;
    width: auto
}

.fancyscrollmenu a.active,
.fancyscrollmenu a:focus,
.fancyscrollmenu a:hover {
    border-radius: 5px
}

.fancyscrollmenu .fancynew-budge {
    border-radius: .25rem;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    margin-top: 5px;
    padding: .25em .4em;
    position: relative;
    right: -3px;
    text-align: center;
    top: -2px
}

.fancyplusminusmob {
    display: none !important
}

.d-contant {
    display: contents
}

.livetv {
    display: none
}

.desktop-tv {
    display: block
}

.team-name.score-widht {
    width: 85px !important
}

.team-name.teamname-widht {
    width: 75px !important
}

.Passcode-visible {
    float: right;
    font-size: 14px;
    position: relative;
    right: 4px;
    top: -25px
}

.changePasscode-visible {
    font-size: 14px;
    position: absolute;
    right: 21px;
    top: 31px
}

.zoominout {
    animation: txt 3s ease-out infinite;
    font-size: 28px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 38%;
    transform: translate(-50%, -50%)
}

.tviframe iframe {
    height: 240px
}

.runnerid span.mobtextdotted {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
    margin-left: 0;
    max-width: 150px !important;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px !important
}

.averagecheck {
    line-height: 15px
}

.avgbookbtn {
    font-size: 12px !important;
    padding: 2px 10px !important
}

.casinobetmobileshow {
    display: none
}

.casinoviewbetsbtn {
    float: right;
    padding: 5px 10px
}

.mfancyborderright {
    padding-left: 3px
}

.fancymassage {
    display: inline-block;
    float: left;
    font-size: 11px;
    max-width: 250px !important;
    padding: 0 5px 0 3px
}

.fancymass {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    padding: 3px
}

.rulesbox {
    padding: 10px
}

.rulesbox h5 {
    font-size: 16px
}

ul.rulesul {
    padding-left: 45px
}

ul.rulesul li {
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
    padding-bottom: 8px
}

.rulestitle {
    color: #27a6c3;
    font-weight: 700;
    padding: 8px 0 4px
}

.wid250fancy {
    float: right;
    width: 180px
}

.modal-lg.width60 {
    max-width: 60% !important
}

.mt-2_5 {
    margin-top: .7rem !important
}

.bmmassage {
    font-weight: 700;
    max-width: 100% !important
}

.fancymassagemobile {
    display: none
}

.fancymassagedesktop {
    display: block
}

.betlocktop {
    top: -3px !important
}

.btlock5 {
    margin-left: 3px !important;
    padding: 5px !important
}

.graphicscore {
    cursor: pointer;
    font-size: 21px;
    height: 30px;
    margin: 0 -8px;
    text-align: center
}

.graphicscore a,
.graphicscore a:hover {
    display: inline-block;
    width: 100%
}

.input-group-addon .fa {
    font-size: 18px
}

.gamebetlock .table-bordered tbody td,
.gamebetlock .table-bordered thead td,
.gamebetlock .table-bordered thead th,
.mainbox.gamebetlock .table td,
.mainbox.gamebetlock .table th {
    padding: 5px !important
}

.betlock .checkmark1 {
    height: 18px;
    left: 7px;
    top: -3px;
    width: 18px
}

.betlock1 .checkmark1 {
    height: 18px;
    left: 2px;
    top: -3px;
    width: 18px
}

.gamebetlock .event-width40 {
    width: 60px
}

.betgamecontrol {
    margin: 5px
}

ul.game-control.betgamecontrol li {
    display: inline-block;
    margin-right: 5px
}

.gamelocktitle {
    margin-left: 10px
}

.w-400 {
    width: 400px
}

.treeviewtext {
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    max-width: 570px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ml-45 {
    margin-left: 45px
}

.width-125 {
    width: 100px
}

.maxbetprofit input {
    font-size: 12px;
    height: 24px
}

.width-20soccer {
    display: inline-block;
    width: 19.5% !important
}

.spinner-border {
    border: 10px solid;
    border-right: 10px solid #0000;
    height: 100px;
    margin: 100px auto 0;
    width: 100px
}

.tag-live {
    background-image: linear-gradient(180deg, #fb3434, #e80505);
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #00000080;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    min-width: 33px;
    padding-right: 3px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: -6px
}

.tag-live,
.tag-live strong {
    align-items: center;
    display: flex;
    justify-content: center
}

.tag-live strong {
    background-image: linear-gradient(180deg, #fff, #eee 89%);
    border-radius: 3px 0 0 3px;
    flex: 1 1;
    font-size: 0;
    height: 100%;
    margin-right: 3px;
    padding: 0 2px;
    text-indent: -99999px
}

.pleasewaitloader {
    align-items: center;
    background-color: #000;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.pleasetext {
    color: #fff;
    font-size: 20px;
    text-align: center
}

.action-boxsmall {
    border: #0000;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    line-height: 19px;
    margin-right: 5px;
    text-align: center;
    width: 35px
}

.marron-box {
    background: brown
}

.orange-box {
    background: orange
}

.add-client-mt-4 {
    margin-top: 1.5rem !important
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.eventmaspage.eventcon .table tr.bg-dark {
    background-color: #159eb6 !important;
    background-image: linear-gradient(#159eb6, #159eb6)
}

.eventmaspage.eventcon .table td {
    border-top: 1px solid #000
}

.tstriped {
    background-color: #0000000d
}

.eventmaspage.eventcon .table td {
    border-top: 1px solid #dee2e6 !important
}

.eventmaspage .table td.eventtable1 {
    padding-left: 50px !important;
    padding-right: 0 !important
}

.eventcontrol {
    padding: 2px 0 0
}

.bg-secondary {
    background-color: #016a82 !important
}

.eventmaspage.eventcon .table td.pl15 {
    padding-left: 30px !important
}

.font-12event {
    font-size: 14px !important
}

.font-12event .form-check-input {
    height: 18px;
    position: relative !important;
    vertical-align: sub;
    width: 18px
}

.sportlocknew li.nav-item .nav-link {
    color: #000;
    cursor: pointer;
    font-size: 16px
}

.betlock1 .checkmark1:after {
    left: 6px;
    top: 2px
}

.umbbgcolor {
    background-color: #ced7df !important
}

.analysis-running-market div.runningf.in-play-title {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    margin-left: 3px;
    max-width: 560px !important;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 560px !important
}

.mobile-show {
    display: none
}

.in-play-title a .fa {
    color: #53bbcd;
    font-size: 16px;
    margin-left: -1px
}

.fancymassnew {
    background: #26a6c3e6;
    border-radius: 5px;
    color: #fff;
    margin-top: 3px;
    padding: 5px;
    position: absolute;
    width: auto;
    z-index: 1
}

.treeviewnode {
    display: table-caption;
    white-space: normal !important;
    width: 125px
}

.treeview svg.toggle {
    margin-top: 3px;
    vertical-align: top !important
}

.top.subtitle p.horsetitlebg {
    display: block;
    max-width: 100%;
    width: 100%
}

.horsetitlebg,
.main-in-play .top.subtitle {
    background-color: #045662 !important
}

.main-in-play .top.subtitle {
    display: flex;
    height: auto;
    margin: 0 0 0 -8px;
    padding: 3px 0 0;
    width: calc(100% + 16px)
}

.f-right {
    float: right !important
}

.dashboardmain {
    color: #000
}

.dashboardmain label {
    margin-bottom: 2px
}

.btnmt-3 {
    margin-top: 1rem !important
}

.btnmt-3 .btn {
    font-size: 14px;
    padding: 5px 10px
}

.number-font {
    font-size: 20px;
    font-weight: 600 !important
}

.text-muted {
    color: #74829c !important
}

.fs-12 {
    font-size: 12px !important
}

.text-secondary {
    color: #2bc01e !important
}

.card {
    background-clip: initial;
    background-color: #fff;
    border: inherit !important;
    border-radius: 3px;
    box-shadow: 0 2px 7px 0 #00708285
}

.font-22 {
    font-size: 14px;
    font-weight: 400
}

.fa.font-up {
    font-size: 90px !important
}

.card-header {
    background: #16a3bb !important;
    padding: 5px 10px 3px
}

.card-body {
    padding: 8px 10px
}

.card-title {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase
}

.last-row-margin-bottom {
    margin-bottom: 15px
}

.dashboard-table .addpadding.table-sm td,
.dashboard-table .addpadding.table-sm th {
    font-size: 12px;
    line-height: 16px;
    padding: 6px !important
}

.box select {
    font-size: 12px;
    height: 30px;
    width: auto
}

.binarybox {
    padding: 0 8px
}

.binaryanalysis .nav-link {
    font-size: 14px;
    padding: 5px 15px
}

.binaryanalysis .nav-tabs .nav-item.show .nav-link,
.binaryanalysis .nav-tabs .nav-link.active {
    background-color: #0c0c0c;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #fff
}

.binaryanalysis .nav-tabs .nav-link {
    border: 1px solid #0000004a;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.binaryanalysis .nav-tabs .nav-link:focus,
.binaryanalysis .nav-tabs .nav-link:hover {
    background: #0c0c0c;
    color: #fff
}

.binary-w-40 {
    width: 40% !important
}

.binary-w-30 {
    width: 30% !important
}

.sportanalysis .nav-link {
    font-size: 14px;
    padding: 5px 15px
}

.sportanalysis .nav-tabs .nav-link {
    color: #000;
    position: relative
}

.sportanalysis .nav-tabs .nav-item.show .nav-link,
.sportanalysis .nav-tabs .nav-link.active {
    background-color: #007082;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #fff
}

.sportanalysis .nav-tabs .nav-link {
    border: 1px solid #0000004a;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.sportanalysis .nav-tabs .nav-link:focus,
.sportanalysis .nav-tabs .nav-link:hover {
    background: #007082;
    color: #fff
}

.sportcount {
    background: #16a5bd;
    border-radius: .25rem;
    color: #fff;
    font-family: tahomabd;
    font-size: 12px;
    line-height: 9px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -13px
}

.Toastify__toast-container {
    font-size: 16px !important;
    z-index: 99999 !important
}

.under-maintance {
    align-items: center;
    background-color: #085269;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: relative;
    width: 100%
}

.overflow-y {
    overflow-y: scroll !important
}

.text-gray {
    color: #6a6a6a !important
}

.mob-minmax {
    display: inline;
    padding-left: 5px
}

.mob-minmax-span {
    display: none
}

.count-budge {
    background: #000;
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    margin-top: 5px;
    padding: .25em .4em;
    position: relative;
    right: 0;
    text-align: center;
    top: -2px
}

.custom-commentary {
    color: #ffc11c !important;
    font-size: 14px !important
}

.td-date-time-twoline {
    padding-bottom: 2px !important;
    padding-left: 2px !important;
    padding-top: 2px !important
}

.td-date-time-twoline .datetime-span {
    font-family: tahomabd;
    font-size: 10px;
    line-height: 10px
}

.model-fancy-line-name {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px
}

.alllbl-maintenance {
    background-color: #fff;
    height: 100vh;
    width: 100%
}

.alllbl-maintenance,
.maintenance-box {
    align-items: center;
    display: flex;
    justify-content: center
}

.maintenance-box {
    flex-direction: column
}

.maintenance-images {
    height: auto;
    width: 70%
}

.maintenance-title {
    color: #016a82;
    font-family: tahomabd;
    font-size: 34px;
    margin-bottom: 10PX;
    text-align: center;
    text-transform: uppercase
}

.maintenance-p {
    color: #000;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize
}

.bg-darklight {
    background-color: #045662 !important
}

.wi-3 {
    width: 3%
}

.wi-35 {
    width: 35% !important
}

.primary-bg-color {
    color: #159eb6 !important
}

.mobile-wv.w-75 {
    width: 90% !important
}

.csv-icon-all img,
.pdf-icon-all img {
    margin-top: -7px;
    width: 25px
}

.v-hide {
    visibility: hidden
}

.imgpreview img {
    border: 1px solid #000;
    height: 60px;
    width: 140px
}

.dashboard-user-overall-count-btn {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    justify-content: flex-end;
    text-decoration: underline
}

.header-h4-title {
    display: flex;
    justify-content: space-between
}

.agent-title {
    color: #000
}

.cutting-name {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.cuttingbg-white {
    background-color: #fff
}

.font-16-cutting {
    font-size: 16px !important
}

.cuttinglay-lay {
    background-color: #faa9ba
}

.cuttinglay-back {
    background-color: #72bbef
}

.cutting-highlight {
    color: #016a82 !important;
    text-decoration: underline
}

.cuttingfont-14 {
    font-size: 14px !important
}

.btn.betplace.disabled,
.btn.betplace:disabled {
    background-color: #565656;
    background-image: linear-gradient(#565656, #565656);
    border: 1px solid #565656;
    color: #fff;
    opacity: .65
}

.combobooktr {
    display: inline-block;
    padding: 2px 3px;
    position: relative;
    width: 33.33%
}

.vimeo-iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.vimeo-iframe-parent-div {
    padding: 56.25% 0 0;
    position: relative
}

.vimeo-iframe-parent-div .btncloseset {
    color: #fff;
    opacity: 1;
    padding: 2px 5px;
    position: absolute;
    right: 8px;
    text-shadow: none;
    top: 8px;
    z-index: 999
}

.vimeo-iframe-parent-div .btncloseset:hover {
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    padding: 2px 5px
}

#splashscreenmodalpopup .modal-dialog {
    margin: 1.75rem auto;
    max-width: 400px
}

.react-tel-input .form-control {
    border: 1px solid #288190;
    border-radius: 0;
    font-size: 14px;
    width: 98%
}

.react-tel-input .flag-dropdown,
.react-tel-input .selected-flag {
    border-radius: 0
}

.react-tel-input .flag-dropdown {
    border: 1px solid #288190
}

.submit-btn-disabled,
.submit-btn-disabled:hover {
    background-color: #ccc;
    background-image: linear-gradient(#ccc, #ccc);
    border: 1px solid #ccc
}

.iframescoreboard-cricket {
    margin: 0 -8px
}

.splash-image-parent-div .btncloseset {
    color: #fff;
    opacity: 1;
    padding: 2px 5px;
    position: absolute;
    right: 8px;
    text-shadow: none;
    top: 8px;
    z-index: 999
}

.splash-image-parent-div .btncloseset:hover {
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    padding: 2px 5px
}

.splashscreenmodalpopup .close.btncloseset {
    color: #fff;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    position: absolute;
    right: 10px;
    text-shadow: 0 1px 0 #fff;
    top: 10px
}

#splashscreenmodalpopup.videosplashpopup .modal-dialog {
    max-width: 800px !important
}

#splashscreenmodalpopup.horizontalsplashpopup .modal-dialog {
    max-width: 600px !important
}

.splashloader {
    align-items: center;
    background: #000;
    display: flex;
    height: 300px;
    justify-content: center;
    width: auto
}

.pgundr.maintenance-images {
    height: auto;
    width: 49%
}

.pgundr.maintenance-title {
    color: #016a82;
    font-family: tahomabd;
    font-size: 22px;
    margin-bottom: 10PX;
    text-align: center;
    text-transform: uppercase
}

.pgundr.alllbl-maintenance {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 70vh;
    justify-content: center;
    width: 100%
}

.lottery-p-2 {
    height: 36px;
    padding: 1px 2px !important
}

.lottery-inplay {
    color: #000;
    font-family: tahomabd !important
}

.lottery-w75 {
    width: 65% !important
}

.v-align-top {
    vertical-align: top !important
}

.lottery-w25 {
    width: 35% !important
}

.lottery-w25 .btn-back,
.lottery-w25 .btn-lay {
    background-color: #72bbef !important;
    border-left-color: #fff;
    color: #000;
    font-family: tahomabd !important;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-right: 0
}

.border-top1 {
    border-top: 1px solid #dee2e6
}

.p-right-left {
    padding-left: 3px;
    padding-right: 3px
}

.avg-winnerodds {
    margin-right: 3px;
    margin-top: -27px
}

span.match-odds-winnerodds {
    line-height: 16px
}

.analysis-running-market span.in-play-title-winnerodds {
    line-height: 17px
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.winner-right4 {
    right: 4px
}

.winner-top0 {
    top: 0
}

.mobile-minmax-winnerodds {
    color: #000;
    display: none;
    font-size: 12px
}

.min-max-table .width-25-minmax {
    display: inline-block;
    width: 25% !important
}

.spinner {
    animation: rotate 2s linear infinite;
    height: 20px;
    position: relative;
    width: 20px;
    z-index: 999999999
}

.spinner .path {
    stroke: #a1aed4;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite
}

@keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.btn_width {
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    width: 131px
}

.box_bg {
    background-color: #f7f7f8
}

.f_20 {
    color: #000;
    font-size: 20px !important
}

.card-header1 {
    color: #000;
    font-weight: 700
}

.set_btn_p {
    padding: .575rem .75rem
}

.tebal_scroll {
    height: 328px;
    overflow-y: auto
}

.check_detail {
    color: #000 !important;
    font-size: 13px;
    margin-top: 2px
}

.box_shadow {
    border: 2px solid #dee2e6
}

.new-user-datails .user-datails-popup li {
    color: #000;
    font-size: 13px;
    margin-bottom: 7px
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.table_color {
    color: #495057 !important
}

.game_bg {
    background-color: #f1f4f8;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    color: #000;
    padding: 0
}

.game_bg li label {
    color: #3796a8;
    font-weight: 400;
    margin-right: 10px;
    text-align: center
}

.g_font {
    font-size: 14px
}

.g_font,
.g_u_font {
    color: #73819a !important
}

.g_u_font {
    font-size: 13px
}

.g_font_b {
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.g_border {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px
}

.market_f {
    font-size: 11px
}

.tab_m_b_5 {
    margin-bottom: 5px
}

.width-200px {
    width: 200px
}

#lastloginmdl .modal-dialog {
    margin: 1.75rem auto;
    max-width: 700px !important;
    width: 700px !important
}

.mx-h400 {
    height: 420px;
    overflow-y: auto
}

.casinobetmobilehide {
    display: none
}

.gblock {
    padding: 15px
}

.captchabox {
    align-items: center;
    background-color: #d3d3d3;
    border: 1px solid #adadad;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 10px;
    width: 100%
}

.captchabox-6 {
    width: 50%
}

.captcha-ref-box {
    align-items: center;
    display: flex;
    justify-content: center
}

.captchabox-6 input.field {
    border-radius: 5px !important;
    width: 80%
}

.captchabox-6 input.field .fa {
    color: #000 !important;
    margin-left: 5px !important
}

.w-100 {
    width: 100%
}

.form-control.form-font-small {
    font-size: 11px;
    padding: 1px 5px
}

.captchabox-6 .fa {
    color: #000 !important;
    font-size: 14px
}

.table-striped tr.disable-trbg {
    background-color: #53535370 !important
}

.table-striped tr.active-trbg {
    background-color: #ff770070 !important
}

.branch-assign {
    align-items: baseline;
    display: flex;
    justify-content: space-between !important
}

.branchw30 {
    width: 30px !important
}

.branchrw-150 {
    width: 110px !important
}

.active30 {
    width: 20px !important
}

.activepadding5 {
    padding: 5px !important
}

.assignname {
    color: #000;
    font-size: 14px;
    margin-right: 5px !important
}

.assignspan {
    display: flex;
    flex-wrap: wrap
}

.br-1-p-10 {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px
}

.modal-body.ifsc-modalbg {
    background-color: #fff !important;
    color: #000 !important;
    padding: 16px 16px 0
}

.password-validation-text {
    font-size: 12px !important
}

.success-text {
    color: var(--success) !important
}

.from-to {
    align-items: baseline;
    display: flex;
    position: relative
}

.from-to-title {
    background-color: #a9a9a9;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #000;
    font-size: 12px;
    height: 30px;
    max-width: 45px;
    padding: 5px 7px;
    position: absolute;
    width: 45px
}

.from-to input.form-control {
    padding-left: 47px
}

.auto-withdraw-modal-spinner-div {
    background-color: #00000026;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.auto-withdraw-modal-spinner {
    height: 40px;
    top: 35%;
    width: 40px
}

.loginlogoimg {
    margin-left: 20px
}

.socialmedia label {
    color: #000;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 4px
}

.socialmedia .form-group {
    margin-bottom: 7px
}

.social-title-text {
    color: #000;
    font-size: 16px !important;
    font-weight: 700
}

.social-demo-text {
    color: #1d1d1d;
    font-size: 12px
}

.social-feedback-img {
    float: right;
    width: 100px
}

.react-select__value-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    font-size: 14px !important;
    overflow-x: auto !important
}

.react-select__menu {
    font-size: 14px !important
}

#splashscreenmodalpopup .modal-dialog.square-popup {
    margin: 1.75rem auto;
    max-width: 800px !important
}

#splashscreenmodalpopup .modal-dialog.square-popup .modal-body {
    max-height: calc(98vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px
}

#splashscreenmodalpopup .modal-dialog.landscape-popup {
    margin: 1.75rem auto;
    max-width: 1100px !important
}

#splashscreenmodalpopup .modal-dialog.landscape-popup .modal-body {
    max-height: calc(98vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px
}



.ballrunning-fancy:after,
.br-full:after,
.suspended-event:after,
.suspended-fancy:after {
    background: url(https://images.staticcontent.io/rde/aimg/fancy.png) #00000080
}

.bets .back-all,
.bets .lay-all {
    background-image: url(https://images.staticcontent.io/rde/aimg/main-s1.png)
}

.treeview .hitarea {
    background: url(https://images.staticcontent.io/rde/aimg/treeview-default.gif) -64px -25px no-repeat
}

.treeview li {
    background: url(https://images.staticcontent.io/rde/aimg/treeview-default-line.gif) 0 0 no-repeat
}

.treeview li.lastExpandable,
li.lastCollapsable {
    background-image: url(https://images.staticcontent.io/rde/aimg/treeview-default.gif)
}

.treeview-black li {
    background-image: url(https://images.staticcontent.io/rde/aimg/treeview-black-line.gif)
}

.treeview-black .hitarea,
.treeview-black li.lastCollapsable,
.treeview-black li.lastExpandable {
    background-image: url(https://images.staticcontent.io/rde/aimg/treeview-black.gif)
}


.treeview,
.treeview ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.sidetree {
    background: #fff;
    font-size: 12px;
    padding: 2px 5px
}

.treeview ul {
    background-color: initial;
    margin-top: 4px
}

.treeview li span {
    font-size: 12px
}

.treeview .hitarea {
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: -16px;
    width: 16px
}

* html .hitarea {
    display: inline;
    float: none
}

.treeview li {
    margin: 0;
    padding: 3px 0 3px 16px
}

.treeview a.selected {
    background-color: initial
}

#treecontrol {
    display: none;
    margin: 1em 0
}

#sidebar ul.treeview li a {
    font-size: 12px !important;
    padding: 0 !important
}

.treeview .hover {
    cursor: pointer;
    font-size: 12px
}

.treeview li.collapsable,
.treeview li.expandable {
    background-position: 0 -176px
}

#sidebar ul.treeview li.collapsable a.selected {
    background: #0000 !important;
    font-size: 14px !important
}

.treeview .expandable-hitarea {
    background-position: -80px -3px
}

.treeview li.lastCollapsable span {
    font-size: 12px
}

.treeview li.last {
    background-position: 0 -1766px
}

.treeview li.lastCollapsable {
    background-position: 0 -50px;
    background: #0000 !important
}

.treeview li.lastExpandable {
    background-position: -32px -67px;
    font-size: 14px
}

.sidetree .font-16 {
    font-size: 16px !important
}

.sidetree .font-16,
.treeview a.eventname {
    color: #42c2e2 !important;
    display: inline-block;
    margin-left: 6px;
    margin-top: -6px !important
}

.treeview a.eventname {
    font-size: 12px !important;
    font-weight: 700
}

.treeview a.eventtext {
    color: #000 !important;
    display: inline-block;
    font-size: 12px !important;
    margin-left: 6px;
    margin-top: -6px !important
}

.sidetree-check .checkmark1 {
    height: 18px;
    left: 10px;
    top: -15px;
    width: 18px
}

.sidetree-check .checkboxx .checkmark1:after {
    height: 10px;
    left: 7px;
    top: 3px;
    width: 5px
}

.treeview a span.font-18 {
    color: #42c2e2 !important;
    font-size: 16px !important;
    margin-left: 6px
}

.treeview a span.font-18,
.treeview a.edit-pop {
    display: inline-block;
    font-weight: 700;
    margin-top: -6px !important
}

.treeview a.edit-pop {
    color: #000 !important;
    font-size: 12px !important;
    margin-left: 12px
}

.table.event-con-popup td,
.table.event-con-popup th {
    border-top: #0000
}

.event-con-popup span {
    font-size: 12px;
    font-weight: 700
}

.event-con-popup .checkmark1 {
    top: -8px
}

.event-con-popup .update-btn {
    background: #0cb3ea;
    border: #0000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    padding: 4px 10px
}

.event-con-popup .update-btn:focus {
    border: #0000;
    outline: none
}

.event-con-popup .bor-bot-1 {
    border-bottom: 1px solid #dee2e6
}

.event-con-popup .t-match {
    display: inline-block;
    min-width: 100px
}


.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal;
    margin-left: 0
}

.flaticon-line-chart:before {
    content: "\f100"
}

.flaticon-earth:before {
    content: "\f101"
}

.flaticon-cricket-ball:before {
    content: "\f102"
}

.flaticon-tennis-ball:before {
    content: "\f103"
}

.flaticon-home:before {
    content: "\f104"
}

.flaticon-football:before {
    content: "\f105"
}

.flaticon-jumping-horse-with-jockey-silhouette:before {
    content: "\f106"
}

.flaticon-documents:before {
    content: "\f107"
}

.flaticon-calendar:before {
    content: "\f108"
}

.flaticon-clock:before {
    content: "\f109"
}

.flaticon-television:before {
    content: "\f10a"
}

.flaticon-television-1:before {
    content: "\f10b"
}

.flaticon-sports-and-competition:before {
    content: "\f10c"
}

.flaticon-cricket:before {
    content: "\f10d"
}

.flaticon-sport:before {
    content: "\f10e"
}

.flaticon-tv:before {
    content: "\f10f"
}

.flaticon-croupier:before {
    content: "\f110"
}

.flaticon-poker-chip:before {
    content: "\f111"
}

.flaticon-casino:before {
    content: "\f112"
}

.flaticon-jackpot:before {
    content: "\f113"
}

.flaticon-slot-machine:before {
    content: "\f114"
}

.flaticon-slot:before {
    content: "\f115"
}

.flaticon-bet:before {
    content: "\f116"
}

.flaticon-poker-chip-1:before {
    content: "\f117"
}

.loginbg {
    background-color: #18b0c8;
    background-image: linear-gradient(#022c43, #18b0c8)
}

.login {
    background: #000;
    border: 4px solid #3e3737
}

.login h3 {
    color: #312f3d
}

.login-bt {
    background-color: #6fe3f5;
    background-image: linear-gradient(-180deg, #6fe3f5, #065265);
    border: 1px solid #6fe3f5;
    color: #fff
}

.login-bt:focus,
.login-bt:hover {
    background-color: #287a88;
    background-image: linear-gradient(#287a88, #287a88);
    border: 1px solid #287a88;
    color: #fff
}

.login label {
    color: #fff
}

header {
    background-color: #18b0c8;
    background-image: linear-gradient(#022c43, #18b0c8)
}

#mySidebar ul.components {
    border-bottom: 1px solid #1a98ae
}

#mySidebar ul li a {
    border-top: 1px solid #1a98ae;
    color: #fff
}

#mySidebar ul li a:hover {
    background: #42c2e2;
    color: #fff
}

#mySidebar ul li a.active {
    background: #274396;
    color: #fff
}

.bg-hover {
    background: #3e3737
}

#menu li.active {
    background-image: linear-gradient(#4d6cc7, #274396)
}

#menu li.active,
#mySidebar li.active {
    background-color: #274396
}

.list-unstyled.collapse.show {
    background: #274396
}

.footer {
    background-color: #5ecbdd;
    background-image: linear-gradient(#5ecbdd, #146578)
}

.footer p {
    color: #fff
}

.w3-sidebar {
    background-color: #146578;
    background-image: linear-gradient(#146578, #4ebbcd)
}

.w3-bar-block .w3-bar-item {
    background-color: #274396;
    background-image: linear-gradient(#274396, #274396);
    color: #fff
}

#menu .sub-menu {
    background-color: #5771c0;
    background-image: linear-gradient(#5771c0, #5771c0)
}

#menu a:hover {
    background-color: #16a4bc;
    background-image: linear-gradient(#16a4bc, #16a4bc);
    color: #fff
}

#menu .sub-menu a:hover,
.btn-blue {
    color: #fff
}

.btn-blue {
    background-color: #5ecbdd;
    background-image: linear-gradient(#5ecbdd, #146578);
    border: 1px solid #146578
}

.btn-blue:focus,
.btn-blue:hover {
    background-color: #146578;
    background-image: linear-gradient(#146578, #5ecbdd);
    border: 1px solid #72bbef;
    box-shadow: none;
    color: #fff
}

.btn-blue.active {
    background-color: #11859c;
    background-image: linear-gradient(#11859c, #181818);
    border: 1px solid #72bbef;
    color: #fff
}

.bg-dark {
    background-color: #717171 !important
}

.modal-header {
    background-color: #5ecbdd !important;
    background-image: linear-gradient(#5ecbdd, #146578) !important
}

.edit-btn {
    background-color: #000;
    background-image: linear-gradient(#545454, #000);
    border: 1px solid #000;
    color: #fff
}

.edit-btn:focus,
.edit-btn:hover {
    background-color: #3e3737;
    border-color: #3e3737;
    color: #fff
}

.fancy-listing label,
.m-title,
.text-blue {
    color: #000
}

.m-title {
    font-weight: 600
}

.liev-opt-btn,
.liev-opt-btn:focus,
.liev-opt-btn:hover {
    background-color: #3e3737;
    border-color: #3e3737;
    color: #fff
}

.liev-opt-btn.active {
    background: #eedbb0;
    color: #000
}

.checkmark {
    background-color: #eee
}

.radiobox:hover input~.checkmark {
    background-color: #ccc
}

.radiobox input:checked~.checkmark {
    background-color: #000
}

.radiobox .checkmark:after {
    background: #fff
}

.slider {
    background-color: #ccc
}

.slider:before {
    background-color: #fff
}

input:checked+.slider {
    background-color: #000
}

input:focus+.slider {
    box-shadow: 0 0 1px #000
}

.checkmark1 {
    background-color: #eee;
    border: 1px solid #000
}

.checkboxx:hover input~.checkmark1 {
    background-color: #ccc
}

.checkboxx input:checked~.checkmark1 {
    background-color: #000
}

.bg-trans {
    background: #0000 !important
}

span.in-play-title {
    color: #1f194d
}

.br-top {
    border-top: 1px solid #ddd
}

hr.hr1 {
    border-top: 1px solid #eee
}

fieldset {
    border: 1px solid #000
}

.game-title,
.game-title-small,
.input-title,
.supermaster label,
legend {
    color: #000
}

.bg-light-table {
    background: #f9f9f9 !important
}

.min-max-table {
    background: #f9f9f9
}

#example_filter label,
#example_info {
    color: #000
}

#example thead {
    background-color: #016a82;
    color: #fff
}

.green-box {
    background: green
}

.blue-box {
    background: #274396
}

.red-box {
    background: red
}

.yellow-box {
    background: #ff0
}

.slast-box {
    background: coral
}

#example_wrapper .buttons-pdf {
    background: #cb0606
}

#example_wrapper .buttons-excel {
    background: #274396
}

#example_wrapper .btn-group {
    display: inline !important
}

.lst-pop label {
    color: #000
}

.lst-pop input,
.lst-pop textarea {
    border: 1px solid #000;
    color: #000
}

.lst-pop .popup-box {
    background-color: #5dc9db;
    border: 1px solid #288190;
    color: #000
}

.pop-edit-btn {
    background-color: #5ecbdd;
    background-image: linear-gradient(#5ecbdd, #146578);
    border: 1px solid #5ecbdd;
    color: #fff !important
}

.pop-edit-btn:focus,
.pop-edit-btn:hover {
    background-color: #146578;
    background-image: linear-gradient(#146578, #5ecbdd);
    border: 1px solid #5ecbdd;
    box-shadow: none;
    color: #fff !important
}

.event-menu .btn-primary.active {
    background-color: #000;
    background-image: linear-gradient(#545454, #000);
    border: 1px solid #000;
    color: #fff !important
}

.event-menu .btn-primary {
    background-color: #061d5f;
    background-image: linear-gradient(-180deg, #7296ff, #061d5f);
    border: 1px solid #061d5f;
    box-shadow: none;
    color: #000 !important
}

.event-menu .btn-primary:focus,
.event-menu .btn-primary:hover {
    background-color: #7296ff;
    background-image: linear-gradient(-180deg, #061d5f, #7296ff);
    border: 1px solid #7296ff;
    box-shadow: none;
    color: #000 !important
}

.import-event label {
    color: #000;
    font-size: 12px
}

.import-event .error {
    color: red;
    font-size: 10px
}

.import-event .place-bet-btn {
    background-color: #000;
    background-image: linear-gradient(#545454, #000);
    border: 1px solid #000;
    color: #fff !important
}

.import-event .place-bet-btn:focus,
.import-event .place-bet-btn:hover {
    background-color: #061d5f;
    background-image: linear-gradient(-180deg, #7296ff, #061d5f);
    border: 1px solid #061d5f;
    box-shadow: none;
    color: #000 !important
}

.series-title {
    color: #000
}

.import-btn {
    background: #000;
    color: #fff
}

.lay-rt {
    background: #f9a8b9
}

.back-rt {
    background: #8dd2f0
}

.text-green {
    color: #248c09
}

.text-red {
    color: #f70034
}

.fanbtn {
    background-color: #3e3737;
    border-color: #3e3737;
    color: #fff
}

.hand {
    color: #000 !important
}

.tby {
    background-color: #274396
}

.tbr,
.tby {
    color: #fff
}

.tbr {
    background-color: #cb0707
}

.bg-gr {
    background: #eee;
    color: #000
}

.btn-history {
    background: #3e3737 !important;
    border-color: #3e3737 !important;
    color: #fff !important
}

.marketanalysisbox {
    background-color: #fff;
    border: 1px solid #159eb6;
    color: #000
}

.marketanalysisbox .topbox {
    background-color: #159eb6;
    color: #fff !important
}

.topboxlink {
    color: #1b1818
}

.bor-right {
    border-right: 1px solid #ecedee
}

.bblack {
    background-color: #000 !important;
    border: 1px solid #000 !important
}

.analysis-running-market .top {
    background-color: #27a6c3
}

.min-max,
.toptitle {
    color: #fff
}

.back-light-bg1 {
    background: #d7e8f4 !important
}

.matched-btn {
    background-color: #000;
    background-image: linear-gradient(#545454, #000);
    border: 1px solid #000;
    color: #fff
}

.matched-btn:hover {
    background-color: #4b4b4b;
    background-image: linear-gradient(#4b4b4b, #4b4b4b);
    border: 1px solid #4b4b4b;
    color: #fff !important
}

.main-in-play .top {
    background-color: #18b0c8
}

.middle-in-play,
.scorecard {
    background: #274396
}

.scorecard {
    color: #fff
}

.scorecard:before {
    background-color: #0000008c
}

.ball-runs {
    background: #4c4c4c
}

.ball-runs.wicket {
    background: red
}

.ball-runs.six {
    background: #087f23
}

.ball-runs.four {
    background: #ffc11c;
    color: #000 !important
}

.scorecard p {
    color: #fff
}

.lastball-runs {
    background: #5d5d5d;
    color: #fff
}

.mball-runs {
    background: #4c4c4c;
    color: #fff
}

.mball-runs.wicket {
    background: red
}

.mball-runs.six {
    background: #087f23
}

.mball-runs.four {
    background: #ffc11c;
    color: #000 !important
}

.msball-runs {
    background: #5d5d5d;
    color: #fff
}

.scorecard-massage:after {
    background: #000000b3;
    color: #ffc422
}

.ballstatuscricket {
    color: #ffc421
}

.cricket-m-hide .team-1 {
    line-height: 22px
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #001966 !important;
    color: #fff !important
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #16b0c8 !important;
    color: #fff !important
}

.bshadow {
    background: #00708238;
    box-shadow: 0 4px 25px 0 #0000001a
}

.bstitle {
    color: #3e3737
}

.bstitle-small {
    color: #616161
}

.master-balance-detail {
    background: #007082
}

.master-balance-detail li {
    color: #fff
}

.min-max-price {
    color: #000
}

.btn-primary {
    background-color: #000;
    background-image: linear-gradient(#545454, #000);
    border: 1px solid #000;
    color: #fff;
    outline: none
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #274396;
    background-image: linear-gradient(#4d6cc7, #274396);
    border-bottom: 1px solid #274396;
    box-shadow: none;
    color: #fff !important;
    outline: none
}

.page-link {
    background-color: #000;
    background-image: linear-gradient(#545454, #000);
    border: 1px solid #000;
    color: #fff !important
}

.page-item.active .page-link,
.page-link:hover {
    background-color: #274396;
    background-image: linear-gradient(#274396, #274396);
    border: 1px solid #274396;
    color: #fff !important
}

.analysis-running-market table tr td,
.analysis-running-market table tr th {
    border-top: 1px solid #dee2e6
}

@media print {
    #printJS-div #exportall thead {
        background-color: #000;
        color: #fff
    }

    #exportall.table-bordered {
        background: #000 !important;
        color: #fff
    }
}

#printJS-div #exportall.table-bordered {
    background: #000 !important;
    color: #fff
}

#exportall thead {
    background-color: #000;
    color: #fff
}

.grd-background {
    background-color: #27a6c3
}

.checkmark10 {
    background-color: #eee;
    border: 1px solid #000
}

.market-analysis-user-details li label {
    color: #000
}

.market-analysis-user-market-details li label,
.user-market-exposure span {
    color: #274396
}

.bg-dark1 {
    background-color: #016a82 !important;
    color: #fff !important
}

.master-balance-detail .w-25 .toolt .tooltiptext {
    background-color: #000c;
    color: #fff
}

.master-balance-detail .w-25 .toolt .tooltiptext:after {
    border-color: #0000 #0000 #000
}

.eventmaspage .bg-dark {
    background-color: #045662 !important
}

.error-alert {
    background: #ffaeb4
}

.center-box p {
    background-color: #007082;
    color: #fff
}

.game-wrap {
    background-color: #fff;
    box-shadow: 0 1px 6px #00000017;
    -webkit-box-shadow: 0 1px 6px #00000017;
    -moz-box-shadow: 0 1px 6px #00000017;
    color: #000
}

.game-wrap .table tr td,
.game-wrap .table tr td div {
    color: #000
}

.brblumobile {
    background: #ffe1eb
}

.brblumobile td a {
    color: #3e3737
}

.fancytable span.in-play-title {
    color: #000
}

.btn-back,
.btn-lay {
    background-color: #72bbef;
    border-left-color: #fff;
    color: #1e1e1e;
    margin-right: 1%
}

.btn-lay {
    background-color: #faa9ba;
    border-left-color: #fff
}

.tbg {
    background-color: #28a745;
    color: #fff
}

.btn-green {
    background-color: #4ce870;
    background-image: linear-gradient(#4ce870, #0a8125)
}

.btn-green,
.btn-green:hover {
    border: 1px solid #28a745;
    color: #fff
}

.btn-green:hover {
    background-color: #0a8125;
    background-image: linear-gradient(#0a8125, #4ce870)
}

.btn-red {
    background-color: #e44;
    background-image: linear-gradient(#e44, #960a0a)
}

.btn-red,
.btn-red:hover {
    border: 1px solid #cb0707;
    color: #fff
}

.btn-red:hover {
    background-color: #960a0a;
    background-image: linear-gradient(#960a0a, #e44)
}

.client-green {
    background: #2fa20e;
    color: #fff
}

.client-red {
    background: #fb6064;
    color: #fff
}

#menu .sub-menu a,
#toggle-menu {
    background-color: #16a4bc
}

#menu .sub-menu a:hover {
    background-color: #0c889e;
    background-image: linear-gradient(#0c889e, #0c889e)
}

.text-green-mkt-anly {
    color: #036b1b !important
}

.autocomplete-wrapper .item.selected-item,
.autocomplete-wrapper .item:hover {
    background-color: #242424;
    color: #fff
}

.subMenu .sidetree {
    background-color: #d3dcf7
}

.marketanlytitle {
    color: #fff
}

.casinoLeftSide,
.casinoRightSide {
    background: #fff
}

.mycredpart {
    border: 2px dashed #231f1f
}

.lst-pop .mycredpart textarea {
    border: 1px solid #000;
    color: #000
}

.undline {
    color: #231f1f !important
}

.bk-btn {
    background-color: #f8bb12;
    color: #000 !important
}

.count {
    color: #fff
}

.count .two {
    background: #636363;
    border: 1px solid #636363
}

.brblumobile {
    background: #e3e3e3
}

.brblumobile td a,
.fancytable span.in-play-title-m {
    color: #000
}

.dhide {
    display: none !important
}

.event-timmer {
    color: #fac031
}

.event-timmer .l1-txt3 {
    color: #fff
}

.middle-in-play,
.soccerbgbox {
    background: #222
}

.soccerbgbox .scoretime {
    color: #88ea28
}

.soccerbgbox .tscoreboxmain {
    color: #fff
}

.soccerbgbox .tscorebox {
    background-color: #000;
    border: 1px solid #536068
}

.tscorebox1 {
    color: #88ea28
}

.soccerbgbox .scoretimedetails,
.teams-devider {
    color: #fff
}

.tennisbgbox {
    background: #274396
}

table.tennisscore tr td {
    color: #fff !important
}

.tennisbgblack {
    background: #6bc1af;
    color: #fff
}

.tennisscore .points {
    background: #fff;
    color: #000 !important
}

.tennisbgblack .bg-black {
    background: #000 !important;
    color: #fff
}

.col-right-analysis {
    background: #fff;
    color: #fff
}

.soccer-lvnow {
    background-color: #ffeb37
}

.commentary {
    color: #faa9ba
}

.custom-control-label:before {
    background-color: #ef1515;
    border-color: #ef1515
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: green;
    border-color: green
}

.fancybtn-new a {
    background-color: #007082;
    color: #fff
}

.fancybtn-new a,
.fancybtn-new a:hover {
    color: #fff
}

.fancybg {
    background-color: #007082 !important
}

ul.fancy-filter {
    background-color: #007082;
    list-style-type: none
}

ul.fancy-filter li {
    border-right: 1px solid #fff
}

ul.fancy-filter li a {
    color: #fff
}

.fancynew-budge {
    background: red;
    color: #fff
}

ul.fancy-filter li a.active,
ul.fancy-filter li a:hover {
    background-color: #18b0c8;
    color: #fff
}

.fancyplus-icon {
    color: #fff
}

.fancyscrollmenu a.active,
.fancyscrollmenu a:focus,
.fancyscrollmenu a:hover {
    background-color: #18b0c8;
    color: #fff
}

.fancyscrollmenu .fancynew-budge {
    background: red;
    color: #fff
}

.team-name-color {
    color: #fff;
    font-weight: 700
}

.Passcode-visible,
.changePasscode-visible {
    color: #000
}

.br-remove {
    border-radius: 0 !important
}

.zoominout {
    color: #c7c7c7
}

.zoominout.boundry {
    color: #ffc421
}

.zoominout.out {
    color: #ff0606
}

@keyframes txt {
    0% {
        transform: scale(.9)
    }

    25% {
        transform: scale(2)
    }

    60% {
        transform: scale(.9)
    }

    to {
        transform: scale(.9)
    }
}

.runnerid span.mobtextdotted {
    color: #274396
}

.betlocktransparent {
    background-color: initial !important;
    background-image: linear-gradient(#f0f8ff, #f0f8ff) !important
}

.mfancyborderright {
    border-right: 1px solid #fff
}

.fancymassage {
    color: #5e5e5e
}

.fancymass {
    background-color: #3e3737;
    color: #fff
}

.bmmassage {
    color: #b1031a
}

.graphicscore {
    background-color: #274396
}

.graphicscore a,
.graphicscore a:hover {
    color: #fff
}

.h-188 {
    height: 188px
}

.ball-images-tab {
    height: 17px;
    margin-right: 2px;
    padding-right: 2px;
    width: 17px
}

.input-group-addon {
    position: absolute;
    right: 50%;
    top: 6px
}

.input-group-addon .fa {
    color: #3e3737
}

.text-darkblue,
.treeviewtext {
    color: #000
}

.page-item.disabled .page-link {
    border: 1px solid #dee2e6
}

.pink-box {
    background: #eb99e0
}

.floral-box {
    background: #47ee31
}

.navbar-logo i.fa {
    color: #fff
}



/* custom add */
.treeviewnode {
    font-size: 11px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    transition: 0.5s;
}

.modal-backdrop {
    z-index: 1040;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.capcha-validation-text {
    background: url(../images/capture.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
    display: flex;
    color: #000;
    gap: 5px;
    font-size: 19px;
    padding: 0 5px;
    align-items: center;
    justify-content: center;
    line-height: normal;
    height: 26px;
}

.datepicker {
    position: relative;
}

.bootstrap-datetimepicker-widget table td.day {
    padding: 5px;
    font-size: 14px;
}

.bootstrap-datetimepicker-widget table th {
    padding: 5px;
}

.dropdown-item {
    padding: 9px 9px 6px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #000 !important;
}

.subMenu {
    display: none;
}

.treeviewnode {
    width: 150px;
    display: flex;
}

.treeview {
    position: relative;
    padding: 4px 0px 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.treeview svg {
    min-width: 12px;
    height: 12px;
    margin-right: 6px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
}

.inner-submenu {
    height: 0px;
    opacity: 0;
    transform: translate3d(0, 0px, 0px);
    will-change: transform, opacity, height;
    margin-left: 0;
    padding: 4px 0 0;
    border-left: 1px dashed rgba(255, 255, 255, 0.4);
    transition: 0.5s;
}

.inner-submenu .treeview {
    padding: 7px 0px 7px;
}

.inner-submenu .treeview svg {
    opacity: 0.3;
}

.sidetree>ul>li {
    margin-left: 15px;
}

.fantitle {
    width: calc(50% - 4px);
}

ul.game-control.betgamecontrol li {
    margin-right: 0;
}

.eventcontroltable tbody.bg-white {
    display: none;
}

.eventcontroltable.active-table tbody.bg-white {
    display: table-row-group;
}

.eventcontroltable.active-table thead .fa-minus:before {
    content: "\f067";
}

.gamelocktitle .treeview svg{min-width: 14px; height: 14px;}

/* Alert */
@keyframes alertbounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}
@keyframes alertbounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes alerttrackProgress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}
.alert{  opacity: 0; visibility: hidden; pointer-events: none; transition: 1s all ease-in-out; position: fixed; right: 1em; top: 1em; z-index: 999999999; width: 312px; }
.alert.open{opacity: 1; visibility: visible; pointer-events: all;}
.alert .alert-container{border-radius: 4px; box-shadow: 0 1px 10px 0 #0000001a, 0 2px 15px 0 #0000000d; min-height: 64px; display: flex; padding: 12px; background: #e74c3c; font-size: 16px; gap: 10px; align-items: center; color: #fff; position: relative; animation: alertbounceOutRight 1s;}
.alert.error .alert-container{background: #e74c3c; }
.alert.success .alert-container{background: #07bc0c; }
.alert.open .alert-container{ animation: alertbounceInRight 1s;}
.alert .alert-icon svg{ width: 20px; }
.alert .alert-close{margin-left: auto; cursor: pointer;}
.alert .alert-close svg{fill: currentColor; height: 16px; width: 14px; }

.alert-bar { position: absolute; bottom: 0; left: 0; height: 5px; width: 100%; background: #fff; opacity: 0.7; transform-origin: left; z-index: 9999; }
.alert.open .alert-bar { animation: alerttrackProgress linear forwards; animation-duration: 3000ms; }

/* Multilogin page */
.privileges-control { display: grid; grid-template-columns: repeat(5, 1fr); }
.privileges-control span.checkmark1 { top: 3px; }
.privileges-control .checkboxx{ line-height: 1;}
.multilogin-table  { position: relative; padding-left: 450px;}
.multilogin-table  table{ overflow-x: scroll; overflow-y: visible; display: block;  }
.multilogin-table .freezcol { position: absolute; min-width: 150px; max-width: 150px; display: flex; align-items: center; left: 0; }
.multilogin-table .freezcol.col-2 { left: 150px; }
.multilogin-table .freezcol.col-3 { left: 300px; }
.multilogin-table th{ background-color: #016a82; color: #fff;}
.multilogin-table td .fa { font-size: 22px; cursor: pointer; }
.multilogin-table td, .multilogin-table th { height: 40px; padding: 2px 9px; font-size: 14px; vertical-align: middle !important; border-width: 1px !important; }