@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  height: 99%;
}

.page-wrapper {
  max-width: 1400px;
  min-height: 99%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

body {
  background-color: #ffffff;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h3,
h5 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1.2em !important;
  color: #000;
  font-weight: bolder !important;
}

h3.wp-block-heading {
  color: purple;
  margin: 0 0 20px 0;
}

h5 {
  font-size: 1em !important;
}

p {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 1em !important;
  color: #000;
}

.container {
  /* max-width: 1400px; of een andere waarde die je wilt */
}

.container .form {
  width: 800px;
  margin: 0 auto;
}

/* Styling custom login */
.custom-login-form,
.wijzig-wachtwoord {
  max-width: 400px;
  margin: 50px auto;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 8px;
}
.custom-login-form h2 {
  text-align: center;
}

/* Styling for OTP plugin */
.otp-login-form-container {
  max-width: 400px;
  margin: 2rem auto;
  padding: 2rem;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #f9f9f9;
}

.otp-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.otp-input {
  width: 100%;
  padding: 0.5rem;
  border-radius: 6px;
  border: 1px solid #bbb;
  font-size: 1rem;
}

.otp-button {
  background-color: rgb(71 134 146);
  color: #fff;
  padding: 0.5rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}

.otp-button:hover {
  background-color: rgb(45 101 100);
}

.otp-error-msg {
  color: #d63638;
  background: #fff3f3;
  padding: 0.5rem;
  border: 1px solid #d63638;
  border-radius: 6px;
  margin-bottom: 1rem;
}

/* submit buttons gravity forms */
#gform_wrapper_1 input[type='submit'],
#gform_wrapper_2 input[type='submit'],
#gform_wrapper_3 input[type='submit'],
#gform_wrapper_4 input[type='submit'],
#gform_wrapper_5 input[type='submit'] {
  background-color: rgb(0, 111, 99) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

#gform_wrapper_1 input[type='submit']:hover,
#gform_wrapper_2 input[type='submit']:hover,
#gform_wrapper_3 input[type='submit']:hover,
#gform_wrapper_4 input[type='submit']:hover,
#gform_wrapper_5 input[type='submit']:hover {
  background-color: rgb(80, 177, 164) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5) !important;
}

button.gf-approval-btn {
  background-color: green !important;
  width: 130px !important;
}

button.gf-decline-btn {
  background-color: red !important;
  width: 130px !important;
}

button.gf-company-btn {
  background-color: green !important;
  width: 200px !important;
}

/* icons */

.cta-icon {
  text-decoration: none;
  color: rgb(0, 111, 99);
}

/* company overview page */
.tab-button {
  padding: 10px 20px;
  border: none;
  background-color: #eee;
  cursor: pointer;
  margin-right: 5px;
}

.tab-button.active {
  background-color: #0078d4;
  color: white;
}
