.modal-content {
  background: none;
  border: none;
  border-radius: 20px;
}
.reg .modal-content {
  background: #fff;
}
.modal-dialog {
  max-width: 500px;
}
.modal-header {
  color: #d727d9;
  background: #19243a;
  border-bottom: none;
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 20%;
  border-radius: 1rem 1rem 20% 20%;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 2px solid #cb9837;
}

.modal-header .close {
  color: #fc7100 !important;

  opacity: 1;

  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);

  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;

  background: none;

  border: none;

  font-size: 24px;
}
.modal-header .close {
}
.modal-body {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 4rem;
}
.login-logo {
  text-align: center;
}
.input-group .input-group-text {
  background-color: #fff;
  border-color: #9396a1;
  border-right: none;
  border-radius: 10px 0px 0px 10px;
  height: 100%;
}
.input-group img {
  max-width: 30px;
}
.input-group input {
  border-color: #9396a1;
}
.forget-password {
  text-decoration: underline;
  color: #19243a;
  text-align: end;
  /* margin-top: 10px; */
  display: block;
}
.btn-group {
  text-align: center;
}
.submit-btn {
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  ) !important;
  width: 100%;
  padding: 10px;
  color: #fff;
  border: none;
  border-radius: 10px;
}
.modal-body .card-text {
  color: #000;
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.modal-body .card-text a {
  color: #436ec2;
  margin: 0px 5px;
}
.modal-body .card-body {
  padding: 1rem;
  background: #bfbfbf;
  line-height: 1rem;
  border-radius: 10px;
  font-size: 12px;
  color: #000;
}
.modal-body .card-body span {
  width: 100%;
}
.pm-title-wrapper {
  font-size: 16px;
  font-weight: 700;
  background: #19243a !important;
  color: #ffffff;
  padding: 15px 20px;
  text-align: center;
}

.pmtable-wrapper {
}

table.promo-table tr th {
  color: #fff;
  background: #d9353d;
  padding: 4px;
  text-align: center;
  border: 1px solid var(--text-color);
}

table.promo-table tr td {
  border: 1px solid var(--text-color);
  padding: 5px;
  color: var(--text-color);
  text-align: center;
}

.gr-title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #d9353d;
}

.grlist ul {
  padding-left: 20px;
  margin-top: 5px;
}

.grlist ul li {
  padding-bottom: 8px;
  font-size: 14px;
  list-style: disc;
}

.promo-pop-cont {
  padding: 15px;
  border: 1px solid #d9353d;
  border-radius: 0px 0px 20px 20px;
}

.promo-nav button {
  background: #1e2024;
  padding: 10px 30px;
  color: #fff;
  border-radius: 20px;
}
.promo-modal-tnc {
  font-size: 14px;
  font-family: Calibri;
  color: #ffffff;
  list-style: none !important;
  padding-left: 0;
}

.promo-modal-tnc li span {
  color: orangered;
  margin-right: 10px;
}
.promo_table tr th {
  background: linear-gradient(
    #436ec2 0%,
    #243965 80%,
    #243965 90%,
    #436ec2 100%
  );
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.promo_table tr td {
  font-size: 12px;
  color: #000;
  padding: 10px;
  border: 1px solid #000;
  background: #d7d7d7;
  text-align: center;
}
.basic-text {
  font-size: 12px;
  color: #fff;
}
.promo_table {
  width: 100%;
}
.promo-text {
  padding: 20px;
  color: #fff;
  background: #232e46;
}
.modal-dialog.promo {
  max-width: 800px !important;
  border-radius: 20px;
}
button.close-promo {
  background: none;
  border: none;
  font-size: 28px;
  padding: 11px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  color: #fc7100;
}
.m-menu .modal-dialog{
  height: 100%;
}
.m-menu .modal-content{background: #19243a;height: 100%;border-radius: 0;}
.m-menu .modal-header{
  border-radius: 0;
  border: none;
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #19243a;
  z-index: 999;
  padding: 5px 10px;
}
.m-menu .modal-header .close{
  margin: 0;
}
.m-menu-member{
  text-align: center;
}
.m-menu-member .log-btn{
  font-size: 18px;
  padding: 14px;
}
.m-menu .modal-body{
  padding: 0px 15px;
  padding-top: 85px;
  overflow-y: auto;
}
.m-menu-top-wrap{
  max-width: 80%;
  margin: 0 auto;
}
.m-menu-lobbylist{
  padding-left: 30px;
  padding-right: 30px;
}
.m-menu-lobbylist ul{
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 15px;
}
.m-menu-lobbylist ul li{
  text-align: center;
}
.m-menu-lobbylist ul li a{
  background-color: #232e46;
  font-weight: 400;
  font-size: 0.75rem;
  padding: 0.5rem;
  border: 1px solid #9396a1;
  display: block;
  border-radius: 10px;
  text-transform: uppercase;
}
.m-menu-lobbylist ul li a.active{
  color: #fff;
  background: linear-gradient(#FFB217 0%, #FC7100 80%, #FC7100 90%, #FFBD87 100%);
  border: inherit;
}
.m-menu-lobbylist ul li a.active img{
  filter: brightness(11);
}
.m-menu-lobbylist ul li a p{
  margin-bottom: 0;
}
.m-menu-lobbylist ul li a img{
  max-width: 2.5rem;
  padding: 0.5rem 0;
}
.m-menu-directory{
  margin-top: 50px;
}
.m-menu-directory ul{
  list-style:none;
  padding-left: 0;
}
.m-menu-directory ul li{
  border-bottom: 1px solid #9396a1;
  padding: 10px 20px;
}
.m-menu-directory ul li a{
 display: flex;
 align-items: center;
 font-size: 18px;
 color: #9396a1;
}
.m-menu-directory ul li a p{
  margin: 0;
}
.m-menu-directory ul li a i{
  margin-right: 20px;
  font-size: 22px;
}
.text-welcome {
  color: #fc7100;
  text-transform: uppercase;
  font-size: 16px;
}
 .text-username {
  color: #fff;
  font-size: 19px;
}
.member-group-name {
  color: #fc7100;
  font-weight: 600;
  padding-left: 0.5rem;
  font-size: 13px;
}
.member-vip-group img{
  max-height: 60px;
}
h5.modal-title{
  color: #fc7000;
}
.msg .modal-content{
  background: #232e46;
}
.msg .modal-body{
  color: #fff;
}
.inbox_table{
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 1px 1px 7px 1px #000;
  overflow: hidden;
}
.inbox_table_wrap thead tr td{
  background: #fc7000;
  padding: 10px;
  border: 1px solid #737373;
  text-align: center;
}
.inbox_table_wrap tbody tr td{
  color: #fff;
  padding: 10px;
  background: #232e46;
  border: 1px solid #737373;
  text-align: center;
}
.inbox_msg_text{
  overflow: hidden;  /* Hides any text that overflows the width */
  text-overflow: ellipsis;  /* Adds an ellipsis to any overflowed text */
  white-space: nowrap;  /* Keeps the text on a single line */
}
.inbox_table_wrap tbody tr td i{
  margin: 0px 10px;
}
  /* WALLET */

  .main-wallet {
    padding: 0px;
}

.main-wallet {
    text-align: center;
    color: #000;
}

.main-wallet:hover {
    color: #ffe895;
}

.prov-name {
    margin-left: 0px;
    font-size: 13px;
    float: left;
    padding-top: 3px;
    font-weight: bold;
}

.am-prov {
    text-align: right;
    float: right;
    display: flex;
    position: relative;
    top: -2px;
}

.btn-in {
    padding: 2px 5px;
    font-size: 12px;
    background: #55c87f;
    margin-left: 8px;
    border: none;
    line-height: 16px;
}

.prov-out {
    margin-left: 8px;
}

.btn-out {
    padding: 2px 5px;
    font-size: 12px;
    background: #ec4e4e;
    border: none;
}

.am-prov .prov-in {
    width: auto;
}

.prov-am {
    /* padding-top: 14px; */
    font-size: 12px;
    line-height: 0px;
    display: contents;
}

.main-wallet ul li:hover {
    background: #ffffff29;
}

.main-wallet ul li:first-child {
    padding: 10px 5px;
    background: #fc7100;
    color: #fff;
}

.main-wallet ul li {
    display: inline-block;
    list-style: none;
    width: 100%;
    cursor: pointer;
}

.main-wallet ul {
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.modal-login {
    background: #19243a !important;
    border: 1px solid #fc7100;
}
.modal-login .modal-body{
    padding: 10px;
}
.modal-login .close{
  /* position: absolute; */
  right: 0;
  float: inline-end;
  background: none;
  border: none;
  color: #fff;
}
.promo-body{
  padding: 0;
  background: #232e46;
  border-radius: 10px;
  overflow: hidden;
}
.promo-modal-card img{
  border-radius: 0;
}
.promo-modal-card .card-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fc7100;
}
.promo-modal-card-body{
  padding: 20px;
}
.promo-body hr{
  border-top: 1px solid #fc7100;
}
.promo-modal-card-body .row{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 0;

}
.promo-modal-card-body  .row div{
  padding: 0;
  width: 100%;
}
.forgot-desc h5{
  color: #fc7100;
  font-size: 17px;
  text-align: center;
}
.forgot-desc p{
  color: #000;
}
.verifycode img{
  max-width: 60px;
}
.veri-code{
  padding: 10px;
}
.m-menu-flag{
  display: flex;
  align-items: center;
}
.m-menu-flag ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  grid-gap: 15px;
}
.m-menu-flag ul li a{
  font-size: 12px;
}
.m-menu-flag ul li a.active{
color: #fc7100;
}
.m-menu-flag img{
  max-height: 20px;
  margin-left: 10px;
}