@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Inter:wght@100;200;300;400&family=Roboto:wght@300;400;500&display=swap');

@font-face {
    font-family: 'PingFangSC';
    src: url('../font/PingFangSC_1.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    font-family: 'Poppins', 'Inter', 'PingFangSC', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

#capture {
    display: inline-block; /* Changed back to inline-block to prevent 100% width */
    cursor: text;
    background-color: transparent;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.icici_back {
    width: 1000px;
    height: 1414px; 
    position: relative;
    overflow: hidden;
    background: url("../images/ICIC.jpg") no-repeat;
    background-size: 100% 100%;
    top: -10px; /* Adjust this value to move the entire container up */
}

/* Common Styles */
.text_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    color: #333;
    font-family: 'Poppins', 'Inter', 'PingFangSC', sans-serif !important;
}

/* Amount Styles */
.amount_text {
    top: 520px;
    font-size: 94px; /* Increased to match real image scale */
    font-weight: 500; /* Increased to bolder as requested */
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -1.5px; 
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important; 
}

.rupee_symbol {
    font-family: sans-serif !important; 
    font-weight: 200; 
    font-size: 60px; /* Further scaled up */
    margin-right: 15px;
    color: #9c9c9c;
    display: inline-block;
    margin-top: 28px; /* Calculated to align bottom with 94px digits */
}

.comma {
    font-family: sans-serif !important; 
    font-weight: 900 !important; /* Extra bold for a solid dot appearance */
    font-size: 30px; /* Slightly larger for perceived boldness */
    display: inline-block;
    transform: translateY(23px); /* Adjusted for new size */
    margin: 0 1px;
    color: #333;
    text-shadow: 0 0 0.5px #333; /* Subtle shadow to enhance boldness */
}

/* Receiver Section */
.to_label {
    top: 650px;
    font-size: 34px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.1px;
}

.receiver_bank {
    top: 700px;
    font-size: 26px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    letter-spacing: 0.1px;
}

.bank_icon_mini {
    height: 24px;
    margin-right: 10px;
}

.receiver_id {
    top: 770px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #555;
}

/* Sender Section */
.from_label {
    top: 925px;
    font-size: 30px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.1px;
}

.sender_bank_info {
    top: 990px;
    font-size: 26px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
}

.bank_logo_sender {
    height: 32px;
    margin-right: 10px;
}

/* Payment Time & ID */
.payment_time {
    top: 1055px;
    font-size: 26px;
    font-weight: 400;
    color: #888;
}

.transaction_id {
    top: 1105px;
    font-size: 26px;
    font-weight: 400;
    color: #888;
}

/* Save Button Styles */
.css-1xamfmm {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #00BAF2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.css-1bgbwga {
    width: 24px;
    height: 24px;
}
