

/* login css start */
.leftContainer {
  max-width: 480px;
  width: 100%;
  position: absolute;
  background-size: cover;
  position: relative;
  
}
.Nav{
  align-items: center !important;
  background: linear-gradient(16deg, #04182d, #082442 47%, #082442);
  box-shadow: 0 .125rem .25rem rgb(0 0 0 / 8%) !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 480px !important;
  padding: .5rem .6rem;
  width: 100%;
}

.img-fluid{
height: auto;
max-width: 100%;
}

.login_button {
background: #d0e1f9;
border-radius: .3rem;
color: #071627;
color: var(--dark-text-color);
font-weight: 700;
padding: .5rem 2rem;
}

.form_box {
margin: auto;
width: 85%;
top: 10%;
left: 6%;
z-index: 9;
font-family: Poppins;
padding: 2rem 0px;
}

.center-xy {
align-items: center;
display: flex;
flex-direction: column;
}






.form_box {
width: 85%;

color: #fff;
border-radius: 8px;
padding: 2rem;
}

.form_title {
font-size: 1.5rem;
font-weight: bold;
}

.input_box {
background-color: #fff;
border-radius: 5px;
padding: 0.5rem;
height: 60px;
border-radius: 5px;
width: 100%;
}

.input-group-text {
background-color: transparent;
color: #007bff;
border: none;
font-size: 1.2rem;
font-family: 'Poppins', sans-serif;
}

.form-control {
border: none;
border-radius: 5px;
font-size: 1.2rem;
padding: 0.5rem;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;

}
.form-control:focus {
border-color: #ffffff;
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.Login-button {
background-color: #ffc107;
color: #333;
border: none;
border-radius: 5px;
padding: 10px 0;
cursor: pointer;
font-size: 1.2rem;
width: 100%;
}



@media (max-width: 768px) {
.form_box {
  width: 90%;
}
}


.login-footer {
color: #fff;
font-family: Poppins, sans-serif;
font-size: .75em;
/* font-weight: 200; */
line-height: 1.2rem;
max-width: 480px;
padding: 3rem 1rem 0;
position: -webkit-sticky;
position: sticky;
position: absolute;
text-align: center;
top: 22rem;
width: 100%;
z-index: 2;
}
.login-footer a{
text-decoration: none;
}
a{
text-decoration: none;
}


.rightContainer {
background-size: cover;
background: linear-gradient(16deg, #04182d, #082442 47%, #082442);
bottom: 0;
left: 480px;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 4;
}

.rcBanner-img-container>img {
height: auto;
width: 600px;
}

.rcBanner-img-container {
left: 10%;
position: absolute;
top: 35%;
width: 300px;
}
/* login css end */

/* index css start */
#sidebarOverlay {
background: rgba(0, 0, 0, .5);
bottom: 0;
display: none;
height: 100vh;
left: 0;
padding-bottom: 3rem;
position: absolute;
right: 0;
top: 0;
transition: all .5s ease-in-out 0s;
width: 100%;
z-index: 2;
}

.w3-sidebar {
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
background: var(--main-bg);
color: #000 !important;
height: 100%;
height: 100vh;
left: -500px;
max-width: 480px;
position: fixed;
text-align: center;
top: 0;
transition: all .5s;
width: 100%;
z-index: 99999999 !important;
}

.close_nav {
min-height: 60px;
position: relative;
width: 100%;
}

.close_nav i {
color: #fff !important;
cursor: pointer;
font-size: 2rem !important;
position: absolute;
right: 3rem;
top: 2rem;
}

.w3-bar-block .w3-bar-item {
align-items: center;
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
background: var(--main-bg);
color: #fff !important;
display: flex;
padding: 1.2rem 4rem;
position: relative;
text-align: center;
width: 100%;

}



.logo img{
  width: 80px;
}

.Nav_headerContainer__K5vAG {
align-items: center !important;
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
background: var(--main-bg);
box-shadow: 0 .125rem .25rem rgb(0 0 0 / 8%) !important;
display: flex;
flex-direction: row;

gap: 15px;
overflow-wrap: anywhere;
max-width: 480px !important;
padding: .5rem .6rem;
width: 100%;
}

.fa-solid{
font-family: "Font Awesome 6 Free";
font-weight: 900;
}
.men{
  flex-direction: row;
  align-items: baseline;
}
@media (max-width: 400px){
  .men{
    flex-direction: column;
    gap: 5px;
  }
}
.top_nav_btn {
background-color: initial;
border: none;
display: block;
outline: none;
}




.sidenav {
height: 100%;
width:0;
position: fixed;
z-index: 10;
top: 0;
left: 0;
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}

.sidenav a {
padding: 27px 8px 10px 51px;
text-decoration: none;
font-size: 18px;
color: #fffefe;
display: block;
transition: 0.3s;
display: flex;
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 125px;
font-size: 36px;
margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}


.Nav_menu_items__rlZtp {
display: flex;

justify-content: flex-end;
padding-right: 7px;
}

.Nav_menu_items__rlZtp>.Nav_box__3xdp3 {

background-color: #d0e1f9;
border-radius: .3rem;
color: #071627;
color: var(--dark-text-color);
display: flex;
text-align: center;
gap: 20px;
}

.Nav_walletAdd__cokf5>img {
margin-left: 6px;
width: 14px;
}

.w3-teal{
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
}


.kyc_banner {
align-items: center;
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);

border-top: 1px solid #707070;
color: #fff;
display: flex;
flex-direction: row;
font-family: Poppins, sans-serif;
font-size: 1.1rem;
gap: 1rem;
justify-content: center;
margin: auto;
padding: 1rem;
width: 100%;
}

.kyc_banner_link {
background: #d0e1f9;
border: none;
border-radius: .3rem;
color: #071627;
font-size: .75rem !important;
font-weight: 500;
outline: none;
padding: .5rem;
text-decoration: none;
}

.main-area {
background: #d0e1f9;

padding-top: 1rem;
padding-inline: 1rem;
padding-bottom: 10rem;
}

.games-window {
background-color: #d0e1f9;
background-color: var(--light-blue-color);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 5rem;
}

.game_card_section {
align-items: center;
display: flex;
flex-direction: row;
gap: .5rem;
justify-content: space-between;
margin-bottom: .5rem;
padding: 0;
width: 100%;
}

.gameCard-container {
align-items: center;
background-color: #eef6fc;
display: flex;
flex-direction: row;
justify-content: center;
}

.gameCard-image {
background-color: #d0e1f9;
display: block;
text-align: center;
width: 100%;
}

#userFooterBar {
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
background-color: #d0e1f9;
bottom: 0;
left: 0;
max-width: 480px;
padding-bottom: .3rem !important;
position: fixed;
text-align: center;
width: 100%;
z-index: 99999;
}

.footer_list {
align-items: center;
bottom: 0;
display: flex;
justify-content: space-between;
left: 0;
padding: .5rem 2rem 0;
position: relative;
}

.icon_zindex {
position: relative;
z-index: 2;
}
.profile_icon i {
color: #d0e1f9;
font-family: "Font Awesome 6 Free";
font-weight: 900;

}

.profile_icon .title_name {
color: #d0e1f9;
font-family: var(--poppins-font);
font-size: .75rem !important;
font-weight: 300;
margin-bottom: 0 !important;
}

.game_btn_main, .profile_btn_box {
display: flex;
justify-content: center;
}

.game_btn_main {
bottom: .5rem;
height: 60px;
left: 0;
position: absolute;
width: 100%;
}

.profile_btn_box {
align-items: center;
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
border-radius: 100%;
box-shadow: 0 54px 55px rgba(0, 0, 0, .25), 0 -12px 30px rgba(0, 0, 0, .12), 0 4px 6px rgba(0, 0, 0, .12), 0 12px 13px rgba(0, 0, 0, .17), 0 -3px 5px rgba(0, 0, 0, .09);
height: 56px;
width: 56px;
}

.profile_game_btn {
background: transparent;
background-color: initial;
border: none;
outline: none;
}

/* index css end */

/* classic css start */
.Home_mainArea__3uXbr {
background: #d0e1f9;
overflow: hidden;
padding-bottom: 15rem;
padding-inline: 1rem;
width: 100%;
}

.Home_bet_card_container__QmaEq, .Home_cxy__fI4uz {
align-items: center;
display: flex;
justify-content: center;
}

.Home_battleInputHeader__v9rce {
color: #071627;
font-family: Poppins, sans-serif !important;
font-size: 1.5rem;
padding: 1rem 0;
}

.Home_battleInputHeader__v9rce, .Home_playButton__V95wM {
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: transparent;
font-family: Poppins, sans-serif !important;
font-weight: 700;
text-transform: uppercase;
}

.input_header {
align-items: center;
display: flex;
flex-direction: row;
gap: .8rem;
justify-content: center;
}

.Home_formControl__Jx9pO {
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
border: none;
border-radius: .3rem;
color: #fff;
font-size: 1rem;
font-weight: 400;
height: calc(1.5em + .75rem + 2px);
line-height: 1.5;
padding: .375rem .75rem;
font-family: initial;
}

.Home_playButton__V95wM {
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
border: 0;
border-radius: 5px;
border-radius: .3rem;
color: #fff;
font-size: .7em;
font-size: .7em !important;
font-size: 1rem !important;
height: 30px;
height: 34px;
outline: 0;
padding: 0 22px;
text-decoration: none;
text-transform: uppercase;
}

.battle_game_section {
align-items: center;
display: flex;
justify-content: space-between;
padding: 0 .5rem;
}

.Home_gamesSectionTitle__kJliT {
color: var(--dark-text-color) !important;
font-size: 1.2em !important;
font-weight: 600 !important;
margin-top: 2rem;
text-transform: uppercase !important;
display: inline-block;
padding-left: .5rem;
}

.Home_betCard__0NfQ1 {
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
border-radius: .3rem;
box-shadow: 0 10px 10px -10px rgba(2, 2, 2, .9);
color: #fff;
display: flex;
flex-direction: column;
padding: .5rem 0;
}

.Home_betcard_user_info__uxbKh {
align-items: center;
border-bottom: 1px solid #fff;
display: flex;
flex-direction: row;
}
.Home_betCard_user_info__8wVMI {
align-items: center;
color: #fff;
display: flex;
font-family: Poppins, sans-serif !important;
font-size: 1em;
font-weight: 600;
gap: .3rem;
justify-content: center;
padding: .5rem;
width: 100%;
}

.Home_betcard_user_set__Qx1Va {
align-items: center;
display: flex;
flex-direction: row;
gap: 1.5rem;
justify-content: center;
padding: 0 1rem;
padding: .5rem 0;
width: 100%;
}

.Home_betCardTitle__O-pNu {
align-items: center;
color: #fff;
display: flex;
font-family: Poppins, sans-serif !important;
font-size: 1em;
font-weight: 600;
justify-content: space-between;
padding: 0 1rem;
width: 100%;
}
.Home_betBodyDiv__RTTxv {
align-items: center;
display: flex;
justify-content: space-between;
padding-top: .5rem;
padding-inline: 1rem;
}
.Home_betCardSubTitle2__ipsrH, .Home_betCardSubTitle__PZfJk {
color: #fff;
display: inline-block;
font-size: 1rem;
font-weight: 500;
margin-top: .3rem;
text-transform: uppercase;
}
.Home_betCardAmount2__TjuYk, .Home_betCardAmount__JyRSp {
font-size: 1.2rem;
padding-left: 2px;
text-transform: uppercase;
}


/* classic css end */

/* profile css start */
.Profile_my_profile_container__VyaSy {
background: linear-gradient(16deg, #04182d, #082442 47%, #082442);
}
.Profile_my_profile_container__VyaSy {
align-items: center;
display: flex;
flex-direction: column;
}

.Profile_battle_input_header__DGLr6 {
color: #fff;
font-size: 1em;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: -5px;
margin-top: 5px;
text-transform: uppercase;
}

.Profile_inactive_tab__z2RRb {
display: none;
}

.profile_title {
background: #d0e1f9;
color: #000;
font-family: Poppins, sans-serif;
font-size: 1.2rem;
font-weight: 500;
margin: auto;
padding: 1rem 0;
text-align: center;
}
.profile_container {
margin: 0;
padding: 0;
}

.profile_box {
align-items: center;
background: #d0e1f9;
display: flex;
flex-direction: row;
gap: 2rem;
justify-content: space-evenly;
margin: 0;
padding: 1rem;
transition: all .3s ease-in-out;
width: 100%;
}
.profile_sub_box {
width: 50%;
}
.battle_played_box, .kyc_container, .profile_wallet, .refer_box, .refer_earning_box, .won_cash_box {
align-items: center;    
background: linear-gradient(16deg, #04182d, #082442 47%, #082442);
border-radius: .5rem;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 150px;
padding: 0 .5rem !important;
}
.Profile_MuiInputBase_input__Yr6eD {
-webkit-tap-highlight-color: transparent;
-webkit-animation-duration: 10ms;
animation-duration: 10ms;
-webkit-animation-name: Profile_mui-auto-fill-cancel__xFMcu;
animation-name: Profile_mui-auto-fill-cancel__xFMcu;
background: none;
border: 0 !important;
border-bottom: 2px solid #fff !important;
box-sizing: initial;
display: block;
font: inherit;
height: 1.1876em !important;
letter-spacing: inherit;
margin: 0;
min-width: 0;
width: 100%;
}
.battle_played_box i, .kyc_container i, .profile_wallet i, .refer_box i, .refer_earning_box i, .won_cash_box i {
color: #fff;
font-size: 2rem;
}
.battle_played_text, .cash_won, .kyc_text, .profile_wallet_text, .refer_code, .referal_earning_text {
color: #fff !important;
font-family: Poppins, sans-serif;
font-size: 1rem;
padding: .5rem 0;
text-align: center;
}

.logout_container {
color: #fff !important;
font-family: Poppins, sans-serif;
padding-bottom: 4rem;
padding-top: 1rem;
}

.Profile_center_xy__M\+1vx, .Profile_my_profile_container__VyaSy {
align-items: center;
display: flex;
flex-direction: column;
}
/* profile css end */

/* kyc start */
.kyc_page_2 {
color: #fff;
font-family: Poppins, sans-serif !important;
text-align: justify;
}
.kyc_page_2{
background: linear-gradient(16deg, #04182d, #082442 47%, #082442);

}
.kyc_page_2_title {
color: #fff;
font-family: Poppins, sans-serif;
font-size: 1.4rem !important;
padding: 1rem 0;
}

.kyc-doc-input {
border-bottom: 1px solid #ffcc5b;
margin-bottom: 2rem;
position: relative;
width: 100%;
}
.kyc-doc-input input {
background: transparent;
border: none;
border-radius: 0;
font-weight: 500;
margin-bottom: 0;
margin-top: 5px;
padding-left: 0;
text-transform: uppercase;
width: 100%;
}

.kyc-doc-input input {
  border-bottom: 1px solid #fff !important;
}

.aadhar_title p {
font-size: 1.3rem !important;
margin-bottom: 0 !important;
padding: .5rem 0;
text-align: center;
}

.id_uploader {
align-items: center;
display: flex;
gap: 2rem;
justify-content: center;
}

.Pan_doc_upload__nP7PQ {
border: 1px dashed #e0e0e0;
border-radius: 5px;
height: 70px;
justify-content: center;
position: relative;
align-items: center;
background-color: #fafafa;
display: flex;
width: 48%;
}

.Pan_doc_upload__nP7PQ input {
height: 100%;
opacity: 0;
width: 100%;
z-index: 2;
}
.Pan_sideNav_text__SIfM8 {
color: #2c2c2c;
font-size: .9em !important;
font-weight: 500;
}
.cxy, .refer-button-copy {
align-items: center;
display: flex;
justify-content: center;
}
/* kyc end */

/* refer start */
.Refer_center_xy__mNGNh {
align-items: center;
display: flex;
flex-direction: column;

}

.earn_now_title {
color: #000000 !important;
font-size: 1.2rem;
font-weight: 500;
text-align: center;
}

.earn-para{
color: #313030 !important;
font-size:15px;
font-weight: 400;
text-align: center;
}

.earn_now_caption {
color: #000000;
font-family: Poppins, sans-serif;
font-size: 1rem;
padding-top: .5rem;
}

.earned_box_container {
align-items: center;
display: flex;
justify-content: space-between;
}
.Refer_center_xy__mNGNh{
background: #d0e1f9;
}

.current_earning {
color: #000000;
margin-top: 10px;
font-family: Poppins, sans-serif;
padding: .5rem;
margin-bottom: 40px;
}
.current_earning_2{
color: #000000;

font-family: Poppins, sans-serif;


}
.total_earning{
text-align: center;
color: #000000;
font-family: Poppins, sans-serif;


}

.earning_redeem {

padding: .3rem .8rem;
}
.refer_code_section {
background: linear-gradient(90deg, #04182d, #082442 47%, #082442);
background-color: var(--dark-text-color);

padding: 2rem;
}

.refferal_code {
background: #d0e1f9;
border-radius: .3rem;
color: #000051;
margin-bottom: .5rem;
padding: 1rem 0;
}

.refer_code_section .total_refers {
color: #fff;
}

.refer_whatsapp_btn {
display: flex;
justify-content: center;
margin-top: 1rem;
}
.refer_whatsapp_btn a button {
background-color: #25d366;
border: none;
border-radius: .3rem;
color: #fff;
outline: none;
padding: .4rem 1.2rem;
}

.refer_rules_container {
background: linear-gradient(90deg, #04182d, #082442 47%, #082442);

padding-top: 2rem;
padding-inline: 2rem;
padding-bottom: 8rem;
}

.refer_earn_content, .refer_earn_rules_title {
color: #fff;
font-family: Poppins, sans-serif;
text-align: center;
}
.refer_earn_rules_title {
border-radius: .3rem;
font-size: 1.25rem;
margin: auto;
width: 80%;
}

.referral_wining_content {
color: #fff;
margin-bottom: 1rem;
text-align: center;
}
/* refer end */

/* wallet start */
.Mywallet_wallet_section{
background: #d0e1f9;
padding: 1rem;
}

.Mywallet_profile_wallet {
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
border: 1px solid #e0e0e0;
border-radius: .3rem;
color: #fff !important;
display: flex;
font-size: 1.2rem;
justify-content: center;
mix-blend-mode: normal;
opacity: 1;
padding: .5rem;
}
.ml-2{
margin-left: 10px;
}
.Mywallet_wallet_card2, .Mywallet_wallet_card {
align-items: center;
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
background-size: cover;
border-radius: 10px;
display: flex;
flex-direction: column;
font-size: .875em;
justify-content: flex-end;
min-height: 250px !important;
padding: 1rem;
width: 47%;
}
.Mywallet_my_text2, .Mywallet_my_text{
color: #bfd3ff;
font-family: Poppins, sans-serif;
font-size: .9em;
margin-top: 1rem;
}

.Mywallet_walletCard_btn {
background: #d0e1f9;
border: none;
border-radius: 3px;
color: #071627;
color: var(--dark-text-color);
font-size: .875rem !important;
font-weight: 700;
margin-top: 1rem !important;
outline: none;
padding: .5rem;
text-transform: uppercase;
width: 120px;
}
/* wallet end */

/* case start */
.Addcase_games_section {
background: linear-gradient(90deg, #082442, #082442 47%, #04182d) !important;
border-radius: 0;
border-radius: .3rem;
color: #fff !important;
font-family: Poppins, sans-serif;
font-size: 1.2rem;
padding: 1rem;
position: relative;
width: 100%;
}
.add_cash_container{
background-color: #d0e1f9 !important;
max-width: 480px;
width: 100%;
}
.Addcase_collapseCard_title {

font-family: Poppins, sans-serif;
margin-top: 5px;
font-weight: 700;
text-transform: uppercase;
}
.w3-input {
padding: 8px;
display: block;
border: none;
border-bottom: 1px solid #b21818;
width: 100%;
}
.border-bottom {
border-bottom: 1px solid #2c2e33 !important;
}

.MuiTypography-root {
margin: 0 !important;
}

.Addcase_games_window {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.Addcase_gameCard_container {
justify-content: center;
margin-top: 20px;
position: relative;
width: 46.8%;
}

.Addcase_add_fund_box {
background: linear-gradient(90deg, #082442, #082442 47%, #04182d) !important;
border: 1px solid #e0e0e0;
border-radius: 5px;
color: #fff !important;
padding: 30px 0 15px 15px;
position: relative;
width: 100%;
}

.Addcase_refer_footer {
align-items: center;
background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
border-radius: .3rem;
border-top: 1px solid #e0e0e0;
bottom: 0;
display: flex;
height: 60px;
left: 0;
margin-top: 2rem;
padding: 0 30px;
width: 100%;
z-index: 3;
}

.Addcase_block {
background: transparent;
border: none;
color: #fff !important;
display: block;
font-family: Poppins, sans-serif;
font-size: 16px;
font-size: 1.25rem !important;
text-align: center;
width: 100%;
}
/* case end */
/* support start */
.support_container {
align-items: center;
background: linear-gradient(16deg, #04182d, #082442 47%, #082442);
display: flex;
flex-direction: column;
height: 100vh;
min-height: 100% !important;
padding-top: 3rem;
}
.games-section-title, .games-section-title-2 {
border-radius: .3rem;
font-family: Poppins, sans-serif;
}
.games-section-title {
color: #fff;
font-size: 1.2rem;
margin-bottom: 1rem;
margin-top: 1rem;
text-align: center;
}

.kdsupport_information {
margin-top: 2rem;
}
/* support end */

/* condition start */
.terms_conditions_container {
background: linear-gradient(16deg, #04182d, #082442 47%, #082442);
color: #fff;
margin-bottom: 50px;
}
.terms_condition_title {
background-color: #d0e1f9;
border-radius: .3rem;
box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
color: #000051;
font-family: Poppins, sans-serif;
font-size: 1.5rem;
margin: 2rem 0;
padding: .5rem 1rem;
text-align: center;
}
.term_sub_title {
font-family: Poppins, sans-serif;
font-size: 1.3rem !important;
padding: 1rem 0;
}
.child_title, .term_content {
font-family: Poppins, sans-serif;
text-align: justify;
}
.child_title {
font-size: 1.1rem !important;
padding: 1rem 0;
}
.child_term li {
font-family: Poppins, sans-serif;
padding: 1rem 0;
text-align: justify;
}
/* condition end */

.Login-button {
position: relative; /* Ensure it can move */
}

.Nav_moneyBox_text__awnIo{

font-size: 10px;
font-weight: bold;
}
.Nav_walletAdd__cokf5 {
background-color: #b9b8b8;
border-radius: 13px 5px 5px 13px;
margin-left: 6px;
}
/* .ludo-history {
background-color: #d0e1f9;
border-radius: .3rem;
color: #071627;
color: var(--dark-text-color);
display: flex;
text-align: center;
}

.ludo-history img{
width: 10%;
margin-top: 5px;
} */
/* 
.history .case h6 {
margin-top: 5px;
font-size: 16px;
font-weight: bold;
color: #333; 
margin-left: 10px;
}


.history .col-9 {
flex: 0 0 70%;
padding-left: 20px; 
}

/* Style for the ludo history container inside col-9 */
.history .ludo-history {
display: flex;
align-items: center;
margin-bottom: 10px;
}

/* Style for the ludo image */
.history .ludo-history img {
width: 40px; /* Set width of the image */
height: auto; /* Maintain aspect ratio */
margin-right: 10px; /* Adds space to the right of the image */
margin-top: 4px;
border-radius: 4px;
}

/* Style for the ludo details */
.history .ludo {
flex-grow: 1; /* Allow the details to grow */
}

/* Style for the heading inside ludo */
.history .ludo h6 {
margin: 0;
margin-top: 4px;
font-size: 10px;
color: #555; /* Medium dark text color */
}

/* Style for the span (highlighted text) inside ludo heading */
.history .ludo h6 span {
font-weight: bold;
color: #000000; /* Blue color for highlighted text */
}

/* Style for the paragraph inside ludo */
.history .ludo p {
margin: 5px 0;
font-size: 10px;
color: #777; /* Lighter text color */
}
.history{
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}
.history .case h6 {
margin-top: 6px;
font-size: 12px;
font-weight: bold;
color: #333;
margin-left: 6px;
}
.case{
border-right: 1px solid #ccc;
}
.win {
display: flex;
}

/* Style for the image inside win */
.win img {
width: 20px; /* Set width of the image */
height: auto; /* Maintain aspect ratio */
margin-bottom: 0-px; /* Space below the image */

}

/* Style for the heading inside win */
.win h6 {
margin: 5px 0; /* Margin top and bottom */
font-size: 13px; /* Font size */
color: #333; /* Dark text color */

}

/* Style for the paragraph inside win */
.closing p {
margin: 5px 0; /* Margin top and bottom */
font-size: 7px; /* Font size */
color: #666; /* Medium dark text color */
}

.lost {
display: flex;
}

/* Style for the image inside win */
.lost img {
width: 20px; /* Set width of the image */
height: auto; /* Maintain aspect ratio */
margin-bottom: 0-px; /* Space below the image */

}

/* Style for the heading inside win */
.lost h6 {
margin: 5px 0; /* Margin top and bottom */
font-size: 13px; /* Font size */
color: #333; /* Dark text color */

}


/* ------------------------------------------------------------------ */
.card-header-custom {
  background-color: #343a40; /* Dark background */
  color: white; /* White text */
}


body {

 
  background-color: #000080;
  font-family: Arial, sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.player-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 10px;
  background-color: #000080;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}

.player {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.player img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.vs {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  align-self: center;
  margin: 0 10px;
}

.playing-for {
  background-color: #ffffff;
  color: #000080;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
}

.instructions, .game-rules {
  margin: 20px 0;
  padding: 10px;
  background-color: #000080;
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}

.room-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}

.room-code input {
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin-top: 10px;
  box-sizing: border-box;
}

.room-code button {
  background-color: #ffffff;
  color: #000080;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .player-container {
    flex-direction: column;
    align-items: center;
  }

  .vs {
    margin: 20px 0;
  }

  .playing-for, .instructions, .game-rules {
    width: 100%;
  }

  .room-code input {
    max-width: 100%;
  }
}
.match-status {
  text-align: center;
}

.match-status label {
  display: block;
  margin-bottom: 10px;
}

.match-status select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.match-status button[type="submit"] {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.match-status button[type="submit"]:hover {
  background-color: #444;
}

