/* @override 
	https://rgoods-stripe.local/wp-content/themes/rgstripe/assets/css/rgs.css
	https://stripe.rgoods.com/wp-content/themes/rgstripe/assets/css/rgs.css
	https://dev.stripe.rgoods.com/wp-content/themes/rgstripe/assets/css/rgs.css */
main.rgs-page > * {
  margin: 1em auto;
}
html {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
a {
  color: inherit;
}
*:focus {
  outline: none;
}
main.rgs-page > *:not(.alignfull) {
  width: 800px;
  max-width: 90%;
}
main > *.alignwide {
  width: 1200px;
  max-width: 90%;
}
main h1,
main h2,
main h3 {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  line-height: 140%;
}
main h1 {
  font-size: 3em;
}
main h2 {
  font-size: 2.6em;
}
main h3 {
  font-size: 2em;
}
main h4 {
  font-size: 1.4em;
}
main h5 {
  font-size: 1em;
}
main a:not(.btn):not(.wp-element-button) {
  text-decoration: underline;
}
main .wp-block-image {
  margin: 0 auto;
}
main .wp-block-buttons {
  justify-content: center;
  padding: 30px 0;
}
header.site-header {
  text-align: center;
  padding: 20px 0;
}
.toast {
  background: #000;
  font-weight: 600;
}
#rgs-register-form {
  width: calc( 800px + 1.5rem );
  max-width: calc( 90% + 1.5rem );
}
.rg-select-wrapper {
  position: relative;
  background-color: #fff;
  border: #ddd 1px solid;
  overflow: hidden;
}
.rg-select-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #333;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.rg-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  font-family: 'Inter', sans-serif;
  height: auto;
  border: 0;
  margin: 0;
  padding: .75em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#rgs-login-form,
#rgs-register-form {
  margin: 50px auto;
}
#rgs-login-form .input-field input[type="text"],
#rgs-register-form .input-field input[type="text"],
#rgs-login-form .input-field input[type="email"],
#rgs-register-form .input-field input[type="email"],
#rgs-login-form .input-field input[type="password"],
#rgs-register-form .input-field input[type="password"],
#rgs-login-form .input-field input[type="tel"],
#rgs-register-form .input-field input[type="tel"] {
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 0 10px;
  width: calc( 100% - 20px );
}
#rgs-login-form .input-field input[type="text"] + label,
#rgs-register-form .input-field input[type="text"] + label,
#rgs-login-form .input-field input[type="email"] + label,
#rgs-register-form .input-field input[type="email"] + label,
#rgs-login-form .input-field input[type="password"] + label,
#rgs-register-form .input-field input[type="password"] + label,
#rgs-login-form .input-field input[type="tel"] + label,
#rgs-register-form .input-field input[type="tel"] + label {
  margin-left: 10px;
}
#rgs-login-form .input-field input[type="text"]:focus,
#rgs-register-form .input-field input[type="text"]:focus,
#rgs-login-form .input-field input[type="email"]:focus,
#rgs-register-form .input-field input[type="email"]:focus,
#rgs-login-form .input-field input[type="password"]:focus,
#rgs-register-form .input-field input[type="password"]:focus,
#rgs-login-form .input-field input[type="tel"]:focus,
#rgs-register-form .input-field input[type="tel"]:focus {
  border-bottom: 1px solid #333;
  box-shadow: 0 1px 0 0 #333;
}
#rgs-login-form .input-field input[type="text"]:focus + label,
#rgs-register-form .input-field input[type="text"]:focus + label,
#rgs-login-form .input-field input[type="email"]:focus + label,
#rgs-register-form .input-field input[type="email"]:focus + label,
#rgs-login-form .input-field input[type="password"]:focus + label,
#rgs-register-form .input-field input[type="password"]:focus + label,
#rgs-login-form .input-field input[type="tel"]:focus + label,
#rgs-register-form .input-field input[type="tel"]:focus + label {
  top: -8px;
  margin: 0;
  color: #666;
}
#rgs-login-form p.mini-label,
#rgs-register-form p.mini-label {
  margin: 0 0 3px;
  font-size: .85em;
  color: #666;
}
#rgs-login-form .error,
#rgs-register-form .error {
  color: orangered;
}
#rgs-login-form {
  width: 480px;
  max-width: 100%;
}
.btn {
  line-height: 1.4em;
  height: auto;
  margin: 30px 0;
  background: #222;
  padding: 12px 36px;
  border-radius: 48px;
  box-shadow: none;
}
.btn:hover {
  background: #000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.btn.secondary {
  border: 1px solid #333;
  background: #fff;
  color: #333;
}
.modal-overlay {
  width: 100vw !important;
  max-width: 100% !important;
  margin: 0 !important;
}
#modal-confirm {
  width: 480px;
}
#modal-confirm h4 {
  font-family: 'EB Garamond', serif;
  font-size: 2em;
  margin: 0;
}
#modal-confirm .modal-close:not(.btn) {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 2em;
}
#modal-confirm .btn {
  margin: 0;
}
table.organization-data tr th {
  width: 10%;
  white-space: nowrap;
  padding-right: 40px;
}
table.organization-data tr .btn {
  margin: 10px 0;
}
table.organization-data .dashicons {
  margin-right: .3em;
}
table.organization-data .dashicons.dashicons-clock {
  color: orange;
}
table.organization-data .dashicons.dashicons-yes-alt {
  color: yellowgreen;
}
table.organization-data .dashicons.dashicons-no {
  color: orangered;
}
table.organization-data ul {
  margin: 0;
}
table.organization-data ul.requirements li {
  margin: .5em 0;
}
.test-mode-banner {
  position: fixed;
  background: orangered;
  color: #fff;
  padding: 8px 0;
  width: 240px;
  text-align: center;
  left: -60px;
  top: 30px;
  transform: rotate(-45deg);
}
