/**
 * IS CSS stylesheet
 */

* {
  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: #bbbbbb!important;
}
:-moz-placeholder {
  color: #bbbbbb!important;
  opacity: 1;
}
::-moz-placeholder {
  color: #bbbbbb!important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #bbbbbb!important;
}

input:focus::placeholder{color:transparent!important;}
input:focus::-webkit-input-placeholder { color:transparent!important; }
input:focus:-moz-placeholder { color:transparent!important; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent!important; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent!important; } /* IE 10+ */

/* General */
body {
  color: #292f45;
  background-color: #F9F9F9!important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
#content {
  min-height: 70vh;
}
#footer {
  margin-bottom: 100px;
}
#footer a {
  color: #FF5722;
}
.container.account {
  max-width: 560px;
  min-height: 225px;
}
.trinav, .payments-head {
  max-width: 770px;
  overflow-x: hidden;
}

.disable-disadvantages .row * {
  padding: 3px!important;
  color: #BFBFBF;
}

.enable-advantages {
  margin: 0px 15px;
}
.enable-advantages .row * {
  padding: 4px;
  font-size: 0.8rem;
}
.enable-advantages .row .col-10 {
  border-top: 1px solid #057BFF54;
}

#disable-payments.modal-backdrop.show {
  background-color: #000000;
  opacity: 0.9!important;
  z-index: 9999999999;
}

.navbar-brand {
  font-size: 1rem!important;
}

.navbar-nav li a {
  padding: 5px!important;
}
.navbar-nav li a:hover {
  background: #ffffff22;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
/* does not work with overflow-x: hidden
.payments-head::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.20) 0%,rgba(0,0,0,0) 100%);
}
*/
#side-box .alert{
  padding: 10px 0px;
}
.hide-mobile {
  display: none;
}
.onboarding-submit {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.onboarding-submit.payments {
  position: static;
  border: none !important;
}
.main-wrapper {
  max-width: 770px;
  margin: 0 auto;
  font-size: 0.8rem;
}
.payments-body {
  border: 1px solid #DDDDDD;
  margin-bottom: 50px;
  background-color: #FFFFFF;
}
.payments-body > * > form {
  font-size: 0.8rem;
}
.payments-head {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 8px 2px #00000055;
  -webkit-box-shadow: 0px 0px 8px 2px #00000055;
  -moz-box-shadow: 0px 0px 8px 2px #00000055;
  -ms-box-shadow: 0px 0px 8px 2px #00000055;
  clip-path: polygon(0 0, 100% 0, 100% 200%, 0 200%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 200%, 0 200%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 200%, 0 200%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 200%, 0 200%);
  z-index: 200;
  opacity: 1;
  padding: 5px;
}
.payments-head > .row > div {
  margin: auto;
}

.address-table > .row > div {
  padding: 0 5px;
  color: #52606B;
}

.or-separator .col-5 {
  height: 12px;
  border-bottom: 1px solid #FFFFFF33;
}
.or-separator {
  color: #FFFFFF33;
}
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: 100%;
  max-width: 800px;
}

header {
  width: 100%;
  background-size: cover;
  background-color: black;
  color: #fff;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.arrow {
  padding-right: 20px;
  background-image: url(/images/arrow-white.svg);
  background-position: right center;
  background-repeat: no-repeat;
}


#top {
  height: 64px;
  line-height: 64px;
  font-size: 17px;
  font-family: 'Barlow';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#top .logo {
  flex: 1;
}
#top a.invoicesimple {
  display: inline-block;
  min-width: 215px;
  height: 20px;
  padding-left: 75px;
  /* background: url(/images/logo2x.png) left center no-repeat; */
}

#top .links a {
  margin-left: 30px;
  font-size: 18px;
}

header .button.primary {
  width: 200px;
}

h1.title {
  font-family: 'Barlow';
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}

h1.title.short-form {
  margin-bottom: 0;
}

/* Banners */
.banner {
  background: #F4521E;
  color: white;
  width: 100%;
  min-height: 44px;
  line-height: 44px;
}
.message {
  max-width: 800px;
  margin: 0 auto;
}

/* Footer */
footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 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;
}

.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.github {
  background-image: url(/images/arrow-purple.svg);
}

.annotation a.invoicesimple {
  flex: 0 0 53px;
  margin-right: 10px;
}

.annotation.card {
  position: absolute;
  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 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 input[type='submit'],
.annotation.card button {
  margin: 0;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}

.annotation.card.hidden {
  display: none;
}

/* Forms */
.form {
  width: 740px;
  margin: 15px auto;
}

.signup-form section {
  padding: 30px 10px;
}

.form h2 {
  margin: 30px 0 15px;
  font-size: 19px;
  font-weight: 500;
  color: #32315e;
  text-align: center;
  animation: slide-in-vertical 0.5s cubic-bezier(0.23, 1, 0.32, 1) both 0.55s;
}

.form p {
  margin: 0 0 30px;
  font-size: 17px;
  color: #525f7f;
  line-height: 1.5;
  text-align: center;
  animation: slide-in-vertical 0.5s cubic-bezier(0.23, 1, 0.32, 1) both 0.6s;
}

.error {
  color: #fc7455;
}

.form li.error {
  color: #fc7455;
  text-transform: capitalize;
}

.form h4 {
  margin: 15px 0;
  color: #8798ab;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  animation: slide-in-vertical 0.5s cubic-bezier(0.23, 1, 0.32, 1) both 0.5s;
}

fieldset, .form ul {
  animation: slide-in-vertical 0.5s cubic-bezier(0.23, 1, 0.32, 1) both 0.55s;
}

.form input[type='submit'],
.form button,
.form a.button {
  text-align: center;
  animation: slide-in-vertical 0.5s cubic-bezier(0.23, 1, 0.32, 1) both 0.6s;
}

.form-control {
  color: #000000;
  font-size: 0.8rem!important;
}

.form-control:focus {
  border-color: rgb(255, 176, 149);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 123, 0, 0.6);
  outline: 0 none;
}

.form label {
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  font-size: 13px;
  color: #8798ab;
  padding: 0 30px;
  animation: slide-in-vertical 0.5s cubic-bezier(0.23, 1, 0.32, 1) both 0.65s;
}

.options label {
  padding: 0 40px;
}

.form-check-label.normal {
  font-weight: normal!important;
}

.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;
  animation: slide-in-vertical 0.5s cubic-bezier(0.23, 1, 0.32, 1) both 0.65s;
}


.cell.date {
  white-space: nowrap;
}

a.button {
  display: block;
  margin: 20px 0;
  padding: 8px 20px;
  border-style: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 500;
  color: #51586d;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

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: 'Barlow';
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #007bff;
  border-radius: 5px;
  color: white;
  height: 44px;
  margin: 30px 0 0 0;
  padding: 0 10px;
  line-height: 44px;
  margin: 0 auto;
}

/* form cards */
h5.card-header {
  font-size: 1.1rem;
}

.card-input-element+.card:hover {
  cursor: pointer;
}

.card-input-element+.card {
  border: 2px solid #dddddd;
}

.card-input-element:checked+.card {
  border: 2px solid var(--primary);
}

.card-input-element.is-invalid+.card {
  border: 1px solid red;
}

.check-mark {
  background: url(/images/check.svg) center center no-repeat;
  min-height: 20px;
  min-width: 20px;
}
.x-mark {
  background: url(/images/x.svg) center center no-repeat;
  min-height: 20px;
  min-width: 20px;
  margin-top: 3px;
  opacity: 0.6!important;
}

.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 */
.invoicesimple-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;
}

.invoicesimple-information p {
  color: #525f7f;
  font-size: 14px;
  text-align: left;
  margin: 0;
}

/* Illustration */
.illustration,
.illustration .logo {
  width: 170px;
  height: 170px;
}

.illustration {
  background: #fff;
  border-radius: 85px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.illustration .logo {
  background: url(/images/icon-big.png) center center no-repeat;
  background-size: 120px 120px;
  /* transform: rotate(5deg); */
}

.illustration.not-found {
  margin: 50px auto;
}

.illustration.not-found .logo {
  transform: rotate(180deg);
}

/* Home */
.intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 60px 0 80px;
}

.intro .users {
  flex-direction: column;
}

.intro h1 {
  font-family: 'Barlow';
  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;
}


.user .block {
  position: relative;
  color: #292f45;
  padding: 10px 5px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px #dddddd solid;
  margin: 2px;
}

.user .block h1 {
  font-size: 13px;
  font-weight: bold;
}

.user .block h2 {
  color: #8898aa;
  font-size: 11px;
  font-weight: 500;
  margin-top: 8px;
}

.user .block p {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #292f45;
}

.user .block a {
  color: #219f72;
}

.user .block {
  text-align: center;
  min-height: 95px;
}

.user .block.profile {
  text-align: left;
}

.user .block.profile .photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(/images/avatar-large.svg);
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
}

.user .block.invoicesimple input[type='submit'] {
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: 0;
  height: 33px;
  line-height: 33px;
  margin: 2px 0 14px;
  min-width: 140px;
  text-align: center;
}

.user .block.invoicesimple p {
  text-align: center;
}

/* user onboarding options */
.user-options {
  margin: 0 0 35px;
}

.form-section {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin: 1rem 0;
  padding: 0.5rem 0;
}

.form-group label {
  font-weight: 600;
}

.form label.user-option {
  width: auto;
  padding: 0;
  cursor: pointer;
  text-align: left;
  margin: 17px 0;
}

.user-option input {
  display: none;
  height: 0;
  width: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.user-option input + span {
  display: flex;
  position: relative;
  align-items: center;
  color: #525f7f;
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
  margin: 0 10px;
}

.user-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);
}

.user-option input:checked + span::after {
  content: '';
  display: flex;
  position: absolute;
  top: 5px;
  right: calc(100% - 15px);
  width: 10px;
  height: 10px;
  background: #F4521E;
  border-radius: 10px;
}

.row.user-info.hidden {
  display: none;
}

/* Payments history */
.payments {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  padding: 0;
}

.payments h4 {
  margin-bottom: 14px;
  color: #292f45;
  font-weight: 500;
}

.payments .list {
  width: 100%;
  background-color: #fff;
}

.payments .list .row {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
}

.payments .list .row + .row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.payments .list .cell {
  flex: 1;
  position: relative;
  padding: 0.3rem 0.3rem;
  color: #52606b;
  font-size: 0.8rem;
}

.payments .list .cell.name {
  flex: 2;
  padding-left: 60px;
  color: #313b3f;
  font-weight: 500;
}

.payments .list .cell.name::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 50%;
  margin-top: -12px;
  border-radius: 50%;
  background-image: url(/images/avatar-small.svg);
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
              0 1px 3px -1px rgba(0, 0, 0, 0.3);
}

.payments .list .header .cell{
  color: #BBBBBB!important;
}

.small-subheading {
  color: #555 !important;
  font-size: 12px;
}

.payments .list .header .cell.name::before{
  background-image: none;
  box-shadow: none;
}

.payments .list .cell.date {
  flex: 1.5;
}

.payments .list .cell.price {
  flex: 1;
  font-weight: 500;
  text-align: right;
}


@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;
  }
}


/* triangle nav */
.cd-breadcrumb{
  background-color:#edeff0;
  margin: 0 -12px;
}
.cd-breadcrumb::after{
  clear:both;
  content:"";
  display:table;
}
.cd-breadcrumb li{
  display:inline-block;
  margin:.5em 0;
}
.cd-breadcrumb li::after{
  display:inline-block;
  content:'\00bb';
  margin:0 .6em;
  color:#959fa5;
}
.cd-breadcrumb li:last-of-type::after{
  display:none;
}
.cd-breadcrumb li>*{
  display:inline-block;
  font-size:0.8rem;
  color:#2c3f4c;
}
.cd-breadcrumb li.current>*{
  color:#F4A27E;
}
.no-touch .cd-breadcrumb a:hover{
  color:#F4A27E;
}
.cd-breadcrumb{
  padding:0 1.2em;
}
.cd-breadcrumb li{
  margin:1.2em 0;
}
.cd-breadcrumb li::after{
  margin:0 1em;
}
.cd-breadcrumb li>*{
  font-size:1.2rem;
}


.cd-breadcrumb.triangle{
  background-color:transparent;
  padding:0;
}
.cd-breadcrumb.triangle li{
  position:relative;
  padding:0;
  margin: 0 4px 0 0;
  width: 32%;
}
.cd-breadcrumb.triangle li:last-of-type{
  margin-right:0
}
.cd-breadcrumb.triangle li > * {
  position: relative;
  padding: 0 0.2em;
  color: #2c3f4c;
  background-color: #edeff0;
  border-color: #edeff0;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  height: 32px;
  line-height: 30px;
}
.cd-breadcrumb.triangle li > *{
  background-color:#A8CFFB;
  border-color:#A8CFFB;
  color: #ffffff;
}
.cd-breadcrumb.triangle li.completed>*::before{
  content: url(/images/completed-step.svg);
  margin-right: 5px;
  vertical-align: -8%;
}
.cd-breadcrumb.triangle li.current>*{
  background-color:#057BFFA8;
  border-color:#057BFFA8;
  color: #ffffff;
}
.cd-breadcrumb.triangle li:hover>*{
  background-color: #057BFFD8;
  border-color:#057BFFD8;
  color: #ffffff;
}
.cd-breadcrumb.triangle .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.cd-breadcrumb.triangle li:first-of-type>*{
  padding-left:0.4em;
}
.cd-breadcrumb.triangle li:last-of-type>*{
  padding-right:0.4em;
}
.no-touch .cd-breadcrumb.triangle a:hover{
  color:#fff;
  background-color:#2c3f4c;
  border-color:#2c3f4c;
}
.cd-breadcrumb.triangle li::after,.cd-breadcrumb.triangle li>*::after{
  content:'';
  position:absolute;
  top:0;
  left:100%;
  content:'';
  height:0;
  width:0;
  border:16px solid transparent;
  border-right-width:0;
  border-left-width:10px;
}
.cd-breadcrumb.triangle li::after{
  z-index:1;
  -webkit-transform:translateX(4px);
  -moz-transform:translateX(4px);
  -ms-transform:translateX(4px);
  -o-transform:translateX(4px);
  transform:translateX(4px);
  border-left-color:#fff;
  margin:0;
}
.cd-breadcrumb.triangle li>*::after{
  z-index:2;
  border-left-color:inherit;
}
.cd-breadcrumb.triangle li:last-of-type::after,.cd-breadcrumb.triangle li:last-of-type>*::after{
  display:none;
}

/* start dashboard */
.is-table-header {
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #F7F7F7;
}

.is-accordion {
  background-color: #F2F8FF;
}

.is-accordion > .container.collapsed {
  background-color: #FFFFFF;
}

.is-tabs {
  border: none!important;
  margin-bottom: 1px!important;
}

.is-tabs .nav-link {
  border: none!important;
  color: #292F45;
}

.is-tabs .nav-link:hover {
  color: #057BFF;
}

.is-tabs .nav-link.active {
  border-bottom: 2px #057BFF solid!important;
  color: #057BFF!important;
  pointer-events: none;
  background-color: transparent!important;
}

.is-title {
  color: #252525!important;
  padding-left: 0px!important;
}

.is-card {
  font-size: 0.94rem!important;
  border: 1px #DDDDDD solid!important;
  border-top: none!important;
  border-radius: 0px!important;
}

.is-payment-status > .badge{
  font-weight: normal!important;
}
/* end dashboard */

/* payment timeline */
.timeline-container {
  width: 300px;
  max-width: 300px;
  height: 60px;
}

.timeline {
  height: 1px;
  width: 70%;
  background: #DDDDDD;
  top: 30%;
  left: 2%;
  transform: translateY(-50%);
  position: relative;
}

.tl-segment {
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
}

.tl-segment.processed, .tl-segment.charged {
  background: #057BFF54;
}

.tl-circle {
  z-index: 9999999999;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: -9px;
}
.tl-circle.pending,
.tl-circle.processing,
.tl-circle.charging,
.tl-circle.depositing {
  width: 10px;
  height: 10px;
  top: -4.5px;
}
.tl-circle.pending {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}
.tl-circle.processing,
.tl-circle.charging,
.tl-circle.depositing {
  background: #057bff;
  border: 1px solid #FFFFFF;
}

.tl-circle::before {
  color: white;
  min-height: 15px;
  min-width: 15px;
  display: block;
}

.tl-circle.processed::before,
.tl-circle.charged::before {
  content: url(/images/circle-blue.svg);
}
.tl-circle.deposited::before {
  content: url(/images/circle-green.svg);
}
.tl-circle.expired::before,
.tl-circle.canceled::before,
.tl-circle.refunded::before {
  content: url(/images/circle-grey.svg);
}
.tl-circle.declined::before{
  content: url(/images/circle-red.svg);
}

.tl-circle.processing > div,
.tl-circle.charging > div,
.tl-circle.depositing > div {
  color: #057bff;
}

.tl-circle.deposited > div {
  color: #28A745;
}

.tl-circle.expired > div,
.tl-circle.canceled > div,
.tl-circle.refunded > div {
  color: #52606B;
}

.tl-circle.declined > div {
  color: #C91E1E;
}

.tl-circle .popupSpan {
  width: 100px;
  height: auto;
  white-space: nowrap;
  display: block;
  color: #52606B;
  position: absolute;
  top: 21px;
  left: 0;
  text-align: left;
  font-size: 15px;
}
.tl-circle.pending .popupSpan,
.tl-circle.processing .popupSpan,
.tl-circle.charging .popupSpan,
.tl-circle.depositing .popupSpan {
  top: 15px;
}
/* payment timeline */


/* desktop (768px or more) */
@media only screen and (min-width:768px){
  .onboarding-submit {
    position: sticky;
  }
  .onboarding-submit > .btn {
    max-width: 300px;
    clear: both;
    margin: 10px auto;
  }
  .onboarding-submit.bg-white {
    background-color: transparent!important;
    border: none!important;
    background-image: linear-gradient(top, rgba(255,255,255,0) 0%,#fff 100%);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,#fff 100%);
  }
  .payments .list .cell {
    flex: 1;
    padding: 15px 20px;
    font-size: 15px;
  }
  .user .block {
    padding: 10px 15px;
    min-height: 108px;
  }
  .user .block h1 {
    font-size: 24px;
    font-weight: 400;
  }
  .user .block h2 {
    font-size: 13px;
  }
  .user .block p {
    font-size: 13px;
  }
  #side-box .alert {
    padding: 10px 0;
  }
  .payments-body, #footer {
    margin: 0;
  }
}

.payments-switch {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}

.kyc-kyb-alert-box {
  background: #FAE8E8 0% 0% no-repeat padding-box;
  border: 1px solid #C91E1E;
  border-radius: 2px;
  color: #C91E1E;
  padding: 12px;
}

.kyc-kyb-alert-text {
  text-align: left;
  letter-spacing: 0;
}

.kyc-kyb-alert-title {
  font-size: 20px;
}

@media only screen and (min-width:1100px){
  .main-wrapper {
    max-width: 1100px;
    margin: 30px auto;
    display: flex;
  }
  .payments-head {
    min-width: 400px;
    background: transparent linear-gradient(169deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029!important;
    -webkit-box-shadow: 0px 3px 10px #00000029!important;
    -moz-box-shadow: 0px 3px 10px #00000029!important;
    -ms-box-shadow: 0px 3px 10px #00000029!important;
    clip-path: none;
    -webkit-clip-path: none;
    -moz-clip-path: none;
    -ms-clip-path: none;
  }
  .sticky-box {
    width: 390px;
    top: 110px;
    padding: 1rem;
  }

  .sticky-box > .d-flex > div.centered {
    text-align: center;
    margin-top: 10px;
  }
  .payments-switch {
    position: static;
    width: 390px;
    padding-left: 10px;
  }
  .payments-switch > * > label > span {
    display: inline!important;
    line-height: 25px;
  }
  #side-box .alert {
    padding: 10px 0;
  }
  .hide-mobile {
    display: block;
  }
  .payments-body {
    min-width: 700px;
  }
}
