div {
  overflow-wrap: break-word;
}

input, select {
  padding: 10px 12px;
  max-width: 600px;
  background-color: white;
  color: #32325d;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1
}

a {
  color: #0A4BFF;
}

a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

/* Core */

#message {
  position: absolute;
  margin: 0px 0px 0px -25vw;
  padding: 4px;
  left: 50vw;
  line-height: 18px;
  width: 50vw;
  background-color: #ffb20e;
  font-weight: bold;
  text-align: center;
  display: none;
}

#beans-container {
}

.beans-navbar-item {
  cursor: pointer;
}

.btitle {
  display: block;
  font-weight: 600;
  margin: 15px 0px 5px 0px;
}
.blink {
  display: block;
  font-weight: 600;
  color: #4D90FE;
  cursor: pointer;
}
.blink:hover {
  color: #000;
}
.slink {
  color: #4D90FE;
  cursor: pointer;
}
.slink:hover {
  color: #000;
}
.example {
  color: #4D90FE;
}
.example:hover {
  color: #000;
}
.key-delete {
  position: absolute;
  right: 15px;
  top: 20px;
}
.member-delete {
  position: absolute;
  right: 15px;
  top: 20px;
}
.member-notify {
  position: absolute;
  right: 15px;
  top: 20px;
}
.blabel {
  display: block;
  font-weight: 600;
  margin: 15px 0px 5px 0px;
  color: #777;
}
.key-info {
  padding: 5px 10px 20px 10px;
  position: relative;
}
.key-info.ord0 {
  background-color: #ECEDF2;
  margin-top: 5px;
  margin-bottom: 5px;
}
.key-info.ord1 {
  background-color: #ECEDF2;
  margin-top: 5px;
  margin-bottom: 5px;
}
.member-info {
  padding: 5px 10px 20px 10px;
  position: relative;
}
.member-info.ord0 {
  background-color: #ECEDF2;
  margin-top: 5px;
  margin-bottom: 5px;
}
.member-info.ord1 {
  background-color: #ECEDF2;
  margin-top: 5px;
  margin-bottom: 5px;
}

input, select {
  width: 89%;
}
.btn.beans {
  border: 1px solid #3079ED !important;
  color: white !important;
  background-color: #4D90FE !important;
  background-image: linear-gradient(top,#4d90fe,#4787ed) !important;
}
.btn.beans:hover {
  border: 1px solid #EE4266 !important;
  background-color: #EE4266 !important;
  background-image: linear-gradient(top,#EE4266,#EE4266) !important;
  box-shadow: 0 1px 1px rgba(0,0,0,.1) !important;
}
.button {
  padding: 5px 0px 0px 0px;
  margin-top: 5px;
  height: 28px;
  line-height: 22px;
  min-width: 54px;
  border: 1px solid #dcdcdc;
	border-radius: 2px;
  color: #444;
  width: 50%;
	background-color: #f5f5f5;
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  font: 600 13px system-ui;
  text-align: center;
  text-decoration: none;
  cursor: default;
}
.button:hover {
  border: 1px solid #C6C6C6;
  color: #333;
  background-color: #F8F8F8;
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}
.button.blue {
  border: 1px solid #3079ED;
  color: white;
  background-color: #4D90FE;
  background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.button.blue:hover {
  border: 1px solid #2F5BB7;
  background-color: #357AE8;
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.user-account-container {
  display: none;
}

.sba-account-container {
  display: none;
}

.plan-container {
  display: none;
}

.payment-container {
  display: none;
}

.stitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 20px;
}

/* Signin */

#signin-container {
  overflow-y: scroll;
  padding: 25px;
}
#signin span {
  font-size: 13px !important;
  line-height: 34px !important;
}
.g-signin2 {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.g-signin2 > div {
  width: 100% !important;
  max-width: 600px;
}
#after-signin-container {
  display: none;
}
#signin-content {
  width: 300px;
  margin: 20px auto 0 auto;
  text-align: center;
}
#signin-logo {
  background-image: url('/maps/assets/beans.svg');
  background-size: cover;
  width: 200px;
  height: 200px;
  margin: 20px auto 0 auto;
}
#signin-close {
  margin-top: 20px;
  color: #4885ED;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}

/* multi select */
#region-header{
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin: 15px 0px 24px 0px;
}

#update-regions-btn{
  float: right;
}
#selected-none-alert{
  display: none;
  position: absolute;
  margin: 20px 0 0 0;
  font-size: 12px;
  color: red;
}

#region-update-success{
  display: none;
  position: absolute;
  margin: 20px 0 0 0;
  font-size: 12px;
  color: #4D90FE;
}

.page-menu {
  display: none;
}

.bitem {
  width: 25%;
  display: inline-block;
}

.bitem2 {
  width: 27%;
  margin-left: 3%;
  display: inline-block;
}

.baction {
  width: 10%;
  margin-left: 3%;
  text-align: right;
  display: inline-block;
}

/* From Stripe */

.MyCardElement {
  height: 40px;
  padding: 10px 12px;
  width: 100%;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.MyCardElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.MyCardElement--invalid {
  border-color: #fa755a;
}

.MyCardElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.step.active {
  background-color: #2ed4b6 !important;
}

a:hover {
  color: #EE4266 !important;
}


@media screen and (max-width: 1000px) {
  .content-container {
    min-height: calc(100vh - 300px);
  }
}

@media screen and (min-width: 1000px) {
  .content-container {
    min-height: calc(100vh - 80px);
  }
}

.pricing-table .plan .plan-header .plan-price-2 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding: 20px 0;
}
.pricing-table .plan .plan-header .plan-price-2 sup {
  font-size: 16px;
  position: relative;
  top: 0px;
  color: #bdc3c7;
}
.pricing-table .plan .plan-header .plan-price-2 span {
  font-size: 16px;
  color: #bdc3c7;
}
.pricing-table .plan-2 {
  margin-bottom: 20px;
  transition: all .3s ease;
}
