.dropzone {
    height: 320px;
    border-radius: 10px;
    border: 2px dashed #A0A0A0;
    background: white;
}

.logo-upload-dropzone .dropzone .dz-preview .dz-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.logo-upload-dropzone .dropzone .dz-preview .dz-image {
    width: auto !important;
    border-radius: 0 !important;
}

.dz-default.dz-message {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px
}

.dz-preview.dz-processing.dz-image-preview.dz-complete {
    height: 263px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-muted,
#form_signup label.error {
    position: absolute;
    left: 7px;
    font-size: 10px;
    font-weight: 400;
    color: red;
    text-transform: none;
    margin-bottom: 0;
    background: unset !important;
}

.text-muted {
    color: #999999;
}

#form_signup label[for="store_address1"].error {
    top: 71px;
}

#form_signup label[for="password"].error {
    top: 57px;
}

.spacer_2 {
    height: 3em;
}

input::placeholder,
input {
    letter-spacing: 0.05em;
}

.form-group {
    margin: 0;
}

.login_page {
    width: 100%;
    height: fit-content;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-page .login-form {
    height: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.login-content-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 auto;
}

.login-page .login-form .form-group .input-group {
    height: 57px;
    border: unset;
    background: #F3F3F6;
}

.login-content {
    width: 430px !important;
    padding: 10px 0 0 0 !important;
}

.welcome-text {
    margin-top: 20px;
    text-align: left;
    color: #1B1B1C;
    font-family: Poppins, sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.sub-welcome-text {
    text-align: left;
    color: #7B7B7F;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.store-logo-text {
    text-align: left;
    color: #1B1B1C;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 20.968px */
}

.sub-store-logo-text {
    margin-bottom: 20px;
    text-align: left;
    color: #7B7B7F;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 17.5px */
}

.thanks-text {
    margin-top: 20px;
    margin-bottom: 75px;
    color: #7B7B7F;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 230%; /* 45.8px */
}

.form-group.form-email input,
.form-group.form-password input {
    width: 100%;
    height: 57px;
    padding: 10px 35px 10px 27px;

}

.step-text {
    display: flex;
    width: 110px;
    height: 32px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 152px;
    background: #E5F0FE;
    color: #0070F9;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 160% */
}

.form-control.form-input,
.select-btn-text {
    color: #7B7B7F;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.form-control.form-input {
    width: 100%;
    height: 60px;
    min-width: 430px;
    padding: 20px 29px;
    border-radius: 10px;
    background: #F3F3F6 !important;
    border: 1px solid #ebebeb;
}

select.form-control.form-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url('/public/images/select_v_thin.svg') no-repeat right 15px center !important;
    background-color: #F3F3F6 !important;
}

select.form-control::-ms-expand {
    display: none;
}

select.form-control.form-input.select_currency {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    border: 1px solid #F0F0F2 !important;
    background: #F0F0F2;
    padding: 10px;
    transition: 0.4s;
    height: 50px !important;
    overflow-y: auto !important;
}


input[type="tel"] {
    display: flex;
    height: 36px;
    padding: 9px 19px;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    border: 0.4px solid #CACFD6;
    background: #FFF;
}

input[type="tel"] {
    position: relative;
    padding-left: 80px !important;
}

.flag-container {
    padding: 23px 20px !important;
}

.currency-menu {
    width: 100%;
    height: 60px;
}

.currency-menu .select-currency {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    min-width: 430px;
    height: 60px;
    padding: 20px 29px;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    color: #7B7B7F;
    /*background: url('/public/images/select_v_thin.svg') no-repeat right 15px center !important;*/
    background-color: #F3F3F6 !important;
}

.currency-menu .currencies-options {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    overflow-y: auto;
    max-height: 200px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform .3s ease;
}

.currency-menu .currencies-options .currency-option {
    display: flex;
    height: 40px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}

.currency-menu .currencies-options .currency-option:hover {
    background: #f2f2f2;
}

.currency-menu .currencies-options .currency-option .option-text {
    color: #7B7B7F;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.select-currency img {
    display: inline-block;
    transition: transform .3s ease;
}

.currency-menu.active .select-currency img {
    transform: rotate(-180deg);
}

.password-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.password-wrapper .toggle-password {
    /*width: 30px;*/
    /*height: 30px;*/
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #4a4a4a;
    z-index: 999;
}

.need-help a,
.forgot-password-text {
    color: #0060D8;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.need-help a:hover,
.forgot-password-text:hover,
.forgot-password-text:focus {
    color: #0060D8;
}

.remember-forgot-password {
    align-items: baseline;
    min-width: 430px;
    margin-top: 25px
}

.need-help {
    text-align: right;
    width: 500px;
    margin: 0 auto auto;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1.6px solid #6B6B6B !important;
}

.remember-me-text {
    margin-left: 5px;
    text-align: center;
    color: #1D1D1E;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.btn.back-to-login,
.btn.btn-lg.next-step.btn-login,
.btn.btn-lg.finish-setup.btn-login {
    width: 100%;
    height: 57px;
    border-radius: 10px;
    background: #0060D8;
    text-align: center !important;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    text-transform: none;
    font-weight: 500;
    line-height: 125%; /* 25.161px */
    box-shadow: unset;
}

.btn.back-to-login:hover,
.btn.btn-lg.next-step.btn-login:hover,
.btn.btn-lg.finish-setup.btn-login:hover {
    background: #0060D8 !important;
}

.btn.back-to-login {
    padding-top: 15px;
}

.cnt-with-text {
    margin: 23px 25px;
    color: #CCCCD1;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login-btn-wrap {
    margin-top: 12px;
}

.sign-with-google,
.magic-link-container,
.abcRioButton.abcRioButtonLightBlue {
    width: 100% !important;
    height: 51px !important;
}

.magic-link-container,
.abcRioButton.abcRioButtonLightBlue {
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 10.065px;
    border: 0.839px solid #CCCCD1;
}

.abcRioButtonContentWrapper {
    text-align: center;
    padding: 9px;
}

.abcRioButtonIcon {
    margin-left: 15px !important;
    padding: 5px !important;
}

.abcRioButtonSvg {
    width: 22px;
    height: 22px;
}


.magic-link-text,
.abcRioButtonContents {
    color: #1B1F2A;
    font-family: Poppins, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.img-fluid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.login-page .login-header {
    background: #FFFFFF;
}

.left-block {
    width: 58%;
    height: 100vh;
    padding: 35px 0 35px 30px;
}

.right-block {
    width: 50%;
    height: 100vh;
    padding: 35px 0 35px 0;
    margin: 0 auto;
}

.image-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 32px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}

.privacy-policy {
    margin: auto;
    color: #535356;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.rights-text {
    margin-top: 30px;
    color: #7B7B7F;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.heading-texts {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 32px 32px 23px 23px;
}

.large-text {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.medium-text {
    margin-top: 25px;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.small-text {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.read-more-btn {
    display: inline-flex;
    min-width: 155px;
    height: 51px;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.need-an-account div > a:hover {
    color: #1B1F2A !important;
}

.main-custom-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0;
    z-index: 0;
}

.carousel-slide.active {
    opacity: 1;
    z-index: 1;
}

.carousel-slide-wrapper {
    width: 100%;
    display: block;
}

.carousel-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    position: relative;
    z-index: 100;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: background 0.3s ease;
}

.carousel-dot.active {
    background: #3b82f6;
}

@media screen and (max-width: 1200px) {
    .need-help {
        width: 450px;
    }
}

@media screen and (max-width: 1100px) {
    .login-page .login-content {
        margin: auto 40px;
    }

    .welcome-text.pending-text {
        font-size: 55px !important;
    }

    .thanks-text {
        margin-bottom: 0 !important;
    }

    .signup-step-3 {
        gap: 35px !important;
    }
}

@media screen and (max-width: 1024px) {
    .right-block {
        width: 49% !important;
    }

    .large-text {
        font-size: 36px;
    }

    .medium-text {
        font-size: 28px;
    }

    .small-text {
        font-size: 18px;
    }

    .login-page .login-content {
        width: 410px !important;
    }

    .need-help {
        width: 400px !important;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 400px !important;
    }

    .cnt-with-text {
        margin: 23px 17px;
    }

    .left-block {
        margin-right: 0;
    }
}

@media screen and (max-width: 1010px) {
    .login-page .login-content {
        width: 390px !important;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 390px !important;
    }
}

@media screen and (max-width: 970px) {
    .login-page .login-content {
        width: 370px !important;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 370px !important;
    }
}

@media screen and (max-width: 920px) {
    .need-help,
    .login-page .login-content {
        width: 350px !important;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 350px !important;
    }

    svg.line {
        width: 95px;
    }

    svg.chain {
        width: 50px;
    }
}

@media screen and (max-width: 890px) {
    .need-help,
    .login-page .login-content {
        width: 330px !important;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 330px !important;
    }

    .privacy-policy {
        font-size: 12px;
    }

    svg.line {
        width: 93px;
    }

    .welcome-text.pending-text {
        font-size: 45px !important;
    }

    .thanks-text {
        font-size: 15px !important;
    }

    .signup-step-3 {
        gap: 25px !important;
    }
}

@media screen and (max-width: 820px) {
    .large-text {
        font-size: 32px;
    }

    .medium-text {
        font-size: 25px;
    }

    .small-text {
        font-size: 16px;
    }

    .need-help,
    .login-page .login-content {
        width: 310px !important;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 310px !important;
    }

    svg.line {
        width: 70px;
    }
}

@media screen and (max-width: 780px) {
    .need-help,
    .login-page .login-content {
        width: 280px !important;
    }

    .forgot-password-text,
    .remember-me-text {
        font-size: 14px;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 280px !important;
    }

    .large-text {
        font-size: 29px;
    }

    .medium-text {
        font-size: 23px;
    }

    .small-text {
        font-size: 15px;
    }

    .rights-text {
        margin-top: 13px;
    }

    .forgot-password-text {
        margin-bottom: 1em !important;
    }

    .welcome-text {
        font-size: 35px;
    }
}

@media screen and (max-width: 735px) {
    .need-help, .login-page .login-content {
        width: 270px !important;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 270px !important;
    }

    svg.line {
        width: 64px;
    }
}

@media screen and (max-width: 696px) {
    .need-help, .login-page .login-content {
        width: 250px !important;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 250px !important;
    }

    .forgot-password-text,
    .remember-me-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 650px) {
    .need-help, .login-page .login-content {
        width: 240px !important;
    }

    .form-control.form-input,
    .currency-menu .select-currency,
    .remember-forgot-password,
    .form-group.form-email input,
    .form-group.form-password input {
        min-width: 240px !important;
    }

    .heading-texts {
        padding: 0;
    }
}

@media screen and (max-width: 667px) {
    .login_page {
        height: 100%;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .need-help,
    .login-page .login-content {
        width: 100% !important;
        margin: 0;
    }

    .left-block,
    .right-block {
        width: 90% !important;
        height: fit-content;
        margin: auto;
    }

    .left-block {
        height: 500px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0;
        align-items: flex-end;
    }

    .forgot-password-text,
    .remember-me-text {
        font-size: 16px;
    }

    .login-page .login-form {
        gap: 90px;
    }

    .need-help.pending-text {
        height: 145px !important;
    }
}

@media screen and (max-width: 440px) {
    .left-block,
    .right-block {
        width: 85% !important;
        margin: auto;
    }

    .left-block {
        height: 500px;
        margin-top: 30px;
        margin-bottom: 30px;
        align-items: flex-end;
    }

    .heading-texts {
        height: fit-content;
        padding: 0;
    }

    .large-text {
        font-size: 25px;
    }

    .medium-text {
        font-size: 20px;
    }

    .small-text {
        font-size: 14px;
    }

    .need-help,
    .login-page .login-content {
        width: 100% !important;
        margin: 0;
    }

    .login-content.login-top-content {
        margin: 0;
    }
}

@media screen and (max-width: 395px) {
    .privacy-policy,
    .rights-text {
        margin-left: -35px;
    }

    .welcome-text {
        font-size: 32px;
    }

    .forgot-password-text,
    .remember-me-text {
        font-size: 14px;
    }

    .privacy-policy, .rights-text {
        margin-left: 0;
    }
}

@media screen and (max-height: 760px) {
    .login-content-body {
        margin-top: -40px;
    }
}