
.authentication-bg2 {
   /* background-image: url(../../theme2/assets/images/auth-bg-3.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body[data-topbar=dark] .logo-txt {
	color: #5e5e5e !important;
}

.nav {
    --bs-nav-link-padding-x: 0.5rem!important
}
.app_grid_group  {
	list-style-type: none;
	padding-left: 0px;
}
.app_wrapper {
	z-index: 100;
}
.header_tab_bar {
	width: 100%;
}
.wallet_front_title {
	width: 100%;
    text-align: center;
    font-size: 25px;
	font-weight: 800;
	color: #555;
}
@media (max-width: 991px) {
	/* mobile */
	.balance_border {
	  margin-top: 10px;
	  border-bottom: 2px dashed #FFF;
	  margin-right: 50px;
	  margin-left: 50px;
	}
	.wallet_address_div {
	  width: 100%;
	  padding-left:2%;
	  padding-right:2%;
	  margin-bottom: 20px;
	}
	.token_adress_input {
	  font-size: 12px;
	  margin-bottom: 10px;
	  padding-left:2px;
	  padding-right:2px;
	  text-align: center;
	}
	.dashboard-banner {
	  width: 100%;
	  vertical-align: bottom;
	  margin-bottom: 20px;
	}

	.pkg-buy-card-grid-container {
		margin-left: -30px;
		margin-right: -30px;
	}
	.footer_nav_btn {
		padding-left: 0px;
		padding-right: 0px;
	}
	.logo-txt1 {
		font-size: 20px;
	}
	.mobile-logo {
		margin-right: 5px;
		height: 80px;
	}
	.mobile-logo-header {
		margin-right: 5px;
		height: 25px;
	}
	.mobile-logo-header-txt {
		color: #666;
		font-size: 25px;
	}
	.logo-container {
		display: flex;
		align-items: center; /* 세로 중앙 정렬 */
		gap: 5px; /* 이미지와 텍스트 사이 간격 */
	}
	.navbar-brand-box {
		display:none!important;
	}
	.vertical-menu-btn {
		border-right: solid 1px#efefef!important;
		margin-right: 10px!important;
	}
	.mobile_logo {
		display:flex;
		width:100%;
		justify-content: center;
	}

	.mani_stamp {
		position: absolute;
		bottom: 10px;
		left: 220px;
		width:40px;
	}	
	.footer {
	  display:none;
	}
	.pwa_menu {

      bottom: 0;
      #padding: 20px calc(20px / 2);
      position: absolute;
      right: 0;
      color: var(--bs-footer-color);
      left: 255px;
      height: 60px;
      background-color: var(--bs-secondary-bg);

	  position: fixed!important;
	  bottom: 0!important;
	  width: 100%!important;
	  padding: 0px!important;
	  max-width: 500px!important;
	  margin: 0 auto!important;
	  left: 0!important;
	  right: 0!important;
	  z-index: 1000;
	}
	.pwa-btn-icon {
	  font-size: 18px;
	  margin-bottom: -3px;
	}
	.small_padding_card_body {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.small_margin_page_contents {
		margin-left: -10px;
		margin-right: -10px;
	}
	.mobile_top_bar_tab {
		margin-top: 70px;
		border-top: solid 2px #cfcfcf;



	}


	.mobile_top_bar {
		
		background-color:#FFF; 
		position:fixed;
		width: 100%;
		height: 45px;
		top:70px;            
		left:0px;
		z-index: 10000;
		box-shadow: 0 1px 2px 0 #777;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.mobile_top_bar_item_left {
		width:30%;padding:10px;
	}
	.mobile_top_bar_item_center {
		width:40%; text-align:center; padding:10px;
	}
	.mobile_top_bar_item_right {
		width:30%;padding:10px;
	}
	.mobile_top_bar_spacer {
		height:45px;
	}
	.mobile_top_bar_item_text {
		vertical-align: middle;
	}
	.qr-img {
		width:200px;
		height: 200px;
	}
	.Token_name_span {
		text-align: left;
	}
	.Token_Balance_span {
		font-size:1.1rem!important;
		text-align: right;
	}
}

@media (min-width: 992px) {
	/* pc */
	.mobile-logo-header {
		margin-right: 0px;
		height: 144px;

	}
	.mobile-logo {
		margin-right: 0px;
		height: 144px;
	}

	.wallet_address_inner_div {
	  width: 100%;
	}
	.wallet_address_div {
	  width: 100%;
	  padding-left:5%;
	  padding-right:5%;
	  margin-bottom: 20px;
	}
	.token_adress_input {
	  text-align: center;
	  margin-bottom: 10px;
	}
	.dashboard-banner {
	  display : none;
	}
	.mobile_logo {
		display:none;
	}
	.app_wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.main-content {
	/*	max-width: 1000px; */
	}
	.mani_stamp {
		position: absolute;
		bottom: 10px;
		left: 100px;
		width:40px;
	}
	.pwa_menu {
		display:none;
	}
	.mobile_top_bar {
		display:none;
	}
}

.btn-logout {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.avatar-title {
	width: 40px;
	height: 40px;
}
.card_banner {
	margin-bottom: 0px!important;
}
.teamtable {
	border: 1px solid #ccc;
}
.table th { 
	background-color: #eee;
}
.tablehd  { 
	background-color: #fefefe!important;
}


/* Check Box Start */

.form-check-input_agree {
	width:2em;
	height:2em;
	padding-right:3px;
}
.form-check-label_agree {
	padding-top: 8px;
	padding-left: 10px;
}
.agree_box {
	border-radius : 3px;
	border: 2px dashed #ff0000;
}
.agree_inner {
    padding-left: 10px;
    padding-top: 10px;
}

/* Check Box End */
.sub-menu2{
	list-style-type : disc;
    padding-left: 8px!important;
    font-size: 12px;

}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}
.center100 {
	width: 100%;
	text-align: center;
}
.recommand_code {
	margin-top: 10px; cursor:pointer;
}
.recommand_link {
	margin-top: 10px; cursor:pointer;
}

.telegram_input {
	padding-left: 5px;
	padding-right: 5px;
}
.telegram_input_form {
	gap: 0.5rem!important;   
}
.simplebar-offset {
	z-index: 10000;
}
.token_number_int {
	color: #fff;
	font-size: 1.1rem;
}
.token_number_min {
	color: grey;
	font-size: 0.9rem;

}
.token_price_class {
	width: 100%;
}
.tx_send {
	color: red;
}
.tx_receive {
	color: green;

}
.nav-tabs-custom .nav-item .nav-link {
	padding-left: 5px;
	padding-right: 5px;
}

  /* Spinner Overlay */
  .spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* 반투명 배경 */
    z-index: 1050;
    text-align: center;
  }

  /* Spinner 중앙 정렬 */
  .spinner-overlay .custom-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    border: 0.4rem solid #f3f3f3;
    border-top: 0.4rem solid #007bff; /* 파란색 */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
  }

  /* 회전 애니메이션 */
  @keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }
