.publish-container {
  /*display: flex;
  align-items: center;
  text-align: center;
  margin-left: 20px;*/
  margin-top: 10px;
  /* width: 96%; */
  margin-left: 10px;
  width: 930px;
}

.published-maincontainer {
  margin-top: 20px;
  margin-left: 15px;
  width: 750px;
}

.publish-card {
  width: 320px;
  height: 570px;
  /*  border: 1px #e2eaf2 solid; */
  border: var(--custom-border) !important;
  border-radius: 5px;
  /* background: white; */
  background: var(--color-white);
  /* margin-left: 20%; */
  position: relative;
  margin-right: 10px;
}

.publish-tooltip:hover {
  cursor: pointer;
}

.publish-self-title {
  background: rgb(231, 244, 254);
  height: 80px;
  text-align: center;
  padding-top: 10px;
  border-bottom: 1px #e6edf3 solid;
}

.publish-full-title {
  background: rgb(252, 239, 204);
  height: 80px;
  text-align: center;
  padding-top: 10px;
  border-bottom: 1px #e6edf3 solid;
}

.publish-demo-account {
  background: rgb(241, 253, 240);
  height: 80px;
  text-align: center;
  padding-top: 10px;
  border-bottom: 1px #e6edf3 solid;
}

.publish-business-pro {
  background: rgb(237, 246, 254);
  height: 80px;
  text-align: center;
  padding-top: 10px;
  border-bottom: 1px #e6edf3 solid;
}

.publish-enterprise-pro {
  background: rgb(254, 241, 214);
  height: 80px;
  text-align: center;
  padding-top: 10px;
  border-bottom: 1px #e6edf3 solid;
}

.publish-bottom {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.publish-icon-title {
  padding-top: 5px;
  font-size: 13px;
  font-weight: bold;
}

.publish-icon {
  width: 30px;
  height: auto;
}

.self-title-content {
  padding: 10px;
  text-align: center;
}

.self-title-content-heading {
  font-size: 16px;
  /* color: #04a7f4; */
  color: var(--theme-color);
}

.self-title-content-desc {
  font-size: 12px;
  color: #808394;
  padding: 0px 20px;
}

.publish-button {
  font-size: 12px;
  height: 40px;
  width: 80%;
  font-weight: bold;
}

.publish-button-active {
  font-size: 12px;
  height: 40px;
  width: 80%;
  font-weight: bold;
  /* background: white;
  border: #4da1ff 1px solid;
  color: #4da1ff;
  border-color: #4da1ff !important; */
  background: var(--color-white);
  border: var(--bordercolor-theme);
  color: var(--theme-color);
  border-color: var(--theme-color);
  display: inline-block;
  padding: 10px 6px;
  border-radius: 5px;
}

.publish-button-active:hover {
  /*  background: white;
  border: #4da1ff 1px solid;
  color: #4da1ff;
  border-color: #4da1ff !important; */
  background: var(--color-white);
  border: var(--bordercolor-theme);
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.self-content div {
  text-align: left;
  padding-left: 20px;
  font-size: 12px;
  padding-bottom: 5px;
  /* line-height: 22px; */
}

.self-content div > img {
  vertical-align: middle;
}

.published-container {
  height: 400px;
  /* border: 1px #e2eaf2 solid; */
  border: var(--custom-border) !important;
  border-radius: 5px;
  /* background: white; */
  background: var(--color-white);
}

.published-contact-container {
  height: 80px;
  /* border: 1px #e2eaf2 solid; */
  border: var(--custom-border) !important;
  border-radius: 5px;
  /* background: white; */
  background: var(--color-white);
  margin-top: 20px;
  padding: 20px;
}

.published-header {
  height: 80px;
  border-bottom: 1px #e2eaf2 solid;
  padding: 20px;
}

.published-active {
  color: rgb(77, 203, 113);
  font-size: 10px;
  font-weight: bold;
}

.published-self-service {
  text-align: right;
  padding-right: 0px;
  width: 70px;
}

.published-active-title {
  font-weight: bold;
  font-size: 12px;
}

.published-contact-title {
  font-weight: bold;
  font-size: 13px;
}

.published-contact-desc {
  font-size: 11px;
  color: #808394;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.publish-popover-big-screen {
  left: 670px !important;
  z-index: 100;
}

.publish-popover-big-screen .arrow {
  left: 96.4219% !important;
}

.publish-popover-1024-screen {
  left: 12px !important;
  z-index: 100;
}

.publish-popover-1024-screen .arrow {
  left: 82.4219% !important;
}

.publish-popover-1280-screen {
  left: 130px !important;
  z-index: 100;
}

.publish-popover-1280-screen .arrow {
  left: 96.4219% !important;
}

.publish-popover-1366-screen {
  left: 215px !important;
  z-index: 100;
}

.publish-popover-1366-screen .arrow {
  left: 96.4219% !important;
}

.publish-popover-1440-screen {
  left: 187px !important;
  z-index: 100;
}

.publish-popover-1440-screen .arrow {
  left: 96.4219% !important;
}

.switch-container {
  position: relative;
  float: left;
}

.published-switch-title {
  position: absolute;
  margin-top: 8px;
  font-size: 13px;
  font-weight: bold;
}

.published-switch-button {
  position: absolute;
  margin-left: 80px;
}

.published-content-title {
  padding: 15px 45px;
  /* color:#4da1ff; */
  color: var(--theme-color);
  font-weight: bold;
  font-size: 13px;
}

.published-feature-content {
  padding-left: 0px;
}

.published-feature-description {
  font-size: 12px;
  color: #808394;
}

.published-feature-title {
  font-size: 13px;
  font-weight: bold;
}

.published-feature-icon {
  width: 18px;
  height: auto;
}

.publish-featureWap {
  /* margin-top: 5px;
    padding-right: 30px; */
}
.publish-featureWap ul {
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
.publish-featureWap ul li {
  list-style: none;
  float: left;
  width: 100%;
  height: 40px;
  /* background: white; */
  background: var(--color-white);
  /* padding: 20px; */
  margin-bottom: 9px;
}

/*Stripe elements*/

.Checkout {
  margin: 0 auto;
  max-width: 800px;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: left !important;
}

.stripelabel {
  color: #6b7c93;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.stripebutton {
  white-space: nowrap;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  /* background-color: #4da1ff; */
  background-color: var(--theme-color);
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  margin-top: 10px;
}

.stripeform {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #e6ebf1;
}

.stripebutton:hover {
  color: #fff;
  cursor: pointer;
  /* background-color: #7795f8;*/
  background-color: var(--theme-color);
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.stripeinput,
.StripeElement {
  display: block;
  /* margin: 0px 0 20px 0; */
  max-width: 100%;
  padding: 10px 14px;
  font-size: 1.1em;
  font-family: "Montserrat-Regular";
  box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px,
    rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  background: var(--color-white);
  visibility: visible;
  width: 100%;
}

.stripeinput::placeholder {
  color: #aab7c4;
}

.stripeinput:focus,
.StripeElement--focus {
  box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px,
    rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.StripeElement.IdealBankElement,
.StripeElement.PaymentRequestButton {
  padding: 0;
}

.InputElement {
  font-size: 1.1em;
}
