/*
Theme Name: WebNganh Child
Description: Website Design by Wordpress and Theme Flatsome
Author: UX Themes Web Nganh
Template: flatsome
Theme URI: https://webnganh.com/
Author URI: https://webnganh.com/
Description: WebNganh.Com - WebNganh.Vn - iFnt.Vn
Version: Code DevWp WebNganh
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --primary-color: #8e44ad;
  --secondary-color: #9b59b6;
  --text-color: #333;
  --white: #fff;
}


@font-face {
  font-family: 'BlinkMacSystemFontBold';
  src: url('../../fonts/BlinkMacSystemFont-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

p,h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a,span {
  font-family: 'BlinkMacSystemFontBold', sans-serif !important;
}


.header-inner {
  padding: 40px 20px;
}

.section_pi h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
	color:#333333;
}

.section_pi h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
	font-size:16px
}


#logo {
  display: none;
}

header,
header h1 {
  color: #fff;
  text-align: center;
}

header h1{
  font-size: 24px;
  font-weight: bold;
}

header .nav-left {
  justify-content: center;
}

.row_claim .fas.fa-gift{
	color:red
}

.header-stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.stat-item {
  text-align: center;
}

.stat-item i {
  font-size: 24px;
  margin-bottom: 8px;
}

.stat-item span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.flex-center .nav-small.nav > li.html {
  font-size: 14px;
  font-family: 'BlinkMacSystemFontBold', sans-serif
}

.row_claim .col-inner{
	 display: flex;
    justify-content: center;
}

.button_claim {
  display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFD700;
    color: #000;
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    gap: 10px;
}

.button_claim:hover {
  box-shadow: none;
  color: initial;
  opacity: 1;
  outline: none;
}

.reward-item {
  background: var(--white);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  width: 250px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.reward-icon {
  font-size: 30px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.pi-amount {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  margin: 10px 0;
  font-family: 'BlinkMacSystemFontBold', sans-serif
}

.reward-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.current-participants {
  font-size: 14px;
  color: #666;
}

.reward-item.highlight {
  border: 2px solid #ffd700;
}

.popular-tag {
  position: absolute;
  top: -35px;
  right: -30px;
  background: #ffd700;
  color: #000;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'BlinkMacSystemFontBold', sans-serif
}

.html_topbar_right p{
	font-size:16px
}

.trust-indicators {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 40px auto;
}

.trust-item {
  max-width: 200px;
  padding: 0px;
}

.trust-item .col-inner {
  text-align: center;
  width: 200px;
  margin: 0 !important;
}

.trust-item i {
  font-size: 30px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.trust-item p {
  font-size: 14px;
  color: #666;
}

.trust-item h4 {
  margin: 10px 0;
  color: var(--primary-color);
}

.social-links {
  display: flex;
  justify-content: center;
}

.social-links p {
  margin-bottom: 0px;
}

.social-icon {
  color: var(--white);
  font-size: 24px;
  margin: 0 10px;
  text-decoration: none;
}

.absolute-footer {
  display: none;
}

.header-content .col-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.logo-center {
  display: flex;
  align-items: center;
  color: white;
}

.logo-center img {
  height: 24px;
}

.logo-center .logo {
  margin-right: 8px;
  order: initial;
  text-align: center;
}

.wallet-section {
  max-width: 600px;
  margin: auto;
}

.wallet-section .col-inner {
  background-color: white;
  padding: 2rem;
  border-radius: 20px;
  margin-top: 1rem;
}

.page_wallet h1 {
  text-align: center;
  color: #333;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.passphrase-input {
  margin-bottom: 2rem;
}

.page_wallet textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 1rem;
  resize: none;
  margin-bottom: 1rem;
}

.unlock-button,
.biometric-button {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: capitalize;
  line-height: initial;
}

.unlock-button {
  background-color: #8a2be2;
  color: white;
}

.biometric-button {
  background-color: #6b2e9e;
  color: white;
}

.page-id-53 #wrapper {
  min-height: 100vh;
  background-color: #8a2be2;
}

.info-text {
  color: #666;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 2rem;
}

.popup-overlay {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-box {
  background-color: white;
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  max-width: 90%;
  width: 400px;
}

.success-icon {
  color: #4caf50;
  font-size: 4rem;
  margin-bottom: 1rem;
}

.popup-box h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.popup-box button {
  background-color: #8a2be2;
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  text-transform: capitalize;
}




@media screen and (min-width: 850px) {
  .reward-box .large-4 {
    flex-basis: 30%;
    max-width: 30%;
  }
	
	
}

@media (max-width: 549px) {
    .header-main {
        height: auto !important;
    }
}

@media (max-width: 849px) {
    .header-main li.html.custom {
        display: block;
    }

    .medium-logo-left .flex-left {
        flex: initial;
        order: 2;
    }
	
	.header-main .header-inner{
		display: block;
	}
	
}


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .section_pi{
    padding: 30px 20px;
  }
}
