body {
    font-family: "Poppins", sans-serif;
}

a{
    text-decoration: none;
}

.form-left {
    background: #f3c748;
    height: 80vh;
    display: grid;
    place-items: center;
}

html,body{
    overflow-x: hidden;
}
.login__form {
    /*background: #000;*/
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);*/
    /*height: 100vh;*/
}

.table-sub.bl-bg .time button {
    font-size: 14px;
    border-radius: 7px;
    border: none;
    background: transparent;
    color: #212121;
}

form#dataform {
    padding: 0;
    border-radius: 10px;
    margin: 20px 20px;
}

.forget a,.already-account a{
    color: #000!important;
    font-weight: 600;
}
.login__icon {
    margin: 0 auto 30px;
}
.login__icon .fa {
  background: #e9a8fe;
  border-radius: 50%;
  color: #fff;
  padding: 40px;
}
.login__label {
    color: #cdcaca;
    font-size: 15px;
    font-weight: 600;
}
.login__input, input {
    background: #f5f5f5;
    /* border: 1px solid #000000; */
    box-shadow: none;
    color: #565656;
    font-size: 15px;
    padding: 30px 10px;
    margin-bottom: 30px;
}
.login__btn {
    background: #f4b02b;
    border-radius: 10px;
    color: #0e0d0d;
    height: 50px;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

form#dataform .form-group img {
    position: absolute;
    height: 36px;
    left: 8px;
    top: 9px;
    background: #f4b02b;
    width: 36px;
    padding: 7px;
    border-radius: 50%;
}
form#dataform .form-group {
    position: relative;
    margin-bottom: 8px;
}

.play-btn {
    background: #183d57;
    border-radius: 10px;
    color: #fab02b;
    font-weight: 600;
    height: 50px;
    width: 100%;
    font-size: 18px;
}

div#listContainer {
    /*margin-top: 20px;
    border-top: 10px solid #183d57;*/
    padding: 15px;
}

.sub-box.bl, .main-bx.bl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid lightgray;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f6faff;
    margin-bottom: 10px;
}

.play-btn.outline {
    background: #0c1743;
    border-radius: 6px;
    color: #f3c748;
    font-weight: 600;
    height: 50px;
    width: 100%;
}

.login__text {
    margin: 16px 0 0px 0;
    text-align: center;
    color: #183d57;
    font-weight: 500;
    font-size: 13px!important;
    text-decoration: underline;
    font-family: sans-serif;
}

.login__input::placeholder {
    font-weight: 500;
    color: #000;
}

form#dataform .form-group img.hide-ch {
    position: absolute;
    height: 30px;
    right: 10px;
    top: 14px;
    left: auto;
    background: transparent!important;
}

.form-bottom{
    margin-top: 20px;
}

.form-bottom h4 {
    color: #d6bd69;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .4px;
}

.form-bottom img {
    width: 22px;
}

.form-bottom p {
    color: #d6bd69;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.login__text a {
    color: #f3c748;
    padding-left: 5px;
    font-size: 15px!important;
    font-weight: 600;
}

.login__icon img {
    margin: auto;
}

.form-left p {
    font-size: 12px;
}

form h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

header, footer {
    background: #eeeeee;
    padding: 10px 5px;
    position: relative;
}
.menu-bar{
    cursor: pointer;
}
.menu-bar span:nth-child(2) {
    margin: 6px 0 6px auto;
    width: 15px;
}
.menu-bar span {
    background: #183d57;
    height: 2.5px;
    width: 23px;
    border-radius: 3px;
    display: block;
}
marquee {
    margin-top: 7px;
    margin-bottom: -7px;
}

section.banner {
    height: 185px;
    background-size: 100%!important;
}

marquee a {
    color: #fff;
    font-size: 18px;
}

a.dashboard-logo {
    padding-left: 20px;
    font-size: 17px;
    color: #183d57;
    text-transform: uppercase;
    font-weight: 400;
}

.dashboard-logo img {
    width: 80px;
}

.price-box {
    margin-right: 5px;
    display: flex;
    column-gap: 10px;
}

.price-box a {
    display: flex;
    align-items: center;
    column-gap: 9px;
    color: #fff;
}

.price-box img {
    width: 23px;
    filter: brightness(0);
}

.price-box p {
    color: #000;
}

marquee a {
    color: #000;
    font-size: 15px;
}


.left-menu {
    position: absolute;
    width: 270px;
    height: 100vh;
    left: -100%;
    top: 0px;
    background: #f7f2f9;
    border-radius: 0 5px 0 0;
    padding: 0px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    border-left: 5px solid #183d57;
    border-radius: 40px 0 0 0;
}

.user-box img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
}

.media.user-box h4 {
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
}
.user-box {
    display: flex;
    align-items: center;
    background: #183d57;
    padding: 25px;
    /*border-radius: 40px 0 0 0;*/
}

.bl-menu {
    padding-top: 10px;
    padding-left: 6px;
}

.bl-menu hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 22%);
}
.user-box .media-body{
    padding-left: 20px;
}

.media.user-box p {
    font-size: 14px;
    color: #fff;
}
button.close-btn img {
    width: 12px;
}
button.close-btn {
    position: absolute;
    right: -15px;
    height: 30px;
    width: 30px;
    background: #e8e8e8;
    border-radius: 23px;
    display: grid;
    font-size: 20px;
    place-items: center;
    top: 0px;
    border: 2px solid #f3c748;
}

.left-menu ul li a {
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 7px;
    line-height: 30px;
}

.left-menu ul li {
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.left-menu ul li img {
    width: 24px;
}

.left-menu.collapsed {
    left: 0;
    opacity: 1;
}

.footer-content ul li a img {
    width: 25px;
    margin: auto;
}

.middle-content {
    margin-top: 150px;
}

.top-box {
    background: #fab02b;
    border-radius: 30px;
    text-align: center;
    position: relative;
    display: flex;
    padding: 5px 10px;
    column-gap: 10px;
    align-items: center;
}

.top-box img {
    width: 36px;
    background: #ffffff;
    padding: 4px;
    height: 36px;
    border-radius: 24px;
    left: 50%;
    margin-bottom: 0;
}

.top-box p {
    color: #183d57;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.highlights {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.play-btn {
    display: grid;
    place-items: center;
    text-decoration: none;
    /*background: #000;*/
    /*border: 2px solid #ffffff;*/
}

.play-btn:hover{
    background: transparent;
    border-color: #333;
    color: #333;

}

.left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}
.heading h3 {
    font-size: 26px;
    font-family: auto;
}

.heading p{
    font-size:13px;
}

.table-sub.bl-bg {
    background: #fff;
    border-radius: 10px;
    padding: 9px;
    display: flex;
    justify-content: center;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    min-height: 45px;
}
.status {
    font-size: 12px;
}
.table-sub.bl-bg .time p {
    font-size: 13px;
    text-align: left;
    padding: 6px 6px;
    border-radius: 5px;
    line-height: 17px;
    color: #333;
}
.table-sub {
    margin-top: 10px;
    border-radius: 7px;
    padding: 5px;
    background: #fab02b;
}

.table-sub.bl-bg .time{
    align-items: center;
}

.main-bl div {
    font-size: 12px;
}

.bl-bg.w-100 {
    padding: 5px 0;
}

.table-sub.bl-bg p span {
    color: #fff;
    font-size: 12px;
}

.table-sub h6 {
    font-size: 16px;
    font-weight: 700;
    color: #183d57;
    margin: 8px 0;
    width: 100%;
    text-align: center;
}

/*a.play-ic.is_market_close_btn {
    background: #9f0505 !important;
}*/

.table-sub.bl-bg .play-ic img {
    width: 40px;
}
.table-sub.bl-bg .play-ic, .is_market_close_btn {
    display: flex;
    align-items: center;
    column-gap: 4px;
    font-size: 14px;
    min-width: 83px;
    border-radius: 4px;
    color: #2c2c2c;
    padding: 5px 6px;
    flex-direction: column-reverse;
    margin-top: -45px;
}

.table-sub .mobile {
    font-size: 19px;
    font-weight: 600;
    color: #fab02b;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
}

.danger-text {
    color: #db0002;
    font-size: 13px;
    background: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    border: 1px solid red;
}
.grow-ic img {
    width: 64px;
    /* filter: invert(1); */
    /* background: #ededed; */
    padding: 5px 8px;
    border-radius: 7px;
    /* box-shadow: 0 0 5px rgba(0,0,0,.3); */
}

.dashboard-body {
    padding-bottom: 100px;
}

.footer-content ul li a {
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 10px;
    row-gap: 5px;
    text-align: center;
}

.footer-content ul li.active a {
    height:40px;
    background: #fab02b;
    width: 40px;
    margin: auto;
    border-radius: 50%;
}

.footer-content ul li.active a img {
    width: 28px;
}
.footer-content ul li {
    width: 20%;
}


.top-box.bl img {
    width: auto;
    position: unset;
    top: -30px;
    background: transparent;
    border-radius: 50%;
    left: 50%;
    height: 70px;
    transform: translate(0%);
}
.top-box.bl {
    display: grid;
    place-items: center;
    width: 125px;
    height: 95px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
}
.top-box.bl img{
    background: transparent;
    padding: 0px;

}

.game-title {
    color: #0a183f;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px black;
    word-spacing: 3px;
    font-family: "Poppins", sans-serif!important;
}

.middle-content.play-game {
    margin-top:0px;
}

.pagination {
    padding: 8px 20px;
    background: #030926;
}

.pagination h4 {
    font-size: 13px;
    font-weight: 300;
}

.bl-table{
    margin-bottom: 100px;
}


/*======= Add Fund CSS ========*/

.pagination a {
    display: flex;
    align-items: center;
    color: #fff;
    column-gap: 10px;
}

.add-fund-page {
    background: #f5f5f5;
    border-radius: 0;
    height: 100vh;
    padding: 30px 10px;
    border: 4px solid transparent;
    box-shadow: none;
}

.add-fund-page nav {
    margin: 10px;
}

.add-fund-page div#nav-tabContent {
    background: #fab02b;
    margin: 13px;
    border-radius: 10px;
}

.add-fund-page .price input {
    border: 1px solid #000000;
    background: #ffffff;
    width: 100%;
    font-size: 14px!important;
    border-radius: 31px;
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 20px;
}

button.play-btn.my-btn {
    background: #fab02b;
    color: #ffffff;
    border-radius: 10px;
    border: none;
}

.price ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 5px;
}
.price ul li {
    width: 21%;
}

.bl-date .price h4 {
    font-size: 16px;
    color: #342f2f!important;
    text-align: center!important;
    font-weight: 400;
}

.add-fund-page .price input.date {
    border: 1px solid #000000;
    background: #ffffff;
    width: 100%;
    font-size: 14px!important;
    border-radius: 31px;
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 20px;
}

.add-fund-page .price input[type="date"]::-webkit-inner-spin-button,
.add-fund-page .price input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

form#payment-form input {
    border: 0;
    background: #fff;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px;
    padding-left: 35px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-bottom: 0;
}
}

.add-fund-page .price .fill-amt {
    height: 50px;
    border: none;
    background: #d3d3d37a;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    padding: 14px;
    font-size: 19px;
    column-gap: 10px;
}

.price ul li button {
    border-radius: 5px;
    padding: 7px 11px;
    width: 100%;
    background: #ffff;
    font-size: 13px;
    border: 1px solid #fab02b;
}
.price ul {
    justify-content: space-between;
    margin-top: 20px;
}

.fill-amt::before {
    position: absolute;
    left: 13px;
    top: 4px;
    color: #183d57;
    content: '₹';
    font-size: 22px;
}

.fill-amt {
    position: relative;
}

.time-notification {
    background: #fab02b;
    border-radius: 7px;
    margin-bottom: 20px;
}

.withdraw-box {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px 20px;
    background: #faf7ec;
}

.withdraw-box h4 {
    font-size: 17px;
}

.withdraw-box ul{
    column-gap: 30px;
    justify-content: flex-start!important;
}

.price select {
    margin: 20px 0;
    border: 1px solid #bcb6b6;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    border-radius: 6px;
    -webkit-appearance: none;
    background: #fab02b;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 13px;
}

.note p {
    font-size: 11px;
    margin-bottom: 0;
}
.note {
    background: #ffefb5;
    margin-top: 20px;
    padding: 10px;
    border-radius: 6px;
}

.note p span {
    font-size: 13px;
}

.fill-amt.bl::before{
    display: none;
}

input#amount-box.date {
    background: #e9e7e7;
    padding: 8px 15px;
    margin-left: 0px;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}


.bonus-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    padding: 7px 12px;
    background: #fab02b;
}

.bonus-box .left p:first-child {
    font-size: 15px;
    font-weight: 600;
}

.bonus-box .left p:last-child {
    font-size: 12px;
}

.sub-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid lightgray;
    padding: 12px 14px;
    border-radius: 10px;
}

.profile .top-header img {
    filter: brightness(0);
}

.sub-box a {
    transform: rotate(180deg);
}

.sub-box p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}

.sub-box .bl {
    column-gap: 10px;
}

div#listContainer h5 {
    font-size: 15px;
}

tbody#selectedItemsTableBody {
    background: lightgray;
}

.bonus-box-history {
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 8px;
    margin-bottom: 15px;
}

.bonus-box-history .left p:first-child {
    font-size: 16px;
    font-weight: 700;
}

.bonus-box-history .left p:nth-child(2) {
    font-size: 14px;
}

.bonus-box-history .left p:last-child, .bonus-box-history .right p:last-child {
    font-size: 15px;
    font-weight: 700;
    color: green;
}

.sub-box p span{
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
}

.nav-tabs .nav-link.active {
    border-color: white;
    border-bottom: 1px solid black;
}

div#nav-tab {
    border-color: white;
}

div#nav-tab {
    border-color: white;
    display: flex;
    justify-content: space-between;
}

.nav-tabs .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: black;
    border-radius: 8px;
}

.page-heading {
    margin-bottom: 20px;
}

.page-heading h5 {
    font-size: 21px;
    color: #fab02b;
}

.chart-table th {
    font-size: 11.5px;
    padding: 3px;
    font-weight: 600;
}

.chart-table table{
    border-color: #818588;
}

.chart-table p {
    margin-bottom: 0px;
    font-size: 13px;
    text-align: center;
}

.chart-table td div{
    display: flex;
    align-items: center;
}

.chart-table td div p:first-child, .chart-table td div p:last-child {
    width: 8px;
    word-break: break-all;
}

.chart-table td div p:last-child{
    margin-left: 6px;
}

.chart-table td div p:first-child{
    margin-right: 6px;
}

.chart-table td div p:nth-child(2) {
    width: 20px;
    word-break: break-all;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 61px;
    line-height: 60px;
}

.chart-table td{
    padding: 2px;
}

.chart-table td p{
    display: inline-block;
}

.profile-image {
    object-fit: cover;
    margin-bottom: 20px;
    filter: brightness(0.5);
    width: 100px;
}

.logo-heading {
    font-size: 26px;
    text-align: center;
    color: #f3c748;
    font-weight: 700;
}

.price h4 {
    font-size: 16px;
    color: #3c3737;
    text-align: center;
    margin-bottom: 20px;
}

.available-balance {
    padding: 15px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    width: 80%;
    text-align: center;
    margin: 0 auto 40px;
}

.time-notification p {
    font-size: 13px;
    font-weight: 600;
}

.login.bl-login {
    padding-top: 35px;
}

.ratan-dashboard {
    margin-top: 36px;
    /*background: #fff;*/
    padding-top: 5px;
    border-radius: 40px 40px 0 0;
    border: 3px solid #facc4e;
}

section.bl-chart-new {
    background: #fff;
    border: 5px solid #f7bd03;
    border-radius: 30px 30px 0 0;
    padding-top: 20px;
}

button.btn-play {
    background: #fbc330;
    border: 0px;
    padding: 2px 9px;
    border-radius: 5px;
}


.top-btns button {
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    border: none;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    row-gap: 6px;
    column-gap: 8px;
    background: linear-gradient(90deg, rgba(194,176,101,1) 40%, rgba(24,61,87,1) 100%);
    letter-spacing: .5px;
}
.top-btns button img {
    /* filter: drop-shadow(1px 3px 1px black); */
    width: 25px;
}

.main-bx {
    padding: 10px;
    border: 2px solid #030926;
    margin-top: 15px;
    border-radius: 10px;
}

.top-box.bl .cont h6 {
    font-size: 13px;
    margin-top: 60px;
    color: #000;
}

.bid-bl-page input::placeholder, .bid-bl-page select {
    font-size: 13px;
}

.profile .top-header {
    background: #fab02b;
    border-radius: 0 0 25px 25px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 12px 30px;
}


.profile .top-header a img {
    width: 25px;
}

.top-header p {
    font-size: 16px;
    font-weight: 500;
}

.profile-container {
    background: #fab02b;
    border-radius: 15px;
    margin: 30px 10px;
    text-align: center;
    padding: 15px 15px 1px 15px;
}

form {
    text-align: left;
    margin-bottom: 20px;
}

form label {
    font-size: 20px;
    font-weight: 500;
}

.profile-container form input {
    background: #f5f5f5;
    /* border: 1px solid #000000; */
    box-shadow: none;
    color: #565656;
    font-size: 15px;
    padding: 27px 17px!important;
    margin-bottom: 30px;
    border-radius: 10px!important;
}

.profile-container button {
    width: 100%;
    padding: 15px;
    border: none;
    background: #183d57;
    color: #fab02b;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}

.row.bl-game-page .col-6 {
    position: relative;
}