.label-events {
width: 140px;
height: auto;
color: #ffffff;
font-size: 15px;
text-align: center;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
padding: 5px;
border-bottom: 2px solid #ffff00;
}
.label-events span {
color: #ffff00;
font-weight: bold;
}
.lcontainer {
	position: relative;
	margin: 0px auto;
	max-width: 480px;
	height: auto;
	border: 0px solid #fff;
}

.popup-login {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background:#fff;
}
.popup-box-login-lenzzgp {
background:#fff;
max-width:480px;
height:auto;
position:relative;
margin:0;
margin-top: 0%;
text-align:center;
font-family: 'Open Sans', sans-serif;
color:#000;
border-radius: 0px;
margin-right: auto;
margin-left: auto;
}
.header-lenzzgp {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0px;
    border-radius: 10px;
    position: relative;
}
.header-lenzzgp img {
    width: 49px;
    padding-top: 10px;
    margin-top: 0px;
    float: left;
    margin-left: 20px;
}
.txt-login-lenzzgp {
    color: #000;
    font-size: 27px;
    font-family: "Open Sans", roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    font-weight: 500;
    text-align: left;
    margin-top: 15px;
    margin-left: 20px;
}
.txt-login-lenzzgp-desc {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 15px;
    font-size: 17px;
    font-family: "Open Sans", roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    font-weight: 400;
    text-align: left;
    margin-left: 20px;
}
.txt-login-lenzzgp-desc i {
    border: 2px solid #000;
    border-radius: 50%;
    padding: 3px;
    font-size: 11px;
    width: 18.9px;
    height: 18px;
    margin-right: 3px;
l
}
.txt-login-lenzzgp-desc img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-bottom: -4px;
}
.btn-login-lenzzgp {
    background: #1a73e8;
    width: 28%;
    height: auto;
    margin: 0px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    font-weight: normal;
    letter-spacing: .25px;
    text-align: center;
    border: none;
    border-radius: 5px;
    outline: none;
    float: right;
    margin-top: 10px;
    border-radius: 17px;
}
.btn-login-lenzzgp:hover, btn-login-lenzzgp:focus {
    background: #1a73e8;
    color: #fff;
}
.showpass-lenzzx {;
  display: flex;
  width: auto;
  height: auto;
  float: left;
}
.showpass-lenzzx label {
  margin-left: 0px;
  float: right;
  text-align: center;
}

.box-loading {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
}
.form-load-gp {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #4285f4;
  animation: loadingBar 2s ease-in-out infinite;
  z-index: 1000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@keyframes loadingBar {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}

.dotting::after {
    content: '';
    display: inline-block;
    animation: dotAnim 1.5s steps(3, end) infinite;
  }
  
  @keyframes dotAnim {
    0%   { content: ''; }
    33%  { content: '.'; }
    66%  { content: '..'; }
    100% { content: '...'; }
  }

.title-free {
    font-family: 'Lovelo', sans-serif;
    color: #ffff00;
    margin: 0;
    font-size: 38px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    padding-top: 0px;
}

.diamonds-selection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 20px;
    padding-top: 10px;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

.diamond-card {
    background: linear-gradient(180deg, #000080 0%, #000033 100%);
    border: 1px solid #0000ff;
    border-radius: 8px;
    padding: 12px 8px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    -webkit-tap-highlight-color: transparent;
    height: 135px; 
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 128, 0.3);
}

.item-stock {
    position: absolute;
    bottom: 38px;
    left: 5px;
    font-size: 9px;
    color: #ff3333;
    font-weight: bold;
    background: rgba(0, 0, 0, 0);
    padding: 1px 4px;
    border-radius: 2px;
    z-index: 1;
    animation: blink 1s infinite;
    font-family: 'Arial', sans-serif !important;
}

.item-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffff00;
    color: #000;
    font-size: 8px;
    font-weight: bold;
    padding: 2px 6px;
    border-bottom-left-radius: 8px;
    z-index: 2;
    font-family: 'Arial', sans-serif !important;
}

.diamond-card img.main-coin {
    width: 45px;
    margin-bottom: 7px;
    margin-top: 7px;
    filter: drop-shadow(0 0 5px rgba(111, 190, 251, 0.6));
}

.coin-amount {
    color: #ffff00;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 3px;
}

.btn-collect-small {
    background: #ffff00;
    color: #000;
    border: none;
    border-radius: 20px;
    padding: 5px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    font-family: Lovelo;
    box-shadow: 0 2px 0 #000;
    margin-top: auto; 
    margin-bottom: 8px;
}

.btn-collect-small:hover, btn-collect-small:focus {
    background: #ffff00;
    color: #000000;
}

.btn-collect-small:active {
    transform: scale(0.95);
}

.icon-ef {
    width: 13px;
    height: 13px;
}

.popup-confirm-lenzz {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-box {
    background: #fff;
    width: 100%;
    max-width: 350px;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: 0.5px solid #000;
    text-align: center;
    color: #000;
    box-shadow: 0 0 25px rgba(0, 0, 255, 0.2);
    position: relative;
    margin: auto;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.close-popup:hover {
    color: #ffff00; 
    transform: scale(1.2);
}

.confirm-box h3 {
    font-family: 'Lovelo', sans-serif;
    color: #000;
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.confirm-box p {
    font-family: sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.confirm-box p span {
    color: #0000ff;
}
.confirm-box label {
    font-family: sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    margin-left: 2px;
}
.confirm-box input {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1.5px solid #000;
    background: rgba(0,0,0,0.4);
    color: #000;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
}
.confirm-box select {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1.5px solid #000;
    background: rgba(0,0,0,0.4);
    color: #000;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
}

.item-display {
    background: linear-gradient(180deg, #000080 0%, #000033 100%);
    border: 1px solid #0000ff;
    border-radius: 3px;
    width: 90px;
    height: 90px;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 128, 0.3);
}

.item-display img {
    width: 80%;
    filter: drop-shadow(0 0 5px rgba(111, 190, 251, 0.6));
}

#p-qty {
    color: #ffff00;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 5px #000;
}

.confirm-btn-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.btn-confirm {
    flex: 1;
    padding: 12px;
    background: #ffff00;
    color: #000;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 0px 0 #b3b300; 
    transition: 0.1s;
    border: 1px solid #555;
}

.btn-confirm:active {
    transform: translateY(3px);
    box-shadow: 0 1px 0 #b3b300;
}

.input-group {
    width: 100%;
    margin-bottom: 10px;
}

#lenzzInput-Id::placeholder {
    color: #000;
    font-size: 13px;
}
#level::placeholder {
    color: #000;
    font-size: 13px;
}

#lenzzInput-Id:focus {
    border-color: #000 !important;
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.2);
}

.status-messages {
  padding: 0 20px;
  margin-top: 15px;
}
.error-message {
  background: none;
  border: 0px solid #ff0000;
  padding: 0px;
  color: #ff0000;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif !important;
  text-align: left;
}
.success-message {
  background-color: rgba(0, 255, 0, 0.2);
  border-left: 3px solid #00ff00;
  padding: 10px 15px;
  color: #ffffff;
}
.popup-box-form-id {
 padding: 0px;
}

.loading-text {
  color: #000;
}

.notifgift {
    background: linear-gradient(180deg, #000080 0%, #000033 100%);
    width: 90%;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fdfc00;
    text-shadow: 0px 0px 1px #000000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    border-radius: 10px;
    border: 1px solid #fdfc00;
    overflow: hidden;
}

.slider {
    width: 100%;
    display: none; 
}
@media only screen and (max-width: 600px) {
.lcontainer {
  width: 100%;
  height: auto;
  border: none;
  padding: 0px;
 }
}