:root {
    --animate-delay: 0.1s;
}

body {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Mukta', sans-serif;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-weight: 400;
    background-color: transparent;
    color: #262626;
}

body {
    position: relative;
    overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Mukta', sans-serif;
    margin: 0;
}

h1 {
    font-size: 41px;
}

h2 {
    font-size: 33px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
}

p {
    color: #999;
}

a {
    color: #888;
}

a:hover,
a:focus {
    color: #5c6060;
    text-decoration: none;
}

a:active {
    color: #5c6060;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ================================= */


/*===== General =====*/


/* ================================= */

::-webkit-scrollbar-track {
    background-color: #2b2f35;
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #2b2f35;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #53555b;
    height: 0;
    border-radius: 0;
}

.btn {
    font-weight: 500;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-info,
.btn-light,
.btn-dark,
.btn-warning,
.btn-danger {
    border: none;
    color: #F6F6F6;
}

.badge-primary {
    background-color: #ff8a0c;
}

.bg-success {
    background-color: #009D59 !important;
}

.bg-danger {
    background-color: #EE3C00 !important
}

.badge-danger {
    background-color: #F12E5E;
    padding: 5px;
}

.badge-orange {
    background-color: #EC3F00;
    padding: 5px;
    color: #fff;
}

.badge-info {
    padding: 5px;
}

.btn-warning {
    background-color: #ff8a0c;
    color: #333;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
}

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
    width: 100%;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    background: #555;
    border: 1px solid #ff8a0c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ccc !important;
}

.d-blue {
    background-color: #72a8ff !important;
}

.d-pink {
    background-color: #f3964c !important;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    outline: 0;
}

.form-check-input {
    width: 15px;
    height: 30px;
    top: 0;
    line-height: 30px;
    margin-top: 0;
}

table .thead {
    border-color: #f5f5f5;
}

table .thead th,
table tbody td {
    font-size: 12px;
    font-weight: 600;
}

.main-account-statement-block .table {
    color: #f6f6f6;
}

.main-account-statement-block .form-check label {
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #BCBCBC;
}

.table thead th {
    border-bottom: 1px solid #444;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #555;
}

table .thead th {
    color: #f6f6f6;
}

table tbody td {
    color: #f6f6f6;
}

.table td,
.table th {
    vertical-align: middle;
    padding: 5px;
}

.table-bordered td,
.table-bordered th {
    white-space: nowrap;
    font-size: 14px;
    padding: 6px;
}

.table-responsive>.table-bordered {
    margin: 0;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    background-color: #000;
}

.hide-on-small {
    display: block;
}

.hide-on-display {
    display: none;
}

.popover {
    top: -112px !important;
}

.popover-body {
    color: #7e7e7e;
    min-width: 140px;
    top: -15px;
    right: 0px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 9;
    box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
    position: absolute;
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, .25);
    top: -10px;
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
    top: -10px;
}

.bg-light-grey {
    background-color: #EEE;
}

.pagination {
    max-width: 100%;
    overflow: auto;
}

.pagination .page-item.active {
    color: #fff !important;
    background-color: #ff8a0c;
}

.pagination li {
    padding: 2px 8px;
    border: 1px solid #CCC;
    margin: 0 1px;
    border-radius: 4px;
}

.pagination a {
    letter-spacing: 0.5px;
    font-size: 14px;
}

.pagination .page-item {
    border-left: 1px solid lightgray;
}

.pagination li:last-child {
    border-left: 1px solid lightgray;
}

.pagination .disabled a {
    letter-spacing: 0.5px;
    opacity: .65;
    color: #999;
}

.pagination .disabled a:focus {
    color: #999;
}

.font-medium {
    font-size: 13px;
}


/* ================================= */


/*===== Top main header block =====*/


/* ================================= */

.topbar-main-header-block {
    position: fixed;
    top: 0;
    z-index: 999;
    height: 70px;
    width: 100%;
    -webkit-transition: height .5s, line-height .5s;
    transition: height .5s, line-height .5s;
    border-bottom: 1px solid #9D6600;
    background: #111;
}

.topbar-top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.topbar-top-block .top-left-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar-top-block .topbar-content .topbar-info-block {
    display: flex;
    padding: 0 5px;
    align-items: center;
    border-radius: 5px;
    font-weight: 400;
}

.topbar-top-block .topbar-content .topbar-info-block img,
.topbar-top-block .account-menu img {
    filter: invert(1);
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.topbar-top-block .account-menu img {
    margin-right: 5px;
    height: 10px;
    width: 10px;
}

.topbar-main-header-block .topbar-content .dw {
    height: 29px;
    align-items: center;
    display: flex;
    margin-right: 3px;
    background-color: #222;
}

.deposit {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #1E9600 0%, #78ffd6 29%, #0f9b0f 67%, #a8ff78 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.withdrawal {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #c31432 0%, #93291E 29%, #ED213A 67%, #ff5e62 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.topbar-main-header-block .topbar-top-block .quick-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar-top-block .dropdown-item.last {
    color: #DC143C;
    background-color: rgba(220, 20, 60, 0.3)
}

.topbar-top-block .dropdown-item.last:hover {
    color: #DC143C;
    background-color: rgba(220, 20, 60, 0.3)
}

.topbar-top-block .dropdown-item {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #5c6060;
    line-height: 2;
    border: none;
    border-radius: 0;
}

.topbar-top-block .dropdown-item:hover {
    background-color: #ff8a0c;
    color: #030303;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s;
}

.topbar-top-block .dropdown-item .material-icons {
    font-size: 15px;
    text-align: center;
    width: 20px;
    margin-right: 5px;
}

.topbar-top-block .dropdown-item span {
    font-weight: 600;
    text-align: center;
    margin-right: 2px;
    font-size: 12px;
}

.topbar-info-block.topbar-text {
    color: #fff;
    text-align: center;
    padding: 0px 7px !important;
    margin-right: 3px !important;
}

.topbar-top-block .topbar-content .topbar-info-block .topbar-info-heading {
    color: #d3d3d3;
    align-items: center;
    font-size: 12px;
    margin-right: 5px;
}

.topbar-top-block .topbar-content .dropdown-menu.show {
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    right: 0;
    min-width: 230px;
    right: 0;
    left: auto;
    top: 0px !important;
    transition: opacity 0.3s ease;
    background-color: #262626;
    box-shadow: 0 0 10px #000;
}

.topbar-top-block .topbar-content .dropdown-menu.show.gold {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
}

.topbar-top-block .topbar-content .dropdown-menu.show.blue {
    background: linear-gradient(to right, #1368de 0, #4a8ff0 15%, #548ee0 30%, #1567d8 55%, #2869c3 100%) !important;
}

.topbar-top-block .topbar-content .dropdown-menu.show .drop-down.profile {
    border-bottom: none;
}

.topbar-top-block .topbar-content .dropdown-menu.show .drop-down {
    padding: 7.5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease;
}

.topbar-top-block .topbar-content .dropdown-menu.show .drop-down .btn-outline-success {
    border-color: #66ff00;
    background: #222;
    color: #66ff00 !important;
}

.topbar-top-block .topbar-content .dropdown-menu.show .drop-down .btn-outline-danger {
    border-color: #dc3545;
    background: #222;
    color: #dc3545 !important;
}

.topbar-top-block .topbar-content .dropdown-menu.gold.show .drop-down:hover {
    background-color: #222;
}

.topbar-top-block .topbar-content .dropdown-menu.gold.show .drop-down:hover a span {
    color: #FFF;
}

.topbar-top-block .topbar-content .dropdown-menu.show .drop-down.profile {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.topbar-top-block .topbar-content .dropdown-menu.show .drop-down a {
    align-items: center;
    color: #262626;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.topbar-top-block .topbar-content .dropdown-menu.blue.show .drop-down a .material-icons,
.topbar-top-block .topbar-content .dropdown-menu.blue.show .drop-down a {
    color: #FFF;
}

.topbar-top-block .topbar-content .dropdown-menu.blue.show .drop-down a span {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.topbar-top-block .topbar-content .dropdown-menu.show .drop-down a span {
    margin-left: 5px;
    font-weight: 500;
}

.topbar-top-block .topbar-content .dropdown-menu.show .drop-down a .material-icons {
    color: #262626;
}

.topbar-top-block .topbar-content .topbar-info-block .topbar-info-dtl {
    color: #d3d3d3;
    font-size: 12px;
    font-weight: 700;
}

.topbar-top-block .account-menu {
    color: #d3d3d3;
    text-transform: uppercase;
    margin-left: 5px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.top-left-block .topbar-icon {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: 32px;
    line-height: 29px;
    border: 1px solid #ff8a0c;
    border-radius: 30px;
    padding: 0 8px;
    color: #d3d3d3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0s;
    transition: all 0s;
    position: relative;
    overflow: hidden;
}

.top-left-block .topbar-icon .active,
.top-left-block .topbar-icon:hover {
    background-color: transparent;
}

.top-left-block .topbar-icon::after,
.top-left-block .topbar-icon:hover::after {
    right: 0;
    background-color: #ff8a0c;
}

.top-left-block .topbar-icon::after,
.top-left-block .topbar-icon::before {
    opacity: 0;
    -webkit-transform-origin: center center 0 50%;
    transform-origin: center center 0 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: absolute;
    content: "";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.top-left-block .topbar-icon::after {
    opacity: 1;
    top: -1px;
    left: 0;
    right: 100%;
    bottom: 0;
    color: transparent;
    z-index: -1;
    border-radius: 30px;
}

.top-left-block .topbar-icon img {
    width: 15px;
    margin-right: 3px;
}

.topbar-top-block .logo {
    height: 166px;
    line-height: 50px;
    width: auto;
    position: absolute;
    margin-left: 92px;
}

.topbar-top-block .logo img {
    max-width: 200px;
    width: auto;
    height: 100%;
    padding: 0;
    -webkit-transition: all .1s;
    transition: all .1s;
    padding-top: 10px;
    margin-right: 5px;
}

.topbar-top-block .btn-outline-success {
    color: #66ff00;
    border-color: #66ff00;
}

.topbar-top-block .btn-outline-danger {
    color: #ED213A;
    border-color: #ED213A;
}

.topbar-button.login-button {
    margin-right: 10px;
}

.topbar-button .btn-primary {
    padding: 0 20px;
    background-color: #ff8a0c;
    /*  border-radius: 30px;*/
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 5px,
    rgba(0, 0, 0, 0.23) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 5px, rgba(0, 0, 0, 0.23) 0 2px 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;*/
    text-shadow: 1px 1px 5px #777;
}

.topbar-button .login-btn {
    background: linear-gradient(to right, #1368de 0, #4a8ff0 15%, #548ee0 30%, #1567d8 55%, #2869c3 100%) !important;
}

.topbar-button .sign-up-btn {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
}

.topbar-button .btn-primary:hover {
    color: ;
    background-color: #002C96;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.topbar-bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: ;
    height: 40px;
}

.topbar-bottom-left {
    margin-left: 10px;
}

.topbar-bottom-left ul {
    display: flex;
}

.topbar-bottom-left ul li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #dfdfdf;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    height: 20px;
    margin-top: 15px;
    padding: 0 10px;
}

.topbar-bottom-left ul li a.active,
.topbar-bottom-left ul li a:hover {
    background-color: transparent;
}

.topbar-bottom-left ul li a.active::after,
.topbar-bottom-left ul li a:hover::after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.topbar-bottom-left ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.topbar-bottom-left ul li a.router-link-exact-active::before,
.topbar-bottom-left ul li a:hover::before {
    width: 100%;
}

.topbar-bottom-left ul li .inplay {
    border-radius: 30px;
    background: #009FFF;
    background: -webkit-linear-gradient(to left, #ec2F4B, #009FFF);
    background: linear-gradient(to left, #ec2F4B, #009FFF);
}

.topbar-bottom-left ul li img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}


/*search*/

.top-search {
    height: 35px;
}

.top-search .logo-search {
    position: relative;
}

.top-search .input-field ::-webkit-input-placeholder {
    color: #fff;
}

.top-search .input-field input {
    border: none;
    float: left;
    width: 250px;
    background: #6583FF;
    margin-bottom: 0;
    height: 23px;
    border-bottom: none;
    padding: 5px 0 5px 15px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

.top-search .input-field input:focus {
    outline: 0;
    width: 300px;
}

.top-search .input-field .search-input {
    /*  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-position: 65px 5px;
  background-size: auto 25px;*/
    border-radius: 0;
}

.top-search .input-field .material-icons {
    position: absolute;
    right: 8px;
    top: 7px;
    height: auto;
    line-height: 1;
    font-size: 20px;
    color: #fff;
}


/* ================================= */


/*===== Left side main block =====*/


/* ================================= */

.left-side-main-block {
    margin-top: 70px;
    background-color: #262626;
    padding-bottom: 0;
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 232px;
    /*border-right: 1px solid #714000;*/
}

.left-panel-block {
    padding: 10px;
}

.left-panel-block .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #333;
    background-color: transparent;
}

.left-panel-block .accordion .card-header {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 35px;
    display: block;
}

.left-panel-block .accordion .card-header:hover {
    background-color: #262626;
    transition: all 0.2s;
    border-left: 2px solid #ff8a0c;
}

.left-panel-block>.accordion {
    padding: 10px 0;
}

.left-panel-block .accordion .card-header.active:active {
    background-color: #eee;
}

.left-panel-block .accordion .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-panel-block .accordion .card-header img {
    width: 20px;
    opacity: 1;
    filter: invert(1);
}

.left-panel-block .accordion .card-header .item {
    display: flex;
    align-items: center;
}

.left-panel-block .accordion .card-header .item span {
    font-size: 13px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.8;
}

.left-panel-block .accordion .btn-link {
    text-decoration: none;
    color: #fff;
}

.left-panel-block .accordion .btn-link.collapsed .plus {
    transition: 0.30s;
    -webkit-transition: 0.30s;
    -moz-transition: 0.30s;
    -ms-transition: 0.30s;
    -o-transition: 0.30s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.left-panel-block .accordion .btn-link .plus {
    transition: 0.30s;
    -webkit-transition: 0.30s;
    -moz-transition: 0.30s;
    -ms-transition: 0.30s;
    -o-transition: 0.30s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.left-panel-block .accordion .card .card-body {
    background-color: #333;
    padding: 0;
}


/*.left-panel-block .accordion .card .card-body .leagues:before,
.left-panel-block .accordion .card .card-body .event-name:before {
  position: absolute;
  content: "";
  border-radius: 3px;
  height: 80%;
  width: 2px;
  top: 50%;
  bottom: 5px;
  transform: translateY(-50%);
}
.left-panel-block .accordion .card .card-body .leagues:before {
  background-color: #fff;
}*/

.left-panel-block .accordion .card .card-body .event-name:before {
    background-color: #ff8a0c;
}

.left-panel-block .accordion .card .card-body .leagues,
.left-panel-block .accordion .card .card-body .event-name {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
    padding: 10px 15px;
}


/* ================================= */


/*===== Right side main block =====*/


/* ================================= */

.right-side-main-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 70px;
    height: auto;
    width: 390px;
    z-index: 1;
    background-color: #262626;
    overflow-x: scroll;
    padding: 10px;
    /*border-left: 1px solid #714000;*/
}

.right-side-main-block .title {
    background-color: #262626;
    margin-bottom: 12px;
}

.right-side-main-block .title.sports {
    margin-bottom: 0;
    background-color: #333;
}

.right-side-main-block .live-stream {
    background-color: #ff8a0c;
}

.right-side-main-block .live-stream a {
    color: #333;
}

.right-side-main-block .livecasino-block {
    width: 100%;
    overflow: scroll;
}

.livecasino-block .casino-slider .title,
.title.sports {
    padding: 5px 0;
    width: 100%;
    /*  background-color: #ff8a0c;*/
    border-bottom: 1px solid #ff8a0c;
}

.livecasino-block .casino-slider .title h3,
.title.sports h3 {
    padding: 0 10px;
    font-size: 13px;
    text-align: left;
    margin-bottom: 0;
    line-height: 28px;
    margin-top: 0;
    color: #ff8a0c;
    font-weight: 600;
    cursor: default;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    text-transform: uppercase;
}

.title.sports a {
    padding: 0 !important;
    color: #ff8a0c;
}

.title.sports .material-icons {
    font-size: 20px !important;
    padding-right: 10px;
}


/*.livecasino-block .casino-slider .title h3:after,
.title.sports h3:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #ff8a0c;
}*/

.livecasino-block .casino-slider .game-slider {
    padding: 0;
}

.livecasino-block .casino-slider .game-slider .d-flex {
    gap: 8px;
}

.livecasino-block .casino-slider .game-slider .game-item {
    height: auto;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    margin: 2px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 1;
    border: 1px solid transparent;
    flex: 175px;
}

.livecasino-block .casino-slider .game-slider .game-item .thumb {
    margin-bottom: -5px;
}

.livecasino-block .casino-slider .game-slider .game-item:hover::before {
    opacity: .8;
    background-color: #fff;
    background-image: linear-gradient(#3f3f4f 10%, #000 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.livecasino-block .casino-slider .game-slider .game-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.livecasino-block .casino-slider .game-slider .game-item .thumb img.responsive-img {
    max-width: 100%;
    height: auto;
}

.livecasino-block .casino-slider .game-slider .game-item .play-btn {
    -webkit-transition: .7s;
    transition: .7s;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%) scale(1);
    z-index: 9;
    height: 16px;
    line-height: 1.1;
    opacity: 0;
    color: #FFF;
}

.livecasino-block .casino-slider .game-slider .game-item .play-btn i {
    font-size: 30px;
}

.livecasino-block .casino-slider .game-slider .game-item:hover .play-btn {
    /*transform: translateY(10px);*/
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
    width: auto;
    height: auto;
}

.livecasino-block .casino-slider .game-slider .game-item .play-btn a {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    letter-spacing: .2px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
    color: #ff8a0c;
}

.livecasino-block .casino-slider .game-slider .game-item .game-thumb-home-info {
    transition: all 0.3s ease;
}

.livecasino-block .casino-slider .game-slider .game-item:hover .game-thumb-home-info {
    opacity: 0;
}


/* ================================= */


/*===== Left side main block =====*/


/* ================================= */

{
    min-width: auto;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: calc(100% - 0px);
    margin-top: 110px;
    min-height: calc(100vh - 100px);
}

.main-content-block {
    padding-left: 243px;
    width: 100%;
    height: auto;
    padding-right: 11px;
    margin-top: 80px;
}

.main-content-block .form-group label {
    color: #ddd;
}

.main-content-block .modal-header {
    background-color: #333;
}

.main-content-block.with-right-side-bar {
    padding-right: 400px;
}

.main-content-block.full-wrap {
    padding-right: 10px;
}

.main-content-block .slider-item img {
    border-radius: 5px;
}

.main-content-block .main-tabs {
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    margin: 5px 0;
    /*  border-radius: 20px;*/
}

.main-content-block .main-tabs .game-list {
    background-color: #111;
    overflow: hidden;
    overflow-x: scroll;
}

.main-content-block .main-tabs .game-list .game-list-tab {
    display: flex;
}

.main-content-block .game-list .owl-carousel .owl-stage-outer {
    display: none;
}

.main-content-block .game-list .owl-carousel .owl-stage {
    display: flex;
}

.main-content-block .owl-carousel.owl-loaded {
    display: flex;
}

.main-content-block .banner .owl-carousel.owl-loaded {
    display: block;
}

.main-content-block .game-list .item .active {
    background-color: #222;
    /*background: linear-gradient(180deg, #ff8a0c 0%, #222 100%);*/
}

.main-content-block .game-list .item .active .img-main-block {
    background-color: #ff8a0c;
}

.main-content-block .game-list .item .active h6 {
    color: #ff8a0c;
}

.main-content-block .game-list .item a {
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    color: #222;
    display: block;
    padding-top: 8px;
    position: relative;
    min-width: 90px;
    padding-bottom: 6px;
}

.main-content-block .game-list .item a:hover {
    outline: 0;
}

.main-content-block .game-list .item a:hover img {
    transform: scale(1.05);
    transition: all .5s;
}


/*.main-content-block .game-list .item a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ff8a0c;
  -webkit-transition: .5s;
  transition: .5s;
}*/

.main-content-block .game-list .item.disabled a.active::before,
.main-content-block .game-list .item.disabled a:hover::before {
    width: 0;
}

.main-content-block .game-list .item a.active::before,
.main-content-block .game-list .item a:hover::before {
    width: 100%;
}

.main-content-block .game-list .img-main-block {
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 3px;
    background-color: #4A4A4A;
    border-radius: 50%;
}

.main-content-block .game-list img {
    width: 70% !important;
    margin: 0 auto;
    margin-top: 5px;
    filter: drop-shadow(0px 0px 4px #FFF) invert(1);
}

.main-content-block .game-list h6 {
    padding: 10px 0 5px 0px;
    color: #fff;
    transform: scale(1.2);
    transition: all .5s;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .2s;
}

.main-content-block .game-list .item .match-count {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 15px;
    height: 12px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
    display: block;
    background-color: #FFF;
}

.main-content-block .game-list .item .match-count.inplay {
    background-image: linear-gradient(180deg, #fb3434 0, #e80505 100%);
}

.main-content-block .game-list .item .match-count strong {
    color: #030303;
}

.main-content-block .owl-nav button.owl-next,
.main-content-block .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ff8a0c !important;
    width: 20px;
    height: 25px;
    padding: 3px;
    color: #000 !important;
    outline: 0;
    font-size: 26px;
    opacity: 1;
    -webkit-box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    font-size: 18px !important;
    margin: 0;
    line-height: 1px !important;
}

.main-content-block .owl-nav button.owl-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.main-content-block .owl-nav button.owl-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.owl-theme .owl-nav [class*='owl-']:active,
.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #ff8a0c !important;
    -webkit-box-shadow: rgb(99 99 99 / 5%) 0 2px 8px 0;
    box-shadow: rgb(99 99 99 / 5%) 0 2px 8px 0;
}

.main-content-block .main-tabs .chart-content {
    background-color: #262626;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.chart-content .chart-body {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
    padding-bottom: 5px;
}

.chart-content .chart-body.not-found-block {
    padding: 10px 15px;
    margin: 0;
    background-color: #333;
    color: #ddd;
}

.chart-content .chart-body .chart-body-header {
    font-size: 14px;
    color: #5c6060;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 10px;
}

.chart-content .chart-body .chart-body-header .display-initial {
    width: 66.66%;
}

.chart-content .chart-body .chart-body-header .chart-body-heading-details {
    width: 33.33%;
}

.chart-content .chart-body .chart-body-header .chart-body-heading-details {
    text-align: center;
}

.chart-content .chart-body .chart-body-header .chart-body-heading-details span {
    width: 95px;
}

.main-content-block .main-tabs .market-list {
    padding: 0;
    position: relative;
}

.main-content-block .main-tabs .market-list .market-data {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 8px;
    border-radius: 0px;
    position: relative;
    border-bottom: 1px solid rgba(255, 184, 12, 0.1);
    background-color: #222;
    cursor: pointer;
}

.main-content-block .main-tabs .market-list .market-data::before,
.main-content-block .main-tabs .market-list .market-data::after {
    opacity: 0;
    -webkit-transform-origin: center center 0 50%;
    transform-origin: center center 0 50%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    content: attr(data-effect);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.main-content-block .main-tabs .market-list .market-data::after {
    opacity: 1;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    color: transparent;
    z-index: 0;
    border-radius: 5px;
}


/*.main-content-block .main-tabs .market-list .market-data:hover::after {
  right: 0;
  background-color: #e3e3e3;
}*/

.main-content-block .main-tabs .market-list .market-data .markets {
    display: flex;
    align-items: center;
}

.main-content-block .main-tabs .market-list .market-data:hover .markets {
    position: relative;
    z-index: 1;
}

.main-content-block .main-tabs .market-list .market-data .markets .market-left {
    position: relative;
    width: 66.66%;
    padding-right: 8px;
}

.main-content-block .main-tabs .market-list .market-data .markets .market-left .league-name {
    color: #fff;
}

.main-content-block .main-tabs .market-list .market-data .markets .market-left .league-detail {}

.market-data .markets .market-left .date-height {
    display: block;
    float: left;
    height: 42px;
}

.market-data .markets .market-left .date-height .date-time {
    width: 68px;
    height: 42px;
    border-radius: 5px;
    color: #5c6060;
    text-align: center;
    font-weight: 600;
    background-color: #444;
    padding: 6px 1px;
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
}

.market-data .markets .market-left .date-height .inplay {
    position: relative;
    background-image: linear-gradient(to right, #58CCED -30%, #ff8a0c 20%, #ff8a0c 130%);
    color: #ff8a0c;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    text-transform: initial;
}

.market-data .markets .market-left .date-height .in-play {
    position: relative;
    color: #ff8a0c;
    text-decoration: none;
    overflow: hidden;
    background: #111;
}

.market-data .markets .market-left .date-height .in-play span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #171618, #ff8a0c);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.market-data .markets .market-left .date-height .in-play span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, #171618, #ff8a0c);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.market-data .markets .market-left .date-height .in-play span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #171618, #ff8a0c);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.market-data .markets .market-left .date-height .in-play span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to top, #171618, #ff8a0c);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.market-data .markets .market-left .date-height .date-time.in-play .time,
.market-data .markets .market-left .date-height .date-time.in-play .date {
    color: #ff8a0c;
}

.cube {
    transition: transform 2s ease-in;
    transform-style: preserve-3d;
    width: 68px;
    height: 30px;
    padding: 6px 1px;
    float: left;
    margin-right: 10px;
}

.cube.cube2 {
    animation: vertical-spin 5s infinite linear;
}

.cube .box {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    /*  text-transform: uppercase;*/
    /*  letter-spacing: 0.08em;*/
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cube .box.front {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    transform: translateZ(15px);
}

.cube .box.box2.front {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
}

.cube .box.back {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    transform: translateZ(-15px) rotateY(180deg);
}

.cube .box.box2.back {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    transform: translateZ(-15px) rotateX(-180deg);
}

.cube .box.top {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    transform: rotateX(-90deg) translateY(-15px);
    transform-origin: top center;
}

.cube .box.box2.top {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    transform: rotateX(90deg) translateY(-15px);
}

.cube .box.bottom {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    transform: rotateX(90deg) translateY(15px);
    transform-origin: bottom center;
}

.cube .box.box2.bottom {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    transform: rotateX(-90deg) translateY(15px);
}

.cube .box.left {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    transform: rotateY(270deg) translateX(-15px);
    transform-origin: center left;
}

.cube .box.box2.left {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
}

.cube .box.right {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    transform: rotateY(-270deg) translateX(15px);
    transform-origin: top right;
}

.cube .box.box2.right {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
}

@keyframes horizontal-spin {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(360deg);
    }
}

@keyframes vertical-spin {
    from {
        transform: rotateX(0);
    }
    to {
        transform: rotateX(360deg);
    }
}

@-webkit-keyframes flash-line {
    0%,
    100% {
        clip: rect(0, 75px, 2px, 0);
    }
    25% {
        clip: rect(0, 2px, 75px, 0);
    }
    50% {
        clip: rect(45px, 75px, 75px, 0);
    }
    75% {
        clip: rect(0, 75px, 75px, 45px);
    }
}

@keyframes flash-line {
    0%,
    100% {
        clip: rect(0, 75px, 2px, 0);
    }
    25% {
        clip: rect(0, 2px, 75px, 0);
    }
    50% {
        clip: rect(45px, 75px, 75px, 0);
    }
    75% {
        clip: rect(0, 75px, 75px, 45px);
    }
}

.market-data .markets .market-left .date-height .animate {
    /* overflow: hidden;
  position: relative;
  float: right;
  width: 73px;
  height: 40px;
  left: 2px;
  top: -4px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.market-data .markets .market-left .date-height .animate .time_date {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.market-data .markets .market-left .date-height .animate .inplay-text {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
    position: absolute;
    top: 11px;
    left: 5px;
}

.market-data .markets .market-left .date-height .animate .flip-animation {
    -webkit-animation: flip-1 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
    animation: flip-1 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

.market-data .markets .market-left .date-height .animate .flip-animation li {
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 0;
    height: 39px;
    margin-bottom: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}

.market-data .markets .market-left .date-height .animate .flip-animation .time_date {
    display: block;
    top: 5px;
    position: relative;
}

.market-data .markets .market-left .icon-holder-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.market-data .markets .market-left .date-height .animate .flip-animation li .date,
.market-data .markets .market-left .date-height .animate .flip-animation li .time {
    color: #fff;
}

@-webkit-keyframes flip-1 {
    0% {
        margin-top: -90px;
    }
    30% {
        margin-top: -60px;
    }
    55% {
        margin-top: -60px;
    }
    75% {
        margin-top: 0;
    }
    99.99% {
        margin-top: 0;
    }
    100% {
        margin-top: -90px;
    }
}

@keyframes flip-1 {
    0% {
        margin-top: -90px;
    }
    30% {
        margin-top: -60px;
    }
    55% {
        margin-top: -60px;
    }
    75% {
        margin-top: 0;
    }
    99.99% {
        margin-top: 0;
    }
    100% {
        margin-top: -90px;
    }
}

.market-data .markets .market-left .date-height .date-time .time,
.market-data .markets .market-left .date-height .date-time .date {
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    display: block;
    font-weight: 600;
    color: #fff;
}

.market-data .markets .market-left .league {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
}

.market-data .markets .market-left .league .league-name {
    display: block;
}

.market-data .markets .market-left .league .vs {
    padding: 0 5px;
}

.market-data .markets .market-left .league .vs .vs-text {
    font-size: 13px;
    color: #ff8a0c;
}


/*.market-data .markets .market-left .league .vs .vs-text:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  z-index: -1;
  background-color: #ff8a0c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
  border-radius: 50px;
}*/

.market-data .markets .market-left .league .league-detail {
    font-size: 12px;
    font-weight: 500;
    color: #999;
    display: flex;
    align-items: center;
}

.market-data .markets .market-left .league .league-detail .league-subtitle {
    font-weight: 500;
    text-transform: capitalize;
}

.market-data .markets .market-left .market-count {
    height: auto;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 50%;
}

.market-data .markets .market-left .market-count .badge-right a {
    display: inline-block;
}

.market-data .markets .market-left .market-count .badge-right .live-tv span {
    font-size: 16px;
    margin-right: 5px;
    margin-top: 2px;
}

.market-data .markets .market-left .market-count .badge-right a .badge {
    color: #41aaf0;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    top: -9px;
    left: 0px;
    right: -1px;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    border: 1px solid #41aaf0;
}


/*.market-data .markets .market-left .market-count .badge-right a .badge::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 44%;
  -webkit-transform: translateX(-46%);
  transform: translateX(-46%);
  border-top: 10px solid #ff8a0c;
  border-left: 1px solid transparent;
  border-right: 8px solid transparent;
  width: 0;
}*/

.market-data .markets .market-right {
    position: relative;
    width: 33.33%;
}

.market-data .markets .market-right .match-rate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.market-data .markets .market-right .match-rate:not(:last-child) {
    padding-right: 5px;
}

.market-data .markets .market-right .match-rate .back,
.market-data .markets .market-right .match-rate .lay {
    /*  height: 35px;*/
    float: left;
    width: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    color: #273a47;
    margin-right: 5px;
}

.market-data .markets .market-right .match-rate .back {
    background-color: #72a8ff;
    /*  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;*/
    border-radius: 5px;
    color: #1e1e1e;
    font-weight: 700;
}

.market-data .markets .market-right .match-rate .lay {
    background-color: #f3964c;
    border-radius: 5px;
    color: #1e1e1e;
    font-weight: 700;
}

.main-content-block .main-tabs .game-list .owl-carousel.owl-drag .owl-item {
    width: 90px !important;
}


/* ================================= */


/*===== Footer =====*/


/* ================================= */

#footer-main .footer {
    padding-top: 5px;
    text-align: center;
    bottom: 30px;
}

#footer-main .footer .betfair {
    filter: invert(1);
}

@media (max-width: 992px) {
    #footer-main .footer {
        padding-bottom: 100px;
    }
    .topbar-top-block {
        margin-top: 8px;
        padding: 0 5px;
    }
    .topbar-main-header-block .topbar-top-block .quick-button {
        display: none;
    }
}

.footer .links {
    text-align: center;
    display: inline-block;
    padding: 7px 0 7px;
    width: 100%;
    border-bottom: 1px solid #333;
}

.footer .links ul {
    margin: 0 auto;
}

.footer .links ul li {
    position: relative;
    display: inline-block;
}

.footer .links ul li a {
    /*  color: #5c6060;*/
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    padding-right: 10px;
    padding-left: 5px;
    border-right: solid 1px #5c6060;
}

.footer .links ul li:last-child a {
    border-right: none;
}

.footer .icons {
    padding: 15px 5px 5px 5px;
}

.footer .icons img {
    filter: contrast(0.1)
}

.footer .icons a {
    display: inline-block;
    padding: 0 3px;
}


/*.footer .icons a img {
  width: 50px;
  height: 50px;
}*/

.footer .copyright {
    padding-top: 10px;
    padding-bottom: 5px;
}

.footer .copyright .title {
    color: #5c6060;
    font-size: 12px;
    font-weight: 600;
}

.helpline-numbers {
    margin: 0 auto;
    width: 300px;
    background: #222;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #333;
    margin-bottom: 10px;
}

.text-blue {
    color: #ff8a0c !important;
}


/* ================================= */


/*===== Account page =====*/


/* ================================= */

.chat-sheet-block {
    position: relative;
    margin-bottom: 20px;
    width: 100;
    min-height: calc(90vh - 100px);
}

.chat-sheet-block .card {
    border: 1px solid rgba(0, 0, 0, .12);
    margin-right: 15px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
}

.chat-sheet-block .card .card-content {
    padding: 0 0 15px 0;
    border-radius: 0 0 2px 2px;
}

.chat-sheet-block .card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 5px;
    font-size: 18px;
    position: relative;
    width: fit-content;
}

.chat-sheet-block .card .card-content .card-title:after {
    content: "";
    position: absolute;
    width: 95%;
    bottom: 2px;
    left: 10px;
    border-bottom: 2px solid #ff8a0c;
}


/* ================================= */


/*===== Login Register =====*/


/* ================================= */

.modal-body.login-body-bg-color {
    background-color: #333 !important;
}

.modal-dialog .modal-body.login-body-bg-color label {
    color: #444 !important;
}

.modal-dialog .modal-body.login-body-bg-color .have-account-text {
    color: #fff;
}

.modal-dialog .modal-body.login-body-bg-color input::placeholder {
    color: #ACA9BB;
}

.modal-dialog .modal-body.login-body-bg-color .modal-close span {
    color: #ffff;
    font-weight: 500;
}

.modal-dialog .modal-body.login-body-bg-color input {
    color: #f6f6f6;
}

.modal-content {
    border: 0;
    background-color: #222;
}

.modal-dialog {
    xmax-width: 700px;
    margin: 1.75rem auto;
}

.modal-dialog .modal-body {
    padding: 0 10px;
    background-color: #444;
}

.modal-dialog .modal-body input {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    color: #262626;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
    line-height: 1;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    background-color: transparent;
}

.modal-dialog .modal-body input:focus {
    border-bottom: 1px solid #ff8a0c;
    box-shadow: 0 1px 0 0 #ff8a0c;
    background-color: transparent;
}

.modal-dialog .modal-body input[type=checkbox] {
    box-sizing: border-box;
    margin-left: -1.3rem;
    width: 30px;
    height: 16px !important;
    width: 16px !important;
}

.modal-dialog .modal-body input[type=checkbox]:focus {
    border-bottom: 0;
    box-shadow: none;
}

.modal-dialog .modal-body .form-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
}

.modal-dialog .modal-body .forgot-link a {
    color: #ff8a0c;
}

.modal-dialog .modal-body .forgot-link a:hover {
    text-decoration: underline;
}

.modal-dialog .modal-body label {
    margin-top: 8px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0;
}

.modal-dialog .modal-body .form-check-label {
    margin-top: 5px;
}

.modal-dialog .modal-body .ads-bg {
    background: url(../images/bg/login-img.jpg);
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.modal-dialog .modal-body .modal-close:foucs {
    outline: 0;
}

.modal-container {
    padding: 5px 20px;
    width: 400px;
}

.modal-container .android {
    border: 1px solid #ff8a0c;
    ;
}

.modal-container .otp-title {
    color: #ff8a0c;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.modal-container .otp-text {
    color: #39d534;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.modal-container .modal-logo {
    width: 200px;
    margin: 20px 0;
    margin-bottom: 10px;
}

.forgot-link {
    text-align: right;
    padding: 3px 0;
    font-weight: 700;
    font-size: 12px;
}

.modal-dialog .modal-body .loginButton {
    background: #ff8a0c;
    border-color: #ff8a0c;
    padding: 5px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #f6f6f6;
    line-height: 2.1;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    overflow: inherit;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.modal-dialog .modal-body .loginButton.two {
    background-color: #FFF;
    border: none;
    color: #ff8a0c;
}

.modal-dialog .modal-body .loginButton:hover {
    color: #ff8a0c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-dialog .modal-body .loginButton.two:hover {
    color: #ff8a0c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-dialog .modal-body .loginButton:hover::after {
    right: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    height: 38px;
}

.modal-dialog .modal-body .loginButton.two:hover::after {
    content: none;
}

.modal-dialog .modal-body .loginButton:hover .animate-btn {
    z-index: 1;
    position: relative;
}

.modal-dialog .modal-body .loginButton::after,
.modal-dialog .modal-body .loginButton::before {
    opacity: 0;
    -webkit-transform-origin: center center 0 50%;
    transform-origin: center center 0 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: absolute;
    content: attr(data-effect);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.modal-dialog .modal-body .loginButton::after {
    opacity: 1;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    color: transparent;
    z-index: 0;
    border-radius: 6px;
}

.modal-dialog .modal-body .login-text {
    color: #fff;
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
}

.modal-dialog .modal-body .login-text .text-dark {
    margin-bottom: 5px;
}

.modal-dialog .modal-body .download-btn {
    background: #ff8a0c;
    border-color: #ff8a0c;
    padding: 5px;
    width: 100%;
    height: 39px;
    display: block;
    color: #fff;
    line-height: 2.1;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    overflow: inherit;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.modal-dialog .modal-body .download-btn:hover {
    color: #ff8a0c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-dialog .modal-body .download-btn:hover::after {
    right: 0;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-dialog .modal-body .download-btn:hover .animate-btn {
    z-index: 1;
    position: relative;
}

.modal-dialog .modal-body .download-btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 31px;
    height: 36px;
    line-height: 35px;
    padding: 5px;
    background-color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.modal-dialog .modal-body .download-btn svg path {
    fill: #ff8a0c;
}

.modal-dialog .modal-body .download-btn .icon::after {
    content: "";
    width: 27px;
    height: 36px;
    z-index: 0;
    position: absolute;
    background: #fff;
    top: 0;
    right: 18px;
    bottom: 0;
    -webkit-transform: skewX(33deg);
    transform: skewX(33deg);
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
}

.modal-dialog .modal-body .download-btn::after,
.modal-dialog .modal-body .download-btn::before {
    opacity: 0;
    -webkit-transform-origin: center center 0 50%;
    transform-origin: center center 0 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: absolute;
    content: attr(data-effect);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.modal-dialog .modal-body .download-btn::after {
    opacity: 1;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    color: transparent;
    z-index: 0;
    border-radius: 5px;
    height: 37px;
}

.modal-dialog .modal-close {
    right: 2%;
    position: absolute;
    top: 2%;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    z-index: 9999;
    opacity: 1;
}

.modal-dialog .modal-body .modal-close span {
    font-size: 20px;
    position: relative;
    color: #030303;
    font-weight: 700;
}

.modal-dialog .modal-body .have-account-text {
    text-align: center;
    color: #030303;
    margin-bottom: 20px;
    font-size: 14px;
}

.modal-dialog .modal-body .have-account-text .login-link {
    color: #ff8a0c;
    margin-left: 3px;
    font-weight: 600;
}

.login-link {
    color: #ff8a0c;
    font-size: 13px;
    margin-left: 3px;
    font-weight: 500;
}

.modal-dialog .otp-title {
    padding: 20px 0;
    text-align: center;
}

.modal-dialog .otp-send-btn {
    background-color: #555;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    padding: 10px;
}

.modal-dialog .otp-text {
    align-items: center;
    padding: 10px 0;
    background-color: #0f9b0f;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.1px;
    border-radius: 10px;
    text-align: center;
}

.modal-dialog .modal-container .change-pass {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.modal-dialog .modal-container .change-pass .change-password-title {
    font-size: 18px;
}

.modal-dialog .modal-container .change-pass .logout {
    color: red;
    font-weight: 600;
    display: flex;
}

.modal-dialog .modal-container .change-pass .logout i {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}

.modal-dialog .modal-container .change-pass .logout span {
    margin-left: 5px;
    font-size: 18px;
}

.modal-content.forgot-password-page {
    width: 450px;
    height: auto;
    box-shadow: rgb(0 0 0 / 40%) 0px 30px 90px;
    border-radius: 29px;
    overflow: hidden;
}

.v--modal-overlay.scrollable .v--modal-box {
    border-radius: 5px;
}

.modal-dialog {
    margin: 0 auto;
}

.modal-dialog .big-error-block {
    border-radius: 10px;
    padding: 10px;
    color: #DC143C;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: rgba(220, 20, 60, 0.3);
}

.as-agent-block {
    padding: 15px 15px 20px;
    background-color: #262626;
    border-radius: 10px;
}

.modal-dialog .divider {
    border-color: #555;
    width: 90%;
}


/* ================================= */


/*===== main market =====*/


/* ================================= */

.main-content-block .main-market {
    border-radius: 5px;
    background-color: transparent;
}

.main-content-block .main-market .main-market-block {
    margin-bottom: 15px;
    background-color: #111;
    border-radius: 5px;
    -webkit-box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    line-height: 0;
    padding-bottom: 15px;
}

.main-content-block .main-market .main-market-block .main-market-header {
    /*  background-color: #ff8a0c;*/
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 1.5;
    padding-top: 60px;
    /*  display: flex;*/
    justify-content: center;
}

.main-content-block .main-market .main-market-block .main-market-header .market-title {
    padding: 0 15px;
    height: 34px;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: initial;
    position: absolute;
    margin-top: 15px;
    top: 5px;
    background-color: #ff8a0c;
    align-items: center;
    display: flex;
    border-radius: 25px;
    z-index: 1;
    -webkit-animation: puls 3s linear infinite;
    animation: puls 3s linear infinite;
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    word-spacing: 3px;
}

.main-content-block .main-market .main-market-block .main-market-header .line {
    background: #ff8a0c;
    height: 2px;
    width: 40%;
    position: absolute;
    top: 36px;
    z-index: 0;
}

.main-content-block .main-market .main-market-block .main-market-header .market-title.countdownHolder {
    height: 42px !important;
}


/*.main-content-block .main-market .main-market-block .main-market-header .market-title:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  right: -6px;
  top: 0;
  background-color: #ff8a0c;
}
.main-content-block .main-market .main-market-block .main-market-header .market-title:after {
  position: absolute;
  content: "";
  height: 9px;
  width: 8px;
  right: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background-color: #d1d1d1;
}*/

.main-content-block .main-market .main-market-block .main-market-header .market-title .countDays,
.main-content-block .main-market .main-market-block .main-market-header .market-title .countHours,
.main-content-block .main-market .main-market-block .main-market-header .market-title .countMinutes,
.main-content-block .main-market .main-market-block .main-market-header .market-title .countSeconds {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: #fff;
}

.main-content-block .main-market .main-market-block .main-market-header .market-title .position {
    line-height: 1.1;
}

.main-content-block .main-market .main-market-block .main-market-header .market-title .digit {
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 400;
}

.main-content-block .main-market .main-market-block .main-market-header .market-title .number {
    font-size: 20px;
    font-weight: 600;
}

.main-content-block .main-market .main-market-block .main-market-header .addmarket-icon {
    /*  position: absolute;*/
    top: 7px;
    padding: 0 5px;
    right: 0;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.main-market-block .main-market-header .addmarket-icon .right {
    float: right;
}

.main-market-block .main-market-header .addmarket-icon .add-market,
.main-market-block .main-market-header .addmarket-icon .live-stream,
.main-market-block .main-market-header .addmarket-icon .score {
    width: 20px;
    height: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px 5px 0px 0px;
}

.main-market-block .main-market-header .addmarket-icon .add-market a,
.main-market-block .main-market-header .addmarket-icon .live-stream a,
.main-market-block .main-market-header .addmarket-icon .score a {
    color: #d3d3d3;
    cursor: pointer;
    line-height: 1;
}

.live-score-iframe {
    height: 367px;
    padding-top: 10px;
}

.main-market-block .main-market-header .addmarket-icon .add-market a span,
.main-market-block .main-market-header .addmarket-icon .live-stream a span,
.main-market-block .main-market-header .addmarket-icon .score a span {
    background: linear-gradient(to right, #1368de 0, #4a8ff0 15%, #548ee0 30%, #1567d8 55%, #2869c3 100%) !important;
    color: #fff;
    border-radius: 5px;
    padding: 4px;
    font-size: 17px;
}

.main-market-block .main-market-header .market-name {
    position: relative;
    margin-top: 15px;
}

.main-market-block .main-market-header .position_timmer {
    font-size: 19px;
    color: #00CFFF;
    border: 2px solid #00CFFF;
    text-align: center;
    width: 35px;
    margin: 5px;
    border-radius: 50%;
    font-weight: 600;
    height: 35px;
    line-height: 1.7;
}

.main-market-block .main-market-header .position_text {
    text-align: center;
    color: #00CFFF;
    font-size: 11px;
}

.main-market-block .main-market-header .market-name .left-team-title {
    margin-right: 5px;
    text-align: center;
}

.main-market-block .main-market-header .market-name .team-full-title {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    color: #ff8a0c;
    margin-left: 8px;
}

.focus ul {
    display: flex;
}


/*.focus h6 {
  border: 1px solid #ff8a0c;
  border-radius: 5px;
  font-size: 12px;
  color: #ff8a0c;
  letter-spacing: 2px;
  font-weight: 700;
}*/

.focus h6 {
    position: relative;
    padding: 2px 6px;
    color: #41aaf0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
    font-weight: 700;
    margin: 0 15px;
    background-color: #111;
    font-size: 15px;
}

.focus h6 span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #171618, #1186d3);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.focus h6 span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, #171618, #1186d3);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.focus h6 span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #171618, #1186d3);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.focus h6 span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to top, #171618, #1186d3);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.main-market-block .main-market-header .animate {
    overflow: hidden;
    position: relative;
    float: right;
    width: 73px;
    height: 40px;
    left: 2px;
    top: 0;
}

.main-market-block .main-market-header .animate .flip-animation {
    -webkit-animation: flip-1 6s cubic-bezier(.23, 1, .32, 1.2) infinite;
    animation: flip-1 6s cubic-bezier(.23, 1, .32, 1.2) infinite;
}

.main-market-block .main-market-header .animate .flip-animation .vs {
    width: 30px;
    height: 30px;
    margin: 0 20px;
}

.main-market-block .main-market-header .animate .flip-animation .vs .vs-text {
    font-size: 11px;
    border-radius: 100%;
    color: #444;
    background-color: #F5F5F5;
    position: relative;
    z-index: 2;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 2.3;
    display: inline-block;
    letter-spacing: 0.5px;
}

.main-market-block .main-market-header .animate .flip-animation .vs .vs-text:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    z-index: -1;
    background-color: #F5F5F5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(35deg);
    border-radius: 50px;
}

.main-market-block .main-market-header .animate .flip-animation .times-n-date {
    display: flex;
    justify-content: center;
    margin: 0;
}

.main-market-block .main-market-header .animate .flip-animation li {
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 0;
    height: 39px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.main-market-block .main-market-header .date-time {
    position: relative;
    display: block;
    justify-content: center;
    width: 65px;
    height: 35px;
    line-height: 1.5;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    box-shadow: rgb(0 0 0 / 15%) 0 1px 3px, rgb(0 0 0 / 21%) 0 2px 3px;
}

.main-market-block .main-market-header .date-time .date {
    font-size: 9px;
    white-space: nowrap;
    text-align: center;
    display: block;
    font-weight: 600;
    color: #5c6060;
    background-color: #d3d3d3;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 1px 0;
}

.main-market-block .main-market-header .date-time .time {
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    display: block;
    font-weight: 600;
    color: #d3d3d3;
    line-height: 20px;
}

.main-market-block .categories .select-category {
    width: 100%;
    height: auto;
    cursor: default;
    overflow: scroll hidden;
    scroll-padding: 0 1.25rem;
    scrollbar-width: none;
}

.main-market-block .categories .select-category .category-scroll {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    width: 100%;
}

.main-market-block .categories .select-category .category-scroll .tabs {
    background-color: #222;
    overflow: inherit;
    margin-bottom: -1px;
}

.main-market-block .categories .select-category .category-scroll .tabs .tab {
    line-height: 38px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.main-market-block .categories .select-category .category-scroll .tabs .tab a {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #CCC;
    padding: 8px 12px;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.4s ease;
}

.main-market-block .categories .select-category .category-scroll .tabs .tab a:hover,
.main-market-block .categories .select-category .category-scroll .tabs .tab a:active,
.main-market-block .categories .select-category .category-scroll .tabs .tab a.active:hover,
.main-market-block .categories .select-category .category-scroll .tabs .tab a.active:active,
.main-market-block .categories .select-category .category-scroll .tabs .tab a.active {
    opacity: 1;
    background-color: #333;
    color: #ff8a0c;
}

.main-market-block .categories .select-category .category-scroll .tabs .tab .tab-text {
    background-position: center;
    transition: background .8s;
}


/*.main-market-block .categories .select-category .category-scroll .tabs .tab .tab-text:hover {
  background: #ff8a0c radial-gradient(circle, transparent 1%, #ff8a0c 1%) center/15000%;
  color: #fff;
}*/


/*.main-market-block .categories .select-category .category-scroll .tabs .tab .tab-text:active {
  background-color: #fff;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}*/

.main-market-block .categories .select-category .indicator {
    left: 0px;
    right: 854px;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right;
}

.main-market-block .event-header {
    background-color: #333;
    border-bottom: 2px solid #ff8a0c;
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px;
}

.main-market-block .event-header i {
    filter: invert(1);
}

.main-market-block .event-header .market-category {
    display: flex;
    padding: 5px 0;
}

.main-market-block .event-header .market-category .market-category-name,
.main-market-block .event-header .market-category .market-info {
    display: flex;
    align-items: center;
}

.main-market-block .event-header .market-category .market-category-name {
    font-size: 13px;
    font-weight: 700;
    padding: 0 5px;
    color: #fff;
    opacity: .8;
    text-transform: uppercase;
}

.main-market-block .event-header .market-category .market-category-name span {
    color: #009B2F;
    line-height: 1.7;
    font-size: 10px;
    padding: 0 8px;
}

.main-market-block .event-header .market-category .market-info .market-inplay {
    display: flex;
    align-items: center;
    /*  padding: 0px 6px;
  background: #009FFF;
  background: -webkit-linear-gradient(to left, #ec2F4B, #009FFF);
  background: linear-gradient(to left, #ec2F4B, #009FFF);
  border-radius: 13px;*/
    color: #009B2F;
    font-weight: 600;
    text-transform: uppercase;
}


/*.main-market-block .event-header .market-category .market-info .market-inplay .material-icons {
  font-size: 15px;
}*/

.main-market-block .event-header .market-category .market-info-text {
    font-size: 11px;
    font-weight: 500;
    color: #5c6060;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.main-market-block .event-details {
    display: none;
}

.main-market-block .event-details.active {
    display: block;
}

.close-icon .right.active span {
    transform: rotate(180deg);
}

.main-market-block .event-details .event-runners,
.main-market-block .event-details .event-runners .event-runner-detail {
    position: relative;
    line-height: 1.5;
}

.main-market-block .event-details .event-runners .event-runner-detail {
    display: flex;
    border-bottom: 1px solid #333;
}

.main-market-block .event-details .event-runners .event-runner-detail .runner-name {
    flex-basis: 80px;
    flex-grow: 4;
    padding: 2px 10px;
    line-height: 16px;
    /*  border-top: 1px solid #eee;*/
}

.main-market-block .event-details .event-runners .event-runner-detail .runner-name p {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    color: #BCBCBC;
    padding-top: 2px;
    line-height: 1;
    text-transform: uppercase;
}

.main-market-block .event-details .event-runners .event-runner-detail .stake-amount {
    display: flex;
    align-items: center;
    line-height: 0.5rem;
    height: 20px;
}

.main-market-block .event-details .event-runners .event-runner-detail .stake-amount span {
    padding: 2px 1px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}

.main-market-block .event-details .event-runners .event-runner-detail .material-icons {
    font-size: 18px;
}

.main-market-block .event-details .event-runners .event-runner-detail .bet-value {
    flex-basis: 70px;
    text-align: center;
    height: 43px;
    line-height: 13px;
    margin: 2px 1px 1px 1px;
    border-radius: 4px;
}

.main-market-block .event-details .event-runners .event-runner-detail .l-blue,
.main-market-block .event-details .event-runners .event-runner-detail .l-pink {
    background-color: #e9e9e9;
}

.main-market-block .event-details .event-runners .event-runner-detail .d-blue {
    background-color: #72a8ff;
}

.main-market-block .event-details .event-runners .event-runner-detail .d-blue p {
    color: #041e26 !important;
}

.main-market-block .event-details .event-runners .event-runner-detail .d-pink {
    background-color: #f3964c;
}

.main-market-block .event-details .event-runners .event-runner-detail .d-pink p {
    color: #4d2826 !important;
}

.main-market-block .event-details .event-runners .event-runner-detail .bet-value a {
    color: #333;
    padding: 7px 0 5px;
    display: inline-block;
    width: 100%;
    line-height: 1.1;
}

.main-market-block .event-details .event-runners .event-runner-detail .bet-value p {
    margin: 0;
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #7e7e7e;
}

.main-market-block .event-details .event-runners .event-runner-detail .bet-value a span {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.bet-slip {
    padding: 5px;
}

.bet-slip.back .overlay {
    background-color: rgba(104, 187, 255, 0.87);
}

.bet-slip.lay .overlay {
    background-color: rgba(231, 123, 97, 0.87);
}

.bet-slip.back {
    background-color: rgba(104, 187, 255, 0.4);
    border-top: 3px solid #72a8ff;
}

.bet-slip.lay {
    background-color: rgba(231, 123, 97, 0.4);
    border-top: 3px solid #f3964c;
}

.bet-slip .offer-form {
    flex-flow: row wrap;
}

.bet-slip .offer-form .offer-input-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bet-slip .offer-form .match-name {
    color: #999999;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    top: -5px;
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.bet-slip .offer-form .input-group {
    position: relative;
    width: auto;
    margin-bottom: 0.5rem;
    margin-right: 5px;
}

.bet-slip .offer-form .input-group .bet-minus .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bet-slip .offer-form .input-group .btn-secondary {
    padding: 5px 5px;
    height: 30px;
    min-height: 30px;
    line-height: 15px;
    width: 30px;
    min-width: 30px;
    color: #999999;
    background-color: #dadada;
    border: none;
    border-radius: 3px;
}

.bet-slip .offer-form .input-group .btn-secondary:focus {
    outline: 0;
    box-shadow: none;
}

.bet-slip .offer-form .input-group .btn-secondary .material-icons {
    font-size: 16px;
    font-weight: 800;
}

.bet-slip .offer-form .input-group {
    gap: 3px;
}

.bet-slip .offer-form .input-group .form-control {
    position: relative;
    background-color: #fff;
    border: none;
    color: #5c6060;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 30px;
    line-height: 1.5;
    width: 100%;
    max-width: 300px;
    margin: 0;
    border-radius: 5px;
    text-align: center;
}

.bet-slip .offer-form .input-group .btn-secondary,
.bet-slip .offer-form .input-group .bet-minus .btn {
    border-radius: 5px;
}

.bet-slip .offer-form .odd-info {
    line-height: 24px;
    vertical-align: middle;
    margin: 0;
    position: relative;
    right: 2px;
    display: inline-block;
    width: 75px;
    top: -5px;
}

.bet-slip .offer-form .odd-info .profit {
    color: #006400;
    font-weight: 600;
    font-size: 14px;
}

.bet-slip .offer-form .odd-info .profit span {
    float: right;
}

.bet-slip .offer-form .default-stake a {
    display: inline-block;
    color: #030303;
    background-color: #ff8a0c;
    border: none;
    padding: 4px 12px;
    margin: 3px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 4px;
    min-width: 40px;
    line-height: 1.3;
    /*  border-bottom: 3px solid #72a8ff;*/
}

.bet-slip .offer-form .default-stake a:hover {
    background-color: #ff8a0c;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    outline: 0;
}

.bet-slip .offer-form .default-stake .clear-btn {
    background-color: #D9534F;
    text-transform: capitalize;
    color: #fff;
    /*  border-bottom: 3px solid #D9534F;*/
}

.bet-slip .offer-form .default-stake .clear-btn:hover {
    background-color: #D9534F;
    transition: all ease-in .2s;
    color: #fff;
}

.bet-slip .offer-form .multi-form-button button {
    /*  border-radius: 30px;*/
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.8;
    padding: 5px 25px;
    width: auto;
    height: auto;
    cursor: pointer;
    margin: 5px 0 5px 5px;
    font-size: 15px;
    text-transform: capitalize;
    float: right;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0 0.125em 0.5em, rgb(255 255 255 / 10%) 0 0 0 1px inset;
    box-shadow: rgb(0 0 0 / 25%) 0 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0 0.125em 0.5em, rgb(255 255 255 / 10%) 0 0 0 1px inset;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    display: flex;
    align-items: center;
}


/*.bet-slip .offer-form .multi-form-button button::before,
.bet-slip .offer-form .multi-form-button button::after {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: absolute;
  content: attr(data-effect);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}*/


/*.bet-slip .offer-form .multi-form-button button::before {
  transition: all .5s ease-out;
  position: absolute;
  content: attr(data-effect);
  backface-visibility: hidden;
  top: 0;
  left: 0;
}
.bet-slip .offer-form .multi-form-button button::after {
  opacity: 1;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  color: transparent;
  z-index: 0;
  border-radius: 30px;
}*/

.bet-slip .offer-form .multi-form-button button span {
    position: relative;
    z-index: 1;
}

.bet-slip .offer-form .multi-form-button button.cancel-btn:hover {
    color: #fff;
    box-shadow: none;
}

.bet-slip .offer-form .multi-form-button button.cancel-btn:hover::after {
    right: 0;
    background-color: #D9534F;
    -webkit-transition: all ease-in .4s;
    transition: all ease-in .4s;
}

.bet-slip .offer-form .multi-form-button button.bet-place-btn:hover::after {
    right: 0;
    background-color: #025f18;
    -webkit-transition: all ease-in .4s;
    transition: all ease-in .4s;
}

.bet-slip .offer-form .multi-form-button button.cancel-btn {
    color: #4d2826;
    background-color: #dadada;
}

.bet-slip .offer-form .multi-form-button button.bet-place-btn {
    color: #fff;
    background-color: #009B2F;
}

.bet-slip .offer-form .multi-form-button button .material-icons {
    font-size: 15px;
    padding: 0 2px;
    font-weight: 600;
}

.main-market-block .offer-form .multi-form-button .bet-place-btn img {
    padding-right: 5px;
}

.main-market-block .offer-form .default-stake .stake {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.main-account-statement-block {
    /*  background-color: #F5F5F5;*/
    border-radius: 5px;
    padding: 0 0 15px 0;
    /*  box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;*/
}

.main-account-statement-block .card {
    background-color: #262626;
}

.main-account-statement-block .transaction-history-nav-outer {
    line-height: 50px;
    margin-top: 0;
    font-weight: 600;
    padding: 5px 10px;
    padding-top: 5px;
    font-size: 16px;
    position: relative;
}

.main-account-statement-block .transaction-history-header {
    padding: 0 10px;
}

.main-account-statement-block .transaction-history-nav-outer .transaction-history-nav {
    position: relative;
}


/*.main-account-statement-block .transaction-history-nav-outer .transaction-history-nav .text-underline::after  {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 12px;
  left: 0;
  border-bottom: 2px solid #ff8a0c;
}*/

.main-account-statement-block .transaction-history-nav-outer .transaction-history-nav a {
    color: #f6f6f6;
}

.mx-input-wrapper input {
    height: 34px;
    color: #030303;
}

.mx-datepicker-popup {
    margin-top: -150px;
}

.filter-type-block .search-btn {
    height: 34px;
    display: flex;
    align-items: center;
}

.main-account-statement-block .dropdown-item {
    padding: 5px;
}

.text-a {
    color: #72a8ff;
}

.text-a:hover {
    color: #ff8a0c;
}

.modal-title.report-title {
    color: #ff8a0c;
}

.main-account-statement-block .card {
    border: none;
}

.main-account-statement-block table th,
.main-account-statement-block table td {
    padding: 8px;
    white-space: nowrap;
    font-weight: 600;
}

.main-account-statement-block table .thead {
    background-color: #333;
    text-transform: uppercase;
}

.main-account-statement-block .table thead th {
    border-color: #666;
}

.main-account-statement-block table .thead th {
    font-weight: 700;
}

.main-account-statement-block table tbody {
    background-color: #444;
    border-color: #222;
}

.main-account-statement-block table tbody tr:hover {
    background-color: #555;
}

.main-account-statement-block .card-header h3 {
    color: #CCC;
}

.main-account-statement-block .card-header {
    border-bottom: 1px solid #333;
}


/* ================================= */


/*===== Scroll to top=====*/


/* ================================= */

.Scroll-top_icon {
    float: left;
    width: 100%;
    position: relative;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    background: #ff8a0c;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    display: block;
    opacity: 0;
    z-index: 999;
    color: #fff;
    border-radius: 5px;
    /*-webkit-animation: puls 3s linear infinite;
  animation: puls 3s linear infinite;*/
    line-height: 30px;
}

.scrollToTop span {
    position: relative;
    top: -2px;
    left: -2px;
}

@-webkit-keyframes puls {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff8a0c;
        box-shadow: 0 0 0 0 #ff8a0c;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
        box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
        box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

@keyframes puls {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff8a0c;
        box-shadow: 0 0 0 0 #ff8a0c;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
        box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
        box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.scrollToTop:hover {
    text-decoration: none;
}

.scrollToTop svg {
    font-size: 20px;
}

.scrollToTop.show {
    opacity: 1;
    display: block;
    visibility: visible;
    color: #333;
}


/*search*/

.search-modal .modal-content {
    background-color: transparent;
}

.search-form {
    margin-top: 15%;
}

.search-form .search-input {
    padding: 15px !important;
    font-size: 17px !important;
    border: none !important;
    float: left !important;
    width: 100% !important;
    background: rgba(0, 123, 255, 0.5) !important;
    height: 36px !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding: 5px 0 5px 15px !important;
    margin-bottom: 5px;
    font-weight: 600;
    color: #FFF;
    border-radius: 10px;
}

.search-form .mobile-search-icon {
    margin-left: -33px;
    color: #fff;
    margin-top: 5px
}

.search-form .search-input::placeholder {
    color: #dfdfdf;
}

.search-form .btn-primary {
    border-radius: 0 10px 10px 0;
}

.search-dropdown-wrap {
    position: relative;
    width: 100%;
    z-index: 2;
}

.search-dropdown-wrap .search-scroll {
    overflow-y: auto;
    max-height: 308px;
    border: 1px solid #6c757d75;
    border-radius: 5px !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.search-dropdown-wrap .search-scroll.destop-search {
    background-color: #f5f5f5;
    position: absolute;
    margin-top: 35px;
    width: 100%;
}

.search-dropdown-wrap .search-scroll .list-group-item {
    background-color: #f5f5f5;
    border-bottom: 2px solid #EEE;
}

.search-dropdown-wrap .search-scroll .list-group-item:hover {
    background-color: #fff;
}

.search-form .search-dropdown-wrap .search-scroll .search-menu-icon img,
.search-dropdown-wrap .search-scroll.destop-search img {
    height: 24px;
    height: 24px;
    margin-right: 10px;
}

.search-dropdown-wrap .search-scroll .event-name {
    color: #030303;
    font-size: 14px;
    font-weight: 500;
}

.search-dropdown-wrap .search-scroll .date {
    color: #555;
    font-weight: 500;
}


/*toasted*/

.toasted {
    padding: 5px 15px !important;
    border-radius: 2px !important;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
              rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
              rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important; */
}

.toasted .primary.error,
.toasted.toasted-primary.error {
    background-color: #c31432 !important;
}

.toasted .primary.success,
.toasted.toasted-primary.success {
    background-color: #009B2F !important;
}

.toasted .primary.info,
.toasted.toasted-primary.info {
    background-color: #45B649 !important;
}

.toasted .primary,
.toasted.toasted-primary {
    box-shadow: none !important;
    min-height: 34px;
}


/* ================================= */


/*===== destop =====*/


/* ================================= */

.mobile-bottom-navigation,
.mobile-nav-menu-button,
.mobile-offer-form-group,
.mobile-news-feed {
    display: none;
}

.main-market-block .event-details .event-runners .suspend {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 1px;
    z-index: 2;
}

.main-market-block .event-details .event-runners .suspend .suspend-cont {
    background: #262626;
    flex-basis: 432px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff8a0c;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    border-radius: 4px;
    opacity: 0.88;
    text-transform: uppercase;
}

.main-market-block .event-details .event-runners .suspend .suspend-cont span {
    display: block;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 500;
}

.dropdown-position-left {
    top: -8px !important;
    left: -182px !important;
    color: #030303 !important;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 15px !important;
    padding: 6px !important;
    justify-content: center;
    align-items: center;
    display: flex !important;
    font-weight: 600;
    z-index: 3 !important;
    height: 45px;
}

.vue-popover {
    background-color: #262626 !important;
    color: #FFF !important;
    height: 35px !important;
}

.vue-popover.dropdown-position-left {
    top: -3px !important;
}

.vue-popover.dropdown-position-left:before {
    border-left: 9px solid #262626 !important;
}


/* ================================= */


/*===== responsive =====*/


/* ================================= */

@media (min-width: 1200px) and (max-width: 3000px) {
    .news-feed {
        color: #fff;
        font-weight: 500;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .right-side-main-block {
        width: 205px;
    }
    .news-feed {
        width: 30%!important;
        color: #fff;
    }
    .livecasino-block .casino-slider .game-slider {
        padding: 5px 5px 0 6px;
    }
    .livecasino-block .casino-slider .game-slider .game-item {
        width: 47.8%;
    }
    .main-content-block {
        padding-left: 210px;
        padding-right: 0;
    }
    .main-content-block.with-right-side-bar {
        padding-right: 225px;
    }
    .left-side-main-block {
        width: 200px;
    }
}

@media (max-width: 992px) {
    .popover-body {
        top: 28px;
    }
    .bs-popover-auto[x-placement^=left]>.arrow::before,
    .bs-popover-left>.arrow::before {
        top: 36px;
    }
    .bs-popover-auto[x-placement^=left]>.arrow::after,
    .bs-popover-left>.arrow::after {
        top: 36px;
    }
    .left-side-main-block {
        bottom: 0;
        z-index: 9999;
        left: 0;
        border-radius: 0 20px 0 0;
        width: 70%;
        margin-top: 70px;
        transform: translateX(-100%) !important;
    }
    .news-feed {
        color: #fff;
        margin-top: 6px;
    }
    .left-side-main-block.mobile-menu-open {
        bottom: 0;
        z-index: 9999;
        left: 0;
        border-radius: 0 5px 0 0;
        width: 70%;
        margin-top: 70px !important;
        transform: translateX(0) !important;
    }
    .main-content-block {
        padding-left: 10px;
        padding-right: 0 !important;
    }
    .main-content-block.with-right-side-bar {
        padding-right: 230px;
    }
    .right-side-main-block {
        width: 210px;
    }
    .livecasino-block .casino-slider .game-slider .game-item {
        width: 47.8%;
    }
    .right-side-main-block {
        display: none
    }
    .main-content-block {
        padding-left: 10px;
        padding-right: 10px !important;
    }
    .topbar-top-block .top-left-block {
        display: none;
    }
    .mobile-nav-menu-button {
        display: block;
    }
    .topbar-bottom-block {
        display: none;
    }
    .topbar-main-header-block .topbar-top-block .mobile-nav-menu-button-icon {
        display: flex;
        align-items: center;
    }
    .topbar-main-header-block .topbar-top-block .mobile-nav-menu-button-icon a .material-icons {
        color: #ff8a0c;
    }
    .topbar-main-header-block .topbar-top-block .mobile-nav-menu-button-icon a {
        color: #fff;
    }
    .topbar-main-header-block .topbar-top-block .mobile-nav-menu-button-icon .mobile-logo img {
        width: 61px;
        margin-left: 0px;
    }
    {
        margin-top: 65px;
    }
    .dropdown-account-menu {
        display: none;
    }
    /* ================================= */
    /*===== Mobile bottom navigation =====*/
    /* ================================= */
    .mobile-bottom-navigation {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        background: rgba(17, 17, 17, 0.97);
        color: #fff;
        font-size: 13px;
        z-index: 9;
        width: 96%;
        margin: 0 auto;
        bottom: 4px;
        border-radius: 40px;
        box-shadow: 0 0 5px #111, inset 5px 5px 12px 3px #111, inset -5px -5px 12px 3px #111;
        height: 60px;
        border: 0px solid #9D6600;
        border-left-width: 2px;
        border-right-width: 2px;
    }
    .mobile-bottom-navigation ul {
        display: flex;
        margin: 0;
    }
    .mobile-bottom-navigation ul li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 60px;
    }
    .mobile-bottom-navigation ul .item {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-bottom-navigation ul li.mid-icon {
        position: absolute;
        height: 75px;
        width: 20%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 1px;
        z-index: 2;
    }
    .mobile-bottom-navigation ul li.mid-icon::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -6px;
        height: 64px;
        background-color: #ebebeb;
        border-radius: 100%;
        z-index: -1;
        width: 64px;
        margin: auto;
        -webkit-box-shadow: 0.3rem 0.3rem 0.6rem #bbb, -0.2rem -0.2rem 0.5rem #fff;
        box-shadow: 0.3rem 0.3rem 0.6rem #bbb, -0.2rem -0.2rem 0.5rem #fff;
    }
    .mobile-bottom-navigation ul li.mid-icon a {
        position: relative;
        color: #5c6060;
        top: -11px;
        font-size: 12px;
        font-weight: 600;
    }
    .mobile-bottom-navigation ul li.mid-icon a .material-icons {
        margin-bottom: 0;
        font-size: 30px;
        margin: 0 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        display: block;
    }
    .mobile-bottom-navigation ul .item a {
        color: #ff8a0c;
        cursor: pointer;
        font-size: 11px;
        justify-content: center;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        font-weight: 600;
        letter-spacing: .3px;
        padding: 9px 0;
        text-transform: uppercase;
    }
    .mobile-bottom-navigation ul .item a span:first-child {
        margin-bottom: 2px;
    }
    .mobile-bottom-navigation ul .item a img {
        display: inline-block;
        margin: auto;
        margin-top: 2px;
        margin-bottom: 2px;
        width: 18px;
        fill: #5c6060;
    }
    .mobile-bottom-navigation ul .item a svg {
        display: inline-block;
        margin: auto;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .mobile-bottom-navigation ul li a:hover,
    .mobile-bottom-navigation ul li a.active {
        color: #ffffff;
    }
    .mobile-bottom-navigation ul li a:hover,
    img .mobile-bottom-navigation ul li a.active img {
        fill: red;
    }
    .mobile-bottom-navigation ul li a.active svg path {
        fill: #ff8a0c;
        ;
    }
}

.dropdown-menu.desktop-dropdown-menu {
    left: initial;
    display: none;
    float: none;
    right: 5px;
    display: block;
    visibility: hidden;
    top: 70px;
    opacity: 0;
    -webkit-transition: ease .2s;
    transition: ease .2s;
    transition-delay: 0.1s;
    transform-origin: top;
}

.desktop-dropdown-btn:hover .dropdown-menu.desktop-dropdown-menu {
    top: 38px;
    visibility: visible;
    opacity: 1;
    padding: 0;
}

.tvshowdesktop {
    display: block;
}

.tvshowmobile {
    display: none;
}

@media (max-width: 768px) {
    .tvshowdesktop {
        display: none;
    }
    .tvshowmobile {
        display: block;
    }
    .hide-on-small {
        display: none !important;
    }
    .hide-on-display {
        display: flex;
    }
    .live-score-iframe {
        height: 324px;
    }
    .main-content-block .main-market .main-market-block .main-market-header .line {
        width: 80%;
    }
    .mobile-news-feed {
        width: 100%;
        color: #fff;
        margin-top: 12px;
        display: block;
        position: absolute;
        font-weight: 500;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        height: 20px;
    }
    .mobile-news-feed .marque-text {
        overflow: hidden;
        background: #ff8a0c;
        border-radius: 0 0px 30px 30px;
        margin-top: 2px;
    }
    .main-content-block {
        padding-left: 4px;
        padding-right: 4px !important;
    }
    .chart-content .chart-body .chart-body-header {
        display: none;
    }
    .main-content-block .main-tabs .market-list .market-data {
        border-radius: 0;
        margin: 0;
    }
    .main-content-block .main-tabs .market-list .market-data::after {
        border-radius: 0;
    }
    .market-data .markets .market-left .market-count .badge-right {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        line-height: 1.5;
        top: 0;
        text-align: end;
    }
    .main-content-block .main-tabs .market-list .market-data .markets {
        flex-wrap: wrap;
    }
    .main-content-block .main-tabs .market-list .market-data .markets .market-left {
        width: 100%;
        margin-bottom: 6px;
    }
    .market-data .markets .market-right {
        width: 100%;
    }
    .market-data .markets .market-left .market-count .badge-right a .badge {
        right: 0;
        top: 0;
        float: right;
        left: 6px;
        height: 14px;
        line-height: .9;
        min-width: 14px;
        font-size: 10px;
    }
    .market-data .markets .market-left .market-count .badge-right a .badge::after {
        top: 23%;
        left: -4px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        bottom: auto;
        border-top: 10px solid #ff8a0c;
        border-left: 3px solid transparent;
        border-right: 4px solid transparent;
    }
    .main-market-block .offer-form .offer-input-group {
        display: none !important;
    }
    .mobile-offer-form-group {
        display: block;
    }
    .main-market-block .offer-form .input-group .form-control {
        max-width: 100% !important;
        padding-right: 0;
    }
    .main-market-block .offer-form .input-group input::placeholder {
        color: rgba(92, 96, 96, 0.5);
        opacity: 800;
    }
    .main-market-block .offer-form .default-stake a {
        padding: 5px !important;
        width: 18.9%;
        margin: 2px 0 !important;
    }
    .main-market-block .main-market-header .market-name .team-full-title {
        font-size: 16px;
        text-align: center;
    }
    .main-market-block .event-details .event-runners .suspend .suspend-cont {
        flex-basis: 143px;
        font-size: 12px;
        letter-spacing: .5px;
    }
    .main-market-block .offer-form .default-stake .stake {
        justify-content: space-between !important;
    }
    .scrollToTop {
        left: 10px;
        bottom: 75px;
        z-index: 1;
    }
    .toasted-container .toasted:first-child {
        width: 98%;
        margin: 0 auto;
        margin-top: 65px !important;
    }
    .v--modal-overlay.scrollable .v--modal-box {
        border-radius: 0;
    }
    .mx-datepicker {
        width: auto;
    }
    .filter-type-block .btn-success {
        margin-top: 5px;
    }
}

@media (max-width: 600px) {
    .live-score-iframe {
        height: 272px;
        padding-top: 10px;
    }
}

@media (max-width: 500px) {
    .live-score-iframe {
        height: 395px;
        padding-top: 10px;
    }
}

@media (max-width: 400px) {
    .live-score-iframe {
        height: 332px;
        padding-top: 10px;
    }
}

@media (max-width: 350px) {
    .live-score-iframe {
        height: 302px;
        padding-top: 10px;
    }
}

@media (max-width: 300px) {
    .live-score-iframe {
        height: 271px;
        padding-top: 10px;
    }
}

@media (max-width: 700px) {
    .modal-content {
        xheight: 100vh;
        margin: 0;
        border: 0;
    }
    .modal-content.register-modal-height {
        height: auto !important;
    }
    .modal.show .modal-dialog {
        margin: 0;
    }
    .modal-dialog .modal-close {
        right: 3%;
        top: 2%;
    }
    .topbar-top-block .topbar-content .topbar-info-block .topbar-info-heading {
        display: none;
    }
}

@media (max-width: 400px) {
    .modal-container {
        width: 300px;
    }
    .topbar-main-header-block .topbar-top-block .mobile-nav-menu-button-icon .mobile-logo img {
        width: 61px;
        margin-right: 5px;
    }
    .topbar-button .btn-primary {
        padding: 0 12px;
    }
    .main-market-block .offer-form .default-stake a {
        width: 18.6%;
    }
    /* .news-feed {
    margin-top: 12px;
  }*/
}

@media (max-width: 350px) {
    .topbar-main-header-block .topbar-top-block .mobile-nav-menu-button-icon .mobile-logo img {
        width: 80px;
        margin-right: 5px;
    }
    .topbar-button .btn-primary {
        padding: 0 12px;
    }
}

.mobile-account-menu {
    position: fixed;
    top: initial;
    left: initial;
    display: block;
    float: none;
    bottom: 110px;
    right: 5px;
    visibility: hidden;
    opacity: 0;
    transform-origin: bottom;
    -webkit-transition: ease .2s;
    transition: ease .2s;
}

.mobile-dropdown-btn:hover .mobile-account-menu {
    bottom: 55px;
    visibility: visible;
    opacity: 1;
    padding: 0;
}

.mobile-account-menu .mobile-account {
    position: relative;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    padding: 0;
}

.mobile-account-menu .mobile-account ul {
    display: block;
}

.mobile-account-menu .mobile-account ul li {
    height: 35px;
}

.mobile-account-menu .mobile-account ul li a {
    flex-direction: row;
    justify-content: start;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #5c6060;
    line-height: 2;
    border: none;
    border-radius: 0;
}

.mobile-account-menu .mobile-account ul li a.no-btn {
    background-color: #EEE;
}

.mobile-account-menu .mobile-account ul li a.no-btn:hover {
    background-color: #EEE;
    color: #5c6060;
}

.mobile-account-menu .mobile-account ul li .last {
    color: #DC143C;
    background-color: rgba(220, 20, 60, 0.3);
}

.mobile-account-menu .mobile-account ul li .last:hover {
    color: #DC143C;
    background-color: rgba(220, 20, 60, 0.3);
}

.mobile-account-menu .mobile-account ul li a:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s;
}

.mobile-account-menu .mobile-account ul li a .material-icons {
    font-size: 15px;
    text-align: center;
    width: 20px;
    margin-right: 5px;
}

.mobile-account-menu .mobile-account ul li a span {
    flex-direction: row;
    display: flex;
    font-weight: 600;
    text-align: center;
    margin-right: 2px;
    font-size: 12px;
}


/*  ADMIN LAYOUT CSS */


/*admin__side*/

.nowrap {
    white-space: nowrap;
}

.admin__side .sidebar-info-block-outer::-webkit-scrollbar-track {
    background-color: #2b2f35;
    border-radius: 5px;
}

.admin__side .sidebar-info-block-outer::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #2b2f35;
    border-radius: 5px;
}

.admin__side .main-account-statement-block .card {
    background-color: #fff;
}

.admin__side .main-account-statement-block .transaction-history-nav-outer .transaction-history-nav a {
    color: #555;
}

.admin__side .main-account-statement-block table .thead {
    background-color: #ddd;
}

.admin__side table .thead th {
    color: #555;
}

.admin__side table tr:nth-child(even) {
    background-color: #fff;
}

.admin__side table tbody td {
    color: #444;
}

.admin__side .main-account-statement-block table tbody tr:hover {
    background-color: #f6f6f6;
}

.admin__side .sidebar-info-block-outer::-webkit-scrollbar-thumb {
    background-color: #ff8a0c;
    height: 8px;
    border-radius: 5px;
}

.admin__side .btn-default-two:hover,
.admin__side .btn-primary:hover,
.admin__side .btn-secondary:hover,
.admin__side .btn-success:hover,
.admin__side .btn-info:hover,
.admin__side .btn-warning:hover,
.admin__side .btn-light:hover,
.admin__side .btn-dark:hover,
.admin__side .btn-default:hover,
.admin__side .btn-danger:hover {
    border: 1px solid transparent;
}

.admin__side .btn-danger:focus {
    background-color: #EE3C00;
    color: #FFF;
}

.admin__side .btn-light {
    background-color: #fff;
    border: 1px solid #ccc;
}

.admin__side .btn-secondary {
    background-color: #999;
    border: 1px solid #888;
}

.admin__side .btn-secondary:hover {
    background-color: #DBDBDB;
    color: #030303;
}

.admin__side .btn-danger {
    background-color: rgba(238, 60, 0, 0.4);
    border: 1px solid #EE3C00;
    color: #EE3C00;
}

.admin__side .btn-danger:hover {
    background-color: #EE3C00;
    color: #ffffff;
}

.admin__side .btn-primary {
    background-color: rgba(0, 123, 255, 0.9);
    border: 1px solid #007bff;
    color: #fff;
}

.admin__side .btn-primary:hover {
    background-color: #007bff;
    color: #ffffff;
}

.admin__side .btn-success {
    background-color: rgba(0, 157, 89, 0.2);
    border: 1px solid #009D59;
    color: #009D59;
}

.admin__side .btn-success:hover {
    background-color: #009D59;
    color: #ffffff;
}

.admin__side .btn-info {
    background-color: rgba(0, 178, 255, 0.2);
    border: 1px solid #00B2FF;
    color: #00B2FF;
}

.admin__side .btn-info:hover {
    background-color: #00B2FF;
    color: #ffffff;
}

.admin__side .btn-warning {
    background-color: rgba(255, 198, 95, 0.2);
    border: 1px solid #FFC65F;
    color: #030303;
}

.admin__side .btn-warning:hover {
    background-color: #FFC65F;
    color: #ffffff;
}

.admin__side .btn-default {
    background-color: rgba(54, 112, 109, 0.2);
    border: 1px solid #36706D;
    color: #36706D;
}

.admin__side .btn-default:hover {
    background-color: #36706D;
    color: #ffffff;
}

.admin__side .btn-default-two {
    background-color: rgba(160, 213, 255, 0.2);
    border: 1px solid #A0D5FF;
    color: #A0D5FF;
}

.admin__side .btn-default-two:hover {
    background-color: #A0D5FF;
    color: #333333;
}

.admin__side input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
    background: #fff;
}

.login-page input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
    background: #333;
    color: #FFF;
    border: none;
    padding-left: 15px;
}

.login-page .form-control:focus,
.login-page .form-control:active {
    background-color: #444;
    color: #FFF;
}

.login-page .btn-warning {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    font-weight: 600;
}

.login-page {
    background-color: #000;
}

.login-page .overlay-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(0px);
    background-size: cover;
    background-position: center;
}

.login-page .overlay-bg {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.admin__side .topbar-main-header-block {
    height: 70px;
}

.admin__side .topbar-top-block .topbar-content .dropdown-menu.show {
    margin-top: 28px !important;
}

.admin__side .left-side-main-block {
    margin-top: 70px;
}

.admin__side .main-content-block {
    padding-right: 10px;
}

.admin__side .main-content-block .btn-group .btn {
    padding: 0 4px;
}

.admin__side .main-content-block .btn-icon .material-icons {
    opacity: 0.2;
    transition: all 0.2s ease;
    font-size: 40px;
}

.admin__side .main-content-block .btn-icon:hover .material-icons {
    transform: scale(1.2);
    opacity: 0.8;
}

.admin__side .orange-gredient {
    background: #f12711;
    background: linear-gradient(to right, #f5af19, #f12711);
    margin: 0 5px 5px 0;
}

.admin__side .blue-gredient {
    background: #00B4DB;
    background: linear-gradient(to right, #0083B0, #00B4DB);
    margin: 0 0 5px 0;
}

.admin__side .dark-blue-gredient {
    background: #0575E6;
    background: linear-gradient(to right, #021B79, #0575E6);
    margin: 0 5px 0 0;
}

.admin__side .green-gredient {
    background: #000000;
    background: linear-gradient(to right, #0f9b0f, #000000);
}

.admin__side .btn-icon span.digit {
    font-size: 22px;
}

.admin__side .btn-icon span.text {
    font-size: 18px;
}

.admin__side .btn-icon {
    position: relative;
    font-size: 22px;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
    margin: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin__side .btn-icon span {
    position: relative;
    display: block;
    top: 4px;
    font-weight: 600;
}

.admin__side .right-side-info-block ul li {
    border-bottom: 1px solid #EEE;
    padding-bottom: 6px;
    background-color: #E9EFFF;
    padding: 14px 22px;
    border-radius: 20px;
}

.admin__side .right-side-info-block ul li span {
    font-size: 14px;
    font-weight: 600;
}

.admin__side .right-side-info-block .card-body {
    padding: 7px 20px;
}

.admin__side .left-dashboard-top-buttons a {
    border-radius: 4px;
}

.admin__side .btn-icon:active,
.admin__side .btn-icon:focus,
.admin__side .btn-icon:hover {
    color: #FFF;
    outline: none;
    box-shadow: 0 2px 3px rgb(0 0 0 / 16%) !important;
}

.admin__side .block-markets-main-block .nav-tabs .nav-link {
    background-color: rgba(0, 0, 0, .05);
    margin-right: 4px;
    color: #555;
    font-size: 14px;
    border-radius: 2px;
}

.admin__side .block-markets-main-block .nav-tabs .nav-link:hover {
    color: #111;
}

.admin__side .block-markets-main-block .nav-tabs .nav-link.active:hover {
    color: #333;
}

.admin__side .block-markets-main-block .bg-dark {
    background-color: #4fbbdc !important;
    color: #FFF !important;
}

.admin__side .block-markets-main-block .nav-tabs .nav-item.show .nav-link:active,
.nav-tabs .nav-link.active:active,
.admin__side .block-markets-main-block .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #ff8a0c;
}

.admin__side .block-markets-main-block .card-header {
    background-color: #dff0d8;
    font-size: 16px;
    padding: 5px 10px;
}

.admin__side .block-markets-main-block .card-header h4 {
    color: #468847;
    display: inline-block;
}

.admin__side .block-markets-main-block .card-header img {
    width: 20px;
    position: relative;
    top: -2px;
}

.admin__side .block-league-header {
    padding: 4px 10px 8px;
    background-color: #d2f9ff;
    border-bottom: 1px solid #bce8f1;
    color: #555;
    font-weight: 600;
}

.admin__side .block-events-header {
    padding: 6px 20px;
    background-color: #fff1dc;
    border-bottom: 1px solid #f6deac;
    color: #ff9800;
    font-weight: 600;
}

.admin__side .block-markets-block .material-icons {
    position: relative;
    top: 4px;
    font-size: 18px;
}

.admin__side .block-markets-block .material-icons {
    cursor: pointer;
    color: #46ac46;
    margin-right: 8px;
    background: rgba(195, 213, 255, 0.4);
    border-radius: 5px;
    padding: 1px;
}

.admin__side .block-markets-block .material-icons.in-active {
    color: #e14430;
}

.admin__side .logout-btn {
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #ff8a0c;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    display: block;
    bottom: 7px;
}

.admin__side .users-breadcrumb ul li i {
    color: #999;
}

.admin__side .logout-btn:hover {
    color: #FFF;
}

.admin__side .logout-btn.two {
    background-color: #F50B10;
}

.admin__side .logout-btn i {
    font-size: 16px;
}

.admin__side .transaction-history-nav-outer .button-switch-two {
    right: 45px !important;
}

.admin__side .transaction-history-nav-outer .button-switch {
    position: relative;
    top: 6px;
    right: 14px;
}

.admin__side .button-switch-two .switch#input-switch-two:checked:before {
    background-color: rgba(0, 157, 89, 0.3);
}

.admin__side .button-switch-two .switch:before {
    box-shadow: 0 0 4px -1px inset rgb(0 0 0 / 30%);
    background-color: rgba(238, 60, 0, 0.3);
    width: 100px;
}

.admin__side .button-switch-two .switch:checked:after {
    transform: translate(80px, 3px);
}

.admin__side .button-switch-two .lbl-on {
    white-space: nowrap;
    left: 10px;
    top: 5px;
}

.admin__side .button-switch-two .lbl-off,
.button-switch .lbl-on {
    color: #333;
    font-weight: 700;
}

.admin__side .button-switch-two .lbl-off {
    white-space: nowrap;
    left: 22px;
    top: 5px;
}

.admin__side .form-control {
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    height: 35px;
    font-size: 13px;
    border-radius: 5px;
    color: #888;
    padding-left: 10px;
    font-weight: 600;
}

.admin__side .pagination button {
    margin: 0 10px !important;
    padding: 5px !important;
    line-height: 1 !important;
}

.admin__side .pagination span {
    line-height: 1 !important;
    position: relative;
    top: 9px;
}

.admin__side .main-account-statement-block .dashboard_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    background-color: #ff8a0c;
    padding: 10px;
    border-radius: 5px;
}

.admin__side .main-account-statement-block .dashboard_block {
    font-size: 16px;
    font-weight: 600;
}

.admin__side .main-account-statement-block .transaction-history-header {
    padding: 5px 10px;
}

.admin__side .main-account-statement-block .table-top-header {
    ;
    padding: 8px 5px;
}

.admin__side .main-account-statement-block table .thead th .form-check-input,
.admin__side .main-account-statement-block table tbody td .form-check-input {
    top: 9px;
    bottom: 0;
    margin: 0;
    width: 16px;
    height: 16px;
}

.admin__side .main-account-statement-block .transaction-history-header .users-breadcrumb ul,
.admin__side .main-account-statement-block .transaction-history-header .users-breadcrumb ul li {
    display: flex;
    margin-left: 5px;
    align-items: center;
}

.admin__side .main-account-statement-block table .sheet {
    font-size: 12px;
    padding: 4px 10px;
}

.admin__side .main-account-statement-block .filter-type-block .type-filter li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 10px;
}

.admin__side .main-account-statement-block .filter-type-block .type-filter li input[type=radio] {
    width: 15px;
    height: 15px;
}

.admin__side .main-account-statement-block .filter-type-block .type-filter li input {
    position: relative;
    top: 3px;
}

.admin__side .main-account-statement-block .filter-type-block .type-filter li label {
    margin-bottom: 0;
    margin-left: 2px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    color: #555;
}

.admin__side .main-account-statement-block .multiselect .multiselect__tags input {
    border: 0;
    height: 25px;
    line-height: 28px;
}

.admin__side .main-account-statement-block .transaction-report-btn .race-card-slider-block .race-card-slider-item {
    text-align: center;
}

.admin__side .main-account-statement-block .transaction-report-btn .race-card-slider-block .race-card-slider-item a {
    display: block;
    padding: 10px;
    background-color: #ff8a0c;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 5px;
}

.admin__side .main-account-statement-block .transaction-report-btn .race-card-slider-block .race-card-slider-item a img {
    filter: invert(1);
}

.admin__side .main-account-statement-block .league-name-icon {
    font-size: 18px;
    position: relative;
    top: 4px;
    color: #ff8a0c;
}

.admin__side .main-account-statement-block .under-card-2 .card-header .btn-danger.btn-sm {
    background-color: rgba(238, 60, 0, 0.2);
    border: 1px solid #EE3C00;
    color: #EE3C00;
}

.admin__side .main-account-statement-block .under-card-2 .card-header .btn-danger.btn-sm i {
    color: #EE3C00;
}

.admin__side .main-account-statement-block .under-card-2 .card-header .btn-danger.btn-sm:hover {
    background-color: #EE3C00;
}

.admin__side .main-account-statement-block .under-card-2 .card-header .btn-danger.btn-sm:hover i {
    color: #ffffff;
}

.admin__side .main-account-statement-block .under-card-4 {
    margin-top: 10px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.admin__side .main-account-statement-block .card-header {
    background-color: #f5f5f5;
}


/*.admin__side .main-account-statement-block .transaction-history-table {
  overflow-x: hidden !important;
}*/

.admin__side .main-account-statement-block .under-card-2 .card-header button {
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    /*  background-color: rgba(0, 123, 255, 0.2);*/
}

.admin__side .main-account-statement-block .under-card-2 .card-header button[aria-expanded="true"] {
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.admin__side .main-account-statement-block .under-card-2 .card-header .btn-sm i {
    color: #fff
}

.admin__side .main-account-statement-block .card.under-card-3 .card-header {
    background-color: #ff8a0c;
}

.admin__side .main-account-statement-block .card.under-card-4 .card-header {
    background-color: #ff8a0c;
}

.admin__side .main-account-statement-block .card.under-card-3 .card-title {
    color: #262626 !important;
    font-weight: 400;
}

.admin__side .main-account-statement-block a.btn:focus,
button:focus,
.btn:focus {
    box-shadow: none !important;
}


/* HORSE RACING */

.admin__side .main-account-statement-block .country-card-block ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.admin__side .main-account-statement-block .country-card-block ul li {
    display: inline-block;
}

.admin__side .main-account-statement-block .country-card-block .country-list-item {
    font-size: 18px;
    border-bottom: 2px solid transparent;
    padding: 10px 10px;
    color: #262626;
}

.admin__side .main-account-statement-block .country-card-block .country-list-item.in-play-active {
    border-bottom: 2px solid #fe3030;
}

.admin__side .main-account-statement-block .country-card-block .country-list-item.in-play-active span {
    color: #fe3030;
}

.admin__side .main-account-statement-block .restore-panel-event-row {
    padding: 10px 0;
    background: #f5f5f5;
    border-radius: 18px;
    align-items: center;
    margin-bottom: 5px;
}

.admin__side .main-account-statement-block .chart-event-title-block-outer {
    padding: 10px 8px;
    background-color: #ff8a0c;
    border-radius: 0;
}

.admin__side .main-account-statement-block .chart-event-title-block-outer .chart-event-title {
    color: #fff;
}

.admin__side .main-account-statement-block .chart-event-title-block-outer .event-detail-manage-main-block {
    background-color: #EEE !important;
    border: 1px solid #e4e4e4;
}

.admin__side .main-account-statement-block .event-detail-manage-block {
    background-color: rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid #ff8a0c;
    position: relative;
    line-height: 1.5;
    padding: 5px;
}

.admin__side .main-account-statement-block .chart-body-outer .l-blue,
.admin__side .main-account-statement-block .chart-body-outer .l-pink {
    background-color: #e9e9e9;
}

.admin__side .main-account-statement-block .chart-body-outer .bet-value {
    flex-basis: 70px;
    text-align: center;
    height: 43px;
    line-height: 13px;
    margin: 2px 1px 1px 1px;
    border-radius: 4px;
}

.admin__side .main-account-statement-block .chart-body-outer .bet-value .price-odd-title {
    margin: 0;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #7e7e7e;
    margin-top: 5px;
}

.admin__side .main-account-statement-block .chart-body-outer .bet-value .price-odd {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.admin__side .main-account-statement-block .chart-body-outer .bet-value.d-blue .price-odd-title {
    color: #041e26 !important;
}

.admin__side .main-account-statement-block .chart-body-outer .bet-value.d-pink .price-odd-title {
    color: #4d2826 !important
}

.admin__side .main-account-statement-block .chart-body-outer .match-odds-title-block {
    margin-left: 5px;
}

.admin__side .main-account-statement-block .chart-body-outer .book-view-main-block .mobile-nav-menu-link {
    display: block;
    width: 100%;
    background-color: #ff8a0c;
    color: #FFF;
    padding: 8px 10px;
    font-weight: 600;
    position: relative;
}

.admin__side .accordion-block .mobile-nav-menu-link[aria-expanded="false"] .more {
    display: block !important;
}

.admin__side .accordion-block>.mobile-nav-menu-link>i {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    display: none;
}

.admin__side .accordion-block .mobile-nav-menu-link[aria-expanded="true"] .less {
    display: block !important;
}

.admin__side .book-view-main-block .thead th {
    background-color: #47A8A4;
    color: #fff;
}

.admin__side .sound-block a i {
    font-size: 22px;
    color: #FFF;
}

.admin__side .section-heading-block {
    position: relative;
    height: 32px;
    padding: 0 16px;
    background-color: #ff8a0c;
    color: #FFF;
    border-radius: 0;
}

.admin__side .section-heading-block .section-heading {
    line-height: 32px;
}

.admin__side .price-odds-items-block {
    width: 209px;
}

.admin__side .price-odds-items-block .bet-value {
    width: 70px;
    flex-basis: unset;
}

.admin__side .chart-body-heading-two .btn.btn-sm {
    padding: 0 5px;
}

.admin__side .manage-dtl-block {
    margin-right: 5px;
}

.admin__side .manage-dtl-block .book,
.admin__side .manage-dtl-block .bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin__side .manage-dtl-block .book .material-icons,
.admin__side .manage-dtl-block .bet .material-icons {
    font-size: 15px;
}

.admin__side .cross-btn {
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    background-color: #555;
}

.admin__side .cross-btn i {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.admin__side .bet-type-tag {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    display: inline-block;
    margin-left: 20px;
}

.admin__side .bg-bet-blue .bet-type-tag {
    background-color: #ff8a0c;
}

.admin__side .bg-bet-red .bet-type-tag {
    background-color: red;
}

.admin__side .left-panel-block .accordion .card-header {
    line-height: 28px;
}

.admin__side .left-panel-block .accordion .card .card-body .leagues:before {
    background-color: #ff8a0c;
}

.admin__side .left-panel-block .accordion .card .card-body .leagues,
.left-panel-block .accordion .card .card-body .event-name {
    line-height: 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.left-panel-block .accordion .card .card-body .event-name {
    text-transform: none;
    color: #fff;
    background-color: #444;
    padding-left: 30px;
    font-weight: 600;
    font-size: 14px;
}

.left-panel-block .accordion .card .card-body .event-name:hover {
    background-color: #555;
}

.admin__side .add-form-template label {
    width: 200px;
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.admin__side .main-account-statement-block table tbody {
    background-color: #fff;
}

.admin__side .table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.admin__side .main-account-statement-block .table {
    color: #555;
}

.admin__side .main-content-block .form-group label {
    color: #555;
}

.admin__side .input-group-text {
    padding: 0 8px;
    font-size: 13px;
    border-radius: 0 8px 8px 0;
}

.admin__side .parents-modal-block li {
    cursor: pointer;
}

.admin__side .parents-modal-block li input {
    cursor: pointer;
    width: auto;
    height: auto;
}

.admin__side .parents-modal-block li i {
    position: relative;
    top: 6px;
    color: #369;
    font-weight: 700;
    padding-left: 10px;
    margin-right: -4px;
}

.admin__side .parents-modal-block li i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 0.5px;
    background-color: #369;
}

.admin__side .parents-modal-block li span {
    font-size: 16px;
    color: #369;
    font-weight: 700;
}

.admin__side .block-market-header {
    padding: 2px 35px;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    font-weight: 500;
}

.admin__side .pos-rel {
    position: relative;
}

.admin__side .loading-block {
    position: relative;
    left: 92%;
    transform: translateX(-50%);
    width: 50px;
}

.admin__side .loading-pulse {
    position: relative;
    width: 5px;
    height: 22px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.admin__side .loading-pulse:before,
.admin__side .loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 14px;
    width: 5px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
    animation: pulse 750ms infinite;
}

.admin__side .loading-pulse:before {
    left: -12px;
}

.admin__side .loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.admin__side .suspended:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    background-color: rgba(255, 255, 255, 0.6);
}

.admin__side .suspended:before {
    position: absolute;
    width: 115px;
    height: 24px;
    line-height: 24px;
    top: 53%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    content: attr(data-content);
    background-color: #FFF;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=0, Color=#2c2c2c333)";
    box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=19, Direction=135, Color=#2c2c2c333);
    border-radius: 4px;
    letter-spacing: 1px;
}


/*check box*/

.admin__side .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.admin__side .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.admin__side .cbx span:first-child {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #999;
    transition: all 0.2s ease;
}

.admin__side .cbx span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.admin__side .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ff8a0c;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.admin__side .cbx.danger span:first-child:before {
    background: #ff8a0c;
}

.admin__side .cbx span:last-child {
    padding-left: 8px;
}

.admin__side .cbx:hover span:first-child {
    border-color: #ff8a0c;
}

.admin__side .cbx.danger:hover span:first-child {
    border-color: #ff8a0c;
}

.admin__side .inp-cbx:checked+.cbx span:first-child {
    background: #ff8a0c;
    border-color: #ff8a0c;
}

.admin__side .inp-cbx.danger:checked+.cbx.danger span:first-child {
    background: #ff8a0c;
    border-color: #ff8a0c;
}

.admin__side .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.admin__side .cbx span {
    box-shadow: none;
}

.admin__side .suspendedadmin__side.suspe nded-small:before {
    font-size: 9px;
    width: 100%;
    height: 20px;
    line-height: 19px;
    border-radius: 3px;
    white-space: nowrap;
    margin-top: -1.5px;
    letter-spacing: 1px;
    max-width: 100px;
}

.admin__side .form-control.custom-form-control-left {
    width: 75px;
    display: inline;
    background-color: unset;
    height: 30px;
    font-size: 14px;
    padding: 0 5px;
    min-width: 0;
}

.admin__side .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F5F5F5;
}

.admin__side .footer {
    margin-top: 50px;
}

.admin__side .search-block {
    display: flex;
}

.admin__side .search-block .multiselect {
    width: 300px;
}

.admin__side .suspended.suspended-small:before {
    font-size: 9px;
    width: 100%;
    height: 20px;
    line-height: 19px;
    border-radius: 3px;
    white-space: nowrap;
    margin-top: -1.5px;
    letter-spacing: 1px;
    max-width: 100px;
}

.admin__side .suspended.suspended-small.winner-suspended:before {
    width: 100%;
    height: 100%;
    background-color: rgba(34, 187, 146, 0.2);
    color: #333;
    font-size: 16px;
    line-height: 2.2;
    box-shadow: none;
    top: 50%;
    border-radius: 0;
}

@media (max-width: 800px) {
    .admin__side .suspended.suspended-small:before {
        margin-top: 3px;
    }
}


/*admin responsive*/

@media (max-width: 768px) {
    .admin__side .btn-icon {
        margin: 0;
        margin-bottom: 5px;
    }
    .admin__side .main-content-block {
        padding-top: 15px;
    }
    .admin__side .main-content-block .main-account-statement-block {
        margin-right: 0;
    }
    .admin__side .price-odds-items-block {
        width: auto;
    }
    .admin__side .markets-to-bets-btn button,
    .admin__side .bets-to-markets-btn button {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
        padding: 3px 0px;
        line-height: 0;
        animation: button-flash 0.8s ease infinite;
        background-color: #444;
        color: #fff;
        height: 30px;
        width: 30px;
        border-radius: 14px;
        animation: puls 3s linear infinite;
    }
    .admin__side .bets-to-markets-btn button {
        left: 0;
    }
    .admin__side .markets-to-bets-btn button {
        right: 0;
    }
    .admin__side .main-account-statement-block .under-card-2 .card-header .btn-danger.btn-sm {
        margin-top: 5px;
    }
    .admin__side .mx-datepicker {
        width: auto;
    }
    .admin__side .date-filter {
        margin-top: 5px;
    }
    .admin__side .date-filter .btn-success {
        margin-top: 5px;
    }
    .admin__side .search-btn {
        margin-top: 5px;
    }
    .admin__side .search-block {
        display: block;
    }
    .admin__side .search-block .multiselect {
        width: 100%;
    }
}

.date-filter .d-flex div.mx-datepicker:first-child input {
    border-radius: 5px 0 0 5px;
}

.date-filter .d-flex div:last-child input {
    border-radius: 0 5px 5px 0;
}


/* ============ LIVE CASINO =============  */

.live-casino-nav .casino-nav-item {
    position: relative;
    display: block;
    height: 50px;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 52px;
    text-align: center;
    padding: 0 15px;
    white-space: nowrap;
    color: #f6f6f6;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.live-casino-nav .casino-nav-item:hover,
.live-casino-nav .casino-nav-item.active {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
}

.live-casino-games-detail-block {
    padding: 0;
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.live-casino-game .game-thumb-info {
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 0 0.625rem 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.live-casino-game .game-thumb-info .game-thumb-name,
.live-casino-game .game-thumb-info .game-thumb-vendor {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.live-casino-game .game-thumb-info .game-thumb-name {
    -webkit-line-clamp: 2;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #fff;
    word-wrap: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: inline-block;
}

.live-casino-game .game-thumb-info .game-thumb-vendor {
    font-size: .75rem;
    line-height: 1.125rem;
    color: #ff8a0c;
    text-align: left;
    display: inline-block;
}

.casino-nav-outer {
    position: sticky;
    border: 1px solid #9D6600;
    top: 70px;
    z-index: 4;
    background: #161616;
    /* fallback for old browsers */
    border-radius: 5px;
    -webkit-box-shadow: rgb(99 99 99 / 8%) 0 2px 8px 0;
    box-shadow: rgb(99 99 99 / 8%) 0 2px 8px 0;
}

.casino-nav-outer .categories-block {
    padding: 0 15px
}

.casino-nav-outer .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.live-casino-games-block {
    background-color: transparent;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #161616;
    padding: 15px 10px;
    border-radius: 5px;
}

.live-casino-games-heading {
    padding-bottom: 15px;
}

.live-casino-games-heading .heading {
    position: relative;
    font-weight: 600;
    color: #ff8a0c;
    font-size: 1.5rem;
}

.casino-nav {
    overflow: auto;
}

@media(max-width: 1700px) {
    .live-casino-games-detail-block {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

@media(max-width: 992px) {
    .live-casino-games-detail-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .casino-nav-outer {
        top: 70px;
    }
}

@media(max-width: 768px) {
    .live-casino-games-detail-block {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(min-width: 993px) and (max-width: 1150px) {
    .live-casino-games-detail-block {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media(min-width: 1151px) and (max-width: 1300px) {
    .live-casino-games-detail-block {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

@media(max-width: 500px) {
    .live-casino-games-detail-block {
        padding: 0;
        grid-template-columns: 1fr 1fr;
    }
    .casino-nav-outer {
        top: 66px;
    }
    .live-casino-games-detail-block {
        padding: 0;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
    .grand-slider .slider-item {
        text-align: center;
        margin: 10px 0px;
    }
    .grand-slider .slider-item img {
        width: 100%;
    }
}

select {
    outline: none;
    -webkit-appearance: none;
    font: 14px 'Open Sans', sans-serif;
    cursor: pointer;
    color: #3C434A;
    border-color: #A6AFB7;
    min-width: 256px;
    padding: 8px 16px;
    border-radius: 3px;
    background: #FFFFFF url('https://i.imgur.com/hRbauFc.png') no-repeat scroll right center;
}

select:hover,
select:active {
    border-color: #85929D;
}

.dropdown {
    margin: 0;
    border-radius: 3px;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown dt a {
    background: #FFFFFF url('https://i.imgur.com/hRbauFc.png') no-repeat scroll right center;
    display: block;
    padding: 0;
    border-radius: 5px;
    width: 150px;
    text-decoration: none;
    color: #3C434A;
    font-size: 12px;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 6px 14px;
}

.dropdown dd ul {
    overflow: hidden;
    background: #FFF;
    transform: scale(0.7);
    z-index: -1;
    opacity: 0;
    list-style: none;
    position: absolute;
    left: 0px;
    padding: 2px 0;
    top: 5px;
    width: 150px;
    min-width: 150px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    transform-origin: center top;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dropdown dd ul.active {
    transform: scale(1);
    z-index: 3;
    opacity: 1;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px 14px;
    display: block;
    text-decoration: none;
    color: #3C434A;
    font-weight: 500;
    border-bottom: 1px solid #EEE;
    font-size: 12px;
    cursor: pointer;
}

.dropdown dd ul li a:hover {
    background-color: #ff8a0c;
    color: #FFF;
}

.dropdown dt a:hover,
.dropdown dt a:active {
    border-color: #ff8a0c;
}

.live-casino-game {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.live-casino-game::after {
    content: "";
    background: linear-gradient(180deg, transparent 45%, rgb(0 0 0 / 100%));
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.casino-banners.two .live-casino-game::after {
    background: linear-gradient(180deg, transparent 45%, rgba(65, 170, 240, 0.7));
}

.casino-banners.two .live-casino-game h3 {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 5px;
    left: 8px;
    background-color: #41aaf0;
    z-index: 2;
    font-weight: 400;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    border-radius: 50%;
    box-shadow: 0 1px 15px #333;
}

.live-casino-game:hover {
    z-index: 2;
}

.live-casino-game .mobile-text {
    color: #FFF;
    position: absolute;
    bottom: 0px;
    text-align: left;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    /*    background-color: #333;*/
    padding: 10px;
}

.live-casino-game .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    /*    background: linear-gradient(to right top, #000000, #111111, #262626222, #333333, #ff8a0c);*/
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.live-casino-game:hover .overlay-bg {
    opacity: 1;
}

.live-casino-game .overlay-bg h4 {
    position: absolute;
    padding: 0 5px;
    color: #F5F5F5;
    font-size: 15px;
    font-weight: 500;
    opacity: 0;
    top: 50%;
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 1.5;
    width: 100%;
}

.live-casino-game:hover .game-thumb-info {
    opacity: 0;
}

.live-casino-game:hover .overlay-bg h4 {
    opacity: 1;
    transform: translateY(-50%);
    top: 50%;
    color: #ff8a0c;
    z-index: 1;
    font-size: 16px;
    text-shadow: 1px 1px 3px #000;
}

.live-casino-game img {
    width: 100%;
}

.list-complete-enter,
.list-complete-leave-to {
    opacity: 0;
    transform: scale(0);
}

.list-complete-leave-active {
    position: absolute !important;
}


/* ============ REFERRAL PANEL =============  */

.referral-link blockquote {
    padding: 10px 15px;
    background-color: #ff8a0c;
    color: #FFF;
    font-weight: 500;
    border-left: 5px solid #ff8a0c;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
}

.success {
    color: #28a745!important;
    font-weight: 600;
}

.danger {
    color: #dc3545!important;
    font-weight: 600;
}

.toasted .primary.success,
.toasted.toasted-primary.success {
    color: #fff !important;
}

.bg-bet-red {
    background-color: #f3964c !important;
}

.bg-bet-blue {
    background-color: #72a8ff !important;
}


/*  LIVE SCORE AND OTHER  */

.score-main-block {
    background-color: #333;
    height: auto;
    background-size: cover;
    color: white;
    padding: 5px;
}

.score-main-block h4,
.score-main-block span {
    color: #FFF;
    font-weight: 600;
}

.score-main-block span {
    font-size: 13px;
}

.score-main-block .inning-block {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
}

.score-main-block .inning-block:last-child {
    border-bottom: none;
}

.score-main-block .score-ball-block {
    background-color: #FFF;
    color: #262626;
    margin: 0 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.score-main-block .score-ball-block.red {
    background-color: red;
    color: #FFF;
}

.ball-by-ball-block {
    overflow-x: scroll;
    white-space: nowrap;
    cursor: grab;
}

.overs-block {
    padding: 5px;
    background-color: #666;
    border-radius: 20px;
    margin: 0 3px;
    display: inline-block;
}

.match-commentary h4 {
    font-size: 11px;
    text-align: center;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    border-radius: 10px;
    margin-top: 8px;
}

.bg-primary {
    background-color: #ff8a0c !important;
}

.score-main-block.bg-primary .overs-block {
    background-color: #ff8a0c !important;
}

.score-main-block.bg-primary .inning-block {
    border-color: #ff8a0c !important;
}


/* REFERRAL */

.referral-notice {
    padding: 5px 10px;
    margin-bottom: 15px;
}

.referral-notice h4 {
    color: #ff8a0c;
    font-size: 17px;
}

.sport-event-count {
    font-size: 12px;
    background-color: #ff8a0c;
    color: #000;
    border-radius: 2px;
}

.chip {
    padding: 1px 8px;
    font-size: 12px;
    line-height: 17px;
    border-radius: 5px;
    background-color: #ccc;
}

.top-nav-button {
    padding: 0 20px;
    background: #333;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
    color: #fff;
    transition: all 0.3s ease;
}

.topbar-main-header-block .topbar-top-block .quick-button a:hover,
.topbar-main-header-block .topbar-top-block .quick-button a:active,
.topbar-main-header-block .topbar-top-block .quick-button a:focus {
    color: #FFF;
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
}

.topbar-top-block .balance-dropdown {
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #1368de 0, #4a8ff0 15%, #548ee0 30%, #1567d8 55%, #2869c3 100%) !important;
    padding: 5px 7px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
}

.login-page .card {
    background-color: #111;
    border-radius: 10px;
    border: none;
}

.text-warning {
    color: #ff8a0c!important;
}

.login-page .card-body {
    /* box-shadow: 0px 10px 50px #000; */
    border: none;
    border-radius: 10px;
}

.login-page .card label {
    font-size: 13px;
    font-weight: 600;
    color: #999;
}

.login-page .card .forgot-link a {
    color: #ff8a0c;
}

.login-page .card .login-text p {
    color: #999;
}

.login-page .card .have-account-text {
    color: #999;
}

.home-banners-main-block .terms-title {
    background-color: #ff8a0c !important;
}

.main-card {
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: #333;
}

.my-bets-modal .v--modal-box {
    height: 100% !important;
    background-color: #333 !important;
}

.btn-success {
    background-color: #009B2F;
}

.banner .owl-dots {
    margin: 0;
    position: absolute;
    bottom: -1px;
    transform: translateX(-50%);
    left: 50%;
    padding: 7px 12px 6px;
    border-radius: 5px;
    background-color: transparent;
    min-width: 230px;
}

.banner .owl-carousel .owl-stage-outer {
    border-radius: 5px;
}

.banner .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 3px #111);
}

@media (max-width: 600px) {
    .banner .owl-theme .owl-dots .owl-dot span {
        width: 20px;
    }
}

.banner .owl-dots button:focus {
    outline: none !important;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff8a0c;
}


/*  CASINO BANNER  */

.casino-banners .owl-dots {
    margin: auto 0 !important;
    margin-left: 10px !important;
    margin-right: 5px !important;
}

.casino-banners .owl-dots .owl-dot {
    margin: 3px 0 !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.casino-banners .owl-dots .owl-dot button {
    position: relative;
    background-color: transparent;
    color: #CCC;
    font-size: 16px;
    outline: none;
    border: none;
    transition: all 0.3s ease;
}

.casino-banners .owl-dots .owl-dot.active {
    background-color: #ff8a0c;
}

.casino-banners .owl-dots .owl-dot.active button {
    color: #FFF;
    text-shadow: 1px 1px 3px #555;
    font-size: 20px;
}

.casino-banners .item-main-block {
    width: 70%;
    top: 0;
    right: 55px;
    position: relative;
    float: right;
}

.casino-banners.two .item-main-block {
    width: initial;
    float: none;
    right: 0;
}

.casino-banners.two .owl-carousel .owl-item img {
    width: 100%;
    margin: 0 auto;
}

.casino-banners .item-main-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.casino-banners .item-main-block .details {
    position: absolute;
    top: 50%;
    left: -15%;
    transform: translateY(-50%);
}

.casino-banners .item-main-block .heading {
    font-size: 8vw;
    color: #FFF;
    text-shadow: 1px 1px 3px #333;
    margin-bottom: 5px;
}

.casino-banners .item-main-block .sub-heading {
    font-size: 6vw;
    color: #ff8a0c;
    text-shadow: 1px 1px 3px #333;
}

.casino-banners .item-main-block a {
    color: #FFF;
    padding: 2px 8px;
    font-size: 14px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 45%);
    background: linear-gradient(to right, #1368de 0, #4a8ff0 15%, #548ee0 30%, #1567d8 55%, #2869c3 100%) !important;
}

.casino-banners.desktop {
    background-color: #111;
    border-radius: 10px;
    padding: 20px 10px;
    margin: 14px 0;
}

.casino-banners.desktop .heading {
    font-size: 28px;
}

.casino-banners.desktop .sub-heading {
    font-size: 22px;
}

.form-logo {
    width: 240px;
    height: 100%;
}


/*  Wallet Block  */

.wallet-active-block {
    border: none;
}

.wallet-active-block .btn {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 2px 10px;
    color: #FFF !important;
    letter-spacing: 0.25;
    width: 100%;
    justify-content: center !important;
}

.wallet-active-block .btn.active {
    background: linear-gradient(to right, #f76904 0, #ff8c30 15%, #ff9b30 30%, #f78b04 55%, #ff8a0c 100%);
    text-shadow: 1px 1px 3px #777;
}

.wallet-active-block .btn:first-child {
    border-radius: 5px 0 0 5px;
}

.wallet-active-block .btn:last-child {
    border-radius: 0 5px 5px 0;
}

.livecasino-block .casino-slider .game-slider .game-thumb-home-info .game-thumb-home-vendor {
    color: #ff8a0c;
}

.loginmodel .login-modal-close {
    position: absolute;
    right: 11px;
    color: #ffff;
    top: 10px;
}

.dropdown.active ul {
    transform: scale(1);
    z-index: 3;
    opacity: 1;
}

.modal-dialog.dialog .modal-body input {
    border-bottom: 0;
    color: #ffffff;
    background: #333;
    border-radius: 5px;
}

.modal-dialog.dialog .modal-body {
    background-color: transparent;
}

.chips-setting-modal.modal .dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .chips-setting-modal.modal .dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.chips-setting-modal.modal .dialog {
    /* max-width: 700px; */
    margin: 1.75rem auto;
}