/*
  Creation Date: 16 February 2022
  Description: A default stylesheet for Godfather - HTML Template.
  Version: 1.0
*/

/* =============== Colors Used =====================
Dark Blue: #cf0333;
Light Blue: #cf0333;
White Color: #fff;
Light White Color:  #f5f5f5;
Black Color: #030303;
Green Color: #025f18;
Light Green Color: #009B2F;
#cf0333 Color:  #dc3545;
#cf0333 light: #4d2826;
Gray Color:  #7e7e7e; : #5c6060  : : 
d-Blue: #71baef;
d-pink: #faa8b9;
l-blue: #e9e9e9;
l-pink: #e9e9e9;
back text color: #041e26;
lay text color: #4d2826;


Mobile buttom menu icon color: #5c6060;
Mobile buttom menu icon hover color: #cf0333;

gradient color 1:  linear-gradient(to left, #ec2F4B, #009FFF);
jannatbookBlue gradient color 2: linear-gradient(to right, #58CCED -30%, #cf0333 20%, #cf0333 130%);
===================================================*/

/* ================================= */
/*===== Typography =====*/
/* ================================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
.roboto-condensed-uniquifier {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
:root {
    --animate-delay: 0.1s;
  }
  body {
      font-size: 12px;
      font-weight: 600;
      font-family: 'Mukta', sans-serif;
  }
  
  .whatsapp_link {
    position: fixed !important;
    right: 10px;
    bottom: 200px;
    z-index: 999;
  }
  
  body,
  html {
    line-height: 15px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-weight: 400;
    background-color: transparent;
    color: white;
    font-family: 'Roboto Condensed', sans-serif !important;
  }
  body {
    position: relative;
    overflow-y: auto;
  }
  h1,
  h2,
  h3,
  h4,
  h6 {
      font-weight: 700;
      font-family: 'Mukta', sans-serif;
      margin: 0;
      color: white;
  }
  
  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;
  }
  .green-dot {
    background-color: #28a745;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
  }

  .status-dot {
    margin-top: -17px;
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
  }
  .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: #cf0333;
  }
  .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: #cf0333;
    color: #333;
  }
  .text-warning {
    color: #cf0333 !important;
  }
  .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;
    -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: #71baef !important;
  }
  .d-pink {
    background-color: #faa8b9 !important;
  }
  .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    outline: 0;
  }
  .form-check-input {
    width: 15px;
  }
  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-borde#cf0333 td, .table-borde#cf0333 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-borde#cf0333 td, .table-borde#cf0333 th {
    white-space: nowrap;
    font-size: 14px;
    padding: 6px;
  }
  .table-responsive>.table-borde#cf0333 {
    margin: 0;
  }
  .bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    background-color: white;
  }
  .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: #cf0333;
  }
  
  .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 #3ED6C6;
    
  }
  .topbar-top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #000;
  background-image: linear-gradient(180deg, #383838 0%, #010101 100%)
}

  .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: #cf0333;
    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:  rgb(0, 187, 184);
 
  }
  .topbar-top-block .topbar-content .dropdown-menu.show.blue {
    background:  rgb(0, 187, 184);
    width: 20rem;
    margin-top: 25px;
 
  }
  .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;
    border: 1px solid;
    margin-left: 2px;
    border-radius: 12px;
  }
  .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: black !important;
  }
  .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 #cf0333;
    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: #cf0333;
  }
  .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: 50px;
    line-height: 50px;
    width: auto;
    position: relative;
    margin-right: 10px;
  }
  .topbar-top-block .logo img {
    max-width: 200px;
    width: auto;
    height: 150%;
    padding: 0;
    -webkit-transition: all .1s;
    transition: all .1s;
    /* padding-top: 10px; */
    margin-right: 5px;
    margin-top: -10px;
  }
  .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: #cf0333;
  /*  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: #333; */
    color: white;
    background-color: #e83523;
    background-image: linear-gradient(-180deg, #f72424 0%, #bb1c00 100%);
  }
  .topbar-button .sign-up-btn {
    background: #cf0333;
  }
  
  .topbar-button .btn-primary:hover {
    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: 100px;
    background-color: #cbcbcb;
    padding-bottom: 0;
    height: auto;
    position: fixed;
    top: 9px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 232px;
    /*border-right: 1px solid #714000;*/
  }
  .left-panel-block .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 0.5px solid #b9b4b4;
    background-color: transparent;
  }
  .left-panel-block .accordion .card-header {
    padding: 0px 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 35px;
    display: block;
  }
  .left-panel-block > .accordion {
    color: var(--site-color);
    font-weight: normal;
    font-size: 12px;
  }
  .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;
    height: 23px !important;
  }
  .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;
    color: black;
  }
  .left-panel-block .accordion .btn-link {
    text-decoration: none;
    color: black;
  }
  .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: #cf0333;
  }
  .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: 1px 25px;
    background: #cbcbcb;
  }
  
  /* ================================= */
  /*===== Right side main block =====*/
  /* ================================= */
  .right-side-main-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 125px;
    height: auto;
    width: 390px;
    z-index: 1;
    background-color: #c4c4c4;
    overflow-x: scroll;
    padding: 10px;
    /*border-left: 1px solid #714000;*/
  }
  .right-side-main-block .title {
    background-color: rgb(0, 187, 184);
    margin-bottom: 12px;
  }
  .right-side-main-block .title.sports {
    margin-bottom: 0;
    background-color: rgb(0, 187, 184);
  }
  .right-side-main-block .live-stream {
    background-color: #cf0333;
  }
  .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: 2px 0;
    width: 100%;
  /*  background-color: #cf0333;*/
  background: (6,57,79);
  
  }

  .red-data{
    background-color: red;
  }
  
  .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: white;
    background:  rgb(0, 187, 184);
     
    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;
    background-color:rgb(0, 187, 184);
  }
  .title.sports .material-icons {
    color: white;
    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 #cf0333;
  }*/
  .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:  #cf0333;
  }
  .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 =====*/
  /* ================================= */

  .main-content-block {
    padding-left: 243px;
    width: 100%;
    height: auto;
    padding-right: 11px;
    margin-top: 100px;
    background: white;
    margin-top: 110px;
  }
  .main-content-block .form-group label {
    color: #ddd;
  }
  .main-content-block .modal-header {
    background-color: rgb(0, 187, 184);
  }
  .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;
    width: 100%;
  }
  .main-content-block .main-tabs {
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    margin: 5px 0;
    margin-top: 96px !important;
  /*  border-radius: 20px;*/
  }
  .main-content-block .main-tabs .game-list {
    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 .img-main-block {
    background-color: white;
  }
  .main-content-block .game-list .item .active h6 {
    background: rgb(44, 62, 80);
    color: white;
  }
  .submenu-active-class{
    background: rgb(0, 187, 184);
    color: white;
  }
  .submenu-non-active-class{
    background: rgb(44, 62, 80);
    color: white;
  }
  .sports-list-menu{
    display: flex;
  }
  .sports-list-menu-mobile{
    display: none;
  }
  .status-dot {
    width: 10px;
    height: 10px;
    background-color: #28a745; /* Green color (success) */
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
  }
  
  .main-content-block .game-list .item a {
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    color: #cf0333;
    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: #cf0333;
    -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: white;
    border-radius: 50%;
  }
  .main-content-block .game-list img {
    width: 70% !important;
    margin: 0 auto;
    margin-top: 5px;
  }
  .main-content-block .game-list h6 {
    padding: 10px 0 5px 0px;
    color: black;
    transform: scale(1.2);
    transition: all .5s;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .2s;
    background: #cbcbcb;
  }
  .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: #cf0333 !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: #cf0333 !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: white;
    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: #c4c4c4;
    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;
    background-color: white;
    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;
    border-bottom: 0.5px solid #d5d5d5;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(213, 213, 213);
  }
  .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: black;
    margin-left: 10px;
  }
  .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%, #cf0333 20%, #cf0333 130%);
    color: #cf0333;
    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: #cf0333;
    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, #cf0333);
    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, #cf0333);
    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, #cf0333);
    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, #cf0333);
    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: #cf0333;
  }
  .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,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
    transform: translateZ(15px);
  }
  .cube .box.box2.front {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
  }
  .cube .box.back {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
    transform: translateZ(-15px) rotateY(180deg);
  }
  .cube .box.box2.back {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
    transform: translateZ(-15px) rotateX(-180deg);
  }
  .cube .box.top {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
    transform: rotateX(-90deg) translateY(-15px);
    transform-origin: top center;
  }
  .cube .box.box2.top {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
    transform: rotateX(90deg) translateY(-15px);
  }
  .cube .box.bottom {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
    transform: rotateX(90deg) translateY(15px);
    transform-origin: bottom center;
  }
  .cube .box.box2.bottom {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
    transform: rotateX(-90deg) translateY(15px);
  }
  .cube .box.left {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
    transform: rotateY(270deg) translateX(-15px);
    transform-origin: center left;
  }
  .cube .box.box2.left {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
  }
  .cube .box.right {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%);
    transform: rotateY(-270deg) translateX(15px);
    transform-origin: top right;
  }
  .cube .box.box2.right {
    background: linear-gradient(to right,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 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.9;
    position: relative;
    text-transform: uppercase;
    background: white;
    margin-top: 10px;
  }
  .market-data .markets .market-left .league .league-name {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--site-color);
    font-size: 13px;
    line-height: 15px;
    text-transform: capitalize;
    font-weight: 400;
  }
  .market-data .markets .market-left .league .vs {
    padding: 0 5px;
  }
  .market-data .markets .market-left .league .vs .vs-text {
    font-size: 13px;
    color: #cf0333;
  }
  /*.market-data .markets .market-left .league .vs .vs-text:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    z-index: -1;
    background-color: #cf0333;
    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;
    margin-left: 0px;
  }
  .market-data .markets .market-left .league .league-detail .league-subtitle {
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 12px;
  }
  .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: black;
    line-height: 1.2;
    position: relative;
    top: -12px;
    left: 0px;
    right: -1px;
  }
  /*.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 #cf0333;
    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 .back,
  .market-data .markets .market-right .match-rate .lay {
  /*  height: 35px;*/
  float: left;
  width: 50%;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  color: #273a47;
  }
  .market-data .markets .market-right .match-rate .back {
    background-color: #71baef;
    color: #1e1e1e;
  }
  .market-data .markets .market-right .match-rate .lay {
    background-color: lightpink;
  color: #1e1e1e;
  }
  
  .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: 0px;
      padding: 0 5px;
      height: 70px;
    }
    .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: #cf0333 !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 #cf0333;
  }
  /* ================================= */
  /*===== 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: rgb(0, 187, 184);
    ;
  }
  .modal-dialog {
    max-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 #cf0333;
    box-shadow: 0 1px 0 0 #cf0333;
    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: #cf0333;
  }
  .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: 51px 20px;
    width: 320px;
    background: #00bbb8;
    width: 430px;
    position: absolute;
    border-radius: 18px;
  }
  .modal-container .android {
    border: 1px solid #cf0333;;
  }
  .modal-container .otp-title {
    color: #cf0333;
    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: #cf0333;
    border-color: #cf0333;
    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: #cf0333;
  }
  .modal-dialog .modal-body .loginButton:hover {
    color: #cf0333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modal-dialog .modal-body .loginButton.two:hover {
    color: #cf0333;
    -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: #cf0333;
    border-color: #cf0333;
    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: #cf0333;
    -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: #cf0333;
  }
  .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: #cf0333;
    margin-left: 3px;
    font-weight: 600;
  }
  .login-link {
    color: #cbcbcb;
    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: #cf0333;
    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: white;
    border-radius: 5px;
    -webkit-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: #cf0333;*/
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 1.5;
    padding-top: 60px;
  /*  display: flex;*/
    justify-content: center;
    background: white;
  }
  .main-content-block .main-market .main-market-block .main-market-header .market-title {
    padding: 0 15px;
    height: 34px;
    color: rgb(0, 187, 184);
    font-size: 15px;
    font-weight: 500;
    line-height: initial;
    position: absolute;
    margin-top: 15px;
    top: 5px;
    background-color: rgb(0, 187, 184);
    align-items: center;
    display: flex;
    border-radius: 25px;
    z-index: 1;
    -webkit-animation: puls 3s linear infinite;
    animation: puls 3s linear infinite;
    background:  rgb(0, 187, 184);
    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: rgb(0, 187, 184);
    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: #cf0333;
  }
  .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: #cf0333;
    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: rgb(0, 187, 184);
    border: 2px solid rgb(0, 187, 184);
    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: rgb(0, 187, 184);
    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: rgb(0, 187, 184);
    margin-left: 8px;
  }
  .focus ul {
    display: flex;
  }
  /*.focus h6 {
    border: 1px solid #cf0333;
    border-radius: 5px;
    font-size: 12px;
    color: #cf0333;
    letter-spacing: 2px;
    font-weight: 700;
  }*/
  
  .focus h6 {
    position: relative;
    padding: 2px 6px;
    color: #cf0333;
    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, #cf0333);
    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 right, #171618, #cf0333);
    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 right, #171618, #cf0333);
    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 right, #171618, #cf0333);
    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;
  }
  .main-market-block .categories .select-category .category-scroll .tabs {
    background-color: rgb(44, 62, 80);
    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;
    color: white;
  }
  .main-market-block .categories .select-category .category-scroll .tabs .tab .tab-text {
    background-position: center;
    transition: background .8s;
  }  
  .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: #cbcbcb;
    border-bottom: 2px solid rgb(44, 62, 80);
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .main-market-block .event-header i {
    filter: invert(1);
    color: white;
  }
  .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: black;
    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;
  }
  .material-icons {
    color: white;
  }
  /*.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 black;
  }
  .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: black;
    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;
    color: black;
  }
  .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: #71baef;
  }
  .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: #faa8b9;
  }
  .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 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.3) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px) !important;
  }
  .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 #71baef;
  }
  .bet-slip.lay {
    background-color: rgba(231, 123, 97, 0.4);
    border-top: 3px solid #faa8b9;
  }
  .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;
  }
  
  .phone-input-wrapper {
  border-radius: 6px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
}
.indian_code{
  font-size: 20px;
  font-weight: 100;
}
.country-code-selector {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding-right: 10px;
  margin-right: 10px;
  color: white;
  user-select: none;
}

.country-code-selector .arrow {
  margin-left: 6px;
  font-size: 12px;
}

.phone-input {
  border: none;
  outline: none;
  flex: 1;
}

.dropdown-box {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 12px;
  margin-top: 4px;
  z-index: 10;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

  .form-control {
  border: none;
  }
  .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: #cf0333;
    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 #71baef;*/
  }
  .bet-slip .offer-form .default-stake a:hover {
    background-color: #cf0333;
    -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 #cf0333;
  }*/
  .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: #71baef;
  }
  .text-a:hover {
    color: #cf0333;
  }
  .modal-title.report-title {
    color: #cf0333;
  }
  .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: #cf0333;
    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 rgb(0, 187, 184);
      box-shadow: 0 0 0 0 rgb(0, 187, 184);
    }
    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 rgb(0, 187, 184);
      box-shadow: 0 0 0 0 rgb(0, 187, 184);
    }
    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;
  }
  
  @keyframes fadeInOut {
    0%, 100% {
      opacity: 1; /* Fully visible */
    }
    50% {
      opacity: 0; /* Fully transparent */
    }
  }
  
  /* Apply animation */
  /* .fade-animation {
    animation: fadeInOut 2.5s infinite; 
  } */

  
  /*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 {
    flex-basis: 432px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 187, 184);
    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;
    color: red;
  }
  .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: rgb(0, 187, 184) !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;
      background:  rgb(0, 187, 184);
      
    }
  }
  @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;
    }
  }

  .static-data {
    display: flex; 
    background-image: linear-gradient(180deg, #ffcc2e 0%, #ffbd14 100%);
    height: 30px; 
    align-items: center; 
    justify-content: center;
    overflow-x: auto;        
    white-space: nowrap;    
    scrollbar-width: thin; 
  }
  .show-mobile-view{
    display: none;
  }
  .exposure-hide{
    display: none;
  }
  .icon-data{
    display: none;
  }

  .static-data-mobile {
    display: none;
  }
  .show-web-view{
    display: flex;
  }

  .hide-rule{
    margin-left: 65px;
  }

  @media (max-width: 1200px) {
    .show-web-view{
      display: none;
      background-color: #02bbb8 !important;
    }
    .show-mobile-view{
      display: flex;
      background-color:#02bbb8 !important;
      width: 100%;
      height: 40px;
      /* margin-top: 25px; */
    }

/* for responsive view */ 

.hide-below-1200 {
    display: none !important;
  }
.newsrow.col-12 {
  background: black;
  margin-left: 2px;
  height: 30px;
  bottom: -50px;
  position: absolute;
  max-width: 375;
  margin-left: 20px;
  
}
.hearder-button {
  display: flex;
  float: right;
  margin-left: 30px;
  margin-top: -18px;
}
.topbar-button.demo {
  background-color: #c11d03;
  border-radius: 2px;
  margin-right: 5px;
}
.topbar-button.Login {
  background-color: #243a48;
  border-radius: 2px;
  margin-right: 5px;
}
.Container.responsive-container {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 85px !important;
    }
.Container {
    max-width: 100% !important;
}
.col-6.p-0.col-spacing.position-relative.responsive-live-match {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    height: 202px;
    margin-top: -2px !important;
}
.overlay-content-right.responsive-overlay {
    position: absolute;
    width: 44%;
    height: 198px !important;
    overflow-y: auto;
    margin: 0 !important;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 5px !important;
}
.col-6.p-0.col-spacing.responsive-live-match {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.sportstitle-bar {
    position: absolute !important;
    bottom: -4px !important;
    background-color: black !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 15px !important;
    margin: 2px 2px 2px 2px !important;
    box-sizing: border-box !important;
}
.p-0.col-spacing {
    padding: 0px !important;
}
img.w-100.h-auto.d-block.firstimg {
    height: 100% !important;
    padding: 1px !important;
    margin-top: 2px !important;
}
.col-3.p-0.col-spacing {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
.col-3.make-col6.p-0.col-spacing {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
.license-box {
      
        flex-direction: column;
        padding: 15px !important;
        height: auto !important;
        /* background-color: #fffbe6 !important; */
        width: 100% !important;
        border: none !important;
        border-radius: 0 !important;
        background: none !important;
    }


.license-divider {
    display: none !important;
}
.license-left {
    margin-top: -24px;
}

img.w-100.h-auto.d-block {
    margin-top: 2px !important;
}
.livescore {
    margin-top: -11px !important;
    width: 64px !important;
    padding: 0px 0px 0px;
    font-size: 12px !important;
}
span.count.low-count {
    width: 15px !important;
    text-align: center;
    margin-left: 0px;
    padding-left: 5px !important;
    margin-right: -22px;
  }
.livescore-text {
    background-color: #E80505;
    color: white;
    padding: 3px 8px;
    line-height: 21px;
    width: 40px;
    height: 26px;
}
.livescore-icon img {
    height: 15px !important;
    animation: gentleLift 1s infinite ease-in-out;
}
p.license-text.responsive-footer-text
 {
    position: absolute;
    margin-top: 147px;
    font-size: 14px;
    text-align: center;
    display: flex;
    margin-left: -154px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    line-height: normal;
}
img.licenseImg.responsive-footer-img {
    margin-left: 20px;
}
.footer_content p {
  color: transparent;         
  text-shadow: none;          
  user-select: none;          
}
.footer_email {
    display: none;
}
.other_pages {
    margin-top: 81px;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center !important;
    display: none !important;
}

.score-list li .count {
  color: black;
  font-weight: bold;
  background-color: white;
  width: 30px;
  height: 16px;
  border-radius: 3px;
  padding: 2px 3px 1px;
  margin-left: 59px !important;
}






.static-data-mobile {
      display: flex ; height: 40px;  align-items: center; 
      justify-content: center;
      height: 60px;
      display: block;
      margin-left: 0px;
    }

    .sports-list-menu{
      display: none;
    }
    .sports-list-menu-mobile{
      display: flex; align-items: center; width: 100%; overflow-x: auto; flex-shrink: 0;background-color: rgb(44, 62, 80);
    }
    .main-content-block .game-list .item .active h6 {
      background: rgb(44, 62, 80);
      color: white;
    }
    .main-content-block .game-list .item .active a {
      color: white;
    }
    /* .main-content-block .game-list .item a {
      background-color: #cf0333;
    } */
    .icon-data{
      display: block;
    }
    .balance_hide{
      display: none;
    }
    .exposure-show{
      display: none;
    }
    .exposure-hide{
      display: block;
    }
    .hide-rule{
      display: none;
    }
    .static-data{
      display: none !important;
    }
    .main-content-block .game-list h6 {
      padding: 10px 0 5px 0px;
      color: white;
      transform: scale(1.2);
      transition: all .5s;
      font-weight: 600;
      font-size: 11px;
      text-transform: uppercase;
      white-space: nowrap;
      transition: all .2s;
      background: #cf0333;
    }
    .main-content-block {
      padding-left: 0px;
      padding-right: 0px;
    }  
    .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.with-right-side-bar {
      padding-right: 10px;
    }
    .right-side-main-block {
      width: 210px;
      background: white;
    }
    .livecasino-block .casino-slider .game-slider .game-item {
      width: 47.8%;
    }
    .right-side-main-block {
      display: none
    }
   
    .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: #cf0333;
    }
    .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: 85px;
      margin-top: -15px;
      margin-left: 15px;
    }
    .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: 100%;
        margin: 0 auto;
        bottom: 0px;
        border-radius: 0px;
        box-shadow: 0 0 5px #111, inset 5px 5px 12px 3px #111, inset -5px -5px 12px 3px #111;
        height: 60px;
    }
    .mobile-bottom-navigation ul {
      display: flex;
      margin-right: 0px;
      margin-left: 0px;
    }
    .mobile-bottom-navigation ul li {
      -ms-flex-prefer: #cf0333 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: white;
      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;
      
    }
    .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: #cf0333;
    }
    .mobile-bottom-navigation ul li a.active svg path {
      fill: #cf0333;;
    }
  }
  .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;
  }
  
  
  @media (max-width: 768px) {
    .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: #cf0333; 
      border-radius: 0 0px 30px 30px;
      margin-top: 2px;
    }
  
    .chart-content .chart-body .chart-body-header {
      display: none;
    }
    .main-content-block .main-tabs .market-list .market-data {
        border-radius: 0;
        background-color: white;
        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%;
    }
    .update_font{
      font-family: 'Roboto Condensed', sans-serif;
  color: var(--site-color);
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  font-weight: 400;
    }

    .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 #cf0333;
      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 {
      height: 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: 85px;
      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: #cf0333;
    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-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: #00bbb8;
  }
  .login-page .form-control:focus, .login-page .form-control:active {
    background-color: #444;
    color: #FFF;
  }
  .login-page .btn-warning {
    background: black;
    height: 50px;
    color: white;
  }
  .login-page {
    background-color: #000;
  }
  .login-page .overlay-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    background-size: cover;
    background-position: center;
  }
  .login-page .overlay-bg {
    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-g#cf0333ient {
    background: #f12711;
    background: linear-gradient(to right, #f5af19, #f12711);
    margin: 0 5px 5px 0;
  }
  .admin__side .blue-g#cf0333ient {
    background: #00B4DB;
    background: linear-gradient(to right, #0083B0, #00B4DB);
    margin: 0 0 5px 0;
  }
  .admin__side .dark-blue-g#cf0333ient {
    background: #0575E6;
    background: linear-gradient(to right, #021B79, #0575E6);
    margin: 0 5px 0 0;  
  }
  .admin__side .green-g#cf0333ient {
    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: #cf0333;
  }
  .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: #cf0333;
    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: #cf0333;
    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: #cf0333;
    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: #cf0333;
  }
  .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: #cf0333;
  }
  .admin__side .main-account-statement-block .card.under-card-4 .card-header {
    background-color: #cf0333;
  }
  .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: #cf0333;
    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 #cf0333;
    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: #cf0333;
    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: #cf0333;
    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: #cf0333;
  }
  .admin__side .bg-bet-#cf0333 .bet-type-tag {
    background-color: #cf0333;
  }
  .admin__side .left-panel-block .accordion .card-header {
    line-height: 28px;
  }
  .admin__side .left-panel-block .accordion .card .card-body .leagues:before {
    background-color: #cf0333;
  }
  .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: black;
    background-color: #444;
    padding-left: 30px;
    font-weight: 600;
    font-size: 14px;
    background: #cbcbcb;
  }
  .left-panel-block .accordion .card .card-body .event-name:hover {
    display: none;
  }
  .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-borde#cf0333 td, .table-borde#cf0333 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: #cf0333;
      display: block;
      transform: scale(0);
      opacity: 1;
      border-radius: 50%;
  }
  
  .admin__side .cbx.danger span:first-child:before {
      background: #cf0333;
  }
  
  .admin__side .cbx span:last-child {
      padding-left: 8px;
  }
  
  .admin__side .cbx:hover span:first-child {
      border-color: #cf0333;
  }
  
  .admin__side .cbx.danger:hover span:first-child {
      border-color: #cf0333;
  }
  
  .admin__side .inp-cbx:checked+.cbx span:first-child {
      background: #cf0333;
      border-color: #cf0333;
  }
  
  .admin__side .inp-cbx.danger:checked+.cbx.danger span:first-child {
      background: #cf0333;
      border-color: #cf0333;
  }
  
  .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: flex;
    height: 52px;
    font-size: 12px;
    font-weight: 400 !important;
    background-color: #22262a;
    line-height: 52px;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    color: #f9fafa;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .live-casino-nav .casino-nav-item img {
    width: 20px !important;
    filter: invert(1);
  }
  .live-casino-nav .casino-nav-item .cat {
    line-height: 12px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px;
  }
    .live-casino-nav .casino-nav-item:hover,
    .live-casino-nav .casino-nav-item.active {
  /*    background-color: #f9fafa;*/
      filter: invert(1);
    }
    .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;
    }
    .game-thumb-info {    
      position: relative;
      margin-top: 5px;
    }
    .game-thumb-info .game-thumb-name,
    .game-thumb-info .game-thumb-vendor {
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 600;
      margin: 0;
      padding: 0;
      width: 100%;
      white-space: nowrap;
    }
    .game-thumb-info .game-thumb-name {
      width: 100%;
      overflow: hidden;
      color: black;
      white-space: nowrap;
      text-align: center;
      text-overflow: ellipsis;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: .25px;
    }
    .live-casino-game .game-thumb-info .game-thumb-vendor {
      font-size: .75rem;
      line-height: 1.125rem;
      color: #169c59;
      text-align: left;
      display: inline-block;
    }
    .casino-nav-outer {
      /*position: sticky;*/
      top: 0;
      z-index: 4;
      display: flex;
    }
    .casino-nav-outer .search-casino {
      height: 52px;
      width: 52px;
      display: flex;
      justify-content: center;
      background-color: #22262a;
      -webkit-transition: transform .1s;    
      transition: transform .1s;
      align-items: center;
      border-radius: 5px;
      margin-right: 16px;
      min-width: 52px;
    }
    .casino-nav-outer .search-casino:hover {
      background-color: #4c555e;
    }
    .provider-dropdown .provider-top {
      margin-right: 16px;
  /*    margin: 0;*/
    }
    .provider-dropdown .provider-top a {
      display: flex;
      align-items: center;
      width: 200px;
      height: 52px;
      border-radius: 5px;
      justify-content: space-between;
    }
    .provider-dropdown .provider-top-dropdown  ul {
      width: 200px;
      border-radius: 5px;
    }
    .provider-dropdown .provider-top-dropdown ul li {
      display: flex;
      align-items: center;
      height: 40px;
      border-bottom: 1px solid #eee;
    }
    .provider-dropdown .provider-top-dropdown ul li:hover {
      background-color: #4c555e;
      color: #f9fafa;
    }
    .provider-dropdown .provider-top-dropdown ul li a {
      width: 100%;
      border: none;
    }
    .provider-dropdown .provider-top-dropdown ul li a:hover {
      background-color: transparent;
      color: #f9fafa;
    }
    .casino-nav-outer .owl-theme .owl-nav {
      margin-top: 0 !important;
    }
    .live-casino-games-block {
      background-color: transparent;
      overflow: hidden;
      margin-bottom: 16px;
    }
  /*  .live-casino-games-heading {
      padding-bottom: 15px;
    }*/
    .live-casino-games-heading {
      background-color: transparent;
      margin-bottom: 5px;
  
    }
    .live-casino-games-heading .heading {
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: normal;
      color: #f9fafa;
      margin-left: 2px;
    }
    .live-casino-games-heading .right-heading {
      display: flex;
      margin-left: auto;
    }
    .live-casino-games-heading .right-heading .all {
      height: 40px;
      font-weight: 500;
      font-size: 13px;
      background-color: #22262a;
      color: #cfd4d8;
      align-items: center;
      cursor: pointer;
      position: relative;
      border-radius: 5px;
      letter-spacing: 0.25;
      width: 110px;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      text-align: center;
      line-height: 3;
      padding: 0 10px;
    }
    .live-casino-games-heading .right-heading .all:hover {
      background-color: #4c555e;
    }
    .live-casino-games-heading .slick-nav {
      display: flex;
      margin-left: 10px;
    }
    .live-casino-games-heading .slick-nav .left-nav,
    .live-casino-games-heading .slick-nav .right-nav {
      width: 40px;
      height: 40px;
      padding: 0 12px;
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
      letter-spacing: normal;
      background-color: #22262a;
      border-radius: 5px;
      color: #cfd4d8;
      border: none;
    }
  
    .casino-nav {
      overflow: auto;
    }

   
  
   
  
  
    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: #cf0333;
      color: #FFF;
    }
    .dropdown dt a:hover, .dropdown dt a:active {
      border-color: #cf0333;
    }
    .live-casino-game {
      position: relative;
      overflow: hidden;
      border-radius: 5px;
      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: #cf0333;
      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, #cf0333);*/
      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: #cf0333;
      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: #cf0333;
    color: #FFF;
    font-weight: 500;
    border-left: 5px solid #cf0333;
    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-#cf0333 {
    background-color: #faa8b9 !important;
  }
  .bg-bet-blue {
    background-color: #71baef !important;
  }
  .bg-bet-red {
    background-color: #E77B61 !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.#cf0333 {
      background-color: #cf0333;
      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: #cf0333 !important;
  }
  .score-main-block.bg-primary .overs-block {
    background-color: #cf0333 !important;
  }
  .score-main-block.bg-primary .inning-block {
    border-color: #cf0333 !important;
  }
  
  /* REFERRAL */
  .referral-notice {
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  .referral-notice h4 {
    color: #cf0333;
    font-size: 17px;
  }
  
  
  .sport-event-count {
    font-size: 12px;
    background-color: #cf0333;
    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,#cf0333 0,#59EABD 15%,#59EABD 30%,#cf0333 55%,#cf0333 100%); 
  }
  
  
  .topbar-top-block .balance-dropdown{
    color: #e7dfdf !important;
    border-radius: 5px;
    background: 71baef;
    padding: 5px 7px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
  }
  .login-page .card {
    background-color: #222;
    border-radius: 10px;
    border: none;
  }
  .login-page .card-body {
  background: #00bbb8 !important;
  background-size: cover !important;
  background-position: center;
  border: none !important;
  font-family: sans-serif;
  width: 430px;
  position: absolute;
  max-width: 430px;
  min-height: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: unset !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #fff;    
  }
  .login-page .card label {
    font-size: 13px;
    font-weight: 600;
    color: white;
  }
  .login-page .card .forgot-link a {
    color: #cf0333;
  }
  
  .login-page .card .login-text p {
    color: #999;
  }
  
  .login-page .card .have-account-text {
    color: white;
  }
  .home-banners-main-block .terms-title {
    background-color: #cf0333 !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: rgb(0, 187, 184);
  }
  
  .my-bets-modal .v--modal-box {
    height: 100% !important;
    background-color: #333 !important;
  }
  .btn-success {
    background-color: green;
  }
  .banner .owl-dots {
    margin: 0;
    position: absolute;
    bottom: -1px;
    transform: translateX(-50%);
    left: 50%;
    padding: 7px 12px 6px;
    border-radius: 5px;
    background-color: transparent;
    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: #cf0333;
  }
  
  /*  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: #cf0333;
  }
  .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:  #cf0333;
    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:  rgb(0, 187, 184);
     
  }
  .casino-banners.desktop {
    background-color:  #cf0333;
    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%;
  }
  
  .livecasino-block .casino-slider .game-slider .game-thumb-home-info .game-thumb-home-vendor {
    color:  #cf0333;
  }
  .loginmodel .login-modal-close {
    position: absolute;
    right: 11px;
    color: #ffff;
    top: 10px;
  }
  
  
  /*  SWIPER  */
  .swiper-wrapper {
    height: auto !important;
  }
  
  
  
  
  
  
  
  .swiper-button-next {
    right: 0 !important;
    left: auto !important;
    border-radius: 5px 0 0 5px !important;
    background-color: rgba(0,0,0,0.7) !important;
    width: 30px !important;
    height: 35px !important;
    transform: translateY(-50%) !important;
    color: rgba(225, 225, 225, 0.8) !important;
    font-weight: 700 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px) !important;
  }
  .swiper-button-next:after {
    font-family: 'Material Icons' !important;
    content: 'arrow_forward_ios' !important;
    font-size: 15px !important;  
  }
  .swiper-button-prev {
    font-family: 'Material Icons' !important;
    left: 0 !important;
    right: auto !important;
    border-radius: 0 5px 5px 0 !important;
    background-color: rgba(0,0,0,0.7) !important;
    width: 30px !important;
    height: 35px !important;
    transform: translateY(-50%) !important;
    color: rgba(225, 225, 225, 0.8) !important;
    font-weight: 700 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px) !important;
  }
  .swiper-button-prev:after {
    font-family: 'Material Icons' !important;
    content: 'arrow_back_ios_new' !important;
    font-size: 15px !important;
  }
  .swiper-lazy-preloader {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    z-index: 10 !important;
    transform-origin: none !important;
    animation: none !important;
    border: none !important;
    border-radius: 0 !important;
  }
  .live-casino-grid-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    justify-items: center;
  }
  .live-casino-grid-block > div {
    max-width: 185px;
    min-width: 100px;
  }
  @media (max-width: 1300px) {
    .live-casino-grid-block {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  }
  @media (max-width: 1100px) {
    .live-casino-grid-block {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  @media (max-width: 992px) {
    .live-casino-grid-block {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  @media (max-width: 768px) {
    .live-casino-grid-block {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media (max-width: 450px) {
    .live-casino-grid-block {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  /*  Skeleton  */
  .pu-skeleton {
    background-color: #CCC !important;
  }
  .casino-cat-list {
    width: calc(100% - 165px);
  }
  @media (max-width:  768px) {
    .casino-cat-list {
      width: 100%;
    } 
  }
  .provider-modal-list {
    display: grid;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .provider-modal-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 53px;
    padding: 4px 16px;
    background-color: #333;
    border-radius: 5px;
    cursor: pointer;
    width: 152px;
  }
  .provider-modal-list a span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .25px;
    max-width: 90%;
    overflow: hidden;
    color: #f9fafa;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: center;
    text-overflow: clip;
  }
  .provider-modal-list .active {
    border: 2px solid #169c59;
  }
  .provider-modal-list a:hover {
    background-color: #4c555e;
  }
  .provider-modal-list a img {
    width: 100%;
    height: 100%;
    filter: invert(1);
  }
  @media (max-width:  768px) {
    .provider-modal-list {
      grid-template-columns: 1fr 1fr 1fr;
    } 
  }
  @media (max-width:  500px) {
    .provider-modal-list {
      grid-template-columns: 1fr 1fr;
    } 
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    opacity: 0.8 !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #fff;
  }
  .betfair {
    filter: invert(1);
  }
  
  
  
  /*  CASINO   */
  .provider-dropdown .provider-top a {
    background: #22262a;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 200px;
    height: 52px;
    border-radius: 5px;
    color: #f6f6f6
  }
  
  /*Checkbox*/
  
  .cbx {
      margin: auto;
      -webkit-user-select: none;
      user-select: none;
      cursor: pointer;
  }
  
  .cbx span {
      display: inline-block;
      vertical-align: middle;
      transform: translate3d(0, 0, 0);
  }
  
  .cbx span:first-child {
      position: relative;
      width: 16px;
      height: 16px;
      border-radius: 3px;
      transform: scale(1);
      vertical-align: middle;
      border: 1px solid #999;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  
  }
  
  .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;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;    
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
  
  .cbx span:first-child:before {
      content: "";
      width: 100%;
      height: 100%;
      background: #169c59;
      display: block;
      transform: scale(0);
      opacity: 1;
      border-radius: 50%;
  }
  
  .cbx.danger span:first-child:before {
      background: #169c59;
  }
  
  .cbx span:last-child {
      padding-left: 8px;
  }
  
  .cbx:hover span:first-child {
      border-color: #169c59;
  }
  
  .cbx.danger:hover span:first-child {
      border-color: #169c59;
  }
  
  .inp-cbx:checked+.cbx span:first-child {
      background: #169c59;
      border-color: #169c59;
  }
  
  .inp-cbx.danger:checked+.cbx.danger span:first-child {
      background: #169c59;
      border-color: #169c59;
  }
  
  .inp-cbx:checked+.cbx span:first-child svg {
      stroke-dashoffset: 0;
  }
  
  .text-shadow {
      text-shadow: 1px 1px 2px #5c6334;
  }
  
  .inp-cbx {
      display: block !important;
      position: absolute !important;
      opacity: 0 !important;
  }
  
  .cbx span {
      box-shadow: none;
  }
  .main-withdrawal-block .card .form-control  {
    background: #888 !important;
  }
  .main-withdrawal-block .card .form-control:focus {
    background-color: #f6f6f6 !important;
    color: #000 !important;
  }
  .main-withdrawal-block .card .text-dark {
    color: #ddd !important;
  }
  .main-withdrawal-block .form-control  {
    background: #fff !important;
  }




/* new css for jannat website written by ritesh tiwari 17/5/2025 */

.jannatinput {
  height: 30px !important;
  line-height: 42px !important;
}
.iconforlogin {
  width: 17px;
  height: 30px;
  margin-right: 6px;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid black;
}
.topbar-button .signup-btn {
    background: #666;;
    color: white;
    background-image: linear-gradient(-180deg, #666666 0%, #333333 100%);
}
.topbar-button .forget-btn {
    background: #00bbb8;;;
    color: white;
  }

.static-data div div a h5 {
  color: black;
  font-size: 13px;
}

.newsrow.col-12 {
 background: black;
  margin-left: 2px;
  height: 30px;
  width: calc(100% - 4px);
}
.newsrow.col-12 h4 {
  /* margin-top: 3px; */
  font-weight: normal;
  font-size: 15px;
  font-family: Helvetica, sans-serif !important;
}

.row.g-0 {
  max-width: 100%;
  margin-left: 0px;
}
.overlay-content-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  height: 98%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1rem;
  overflow-y: auto;
  margin: 2px 2px 2px;
}
.overlay-content-right h5 {
  margin-top: 0;
}
.score-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.score-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 0px 23px;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-left: -32px;
  white-space: nowrap;
}

/* Optional: style the right-side number specifically */
.score-list li .count {
    color: black;
    font-weight: bold;
    background-color: white;
    width: 30px;
    height: 16px;
    border-radius: 3px;
    padding: 2px 3px 1px;
    margin-left: 13px;
    text-align: center;
    float: right;
    margin-right: -30px;
}

.livescore {
    display: flex;
    align-items: center;
    border-radius: 3px;
    overflow: hidden;
    width: fit-content;
    font-weight: bold;
    font-size: 12px;
    margin-left: -10px;
    width: 70px;
    height: 25px;
}

/* Fixed white box with hidden overflow */
.livescore-icon {
    background-color: white;
    padding: 1px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 25px;
    width: 25px;
    border-radius: 3px;
}

/* Gently lift the icon up and return */
.livescore-icon img {
  height: 16px;
  animation: gentleLift 1s infinite ease-in-out;
}

/* Red background for "Live" text */
.livescore-text {
    background-color: #E80505;
    color: white;
    padding: 5px 8px;
    line-height: 16px;
    width: 36px;
    border-radius: 4px;
    height: 27px;
}

/* Animation for gentle up-down motion */
@keyframes gentleLift {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
/* Black bar across bottom */
.sportstitle-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 3px); 
  background-color: black;
  height: 35px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin: 2px 2px 2px 2px; 
  box-sizing: border-box; 
  width: calc(100% - 4px) !important;
}

/* Text inside the bar */
.sportstitle {
  margin: 0;
  padding: 0;
  background: none; /* remove background since bar has it */
  color: white;
  font-size: 15px;
  font-weight: 500;
}
.p-0.col-spacing {
  padding: 2px !important;
}





.license-container {
  width: 50%;
  margin: 0 auto;
  padding: 20px 0;
}

.license-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 20px;
  height: 140px;
  width: 95%;
}

.license-left img {
  width: 100px;
  height: auto;
}

.license-divider {
  width: 1px;
  height: 140px;
  background-color: #ccc;
  margin: 0 20px;
}

.license-right {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

.license-badge {
  width: 80px;
  height: auto;
}

.license-text {
  color: #000;
  text-align: left;
  flex: 1;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding-left: 5px;
}
.licenseImg {
  width: 100px;
}
.footer_content {
 font-size: 13px;
  width: 55%;
  text-align: center; 
}
.footer_content::after {
  content: '';
  display: block;
  height: 1px;
  background-color: rgb(201, 201, 201);; /* or any color */
  margin-top: 5px;
}
.footer {
  width: 100%;
  margin-left: 18rem;
}
.footer_email {
  margin-left: 16rem;
  margin-top: 6px;
  font-size: 17px;
  font-style: bold;
  text-transform: uppercase;
  font-weight: 600;
}
.footer_email::after {
  content: '';
  display: block;
  height: 1px;
  background-color: rgb(201, 201, 201);
  margin-top: 5px;
  width: 68%;
  margin-left: -16rem;
}
.other_pages {
  margin-left: 5rem;
  font-size: 15px;
  margin-bottom: 36px;
  margin-top: 13px;
}
.other_pages a {
  margin: 13px;
  font-size: 13px;
}
.other_pages a {
  margin: 13px;
  font-size: 13px;
  text-decoration: underline;
}
.bg-img {
  overflow-x: hidden;
}

/* for color up down */
@keyframes bgColorChange {
  0%   { background-color: #ff0000; }  /* red */
  33%  { background-color: #0000ff; }  /* blue */
  66%  { background-color: #ffffe0; }  /* light yellow */
  100% { background-color: #ff0000; }  /* loop back to red */
}

.color-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 20px 40px;
  border-radius: 12px;
  animation: bgColorChange 1s linear infinite;
  margin-left: -30px;
  width: 20px;
}

.color-text {
  font-size: 13px;
  text-align: center;
}

.link {
  text-decoration: none;
}



.item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 5px; /* consistent horizontal padding */
  border-right: 1px solid rgba(69, 32, 7, 0.2);
}

/* Optional: remove border from last item to avoid extra line */
.item-list:last-child {
  border-right: none;
}


.item-link {
  padding-left: 0px;
  margin-right: 15px;
  color: white;
}
.game-box {
  position: relative;
  background-color: #333;
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -30px;
}

.game-badge {
  position: absolute;
  right: 0px;
  background-color: #ff5722;
  color: white;
  font-size: 9px;
  padding: 1px 1px;
  width: 35px;
  height: 15px;
  top: 22px;
  text-align: center;
}

.game-link h5 {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.Container.responsive-container {
  width: 100% ;
  padding-left: 0 ;
  padding-right: 0 ;
  top: 11px;
  margin-top: 85px; 
}



/* after login */
a.btn.btn-primary.btn-sm.mr-2 {
    background-color: red;
}
.d-flex.move-left {
    margin-right: 36rem;
}
input.form-control.header-search {
    background-color: #333;
    border-color: #333;
    margin-right: 11px;
    height: 30px;
    margin-top: 0px;
    width: 300px;
}
a.make-bal-exp-bx {
    border: 1px solid #00bbb8;
    display: block;
    height: 26px;
    text-align: center;
    padding: 6px;
    width: max-content;
    background-color: #00bbb8;
    border-radius: 3px;
}
span.login-userid {
    display: block;
    border: 1px solid #00bbb8;
    background-color: #00bbb8;
    width: max-content;
    height: 25px;
    padding: 4px 10px;
    margin-left: 7px;
    border-radius: 3px;
    font-size: 14px;
}
a#dropdownMenuButton {
    width: max-content;
    border: 1px solid #00bbb8;
    padding: 3px 6px 2px 3px;
    background-color: #00bbb8;
    border-radius: 3px;
}
img.usericon {
    width: 18px;
    height: 18px;
}
h4.myaccountheading {
    font-size: 12px;
}


