
html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b4f5e;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

#reseller-logo {
    /*padding: 1.25rem 0;*/
    width: 150px !important;
}

#page-logo {
    width: 129px;
}

.title {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: var(--black);
}

.description {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6B7270;
}

.brand-text {
    color: var(--brand-color) !important;
}

.brand-bg-color {
    background-color: var(--brand-color) !important;
}

.brand-btn {
    background-color: var(--brand-color) !important;
    color: #fff !important;
}

.brand-btn:hover {
    color: #eee !important;
}

.btn-outline {
    color: var(--brand-color);
    background-color: transparent;
    border-color: var(--brand-color);
}

.btn-outline:hover {
    color: var(--brand-color);
    background-color: var(--brand-color-light);
    border-color: var(--brand-color);
}

.fs-small {
    font-size: 0.875rem;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.btn {
    padding: 0.5rem 0.75rem;
}

.btn-light {
    color: #4b4f5e;
    background-color: #f1f4f7;
    border-color: #dfdfdf;
}

input,
select {
    padding: 0.6rem 0.75rem !important;
}

.w-33 {
    width: 33.333%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.top-actions {
    margin-bottom: -20px;
}

/* STORE CREATION PAGES */

/* Page - 01 */

#store-setup-page #store-type-buttons .card {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#store-setup-page #store-type-buttons .card:hover {
    /* background-color: #f7f7f7; */
    background-color: var(--brand-color-light);
}

.check-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    display: none;
    transition: opacity 0.3s ease;
}

.setup-progress {
    margin: auto;

    .progress {
        height: 5px;
        background-color: var(--secondary-bg);
        border-radius: 5px;
        position: relative;
        margin-bottom: 10px;
    }

    .progress-bar {
        background-color: var(--brand-color);
        height: 100%;
    }

    .progress-labels {
        display: flex;
        justify-content: space-between;
        position: relative;
        top: -15px;
        font-family: Inter;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }

    .label {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        position: absolute;
        transform: translateX(-50%);
        top: 20px;
        color: #6B7270;
    }

    .label.active {
        color: #0C202A;
        font-family: Inter;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }
}

/* Page - 02 */

.dropdown-flag {
    width: 32px;
}

#your-phone-country-btn.dropdown-toggle::after {
    content: url('data:image/svg+xml,%3Csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6 7.4L0 1.4L1.4 0L6 4.6L10.6 0L12 1.4L6 7.4Z" fill="%236B7270"/%3E%3C/svg%3E');
    display: inline-block;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;

}

.flag-radio-btns {
    .form-check-label {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        text-align: left;
        margin: auto;
        cursor: pointer;
        padding: 0.5rem;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: background-color 0.2s, border-color 0.2s;
    }

    .form-check {
        display: block;
        width: 100%;
        padding-left: 0px;
    }

    .form-check-input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .form-check-input:checked+.form-check-label {
        background-color: var(--brand-color-light);
        border-color: var(--brand-color);
    }
}


/* Page - 04 */

.shipping-toggle {
    .toggle-button {
        width: 42px !important;
        height: 24px;
        background-color: transparent;
        border: 1px var(--brand-color) solid;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff851b'/%3e%3c/svg%3e") !important;
    }

    .toggle-button:before {
        background-color: var(--brand-color);
    }

    .toggle-button:checked {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff851b'/%3e%3c/svg%3e") !important;
        border: 1px var(--brand-color) solid;
    }

    .form-check-label {
        display: inline-block;
        margin-left: 10px;
    }
}

.shipping-desc {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6B7270;
}

/* Page - 05 */

#validation-errors ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#validation-errors li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#validation-errors .icon {
    margin-right: 10px;
    font-size: 18px;
}

#validation-errors {
    padding-left: 0;
    padding-right: 0;
}

#validation-errors li {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #0C202A;
    align-items: flex-end;
}

#toggle-password {
    transform: translateY(-15%) !important;
    padding-right: 20px !important;
}

/* Page - 06 */

#store-details-container {
    p {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #6B7270 !important;
    }
}

/* Forgot password */

.forgot-password-page-menu {
    .arrow {
        width: 24px;
        height: 24px;
    }

    .link-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px;
        transition: color 0.3s ease;
    }

    .forgot-password-links a {
        color: var(--text-tertiary-color);
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .forgot-password-links a:hover {
        color: var(--brand-color);
    }

    .arrow {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease, filter 0.3s ease;
    }

    .link-container:hover .arrow {
        transform: translateX(5px);
        filter: brightness(5);
    }
}

.forgot-password-page {
    .text-left {
        color: var(--text-default-color);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
    }

    .email-issue-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .email-issue-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
    }

    .email-issue-list li::marker {
        font-weight: bold;
    }

    .email-issue-list li span {
        font-weight: bold;
    }

    .email-issue-list li::before {
        content: counter(item) ".";
        counter-increment: item;
        position: absolute;
        left: 0;
        font-weight: bold;
        color: var(--text-default-color);
    }

    .email-issue-list ul {
        counter-reset: item;
    }
}

.check-email-page {
    .text-muted {
        color: var(--text-default-color);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;

        span {
            color: var(--text-default-color);
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            display: inline-block;
            margin-top: 4px;
        }
    }

    .text-left {
        color: var(--text-default-color);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
}

.site-logo{
    height: auto;
}
.border-bottom-dashed{
    border-bottom: 2px dashed var(--secondary-bg);
}
.card.checked{
    border-width: 2px;
    border-color: var(--brand-color);
    background-color: var(--brand-color-light);
}
.bg-light-grey{
    background-color: var(--light-grey);
}
.mb-120{
    margin-bottom: 120px;
}
.mobile-fixed-bottom.bg-light-grey{
    border-top: 1px solid var(--secondary-bg);
}
@media (min-width: 0px) {
    .site-logo{
        max-width: 115px;
    }
    .mobile-fixed-bottom{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--white);
    }
    .form-check-label .flag img{
        max-width: 35px;
    }
}
@media (min-width: 768px) {
    .site-logo{
        max-width: 200px;
    }
    .card.checked .check-icon{
        display: block;
    }
    .mobile-fixed-bottom{
        position: relative;
        background-color: transparent;
    }
    .form-check-label .flag img{
        max-width: none;
    }
}

.bg-bluish-grey {
    background-color: #f0f4f7;
}

.store-card .store-link-btn {
    border-radius: 50% !important;
    /*padding: .5rem !important;*/
    width: 48px;
    height: 48px;
}

.store-card .store-link-btn img {
    object-fit: contain;
}

.store-card .store-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.percentage-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    padding: .25rem .25rem;
    font-size: 0.75rem;
    font-weight: 500;
}
.percentage-badge.green {
    background-color: #0091001A;
    color: #009100;
}
.percentage-badge.red {
    background-color: #BC362F4D;
    color: #BC362F;
}
.percentage-badge.grey {
    background-color: #e7e7e7;
    color: #555;
}
.nav-links-div .nav-link:hover {
    /*text-decoration: underline !important;*/
    font-weight: 500;
}