
* {
cursor: auto !important;
}
body {
background-color: #ffffff !important;
}
.gform_wrapper {
max-width: 900px;
margin: 20px auto;
padding: 30px;
background-color: #ffffff;
box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
border-radius: 10px;
text-align: left; /* içerik sola yaslansın */
}
/* Başlıklar ortada ve siyah */
.gform_wrapper .gsection_title,
.gform_wrapper h2,
.gform_wrapper h3 {
color: #000000 !important;
text-align: center !important;
}
.gform_wrapper .gsection .gsection_title {
color: #000000 !important;
text-align: center !important;
}
/* Label ve field yazıları siyah */
.gform_wrapper label,
.gform_wrapper .gfield_label,
.gform_wrapper .gfield_description,
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
color: #000000 !important;
text-align: left;
}
/* Sadece Required kırmızı */
.gform_wrapper .gfield_required {
color: #cc0000 !important;
}
/* Progress bar sola yaslansın */
.gform_wrapper .gf_progressbar {
display: flex;
justify-content: flex-start;
}
.gform_wrapper .gf_progressbar_percentage {
margin: 0;
float: none !important;
text-align: left !important;
}
/* Teşekkür mesajı siyah */
.gform_confirmation_wrapper,
.gform_confirmation_message,
.gform_confirmation_message p,
.gform_confirmation_message h1,
.gform_confirmation_message h2,
.gform_confirmation_message h3 {
color: #000000 !important;
background: #ffffff !important;
text-align: center;
}
.gform_confirmation_message a {
color: #0a53ff !important;
text-decoration: underline;
}
