@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700");

* {
  font-family: "Work Sans", sans-serif;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

button,
a,
input[type="button"] {
  transition: all 0.3s ease;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  line-height: 1.5;
}

body {
  display: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
}

[hidden] {
  display: block !important;
  opacity: 0;
}

h3 {
  font-size: 24px;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: none;
  color: white;
}

p,
label {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

small {
  font-size: 10px;
}

form {
  display: block;
  margin-bottom: 0em;
}

.w-300 {
  width: 300px !important;
}
@media (max-width: 370px) {
  .w-300 {
    width: 92% !important;
  }
}
/* .modal {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
} */
.modal.show {
  background: -moz-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(0, 0, 0, 0.4)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.modal-backdrop.show {
  display: none !important;
}
.modal-content {
  border: none !important;
  height: 100%;
  border-radius: 12px;
}
.modal-body h2 {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4;
  width: 80%;
}

.form-control:focus {
  box-shadow: none;
}

nav.navbar .text-muted {
  font-size: 0.8rem;
}
.dropdown-toggle:after {
  display: none;
}

.landing-page-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 0.8;
}
textarea:disabled,
textarea[readonly] {
  resize: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input::placeholder,
.form-control::placeholder {
  opacity: 0.5;
}

button.btn:disabled,
button.frequency:disabled {
  pointer-events: none;
  cursor: progress;
}
.btn.btn-white {
  transition: all 0.3s ease;
  background-color: white;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  padding: 1rem;
  width: 200px;
  font-size: 14px;
  color: #1e35ff;
}

.btn.btn-primary,
.btn.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active {
  transition: all 0.3s ease;
  background-color: #1e35ff;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  padding: 1rem;
  width: 200px;
  font-size: 14px;
  color: white;
}
.btn.btn-transparent {
  transition: all 0.3s ease;
  border-radius: 30px;
  font-weight: 500;
  background-color: transparent;
  opacity: 0.7;
  border: 1px solid rgba(119, 119, 141, 1);
  padding: 1rem;
  width: 200px;
  font-size: 14px;
  color: white;
}

.btn.btn-gray,
.btn.btn-gray:focus {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
  transition: all 0.3s ease;
  border-radius: 30px;
  font-weight: 500;
  padding: 1rem;
  width: 200px;
  font-size: 14px;
}

.btn-transparent:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-white:hover {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}

.btn-secondary {
  transition: all 0.3s ease;
  border: none !important;
}

.btn.btn-red {
  transition: all 0.3s ease;
  background-color: transparent;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  padding: 1rem 2rem;
  font-size: 14px;
  color: #ff4343;
}
.btn.btn-red:hover {
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}

a.back-btn {
  color: #6c757d;
}
a.back-to-home:hover,
a.back-btn:hover {
  color: #ffffff !important;
}
button.btn {
  opacity: 1;
}
button.btn-opacity,
.btn-opacity {
  opacity: 0;
  cursor: initial !important;
  pointer-events: none !important;
}

.edit-back-btn {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .edit-back-btn {
    display: none;
  }
}

/* Responsiveness */
@media (max-width: 530px) {
  nav .nav-mobile {
    width: 100%;
    justify-content: center;
  }

  nav.navbar {
    height: auto;
    padding: 1rem 0;
  }

  nav.navbar img {
    margin-bottom: 30px;
  }

  .navbar > .container,
  .navbar > .container-fluid {
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 600px) {
  div.jumbotron {
    padding: 6rem 1rem;
    height: auto;
  }

  .jumbotron div {
    width: 100%;
    text-align: center;
    margin: auto;
  }

  h1.display-4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  section.landing-page-section {
    display: block;
    min-height: auto;
  }
}

/* Card */
.card {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(45, 107, 216, 0.05);
  border: 1px solid #f6f9fd;
}
.card:hover,
.card:focus {
  box-shadow: 0 4px 12px 0 rgba(45, 107, 216, 0.15);
}
.card-title {
  font-size: 14px !important;
}
.card-subtitle {
  font-size: 12px;
}
.card--project {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.card--project__logo {
  flex: 0.2;
}
.card--project__content {
  flex: 1;
}
.card--project__content > .text-muted {
  font-weight: 600;
}
.card--member {
  height: 100px;
}
@media (max-width: 600px) {
  .main--members,
  .main--projects {
    width: 100% !important;
    margin: 0 1.5rem;
  }
}
@media (max-width: 460px) {
  .main__header {
    flex-direction: column !important;
  }
  .main__header h1 {
    margin-bottom: 1rem !important;
  }
  .main__header a,
  .main__header button {
    width: 100% !important;
  }
}
/* End Card */

/* General Form */
.main-form-container {
  z-index: 9999;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: none !important;
}

.main-form-box {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
}
.main-form-box form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  div.main-form-container {
    display: block;
    height: auto;
  }
}
@media (max-height: 650px) {
  div.main-form-container {
    display: block;
    height: auto;
  }
}
.form-box {
  border: 1px solid #f3f3f6;
  width: 100%;
  padding: 0.5rem 0.75rem;
  text-align: left;
}
.form-box.invalid,
.form-box.blank {
  border-color: red;
}
#error {
  color: red;
}
.flex-container-100vh {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.w-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .flex-container-100vh {
    display: block;
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: auto !important;
  }
  .flex-container-100vh.special {
    display: flex;
    height: 100vh !important;
  }
  .w-60 {
    width: 100%;
  }
}
@media (max-height: 650px) {
  .flex-container-100vh {
    display: block;
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: auto !important;
  }
  .flex-container-100vh.special {
    display: flex;
    height: 100vh !important;
  }
}
.form-box label {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.form-box label span {
  color: red;
}
.form-box.relative {
  transition: none !important;
  position: relative;
  opacity: 0;
}
.form-box label.delete-member {
  position: absolute;
  right: 5%;
  top: 39%;
  font-size: 12px;
  cursor: pointer;
}

.form-box label.delete-member:hover {
  color: #1e35ff !important;
}
.form-box input,
.form-box select,
.form-box input::placeholder {
  margin-top: 0em;
  border-radius: 0;
  padding: 0;
  height: 23px !important;
  line-height: 1.1 !important;
  font-size: 12px;
  border: none;
}
.form-box select.form-control {
  height: 23px !important;
  margin-bottom: 0;
  line-height: 1.1;
}

.form-box textarea {
  font-size: 12px;
  margin-bottom: 0.5rem;
  min-height: 100px;
  height: auto;
  resize: vertical;
  margin-top: 0em;
  border-radius: 0;
  padding: 0;
  border-color: transparent !important;
  outline: none;
  line-height: 1.4 !important;
  margin-bottom: 3px !important;
}

.form-control {
  background-image: none !important;
}
.form-control:invalid .form-box {
  border-color: red !important;
}

section.white-bg {
  background: url(/img/white-bg.jpg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right bottom;
  height: 89vh;
  padding: 0;
}
section.white-bg.full {
  height: 100vh;
}

@media (max-height: 767px) {
  section.white-bg {
    height: 100% !important;
  }
}

@media (max-width: 767px) {
  section.white-bg {
    height: 100% !important;
  }
}

form .jumbotron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(/img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  color: white;
  border-radius: 0;
}
form .jumbotron label {
  font-size: 10px;
  display: block;
  line-height: 1.5;
}
form .jumbotron .is-focused input {
  border-color: #ffffff;
}
form .jumbotron input::placeholder {
  font-size: 48px !important;
  color: #ffffff;
  opacity: 0.1;
}
form .jumbotron input {
  line-height: 1.5 !important;
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 1px dashed rgba(119, 119, 141, 1);
  background-color: transparent !important;
  color: white !important;
  font-size: 48px;
  height: auto;
  font-weight: 500;
  margin-top: 0;
}
.jumbotron input:disabled {
  opacity: 1;
  border-bottom: 1px dashed transparent;
}
@media (max-width: 600px) {
  .jumbotron input {
    text-align: center;
  }
  .jumbotron-btn-right {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  form .jumbotron input,
  form .jumbotron input::placeholder {
    font-size: 32px !important;
    text-align: center;
  }
}
@media (max-width: 350px) {
  form .jumbotron input,
  form .jumbotron input::placeholder {
    font-size: 25px !important;
    text-align: center;
  }
}
.jumbotron-btn-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .jumbotron-btn-right {
    margin-top: 1.2rem !important;
    justify-content: center;
  }
}

button.frequency {
  cursor: pointer;
  border: 1px solid #f3f3f6 !important;
  background-color: white;
}
button.frequency.active {
  background-color: #1e35ff;
  color: #ffffff;
}
@media (max-width: 767px) {
  .double-btn-container {
    text-align: center;
  }
}
.payment-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-btn-container .btn-container {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .payment-btn-container {
    display: block;
  }
  .payment-btn-container .btn-container {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
button.btn.stripe-btn {
  background-color: #6772e5 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
  line-height: 0 !important;
  width: 100% !important;
  height: 50px !important;
}
button.stripe-btn:hover {
  background-color: #818bf9 !important;
}
button.stripe-btn i {
  font-size: 46px;
  position: relative;
  padding-left: 7px;
  line-height: 0;
}
#paypalButton div.zoid-outlet {
  width: 100% !important;
  height: 50px !important;
}
/* End General Form */

/* Page Indicators */
#steps .step-container b {
  display: none !important;
}
@media (max-width: 600px) {
  #steps .step-container b {
    display: block !important;
    opacity: 1;
  }
  #steps .step-container span {
    display: none;
  }
  div.updates-container {
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
  }
}
.done-step {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: blue;
  text-overflow: ellipsis;
  overflow: hidden;
  color: white;
  width: 100%;
}
.active-step {
  display: flex;
  justify-content: center;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  border: 1px solid blue;
  color: blue;
}
.todo-step {
  display: flex;
  justify-content: center;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  border: 1px solid grey;
  color: grey;
}

.done-step,
.active-step,
.todo-step {
  border-radius: 20px;
  padding: 7px 20px;
  font-size: 10px;
}

@media (min-width: 1200px) {
  .done-step,
  .active-step,
  .todo-step {
    border-radius: 30px;
    padding: 7px;
  }
}
@media (min-width: 901px) {
  .done-step,
  .active-step,
  .todo-step {
    font-size: 12px;
  }
}

.step-container {
  width: 19%;
  display: flex;
}
.bar {
  position: relative;
  width: 8%;
  height: 2px;
  align-self: center;
  background-color: grey;
}

.bar-active {
  background-color: blue;
}

.done-step i,
.done-step span {
  align-self: center;
  color: white;
}

.active-step i,
.active-step span {
  align-self: center;
  color: blue;
}

.todo-step i,
.todo-step span {
  align-self: center;
  color: grey;
}
/* End Page Indicators */

/* Shadow box */
.shadow-box {
  box-shadow: 0 4px 8px 0 rgba(45, 107, 216, 0.05);
  border: 1px solid #f6f9fd;
  border-radius: 4px;
  background: white;
  padding: 3em;
  width: 90%;
  margin: auto;
}
@media (max-width: 991px) {
  .shadow-box {
    padding: 3em 2em;
    width: 110%;
  }
}
@media (max-width: 767px) {
  .shadow-box {
    width: 100%;
  }
}
.shadow-box h4 {
  font-size: 20px;
}
.shadow-box p {
  color: #1e35ff;
}
.shadow-box h2 span.month {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.success-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgb(6, 198, 0);
  color: white;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 1.3rem;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.success-banner.alert {
  background-color: #f96a77;
}
.success-banner p {
  color: #ffffff;
  width: 75%;
  text-align: center;
}
.success-banner p u {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.45);
}
.skip-tutorial {
  font-size: 12px;
  color: #1e35ff !important;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.skip-tutorial:hover {
  border-bottom: 1px solid;
}
/* End Shadow Box */

/* Input JS */
.modal-dialog > .modal-content > .modal-body {
  padding: 0 1rem;
}
@media (max-width: 450px) {
  .btn.btn-update {
    width: 90% !important;
  }
}
@media (min-width: 450px) {
  .modal.fade .modal-dialog {
    width: 400px;
    margin: auto;
  }
}
.introjs-tooltiptext {
  white-space: pre-line;
  font-size: 14px;
  padding: 1rem 0.5rem;
  color: #5a6268;
}

.introjs-button {
  text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: #1e35ff !important;
  color: white !important;
  font-size: 12px !important;
  padding: 0.7rem !important;
}
.introjs-button:hover {
  background-color: #5a6268 !important;
}
.introjs-prevbutton {
  border-radius: 50px 0 0 50px !important;
  margin-right: 1px !important;
}
.introjs-nextbutton {
  border-radius: 0 50px 50px 0 !important;
}
.introjs-skipbutton {
  display: none !important;
  padding: 0.5rem 1rem !important;
}
.introjs-donebutton {
  display: inline-block !important;
  border-radius: 50px !important;
  float: left;
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  border: none !important;
  background: #1e35ff !important;
  opacity: 0.5 !important;
}

.introjs-tooltip {
  background-color: #606060;
}
.introjs-arrow.top {
  border-bottom-color: #606060;
}

.introjs-helperNumberLayer {
  background: #1e35ff !important;
}
/* End Input JS */

/* Tutorial Box */
.tutorial-box {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 1.5rem;
  width: 450px;
  padding: 1.8rem 1.8rem 1.6rem 1.8rem;
  color: white;
  box-shadow: 0 4px 20px 0 rgba(28, 44, 177, 0.11);
  background-color: #282837;
  border-radius: 12px;
}
.tutorial-box.success {
  background-color: #21cd00;
}
.tutorial-box #closeTutorial {
  cursor: pointer;
  font-size: 20px;
  float: right;
  transition: all 0.2s ease-in-out;
}
.tutorial-box #closeTutorial:hover {
  opacity: 0.7;
}
@media (max-width: 500px) {
  .tutorial-box {
    width: 90%;
    margin: auto;
    right: 0;
    margin-bottom: 1.4rem;
  }
  .tutorial-box a {
    display: block;
    text-align: center;
    margin-top: 1rem;
    float: unset !important;
  }
}
.tutorial-box p,
.tutorial-box h3 {
  color: white;
}
.tutorial-box.success a.text-muted {
  color: rgba(255, 255, 255, 0.65) !important;
}
.tutorial-box a:hover,
.tutorial-box.success a.text-muted:hover {
  color: white !important;
}
/* Tutorial Box */
