﻿*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

:root {
    --blu-menoScuro-color: #425cc7;
    --blu-scuro-color: #041c33;
}

.dataTable thead tr:nth-child(1) th {
    border-bottom: none !important;
}

body {
    background-color: #eeeff0;
    font-family: 'Avenir Next';
    color: #041c33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Medium-06.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fluent System Icons';
    src: url('../fonts/FluentSystemIcons-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.6rem;
    line-height: 120%;
    font-weight: 500;
}

h2 {
    font-weight: 500;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: 500;
}

h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    line-height: 105%;
    font-weight: 500;
}

h6 {
    margin-top: 0px;
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    margin-bottom: 0px;
    color: #4f6070;
    font-size: 1.1rem;
    line-height: 160%;
}

a {
    color: #425cc7;
    text-decoration: none;
}

label {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    line-height: 100%;
    font-weight: 500;
}

.section {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.wrapper {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
}

.navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 40;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
/*    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;*/
    padding: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eeeff0;
    background-color: #fff;
}

    .navbar.notification {
        padding-top: 12px;
        padding-bottom: 8px;
        background-color: #55c09b;
        -webkit-transition: background-color 200ms ease;
        transition: background-color 200ms ease;
        color: #041c33;
        font-size: 0.9rem;
        line-height: 120%;
        text-decoration: none;
    }

        .navbar.notification.link:hover {
            background-color: rgba(85, 192, 155, 0.8);
        }

.body-container{
    max-width:100%;
    display:flex;
}
/*container login----------------*/
.formcontainer {
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-top: 5vh;
    margin-left: auto;
    
    background-color: #fff;
    border-radius: 5px;
}
#loginFormBody {
    padding: 48px 8%;
}

#loginFormHead {
    padding: 10px 10px;
    text-align: center;
    background-color: #041c33;
    font-family: 'Avenir Next', sans-serif;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#Login1_UserName{
    height:20px;
}
#Password {
    height: 20px;
}
#usernameField{
    margin-bottom:0px;
}
#passwordField{
    margin-bottom:10px;
}
#forgotPassword {
    text-decoration: none;
    color: #425cc7;
    font-family: 'Avenir Next', sans-serif;
}
/*-------------------------------*/
/*SIDEBAR-------------------------------*/

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    overflow-y: auto;
}

#sideFooter {
    margin-top: auto;
    padding-bottom: 10px;
    background-color: #fff;
}

.sidebarRow {
    
    color: #041c33;
    cursor:pointer;
}
.sidebarRow-stab {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #041c33;
}

.sidebarRow a{
    display:inline-block;
    width:100%;
    height:100%;
    color:var(--blu-scuro-color);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebarTitle {
    padding-left: 20px;
    padding-right: 20px;
/*    padding-top: 10px;
    padding-bottom: 10px;*/
}
#sidebar-img {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom:10px;

}
#corsiFormazione {
    flex-grow: 1;
    color: #425cc7;
}
#documentazione {
    margin-bottom: 40px;
    color: #425cc7;
}
.sidebarRow:hover{
    background-color:lightgray;
}
#selectStabilimento{
    border-radius:0px;
    height:30px;
    font-size:0.8rem;
    color:var(--blu-scuro-color);
    cursor:pointer;
}
.sidebarIcon{
    width:20px;
}
.activeRow {
    border-left: 6px solid #0d6efd;
}
/*-------------------------------*/
/*mobile header*/
.mobileHeader {
    display: none;
}


/*SIDEBAR MOBILE*/
.sidebarMobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    overflow-y: auto;
}

#sideFooterMobile {
    margin-top: auto;
    padding-bottom: 10px;
    background-color: #fff;
}

.sidebarRowMobile {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #041c33;
    cursor: pointer;
}

.sidebarRow-stab-Mobile {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #041c33;
}

.sidebarRowMobile a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: var(--blu-scuro-color)
}

.sidebarTitleMobile {
    padding-left: 20px;
    padding-right: 20px;
/*    padding-top: 10px;
    padding-bottom: 10px;*/
}

#sidebar-img-Mobile {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#corsiFormazioneMobile {
    flex-grow: 1;
    color: #425cc7;
}

#documentazioneMobile {
    margin-bottom: 40px;
    color: #425cc7;
}

.sidebarRowMobile:hover {
    background-color: lightgray;
}

#selectStabilimentoMobile {
    border-radius: 0px;
    height: 30px;
    font-size: 0.8rem;
    color: var(--blu-scuro-color);
    cursor: pointer;
}

.sidebarIconMobile {
    width: 20px;
}

.activeRowMobile {
    background-color: lightgray;
}

/*CONTENT-------------------------------*/
.content {
    width:calc(100vw - 300px);
    flex-grow:1;
    padding-left: 300px;
    padding-right:60px;
    padding-top:80px;
    left: 0;
}
.box {
    max-width: 100%;
    min-height: 300px;
    background-color: white;
    /*border-radius: 5px;*/
    margin-bottom: 40px;
    padding:35px;
}
tr.searchColumn th > input {
    width: 100%;
}

/*-------------------------------*/

/*responsive*/
@media screen and (max-width: 800px) {
    .body-container {
        max-width: 100%;
        display: block;
    }
    .sidebar {
        display: none;
    }
    .mobileHeader{
        display:flex;
        background-color:white;
        padding:15px 30px;
        align-content:center;
        justify-content:space-between;
    }
    .right-mobile-header{
        display:flex;
        align-items:center;
    }
    .content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top:30px;
        width: 100%;
        margin:auto;
    }
    #mobileSidebar{
        width:300px;
    }
}





body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}

/* Modal Content/Box */
/*.modal-content {
    background-color: #fefefe;
    margin: auto;*/ /* 15% from the top and centered */
    /*padding: 100px 20px 20px;
    border: 1px solid #888;
    width: 100%;*/ /* Could be more or less, depending on screen size */
    /*z-index: 100000;*/ /* Sit on top */
    /*max-width: 1100px;
    position: relative;
}
@media (min-width: 1000px) {
    .modal-dialog {
        width: 80%;
    }
}*/


























.formcontainer.actions {
    width: 100%;
    background-color: transparent;
}

    .formcontainer.margin-bottom-48 {
        margin-bottom: 3rem;
    }

    .formcontainer.margin-bottom-64 {
        margin-bottom: 4rem;
    }

.button {
    display: inline-block;
    padding: 16px 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #425cc7;
    border-radius: 1px;
    background-color: #425cc7;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

    .button.secondary {
        border-style: solid;
        border-width: 1px;
        border-color: #425cc7;
        border-top-left-radius: 1px;
        background-color: transparent;
        color: #425cc7;
    }

        .button.secondary:hover {
            background-color: rgba(66, 92, 199, 0.1);
        }

        .button.secondary.margin-right-16 {
            margin-right: 1rem;
        }

        .button.secondary.iconspace {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: auto;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            border-style: none;
        }

    .button.full {
        display: block;
    }

        .button.full.margin-bottom-16 {
            overflow: hidden;
        }

            .button.full.margin-bottom-16.error {
                border-color: #c00;
                background-color: #c00;
            }

    .button.tertiary {
        padding: 16px 0px;
        border: 1px solid transparent;
        border-radius: 0px;
        background-color: transparent;
        color: #425cc7;
        text-align: left;
    }

        .button.tertiary.auto {
            margin-right: auto;
            margin-left: auto;
        }

        .button.tertiary.full {
            text-align: center;
        }

            .button.tertiary.full:hover {
                background-color: rgba(66, 92, 199, 0.05);
            }

    .button.form-field {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .button.icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 48px;
        height: 48px;
        padding: 8px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'Fluent System Icons', sans-serif;
        font-size: 1.3rem;
    }

        .button.icon:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

        .button.icon.absolute {
            position: absolute;
            left: auto;
            top: 0%;
            right: 0%;
            bottom: auto;
            overflow: visible;
        }

        .button.icon.delete {
            border-color: transparent;
            background-color: transparent;
            color: red;
        }

.logo-menu {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 8px;
}

.logo-menu1 {
    height: 24px;
}

.center-text {
    text-align: center;
}

    .center-text.margin-bottom-32 {
        margin-bottom: 2rem;
        color: #4f6070;
    }

.margin-bottom-24 {
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.margin-bottom-16 {
    margin-bottom: 1rem;
}

.margin-bottom-1 {
    margin-bottom: 1px;
}

.grid-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

    .grid-2.margin-bottom-32 {
        margin-bottom: 2rem;
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 420px;
    padding: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeff0;
    background-color: #fff;
    color: #041c33;
    text-decoration: none;
}


    .card.not-hover {
        z-index: 100;
        min-height: auto;
        margin-bottom: 1rem;
    }

        .card.not-hover:hover {
            border-color: #eeeff0;
        }

    .card.suggested {
        background-color: #041c33;
        color: #fff;
    }

.list-check-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.icon-font {
    width: 24px;
    height: 24px;
}

    .icon-font.margin-right-8 {
        margin-right: 0.5rem;
    }

.grow-if {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .grow-if.margin-bottom-48 {
        margin-bottom: 3rem;
    }

.form-email {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.field {
    margin-bottom: 1.5rem;
    text-align: left;
}

    .field.nobottom {
        margin-bottom: 0rem;
    }

.text-field {
    min-height: 48px;
    margin-bottom: 0rem;
    padding: 1rem 0.8rem;
    border-style: solid;
    border-width: 2px;
    border-color: #eeeff0;
    background-color: #eeeff0;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
}

    .text-field:hover {
        border-color: #425cc7;
    }

    .text-field:active {
        border-color: #041c33;
    }

    .text-field:focus {
        border-color: #425cc7;
        color: #425cc7;
    }

    .text-field::-webkit-input-placeholder {
        color: rgba(4, 28, 51, 0.5);
        font-style: italic;
    }

    .text-field:-ms-input-placeholder {
        color: rgba(4, 28, 51, 0.5);
        font-style: italic;
    }

    .text-field::-ms-input-placeholder {
        color: rgba(4, 28, 51, 0.5);
        font-style: italic;
    }

    .text-field::placeholder {
        color: rgba(4, 28, 51, 0.5);
        font-style: italic;
    }

    .text-field.area {
        min-height: 120px;
    }

    .text-field.drop {
        min-height: 48px;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

.tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .tab-menu.margin-bottom-32 {
        margin-bottom: 2rem;
    }

.tab {
    padding: 12px 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #eeeff0;
    background-color: transparent;
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
}

    .tab.w--current {
        border-bottom-color: #425cc7;
        background-color: transparent;
        color: #425cc7;
    }

.divider {
    width: 100%;
    height: 1px;
    background-color: #eeeff0;
}

    .divider.margin-both {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

.help-text {
    margin-top: 0.6rem;
    margin-bottom: 0rem;
    color: #4f6070;
    font-size: 0.85rem;
    font-style: italic;
    font-weight: 500;
}

.stick-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.element-stycky {
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
    width: 30%;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.sticky-content {
    position: relative;
    width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flex.space-bethween {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flex.start {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .flex.start.margin-bottom-16 {
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

.container {
    padding: 1.1rem;
    background-color: #fff;
}

    .container.vertical-scroll {
        padding-top: 0rem;
        padding-right: 0rem;
        padding-bottom: 0rem;
    }

.margin-bottom-8 {
    margin-bottom: 0.5rem;
}

.bold {
    color: #041c33;
}

.font-icon {
    padding: 0px;
    font-family: 'Fluent System Icons', sans-serif;
    color: #425cc7;
    font-size: 1.6rem;
    line-height: 100%;
}

    .font-icon.margin-right-8 {
        margin-right: 0.5rem;
    }

.p-small {
    font-size: 1rem;
}

.heading {
    font-weight: 500;
}

.testo-bianco {
    color: #eeeff0;
}

.action-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.margin-bottom-64 {
    margin-bottom: 4rem;
}

    .margin-bottom-64.inline {
        display: inline-block;
    }

.vertical-scrolling {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-right: 4px solid transparent;
    color: #041c33;
    font-size: 1rem;
    text-decoration: none;
}

    .vertical-scrolling.w--current {
        border-right-color: #425cc7;
        color: #425cc7;
    }

.overlay-remove {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(4, 28, 51, 0.8);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
}

.modal-popup {
    position: relative;
    z-index: 20;
    width: 50%;
    max-width: 560px;
    padding: 49px;
    background-color: #eeeff0;
    text-align: center;
}

    .modal-popup.edit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 90vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-color: #fff;
    }

.info-checkout {
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.data-element {
    display: inline-block;
    margin-right: 0rem;
    padding: 0.3rem 1.4rem;
    border-right: 1px solid rgba(79, 96, 112, 0.2);
    text-align: center;
}

.data-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gg {
    margin-bottom: 0.2rem;
    font-size: 1.5rem;
}

.mm {
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
    text-transform: uppercase;
}

._50 {
    width: 50%;
}

    ._50.auto {
        margin-right: auto;
        margin-left: auto;
    }

.overlay-edit {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(4, 28, 51, 0.8);
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
}

@media screen and (max-width: 991px) {
    .formcontainer {
        padding: 32px;
    }

    .element-stycky {
        width: 38%;
    }
}

@media screen and (max-width: 767px) {
    .grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {
    .navbar {
        z-index: 50;
        width: 100%;
    }

    .formcontainer {
        padding: 16px;
    }

    .button {
        padding: 13px 8px;
    }

        .button.full.pushordine {
            position: fixed;
            left: 0%;
            top: auto;
            right: 0%;
            bottom: 0%;
            z-index: 999;
            padding-top: 24px;
            padding-bottom: 24px;
        }

    .logo-menu {
        width: 16px;
        height: 16px;
        object-fit: contain;
        margin-right: 8px;
    }

    .lgo-menu1 {
        height: 24px;
    }

    .margin-bottom-24 {
        font-weight: 500;
    }

    .form-email {
        width: 100%;
    }

    .field {
        margin-bottom: 0rem;
    }

    .stick-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .element-stycky {
        position: static;
        width: 100%;
        margin-bottom: 24px;
    }

    .sticky-content {
        width: 100%;
    }

    .overlay-remove {
        z-index: 110;
    }

    .modal-popup {
        width: 95%;
        padding: 40px 24px;
    }

        .modal-popup.edit {
            overflow: scroll;
            height: 95vh;
        }

    ._50 {
        width: 100%;
    }

    .overlay-edit {
        z-index: 110;
    }
}

#w-node-c2a2f155-39b9-546b-ad9d-89f2a469de88-a469de7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-c2a2f155-39b9-546b-ad9d-89f2a469de89-a469de7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-c2a2f155-39b9-546b-ad9d-89f2a469de8d-a469de7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-c2a2f155-39b9-546b-ad9d-89f2a469de8e-a469de7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_5a97d3bb-5ee3-832a-d9a4-096b6362eab2-a469de7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_5a97d3bb-5ee3-832a-d9a4-096b6362eab3-a469de7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_279d4cc9-2626-49e3-9b7f-615a3a86718c-a469de7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_9f17f3e9-b85b-b80b-537c-7d19d9245f2b-a469de7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_59dadb5b-e062-8580-df58-d47aabd1c0a2-a469de7f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_582f5925-09a5-2e06-deca-2c225f6d09b6-f4a91bc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-ae10eed2-977a-be19-6e94-004368da9ea4-f4a91bc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8ecade3e-8992-0c03-56a7-f52001511dc3-f4a91bc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8ecade3e-8992-0c03-56a7-f52001511dc4-f4a91bc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_576151b1-f5f5-4b71-f4c6-b0b89568f84f-f4a91bc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_576151b1-f5f5-4b71-f4c6-b0b89568f850-f4a91bc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-aa905a9a-e873-c141-6849-6089cb5c9201-f4a91bc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_0e0032de-118f-ad64-c260-b7a2a30caae4-f4a91bc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-f1a8493c-eaf8-b1b7-c653-3ce3976600d0-f4a91bc8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_750b639b-d19f-6fd4-3663-b75981daadf8-d8cd44ed {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
    #w-node-c2a2f155-39b9-546b-ad9d-89f2a469de88-a469de7f {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Medium-06.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fluent System Icons';
    src: url('../fonts/FluentSystemIcons-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}



/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.wrong .fa-check {
    display: none;
}

.good .fa-times {
    display: none;
}

.list-unstyled {
    list-style: none;
}

    .list-unstyled li {
        text-align: left;
    }

.d-none {
    display: none;
}

.validity-tooltip {
    display: none !important;
}

.has_error {
    border-color: red;
}

#pass-input {
    position: relative;
}

#showpass {
    position: absolute;
    font-size: 1.2rem;
    bottom: 15px;
    right: 10px;
    cursor: pointer;
}

#FailureText {
    color: red;
    display: none;
}

.dataTables_length .form-control {
    display: inline !important;
    width: auto;

    height: 20px;
    line-height: 1.5;
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 3px;
}

.paginate_button.active {
    background-color: lightgray !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #ededed !important;
    border: none !important;
}
