/* _content/EMWS/Components/AboutUs.razor.rz.scp.css */
*[b-ms6eor200z] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


img[b-ms6eor200z] {
    max-width: 100%;
}

body[b-ms6eor200z] {
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    line-height: 1.67;
    color: #444;
    padding: 60px 0;
}

.section-title[b-ms6eor200z] {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.section-title[b-ms6eor200z]:after,
.section-title[b-ms6eor200z]:before {
    content: "";
    position: absolute;
    bottom: 0;
}

.section-title[b-ms6eor200z]:after {
    height: 2px;
    background-color: rgba(252, 92, 15, 0.46);
    left: 25%;
    right: 25%;
}

.section-title[b-ms6eor200z]:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
}

/* CAROUSEL STARTS */
.feedback-slider[b-ms6eor200z] {
    
}
.customer-feedback[b-ms6eor200z] {
    
}
.owl-carousel[b-ms6eor200z] {
    
}
.customer-feedback .owl-item img[b-ms6eor200z] {
    
    width: 85px;
    height: 85px;
}

.feedback-slider-item[b-ms6eor200z] {
    
    position: relative;
    padding: 60px;
    margin-top: -40px;
}
p[b-ms6eor200z] {
    color:black;
    margin-left: 45px;
    margin-right: 45px;
    font-size: 20px;
    font-weight: 100;
}
.customer-name[b-ms6eor200z] {
    color: #00A8EA;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
}

.box[b-ms6eor200z] {
    overflow: hidden;
    overflow-wrap: break-word;
}

.customer-rating[b-ms6eor200z] {
    background-color: #d4ecf7;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}

.thumb-prev .customer-rating[b-ms6eor200z] {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating[b-ms6eor200z] {
    top: -20px;
    right: 0;
}

.customer-rating i[b-ms6eor200z] {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

/* BACKGROUND COLOR OF THE ACTIVE SLIDER #faf8f6*/
.feedback-slider-item[b-ms6eor200z]:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #fff;
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1;
}

.thumb-prev[b-ms6eor200z],
.thumb-next[b-ms6eor200z] {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.thumb-next[b-ms6eor200z] {
    left: auto;
    right: -90px;
}

.feedback-slider-thumb img[b-ms6eor200z] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover[b-ms6eor200z] {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"][b-ms6eor200z] {
    
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i[b-ms6eor200z] {
    background-color: transparent;
    color: rgb(251, 90, 13);
    font-size: 25px;
}

.customer-feedback .owl-prev[b-ms6eor200z] {
    left: -15px;
}

.customer-feedback .owl-prev:hover[b-ms6eor200z] {
    left: -20px;
}

.customer-feedback .owl-next[b-ms6eor200z] {
    right: -15px;
}

.customer-feedback .owl-next:hover[b-ms6eor200z] {
    right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots[b-ms6eor200z] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}

.customer-feedback .owl-dot[b-ms6eor200z] {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span[b-ms6eor200z] {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span[b-ms6eor200z] {
    background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .feedback-slider-item[b-ms6eor200z]:after {
        left: 30px;
        right: 30px;
    }

    .customer-feedback .owl-nav [class*="owl-"][b-ms6eor200z] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }

    .customer-feedback .owl-prev[b-ms6eor200z] {
        left: 0;
    }

    .customer-feedback .owl-next[b-ms6eor200z] {
        right: 0;
    }
}

/* _content/EMWS/Components/CarouselAnimated.razor.rz.scp.css */
*[b-qrvk1uv77v] {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root[b-qrvk1uv77v] {
    --purple: hsl(240, 80%, 89%);
    --pink: hsl(0, 59%, 94%);
    --light-bg: hsl(204, 37%, 92%);
    --light-gray-bg: hsl(0, 0%, 94%);
    --white: hsl(0, 0%, 100%);
    --dark: hsl(0, 0%, 7%);
    --text-gray: hsl(0, 0%, 30%);
}

body[b-qrvk1uv77v] {
    background: var(--light-bg);
    font-family: "Space Grotesk", sans-serif;
    color: var(--dark);
}

h3[b-qrvk1uv77v] {
    font-size: 1.5em;
    font-weight: 700;
}

p[b-qrvk1uv77v] {
    font-size: 1em;
    line-height: 1.7;
    font-weight: 300;
    color: var(--text-gray);
}

.description[b-qrvk1uv77v] {
    white-space: pre-wrap;
}

a[b-qrvk1uv77v] {
    text-decoration: none;
    color: inherit;
}

.wrap[b-qrvk1uv77v] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 24px;
    padding: 24px;
    flex-wrap: wrap;
}

.box[b-qrvk1uv77v] {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
    padding: 24px;
    background: #fff;
}

.box-top[b-qrvk1uv77v] {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
    margin-bottom: 36px;
}

.box-image[b-qrvk1uv77v] {
    width: 100%;
    height: 360px;
    object-fit: contain;
    object-position: 50% 20%;
}

.title-flex[b-qrvk1uv77v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-title[b-qrvk1uv77v] {
    border-left: 3px solid var(--purple);
    padding-left: 12px;
}

.user-follow-info[b-qrvk1uv77v] {
    color: hsl(0, 0%, 60%);
}

.button[b-qrvk1uv77v] {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: auto;
    padding: 16px;
    color: #000;
    background: transparent;
    box-shadow: 0px 0px 0px 1px black inset;
    transition: background 0.4s ease;
}

    .button:hover[b-qrvk1uv77v] {
        background: var(--purple);
    }

.fill-one[b-qrvk1uv77v] {
    background: var(--light-bg);
}

.fill-two[b-qrvk1uv77v] {
    background: var(--pink);
}

/* RESPONSIVE QUERIES */

@media (min-width: 320px) {
    .title-flex[b-qrvk1uv77v] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .user-follow-info[b-qrvk1uv77v] {
        margin-top: 6px;
    }
}

@media (min-width: 460px) {
    .title-flex[b-qrvk1uv77v] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }

    .user-follow-info[b-qrvk1uv77v] {
        margin-top: 6px;
    }
}

@media (min-width: 640px) {
    .box[b-qrvk1uv77v] {
        flex-basis: calc(50% - 12px);
    }

    .title-flex[b-qrvk1uv77v] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .user-follow-info[b-qrvk1uv77v] {
        margin-top: 6px;
    }
}

@media (min-width: 840px) {
    .title-flex[b-qrvk1uv77v] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }

    .user-follow-info[b-qrvk1uv77v] {
        margin-top: 6px;
    }
}

@media (min-width: 1024px) {
    .box[b-qrvk1uv77v] {
        flex-basis: calc(33.3% - 16px);
    }

    .title-flex[b-qrvk1uv77v] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .user-follow-info[b-qrvk1uv77v] {
        margin-top: 6px;
    }
}

@media (min-width: 1100px) {
    .box[b-qrvk1uv77v] {
        flex-basis: calc(25% - 18px);
    }
}
/* _content/EMWS/Components/JSStats.razor.rz.scp.css */
html[b-8dxz38sgxg], body[b-8dxz38sgxg] {   }

#pivotgrid-chart-1[b-8dxz38sgxg] {
    /*height: 1000px;*/
    /*    min-height: 500px;
    min-width: 300px;
*/

    height: 100%;
    width: 100%;
    background-color: white;
}
#pivotgrid1[b-8dxz38sgxg] {
    height: 100%;
    width: 100%;
    background-color: white;
}
#resizable1[b-8dxz38sgxg] {
    padding: 3px;
    background-color: rgba(191, 191, 191, 0.15);
}

.dx-button[b-8dxz38sgxg] {
    margin: 10px 0;
}

.options[b-8dxz38sgxg] {
    padding: 0px;
    margin-top: 10px;
    background-color: rgba(191, 191, 191, 0.45);
}

/*.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    width: 20%;
    display: inline-block;
    margin: 2px 0;
    margin-top: 10px;
}*/


a[b-8dxz38sgxg], .btn-link[b-8dxz38sgxg] {
    color: #0366d6;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/*app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }*/
}
/* _content/EMWS/Components/PivotChartGraphTabsView.razor.rz.scp.css */
html[b-65rvnd0ula], body[b-65rvnd0ula] {
}

#pivotgrid-chart-1[b-65rvnd0ula] {
    /*height: 1000px;*/
    /*    min-height: 500px;
    min-width: 300px;
*/

    height: 100%;
    width: 100%;
    background-color: white;
}

#pivotgrid1[b-65rvnd0ula] {
    height: 100%;
    width: 100%;
    background-color: white;
}

#resizable1[b-65rvnd0ula] {
    padding: 3px;
    background-color: rgba(191, 191, 191, 0.15);
}

.dx-button[b-65rvnd0ula] {
    margin: 10px 0;
}

.options[b-65rvnd0ula] {
    padding: 0px;
    margin-top: 10px;
    background-color: rgba(191, 191, 191, 0.45);
}

/*.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    width: 20%;
    display: inline-block;
    margin: 2px 0;
    margin-top: 10px;
}*/


a[b-65rvnd0ula], .btn-link[b-65rvnd0ula] {
    color: #0366d6;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/*app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {*/
/* Never collapse the sidebar for wide screens */
/*display: block;
    }*/
}
/* _content/EMWS/Components/ProgettiClienti.razor.rz.scp.css */
/* _content/EMWS/Components/Welcome.razor.rz.scp.css */
/*@font-face {
    font-family: 'Istok Web';
    src: url(asset/font/IstokWeb-Regular.ttf);
}

@font-face {
    font-family: 'Istok Web';
    src: url(font/IstokWeb-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Poppins';
    src: url(font/Poppins-Light.ttf);
    font-weight: 100;
}

@font-face {
    font-family: 'Poppins';
    src: url(font/Poppins-Bold.ttf);
    font-weight: 700;
}*/

:root[b-ptlje0gm8b] {
    --primary-color: #013456;
    --accent-color: #FAD405;
}

.Intro h3[b-ptlje0gm8b] {
    color: var(--primary-color);
    text-align: center;
    font-family: FontAwesome-webfont;
    font-size: 24px;
    font-weight: 500;
    margin-left: 0px;
    margin-top: 20px;
}
.Intro h2[b-ptlje0gm8b] {
    color: #00A8EA;
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 30px;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 100;
    margin-left: 0px;
    margin-top: 0px;
}


/* _content/EMWS/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t9iutsccju] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-t9iutsccju] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t9iutsccju] {
    font-size: 1.1rem;
}

.oi[b-t9iutsccju] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-t9iutsccju] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t9iutsccju] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t9iutsccju] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t9iutsccju]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-t9iutsccju]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-t9iutsccju]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t9iutsccju] {
        display: none;
    }

    .collapse[b-t9iutsccju] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
