
body {
    background-color: #0c2c4d;
}

:root{
    --color-primary: #0c2c4d;
    --color-white: #fff;
}

.gap-y39 {
    gap: 13px 0px;
}

.pt_coustem {
    padding-top: 58px;
}

.pt_coustemm {
    padding-top: 38px;
}

.heading_main_header{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.heading_main_header span img{
    max-width: 24px;
}

.top-buttons {
    margin-top: 20px;
}

.top-buttons button {
    background-color: #f64b4d;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    margin-right: 10px;
}

.top-buttons button:hover {
    background-color: #ff6163;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    background: linear-gradient(to right, #333333, #efefef, #333333, #333333);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 3s linear infinite;
}

  @keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  .card.closegame {
    transition: transform 0.2s ease-in-out;
}

.card.closegame:hover {
    animation: vibrate 0.3s ease-in-out 1; 
}

@keyframes vibrate {
    0% { transform: translateX(5px); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(0); } 
}

.result {
    font-size: 14px;
    color: #ff9500;
}

.timings {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.timings p {
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}


.status {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.right-section {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    /* text-align: center; */
}
.fixed-bottom a{
    text-decoration: none;
}
.fixed-bottom small {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.fixed-bottom .footer {
    max-width: 22px;
}
.fixed-bottom .home {
    background-color: #ff9500;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-bottom .home img {
    width: 30px;
}

.play-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
}

.play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button svg {
    width: 45px;
    height: 45px;
    fill: rgb(255, 174, 20);
}
.play-buttonop svg {
    width: 50px;
    height: 50px;
    fill: rgb(40, 172, 111);
}

.play-button:hover svg {
    fill: #ffa700;
}
.play-buttonop:hover svg {
    fill: #28ac6f;
}

.running-status {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

/* .footer-icons {
    font-size: 17px;
} */

.footer-icons.active {
    background: #ffae14;
    padding: 9px 12px;
    border-radius: 50%;
    width: 12px;
    height: 50px;
}

.footer-icons:hover {
    background: #ffae14;
    padding: 9px 12px;
    border-radius: 50%;
    width: 12px;
    height: 50px;
}

.header-div {
    background-color: #ffffff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.head-left {
    display: flex;
    align-items: center;
}

.menu-icon {
    margin-right: 20px;
}

.menu-icon img.list_button {
    cursor: pointer;
}

.head-title {
    font-size: 18px;
    font-weight: 500;
}
.head-title img{
    max-width: 85px;
    max-height: unset;
    width: 100%;
}

.head-right {
    text-align: right;
}

.wallet-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.wallet-box img.wallet-icon {
    display: inline-block;
    margin-top: -4px;
    max-width: 24px;
}

.wel-text {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}
.button_main_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.button_main_list .button_main{
margin-bottom: 7px;
}
.button_main_list .button_main .banner_button {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 4px;
    border: 0px;
    text-decoration: none;
    border-radius: 10px;
    align-items: center;
    background: #ff9500;
    white-space: nowrap;
    width: 155px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 1px 0px;
}
.button_main_list .button_main .banner_button img {
    max-width: 22px;
    margin-right: 3px;
}
.button_main_list .button_main .banner_button.play{
    color: #333;
    text-transform: uppercase;
    background-color: #b9dcf1;
}
.button_main_list .button_main .banner_button.call {
    color: #f23051;
    text-transform: uppercase;
    background-color: #FDEAE6;
}
.button_main_list .button_main .banner_button.call.text{
    color: #177600;
    text-transform: uppercase;
    background-color: #FDEAE6;
}
.button_main_list .button_main .banner_button.bg-none {
background: none !important
}
.button_main_list .button_main .banner_button .icon {
margin-right: 7px;
width: 24px;
height: 24px;
align-items: center;
display: flex;
}

.button_yellow .button_yellow_anchore {
color: #f62c28;
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 7px 10px;
border: 0px;
border-radius: 40px;
width: 100%;
display: block;
background: rgb(211,159,12);
background: linear-gradient(90deg, rgba(211,159,12,1) 0%, rgba(211,172,12,0.994817910074186) 50%, rgba(211,159,12,1) 100%);
position: relative;
}
.button_yellow .button_yellow_anchore::after {
content: "\F133";
position: absolute;
font-family: bootstrap-icons !important;
font-size: 26px;
border-radius: 50%;
right: 10px;
top: 0px;
color: #fff;
font-weight: bolder;
}
.side-bar {
    background: #fff;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
    padding: 0;
    z-index: 9;
}
.side-bar.active {
left: 0;
/* top: 46px; */
z-index: 9999;
background: #fff;
}

.side-bar .menu {
    width: 100%;
    margin-top: 0;
}

.side-bar .menu .item {
position: relative;
cursor: pointer;
}

.side-bar .menu .item a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 8px 20px;
    border-radius: 0;
    margin: 0 0 0px;
    font-weight: 600;
    border-bottom: 1px solid #000;
}

.side-bar .menu .item a:hover, .side-bar .menu .item.active a {
    background: #fff;
    transition: 0.3s ease;
    border-radius: 0;
    color: #333;
}

.side-bar .menu .item a .dropdown {
position: absolute;
right: 0;
margin: 20px;
transition: 0.3s ease;
}


.side-bar .menu .item .sub-menu {
background: #262627;
display: none;
}

.side-bar .menu .item .sub-menu a {
padding-left: 80px;
}

.close-btn {
    position: absolute;
    right: 12px;
    cursor: pointer;
    z-index: 99;
    background: transparent;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    top: 5px;
}

.close-btn img {
    max-width: 28px;
}


.menu-btn {
position: absolute;
color: rgb(0, 0, 0);
font-size: 35px;
margin: 25px;
cursor: pointer;
}

.sidebar-info {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 40px 20px;
    background: #ff9500;
}
.sidebar-info a {
text-decoration: none;
}

.card_icon_logo a{
text-decoration: none;
}
.Profile-info {
color: #000;
padding: 6px 0px 0px 71px;
}
.Profile-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1px;
}

.Profile-info p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}
.sidebar-info figure {
    float: left;
    width: 65px;
    height: 65px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin: 0;
    overflow: hidden;
}

.sidebar-info img {
    max-width: 65px;
    object-fit: cover;
    object-position: top;
}

.side-bar .menu .item a img {
    font-size: 18px;
    margin-right: 10px !important;
}

.side-bar .menu .item a img {
    margin-right: 10px;
    max-width: 22px;
}


.signup .heading_sign {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #333;
    border-left: 4px solid #f92448;
    padding-left: 10px;
}

.signup .signup_images img {
    max-width: 220px;
    display: flex;
    justify-content: center;
}

.signup .heading_register h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ffffff;
}
.signup .heading_register p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ef298e;
}

.signup .form_login_su .form_input_text{
    position: relative;
}
.signup .form_login_su .form_input_text input {
    background-color: #F4F9FD;
    border-radius: 25px;
    padding: 13px 10px 10px 57px;
    border: 1px solid #6e6e6e;
    font-size: 16px;
    font-weight: 500;
}
.signup .form_login_su .form_input_text input:focus{
    border: 1px solid #6e6e6e;
    outline: none;
    box-shadow: none;
}
.signup .form_login_su .form_input_text .img img {
    position: absolute;
    max-width: 40px;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.submit_primary {
    background: rgb(255 255 255);
    background: linear-gradient(184deg, rgb(255 255 255) 0%, rgb(255 112 23) 50%, rgb(255 255 255) 100%)
    color: #ffffff;
    border: 0px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 47px;
}
.signup .form_login_su a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-decoration: none;
}
.signup .form_login_su a strong{
    color: #62AFEA;
}

.signup .form_login_su a.forgot{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-decoration: none;
}

.signup .tabss_card ul.nav-pills {
    display: grid;
    width: 100%;
    gap: 12px 0px;
}
.signup .tabss_card ul.nav-pills li.nav-item button.nav-link {
    border: 2px solid #ff9500;
    padding: 10px 14px;
    width: 100%;
    text-align: left;
    position: relative;
    background: transparent;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 24px;
    display: flex;
    align-items: center;
}
/* .signup .tabss_card ul.nav-pills li.nav-item button.nav-link.active {
    color: #ff9500;
} */
.signup .tabss_card ul.nav-pills li.nav-item button.nav-link span {
    max-width: 32px;
    width: 32px;
}
.signup .tabss_card ul.nav-pills li.nav-item button.nav-link span img {
    max-width: 30px;
    max-height: 26px;
    object-fit: cover;
}
.signup .tabss_card ul.nav-pills li.nav-item .icon_right {
    position: absolute;
    right: 15px;
    top: 12px;
}
.signup .tabss_card ul.nav-pills li.nav-item .icon_right i {
    font-size: 20px;
    font-weight: 600;
}

.signup .call_error {
    background: #fff;
    padding: 11px 11px;
    border-radius: 14px;
    text-align: center;
}
.signup .call_error h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #333;
}

.signup .call_error p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #f44321;
}

.signup .call_error .call_button a{
    background-color: #EFEAE4;
    border: 0px;
    border-radius: 24px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
}
.page_card_game .form_type_input label{
    font-size: 16px;
    font-weight: 600;
    color: #ff9500;
    margin-bottom: 7px;
}
.page_card_game .form_type_input input.coustem {
    border: 2px solid #ff9500;
    border-radius: 24px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #fff;
    white-space: nowrap;
}
.page_card_game .form_type_input input.coustem:focus{
    border: 2px solid #ff9500;
    box-shadow: none;
    outline: none;
}
.page_card_game .form_type_input .enter_amount {
    list-style: none;
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    column-count: 2;
}
.page_card_game .form_type_input .enter_amount li {
    width: 48%;
}
.page_card_game .form_type_input .enter_amount li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    background-color: #0c2c4d;
    border-radius: 14px;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.page_card_game .form_type_input .enter_amount li a span .img-list {
    max-width: 15px;
    max-height: 15px;
    width: 100%;
    margin-right: 8px;
}
.page_card_game .tabs_head .notice{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
    text-align: center;
}
.page_card_game .tabs_head .noticepera{
    font-size: 16px;
    font-weight: 600;
    color: #ff9500;
    margin-bottom: 0px;
    text-align: center;
}

.page_card_game .tabs_head .scanner .scanner_heading p{
    color: var(--color-primary);
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.page_card_game .tabs_head .scanner .scanner_heading .images{
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
    background-color: var(--color-primary);
    border-radius: 0;
    margin: auto;
}
.page_card_game .tabs_head .scanner .scanner_heading .images img {
    padding: 8px;
    border-radius: 12px;
}
  
.coupon-wrapper {
    background-color: #fff;
    align-items: center;
    display: flex;
    border-radius: 24px;
    font-size: 16px;
    border: 2px solid var(--color-primary);
    padding: 10px 14px;
    width: 100%;
    justify-content: space-between;
}
  
.coupon-input {
    border: 0;
    border-radius: 0;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

  .coupon-input::-moz-selection {
    background: none;
  }
  .coupon-input::selection {
    background: none;
  }
  .coupon-input::-moz-selection {
    background: none;
  }
  .coupon-input::-webkit-selection {
    background: none;
  }
  
  .coupon-button {
    border: 0;
    position: relative;
    outline: none;
    background: transparent;
}
.coupon-button i.fa-regular.fa-copy {
    font-size: 20px;
    font-weight: 100;
}
.sendwhatsapp{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #f44321;
    text-decoration: none;    
}
.sendwhatsapp span img{
    max-width: 26px;
}

.timeing p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    padding: 7px 14px;
    margin-bottom: 0px;
    text-align: center;
    border-radius: 24px;
    display: inline-block;
}


.header_back {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: #0c2c4d;
    z-index: 999;
}
.header_back .pageheading {
    font-size: 15px;
    color: var(--color-white) !important;
    font-weight: 500;
    text-transform: uppercase;
}
.header_back .page_number {
    display: flex;
    /* align-items: center; */
    background-color: var(--color-white);
    padding: 5px 7px;
    border-radius: 8px;
}
.header_back .page_number img {
    max-width: 20px;
    height: auto;
}

.header_back .page_number p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.headermain {
    background-color: #543310;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.max-min-width {
    flex: 0 1 calc(50% - 20px);
    max-width: 50%;
    min-width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.max-min-width {
    flex: 0 1 calc(50% - 20px);
    max-width: 50%;
    min-width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.card_icon_logo a {
    text-decoration: none;
}
.card_icon_logo .imagesmian {
    border-radius: 9px;
    width: 145px;
    height: 129px;
    align-items: center;
    background: #0c2c4d;
    padding: 10px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 1px 0px;
}

.card_icon_logo .images {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 10px;
}
.card_icon_logo .images img {
    max-width: 40px;
    max-height: 40px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card_icon_logo .card_logo-content p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
    color: #ffffff;
    text-transform: capitalize;
}

.amunt_enyer form .form {
    padding: 10px 13px;
    border: 2px solid var(--color-primary);
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
}
.amunt_enyer form .form:focus {
    border: 2px solid var(--color-primary);
    box-shadow: none;
    outline: none;
}

.add_money_user p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.minimum_list{
    display: grid;
    gap: 10px 10px;
    margin: 0;
    padding: 0px;
}
.minimum_list li {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary);
    list-style: auto;
    margin-left: 15px;
}

