.wcf-form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.wcf-form-container label {
    display: block;
    margin-top: 10px;
}

.wcf-form-container input,
.wcf-form-container textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.wcf-phone-container {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.wcf-phone-container span {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.wcf-product-list table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.wcf-product-list table td {
    padding: 8px;
    vertical-align: middle;
}

.wcf-product-list table td:first-child {
    width: 50px;
    text-align: center;
}

.wcf-product-list table td:nth-child(2) {
    text-align: left;
}

#wcf-selected-products-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

#wcf-selected-products-table th,
#wcf-selected-products-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.wcf-success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}
select#country-code {
    width: 30%;
}
.placeorder {
    margin: 0 400px;
}
.no-spinners::-webkit-inner-spin-button,
.no-spinners::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.no-spinners {
    -moz-appearance: textfield; /* For Firefox */
}