@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    font-family: 'Outfit', sans-serif !important;
}

#capture {
    display: inline-block;
    cursor: text;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.upi_back {
    width: 720px;
    height: 1280px;
    background: url("../images/upi.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.amount_container {
    position: absolute;
    top: 465px; 
    width: 100%;
    text-align: center;
    font-size: 120px; 
    font-weight: 400; 
    color: #1f1f1f;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -1.5px;
    font-family: 'Outfit', sans-serif; /* Outfit has perfectly round dots and high-quality commas */
}

.rupee_symbol {
    font-size: 82px;
    margin-right: 12px;
    margin-top: 28px;
    font-weight: 400;
    color: #1f1f1f;
    font-family: 'Outfit', sans-serif;
}

.details_container {
    position: absolute;
    top: 750px; /* Moved down further to match Fig 2 */
    width: 100%;
    text-align: center;
    color: #1f1f1f;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Outfit', sans-serif;
}

.paid_to_label {
    font-size: 34px; 
    color: #5f6368;
    margin-bottom: 28px;
    font-weight: 400;
}

.receiver_name {
    font-size: 62px; 
    font-weight: 500;
    margin-bottom: 38px;
    color: #1f1f1f;
    letter-spacing: -0.5px;
}

.banking_name_container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #3c4043;
    margin-bottom: 30px;
    font-weight: 400;
    width: 100%;
}

/* Precise shield style check icon - Inline SVG version for html2canvas compatibility */
.green_check_svg {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    margin-right: 14px;
    flex-shrink: 0;
    display: block !important; /* Ensure it is not hidden */
    visibility: visible !important;
}

.green_check {
    display: none; /* Hide old div version */
}

.green_check::after {
    display: none; 
}

.date_time {
    font-size: 30px;
    color: #5f6368;
    font-weight: 400;
    letter-spacing: 0.1px;
}

/* Camera button style */
.css-1xamfmm {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.36);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.css-1bgbwga {
    width: 24px;
    height: 24px;
}
