.form-container {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.form-group label {
    font-weight: bold;
    color: #555;
}

.btn-update {
    background-color: #007bff;
    color: #fff;
}

.btn-update:hover {
    background-color: #0056b3;
}

.btn-rounded {
    border-radius: 50px;
}

.no-underline {
    text-decoration: none !important;
}
















.card {
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color:#1D70BA;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.card-body {
    padding: 20px;
    background-color: #f9f9f9;
}












.billing-info,
.shipping-info {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.billing-info h4,
.shipping-info h4 {
    font-weight: bold;
    color: #274380;
    margin-bottom: 20px;
}

.billing-info address,
.shipping-info address {
    font-style: normal;
    line-height: 1.8;
    color: #333;
}

.billing-info p,
.shipping-info p {
    color: #888;
    font-style: italic;
}

.address-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.address-item i {
    font-size: 1.6em;
    color: #274380;
    margin-right: 10px;
}
