/**
 * DropVendor CSS stylesheet
 */

:root {
  --green1: #15b67c;
  --red1: #f0614c;
  --red2: #e54c3c;
  --blue1: #a4dcea;
  --blue2: #81d1ed;
  --blue3: #00acff;
  --gray1: #e9ebed;
  --gray2: #ababab;
  --gray3: #666666;
  --gray4: #757a88;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #aab7c5;
}
:-moz-placeholder {
  color: #aab7c5;
  opacity: 1;
}
::-moz-placeholder {
  color: #aab7c5;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aab7c5;
}

/* General */

body {
    overflow-x: hidden!important;
    background: #FFF!important;
    -webkit-font-smoothing: subpixel-antialiased
}

body .body-content:not(.loaded) {
    opacity: 0
}

body .body-content.loaded {
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -webkit-animation-name: bodyloaded;
    animation-name: bodyloaded
}

body .body-content.loading {
    opacity: 0;
    height: 0;
    overflow: hidden
}

body .body-preloader {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

header,
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#top,
.annotation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 800px;
}

header {
  width: 100%;
  background: var(--green1);
  color: #fff;
}

h1 {
 /* font-size: 36px;
  font-weight: bold;*/
}

a {
 /* color: #fff;*/
  text-decoration: none;
  cursor: pointer!important;
}

a.signup {
  color: #fff;
  text-decoration: none;
  cursor: pointer!important;
  padding: 5px;
  border: 2px #fff solid;
  border-radius: 5px;
}

a:hover {
  /*text-decoration: underline;*/
}

a.arrow {
  padding-right: 20px;
  background-position: right center;
  background-repeat: no-repeat;
}

#content {
  max-width: 800px;
  width: 90%;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
  margin-bottom: 150px;
}

#content.dashboard {
  margin-bottom: 250px;
}

#content .login-frame {
  margin-top: 100px;
  text-align: center;
}

.login-frame img {
	width: 60px;
}

.login-frame .title {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
  font-weight: 300;
	margin-top: 25px;
	margin-bottom: 25px;
}

#content .contact-frame {
  margin-top: 100px;
  text-align: left;
}

.contact-frame .title {
  text-align: center;
  font-size: 28px;
  color: #000;
  margin-bottom: 50px;
}

.contact-frame > h2 {
  text-align: left;
  font-size: 20px;
  color: var(--gray4);
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-frame > p {
  color: var(--gray4);
  padding-bottom: 40px;
  margin-bottom: 1em;
}

.contact-frame a {
  color: var(--green1);
}

#top {
  height: 64px;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

#top .logo {
  flex: 1;
}
#top a.dropvendor-logo {
  display: inline-block;
  min-width: 150px;
  height: 30px;
  padding-left: 75px;
  background: url(/icons/logo/dropvendor-banner.svg) left center no-repeat;
}

#top .links a {
  margin-left: 20px;
  font-size: 16px;
}

header .button.primary {
  width: 280px;
}

h1.title {
  font-family: 'Montserrat', sans-serif;;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}

h1.title.short-form {
  margin-bottom: 60px;
}

.banner {
  background: #15b67c;
  color: white;
  width: 100%;
  min-height: 44px;
  line-height: 44px;
}
.message {
  max-width: 800px;
  margin: 0 auto;
}

footer {
    position: relative;
    /*background: var(--gray1);*/
    color: var(--gray4);
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 0px;
    /*min-height: 250px;*/
	width: 100%;
    box-sizing: border-box;
}

footer .container {
	box-sizing: border-box;
    max-width: 810px;
    padding: 0 5px;
    margin: 0 auto;
}

footer .columns {
	display: flex;
	flex-wrap: wrap;
}

footer .columns .about {
    flex: 1 0 100%;
    margin-top: 0;
}

footer .columns .about img {
    max-width: 100%;
    height: auto;
	border: 0;
	padding-bottom: 5px;
}

footer .columns .about .mbs {
    margin-bottom: 10px;
}

footer .columns > div {
    flex: 1 0 50%;
    margin-top: 40px;
}

footer .social {
    font-size: 18px;
}

footer ul li {
    margin-top: 10px;
	margin-bottom: 5px;
    line-height: 1.15;
	font-size: 12px;
}

footer ul li a {
	color: var(--gray4);
	font-family: 'Montserrat', sans-serif;
  font-weight: 300;

}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tos-block ul,
#privacy-block ul {
  list-style-type: circle;
  color: var(--gray4);
  margin-left: 20px;
}

#tos-block p,
#privacy-block p {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 0px;
  padding-top: 0px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

@media only screen and (min-width: 769px) {
	footer .columns {
		flex-wrap: nowrap;
	}
	
	footer .columns .about {
		flex: 1 1 220px;
		padding-right: 20px;
		padding-left: 0;
	}
	
	footer .columns > div {
		flex: 1 0 15%;
		margin-top: 0;
		padding-left: 15px;
	}

	footer .copyright {
		display: block;
		margin: 10px 0;
	}
}

.annotation {
  background: #fff;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  max-width: 800px;
  margin: 25px auto;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  z-index: 10;
}

  .annotation.landing.alert {
    border: 1px solid var(--red1);
  }

.annotation h4 {
  color: #525f7f;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 15px;
}

.annotation ol {
  font-weight: 400;
  font-size: 14px;
  color: #525f7f;
  margin-left: 16px;
}

.annotation p {
  font-size: 15px;
  font-weight: 400;
  color: #6a7c94;
}

.annotation.info strong {
  display: block;
}

.annotation a {
  font-weight: 400;
  color: #666ee8;
}

.annotation a.stripe {
  flex: 0 0 53px;
  margin-right: 10px;
  background: url(/images/stripe.svg) center center no-repeat;
  text-indent: -9999px;
}

.annotation.card {
  position: fixed;
  left: 25px;
  bottom: 25px;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  max-width: 500px;
  animation: slide-in-vertical 0.4s cubic-bezier(0.23, 1, 0.32, 1) both 0.2s;
}

.annotation.card h2 {
  color: var(--gray4);
  font-size: 18px;
  margin-bottom: 10px;
}

.annotation.card p {
  color: #51586d;
  font-size: 14px;
}

.annotation.card p + p {
  margin-top: 10px;
}

.annotation.card form {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.annotation.card form.right {
  text-align: right;
}

.annotation.card input[type='submit'],
.annotation.card button {
  margin: 0;
  display: inline-block;
  margin-right: 10px;
}
.annotation.card input[type='submit'].primary-action,
.annotation.card button.primary-action {
  background: #556cd6;
  color: #fff;
}

.annotation.card.hidden {
  display: none;
}

.annotation a.show-more {
  display: none;
  text-decoration: none;
}

.annotation a.show-more.expanded {
  display: none;
}

.button.primary.red1 
{
	background: #f0614c;
	width: 40%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.button.primary.white1 
{
	background: #fff;
	width: 40%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
}

.form {
  width: 540px;
  margin: 15px auto;
}

.form.login, .form.signup {
  margin: 0 auto;
  min-height: 225px;
}

.signup-form section {
  padding: 30px 10px;
}

.form h2 {
  margin: 30px 0 15px;
  font-size: 19px;
  font-weight: 500;
  color: #32315e;
  text-align: center;
}

.form p {
  margin: 0 0 30px;
  font-size: 17px;
  color: #525f7f;
  line-height: 1.5;
  text-align: center;
}

.form p.error {
  color: #fc7455;
}

.form h4 {
  margin: 15px 0;
  color: #8798ab;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}


.form input[type='submit'],
.form button,
.form a.button {
  text-align: center;
}

.form label {
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  font-size: 13px;
  color: #8798ab;
  padding: 0 30px;
}

.options label {
  padding: 0 40px;
}

.options strong {
  display: inline-block;
  margin-left: 5px;
}

.options span {
  display: block;
  margin-left: 20px;
}

form {
  position: relative;
  width: 100%;
  font-size: 15px;
}

form aside {
  margin: -30px auto 0;
  line-height: 1.3em;
  font-size: 13px;
  text-align: right;
  color: #8798ab;
}

fieldset {
  position: relative;
  min-width: 0;
  margin-bottom: 10px;
  border-style: none;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

fieldset .row {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  padding: 12px 20px 13px;
}

fieldset .row:not(.hidden) ~ .row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

fieldset .row::before {
  content: attr(label);
  width: 130px;
  padding-right: 20px;
  color: #8798ab;
  font-weight: 500;
  text-align: right;
}

fieldset .row.error::before {
  color: var(--red1);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

fieldset .row.select::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  background-image: url(/images/dropdown.svg);
  pointer-events: none;
}

fieldset .row input {
  flex: 1;
  border-style: none;
  font-size: 15px;
  outline: none;
  color: #313b3f;
}

fieldset .row input.error::placeholder {
  color: var(--red1);
}


fieldset .row select {
  flex: 1;
  padding-right: 25px;
  border-style: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 15px;
  outline: none;
  color: #313b3f;
  cursor: pointer;
  background: transparent;
}

fieldset .row select:focus {
  color: #00b67c;
}

fieldset .row.date span {
  padding-right: 10px;
  color: #aab7c5;
  font-weight: 500;
}

fieldset .row.date input {
  flex: 0;
  min-width: 35px;
}

fieldset .row.date input:last-child {
  flex: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-delete-file-dropvendor,
#deleteDropVendorFileBtn {
  color: var(--red1)!important;
}

.seller-take-amount-text {
  color: #15b67c;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  height: 30px;
  margin-bottom: 5px;
}

#dvkiosk-purchase-note-text,
#dvkiosk-download-note-text {
  color: var(--gray3);
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-align: center;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#dvkiosk-tos-container {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#card-errors,
#dvkiosk-tos-error {
  color: var(--red1);
}

#submitFilesError,
#placeOrderError,
#placeError-lookup-fbuserdata,
#placeError-submit-fbuserdata {
  margin: 0 auto;
  text-align: center;
  color: var(--red1);
  font-weight: 500;
}

.simple-link-underline:hover {
  text-decoration: underline;
}

#dvkiosk-link-to-copy {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #777777;
  border: 0px none;
  height: 90%;
  width:  100%;
  resize: none;
}

.annotation-card-close {
  color: var(--red1);
  text-align: right;
  font-size: 18px;
}

#dvkiosk-payment-wait-bg {
    width: 100vw;
    height: 100vh;
    background-color: black;
    background-color: rgba(1, 1, 1, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
}

#dvkiosk-payment-wait * {
    vertical-align: middle;
}

#dvkiosk-payment-wait-box {
    display: inline-block;
    height: 100%;
}

a.green-link {
  color: var(--green1);
}

a.green-link.centered {
  display: block;
  text-align: center;
}

#login-page-icon {
	cursor: pointer;
}

input[type='submit'],
button,
a.button {
  display: block;
  /*width: 100%;*/
  padding-bottom: 5px;
  /*border-style: none;*/
  /*border-radius: 4px;*/
  background: none;
  font-size: 14px;
  font-weight: 500;
  color: #51586d;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

/*input[type='submit']:hover,
button:hover,
a.button:hover {
  color: #2a2f45;
  text-decoration: none;
  outline: 0;
}*/

input[type='submit']:active,
button:active,
a.button:active {
  /*outline: 0;*/
}

.button.primary,
button.primary,
input[type='submit'].primary {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #15b67c;
  color: white;
  height: 44px;
  /*margin: 30px 0 0 0;*/
  padding: 0 22px;
  line-height: 44px;
}

input[type='submit'].primary.short-margin {
  margin-top: 5px;
}


.button.primary:hover,
button.primary:hover,
input[type='submit'].primary:hover {
  color: white;
}

button.primary:disabled,
.button.primary:disabled,
input[type='submit'].primary:disabled {
  background: #e6ebf1;
  color: #aab7c4;
  cursor: default;
}

input[type='submit'].secondary {
  color: #313b3f;
  background: #fff;
}

input[type='submit'].secondary:active {
  background: #f5f6f7;
}

button:hover,
a.button:hover {
  text-decoration: none;
}

header button,
header a.button,
header input[type='submit'] {
  margin: 15px 0 0;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

form a.button {
  text-align: center;
}

.stripe-information {
  margin-bottom: 35px;
  border: 2px solid #e6ebf1;
  border-radius: 5px;
  padding: 20px 135px 20px 25px;
  background: url(/images/stripe-grey.svg) right 25px center no-repeat;
  background-size: 80px auto;
}

.stripe-information p {
  color: #525f7f;
  font-size: 14px;
  text-align: left;
  margin: 0;
}

.illustration,
.illustration .rocket {
  width: 170px;
  height: 170px;
}

.illustration {
  background: #fff;
  border-radius: 85px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.illustration .rocket {
  background: url(/images/rocketrides-illustration.svg) center center no-repeat;
  background-size: 120px 120px;
  transform: rotate(5deg);
}

.illustration.not-found {
  margin: 50px auto;
}

.illustration.not-found .rocket {
  transform: rotate(120deg);
}

.intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 60px 0 80px;
}

.intro .pilots {
  flex-direction: column;
}

.intro h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 0.01em;
}

.intro h2 {
  color: #cfd7df;
  margin: 15px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.features {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.features section {
  flex: 1;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 90px 0 0;
  margin: 25px 40px 0 0;
  background-position: 0 20px;
  background-repeat: no-repeat;
}

.features section.home-desc1 {
  background-image: url(/icons/homepage_folder_price.svg);
}

.features section.home-desc2 {
  background-image: url(/icons/homepage_pay_download.svg);
}

.features section.home-desc3 {
 background-image: url(/icons/homepage_content.svg);
}

.features section.monetize-desc1 {
  background-image: url(/icons/homepage_folder_price.svg);
}

.features section.monetize-desc2 {
  background-image: url(/icons/monetize_share_link_alt.svg);
}

.features section.monetize-desc3 {
 background-image: url(/icons/monetize_relax.svg);
}

.features section:last-child {
  margin-right: 0;
}

.features h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 20px;
  color: #32315e;
  letter-spacing: 0.01em;
}

.features p {
  font-size: 16px;
  line-height: 24px;
  color: #525f7f;
}

.dv-user .block {
  position: relative;
  /*color: #292f45;*/
}

.dv-user .block + .block {
  /*margin-left: 40px;*/
}

.dv-user .block h1 {
  font-size: 24px;
  font-weight: 400;
}

.dv-user .block h2 {
  color: #8898aa;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}

.dv-user .block a {
  color: #219f72;
}

.dv-user .block .hdiv {
  height: 2px;
  width: 100%;
  background: var(--gray1);
  margin-top: 10px;
  margin-bottom: 10px;
}

.dv-user .block a.alert{
  color: var(--red1);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.dv-user .block.profile {
  flex: 1;
  /*padding-left: 65px;*/
}

.dv-user .block.profile.no-photo {
  padding-left: 10px;
}

.dv-user .block.profile .photo {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 36%;
  left: 0;
  margin-top: -25px;
  border-radius: 50%;
  cursor: pointer;
}

.dv-user .block.profile .photo > img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  margin-top: -25px;
  border-radius: 50%;
  cursor: pointer;
}

.dv-user .block.profile .photo input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

.dv-user .block.profile .photo .avatar-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background: var(--green1);
	border-radius: 50%;
}

.dv-user .block.profile .photo:hover .avatar-overlay {
	opacity: 0.5;
}

.dv-user .block.stripe input[type='submit'] {
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: 0;
  height: 43px;
  margin: 30px 0 0 0;
  margin: 2px 0 14px;
  min-width: 150px;
  text-align: center;
}

.dv-user .block.stripe p {
  text-align: center;
}

.filestore-file {
  display: flex;
  width: 100%;
  /*max-width: 800px;*/
  padding: 40px 5px 40px 0px;
  /*border-left: 4px var(--blue2) solid;
  border-bottom: 4px var(--blue2) solid;*/
}

.row.dashboard-payments-list-row:nth-child(odd) {background: var(--gray1)}
.row.dashboard-payments-list-row:nth-child(even) {background: #FFF}

/*.row.filestore-file-row:nth-child(odd) {background: var(--gray1)}
.row.filestore-file-row:nth-child(even) {background: #FFF}*/

.row.filestore-staging-row:nth-child(odd) {background: #FFF}
.row.filestore-staging-row:nth-child(even) {background: #FFF}

.filestore-file.staged {
  display: flex;
  width: 100%;
  max-width: 800px;
  padding: 5px 0;
}

.filestore-file .block {
  position: relative;
  color: #292f45;
}

.filestore-file .block + .block {
  /*margin-left: 40px;*/
}

.filestore-file .block h1 {
  font-size: 16px;
  font-weight: 400;
}

.filestore-file .block h2 {
  color: #8898aa;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}

.filestore-file .block p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 7px;
}

.filestore-file.staged .block p {
  text-align: right;
}

.filestore-file .block a {
  color: #219f72;
}

.filestore-file .block.profile {
  flex: 1;
  padding-left: 20px;
}

  .filestore-file .block.profile .photo {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 36%;
    left: 0;
    margin-top: -25px;
    border-radius: 50%;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
      0 1px 3px -1px rgba(0, 0, 0, 0.3);
  }

  .filestore-file .block.profile .photo > img {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
    margin-top: -25px;
    border-radius: 50%;
    cursor: pointer;
  }

.filestore-file .block.profile .photo input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

.filestore-file .block.stripe input[type='submit'] {
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: 0;
  height: 43px;
  margin: 30px 0 0 0;
  margin: 2px 0 14px;
  min-width: 150px;
  text-align: center;
}

.filestore-file .block.stripe p {
  text-align: center;
  padding-right: 20px;
}
  
.filestore-file.staged {
  border: 1px #777 solid!important;
}

.filestore-file.staged .block.profile {
  flex: 1;
  padding: 20px;
}

.pilot-options {
  margin: 0 0 35px;
}

.form label.pilot-option {
  width: auto;
  padding: 0;
  cursor: pointer;
  text-align: left;
  margin: 17px 0;
}

.pilot-option input {
  display: none;
  height: 0;
  width: 0;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

.pilot-option input + span {
  display: flex;
  position: relative;
  align-items: center;
  color: #525f7f;
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
}

.pilot-option input + span:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  left: -10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.pilot-option input:checked + span:after {
  content: '';
  display: flex;
  position: absolute;
  top: 5px;
  right: calc(100% - 15px);
  width: 10px;
  height: 10px;
  background: #15b67c;
  border-radius: 10px;
}

.row.pilot-info.hidden {
  display: none;
}

.rides {
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  margin-bottom: 30px;
}

.rides h3 {
  margin-bottom: 14px;
  color: #292f45;
}

.rides h4 {
  margin-bottom: 14px;
  color: #292f45;
  font-weight: 500;
}

.rides .no-rides {
  width: 100%;
  min-height: 250px;
  background: #edf3f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rides .no-rides .rocket {
  width: 52px;
  height: 52px;
  background-image: url(/images/rocket.svg);
}
.rides .no-rides h1 {
  color: #525f7f;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rides .no-rides h2 {
  color: #8898aa;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.rides .list {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.rides .list .row {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.rides .list .row + .row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.rides .list .cell {
  flex: 1;
  position: relative;
  padding: 15px 20px;
  color: #82909b;
  font-size: 15px;
}

.rides .list .cell.name {
  flex: 2;
  padding-left: 60px;
  color: #313b3f;
  font-weight: 500;
}

.rides .list .cell.date {
  flex: 1.5;
}

.rides .list .cell.filename {
  flex: 1;
  font-weight: 500;
  text-align: right;
}

.rides .list .cell.price {
  flex: 1;
  font-weight: 500;
  text-align: right;
}

.files {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  align-items: flex-start;
}

.files h3 {
  margin-bottom: 14px;
  color: #292f45;
}

.files h4 {
  margin-bottom: 14px;
  color: #292f45;
  font-weight: 500;
}

.files .no-files {
  width: 100%;
  min-height: 250px;
  background: #edf3f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.files .no-files .rocket {
  width: 52px;
  height: 52px;
  background-image: url(/images/rocket.svg);
}
.files .no-files h1 {
  color: #525f7f;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.files .no-files h2 {
  color: #8898aa;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.files .list {
  width: 100%;
  background-color: #fff;
}

.files .list.dvkiosk {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: 2px var(--green1) dashed;
  /*margin-top: 20px;*/
  margin-bottom: 20px;
}

.files .list .row {
  align-items: center;
  position: relative;
  width: 100%;
}

.files .list .row + .row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.files .list .cell {
  flex: 1;
  position: relative;
  padding: 15px 20px;
  color: #82909b;
  font-size: 15px;
}

.files .list .cell.name {
  flex: 2;
  padding-left: 60px;
  color: #313b3f;
  font-weight: 500;
}

.files .list .cell.date {
  flex: 1.5;
}

.files .list .cell.filename {
  flex: 1;
  font-weight: 500;
  text-align: right;
}

.files .list .cell.price {
  flex: 1;
  font-weight: 500;
  text-align: right;
}

#content .filestore {
  margin-bottom: 50px;
}

.filestore .alert {
	border: 1px solid #f0614c;
	padding: 20px;
}
.filestore .filestore-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px #15b67c dashed;
  width: 100%;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.filestore .filestore-dropzone > h3 {
  color: #525f7f;
  font-size: 16px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.db-global-topContent {
  height: 30px;
  width: 100%;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 11;
}

.db-global-topContent .db-guidance-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.db-guidance-flex-box .icon-box {
  height: 20px;
  width: 20px;
  margin: 5px;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  #top {
    font-size: 15px;
    padding: 5px;
    height: auto;
    flex-flow: row wrap;
    line-height: inherit;
	width: 95%;
  }

  #top .logo {
    margin: 0;
    max-width: 40px;
    padding-top: 5px;
    height: auto;
  }

  #top a.dropvendor-logo {
    padding-left: 0px;
    background: url(/icons/logo/dropvendor-banner.svg) left center no-repeat;
  }

  #top .logo a.mark {
    min-width: 120px;
    height: 40px;
    background: url(/icons/logo/dropvendor-banner-mobile.svg) left center no-repeat;
  }

  #top .links a {
    margin-left: 10px;
    font-size: 12px;
  }

  #top .links {
    margin: 0;
  }

  #top .links a:first-child {
    margin-left: 0;
  }

  h1 {
    /*font-size: 28px;*/
  }

  h1.title {
    margin-top: 0;
  }
  
  h1.title.short-form {
	  font-size: 24px; 
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .intro {
    padding: 10px 20px 35px 20px;
    background: none;
  }

  .intro .illustration {
    display: none;
  }

  .intro h1 {
    font-size: 34px;
  }

  .intro h2 {
    font-size: 20px;
  }

  .title {
    margin: 25px 15px;
  }

  footer {
    padding: 10px;
  }

  #content {
    width: 100%;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .features {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .features h3 {
    font-size: 17px;
  }

  .features section {
    margin: 0 0 30px;
    background-position: 0 top;
    padding: 0 0 0 60px;
    background-size: 40px auto;
  }

  form {
    margin-top: 0;
    font-size: 12px;
  }

  form.payout {
    margin-top: 35px;
  }

  fieldset .row {
    padding: 8px 5px 8px;
  }

  fieldset .row::before {
    width: 110px;
  }

  .form.login, fieldset .row::before,
  .form.account fieldset .row::before {
	text-align: left;
	font-size: 12px;
	width: auto!important;
	color: #000;
  }
  
  fieldset .row input {
	font-size: 12px;
  }

  .form.profile fieldset .row::before {
    width: 100px;
  }

  .form {
    width: 100%;
    margin: 15px 0;
  }

  .form label {
    padding: 0;
  }

  .form .checkmark {
    width: 66px;
    height: 66px;
    background-size: 44px 30px;
  }

  .options span {
    display: none;
  }

  .form.login, .form.account {
    min-height: 210px;
  }

  .stripe-information {
    background: none;
    padding: 20px;
  }
  
  .annotation, .annotation.card {
    position: fixed;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 17px 15px;
    border-radius: 0;
    box-shadow: 0 13px 27px 2px rgba(50, 50, 93, 0.2), 0 8px 16px 7px rgba(0, 0, 0, 0.15);
  }

  .annotation.intro {
    margin: 10px auto;
  }

  .annotation.landing {
    flex-flow: row wrap;
  }

  .annotation.landing p {
    order: 1;
    margin-top: 10px;
  }

  .annotation.info {
    display: none;
  }

  .annotation a.show-more {
    display:inline;
  }

  .annotation.card h4 {
    margin-bottom: 0;
  }

  .annotation.card .description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }

  .annotation.card .description.expanded {
    max-height: 500px;
    margin-top: 10px;
  }

  .annotation.card ol {
    margin-left: 0;
    padding-left: 20px;
  }

  .annotation.card input[type='submit']:first-child {
    margin-bottom: 5px;
  }

  .banner {
    line-height: 24px;
    padding: 11px 20px;
  }

  .banner .secondary-text {
    display: none;
  }

  #content .dashboard {
    padding-bottom: 120px;
  }
  
  #content .login-frame {
	  margin-top: 50px;
  }

  #content .contact-frame {
    margin-top: 50px;
  }

  .rides {
    margin: 0 0 15px;
  }

  .dv-user {
    flex-flow: row wrap;
    padding-top: 20;
    padding-bottom: 20px;
  }

  .dv-user .block.profile {
    padding: 0;
    flex-basis: 100%;
    margin-bottom: 25px;
  }

  .dv-user .block {
    flex: 1;
    min-width: 50px;
    /*margin: 0 0 20px;*/
  }

  .dv-user .block h1 {
    font-size: 26px;
  }

  .dv-user .block.stripe {
    flex-basis: 100%;
    margin-top: 20px;
  }

  .dv-user .block.stripe input[type='submit'] {
    margin: 10px 0;
  }

  .dv-user .block + .block {
    margin: 0;
  }

  .filestore-file {
    flex-flow: row wrap;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .filestore-file .block.profile {
    padding: 5px!important;
    flex-basis: 100%;
    margin-bottom: 0!important;
  }

  .filestore-file .block .photo {
    display: none;
  }

  .filestore-file .block {
    flex: 1;
    min-width: 50px;
    margin: 0 0 20px;
  }

  .filestore-file .block h1 {
    font-size: 14px;
  }

  .filestore-file .block h2 {
    font-size: 12px;
  }

  .filestore-file .block p {
    font-size: 12px;
  }

  .filestore-file .block.stripe {
    flex-basis: 100%;
    margin-top: 20px;
  }

  .filestore-file.staged .block.stripe input[type='submit'] {
    margin: 10px 0;
  }

  .filestore-file.staged .block.stripe {
    flex-basis: 100%;
    margin-top: 20px;
    text-align: right;
  }

  .filestore-file .block.stripe input[type='submit'] {
    margin: 10px 0;
  }

  .filestore-file .block + .block {
    margin: 5px!important;
  }
  
  .rides .list .cell {
    font-size: 12px;
  }

  .rides .list .cell.name {
    flex: 1;
    padding-right: 5px;
    padding-left: 15px;
  }

  .rides .list .cell.name::before {
    display: none;
  }

  .rides .list .cell.date {
    padding: 10px 5px;
  }

  .rides .list .cell.price {
    flex: 0.6;
    padding-left: 5px;
  }

	.seller-take-amount-text {
	  color: #15b67c;
	  font-size: 12px;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 500;
	  text-align: center;
	  height: auto;
	  margin-top: 5px;
	}
	
	.filestore-h1-filename {
	  font-size: 12px!important;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 400!important;
	  padding-left: 5px;
	}

  .button.primary.red1, 
  .button.primary.white1 {
    width: 90%;
    font-size: 14px;
  }

  .button[type='filestore-share-link'].primary.green1 {
    background: var(--green1);
    width: 100%!important;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@keyframes slide-in-horizontal {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: none;
  }
}

@keyframes slide-in-vertical {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}


.curved-line {
    width: 60%;
    height: 60%;
    top: -3px;
    right: -5px;
    border-right: 4px solid #15b67c;
    border-top: 4px solid #15b67c;
    border-radius: 0 100% 0 0;
}

.curved-line::before {
  content: '';
  width: 40px;
  height: 4px;
  background: #15b67c;
  position: absolute;
  left: 100%;
  bottom: -10%;
}

.curved-line::after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #15b67c;
  position: absolute;
  left: 200%;
  bottom: -25%;
}

.timeline::before {
  content: '';
  display: block;
  position: absolute;
  left: 51%;
  width: 4px;
  background: #15b67c;
  height: 100%;
  transform: translateX(-50%);
}

.rotate {
    animation: rotate infinite linear 3s;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(72deg);
    }
    40% {
        transform: rotate(144deg);
    }
    60% {
        transform: rotate(216deg);
    }
    80% {
        transform: rotate(288deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
