body {
    background-color: #eee;
    background-size: cover;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a,
a:visited,
a:active {
    color: #ff3f7a;
    text-decoration: none;
}

ol {
    /* counter-reset: orderedlist; */
}

ol li {
    margin-bottom: 10px;
    /* list-style-type: none; */
}

.cursor-pointer {
    cursor: pointer;
}

.alert {
    border-radius: 0;
    border: 0;
    color: #fff;
}

.alert-danger {
    background-color: #cc2507;
}

.alert-success {
    background-color: #4fcc07;
}

.pl-2 {
    padding-left: 0.5rem;
}

.toast-container {
    z-index: 10;
    width: 100%;
    max-width: 400px;
}

.toast {
    width: 100%;
    max-width: 400px;
}

.toast-flash {
    padding: 15px 10px;
}

.form-step h2 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
}

.h2-year {
    font-size: 5.5rem;
    color: #cccccc;
    letter-spacing: 3px;
    font-weight: 800;
}

.h3-week {
    display: block;
    background: #000;
    color: #fff;
    padding: 5px;
    border-radius: 15px;
}

.h3-week span {
    display: block;
    font-size: 0.9rem;
    color: #bbb;
    font-weight: normal;
    ;
}

.rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.scroll-cta {
    position: absolute;
    bottom: 0;
    opacity: 0;
}

@keyframes showElement {
    to {
        opacity: 1;
    }
}

.scroll-cta {
    animation: showElement 1s forwards;
    animation-delay: 3s;
}

@media (min-width: 992px) {
    .rounded-top-0 {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .rounded-bottom-0 {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .border-bottom-0 {
        border: 1px solid rgba(0, 0, 0, .125) !important;
    }

    .card {
        margin-bottom: 15px;
    }
}

.step-content .form-select,
.step-content .form-control {
    width: calc(100% - 20px);
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    background-color: #eee;
}

.form-control,
.form-control:focus,
.form-select,
.form-select:focus {
    border: 0;
    box-shadow: none;
    background-color: #eee;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #ff3f7a;
    border-color: #ff3f7a;
}

.form-check-label {
    user-select: none;
}

.form-goal {
    position: relative;
}

.form-step:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: #000;
    filter: blur(20px);
    z-index: -1;
    opacity: 0.7;
}

.form-step {
    width: 100%;
    /* transitions */
    position: absolute;
    z-index: 5;
}

.form-select {
    cursor: pointer;
}

.btn,
.btn:focus,
.btn:hover,
.btn:active,
.btn:active:focus {
    box-shadow: none;
    letter-spacing: 1px;
}

.step-title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 80px;
    background-color: #000;
    color: #fff;
    flex-wrap: wrap;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    flex-direction: column;
}

.step-title-subtitle {
    text-align: center;
    margin: 0;
    margin-top: -20px;
    font-size: 0.8rem;
    padding-left: 5px;
    padding-right: 5px;
}

.step-content {
    padding: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.step-content-payment {
    display: block;
    width: 100%;
    height: 100px;
    display: block;
    height: auto;
}


.step-content-payment input {
    /* border: 1px solid #000;
    height: 50px; */
    /* padding: 10px;
    color: #000; */
}

.underline {
    border-bottom: 1px solid #fff;
}

.frontline {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}

.gradient {
    display: block;
    height: 30px;
    width: 100%;
    border-top: 1px solid #fff;
    background: #eee;
    background: linear-gradient(180deg, rgba(200, 200, 200, 1) 0%, rgba(238, 238, 238, 1) 100%);
}

.frontline .container {
    margin-bottom: 50px;
}

.form-goal .form-select,
.form-goal .form-control {
    text-align: center;
    height: 60px;
    font-size: 18px;
    margin: 10px;
}

.form-goal #payment-form .form-select,
.form-goal #payment-form .form-control {
    text-align: left;
    height: auto;
    font-size: 14px;
}

.form-goal .form-select {
    text-transform: uppercase;
}

.form-goal .form-number {
    font-size: 40px;
    line-height: 40px;
}

.form-goal .form-number option {
    font-size: 20px;
}

.form-goal .input-group>span:last-child {
    border: 0;
    border-radius: 0;
    background-color: #fff;
}

.btn-xs {
    padding: 5px 15px;
    font-size: 0.8rem;
    border-radius: 15px;
}

.btn-xxs {
    padding: 0px 10px;
    font-size: 0.7rem;
    border-radius: 15px;
}

.btn-secondary,
.btn-secondary:visited {
    background-color: #aaa;
    border-color: #aaa;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #999;
    border-color: #999;
}

.btn-primary,
.btn-primary:visited {
    background-color: #292929;
    border-color: #292929;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #000;
    border-color: #000;
}

.step-content .btn-success,
.step-content .btn-success:visited {
    line-height: 1.1rem;
}

.btn-success,
.btn-success:visited {
    color: #fff;
    border: 0;
    transition: all 0.15s ease-in-out;
    background: rgb(180, 58, 134);
    background: linear-gradient(343deg, rgba(200, 78, 154, 1) 0%, rgba(255, 49, 49, 1) 45%, rgba(255, 196, 89, 1) 100%);
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: rgb(180, 58, 134);
    background: linear-gradient(343deg, rgba(180, 58, 134, 1) 0%, rgba(253, 29, 29, 1) 45%, rgba(252, 176, 69, 1) 100%);
}

.btn-light,
.btn-light:visited,
.btn-light:focus {
    color: #000;
}

.btn-light:hover {
    background: #ddd;
    border-color: #ddd;
}

.btn-loading {
    opacity: 0.7;
}

.btn-outline-danger,
.btn-outline-danger:visited {
    color: #cc2507;
}

.btn-outline-danger:hover {
    color: #fff;
}

.btn-outline-success {
    color: #212529;
    border-color: #ddd;
}

.btn-outline-success:hover,
.btn-outline-success:active {
    border-color: #ff3f7a;
    background: #ff3f7a;
}

.form-buttons .btn-primary:not([disabled]):active,
.form-buttons .btn-secondary:not([disabled]):active,
.form-buttons .btn-success:not([disabled]):active {
    font-size: 18px;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    max-width: 400px;
    margin: auto;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 22px 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 22px 14px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    flex-wrap: wrap;
}

.banner-message {
    background-color: rgba(255, 255, 255, 0.005);
    color: #fff;
    max-width: 400px;
    margin: auto;
    padding: 15px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 22px 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 22px 14px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.banner a,
.banner a:hover,
.banner a:active,
.banner a:visited {
    color: #fff;
    text-decoration: none;
}

.banner h1 {
    font-size: 20px;
    width: 100%;
    height: 100%;
    flex-basis: 100%;
}

.banner h1 a {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 30px;
    padding: 10px 0px;
}

.banner h1 a small {
    font-weight: 300;
}

.form-goal {
    min-height: 430px;
    max-width: 540px;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form-buttons {
    display: flex;
    padding: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
}

.form-buttons .btn {
    flex: 1;
    height: 50px;
    text-transform: capitalize;
    border-radius: 26px;
    margin: 10px;
}

.form-buttons a.btn {
    padding-top: 12px;
}

#payment-form .row-multiple-col .col-1:not(:first-child),
#payment-form .row-multiple-col .col-2:not(:first-child),
#payment-form .row-multiple-col .col-3:not(:first-child),
#payment-form .row-multiple-col .col-4:not(:first-child),
#payment-form .row-multiple-col .col-5:not(:first-child),
#payment-form .row-multiple-col .col-6:not(:first-child) {
    padding-left: 0;
}

#payment-form .row-multiple-col .col-1:not(:last-child),
#payment-form .row-multiple-col .col-2:not(:last-child),
#payment-form .row-multiple-col .col-3:not(:last-child),
#payment-form .row-multiple-col .col-4:not(:last-child),
#payment-form .row-multiple-col .col-5:not(:last-child),
#payment-form .row-multiple-col .col-6:not(:last-child) {
    padding-right: 0;
}

#payment-form .form-group {
    background-color: #eee;
    margin: 10px;
}

/* #payment-form .form-group:not(.form-group-expiry):not(.form-group-cvc) {
    border-bottom: 2px solid #ddd;
}

#payment-form .row > div:not(:last-child) .form-group {
    border-right: 2px solid #ddd;
} */

/* #payment-form .form-group-zipcode {
    border-bottom: none;
} */

.stripe-input {
    padding: 10px;
}

.mw-none {
    max-width: none;
}

.avatar {
    border-radius: 100px;
}

/****************************************************/

footer {
    margin-top: 50px;
    padding-bottom: 50px;
}

/* .footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding-bottom: 10px;
    text-align: center;
} */

/****************************************************/
/* MANAGE */

.content {
    border-radius: 20px;
}

.background-fixed {
    /* position: fixed; */
    background-attachment: fixed;
    overflow: auto;
    min-height: 100vw;
}

.card-title {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.nav-pills.nav-pills-manage {
    flex-direction: row !important;
}

.nav-pills.nav-pills-manage .nav-link {
    border-radius: 20px;
    flex: 1;
    text-align: center;
    color: #000;
    background-color: #fff;

}

@media (min-width: 992px) {
    .nav-pills.nav-pills-manage {
        justify-content: center;
    }

    .nav-pills.nav-pills-manage .nav-link {
        flex: 0;
        min-width: 160px;
    }
}

.nav-pills.nav-pills-manage .nav-link:not(:last-child) {
    margin-right: 5px;
}

.nav-pills.nav-pills-manage .nav-link.active {
    background-color: #ff3f7a;
    color: #fff;
}

/****************************************************/

.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.twitter-follow-button,
.twitter-follow-button:visited {
    background-color: #000;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
}

.twitter-follow-button:hover {
    background-color: #292929;
}

.twitter-follow-button img {
    width: 16px;
    vertical-align: middle;
}

.card-body-perf .card-header {
    min-height: 65px;
}

/* MANAGE V2 */

.container-goals .card-body {
    padding: 3px;
    padding-left: 5px;
}

.container-goals h5 {
    font-size: 1rem;
}

.container-goals .card-text {
    font-size: 0.9rem;
    color: #555;
}

.card-goal:not(.card-unclickable),
.card-goal:not(.card-unclickable) * {
    cursor: pointer;
}