div#mc_track_record {
	background-color: #fff;
    padding: 30px 0;
    border-top: 1px #e9e9e9 solid;
    border-bottom: 1px #e9e9e9 solid;
}

div#mc_track_record p {
	color: white;
    text-align: center;
}

div#mc_track_record p strong {
	color: black;
}

#referral_check_form,
#referral_subscription_form {
    max-width: 100%;
    margin: 20px auto 0;
    text-align: center;
}

#referral_check_form input,
#referral_subscription_form input{
	border-radius: 20px;
    padding: 11px 14px 8px;
    line-height: 14px;
    text-align: center;
    width: 350px;
    max-width: 90%;
    display: inline-block;
    font-weight: 500;
    border: none;
    margin-top: 10px;
    border: solid 1px rgba(39, 39, 39);
    height: 50px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
}

input.input-pill-entry {
    background-color: white !important;
    color: #4d4d4d !important;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

input.input-pill-entry:focus {
	box-shadow: 0px 0px 2px 1px #f7d40e;
}

input.input-pill-submit {
	background-color: #18181e !important;
    color: white !important;
    line-height: 18px !important;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

input.input-pill-submit:hover {
	-webkit-transform: translatey(-3px);
    transform: translatey(-3px);
    -webkit-box-shadow: 0 20px 30px rgba(0,0,0,0.2);
    box-shadow: 0 20px 30px rgba(0,0,0,0.2);
    background: #18181e;
}

#referral_check_status .mc-heading {
    display: none;
	width: 100%;
    text-align: center;
    border-bottom: 3px solid #0a0a0a;
    line-height: 0.3em !important;
    margin: 10px 0 30px;
    font-family: 'Lato', sans-serif;
}

#referral_check_status p{
	text-align: center;
	margin: 10px;
}

.mc-heading span {
	font-size: 28px;
    background: #fff;
    color: rgb(60, 60, 60);
    padding: 0 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.sub {
	font-size: 16px;
	color: grey;
}

.referral-tracker-meter .meter {
	width: 80%;
    height: 60px;
    background-image: url(../image/referral-meter-svg.svg);
    background-repeat: repeat-x;
    background-position-y: 50%;
    background-size: 1rem auto;
    margin: 0;
    display: inline-block;
    float: left;
    overflow: visible;
    position: relative;
}

.referral-tracker-meter .meter .fill {
	border: 3px solid #0a0a0a;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-top: 27px;
    margin-left: -3px;
    height: 6px;
    position: relative;
    overflow: visible;
}

.referral-tracker-meter .meter .fill .circle {
	position: absolute;
    right: calc(-20px + 5%);
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    color: #0a0a0a;
    background-color: white;
    border: 5px solid #0a0a0a;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    top: -30px;
    padding: 0px;
    margin-right: -25px;
}

#referral-tracker h4.number.count {
    line-height: 50px;
    font-weight: bold;
}

#referral-tracker h4.number {
    font-size: 24px;
    vertical-align: middle;
    margin: 0;
}

#referral-tracker .referral-tracker-meter .milestone {
    display: inline-block;
    float: left;
    height: 60px;
    width: 10%;
}

#referral-tracker .referral-tracker-meter .milestone>h4 {
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

#referral-tracker .referral-tracker-meter .milestone.last h4 {
    color: #0a0a0a;
}

.referral_message {
	color: black;
    font-size: 20px;
    line-height: 3;
    font-family: 'Montserrat', sans-serif;
}

.referral-form input#copy-invite-url {
	border-radius: 20px;
    padding: 11px 14px 8px;
    line-height: 14px;
    text-align: center;
    max-width: 100%;
    display: inline-block;
    font-weight: 500;
    border: none;
    margin-top: 10px;
    border: solid 1px rgba(39, 39, 39);
    height: 50px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    width: 85%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}

.referral-form input#copy-invite-url-btn {
	border-radius: 20px;
    padding: 11px 14px 8px;
    line-height: 14px;
    text-align: center;
    /* width: 350px; */
    /* max-width: 90%; */
    display: inline-block;
    font-weight: 500;
    border: none;
    margin-top: 10px;
    border: solid 1px rgba(39, 39, 39);
    height: 50px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
	width: 15%;
	clear: both;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#referral_subscription_form {
	margin-top: 0;
	width: initial;
}

div#mc_track_record #mc_trac_caption p {
	color: #000;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

div#mc_track_record #mc_trac_caption span {
	font-size: 16px;
    font-weight: 300;
    text-transform: initial;
    margin-bottom: 25px;
    display: block;
}

#referral_check_status {
	background-color: #fff;
    padding: 30px 0;
    border-top: 1px #e9e9e9 solid;
    border-bottom: 1px #e9e9e9 solid;
}

.invite-signup-div {
	margin-top: 30px;
	text-align: center;
}

.invite-signup-div .email {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.invite-signup-div .email img {
	width: 50px;
}

.invite-signup-div .email span {
	font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px;
}

.invite-signup-form input#invite-from-email,
.invite-signup-form input#invite-to-email {
	border-radius: 20px;
    padding: 11px 14px 8px;
    line-height: 14px;
    text-align: center;
    width: 350px;
    max-width: 90%;
    display: inline-block;
    font-weight: 500;
    border: none;
    margin-top: 10px;
    border: solid 1px rgba(39, 39, 39);
    height: 50px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
}

.invite-signup-form textarea#invite-message {
	border: solid 1px rgba(39, 39, 39);
    margin-top: 10px;
}

.invite-signup-form input#invite-send-message {
	border-radius: 20px;
    padding: 11px 14px 8px;
    line-height: 14px;
    text-align: center;
    width: 350px;
    max-width: 90%;
    display: inline-block;
    font-weight: 500;
    border: none;
    margin-top: 10px;
    border: solid 1px rgba(39, 39, 39);
    height: 50px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
}

body{
    /*margin 0;*/
    padding: 0;
    background: #111;
}
h1{
   /*text-align: center;*/
    color: aliceblue;
}
 
.progress-bar1 div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
 
.progress-bar1 div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 75px;
  height: 75px;
  width: 75px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
 
.progress-bar1 .background { background-color: #b3cef6; }
 
.progress-bar1 .rotate {
  clip: rect(0 50px 100px 0);
  background-color: pink;
}
 
.progress-bar1 .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: hotpink;
}
 
.progress-bar1 .right {
  clip: rect(0 50px 100px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 
@keyframes
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}  