/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
}



/* Bank Details Styles */
.recipient-info {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 30px;
}

.recipient-label {
    font-weight: bold;
    color: #0275d8;
}

/* Form Section Styles */
form {
    background-color: #fafafa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
}

form label {
    font-weight: bold;
    color: #5a5a5a;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form select,
form textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

form input[type="submit"] {
    width: 100%;
    background-color: #0275d8;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

form input[type="submit"]:hover {
    background-color: #025aa5;
}

#charCount {
    font-size: 0.875em;
    color: #6c757d;
}

/* Responsive Design for Desktop and Larger Screens */
@media (min-width: 768px) {
    body {
        padding: 0; /* Adds padding on the left and right on larger screens */
    }

    .container, .recipient-info, form {
        max-width: 960px; /* Maximum width of content */
        margin: auto; /* Center the content */
    }
}

/* Ensures the content utilizes the full width on smaller screens without large side gaps */
@media (max-width: 767px) {
    body {
        padding: 0px; /* Smaller padding for small screens */
    }
}
.weki{
    font-weight: 100;
    text-align: center;
}
h2{
    font-size: large;
}
.weki1{
    font-weight: 100;
    font-size: 1.5rem;
    
}

tr{
    color: #fff;
    text-decoration: #025aa5;
}