.select2-container--default .select2-selection--single {
  background-color: #f9fafc !important;
}

.select2-container .select2-selection--single {
  height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
  right: 10px !important;
}

.adyen-reg-box {
  max-width: 500px;
  margin: 20px auto;
  padding: 30px 0;
}

.adyen-two-col-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 15px;
}

.adyen-input {
  padding: 8px;
}

.adyen-input-full {
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.adyen-state-wrap {
  position: relative;
}

.adyen-state-input {
  margin-bottom: 0;
}

.adyen-state-hint {
  display: block;
  font-size: 14px;
  color: #666;
  margin: 5px 0 20px 0;
}

.adyen-country-wrap {
  margin-bottom: 15px;
}

.adyen-country-select {
  width: 100%;
}

.adyen-submit-btn {
  width: 100%;
  background: #00112c;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}

.adyen-form-msg {
  margin-top: 10px;
}

.adyen-msg-error {
  color: red;
  font-size: 14px;
}

.adyen-dashboard-title {
  margin-top: 0;
}

.adyen-status-card {
  background: #fff;
}

.adyen-status-label {
  margin-bottom: 5px;
  font-weight: bold;
}

.adyen-status-tag {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  background: #eee;
}

.adyen-status-details {
  margin-top: 15px;
}

.adyen-text-success {
  color: green;
}

.adyen-text-warn {
  color: #b33;
}

.adyen-action-btn {
  margin-top: 10px;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
}

.adyen-btn-restart {
  background: #d35400;
}

.adyen-btn-resume {
  background: #0b5fff;
}

.adyen-settings-textarea {
  width: 50%;
}

.adyen-settings-textarea-lg {
  height: 100px;
}

.adyen-settings-textarea-md {
  height: 80px;
}

.adyen-settings-textarea-sm {
  height: 60px;
}

.adyen-test-result-msg {
  margin-left: 10px;
  font-weight: bold;
}

.adyen-status-label-admin {
  font-weight: bold;
}

.adyen-status-label-admin.is-active {
  color: #27ae60;
}

.adyen-status-label-admin.is-pending {
  color: #f39c12;
}

.adyen-member-profile,
.mgos-password-card {
  margin: 0 0 5rem 0;
}

.adyen-member-profile h3,
.mgos-password-card h3 {
  margin: 0 0 16px;
}

#mgos-change-password-form input[type="password"] {
  display: block;
  width: 100%;
  max-width: 400px;;
  box-sizing: border-box;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #d9dce3;
  border-radius: 6px;
}

#mgos-change-password-form button[type="submit"] {
  background: #00112c;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 20px;
}

#mgos-change-password-msg {
  margin-top: 10px;
}
