@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{font-family: "Poppins", sans-serif; margin: 0;padding: 0;background-color:#080808;}
html{scroll-behavior: smooth;}
/*============ Default CSS  ===========*/
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;font-family: "Poppins", sans-serif;}
input:focus{outline: none;}
p{margin: 0;font-family: "Poppins", sans-serif;}
a{text-decoration: none;margin: 0;transition: all 0.5s;}
ul{margin: 0;padding: 0;list-style: none;} 
.form-control:focus{outline: none;box-shadow: none}
.mb-16{
    margin-bottom: 16px !important;
}
/* Hiding the other screens initially */

.wrapper-content {
    background-color: #030303;
    height: 100vh;
}
.login-form h4 {
    display: block;
}
.header-area img{
    width: 200px;
}
/*============ End Default CSS  ===========*/
.login-box{
    max-width: 500px;
    margin:0px auto;
}
/*============ Splash-Screen-CSS  ===========*/
.splash {
    height: 100vh;
    display: flex;
    justify-content: center;
    width: 280px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}
.scroll-hidden{overflow: hidden;}

.spartan-logo {
    width: 163px;
    height: 176px;
    margin: 0 auto 50px;
}

.spartan-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.splash .progress {
    height: 17px;
    border: solid 1px #1B1B1B;
    padding: 4px;
    border-radius: 50px;
    background-color: #202020;
}

.splash .progress .progress-bar {
    border-radius: 50px;
    background-color: #F9F9F9;
}


/*============ End Splash-Screen-CSS  ===========*/

/*============ Login-Screen-CSS  ===========*/
.login-form {
    padding: 40px 32px !important;
    background-color: #121212;
    border: solid 1px #202020;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
}
.login-form h4 {
    font-size: 24px;
    color: #F9F9F9;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 50px;
    display: block;
}

.logo-area {
    padding: 24px 24px 48px;
}

.login-screen {
    background-image: url(../../images/login-tab-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}


.wrapper-welcome {
    padding: 40px 0;
}

.wrapper-welcome h4 span {
    font-weight: 700;
}

.wrapper-welcome h4 {
    font-size: 50px;
    color: rgb(249, 249, 249);
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
}

.wrapper-welcome p {
    font-size: 26px;
    line-height: 50px;
    color: rgb(196, 196, 196);
    font-weight: 400;
}
.login-form .form-check {
    margin: 0;
}

.login-form .form-label {
    font-size: 18px;
    line-height: 40px;
    color: #F9F9F9;
    font-weight: 400;
}

.login-form .form-control {
    padding: 16px 12px;
    border: solid 2px #202020;
    background-color: #1B1B1B;
    font-size: 14px;
    line-height: 21px;
    border-radius: 12px;
}
.login-form input::placeholder {
    color: #858585;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.login-form .form-check .form-check-input,
.password-screen .form-check-input {
    width: 20px;
    height: 20px;
    background-color: #2B2B2B;
    border: none;
    box-shadow: none;
}

.form-check-input[type=checkbox] {
    border-radius: 4px;
}

.login-form .form-check .form-check-input,
.password-screen .form-check-input {
    width: 20px;
    height: 20px;
    background-color: #2B2B2B;
    border: none;
}

.login-form .form-check .form-check-label,
.password-screen .form-check-label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #C4C4C4;
    padding-left: 6px;
}

.login-form .form-check {
    margin: 0;
    padding-bottom: 64px;
    margin-top: 20px;
}

.login-cta .btn {
    width: 100%;
    padding: 16px 48px;
    text-align: center;
    background-color: #F9F9F9;
    border-radius: 100px;
    font-size: 14px;
    line-height: 21px;
    height: 56px;
    color: #080808;
    font-weight: 600;
}

.login-cta {
    padding: 0;

}

.welcome-alex {
    background: #121212;
    padding: 40px 32px 70px;
    border-radius: 20px;
    max-width: 500px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border: solid 1px #202020;
    margin: 0 auto;
    width: 100%;
}
/*============ End-Login-Screen-CSS  ===========*/

/*============ OTP-Screen-CSS  ===========*/
.otp-screen {
    overflow: hidden;
    background-color: #080808;
}

.header-area {
    padding: 40px 40px;
}

.back-cta {
    width: 64px;
    height: 64px;
    border: solid 1px #363636;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}
.welcome-spartan {
    padding: 32px 0;
}

.welcome-spartan h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #F9F9F9;
    margin-bottom: 8px;
}

.welcome-spartan p {
    font-size: 16px;
    color: #C4C4C4;
    line-height: 24px;
    padding-bottom: 20px;
}

.otp-area {
    padding: 0 10px;
}

.otp-area .form-control {
    height: 75px;
    border-radius: 16px;
    background-color: transparent;
    border: solid 2px #7B7B7B;
    width: 75px;
    text-align: center;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0 auto;
}

.create-account {
    padding: 32px;
    background-color: #121212;
}

.expires span {
    font-weight: 700;
}

.expires {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #F9F9F9;
    margin-bottom: 30px;
}

.create-account .btn {
    width: 100%;
    border: solid 1px #F9F9F9;
    height: 56px;
    border-radius: 100px;
    font-size: 14px;
    color: #F9F9F9;
    background-color: #100F10;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.disabled-ctn {
    background-color: #F9F9F9 !important;
    color: #080808 !important;
}

.disabled-ctn.disabled,
.disabled-ctn:disabled,
fieldset:disabled .disabled-ctn .disabled-ctn {
    background-color: #252525 !important;
    color: #858585 !important;
    border: 0;
}
#create-account-btn, #reset-password-button{background-color: #F9F9F9;color: #000;}

/*============ End OTP-Screen-CSS  ===========*/

/*============ Create Password Screen CSS  ===========*/
.title-pass {
    padding: 32px 0 60px;
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
    color: #F9F9F9;
}

.password-screen {
    padding: 24px 20px 24px 20px;
}

.password-screen .form-label {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 21px;
    color: #F9F9F9;
    font-weight: 400;
}
.center-validation .text-center {
    text-align: left !important;
}

.password-screen .form-control {
    height: 56px;
    border: solid 1px #1B1B1B;
    background-color: #100F10;
    border-radius: 8px;
    padding: 0 12px;
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.password-screen input::placeholder,
.password-screens input::placeholder {
    color: #858585;
}

.password-screen .btn.disabled, .password-screen .btn:disabled, fieldset:disabled .password-screen .btn {
    background-color: #252525;
    border: 0;
    color: #858585;
}

.password-screen .btn {
    width: 100%;
    height: 56px;
    border-radius: 100px;
    text-align: center;
    background-color: #F9F9F9;
    color: #100F10;
    margin: 56px 0 0;
    font-size: 16px;
    font-weight: 600;
}

/*============ End Create Password Screen CSS  ===========*/

/*============ Password Set Screen CSS  ===========*/
.password-set-screen svg {
    margin-bottom: 32px;
}

.password-set-screen h3 {
    font-size: 24px;
    color: #F9F9F9;
    line-height: 36px;
    font-weight: 600;
}

.password-set-screen .btn {
    width: 100%;
    height: 56px;
    border-radius: 100px;
    background-color: #F9F9F9;
    color: #100F10;
    font-weight: 600;
    line-height: 21px;
    margin: 64px 0 0;
}

.password-set-screen {
    padding: 90px 32px !important;
}

.password-screens {
    padding: 24px 32px;
}

.password-screens .form-control {
    height: 56px;
    background-color: #121212;
    color: #858585;
    border: solid 1px #1B1B1B;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.forgot {
    font-size: 14px;
    color: #D7A453;
    line-height: 21px;
    font-weight: 400;
}

.login-btn {
    width: 100%;
    height: 56px;
    background-color: #F9F9F9;
    border-radius: 100px;
    color: #080808;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-top: 56px;
}
.password-screens .form-label {
    font-size: 14px;
    color: #F9F9F9;
    font-weight: 400;
    line-height: 21px;
}

/*============ End Password Set Screen CSS  ===========*/

/*============ Get start  ===========*/

.step-active {
    display: block;
}

.progress-bar-active {
    background-color: #007bff;
}

.get-attech {
    width: 140px;
    height: 140px;
    margin: 50px auto 80px;
}

.get-attech-image {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background-color: #7B7B7B;
    border-radius: 100px;
}

.get-attech-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.get-login p {
    color: #C4C4C4;
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
    max-width: 320px;
    margin: 14px auto 0;
    width: 100%;
}

.get-login h4 {
    font-size: 24px;
    line-height: 40px;
    color: #F9F9F9;
    font-weight: 600;
    text-transform: uppercase;
}
.welcome-alex.go-work h4 {
    font-size: 36px;
}

.welcome-alex.go-work {
    max-width: 600px;
}
.attech-btn {
    width: 40px;
    height: 40px;
    position: relative;
    background-color: #1D1D1F;
    border-radius: 100px;
    padding: 8px;
    top: -40px;
    margin-left: auto;
}

.attech-btn input {
    width: 40px;
    height: 40px;
    opacity: 0;
    background-color: #1D1D1F;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 100px;
}

.edit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 40px;
    height: 40px;
}

.edit img {
    width: 100%;
    height: 100%;
    padding: 8px;
}

.flex-progress {
    margin-bottom: 20px;
}

.flex-progress .progress:last-child {
    margin-right: 0;
}

.flex-progress .progress {
    width: 72px;
    height: 4px;
    border-radius: 60px;
    background-color: #363636;
    margin-right: 16px;
}

.flex-progress .progress .progress-bar {
    background-color: #858585;
}
.flex-progress .progress .progress-bar.active{
    background-color: #F9F9F9;
} 

.progress-bar-active {
    background-color: #F9F9F9;
    color: #363636;
}

.progress-bar-active:hover {
    background-color: #F9F9F9;
    color: #363636;
}

.login-btn:hover {
    background-color: #f9f9f9;
}
.back-cta:hover {
    border-color: #363636;
}
.next-step .btn {
    color: #000;
    height: 56px;
    border: 0;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    text-transform: capitalize;
}


.next-step .btn.disabled,
.next-step .btn:disabled,
fieldset:disabled .next-step {
    background-color: #7B7B7B;
}

.fill-option .form-label {
    font-size: 16px;
    color: #F9F9F9;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 12px !important;
}

.fill-option .form-select,
.fill-option .form-control {
    border: solid 1px #1B1B1B;
    background-color: #100F10;
    color: #858585;
    font-size: 12px;
    height: 48px;
    border-radius: 16px;
    padding: 0 16px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.fill-option {
    padding: 30px 32px 30px;
}

.fill-option .form-select:focus {
    box-shadow: none;
}

.get-attech-image.all-set {
    width: 100px;
    height: 100px;
    margin: 20px auto 0;
}

.let-go:hover {
    background-color: #d7a453;
}

.let-go {
    background-color: #D7A453;
    color: #1D1D1F;
}

.let-go i {
    font-size: 25px;
    padding: 2px 3px 0px;
}

.next-step {
    padding-bottom: 30px;
}

.input-group-append {
    position: absolute;
    top: 43px;
    right: 30px;
}
.input-group-append i {
    COLOR: #7B7B7B;
    font-size: 20px;
}
.otp-area input:focus {
    border: solid 3px;
    border-color: #C4C4C4;
}

.border-danger {
    border-color: #ff5b5b !important;
}

.forgot:hover {
    color: #D7A453;
}
.toggle-password {
    position: absolute;
    top: 49px;
    right: 27px;
    color: #7B7B7B;
}

.get-login-bg {
    position: absolute;
    top: 0;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
}
.welcome-spartan.tablate{display: none;}


.fill-form {
    overflow-y: auto;
}

.login-box .form-check-label {
    font-size: 12px;
    line-height: 18px;
    color: #C4C4C4;
    font-weight: 400;
}

#step1 .welcome-alex, #step2 .welcome-alex, #step3 .welcome-alex{
    padding: 40px 32px !important; 
}


.input-step {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #121212;
    padding: 40px 8px;
    max-width: 500px;
    border-radius: 20px;
    border: solid 1px #202020;
}

.input-step p {
    margin-bottom: 48px;
}

.input-step .next-step {
    margin: 40px auto 0;
}

.input-box .form-control {
    margin: 16px 0 0 !important;
}

.next-step {
    background-color: transparent;
    padding: 0;
    max-width: 280px;
    margin: 0 auto;
}
.flex-progress {
    margin-bottom: 20px;
    padding: 0 16px;
}

.otp-validation .text-center {
    text-align: left !important;
    padding-left: 12px;
}

#validation .text-center {
    text-align: left !important;
}

/* New-verify-screen  */
.verify-password h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #C4C4C4;
    padding: 0 0 10px 0;
}
.verify-password {
    background-color: #1B1B1B;
    padding: 32px;
    border-radius: 16px;
}

.verify-password a {
    font-size: 32px;
    color: #F9F9F9;
    font-weight: 500;
    line-height: 48px;
}
.verfy-account {
    padding: 32px 0 !important;
}