/**
 * z-index
 *
 * Please, if you add or change something in this list,
 * add or change the same:
 * GlassesUSA-Desktop/css/cssVariables.scss
 *
 */

/**
 * COLORS
 *
 * How to get color name:
 * use this service http://chir.ag/projects/name-that-color/
 *
 * How to create variable:
 * --color-[your color name] like these: --color-white, --color-black etc...
 */

:root {
    /* Fonts family */

    /* Font weights */

    /* Common colors */

    /* Primary colors */

    /**
    colors that are not in the dsm
     */

    /* Marketing colors */

    /* Logo colors */

    /* Deprecated colors */

    /* Images path */

    /* UHC colors */

    /* Status colors */
}

/* If you want edit this variables don't forget about variables for JS "./modules/constants/mediaQueries.js" */

.loader__loader___1X2iV {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.loader__animate___2L3gX {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        border-radius: 100%;
        margin-right: 10px;
        position: relative;
    }

.loader__animate___2L3gX:last-of-type {
            margin-right: 0;
        }

.loader__animate___2L3gX::before {
            content: "";
            display: block;
            padding-top: 100%;
        }

.loader__first___1u8hZ {
        -webkit-animation: loader__loader10g___2xBvY 3s ease-in-out infinite;
                animation: loader__loader10g___2xBvY 3s ease-in-out infinite;
    }

.loader__second___2kfxQ {
        -webkit-animation: loader__loader10m___3H6QA 3s ease-in-out infinite;
                animation: loader__loader10m___3H6QA 3s ease-in-out infinite;
    }

.loader__third___q_yt2 {
        -webkit-animation: loader__loader10d___BxWf1 3s ease-in-out infinite;
                animation: loader__loader10d___BxWf1 3s ease-in-out infinite;
    }

.loader__blue___2vhop .loader__animate___2L3gX {
        background-color: #3fabe6;
    }

.loader__white___3tLFH .loader__animate___2L3gX {
        background-color: #fff;
    }

.loader__orange___2EtOP .loader__animate___2L3gX {
        background-color: #ff6c00;
    }

@-webkit-keyframes loader__loader10g___2xBvY {
    0% { opacity: .2; }
    25% { opacity: 1; }
    50% { opacity: .2; }
    75% { opacity: .2; }
    100% { opacity: .2; }
}

@keyframes loader__loader10g___2xBvY {
    0% { opacity: .2; }
    25% { opacity: 1; }
    50% { opacity: .2; }
    75% { opacity: .2; }
    100% { opacity: .2; }
}

@-webkit-keyframes loader__loader10m___3H6QA {
    0% { opacity: .2; }
    25% { opacity: .2; }
    50% { opacity: 1; }
    75% { opacity: .2; }
    100% { opacity: .2; }
}

@keyframes loader__loader10m___3H6QA {
    0% { opacity: .2; }
    25% { opacity: .2; }
    50% { opacity: 1; }
    75% { opacity: .2; }
    100% { opacity: .2; }
}

@-webkit-keyframes loader__loader10d___BxWf1 {
    0% { opacity: .2; }
    25% { opacity: .2; }
    50% { opacity: .2; }
    75% { opacity: 1; }
    100% { opacity: .2; }
}

@keyframes loader__loader10d___BxWf1 {
    0% { opacity: .2; }
    25% { opacity: .2; }
    50% { opacity: .2; }
    75% { opacity: 1; }
    100% { opacity: .2; }
}

.dynamicPathResolver__loader___2laiN {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100vw;
        height: 100vh;
    }


/*# sourceMappingURL=DynamicPathResolver.6bcc6cf26045d0cc3938.css.map*/