:root {
  --primary: #3db39e;
  --secondary: #060316;
}

@font-face {
  font-family: "Tahoma";
  src: url("../fonts/TAHOMA_0.eot");
  src:
    url("../fonts/TAHOMA_0.svg") format("svg"),
    url("../fonts/TAHOMA_0.ttf") format("truetype"),
    url("../fonts/TAHOMA_0.woff") format("woff"),
    url("../fonts/TAHOMA_0.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Tahoma";
  src: url("../fonts/TAHOMAB0.eot");
  src:
    url("../fonts/TAHOMAB0.svg") format("svg"),
    url("../fonts/TAHOMAB0.ttf") format("truetype"),
    url("../fonts/TAHOMAB0.woff") format("woff"),
    url("../fonts/TAHOMAB0.woff2") format("woff2");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "Tahoma";
  src: url("../fonts/TahomaRegularfont.eot");
  src:
    url("../fonts/TahomaRegularfont.svg") format("svg"),
    url("../fonts/TahomaRegularfont.ttf") format("truetype"),
    url("../fonts/TahomaRegularfont.woff") format("woff"),
    url("../fonts/TahomaRegularfont.woff2") format("woff2");
  font-weight: 400;
  font-style: 400;
}

body {
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  background: #f0ece1;
}

.text-primary {
  color: #1e1e1e !important;
}

img {
  max-width: 100%;
}

.top-header {
  background: linear-gradient(-180deg, #14805e 0%, #14805e 58%);
  padding: 15px 0px;
}

.top-header-owner li {
  display: inline-block;
  margin-right: 18px;
}

.top-header-owner li strong {
  font-weight: 700;
  color: #fff;
}

.top-header-owner li span {
  padding: 2px 7px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 4px;
}

.top-header-owner li span:not(.top-header-owner li .btn span) {
  background: #000;
}

.top-header-owner li {
  color: #fff;
  font-size: 13px;
}

.top-header-owner li a {
  color: #fff;
  padding: 0;
  margin-left: 10px;
}

.top-header-owner li .btn span {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 50%);
  width: 30px;
  height: 30px;
  font-size: 14px;
  background: none;
}

.total-balance-sec ul li {
  display: inline-block;
  max-width: 16.66%;
  flex: 0 0 16.66%;
  border-left: 1px solid #d1cdcd;
  padding: 0px 16px;
}

.total-balance-sec ul {
  padding: 5px 15px;
  display: flex;
  border-bottom: 1px solid #7e97a7;
  background: #fff;
}

.total-balance-sec ul li strong {
  font-size: 15px;
  color: #243a48;
  line-height: 20px;
  font-weight: bold;
}

.total-balance-sec ul li dt {
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #9b9b9b;
  font-weight: normal;
}

.total-balance-sec ul li span {
  color: red;
}

.total-balance-sec ul li:first-child {
  border-left: none;
  padding-left: 0px;
}

.account-table .table th {
  color: #243a48;
  background-color: #e4e4e4;
  border: 1px solid #7e97a7;
  border-width: 1px 0;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
}

.donwline-match-pl td {
  color: #1e1e1e;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-transform: capitalize;
}

/* .profit_loss_table .table th {
  text-align: left !important;
} */
.btn-result {
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #ffc421 !important;
  color: #000 !important;
  border-color: #ffc421;
  font-weight: 700;
  line-height: 20px;
  font-size: 12px;
  margin: 0 5px 10px 0;
  padding: 0 13px;
  text-decoration: none;
}
.aprofit-market td a {
  text-decoration: none;
  font-weight: bold;
  color: #2789ce !important;
}
.account-table td a {
  font-size: 12px;
  color: #2789ce;
  /* text-decoration:none;  */
}

.change-password-sec .theme_dark_btn {
  min-width: 110px;
  padding: 3px 10px;
}

.account-table td a span {
  background: #568bc8;
  color: #fff;
  padding: 1px 5px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  font-size: 10px;
  margin-right: 8px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #eee;
  color: #333;
  outline: none;
}

.w-80 {
  width: 80%;
}

.account-table .total-table-balance td {
  background-color: var(--primary);
}

.account-table td a span {
  font-weight: bold;
}

.profit_loss_table td a span {
  background: none !important;
}

.account-table td a .status-suspend1 {
  background-color: #f2e2e6;
  border: 1px solid #deb6c0;
  color: #d0021b;
  font-weight: 700;
  padding: 2px 10px;
  min-width: 80px;
  text-align: center;
  border-radius: 4px;
}

.account-table td {
  border-top: 1px solid #7e97a7 !important;
  border-bottom: 1px solid #7e97a7;
  padding: 6px 10px;
  vertical-align: middle;
  background-color: #fff;
}

.check_balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banking-table > td {
  border: 1px solid #5642424f;
}

.banking-table > th {
  border: 1px solid #555 !important;
}

.account-table td .status-active,
.account-table td .status-suspend,
.account-table td .status-locked {
  padding: 0px 10px 0px 20px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

.white_btn {
  background: linear-gradient(180deg, #fff 0%, #eee 89%);
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 5px;
  color: #333;
  box-shadow: inset 0 2px 0 0 rgb(255 255 255 / 50%);
  border: 1px solid #bbb;
  cursor: pointer;
}

.expand-balance table {
  width: calc(100% - 90px);
  margin-left: 90px !important;
}

.account-table td .status-locked {
  background-image: linear-gradient(-180deg, #9ab6ce 0%, #536174 100%);
  color: #fff !important;
  border: 1px solid #efefef;
}

.account-table td .status-active {
  background-color: #e5f1dc;
  border: 1px solid #bedca7;
  color: #508d0e;
}

.account-table td .status-suspend {
  background-image: linear-gradient(-180deg, #db2828 0%, #921313 100%);
  border: 1px solid red;
  color: #fff;
}

.account-table td.action_link .btn {
  background-image: linear-gradient(180deg, #fff 0%, rgb(230, 230, 230) 89%);
  box-shadow: inset 0 2px 0 0 rgb(255 255 255 / 50%);
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #1e1e1e;
  font-weight: bold;
  margin-right: 4px;
  padding: 5px;
  width: 26px;
  height: 26px;
  margin-left: 3px;
  line-height: 1;
}

.find-member-director .btn:hover {
  background-image: linear-gradient(180deg, #e7e7e7 0%, rgb(255 255 255) 89%);
}

.main-header {
  background: #000;
  color: #ffffff;
}

.account-table td .status-active::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #4cbb17;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}

.main-header .navbar-nav .nav-link {
  color: #fff;
  padding: 6px 8px;
  transition: 0.4s;
  font-weight: bold;
  border-right: 1px solid #fff;
}

.navbar {
  padding: 0;
}

.main-header .navbar-nav .nav-link.active1,
.main-header .navbar-nav .nav-link:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.main-header .navbar-nav .nav-link:hover {
  text-decoration: underline;
}

.main-header-time-zone li {
  display: inline-block;
  margin-right: 13px;
  font-size: 13px;
}

.main-header-time-zone li span {
  color: #fff;
}

.main-header-time-zone li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.main-header-time-zone li a i {
  margin-left: 3px;
}

.main-header .dropdown-menu {
  border-radius: 0px;
}

.breadcum-sec .bredcum-sec-main {
  background: #000;
  color: #fff;
  padding: 8px 11px;
  border-radius: 4px;
}

.bredcum-sec-main h5 {
  font-size: 15px;
  font-weight: 400;
}

.dropdown-menu {
  border-radius: 0px;
}

.breadcum-sec marquee {
  width: 88%;
  margin-left: 19px;
}

.breadcum-sec .bredcum-sec-main {
  background: linear-gradient(180deg, #2a3a43 27%, #1c282d 83%);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-top: 1px;
}

.breadcum-sec marquee a {
  text-decoration: none;
  color: #fff;
}

.bredcum-sec-main h5 {
  font-size: 15px;
  font-weight: 400;
}

.find-member-sec form {
  display: flex;
  align-items: center;
  width: 100%;
}

.find-member-sec form input.form-control {
  padding: 6px 28px;
  min-width: 280px;
  border-radius: 4px;
}

.find-member-sec form input.form-control::placeholder {
  font-size: 12px;
  color: rgb(167, 167, 167);
  font-weight: 500;
}

.find-member-sec .form-select {
  border-radius: 0px;
  padding: 4px 10px;
  min-width: 134px;
  font-size: 14px;
  border-color: #838383;
}

.find-member-sec form .search-btn {
  position: absolute;
  top: 50%;
  right: 3px;
  width: max-content;
  height: 28px;
  border: 0;
  border-radius: 2px;
  transform: translateY(-50%);
  background-color: #fdb72f;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0 8px;
  color: #000;
}

.find-member-sec form .fa-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  color: #0000007a;
  font-size: 14px;
}

.find-member-director .btn,
.agent-path ul,
.theme_light_btn {
  background-image: linear-gradient(180deg, #fff 0%, #eee 100%);
  box-shadow: inset 0 2px 0 0 rgb(255 255 255 / 50%);
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #1e1e1e;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  padding: 0 15px;
  margin-right: 10px;
}

.account-table td .btn {
  margin: 0 2px;
}

.bet_status .bet-sec .form-select {
  flex: 1;
}

.bet_status .bet-sec label {
  margin-right: 10px;
}

.theme_dark_btn,
.green-btn {
  background: #ffa00c url(../images/bg-send.gif) repeat-x;
  box-shadow: none;
  border: 1px solid #cb8009 !important;
  font-weight: bold;
  color: #000 !important;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;
}

.theme_dark_btn:hover,
.green-btn:hover {
  background: #ffa00c !important;
  color: #333;
  border-color: #cb8009;
}

.agent-path ul {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.5;
}

.agent-path a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.find-member-director .btn:last-child {
  margin: 0;
  padding: 0 8px;
}

.account-table td .btn {
  margin: 0 2px;
}

.risk-management-table .col-md-4 .green-btn {
  padding: 8px !important;
}

.find-member-director .btn:last-child {
  margin: 0;
}

.account-table td.action_link .btn:hover,
.theme_light_btn:hover {
  background-image: linear-gradient(178deg, #ddd, #fff);
  border-color: #ddd;
  box-shadow: none;
  color: #333;
}

.main-header .navbar-nav .nav-link.active1:hover {
  text-decoration: none;
}

.top-header-owner li:last-child {
  margin-right: 0px;
}

.breadcum-sec marquee span {
  display: inline-block;
  background: var(--primary);
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 13px;
  border-radius: 4px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.account-table .responsive {
  overflow-x: auto;
  width: 100%;
}

.main-header-time-zone li a:hover {
  color: var(--secondary);
}

.account-table td a.btn .swap-icon {
  transform: rotate(90deg);
}

.fa-plus-square {
  color: var(--primary);
  margin-left: 4px;
  font-size: 14px;
}

.fa-minus-square {
  margin-left: 4px;
  font-size: 14px;
}

.agent-path li span {
  background: #d77319;
  display: inline-block;
  color: #fff;
  padding: 0px 4px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  font-size: 10px;
  margin-right: 8px;
}

.agent-path li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.agent-path {
  overflow-y: auto;
}

.exposure-content h2 {
  font-size: 18px;
  color: #3b5160;
  font-weight: 500;
}

.exposure-content table th {
  font-size: 12px;
  font-weight: 400;
  background: #000;
  background-color: #e4e4e478;
  font-weight: 500;
  padding: 4px 10px;
}

.exposure-content table th,
.exposure-content table td {
  border: 1px solid #c3c3c391;
}

.exposure-content table td {
  color: #000;
  text-align: center;
}

.modal-title-status {
  font-size: 18px;
  color: #3b5160;
  font-weight: bold;
}

.view-unclears-modal-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: calc(80vh - 70px);
  overflow: hidden;
}

.view-unclears-table-wrap {
  flex: 1;
  min-height: 0;
  overflow: auto;
  border: 1px solid #d6dce1;
  border-radius: 6px;
  background: #fff;
}

.view-unclears-table-wrap table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}

.view-unclears-pagination {
  flex-shrink: 0;
  padding-top: 10px;
}

.change-status-modal .modal-content {
  background-color: #eee;
}

.multi-login-modal .modal-content {
  background-color: #eee;
}

.multi-login-modal .modal-header {
  align-items: center;
}

.multi-login-setting-row {
  padding: 10px 0 4px;
}

.multi-login-setting-row .form-check {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 0;
  margin: 0;
}

.multi-login-setting-row .form-check-input {
  margin: 3px 0 0 0;
  font-size: 16px !important;
  flex-shrink: 0;
}

.multi-login-setting-title {
  font-size: 16px;
  font-weight: 600;
  color: #2f3e4a;
  line-height: 1.3;
}

.multi-login-setting-note {
  font-size: 12px;
  color: #6c757d;
  line-height: 1.5;
  margin-top: 4px;
}

.multi-login-modal .modal-footer .theme_light_btn,
.multi-login-modal .modal-footer .green-btn {
  min-width: 110px;
  margin-right: 0;
}

.change-status-modal .status-row {
  border-bottom: 1px solid #00000014;
  width: 100%;
  padding: 13px 10px;
  display: block;
}

.status-row h6 span {
  background: #568bc8;
  color: #fff;
  padding: 4px 7px;
  border-radius: 6px;
  font-size: 10px;
}

.status-row h6 {
  font-weight: 400;
}

.status-row small {
  color: green;
  display: block;
  position: relative;
  padding-left: 15px;
}

.status-row small::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 2;
  background: green;
}

.changestatus-option ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.changestatus-option ul li {
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 12px);
  text-align: center;
  border: 1px solid;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin: 0px 6px;
  padding: 12px;
  background: linear-gradient(358deg, #d9d9d9, #fff);
}

.changestatus-option ul li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.changestatus-option ul li span {
  display: block;
}

.changestatus-option {
  padding: 24px 10px 10px 10px;
}

.changestatus-option ul li i {
  font-size: 18px;
}

.changestatus-option ul li.suspended {
  background-image: linear-gradient(-180deg, #db2828 0%, #921313 100%);
  color: #fff;
}

.changestatus-option ul li.suspended a {
  color: #fff;
}

.changestatus-option ul li.locked {
  background-image: linear-gradient(-180deg, #9ab6ce 0%, #536174 100%);
  color: #fff;
}

.changestatus-option ul li.locked a {
  color: #fff;
}

.changestatus-option ul li.locked {
  /* background: antiquewhite; */
  background-image: linear-gradient(-180deg, #9ab6ce 0%, #536174 100%);
  color: #fff;
}

.changestatus-option ul li.locked a {
  color: #fff;
}

.change-status-form .f-group {
  flex: 1;
  max-width: initial;
  margin-right: 15px;
}

.change-status-form .green-btn {
  flex: 1;
  max-width: 100%;
  padding: 6px 10px;
}

.change-status-form .f-group .form-control {
  padding: 5px 15px;
}

.change-status-form .f-group .form-control::placeholder {
  font-size: 13px;
}

.change-status-form .f-group label {
  font-size: 14px;
}

.sidebar .sidebar-main ul li a {
  text-decoration: none;
  color: #2789ce;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #0000002b;
}

.sidebar .sidebar-main ul li a:hover {
  color: #243a48;
}

.sidebar-main {
  background: #fff;
}

.sidebar .sidebar-main ul li a.active {
  color: #fff;
  padding: 0 10px;
  background: #243a48;
  line-height: 25px;
  padding: 0 10px;
}

.sidebar .sidebar-main ul li a.select {
  background-color: #f2dca7;
  color: #333;
  padding: 5px 10px;
  font-size: 12px;
}

.common-heading {
  font-size: 16px;
  line-height: 1;
  color: #243a48;
  margin-bottom: 15px;
  font-weight: bold;
}

.setting_dashboard_block .common-heading {
  margin: 0 0 4px;
  font-size: 14px;
}

.profile-tab .table th {
  padding: 6px 10px !important;
}

.common-tab .nav-tabs .nav-item .nav-link {
  padding: 5px 15px;
  background: linear-gradient(359deg, #eee, #fff);
  border: 1px solid #3b5160;
  border-radius: 3px 3px 0 0;
  color: #3b5160;
  font-size: 13px;
  font-weight: 500;
  font-weight: bold;
}

.common-tab .nav-tabs .nav-item {
  margin-right: 3px;
}

.common-tab .nav-tabs .nav-item .nav-link.active {
  background: #ffa00c !important;
  box-shadow: none;
  border-color: #cb8009;
  color: #000;
}

.common-tab .nav-tabs {
  border-bottom: 3px solid var(--secondary);
}

.bet_status .bet-sec {
  display: flex;
  align-items: center;
}

.form-select {
  border-radius: 0px;
  font-size: 13px;
}

.bet-sec .form-group {
  flex: 0 0 67%;
  max-width: 67%;
}

.bet_status .bet-sec .form-group {
  display: flex;
}

.bet_status .bet-sec.bet-period .form-group {
  flex: 0 0 78%;
  max-width: 78%;
}

.bet_status .bet-sec .form-group input[type="date"] {
  flex: 0 0 140px;
  max-width: 140px;
  margin-right: 10px;
  font-size: 14px;
}

.find-member-sec .small_form_control {
  height: 30px;
}

.bet_status .bet-sec .form-group .small_form_control {
  font-size: 12px;
  height: 30px;
}

.bet_status .bet-sec .form-group .form-control {
  font-size: 13px;
}

.history-btn li {
  display: inline-block;
  margin-right: 16px;
}

.history-btn li a {
  text-decoration: none;
  border: 1px solid #bbb;
  display: block;
  padding: 7px 15px;
  border-radius: 6px;
  background: linear-gradient(180deg, #fff 0%, #eee 100%);
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.history-btn li a.active {
  background: #ffa00c !important;
  color: #333;
  border-color: #ddd;
}

.bet_status {
  position: relative;
  padding: 10px;
  background-color: #e0e6e6;
  border-bottom: 1px solid #7e97a7;
  margin-bottom: 10px;
}

.batting-content {
  padding: 10px 2px;
  font-size: 14px;
}

.batting-content p {
  margin-bottom: 6px;
}

.small_select.form-select {
  border-radius: 0px;
  padding: 4px 10px;
  min-width: 170px;
  font-size: 12px;
  width: auto;
}

.form-select {
  border: 1px solid #aaa;
  box-shadow: inset 0px 2px 0px 0px rgb(0 0 0 / 10%);
  margin: 0;
  border-radius: 4px !important;
}

.betting-profile-sec .form-select {
  flex: 0 0 56%;
  font-size: 14px;
  max-width: 56%;
  border-radius: 0px;
}

.betting-profile-sec form h4 {
  font-size: 16px;
  padding-left: 13px;
  margin: 0;
}

.betting-profile-sec form {
  flex: 0 0 26%;
  max-width: 26%;
}

.super-admin-form .form-label {
  font-size: 12px;
  display: block;
  text-align: right;
  font-weight: normal;
}

.super-admin-form .form-control,
.super-admin-form .form-select {
  font-size: 13px;
  border-radius: 4px;
  max-width: 190px;
  height: 28px;
}

.total-balance-summary dt {
  font-size: 15px;
  font-weight: 700;
}

.total-balance-summary strong {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #2789ce;
}

.total-balance-summary strong sub {
  font-size: 15px;
  color: #7e97a7;
  font-weight: normal;
}

.total-balance-summary {
  border-bottom: 1px solid #7e97a7;
}

.profile-tab .table {
  width: 100% !important;
}

.exposure-content {
  width: 100%;
  overflow-x: auto;
}

.account-table .hide-tr td {
  background: var(--primary);
}

/* login-sec */

.login-sec {
  background-image: url(../images/bg-login.webp);
  height: 100vh;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-center {
  flex: 0 0 540px;
  max-width: 540px;
}

.login-sec .form_outer {
  padding: 20px;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.login-sec .form_outer form {
  flex: 1;
}

.login-sec form h2 {
  color: #000 !important;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

.login-sec form .green-btn {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  margin: 15px 0 0;
  padding: 0;
  font-weight: bold;
}

.login-sec form .green-btn span {
  padding-left: 5px;
}
.login-sec form .green-btn span img {
  filter: invert(1);
}
.login-sec form canvas {
  position: absolute;
  right: -48px;
  top: 53%;
  transform: translateY(-22%);
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
}

.form-control.is-invalid + canvas {
  transform: translateY(-40%);
}

.form-control.is-invalid {
  padding-right: 10px;
  background-image: none;
}

/* login-sec */

/* 27/9/22 */

.bet_status .green-btn {
  padding: 10px;
}

.bet_status .green-btn {
  padding: 7px 19px;
}

.form-check-input:checked {
  background-color: #2196f3;
  border-color: #2196f3;
}

.form-check-inline {
  font-size: 14px;
}

.bet-list-live .bet-sec label.form-label {
  flex: 0 0 45%;
  max-width: 45%;
}

.account-table caption {
  background-color: #3b5160;
  border-bottom: 1px solid #7e97a7;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
  padding: 0 10px;
}

.block-modal-content h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
  text-align: center;
}
.games-listing .form-switch {
  padding-left: 0px !important;
}
.games-listing .form-switch .form-check-input {
  margin-left: 0px !important;
}
.form-switch .form-check-input {
  font-size: 26px;
}

.account-table td .green-btn {
  /* background-image: linear-gradient(180deg, #fff 0%, #eee 100%); */
  box-shadow: inset 0 2px 0 0 rgb(255 255 255 / 50%);
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #1e1e1e;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 4px;
}

.set-limit-sec .row {
  padding: 20px 10px 20px;
  background-color: #e0e6e6;
  border-bottom: 1px solid #7e97a7;
  margin-bottom: 20px;
}

.set-limit-sec .row label {
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
}

.set-limit-sec .row .form-control {
  border-radius: 0px;
  padding: 3px 9px;
  font-size: 12px;
  height: 28px;
}

.change-password-sec label.invalid-feedback {
  flex: 0 0 100%;
  text-align: right;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.account-table .green-btn {
  margin: 0 2px;
}

.change-password-sec .d-flex {
  flex-wrap: wrap;
}

.modal-header {
  padding: 0 0 10px 0 !important;
}

.risk-management-table {
  background: #dddcd7;
  box-shadow:
    0 2px 0 0 #fff,
    inset 0 2px 0 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 13px 10px 5px;
  margin-bottom: 25px;
}

.match-odd-table table {
  vertical-align: middle;
}

/* .match-tbody td {
  border-right: 1px solid #fff;
} */
.match-tbody tr td {
  text-align: left;
  border-right: 1px solid #7e97a7 !important;
  line-height: 1;
}

.selection-table td {
  border: 1px solid #7e97a7 !important;
  padding: 2px 10px;
}

.back-blue {
  padding: 8px 10px;
  background: #72bbef;
  border-radius: 10px 0px 0px 0px;
  text-align: center;
}

.gray-inner_table {
  padding: 0px 0px 10px 46px !important;
  background-color: #e2e8ed !important;
}

.selection-table td.border-0 {
  border: none !important;
}

.match-tbody tr td.gray-inner_table tr:first-child td {
  background: #e2e8ed;
}

.lay-all {
  padding: 8px 10px;
  background: #faa9ba;
  border-radius: 0px 10px 0px 0px;
  text-align: center;
}

.middle-blue {
  background-color: lightseagreen;
  padding: 6px 10px;
  text-align: center;
}

.light-blue {
  padding: 6px 10px;
  background-color: #72bbef;
  text-align: center;
  line-height: 1.2;
}

.dark-pink {
  padding: 8px 10px;
  background-color: lightpink;
  text-align: center;
}

.back-all-size {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.angle-up {
  background-image: linear-gradient(180deg, #fff 0%, #eee 100%);
  box-shadow: inset 0 2px 0 0 rgb(255 255 255 / 50%);
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #1e1e1e;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  padding: 0px 7px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.angle-up:hover {
  background: linear-gradient(180deg, #eee 0%, #fff 100%);
  color: #333;
  border-color: rgb(124, 124, 124);
}

.down-up i {
  transform: rotate(-180deg);
}

.selection-table tbody tr:first-child td,
.gray-table {
  background: #efefef;
}

.gray-table {
  background: #efefef !important;
}

/* 27/9/22 */

/**========================RR==================**/
.bank_balance_detail h6 {
  padding: 8px 10px 8px 0;
  border-right: 1px solid #ddd;
  margin-right: 10px;
  font-size: 14px;
  color: #505050;
}

.bank_balance_detail strong {
  font-weight: bold;
  font-size: 24px;
}

.bank_balance_detail strong small {
  font-size: 13px;
  font-weight: normal;
  margin-right: 6px;
  vertical-align: middle;
}

.bank_balance_detail {
  padding: 6px 20px;
}

.banking_detail_table td {
  vertical-align: middle;
}

.banking_detail_table td .form-control {
  font-size: 14px;
  padding: 6px 10px !important;
  border-radius: 4px !important;
}

.list_number {
  margin-right: 10px;
  font-size: 15px;
  vertical-align: middle;
}

.medium_width {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  margin: auto;
}

.deposite-withdraw {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exposure_modal .modal-content {
  width: 640px;
  max-height: 640px;
  overflow: auto;
}

.dw-value_text_box {
  position: relative;
  margin: 0 10px;
}

.dw-toggle {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  width: 100px;
  height: 32px;
  justify-content: space-between;
  overflow: hidden;
}

.dw-toggle .tgl_btn {
  position: relative;
  padding: 0;
  flex: 1;
  height: 100%;
}

.dw-toggle .tgl_btn input[type="radio"] {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.dw-toggle .tgl_btn label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background-image: linear-gradient(180deg, #fff 0%, rgb(230, 230, 230) 89%);
  border: 1px solid #bbb;
  color: #333;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

.dw-toggle .tgl_btn label.bg-red {
  border-radius: 0 5px 5px 0;
}

.dw-toggle .tgl_btn input[type="radio"]:checked + .bg-green {
  background: #5bab03;
  color: #fff;
}

.dw-toggle .tgl_btn input[type="radio"]:checked + .bg-red {
  background: #d0021b !important;
  color: #fff;
}

.dw-graph-position {
  position: absolute;
  left: 10px;
  z-index: 2;
  font-size: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 10px 8px;
  line-height: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dw-value_text_box input {
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  padding: 6px 10px !important;
}

.paymoney_form .form-control {
  max-width: 150px;
}

.paymoney_form .form-control {
  max-width: 150px;
}

.clear_btn.btn {
  background: #dddddd;
  padding: 6px 24px;
  color: #000;
  border: 1px solid #bdbdbd;
}

.paymoney_form .form-control {
  max-width: 150px;
  margin: 0 15px;
}

.clear_btn.btn {
  background: #dddddd;
  padding: 6px 24px;
  color: #000;
  border: 1px solid #bdbdbd;
}

.paymoney_form .btn {
  padding: 7px 20px;
  font-size: 15px;
}

.paymoney_form .form-control {
  max-width: 200px;
  padding: 7px 15px !important;
  border-radius: 6px !important;
}

.clear_btn.btn {
  background: #dddddd;
  padding: 6px 24px;
  color: #000;
  border: 1px solid #bdbdbd;
}

.paymoney_form .btn {
  padding: 7px 20px;
  font-size: 15px;
}

.paymoney_form .form-control {
  max-width: 200px;
  padding: 7px 15px !important;
  border-radius: 6px !important;
}

.clear_btn.btn {
  background: #f3f3f3;
  padding: 6px 24px;
  color: #000;
  border: 1px solid #e1e1e1;
}

.paymoney_form .btn {
  padding: 7px 20px;
  font-size: 15px;
}

.paymoney {
  padding: 20px 15px;
  margin: 20px 0;
  background: #fff;
}

.payment_count {
  margin: 0 10px;
  background: #ffffff91;
  padding: 3px;
  border-radius: 100px;
  min-width: 26px;
  display: inline-block;
  font-size: 12px;
}

.setting_dashboard_block > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 -6px;
}

.setting_dashboard_block > ul > li {
  flex: 0 0 164px;
  max-width: 164px;
  margin: 6px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #333;
}

.setting_dashboard_block > ul > li figure {
  margin: 0;
}

.setting_dashboard_block {
  padding: 15px;
  background-color: #e0e6e6;
  border-bottom: 1px solid #7e97a7;
  margin-bottom: 10px;
}

.hide-tr-class .fa-chevron-down {
  transform: rotate(-180deg);
}

.find-member-sec form .search-btn:hover {
  border-color: var(--secondary);
}

.humburger-open {
  background: #000;
  color: #fff;
  padding: 8px 12px;
  margin-left: 14px;
  cursor: pointer;
  position: relative;
  top: 3px;
}

.humburger-open:hover {
  background: var(--primary);
}

.change-password-sec .form-label {
  font-size: 13px;
  min-width: 156px;
  margin: 0;
  text-align: right;
  padding-right: 17px;
}

.change-password-sec .form-control {
  font-size: 12px;
  height: 30px;
  border-radius: 6px;
  /* max-width: calc(100% - 80px); */
  margin-left: 0;
  margin-right: auto;
  flex: 1;
}

.surveliance-setting-sec ul > li {
  flex: 0 0 14%;
  max-width: calc(14% - 12px);
}

.find-member-sec .form-label {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 5px !important;
}

a.green-btn {
  text-decoration: none;
}

.igaming-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 10px;
}

.igaming-block-tabs.nav-tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #cfd8e3;
}

.igaming-block-tabs.nav-tabs .nav-item {
  margin-right: 0;
  margin-bottom: 0;
}

.igaming-block-tabs.nav-tabs .nav-link {
  padding: 14px 24px;
  background: #edf2f7;
  border: 1px solid #cfd8e3;
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  color: #2d3b4f !important;
  font-size: 16px;
  font-weight: 600;
}

.igaming-block-tabs.nav-tabs .nav-link:hover {
  background: #f8fafc;
  color: #111827 !important;
}

.igaming-block-tabs.nav-tabs .nav-link.active {
  background: #ffffff;
  border-color: #cfd8e3;
  color: #111827 !important;
}

.live-match-bat a {
  padding: 7px 15px;
}

.top_player-wrap ul li {
  display: inline-block;
}

.top_player-wrap ul li a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  padding: 6px 10px;
  display: inline-block;
  font-weight: bold;
  background-color: #4e7893;
}

.top_player-wrap ul {
  background: #273e4d;
}

.top_player-wrap ul li a.active {
  background: #d1d8dd;
  color: #254d6a;
  font-weight: bold;
  font-size: 12px;
}

.account-table.border_left {
  border-left: 1px solid #7e97a7 !important;
}

.top_player-wrap table a {
  padding-left: 10px;
  color: #000;
}

.top_player-wrap .text-danger {
  font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #eee;
  color: #333;
  outline: none;
}

.form-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.history-btn li a:hover {
  background: linear-gradient(0deg, #eee 0%, #fff 100%);
  color: #333 !important;
  border-color: #888 !important;
}

.form-control {
  width: 100%;
  height: 36px;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #aaa;
  box-shadow: inset 0px 2px 0px 0px rgb(0 0 0 / 10%);
  margin: 0;
  border-radius: 4px;
  padding: 5px;
}

.bottom-pagination ul {
  padding: 0px;
  text-align: center;
}

.bottom-pagination ul li {
  display: inline-block;
  padding: 5px 10px;
}

.bottom-pagination ul li a {
  text-decoration: none;
}

.bottom-pagination ul li .pagintion-li {
  background: #ffa00c !important;
  padding: 6px 11px;
  border-radius: 4px;
  color: #333;
  border: 1px solid #cb8009;
}

.match-odd-table.account-table td a span {
  background: transparent;
  color: #2789ce;
  font-size: 12px;
  margin: 0 0 0 5px !important;
  padding: 0;
  font-weight: normal;
}

.bottom-pagination .previous a,
.bottom-pagination .next a {
  background: #dfdfdf;
  cursor: not-allowed;
  border: 1px solid #bbb;
  border-radius: 4px;
  line-height: 24px;
  font-size: 12px;
  padding: 5px 10px;
  color: #000;
}

.changestatus-option ul li.active {
  background: #4cbb17;
  color: #fff;
}

.changestatus-option ul li.active a {
  color: #fff;
}

.changestatus-option ul li.active {
  border-color: #4cbb17;
}

.witherror .invalid-feedback {
  position: absolute;
  left: auto;
  bottom: -19px;
  font-size: 12px !important;
  right: 0px;
  text-align: left;
}

.witherror {
  position: relative;
}

/* color-picker */

.color-picker-btn {
  position: fixed;
  right: 0px;
  top: 120px;
  background: var(--secondary);
  border-color: var(--secondary);
  border-radius: 0px;
}

.color-picker-btn:hover {
  background: #ffa00c !important;
  border: 1px solid #cb8009 !important;
}

.form-control-color {
  width: 3rem;
  height: 42px;
  padding: 0.375rem;
}

.add_match_head .green-btn {
  margin: 0 2px;
}

.anchorLog,
.anchorLog:hover {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
}

.find-member-sec .search-user-change-pass {
  padding: 9px 7px;
  color: white !important;
  background: black;
  border-radius: 3px;
}

.find-member-sec .search-user-change-status {
  padding: 6px 10px;
  min-width: initial;
  font-size: 14px;
  width: 150px;
  margin: 8px auto 0 auto;
}

/* color-picker */
.bet-sec.bet-period.upl-date .form-group .form-control {
  flex: 1;
  max-width: 100%;
}

.bet-sec.bet-period.upl-date .form-label {
  margin-right: 10px;
}

form.super-admin-form {
  padding: 10px 30px;
}

.check_date span {
  display: inline-block;
  vertical-align: initial;
  color: #7e97a7;
  font-size: 11px;
  line-height: 15px;
  width: 80px;
  float: left;
  text-align: left;
}

.account-table .inner_table th {
  color: #333;
  border-color: #ddd;
  text-align: left;
}

.account-table .inner_table td {
  text-align: left;
}

.light_blue td,
.light_blue th {
  background-color: #f0f8ff !important;
}

.large_table_data th {
  border-top: none !important;
  font-weight: bold !important;
}

.large_table_data td:first-child,
.large_table_data th:first-child {
  border-left: 1px solid #ddd !important;
}

.light_blue td a,
.light_blue th a {
  color: #3b5160;
  color: #3b5160;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 8px;
  background-color: rgba(94, 190, 255, 0.15);
  border-radius: 4px;
  border: 1px solid #7e97a7;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 10px;
}

.profit_loss_table .table01.table-pnl {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-bottom: 1px solid #7e97a7;
  margin-bottom: 15px;
}

.profit_loss_table > td {
  position: relative;
  padding: 0;
  border-top-color: #7e97a7;
  border-bottom: 1px solid #7e97a7;
}

.profit_loss_table .table-commission {
  width: 75%;
  margin-left: 23%;
  border-right: 1px solid #7e97a7;
  background-color: #e2e8ed;
  text-align: right;
}

.profit_loss_table .sum-pl {
  background-color: #d9e4ec;
  border-top: 1px solid #7e97a7;
}

.sum-pl dt {
  width: 82%;
  padding: 0 10px 5px;
  color: #243a48;
  float: left;
  text-align: right;
  font-weight: normal;
}

.sum-pl dd {
  margin: 0;
  padding: 0 10px 5px;
  text-align: right;
}

.profit_loss_table table td {
  border-width: 0;
  padding: 5px 10px;
  text-align: left;
}

/* .profit_loss_table table td:first-child {
  text-align: left;
} */

.profit_loss_table .table01.table-pnl th:not(.expand_wrap th) {
  text-align: right;
}

.profit_loss_table .table01.table-pnl th:first-child:not(.expand_wrap th) {
  text-align: left;
}

.profit_loss_table .expand_wrap {
  background-color: #e2e8ed;
  padding: 0;
}

.profit_loss_table .expand table .even td {
  background-color: #f2f4f7;
}

.profit_loss_table .expand .sum-pl td {
  background-color: #d9e4ec;
  border-top: 1px solid #7e97a7;
}

.profit_loss_table > td {
  position: relative;
  padding: 0;
  border-top-color: #7e97a7;
  border-bottom: 1px solid #7e97a7;
}

.red {
  color: #d0021b !important;
}

.casino-grand-total {
  border-top: 1px solid #7e97a7;
  background-color: #d9e4ec;
  font-weight: bold;
}

/**==============new-css===============**/

.login_box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.login_left {
  flex: 1;
  position: relative;
}

/* .login_left:after {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
} */

.login_left figure {
  margin: 0;
}

.login_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.login_logo img {
  /* filter: brightness(10); */
}

.support-wrap {
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
}

.support-wrap .support-service {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.support-wrap .support-service::before,
.support-wrap .support-service::after {
  content: "";
  display: block;
  flex: 1;
  align-self: flex-end;
  height: 1px;
  background-color: rgb(57 57 58);
  margin-bottom: -1px;
}

.support-wrap .support-service img {
  width: 25px;
  height: 100%;
}

.support-wrap .support-detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #fff;
  text-decoration: underline;
}

.support-wrap .support-service a.open::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 10px;
  background-image: url("../images/support_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: initial;
  pointer-events: none;
  display: block;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.support-wrap .support-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0 10px;
}

.first_cols {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding-right: 32px;
}

.first_cols {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding-right: 32px;
}

.main-header .navbar-nav .dropdown-item {
  border-bottom: 1px solid #6a6a6a;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
}

.main-header .navbar-nav .dropdown-item.active {
  background-color: #eee;
  color: #333;
}

.main-header .navbar-nav .dropdown-menu {
  padding: 0;
  background: #ddd;
}

.first_cols {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding-right: 32px;
}

.main-header .navbar-nav .dropdown-item {
  border-bottom: 1px solid #6a6a6a;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
}

.main-header .navbar-nav .dropdown-menu {
  padding: 0;
  background: #ddd;
}

.bet_status .bet-sec .form-group input[type="date"] {
  font-size: 12px;
  height: 30px;
}

.form-label {
  font-weight: bold;
}

.lv_1 {
  background: #d65d5d !important;
}

.btn-close {
  background: url("../images/close_pop.png");
  background-repeat: no-repeat;
  opacity: 1;
  background-size: 20px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  overflow: hidden;
  background-position: center;
  padding: 0 !important;
  top: -10px;
  position: relative;
}

.modal-content {
  background-color: #eee;
  width: 400px;
  border-radius: 5px;
  padding: 15px;
  top: 50%;
}

.curent-value {
  font-size: 14px;
  color: #333;
}

.curent-value {
  font-size: 14px;
  color: #333;
}

.change-password-sec label {
  flex: 0 0 80px;
  text-align: right;
  display: inline-block;
  width: 80px;
  max-width: 80px;
}

.curent-value {
  font-size: 14px;
  color: #333;
}

.change-password-sec label {
  flex: 0 0 80px;
  text-align: right;
  display: inline-block;
  width: 80px;
  max-width: 80px;
}

.change-password-sec .theme_light_btn {
  min-width: 110px;
  box-shadow: none;
}

.accout_cols_outer {
  display: flex;
}

.left_side {
  flex: 0 0 234px;
  max-width: 234px;
}

.right_side {
  padding-left: 15px;
  flex: 1;
  overflow-x: auto;
}

.right_side .form-label {
  padding-right: 10px;
  padding-top: 10px;
}

.bg-light-yellow {
  background-color: #f3dfb0 !important;
}

.deposite-withdraw .theme_light_btn {
  border-color: #bbb;
}

.banking_detail_table.table {
  max-width: 100%;
}

.form-select {
  border: 1px solid #aaa;
  box-shadow: inset 0px 2px 0px 0px rgb(0 0 0 / 10%);
  margin: 0;
  border-radius: 4px !important;
}

.border-x {
  border-left: 1px solid #7e97a7;
  border-right: 1px solid #7e97a7;
}

.add_website_section label.invalid-feedback {
  text-align: left !important;
}

.match-odds-table .bets .lay-2,
.match-odds-table .bets .back-3 {
  height: 50px;
}

.bet_outer .bet-sec {
  display: flex;
  align-items: center;
  padding: 10px;
  flex: 0;
}

.bet_outer .bet-sec label.form-label {
  flex: 1;
  max-width: initial;
  white-space: nowrap;
  margin: 0 10px 0;
  font-size: 12px;
  font-weight: normal;
}

.bet_outer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.bet_outer .bet-sec select {
  min-width: 120px;
  max-width: 120px;
}

@keyframes loadBar {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 1;
    transform: scale(1.4);
  }

  100% {
    opacity: 0.1;
  }
}

.top-header-owner .loading-bar {
  width: auto;
  height: 23px;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 10px 0 15px;
  border-radius: 4px 0 0 4px;
}

.top-header-owner .loading-bar span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6c6c6c;
  /* margin-right: 6px !important; */
  opacity: 1;
  animation: loadBar 0.8s ease infinite;
  display: inline-block;
  padding: 0;
  padding: 3px 3px;
}

/* 
@media (max-width: 767px) {

  .bredcum-sec-main h5 {
    display: inline-flex;
}
.bredcum-sec-main h5 i{margin-right:5px;}

.find-member-sec form { flex-direction: column;  align-items: normal;  position: relative;}

.find-member-sec form .d-flex.ps-2{ margin: 10px 0;}
section.total-balance-sec { overflow-x: auto;}
.total-balance-sec ul {width: 800px;}
.account-table .responsive table{width:1250px;}
#searchForm .d-flex.align-items-center {margin-top: 10px; margin-right: 50px;}

#searchForm .btn{ position: absolute;
  bottom: 12px;
  right: 0;
}
.paymoney_form .form-control {
  max-width: 100%;
  padding: 7px 15px !important;
  border-radius: 6px !important;
  margin: 10px 0;
}
.setting_dashboard_block>ul>li {
  max-width: 46%;
  float: left;
}

.bet_status.mb-4 .history-btn{ flex-direction: column;}
.bet_status.mb-4 .history-btn ul{ margin-bottom: 10px !important;}
.top_player-wrap.mb-4.w-80{width: 100% !important;}
.top_player-wrap ul li a { padding: 6px 6px;}

.bet_status.bet-list-live .list-unstyled2{ flex-direction: column;}





} */

.lay-bg {
  background-color: rgb(250, 169, 186) !important;
  padding: 5px !important;
  color: #000 !important;
  width: 40px;
  display: block;
  text-align: center;
  height: 28px;
}
.back-bg {
  background-color: rgb(114, 187, 239) !important;
  padding: 5px !important;
  color: #000 !important;
  width: 40px;
  display: block;
  text-align: center;
  height: 28px;
}
.lay-bg-row {
  background-color: rgb(250, 169, 186) !important;
}
.back-bg-row {
  background-color: rgb(114, 187, 239) !important;
}
.livematchbet-table td {
  background: transparent !important;
}

.livematchbet-table td .btn {
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 80px;
  border-color: #fff;
}
.livematchbet-table td:last-child,
.livematchbet-table th:last-child {
  text-align: center;
}

/* .livemachbetstatus .bet-sec label.form-label {
  
     flex: 0;
     max-width: 0;
    align-items: center;
    display: flex;
    margin-bottom: 0;

} */
.aprofitdownline-filter .theme_light_btn {
  background: #fdb72f;
  border-color: #000;
  line-height: 23px;
  font-size: 11px;
  font-weight: 700 !important;
  border-radius: 4px;
}
/*=== SportAnalytics ===*/
.main-box {
  /* background: #fff; */
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 5px;
  padding: 7px 15px;
  margin-bottom: 15px;
  min-height: 600px;
  overflow-x: hidden;
}
.in-play-left {
  background: transparent;
  padding: 0.5rem !important;
}
.main-in-play .top {
  background-color: #05956b;
}
.main-in-play .top {
  display: flex;
  height: auto;
  margin: -8px 0 0 -8px;
  width: calc(100% - -16px);
  padding: 3px 5px 0;
}
.main-in-play .top h4 {
  margin-bottom: 0;
  color: #fff;
}
.main-in-play .top h4 span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 3px;
  padding-top: 2px;
  line-height: 14px;
  float: left;
  position: relative;
  max-width: 700px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.float-right {
  float: right !important;
}
.main-analysis {
  position: relative;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.analysis-running-market .top {
  display: flex;
  height: auto;
  margin: 0;
  width: 100%;
  padding: 3px 10px;
  background-color: rgb(39 166 195);
}
.analysis-running-market .top {
  background-color: #243a48;
}
.toptitle {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding-top: 4px;
  line-height: 14px;
  float: left;
  position: relative;
  max-width: 700px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
.bk-btn {
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  margin-left: 4px;
  line-height: 13px;
}
.bk-btn {
  color: #fff !important;
  background-color: #000;
}
.p-0 {
  padding: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.min-max {
  font-size: 11px;
  position: absolute;
  right: 5px;
  padding-top: 3px;
}
.min-max,
.toptitle {
  color: #fff;
}
.min-max {
  font-size: 11px;
  position: absolute;
  right: 5px;
  padding-top: 3px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bet-all-new,
.bet-all-new td {
  line-height: 22px !important;
}
.analysis-running-market .w-55 {
  width: 50%;
}
.text-gray {
  color: #6a6a6a !important;
}
.bet-all-new td {
  padding: 0 !important;
}
.analysis-running-market table tr td,
.analysis-running-market table tr th {
  border-top: 1px solid #dee2e6;
}
.float-left {
  float: left !important;
}
.w-50 {
  width: 50% !important;
}
.bet-all-new td .lh22 {
  min-height: 22px !important;
}
.bookmakerbs .bid {
  width: calc(33.33% - 4px);
  border-radius: 0;
  padding: 2px 3px;
  float: left;
  margin: 0 2px;
  min-height: 36px;
}
.f11 {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
}
.bookmakerbs .ask {
  width: calc(33.33% - 4px);
  border-radius: 0;
  padding: 2px 3px;
  float: left;
  margin: 0 2px;
  min-height: 36px;
}
.bid {
  width: calc(50% - 4px);
  background: #8dd2f0;
  border-radius: 0;
  padding: 2px 3px;
  float: left;
  margin: 0 2px;
  line-height: 10px;
  min-height: 36px;
}
.bg-trans {
  background: transparent !important;
}
.bets-GH .back-all,
.bets-HS .back-all,
.bets .back-all {
  background-position: -274px -273px;
}
.bets .back-all,
.bets .lay-all {
  background-image: url(https://images.staticcontent.io/sex/aimg/main-s1.png);
}
.bets .ask1,
.bets .bid1 {
  background-color: transparent !important;
}
.bets-GH .lay-all,
.bets-HS .lay-all,
.bets .lay-all {
  background-position: 100% -399px;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
.ask {
  background: #faa9ba;
}
.analysis-running-market .w-55 {
  width: 50%;
}
.analysis-running-market table tr td,
.analysis-running-market table tr th {
  border-top: 1px solid #dee2e6;
}
.analysis-running-market table tr td,
.analysis-running-market table tr th {
  padding: 2px 3px;
  vertical-align: middle;
}

/* .table>:not(caption)>*>*,.table>:not(caption)>*>* {
  background-color: transparent !important;
} */

.analysis-running-market span.in-play-title {
  font-size: 14px;
  color: #000;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px !important;
  width: 155px !important;
  display: inline-block;
  margin-left: 3px;
  line-height: 16px;
  cursor: pointer;
}
.d-inline-block {
  display: inline-block !important;
}
.analysis-running-market .w-45 {
  width: 50%;
}
.widt50fleft {
  width: 50%;
  float: left;
}
.bookmakerbs .bid {
  width: calc(33.33% - 4px);
  border-radius: 0;
  padding: 2px 3px;
  float: left;
  margin: 0 2px;
  min-height: 36px;
}
.back-light-bg1 {
  background: #d7e8f4 !important;
}
.bid-price {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 18px;
}
.bid-price,
.bid-price-small {
  text-align: center;
  display: block;
}
.bid-price-small {
  font-size: 10px;
  color: #43444a;
}
.bid-price-small {
  font-weight: 700;
}
.back-light-bg {
  background: #b7d5eb !important;
}
.bid {
  background: #72bbef;
}
.ask {
  background: #faa9ba;
}
.marg1 {
  margin-left: 1px !important;
}
.ask-price,
.ask-price-small {
  text-align: center;
  font-weight: 700;
  display: block;
}
.ask-price {
  font-size: 14px;
  color: #000;
  line-height: 18px;
}
.lay-light-bg {
  background: #efd3d9 !important;
}
.lay-light-bg1 {
  background: #f6e6ea !important;
}
.bmmassage {
  font-weight: 700;
  max-width: 100% !important;
  color: #b1031a;
}
.fancymassage {
  padding: 0 5px 0 3px;
  font-size: 10px;
  display: inline-block;
  float: left;
  max-width: 250px !important;
}
.bmmassage {
  font-weight: 700;
  max-width: 100% !important;
  color: #b1031a;
}
.fancybtn-new a {
  background-color: grey;
  color: #fff;
  height: auto;
  width: auto;
  font-size: 14px;
  text-align: center;
  padding: 5px 15px 5px 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}
.fancybtn-new a,
.fancybtn-new a:hover {
  color: #fff;
}
.fancybg {
  background-color: #243a48 !important;
}
ul.fancy-filter {
  list-style-type: none;
  background-color: #243a48;
  padding: 0 2px;
  display: inline-block;
  margin-bottom: 0px;
}
ul.fancy-filter li {
  border-right: 1px solid #fff;
  display: inline-block;
  margin-right: 2px;
  padding-right: 2px;
}
ul.fancy-filter li a.active,
ul.fancy-filter li a:hover {
  background-color: #00593f;
  background-image: linear-gradient(#00593f, #00593f);
  color: #fff;
}
.accordion-outer-item-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 25px;
  cursor: pointer;
}
.accordion-outer-item-inner div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  opacity: 0.7;
}
.accordion-outer-item-inner div span {
  width: 84%;
}

.accordion-outer-item-inner div .accordion-outer-item-inner-icon {
  width: 16%;
}
.center-box p {
  color: #fff;
  width: 100%;
  max-width: 100%;
  background-color: #05956b;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 3px;
  padding-top: 2px;
  line-height: 14px;
  display: block;
}
.center-box p span {
  padding: 2px 0px 4px 6px;
  display: inline-block;
}
.count {
  color: #fff;
  font-size: 12px;
}
.count .two {
  background: #000;
  border: 1px solid #000;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.matched-btn {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#545454, #000);
  border: 1px solid #000;
  padding: 5px 7px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}
a i {
  padding: 0 2px;
}
.text-white {
  color: #fff !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.ifc {
  display: inline-flex;
  align-items: center;
}
.bg-dark1 {
  background-color: #243a48 !important;
  color: #fff !important;
}
.fancybtn-new a,
.fancybtn-new a:hover {
  color: #fff !important;
}
ul.fancy-filter li a.active,
ul.fancy-filter li a:hover {
  background-color: #00593f;
  background-image: linear-gradient(#00593f, #00593f);
  color: #fff;
}
ul.fancy-filter li {
  display: inline-block;
  margin-right: 2px;
  padding-right: 2px;
  border-right: 1px solid #fff;
}
ul.fancy-filter li a {
  padding: 5px 9px;
  font-size: 13px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}
.fancynew-budge {
  position: absolute;
  top: -6px;
  right: 0;
  border-radius: 0.25rem;
  padding: 0.25em 0.4em;
  line-height: 9px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
.fancynew-budge {
  background: red;
  color: #fff;
}
.bk-btn {
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  margin-left: 4px;
  line-height: 13px;
}
.bk-btn {
  color: #fff !important;
  background-color: #000;
}
.btlock5 {
  padding: 5px !important;
  margin-left: 3px !important;
}
ul.fancy-filter li a.active,
ul.fancy-filter li a:hover {
  background-color: #045662;
  border-radius: 5px;
}
ul.fancy-filter li a {
  color: #fff !important;
}

.game-wrap {
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 6px rgb(0 0 0/9%);
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0/9%);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
}
.analysis-running-market table tr td,
.analysis-running-market table tr th {
  border: 1px solid #dee2e6;
}
.fantitle {
  width: 49%;
  font-size: 12px;
  line-height: 13px !important;
  padding: 4px 0;
  cursor: pointer;
  display: inline-flex !important;
  font-family: "Roboto", sans-serif;
  justify-content: center;
}
.analysis-running-market div.runningf.in-play-title {
  font-size: 14px;
  color: #000;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 3px;
  line-height: 13px;
  cursor: pointer;
}
.count-budge {
  background: #000;
  border-radius: 0.25rem;
  padding: 0.25em 0.4em;
  line-height: 10px;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  top: -2px;
  right: 0;
  float: right;
}
.dhide {
  display: none !important;
}
.fancytable .w-16 {
  width: 15.7%;
  position: relative;
  text-align: center;
}
.ballrunning-fancy {
  position: relative;
  width: 100%;
  float: left;
}
.ballrunning-fancy:after {
  position: absolute;
  /* content: "Ball Running"; */
  content: attr(datascustomattribute);
  width: 100%;
  right: 0;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  z-index: 0;
  height: 100%;
  font-weight: 700;
  line-height: 33px;
  cursor: not-allowed;
  text-transform: capitalize;
}
.ballrunning-fancy:after,
.br-full:after,
.suspended-event:after,
.suspended-fancy:after {
  background: url(https://images.staticcontent.io/sex/aimg/fancy.png)
    rgba(0, 0, 0, 0.5);
}
.ask {
  width: calc(50% - 4px);
  background: #feafb2;
  border-radius: 0;
  padding: 2px 3px;
  float: left;
  margin: 0 2px;
  line-height: 10px;
  min-height: 36px;
}
.min-max-price {
  position: absolute;
  right: 10px;
  font-size: 11px;
  top: 2px;
  text-align: right;
}
.suspended-fancy:after {
  position: absolute;
  content: "Suspended";
  width: 100%;
  right: 0;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  z-index: 0;
  height: 100%;
  font-weight: 700;
  line-height: 33px;
  cursor: not-allowed;
  text-transform: capitalize;
}
.ballrunning-fancy:after,
.br-full:after,
.suspended-event:after,
.suspended-fancy:after {
  background: url(https://images.staticcontent.io/sex/aimg/fancy.png)
    rgba(0, 0, 0, 0.5);
}
.suspended-fancy {
  position: relative;
  width: 100%;
  float: left;
}
.lottery-w25 .btn-back,
.lottery-w25 .btn-lay {
  background-color: #72bbef !important;
  border-left-color: #fff;
  color: #000;
  height: 36px;
  line-height: 36px;
  margin-right: 0;
  font-size: 14px;
}
.btn-back,
.btn-lay {
  color: #1e1e1e;
  margin-right: 1%;
  background-color: #72bbef;
  border-left-color: #fff;
}
.lottery-w25 {
  width: 35% !important;
}
.lottery-inplay {
  color: #000;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.lottery-w75 {
  width: 65% !important;
}
.mobile-minmax-winnerodds {
  font-size: 12px;
  color: #000;
  display: none;
}
.analysis-running-market span.in-play-title-winnerodds {
  line-height: 21px;
}
.fancyplus-icon {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  float: right;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}
.footer-allBet {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-allBet .bottom-pagination ul {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.betList-bottom {
  display: flex;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.select-active-list {
  width: 25%;
}

.ul-t span {
  background: #f95e63;
  color: #fff !important;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 600;
}

.ul-t2 span {
  background: #018200;
  color: #fff !important;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 600;
}

.home-table .action_link a:nth-child(1) {
  background: #018200;
  color: #fff !important;
}
.home-table .action_link a:nth-child(2) {
  background: #fd7e4f;
  color: #fff !important;
}
.home-table .action_link a:nth-child(3) {
  background: #48ef32;
  color: #000 !important;
}
.home-table .action_link a:nth-child(4) {
  background: #fcff00;
  color: #000 !important;
}
.home-table .action_link a:nth-child(5) {
  background: #fea500;
  color: #000 !important;
}

.home-table .action_link a:hover {
  color: #000 !important;
}

.account-table.home-table td a span {
  background: #074b53;
}

.account-table.home-table td a .status-suspend1 {
  background: #f95e63;
  color: #fff !important;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 11px;
}
.account-table.home-table td a {
  font-size: 12px;
  color: #000 !important;
}
.account-table.home-table td {
  border: 1px solid #e1e6e7 !important;
  padding: 10px 10px;
  vertical-align: middle;
  background-color: #fff;
  font-weight: 600;
}

.topnav p {
  cursor: pointer;
}
.topnav {
  /* margin-top: 10px; */
  background-color: rgb(30 30 30);
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 42px;
  margin: 0;
  padding: 0;
  /* height: 50px; */
}

.topnav p {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 2px 2px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 0;
}

.topnav p:hover {
  border-bottom: 2px solid white;
}

.topnav p.active {
  border-bottom: 2px solid white;
  font-weight: 700;
}
.vedio_wrap {
  position: sticky;
  /* top: 21.6vw; */
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.tv-control.vedio_up_icon {
  z-index: 3 !important;
}
.tv-control:nth-of-type(1) {
  top: 0;
  right: 0;
}
.tv-control {
  position: absolute;
  width: auto;
  border-radius: 1.6vw;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 1.86667vw;
  display: flex;
}
.tv-control a {
  /* width: 13.33333vw;
  height: 9.33333vw; */
  color: #c8c7c7;
  justify-content: center;
  align-items: center;
  font-size: 0;
  text-indent: -99999px;
  justify-content: center;
  align-items: center;
}
.tv-control.vedio_up_icon {
  z-index: 3 !important;
}
.tv-control:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.tv-control a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-volume_off:before {
  width: 4vw;
  height: 4vw;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><path d="M8.526.947v3.79L6.632 2.842 8.526.947zM1.272 0L18 16.728 16.728 18l-2.064-2.064c-1.2.928-2.416 1.536-3.648 1.824v-2.064a6.364 6.364 0 002.256-1.176L9 10.272v6.744L3.984 12H0V6h4.728L0 1.272 1.272 0zm14.814 8.982a7.598 7.598 0 00-.604-3.015 7.131 7.131 0 00-1.675-2.424 6.136 6.136 0 00-2.439-1.427V0a7.932 7.932 0 013.407 1.747 9.083 9.083 0 012.359 3.15A9.818 9.818 0 0118 8.982c0 .754-.084 1.496-.25 2.226a9.171 9.171 0 01-.73 2.055l-1.413-1.6c.32-.869.479-1.763.479-2.681zm-2.823-.122c0 .295-.018.5-.054.614l-2.788-2.48V4.738c.875.393 1.567.953 2.077 1.681.51.728.765 1.542.765 2.442z" fill="rgb%28200,199,199%29" fill-rule="evenodd"/></svg>');
}
.tv-control .btn-line {
  font-size: 3.2vw;
  text-indent: inherit;
}
.tv-control a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.btn-line:before {
  width: 4.8vw;
  height: 3.73333vw;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 14"><path fill="rgb%28207,209,206%29" fill-rule="evenodd" d="M3.477 7.67c1.104-1.138 2.394-1.909 3.87-2.312a8.165 8.165 0 0 1 4.326 0c1.477.403 2.76 1.174 3.85 2.312l-1.697 1.815A5.933 5.933 0 0 0 7.948 7.82a5.933 5.933 0 0 0-2.774 1.664L3.477 7.67zm3.436 3.63c.455-.476 1-.8 1.635-.973a3.561 3.561 0 0 1 1.904 0c.635.173 1.18.497 1.635.972L9.5 14l-2.587-2.7zM0 4.082a13.418 13.418 0 0 1 4.45-3.068A13.083 13.083 0 0 1 9.52 0c1.753 0 3.436.338 5.05 1.015A13.198 13.198 0 0 1 19 4.083l-1.739 1.815a10.767 10.767 0 0 0-3.622-2.506A10.498 10.498 0 0 0 9.5 2.549c-1.435 0-2.815.281-4.14.843A10.767 10.767 0 0 0 1.74 5.898L0 4.083z"/></svg>');
}
.btn-volume_on:before {
  width: 4vw;
  height: 4vw;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><path d="M10.8 0a8.89 8.89 0 013.699 1.75 9.204 9.204 0 012.56 3.157A9.199 9.199 0 0118 9a9.199 9.199 0 01-.94 4.093 9.204 9.204 0 01-2.561 3.156A8.89 8.89 0 0110.8 18v-2.12a6.805 6.805 0 002.647-1.43 7.164 7.164 0 001.819-2.43A7.11 7.11 0 0015.922 9a7.11 7.11 0 00-.656-3.02 7.164 7.164 0 00-1.819-2.43A6.805 6.805 0 0010.8 2.12V0zm2.7 9c0 .93-.242 1.772-.727 2.525a4.804 4.804 0 01-1.973 1.738V4.737c.83.406 1.488.985 1.973 1.738.485.753.727 1.595.727 2.525zM0 5.986h3.984L9 .947v16.106l-5.016-5.04H0V5.987z" fill="rgb%28200,199,199%29" fill-rule="evenodd"/></svg>');
}
/* accordian ------- */

.accordion-outer {
  position: absolute;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: 0px !important;
  border-radius: 0px;
  height: 100%;
  background: linear-gradient(180deg, #fdb72f 8%, #fdb72f 100%);
  z-index: 9;
  /* top: 134px; */
  width: 250px;
  scrollbar-width: none;
}
.accordion-outer .accordion-item .accordion-header button {
  font-size: 14px !important;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: thin solid black;
  border-left: none;
  border-right: none;
  padding: 5px;
}

.accordion-outer .accordion-item {
  border-radius: 0px;
  background-color: transparent;
}

.accordion-outer .accordion-button {
  background-color: transparent;
  padding: 6px !important;
}
.accordion-outer .accordion-button:hover {
  background: #d5ab59;
}

.accordion-outer .accordion-body {
  padding: 6px 13px !important;
}

.accordion-outer-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.accordion-outer-item div {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.accordion-outer-item div span {
  margin-left: 5px;
  font-size: 13px;
}
.accordion-outer .accordion-item .show {
  background-color: lightgrey;
}
button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-outer .accordion-button:not(.collapsed) {
  color: #000;
  background-color: 0c9cb3;
  box-shadow: none;
}

.nav-link {
  font-size: 12px;
  color: #fff;
  padding: 10px 10px 12px;
}
.nav-link:hover,
.nav-link:focus {
  /* font-size: 16px; */
  color: #000 !important;
  background: linear-gradient(90deg, #14805e 0%, #14805e 100%, #14805e);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.dropdown-item:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #14805e 0%, #14805e 100%, #14805e);
}

.modal-fullscreen-2xl {
  max-width: 100% !important;
}
.modal-fullscreen-2xl .modal-content {
  width: 100% !important;
}

.allbet-tr {
  background: #243a48 !important;
  color: white !important;
}

.btn-book {
  background: #ffcc51;
  border: 1px solid #cf9a47;
  width: inherit;
  padding: 3px 1px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  color: black !important;
  min-width: 40px;
  text-align: center;
}

.fancybtn-new-outer .active a {
  background-color: #243a48 !important;
}
.fancybtn-new-outer {
  margin-bottom: 3px;
}

.footer-sticky {
  position: sticky;
  bottom: 0px;
  justify-content: end;
  border-top: 1px solid #d4d4d4;
  border-top-width: 1px;
  background-color: #eeeeee;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-sticky p {
  margin-bottom: 0;
  color: #000;
}

.btn-footer {
  background-image: linear-gradient(180deg, #fff 0%, rgb(230, 230, 230) 89%);
  box-shadow: inset 0 2px 0 0 rgb(255 255 255 / 50%);
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #1e1e1e;
  font-weight: bold;
  margin-right: 4px;
  padding: 5px;
  width: 26px;
  height: 26px;
  margin-left: 3px;
  line-height: 1;
}
.table-new-inner {
  width: 75% !important;
}

.sportType-active {
  border: 2px solid black !important;
}

.player-b-form {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.player-b-form button {
  background-size: cover;
}

.h-36 {
  height: 36px;
  margin: 0 0px 0 10px !important;
}

.table01 {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-bottom: 1px solid #7e97a7;
  margin-bottom: 15px;
}
.table01 th {
  color: #243a48;
  background-color: #e4e4e4;
  border: 1px solid #7e97a7;
  border-width: 1px 0 1px 0;
  padding: 8px 10px;
  text-align: center;
}
.table01 .bgcolor-sub {
  background-color: #beddf4;
}

.table01 .td-UID {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table01 .order {
  width: 30px;
  margin-right: 7px;
  color: #999;
}
.table01 span {
  vertical-align: middle;
}
.table01 .border-l {
  border-left: 1px solid #7e97a7;
}
.table01 .total {
  font-weight: bold;
  color: #243a48;
}

.odds-game-team {
  width: 100%;
  background-color: #1b2d38;
  padding: 0px 10px;
}
.odds-game-team h2 {
  color: #fff;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.odds-game-team span {
  background-color: #fff;
  color: #243a48;
  padding: 1px 8px;
  border-radius: 4px;
  margin: 0 5px;
  font-size: 13px;
}

.odds-game-team .green-btn {
  top: 0;
  right: 0;
  width: 85px;
  /* height: 100%; */
  line-height: 29px;
  color: #fff !important;
  font-weight: normal;
  border-left: 1px solid #d9dfe2 !important;
  background: transparent;
  border: none !important;
  font-size: 18px;
  border-left: 1px solid #d9dfe2 !important;
  border-radius: 0px !important;
}
.text-right-data {
  text-align: right;
}
.pop-warp {
  padding: 20px;
}
.pop-warp .account-table {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
}
.pop-warp .account-table .container-fluid,
.pop-warp-fancy .account-table .container-fluid {
  padding: 0 !important;
  background-color: #fff;
}

.pop-warp-fancy .account-table .responsive {
  padding: 0 20px;
}
.pop-warp-fancy .account-table .responsive tr th:first-child {
  text-align: left;
}
.pop-warp-fancy .account-table .responsive tr th:last-child {
  text-align: right;
}

.pop-warp-fancy .account-table .responsive tr td:first-child {
  text-align: left;
}
.pop-warp-fancy .account-table .responsive tr td:last-child {
  text-align: right;
}
.matchbetdetails-table td {
  background-color: transparent;
}

.back-trans {
  background-color: transparent !important;
}
span.text-danger.back-trans,
span.text-success.back-trans {
  padding: 6px 9px 7px 0px;
}
.undeclared-modal {
  max-width: 70vw;
}

.undeclared-modal .modal-content {
  width: auto;
}
