* {
	box-sizing: border-box;
}

.pricing {
	font-size: 24px;
  min-height: 40px;
  max-height: 40px;
}

.pricing > p {
  line-height:40px;
}

.pricing .price {
	font-size: 40px;

}

.Polaris-DescriptionList__Term {
	flex: 0 1 75% !important;
}

.Polaris-DescriptionList__Description {
	flex: 1 1 10% !important;
}

body.loading {
	position: relative;
	min-height: 100vh;
}

.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 5px solid grey;
	border-top-color: black;
	-webkit-animation: loading 2s linear infinite;
	animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.properties {
    display: flex;
    justify-content: space-between;
}

.price_container {
	margin-bottom:100px;
}

.top_banner {
	display: flex;
    justify-content: center;
}

.top_banner img {
	max-width: 40%;
}

.price_container .price-title {
	font-size: 24px;
    text-align: center;
    margin-bottom: 28px;
    margin-top: 18px;
}

.price_container 
.pricing {
	font-size:30px; 
	text-align: center;
}

.price_container 
.pricing
.price {
	color:#9474ff!important;
}

.price_container 
.description {
	width: 60%;
    padding-bottom: 20px;
    margin: 10px auto 20px;
    text-align: center;
}

.price_container 
.description
{
	position: relative;
}

.price_container 
.description::after { 
	content: '';
    width: 30%;
    position: absolute;
    border-bottom: solid 2px #ccc;
    transform: translate(50%);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.properties {
	margin-bottom:10px;
}

.action_button {
	margin-top:30px;
}

.action_button button{
	width:100%!important;
}

.pricing .sym {
	color: #9474ff;
    font-size: 18px;
    padding-right: 5px;
}

.check svg {
	fill:rgb(41,201,107)!important;
}

.cancel svg {
	fill:rgb(201,41,81)!important;
}

.price-box.feature .Polaris-Box {
	background: #f4f0ff!important;
}

.footer_banner {
	display: flex;
    justify-content: center;
	margin-top:50px;
}

.footer_banner img {
	margin:60px auto 0;
	max-width: 55%;
}

.top_banner .heading h1{
	margin-bottom: 50px;
}

.top_banner {
	display: flex;
	justify-content: end;
	padding-top: 100px;
}

.heading p {
	font-size: 24px;
    line-height: 34px;
    color: #818181;
}

.faqContent {
	margin-bottom: 50px;
}

.faqContent h5 {
	margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 3px #f5f5f5;
}

.faqContent .qas h6 {
	font-size: 18px;
	margin-bottom: 10px;
}
.faqContent .qas {
	/* margin-bottom: 20px; */
	padding-bottom: 20px;
}


.faqContent .qas:last-child {
	border: none!important;
	margin-bottom: 0!important;
}

.simple_banner {
	text-align: center;
	margin:50px 0;
}

.simple_banner .heading {
	width:70%;
	margin:0 auto;
}

.support-header,.pricing_header {
	text-align: center;
	display: flex;
	justify-content: center;
  align-items: center;

  flex-flow: row wrap;
}
.support-header > div,.pricing_header  > div{
  flex: 50%;
}
.support-header h2,.pricing_header h2 {
  font-size: 45px;
  margin-bottom: 40px;
  color: #9474ff;
}
.support-header div p,.pricing_header div p  {
  font-size: 20px;
  width: 80%;
  line-height: 30px;
  color: #818181;
}
.support-header 
.banner-text {
  text-align: left;
  padding: 20px;
}

.support-header div img,.pricing_header div img{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.support-header,.pricing_header {
  margin-bottom: 50px;
}

.simple_banner .heading h1{
	margin-bottom: 50px;
}

.dashboard_content {
	margin-bottom: 20px;
}

  .price-box.feature:after {
	  content: "featured";
    z-index: 1;
    overflow: hidden;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    width: 100%;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9474ff 0%, #673cf4 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 0px;
    right: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .price-box.feature {
	position: relative;
  }

  .support-grid .Polaris-CalloutCard__Image {
	min-height: 75px!important;
    max-height: 75px!important;
  }

  .project-title {
	font-size: 20px;
	margin-bottom: 10px;
  }

  span.current-plan-title {
	font-size:18px;
	margin-bottom: 10px;
  }

  .plan-details {
	text-align: center;
  }

  .plan-details 
  .price-title {
	font-size: 38px;
    margin-bottom: 30px;
    text-shadow: 1px 1px #000000;
    color: #9474ff;
  }

  .plan-details 
  .pricing {
	font-size: 18px;
	margin-bottom: 10px;
  }

  .plan-properties {
	margin-top:30px;
  }

  .ribbon {
	width: 150px;
   height: 150px;
   overflow: hidden;
   position: absolute;
	 top: -10px;
   right: -10px;
 
}
.ribbon__content {
	left: -11px;
    top: 42px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    width: 205px;
    padding: 10px 0;
    background-color: #9474ff;
    box-shadow: 0 0px 10px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    border: 2px dotted #fff;
    outline: 5px solid #c7b6ff;
 
}
.ribbon::before {
   top: 0;
   left: 0;
   border-top-color: transparent;
   border-right-color: transparent;
   position: absolute;
   z-index: -1;
   content: '';
   display: block;
   border: 5px solid #f19066;
   box-sizing: content-box;

}
.ribbon::after {
   bottom: 0;
   right: 0;
   border-top-color: transparent;
   border-right-color: transparent;
   position: absolute;
   z-index: -1;
   content: '';
   display: block;
   border: 5px solid #f19066;
   
}  

.plan-details 
.pricing .price {
	font-size: 25px;
}

.plan-details .pricing {
    font-size: 25px;
    margin-bottom: 10px;
}

.Polaris-FooterHelp__Text a.Polaris-Link {
  margin-left:5px;
}

.joint-inputs 
.Polaris-Connected {
  background: #e5e5e5;
    border-radius: 5px;
    padding-left: 5px;
}
.joint-inputs 
.Polaris-Connected 
.Polaris-Choice__Control {
  margin-right: 0;
}

.field-lines {
  margin-bottom: 10px;
}

.submitButton {
  display:flex;
  justify-content: flex-end;
  margin-top:10px;
}

.multiple-cols {
  display:flex;

}
.multiple-cols > div {
  flex-grow: 1;
  flex-basis: 0;
}


.color-holder button {
  width: 200px;
  background: none;
  position: relative;
  display: flex;
  padding-left: 35px;
  height: 30px;
  align-items: center;
  border: solid thin #8a8a8a;
  border-radius: 3px;
  cursor: pointer;
}

.color-holder button span.color-palate {
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:30px;
  border-right: solid thin black !important;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.color-holder button::after {
  content:'';
  background-color: attr(data-color);
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:30px;
  height: 30px;
}

.cpWrapper {
  position:relative;
}
.cpWrapper .Polaris-ColorPicker{
  margin-top:10px;
}

.block-changes {
  position:relative;
  padding:20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 5px;
  pointer-events: none!important;
}

.block-changes::after {
  content: 'Upgrade Plan to access';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgb(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}


#app .cb-mode__switcher .cb-theme-theme-img {
  margin-top:5px!important;
}

#app .cb-tooltip::before {
  border-width: 0.85em 0.5em 0 0.5em!important;
}

#app 
.cb-mode__switcher {
  right: 100px;
}

.color-container.hide {
  display: none;
}

.banner-text h1 {
  margin-bottom:15px;
}

.pricing_header 
.banner-text h1  {
  text-align: right;
  margin-bottom:15px;
}

.pricing_header 
.banner-text p {
  text-align: right;
  margin-left:auto;
}