#grcs-snackbar {visibility: hidden;background: #333;color: white;text-align: center;padding: 16px;position: fixed;z-index: 11;bottom: 30px;left:50%;transform: translateX(-50%);}
#grcs-snackbar.show {visibility: visible;animation: fadein 0.5s, fadeout 0.5s 4.5s;}
#grcs-snackbar.show.success {border-top: 8px solid #6ad84b;}
#grcs-snackbar.show.error {border-top: 8px solid #d84b4b;}
.grcs_close_form{margin: 0;padding: 0;background: none;border: none;cursor: pointer;height: 2rem;width: 2rem;position: absolute;right: .5rem;top: .5rem;}
.grcs_choice{display:flex;justify-content: space-between;padding:.5rem 1rem;align-items: center;}

.grcs_client_preset{display: flex;flex-direction: column;}
.grcs_client_preset label{flex:1;display: flex;flex-direction: column;padding:.5rem 0;}
.grcs_client_preset .grcs_label_name{display: flex;flex-direction: row;align-items: center;justify-content: flex-start;}
.grcs_client_preset select{min-height: 2.5rem;max-height: 2.5rem;border-radius: .5rem;padding: .5rem !important;border: 1px solid #d9d9d9 !important;width:100%;}
.billing-fields-title{display: block;margin:2rem 0 0 0 !important;}
.checkout_form:not(:first-of-type){margin-top:2rem;}
.checkout_form h3{display:block;margin:1rem 0 !important;}
.checkout_form.hidden{display:none;}
.woocommerce-billing-fields:not(.both) > h3:first-of-type{display: none;}
.woocommerce-billing-fields.both > h3:not(:first-of-type){display: none;}

.grcs_label_name .title.hidden{display:none;}

.grcs_customer_type_wrapper{display: flex;gap:1rem;align-items: flex-start;justify-content: space-between;}