/*#region custom styling*/
.tif-chart-popup-button-selected {
    background-color: var(--accent-primary-light) !important;
    color: var(--accent-primary-dark) !important;
}

.tif-chart-popup-button-single-visit,
.tif-chart-popup-button-neutral {
    height: 26px;
    flex-grow: 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    border: none;
    width: 100%;
}

.tif-chart-popup-button-neutral {
    background-color: var(--neutral-neutral-50);
    color: var(--neutral-neutral-700);
}

    .tif-chart-popup-button-neutral:hover {
        background-color: var(--neutral-neutral-600);
    }

    .tif-chart-popup-button-neutral:active {
        background-image: none !important;
        background-size: unset !important;
    }

.tif-chart-popup-button-selected:active {
    background-image: none !important;
    background-size: unset !important;
}

.tif-chart-popup-button-single-visit {
    color: var(--white);
    padding: 0px;
    width: 148px;
    height: 20px;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 8px;
    border-radius: 4px;
    background-color: var(--neutral-neutral-700);
    pointer-events: auto;
}


.tif-chart-popup-button-status-indicator-box {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 4px;
    background-color: var(--neutral-neutral-500);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tif-chart-popup-button-status-indicator-text {
    width: 16px;
    height: 16px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    color: var(--neutral-neutral-900);
}

.tif-chart-popup-close-button {
    background: var(--neutral-neutral-800);
    border: none;
    font-size: 21px;
    align-self: baseline;
    display: flex;
    margin-top: -5px;
}

.tooltip-close-icon {
    height: 16px;
    width: 16px;
    filter: invert(1);
}

    .tooltip-close-icon:hover {
        object-fit: contain;
        border-radius: 20px;
        background: var(--neutral-neutral-700);
    }



.rz-breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    /*margin-bottom: 16px;*/
}

    .rz-breadcrumb * {
        vertical-align: middle;
        font-size: 12px;
    }
    /*breadcrumb link*/
    .rz-breadcrumb .rz-link-text {
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
    }
    /*breadcrumb label (unclickable)*/
    .rz-breadcrumb .rz-label {
        font-size: 12px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: var(--neutral-neutral-600);
    }

.rz-breadcrumb-item {
    flex-grow: 0;
}
    /*breadcrumb delimiter*/
    .rz-breadcrumb-item + .rz-breadcrumb-item::before {
        content: '/';
        flex-grow: 0;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: var(--neutral-neutral-400);
        margin-right: 4px;
    }


/*MUST BE FINAL STYLE TO PREVENT LAYOUT FLICKER*/
#loadOverlay {
    display: none;
}

/*#endregion */

body:has(.rz-dialog-wrapper) {
    overflow: hidden;
}

a, .btn-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -0.14px;
    color: var(--accent-primary);
}




    a:hover {
        color: var(--accent-primary);
        text-decoration: underline;
    }


.cancel-copy {
    height: 31px;
    width: 101px;
    color: #3144BD;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 21px;
}

.html-link-copy {
    height: 31px;
    width: 73px;
    color: #3349A4;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
}

    .html-link-copy:hover {
        color: #3349A4;
        text-decoration: none;
    }


.content {
    padding-top: 5.0rem;
    padding-bottom: 120px;
    background-color: var(--neutral-neutral-50) !important;
}

.top-bar {
    background-color: #ffffff !important;
}



.invalid {
    outline: solid var(--size-10) var(--special-danger-danger);
}

.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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.navbar-light .navbar-nav .nav-link {
    color: #4f5159;
    border-radius: 4px;
    display: flex;
    text-transform: uppercase;
    font-size: 16px;
}

    .navbar-light .navbar-nav .nav-link.active {
        background-color: white;
        color: rgba(30,152,163,1);
        font-weight: 600;
    }

:root {
    --mlx-primary: #1B97A2;
    --mlx-green: #9BC418;
    --mlx-orange: #F4B332;
    --mlx-purple: #731b83;
    --mlx-blue: #007991;
    --mlx-text-black: #43464e;
    --mlx-text-gray: #9698a0;
    --mlx-primary-sidebar: #1A2244;
    --mlx-secondary-black: #000000;
    --mlx-secondary-gray: #575757;
    --mlx-secondary-text-gray: #333333;
    --mlx-badge-gray: #eeeeee;
    --mlx-badge-text: #0d4a4f;
    --mlx-focus-gray: #f5f5f5;
    /*visits scheduler colors */
    --mlx-visit-scheduled: #8EB3C0;
    --mlx-visit-requested: #92C9B0;
    --mlx-visit-completed: #CBDA8F;
    --mlx-visit-incomplete: #F0C2B7;
    --mlx-visit-missed: #D8644B;
    --mlx-type-lupa-warning: #A41714;
    --mlx-type-lupa-warning-background: #F8EFEE;
    /*visit details colors*/
    --mlx-visit-navigation: #007991;
    /*specific ui elements*/
    --mlx-primary-button-hover: #006277;
    --mlx-primary-button-active: #004D5D;
    /*episode planning colors*/
    --likelihood-to-discharge: #93d2c2;
    --likelihood-to-recert: #007991;
    /***********************/
    --sidebar-width: 320px;
    --sidebar-icon-width: 64px;
    --ocean: #007991;
}

.recommendations-table-header {
    background-color: white !important;
    border: none !important;
    font-size: 15px !important;
}

.patient-journey-header {
    color: #3D3C3C;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 19px;
    font-weight: 600;
    margin: 40px 10px 20px 0px;
}
.rz-selectable .rz-datatable-even.rz-state-highlight .rz-cell-data, .rz-selectable .rz-datatable-odd.rz-state-highlight .rz-cell-data {
    color: var(--mlx-text-black) !important;
}

.patient-notes-checkbox .rz-chkbox-box {
    border-radius: 15px;
    width: 25px;
    height: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eeeeee;
    border: none;
}

    .patient-notes-checkbox .rz-chkbox-box.rz-state-active {
        background-color: #eeeeee;
        border: none;
        color: var(--mlx-text-black);
    }

        .patient-notes-checkbox .rz-chkbox-box.rz-state-active:hover {
            background-color: #eeeeee;
            color: var(--mlx-text-black);
        }

    .patient-notes-checkbox .rz-chkbox-box .rzi {
        color: var(--mlx-text-black);
        -webkit-text-stroke: medium;
    }

.patient-medications-table .rz-column-title {
    text-transform: uppercase !important;
    font-size: 11px !important;
    color: #575757 !important;
}

.patient-medications-table .rz-cell-data {
    font-size: 14px !important;
    color: #333333 !important;
    text-align: left;
    line-height: 1.7;
}

.vitals-legend-lebel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vitals-legend-lebel-name {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
    color: #575757;
}

.vitals-legend-lebel-value-selected,
.vitals-legend-lebel-value {
    padding: 4px 20px;
    border-radius: 18px;
    margin-top: 5px;
    color: #000000;
    font-size: 14px;
}

.vitals-legend-lebel-value-selected {
    background-color: #E7F5F8;
    color: #007D97;
    font-weight: 500;
}

.vitals-legend-lebel-value {
    background-color: white;
    font-weight: 600;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
}

/*add this to avoid flickering*/
.plk-dd-inprogess > * {
    pointer-events: none;
}

/*dropzone style style*/
.plk-dd-dropzone {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0px;
}

    /*add this to hide the first spacing element*/
    .plk-dd-dropzone .plk-dd-spacing:first-child {
        display: none;
    }

.plk-dd-spacing {
    height: auto;
    width: 8px;
}

.plk-dd-spacing-dragged-over {
    padding: 0px 25px 0px 25px;
}

.plk-flex .plk-dd-spacing {
    width: 20px;
    height: auto;
}

.plk-dd-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                       supported by Chrome, Edge, Opera and Firefox */
}

.plk-dd-draggable:hover {
    cursor: grab;
}
.plk-dd-draggable.plk-dd-in-transit {
    cursor: -webkit-grabbing !important; /* Chrome 1-21, Safari 4+ */
    cursor: -moz-grabbing !important; /* Firefox 1.5-26 */
    cursor: grabbing !important; /* W3C standards syntax, should come least */
}

/* 12 column grid layout 
    supports responsive design;
    breakpoints at 768 <= md < 1024 <= lg < 1440 <= xxl, 
*/
.col-flex {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        order: -1;
    }

    .order-xxl-last {
        order: 13;
    }

    .order-xxl-0 {
        order: 0;
    }

    .order-xxl-1 {
        order: 1;
    }

    .order-xxl-2 {
        order: 2;
    }

    .order-xxl-3 {
        order: 3;
    }

    .order-xxl-4 {
        order: 4;
    }

    .order-xxl-5 {
        order: 5;
    }

    .order-xxl-6 {
        order: 6;
    }

    .order-xxl-7 {
        order: 7;
    }

    .order-xxl-8 {
        order: 8;
    }

    .order-xxl-9 {
        order: 9;
    }

    .order-xxl-10 {
        order: 10;
    }

    .order-xxl-11 {
        order: 11;
    }

    .order-xxl-12 {
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}

@media(max-width:1380px) {

    .mlx-flex-flexwrap-1380-on {
        flex-wrap: wrap !important;
    }

    .mlx-flex-flexwrap-reverse-1380-on {
        flex-wrap: wrap-reverse !important;
    }
}