﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

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

::selection {
    color: #4eb04e;
    background: rgba(78, 176, 78, 0.1);
}

:root {
    font-size: 16px;
}

.prodBeforeLoginContainer {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.menuHead {
    width: 100%;
    height: 70px;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.12);
}

.menuContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 56px;
}

.menuLogo {
    display: flex !important;
    height: 34px;
}

.prodBeforeLoginHead {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prodBeforeLoginContent {
    width: 100%;
    height: calc(100vh - 4.375rem);
    background: url(../../images/backgroundSignUp.svg) no-repeat center center;
    background-size: cover;
    padding: 2.563rem 8.125rem;
    overflow: auto;
}

.primaryBtn {
    width: auto;
    height: auto;
    max-height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    padding: 1.5rem 0.688rem;
    border-radius: 0.625rem;
    background: #388438;
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.006rem;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

.prodBeforeLogin {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1440px;
    margin: 0 auto;
}


    .prodBeforeLogin h1 {
        font-size: 1.75rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: -0.009rem;
        text-align: left;
        color: #222;
    }

.productsContainer {
    width: 100%;
    height: 100%;
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
}

.productsCard {
    width: 100%;
    max-width: 23.75rem;
    height: 22.25rem;
    padding: 1.875rem 1.375rem 1.875rem 1.875rem;
    border-radius: 0.625rem;
    box-shadow: 0 0.25rem 1.75rem 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.prodDetails {
    margin-top: 2.5rem;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.disNone {
    display: none !important;
}

.prodDesc {
    margin-top: 1.938rem;
}

    .prodDesc p {
        font-size: 0.875rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #666;
    }

    .prodDesc a {
        cursor: pointer;
        text-decoration: none;
        color: #388438;
    }

.prodCardFooter {
    width: 100%;
}

.primaryBtn.largeBtn {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.025rem;
    text-align: right;
    color: #fff;
}


.msgContainer {
    width: 100%;
    height: auto;
    padding: 0.813rem 0.875rem 0.875rem 0.969rem;
    border-radius: 0.75rem;
    min-height: 3.938rem;
}

    .msgContainer.noAccess {
        background-color: #ffe0b2;
        display: flex;
        gap: 0.5rem;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .msgContainer.noAccess p {
            font-size: 0.875rem;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: 0.013rem;
            text-align: left;
            color: #e06a00;
        }

    .msgContainer.comingSoon {
        display: flex;
        justify-content: center;
        align-items: center;
        user-select: none;
        background-color: #e6ffe6;
    }

        .msgContainer.comingSoon p {
            font-size: 1.125rem;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: 0.013rem;
            text-align: center;
            color: #388438;
        }

.prodCardFooter a {
    margin-top: 1.938rem;
}

.msgContainer {
    margin-top: 1.25rem;
}

.productIcon,
.brandLogo {
    display: flex;
}

.footerContainer {
    margin-top: 1.25rem;
}

    .footerContainer p {
        font-size: 0.75rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: 0.011rem;
        text-align: left;
        color: #222;
    }

.brandLogo img {
    height: 3.125rem;
}

.productIcon img {
    width: 2.25rem;
    height: 2.5rem;
}

.evalLink a {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #388438;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

@media only screen and (max-height: 800px) {
    :root {
        font-size: 13px;
    }
}

.disableApp {
    background: #e2e3e3;
    color: #aeaeae !important;
    pointer-events: none;
}

.productsCard.disableCard{
    /*opacity:0.5;*/
}
