@font-face {
    font-family: Nunito;
    src: url("/assets/fonts/Nunito/Nunito-ExtraLight.ttf");
    font-weight: 200;
}

@font-face {
    font-family: Nunito;
    src: url("/assets/fonts/Nunito/Nunito-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: Nunito;
    src: url("/assets/fonts/Nunito/Nunito-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: Nunito;
    src: url("/assets/fonts/Nunito/Nunito-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: Nunito;
    src: url("/assets/fonts/Nunito/Nunito-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: Nunito;
    src: url("/assets/fonts/Nunito/Nunito-ExtraBold.ttf");
    font-weight: 800;
}

@font-face {
    font-family: Nunito;
    src: url("/assets/fonts/Nunito/Nunito-Black.ttf");
    font-weight: 900;
}

/*************************************************** General Styles & Overrides ***************************************************/

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    background-image: linear-gradient(330deg, rgba(38, 86, 252, 0.1) 33%, rgba(38, 86, 252, 0.25));
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    font-size: 0.9rem;
    font-family: Nunito, sans-serif;
}

.coupon-banner {
    height: 40px;
    color: #fff;
    background-color: rgb(79, 173, 255);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    font-weight: 500;
}

.coupon-banner .banner-close {
    position: absolute;
    top: calc(50% - 14px);
    right: 14px;
}

.coupon-banner .banner-close:hover {
    cursor: pointer;
}

.login_area.has-banner {
    top: 20px;
}

.main-content {
    display: none;
    min-height: 100vh;
    width: 100vw;
}

a:hover {
    text-decoration: none;
}

a:hover,
button:hover,
input[type="submit"]:hover {
    cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    outline: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
}

.capitalize {
    text-transform: capitalize;
}

.input-group-addon {
    background: transparent !important;
    border-right: none !important;
}

.input-group input {
    border-left: none !important;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    border-color: rgb(38, 86, 252);
    background-color: rgb(38, 86, 252);
    color: #fff;
    transition: 0.3s;
    border-radius: 3px;
}

.btn-primary:hover {
    border-color: rgb(38, 86, 252);
    background-color: rgb(38, 86, 252);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.lightweight {
    font-weight: 300;
}

/******************************************************** Form Styles ***************************************************************/

.spinner {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(247, 247, 247);

    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: rgb(38, 86, 252);

    border-radius: 50%;
    animation: spinning 1s linear infinite;
}

.spinner--sm {
    height: 25px;
    width: 25px;
}

.spinner--xs {
    height: 20px;
    width: 20px;
}

.spinner--primary {
    border-color: #fff;
    border-left-color: rgb(38, 86, 252);
}

.auth-card {
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.auth-card .overlay,
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
}

.login-card {
    background-color: rgba(255, 255, 255, 0.1);
}

.form-control.login-element {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    box-shadow: none;
    outline: none;
}

.form-control.login-element:focus {
    border: none;
    outline: none;
    box-shadow: none !important;
}

.err-card {
    border-radius: 2px;
    border: none;
    color: #fff;
    border-left: 5px solid rgb(255, 99, 130);
    background-color: rgb(255, 99, 130);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#card-element {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.StripeElement,
.form-control {
    background-color: white;
    /*height: 40px;*/
    padding: 12px 12px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid rgba(38, 86, 252, 0.25);
    /*box-shadow: 0px 0px 1px 0px rgba(38, 86, 252, 0.2);*/
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    transition: 0.3s;
}

.StripeElement--focus,
.form-control:focus {
    border: 1px solid rgba(38, 86, 252, 0.6);
    transition: 0.3s;
    box-shadow: 0px 0px 2px 0px rgba(38, 86, 252, 0.2);
}

input::placeholder {
    color: rgb(117, 117, 117) !important;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors {
    font-size: 14px;
    color: rgba(255, 0, 0, 1);
}

.planInfo {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
}

.subtitle {
    font-size: 35px;
    color: rgb(38, 86, 252);
}

.login-subtitle {
    color: rgb(255, 255, 255);
}

#payment-form {
    /*width: 600px;*/
}

.center-form {
    /*width: 600px;*/
}

@media (max-width: 767px) {
    .center-form {
        max-width: 350px;
    }
    span.fullTitle {
        font-size: 45px;
    }
    .planInfo {
        font-size: 20px;
        line-height: 28px;
    }
    #payment-form {
        max-width: 350px;
    }
}

#ssTitle {
    font-size: 60px;
    font-weight: 300;
    font-family: "Quicksand", sans-serif;
}

#secondS {
    color: rgba(0, 0, 255, 0.5);
}

.fullTitle {
    font-size: 50px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.payment-method-row {
    font-size: 20px;
}

.testimonial-card {
    transform: scale(1);
    transition: 0.6s;
    border-radius: 5px;
    /* padding: 32px; */
    color: #fff;
    border: 0px solid rgb(38, 86, 252);
    background-color: rgba(255, 255, 255, 0.1);
}

.testimonial-card:hover {
    transform: scale(1.03);
    transition: 0.6s;
}

.testimonial-desc {
    font-weight: 300;
    color: rgba(210, 210, 210);
}

.d-flex {
    display: flex;
}

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

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.d-none {
    display: none;
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.py-2 {
    padding-top: 0.5rem !important;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

/*************************************************************** Remember Me Styles *********************************************/

#stayLoggedInBtn {
    background-color: white;
    border-radius: 3px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

#stayLoggedInBtn:focus {
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #cfd7df !important;
}

#checked {
    display: none;
}
