|
|
@@ -39,7 +39,7 @@
|
|
|
}
|
|
|
|
|
|
.popup-title {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 28px;
|
|
|
font-weight: 700;
|
|
|
background: linear-gradient(180deg, #FFFFFF 0%, #ffe3aa 100%);
|
|
|
-webkit-background-clip: text;
|
|
|
@@ -144,9 +144,9 @@
|
|
|
|
|
|
.popup-btn {
|
|
|
flex: 1;
|
|
|
- padding: 8px 16px;
|
|
|
+ padding: 10px 16px;
|
|
|
font-family: 'Kanit', sans-serif;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 18px;
|
|
|
font-weight: 700;
|
|
|
border-radius: 20px;
|
|
|
cursor: pointer;
|
|
|
@@ -185,6 +185,7 @@
|
|
|
======================================== */
|
|
|
|
|
|
.confirm-popup {
|
|
|
+ width: 500px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
@@ -193,7 +194,7 @@
|
|
|
}
|
|
|
|
|
|
.confirm-message {
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 18px;
|
|
|
color: rgba(255, 255, 255, 0.8);
|
|
|
margin: 0 0 8px 0;
|
|
|
}
|
|
|
@@ -288,7 +289,8 @@
|
|
|
/* Text Content - bottom left, on top of character */
|
|
|
.register-text {
|
|
|
position: absolute;
|
|
|
- top: 80px;
|
|
|
+ /* top: 80px*/
|
|
|
+ top: 30px;
|
|
|
left: 10px;
|
|
|
text-align: left;
|
|
|
width: 60%;
|
|
|
@@ -466,8 +468,8 @@
|
|
|
border-radius: 6px;
|
|
|
}
|
|
|
|
|
|
-.withdraw-option input[type="radio"]:checked ~ .withdraw-option-coins,
|
|
|
-.withdraw-option input[type="radio"]:checked ~ .withdraw-option-htg {
|
|
|
+.withdraw-option input[type="radio"]:checked~.withdraw-option-coins,
|
|
|
+.withdraw-option input[type="radio"]:checked~.withdraw-option-htg {
|
|
|
color: #ffe3aa;
|
|
|
}
|
|
|
|
|
|
@@ -526,8 +528,16 @@
|
|
|
======================================== */
|
|
|
|
|
|
.message-popup {
|
|
|
- width: 280px; /* Consistent width */
|
|
|
+ width: 500px;
|
|
|
+ /* Match register-popup actual visual width */
|
|
|
+ min-height: 280px;
|
|
|
+ /* Match register-popup actual visual height */
|
|
|
+ padding: 20px 24px;
|
|
|
+ /* More padding for larger popup */
|
|
|
text-align: center;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
.message-content {
|
|
|
@@ -563,9 +573,10 @@
|
|
|
OTP Popup Styles
|
|
|
======================================== */
|
|
|
.otp-popup {
|
|
|
- width: 320px;
|
|
|
+ width: 500px;
|
|
|
text-align: center;
|
|
|
- background: #000; /* Ensure black background */
|
|
|
+ background: #000;
|
|
|
+ /* Ensure black background */
|
|
|
border: 2px solid #c9a861;
|
|
|
}
|
|
|
|
|
|
@@ -573,7 +584,7 @@
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- gap: 20px;
|
|
|
+ gap: 20px;
|
|
|
padding: 10px 0;
|
|
|
}
|
|
|
|
|
|
@@ -592,13 +603,13 @@
|
|
|
}
|
|
|
|
|
|
.otp-box {
|
|
|
- width: 40px;
|
|
|
- height: 50px;
|
|
|
+ width: 50px;
|
|
|
+ height: 60px;
|
|
|
background: #000;
|
|
|
border: 1px solid #c9a861;
|
|
|
border-radius: 8px;
|
|
|
color: #fff;
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 28px;
|
|
|
font-weight: 700;
|
|
|
text-align: center;
|
|
|
outline: none;
|
|
|
@@ -642,7 +653,7 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
margin-bottom: 4px;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 18px;
|
|
|
}
|
|
|
|
|
|
.detail-row:last-child {
|
|
|
@@ -666,18 +677,18 @@
|
|
|
position: relative;
|
|
|
width: 500px;
|
|
|
height: 320px;
|
|
|
- /* Placeholder for user background image.
|
|
|
- User should replace the URL below. */
|
|
|
- background-color: #7b0d1e;
|
|
|
- background-image: url('../img/exchange_success_bg.png');
|
|
|
+ background-color: #7b0d1e;
|
|
|
+ background-image: url('../img/exchange_success_bg.png');
|
|
|
background-size: cover;
|
|
|
background-position: center;
|
|
|
border-radius: 25px;
|
|
|
- border: 3px solid #dac486; /* Gold/Beige border */
|
|
|
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(0,0,0,0.5);
|
|
|
+ border: 3px solid #dac486;
|
|
|
+ /* Gold/Beige border */
|
|
|
+ box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(0, 0, 0, 0.5);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- justify-content: flex-end; /* Push content to bottom */
|
|
|
+ justify-content: flex-end;
|
|
|
+ /* Push content to bottom */
|
|
|
padding-bottom: 30px;
|
|
|
align-items: center;
|
|
|
font-family: 'Kanit', sans-serif;
|
|
|
@@ -685,8 +696,15 @@
|
|
|
}
|
|
|
|
|
|
@keyframes popupPop {
|
|
|
- 0% { transform: scale(0.5); opacity: 0; }
|
|
|
- 100% { transform: scale(1); opacity: 1; }
|
|
|
+ 0% {
|
|
|
+ transform: scale(0.5);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: scale(1);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/* Close Button (Top Right Red Circle) */
|
|
|
@@ -696,8 +714,10 @@
|
|
|
right: -20px;
|
|
|
width: 44px;
|
|
|
height: 44px;
|
|
|
- background: #ff0000; /* Bright red */
|
|
|
- border: 3px solid #dac486; /* Gold border */
|
|
|
+ background: #ff0000;
|
|
|
+ /* Bright red */
|
|
|
+ border: 3px solid #dac486;
|
|
|
+ /* Gold border */
|
|
|
border-radius: 50%;
|
|
|
cursor: pointer;
|
|
|
display: flex;
|
|
|
@@ -767,17 +787,243 @@
|
|
|
border: 2px solid #000;
|
|
|
border-radius: 12px;
|
|
|
cursor: pointer;
|
|
|
- box-shadow: 0 4px 0 #000, 0 5px 10px rgba(0,0,0,0.5);
|
|
|
+ box-shadow: 0 4px 0 #000, 0 5px 10px rgba(0, 0, 0, 0.5);
|
|
|
transition: all 0.1s;
|
|
|
text-transform: capitalize;
|
|
|
}
|
|
|
|
|
|
.exchange-action-btn-custom:hover {
|
|
|
transform: translateY(2px);
|
|
|
- box-shadow: 0 2px 0 #000, 0 3px 6px rgba(0,0,0,0.5);
|
|
|
+ box-shadow: 0 2px 0 #000, 0 3px 6px rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
|
|
|
.exchange-action-btn-custom:active {
|
|
|
transform: translateY(4px);
|
|
|
- box-shadow: 0 0 0 #000, 0 0 0 rgba(0,0,0,0.5);
|
|
|
+ box-shadow: 0 0 0 #000, 0 0 0 rgba(0, 0, 0, 0.5);
|
|
|
+}
|
|
|
+
|
|
|
+/* ========================================
|
|
|
+ Custom Message Popup Styles (Redesigned)
|
|
|
+ Matches Exchange Success Popup design
|
|
|
+ ======================================== */
|
|
|
+
|
|
|
+.message-popup-container-custom {
|
|
|
+ position: relative;
|
|
|
+ width: 500px;
|
|
|
+ height: 320px;
|
|
|
+ /* Default background - User can replace with their own image */
|
|
|
+ background-color: #7b0d1e;
|
|
|
+ background-image: url('../img/message_popup_bg.png');
|
|
|
+ background-size: contain;
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ border-radius: 25px;
|
|
|
+ border: 3px solid #dac486;
|
|
|
+ /* Gold/Beige border */
|
|
|
+ box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(0, 0, 0, 0.5);
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ padding: 30px;
|
|
|
+ font-family: 'Kanit', sans-serif;
|
|
|
+ animation: messagePopupPop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
|
+}
|
|
|
+
|
|
|
+/* Success State - Green tinted background */
|
|
|
+.message-popup-container-custom.success {
|
|
|
+ background-color: #7b0d1e;
|
|
|
+ background-image: url('../img/exchange_success_bg.png');
|
|
|
+}
|
|
|
+
|
|
|
+/* Error State - Semi-transparent background */
|
|
|
+.message-popup-container-custom.error {
|
|
|
+ background-color: rgba(22, 20, 20, 0.85);
|
|
|
+ background-image: url('../img/message_error_bg.png');
|
|
|
+}
|
|
|
+
|
|
|
+@keyframes messagePopupPop {
|
|
|
+ 0% {
|
|
|
+ transform: scale(0.5);
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ transform: scale(1);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* Close Button (Top Right Red Circle) */
|
|
|
+.message-close-btn-custom {
|
|
|
+ position: absolute;
|
|
|
+ top: -20px;
|
|
|
+ right: -20px;
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
+ background: #E05F60;
|
|
|
+ /* Bright red */
|
|
|
+ border: 3px solid #dac486;
|
|
|
+ /* Gold border */
|
|
|
+ border-radius: 50%;
|
|
|
+ cursor: pointer;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
|
|
|
+ z-index: 10;
|
|
|
+ transition: transform 0.2s;
|
|
|
+}
|
|
|
+
|
|
|
+.message-close-btn-custom:hover {
|
|
|
+ transform: scale(1.1);
|
|
|
+}
|
|
|
+
|
|
|
+/* Dice Set Container - Ensure it doesn't affect flex layout */
|
|
|
+.dice-set {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ pointer-events: none;
|
|
|
+ z-index: 5;
|
|
|
+}
|
|
|
+
|
|
|
+/* Dice Decorations - Positioned as per design */
|
|
|
+.message-dice-bottom-left {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 5px;
|
|
|
+ left: 5px;
|
|
|
+ width: 60px;
|
|
|
+ height: auto;
|
|
|
+ z-index: 5;
|
|
|
+ pointer-events: none;
|
|
|
+ filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
|
|
|
+ transform: rotate(-15deg);
|
|
|
+}
|
|
|
+
|
|
|
+.message-dice-bottom-right {
|
|
|
+ position: absolute;
|
|
|
+ /* bottom: 5px; */
|
|
|
+ right: 5px;
|
|
|
+ width: 60px;
|
|
|
+ height: auto;
|
|
|
+ z-index: 5;
|
|
|
+ pointer-events: none;
|
|
|
+ filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
|
|
|
+ transform: rotate(15deg);
|
|
|
+}
|
|
|
+
|
|
|
+.message-dice-top-left {
|
|
|
+ position: absolute;
|
|
|
+ top: 15px;
|
|
|
+ left: 50px;
|
|
|
+ width: 30px;
|
|
|
+ height: auto;
|
|
|
+ z-index: 5;
|
|
|
+ pointer-events: none;
|
|
|
+ filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
|
|
|
+ transform: rotate(-25deg);
|
|
|
+}
|
|
|
+
|
|
|
+.message-dice-top-right {
|
|
|
+ position: absolute;
|
|
|
+ top: 30px;
|
|
|
+ right: 160px;
|
|
|
+ width: 25px;
|
|
|
+ height: auto;
|
|
|
+ z-index: 5;
|
|
|
+ pointer-events: none;
|
|
|
+ filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
|
|
|
+ transform: rotate(15deg);
|
|
|
+}
|
|
|
+
|
|
|
+/* Content Container */
|
|
|
+.message-content-custom {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: flex-end;
|
|
|
+ text-align: center;
|
|
|
+ gap: 10px;
|
|
|
+ padding-bottom: 25px;
|
|
|
+ z-index: 10;
|
|
|
+}
|
|
|
+
|
|
|
+/* Icon */
|
|
|
+.message-icon-custom {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin-bottom: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.message-icon-custom svg {
|
|
|
+ filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
|
|
|
+}
|
|
|
+
|
|
|
+/* Title "Success!" or "Failed!" - Positioned at top-left */
|
|
|
+.message-title-custom {
|
|
|
+ position: absolute;
|
|
|
+ top: 60px;
|
|
|
+ left: 30px;
|
|
|
+ font-family: 'Kanit', sans-serif;
|
|
|
+ font-size: 36px;
|
|
|
+ font-weight: 900;
|
|
|
+ /* font-style: italic; */
|
|
|
+ background: linear-gradient(180deg, #fff8e7 0%, #dac486 100%);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
+ background-clip: text;
|
|
|
+ color: #dac486;
|
|
|
+ -webkit-text-stroke: 1px #000;
|
|
|
+ filter: drop-shadow(2px 2px 0 #000);
|
|
|
+ line-height: 1;
|
|
|
+ text-transform: uppercase;
|
|
|
+ z-index: 15;
|
|
|
}
|
|
|
+
|
|
|
+/* Message Text */
|
|
|
+.message-text-custom {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 600;
|
|
|
+ background: linear-gradient(180deg, #fff8e7 0%, #dac486 100%);
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
+ background-clip: text;
|
|
|
+ color: #dac486;
|
|
|
+ filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
|
|
|
+ max-width: 85%;
|
|
|
+ line-height: 1.4;
|
|
|
+}
|
|
|
+
|
|
|
+/* Bottom Action Button "OK" */
|
|
|
+.message-action-btn-custom {
|
|
|
+ min-width: 140px;
|
|
|
+ /* padding: 10px 30px; */
|
|
|
+ font-family: 'Kanit', sans-serif;
|
|
|
+ font-size: 22px;
|
|
|
+ font-weight: 800;
|
|
|
+ color: #000;
|
|
|
+ background: linear-gradient(180deg, #fff8e7 0%, #dac486 100%);
|
|
|
+ border: 2px solid #000;
|
|
|
+ border-radius: 12px;
|
|
|
+ cursor: pointer;
|
|
|
+ box-shadow: 0 4px 0 #000, 0 5px 10px rgba(0, 0, 0, 0.5);
|
|
|
+ transition: all 0.1s;
|
|
|
+ text-transform: uppercase;
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.message-action-btn-custom:hover {
|
|
|
+ transform: translateY(2px);
|
|
|
+ box-shadow: 0 2px 0 #000, 0 3px 6px rgba(0, 0, 0, 0.5);
|
|
|
+}
|
|
|
+
|
|
|
+.message-action-btn-custom:active {
|
|
|
+ transform: translateY(4px);
|
|
|
+ box-shadow: 0 0 0 #000, 0 0 0 rgba(0, 0, 0, 0.5);
|
|
|
+}
|