@charset "UTF-8";

* {
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1000px) {
    p { /* Prevent 'show simplified version' prompt */
        display: table;
    }
}

.registration {
    color: #333;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-right: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    border: 4px solid lightgrey;
    border-radius: 10px;
    outline: none;
    position: relative;
    color: black;
}

    .registration::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 30px;
        height: 100%;
        background: #05689f;
        border-radius: 5px 0px 0px 5px;
    }

.error-div {
    text-align: center;
    background: #f9cccc;
    padding: 10px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .error-div .code {
        background: #ffebeb;
        font-size: 10pt;
        max-width: 700px;
        overflow: auto;
        padding: 20px;
        max-height: 100px;
        margin: 10px;
        font-family: Consolas;
    }

.animate-on-view {
    opacity: 0;
}

.table-holder {
    width: 100%;
    overflow-x: auto;
    BOX-SHADOW: 0 0 6px 0px rgba(0, 0, 0, 0.0392156863);
}

    .table-holder table.atr-standard-table {
        width: 100% !important;
    }

.group-bordered {
    border: solid 1px rgba(119, 119, 119, 0.0705882353);
    background: #e8eaeb;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 4px 1px rgba(163, 163, 163, 0.1803921569);
}

html {
    font-family: sans-serif;
    scroll-behavior: smooth;
    background: white;
    color: #212B36;
    overflow-x: hidden;
    background: #F0F3F5;
}

a, a:visited, a:hover, a:active {
    color: inherit;
}

body {
    font-family: "Poppins", "Georgia font-size: 15px line-height: 1.65 word-spacing: 2px letter-spacing: 0.35px font-weight: 200 visibility: visible color: black", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body {
    font-family: Poppins, Arial, sans-serif;
    margin: 0;
}

main .side-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    background: #e9e9e9;
    height: 100%;
    overflow-x: hidden;
    transition: 0.2s;
    width: 280px;
    z-index: 7;
    padding: 20px 0;
}

    main .side-nav .logo-section {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        main .side-nav .logo-section img {
            height: auto;
            max-width: 200px;
            max-height: 150px;
            object-fit: contain;
        }

    main .side-nav .menu {
        width: 100%;
        padding: 60px 0;
        color: #00a5d5;
        height: 55vh;
        max-height: 55vh;
        overflow-y: auto;
    }

        main .side-nav .menu a, main .side-nav .menu .accordion-option {
            padding: 15px 0;
            padding-left: 50px;
            position: relative;
        }

            main .side-nav .menu a .icon-holder, main .side-nav .menu .accordion-option .icon-holder {
                position: absolute;
                left: 20px;
                top: 16px;
            }

                main .side-nav .menu a .icon-holder img, main .side-nav .menu a .icon-holder svg, main .side-nav .menu a .icon-holder path, main .side-nav .menu .accordion-option .icon-holder img, main .side-nav .menu .accordion-option .icon-holder svg, main .side-nav .menu .accordion-option .icon-holder path {
                    height: 20px;
                    stroke: #3e3e3e;
                }

            main .side-nav .menu a.active, main .side-nav .menu .accordion-option.active {
                background: #00a5d5;
                color: #ffffff;
            }

                main .side-nav .menu a.active .icon-holder svg, main .side-nav .menu a.active .icon-holder path, main .side-nav .menu .accordion-option.active .icon-holder svg, main .side-nav .menu .accordion-option.active .icon-holder path {
                    stroke: white;
                }

        main .side-nav .menu .accordion-option {
            padding-left: 0px;
            padding: 0;
        }

            main .side-nav .menu .accordion-option .header {
                padding: 15px 0;
                padding-left: 50px;
            }

                main .side-nav .menu .accordion-option .header::before {
                    top: 10px;
                }

            main .side-nav .menu .accordion-option .body {
                padding: 0;
                display: flex;
                flex-direction: column;
            }

                main .side-nav .menu .accordion-option .body a {
                    padding-left: 60px;
                    text-overflow: ellipsis;
                    max-width: 100%;
                    white-space: break-spaces;
                    color: #3a3b3c;
                }

                    main .side-nav .menu .accordion-option .body a.dashboard-link .icon-holder {
                        position: unset;
                        DISPLAY: inline-block;
                        margin-left: 10px;
                    }

        main .side-nav .menu .accordion-wrapper .accordion-option {
            background: unset;
            border-bottom: unset;
            padding: 0;
        }

            main .side-nav .menu .accordion-wrapper .accordion-option .header {
                font-size: unset;
                font-weight: unset;
            }

                main .side-nav .menu .accordion-wrapper .accordion-option .header:hover {
                    font-weight: bold;
                    color: #00a5d5;
                }

                main .side-nav .menu .accordion-wrapper .accordion-option .header::before {
                    right: 10px;
                    font-size: 16pt;
                    color: #00a5d5;
                }

            main .side-nav .menu .accordion-wrapper .accordion-option .body {
                font-size: unset;
                color: unset;
                flex-direction: column;
                display: flex;
            }

    main .side-nav .drawer-button {
        left: 260px;
        position: fixed;
        z-index: 3;
        cursor: pointer;
        opacity: 0.3;
        transition-duration: 0.2s;
    }

        main .side-nav .drawer-button::after {
            content: "<";
            position: absolute;
            width: 30px;
            height: 30px;
            cursor: pointer;
            background: #009fcd;
            /* left: 20px; */
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1882352941);
        }

        main .side-nav .drawer-button:hover {
            opacity: 1;
        }

    main .side-nav.short {
        width: 20px;
    }

        main .side-nav.short .drawer-button {
            left: 10px;
            opacity: 0.6;
        }

            main .side-nav.short .drawer-button::after {
                content: ">";
            }

@media (min-width: 1000px) {
    main .side-nav.short .logo-section, main .side-nav.short .menu {
        display: none;
    }
}

main .site-picker {
    box-sizing: border-box;
    position: absolute;
    bottom: 60px;
    width: 100%;
    padding: 0 20px;
}

    main .site-picker .user {
        position: relative;
        top: -10px;
        background: #003082;
        padding: 5px;
        text-align: center;
        color: white;
        font-size: 10pt;
        border-radius: 0px 0px 4px 4px;
    }

main .container {
    padding: 20px 60px;
    transition: 0.2s;
}

@media (max-width: 1000px) {
    main .container {
        padding: 20px 10px;
    }
}

main .container.logged-in {
    margin-left: 280px;
}

main.short .container.logged-in {
    margin-left: 20px;
}

main.short .site-picker {
    display: none;
}

main #close-mobile-slideout-nav, main #mobile-menu-button {
    display: none;
    min-width: unset;
}

@media (max-width: 1000px) {
    main #close-mobile-slideout-nav, main #mobile-menu-button {
        display: inline-flex;
    }

    main #close-mobile-slideout-nav {
        position: absolute;
        right: 10px;
        color: black;
        min-width: unset;
        padding: 10px;
    }

    main .side-nav {
        width: 0;
    }

        main .side-nav .drawer-button {
            display: none;
        }

        main .side-nav.shown {
            width: 100%;
        }

    main .container.logged-in {
        margin-left: unset;
    }
}

main.frame-mode .side-nav {
    display: none;
}

main.frame-mode .container {
    margin-left: unset;
}

main.frame-mode #close-mobile-slideout-nav, main.frame-mode #mobile-menu-button {
    display: none;
}

.accordion-wrapper {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .accordion-wrapper .accordion-option {
        padding: 20px 10px;
        border-bottom: solid 3px rgba(194, 194, 194, 0.0784313725);
        background: #fbfbfb;
        background: white;
        text-align: left;
        transition-duration: 0.3s;
    }

        .accordion-wrapper .accordion-option .header {
            font-size: 13pt;
            font-weight: 600;
            padding-right: 30px;
            position: relative;
            user-select: none;
            font-weight: 600;
            cursor: pointer;
        }

            .accordion-wrapper .accordion-option .header:before {
                content: "+";
                position: absolute;
                right: 0px;
                font-size: 20pt;
                top: -2px;
                color: #ffc72c;
                height: 20px;
                font-weight: 600;
            }

            .accordion-wrapper .accordion-option .header:hover {
                color: #ffc72c;
            }

        .accordion-wrapper .accordion-option .trigger-accordion.shown.header:before {
            content: "-";
            right: 0px;
        }

        .accordion-wrapper .accordion-option .body {
            cursor: default;
            color: #262626;
            margin: 0;
            font-size: 12pt;
            font-weight: 400;
            max-height: 0;
            overflow: hidden;
            animation-duration: 0.1s;
            transition: all 0.1s;
            white-space: break-spaces;
        }

            .accordion-wrapper .accordion-option .body.shown {
                display: block;
                max-height: unset;
                margin: 0px 0px;
                padding: 20px 0px;
            }

.sub-header {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 12pt;
    padding-bottom: 20px;
}

    .sub-header:after {
        position: relative;
        padding-top: 8px;
        width: 100px;
        border-bottom: solid 2px #003082;
        content: " ";
        display: block;
    }

@media (max-width: 1000px) {
    .sub-header:after {
        width: 100%;
    }
}

.info-section {
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: 60px auto;
    flex-wrap: wrap-reverse;
    padding: 20px;
    gap: 40px;
    align-items: center;
}

    .info-section > * {
        flex: 0 0 40%;
    }

    .info-section.right-image {
        flex-wrap: wrap;
    }

        .info-section.right-image .image-section {
            order: 2;
        }

    .info-section .image-section {
        max-width: 600px;
    }

        .info-section .image-section img {
            width: 100%;
            height: auto;
        }

    .info-section .content-section {
        white-space: break-spaces;
    }

        .info-section .content-section > * {
            margin: 20px 0;
        }

    .info-section .content-section {
        font-weight: 400;
    }

        .info-section .content-section h1, .info-section .content-section h2, .info-section .content-section h3, .info-section .content-section h4, .info-section .content-section h5, .info-section .content-section h6,
        .info-section .content-section .pseudo-h1, .info-section .content-section .pseudo-h2, .info-section .content-section .pseudo-h3, .info-section .content-section .pseudo-h4, .info-section .content-section .pseudo-h5, .info-section .content-section .pseudo-h6 {
            font-weight: 400;
            font-size: 38pt;
            text-transform: uppercase;
            display: flex;
            flex-direction: column;
            position: relative;
        }

@media (max-width: 1000px) {
    .info-section .content-section h1, .info-section .content-section h2, .info-section .content-section h3, .info-section .content-section h4, .info-section .content-section h5, .info-section .content-section h6,
    .info-section .content-section .pseudo-h1, .info-section .content-section .pseudo-h2, .info-section .content-section .pseudo-h3, .info-section .content-section .pseudo-h4, .info-section .content-section .pseudo-h5, .info-section .content-section .pseudo-h6 {
        font-size: 28pt;
    }
}

.info-section .content-section h1:after, .info-section .content-section h2:after, .info-section .content-section h3:after, .info-section .content-section h4:after, .info-section .content-section h5:after, .info-section .content-section h6:after,
.info-section .content-section .pseudo-h1:after, .info-section .content-section .pseudo-h2:after, .info-section .content-section .pseudo-h3:after, .info-section .content-section .pseudo-h4:after, .info-section .content-section .pseudo-h5:after, .info-section .content-section .pseudo-h6:after {
    width: 20%;
    background: #003082;
    height: 4px;
    content: "";
    position: absolute;
    left: -80px;
    bottom: -5px;
}

.info-section .content-section h1 .first-word, .info-section .content-section h2 .first-word, .info-section .content-section h3 .first-word, .info-section .content-section h4 .first-word, .info-section .content-section h5 .first-word, .info-section .content-section h6 .first-word,
.info-section .content-section .pseudo-h1 .first-word, .info-section .content-section .pseudo-h2 .first-word, .info-section .content-section .pseudo-h3 .first-word, .info-section .content-section .pseudo-h4 .first-word, .info-section .content-section .pseudo-h5 .first-word, .info-section .content-section .pseudo-h6 .first-word {
    order: -1;
    font-weight: 600;
    min-height: 76px;
}

@media (max-width: 1000px) {
    .info-section > * {
        flex: 1 1 100%;
    }

    .info-section {
        margin: 20px auto;
    }
}

.section {
    padding: 60px 0;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
}

    .section.grey {
        background: #333333;
        color: white;
    }

    .section.yellow {
        background: #FFF9E6;
    }

    .section .content {
        max-width: 1400px;
        padding: 20px;
        margin: 0 auto;
    }

.card {
    background: #3f3f3f;
    border-radius: 18px 60px 18px 18px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    color: white;
    margin: 20px;
}

    .card .header {
        font-weight: 800;
        font-size: 14pt;
        text-transform: uppercase;
    }

    .card .caption {
        opacity: 0.72;
        height: 100px;
        overflow-y: auto;
        padding: 0 10px;
        /* custom scrollbar */
    }

        .card .caption::-webkit-scrollbar {
            width: 20px;
            background: transparent;
        }

        .card .caption::-webkit-scrollbar-thumb {
            background-color: #003082;
            border-radius: 20px;
            border: 6px solid transparent;
            background-clip: content-box;
        }

            .card .caption::-webkit-scrollbar-thumb:hover {
                background-color: #a8bbbf;
            }

.card-flex {
    display: flex;
    flex-wrap: wrap;
    box-sizing: content-box;
    gap: 10px;
}

    .card-flex > * {
        flex: 1 1 30%;
    }

@media (max-width: 800px) {
    .card-flex > * {
        flex: 1 1 100%;
    }
}

.card-component {
    display: flex;
    padding: 24px;
    box-sizing: border-box;
    padding-top: 10px;
    isolation: isolate;
    background: #FFFFFF;
    border-radius: 16px;
    flex-direction: column;
    text-decoration: none;
}

    .card-component .card-header {
        font-weight: 600;
        padding: 5px 0;
        font-size: 12pt;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }

    .card-component .card-content-wrapper {
        display: flex;
    }

        .card-component .card-content-wrapper .card-content {
            flex: 1 1 40%;
            font-size: 36pt;
            font-weight: 600;
            position: relative;
        }

        .card-component .card-content-wrapper .card-chart-section {
            flex: 0 0 30%;
            max-width: 100px;
            min-width: 80px;
        }

@media (max-width: 800px) {
    .card-component .card-content-wrapper {
        flex-wrap: wrap;
    }

        .card-component .card-content-wrapper .card-chart-section {
            min-width: 100px;
            flex: 0 0 45%;
            max-width: 200px;
        }
}

.card-component .card-action {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 9pt;
    transition-duration: 0.3s;
}

    .card-component .card-action > a {
        text-decoration: none;
        text-transform: capitalize;
    }

        .card-component .card-action > a:after {
            content: "  >";
        }

.card-component:hover .card-action {
    color: #4563A9;
}

.menu {
    display: flex;
    justify-content: left;
    position: relative;
    z-index: 99;
    color: white;
    font-size: 10pt;
    text-transform: capitalize;
}

    .menu.vertical {
        flex-direction: column;
        display: inline-flex;
    }

    .menu a {
        text-decoration: none;
        font-weight: 400;
        cursor: pointer;
        white-space: nowrap;
        position: relative;
    }

        .menu a:not(.with-img) {
            padding: 10px 0;
        }

            .menu a:not(.with-img):after {
                content: "";
                position: absolute;
                width: 100%;
                transform: scaleX(0);
                height: 2px;
                bottom: 0;
                left: 0;
                background-color: #003082;
                transform-origin: bottom left;
                transition: 1s;
            }

            .menu a:not(.with-img):hover:after {
                transition: transform 0.25s ease-out;
                transform: scaleX(0.8);
                transform-origin: bottom left;
            }

        .menu a img {
            height: 25px;
        }

table.atr-standard-table:not(.dx-datagrid-table) {
    width: 100% !important;
}

    table.atr-standard-table:not(.dx-datagrid-table).vertical {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto;
    }

        table.atr-standard-table:not(.dx-datagrid-table).vertical thead, table.atr-standard-table:not(.dx-datagrid-table).vertical tbody {
            display: flex;
            flex-direction: row;
        }

            table.atr-standard-table:not(.dx-datagrid-table).vertical thead tr, table.atr-standard-table:not(.dx-datagrid-table).vertical tbody tr {
                display: flex;
                flex-direction: column;
            }

                table.atr-standard-table:not(.dx-datagrid-table).vertical thead tr th, table.atr-standard-table:not(.dx-datagrid-table).vertical thead tr td, table.atr-standard-table:not(.dx-datagrid-table).vertical tbody tr th, table.atr-standard-table:not(.dx-datagrid-table).vertical tbody tr td {
                    margin: 10px 0px;
                    height: 40px;
                    border-bottom: solid 1px #e9e9e9;
                    font-weight: 600;
                    text-transform: capitalize;
                    white-space: nowrap;
                }

    table.atr-standard-table:not(.dx-datagrid-table) img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

@media (max-width: 800px) {
    table.atr-standard-table:not(.dx-datagrid-table) {
        font-size: 8pt;
    }
}

.swal2-checkbox {
    padding-top: unset;
    cursor: pointer;
    align-items: center;
    display: flex;
    margin: 5px 0px;
    position: relative;
}

    .swal2-checkbox input {
        border: solid 1px #C5C7D0;
        border-radius: 3px;
        border-radius: 3px;
        color: #323338;
        width: 20px;
        cursor: pointer;
        margin: unset;
        font-weight: 400;
        /* outline: 2px solid lightblue; */
        /* outline: 2px solid #add8e654; */
        box-shadow: none;
        font-size: 2em;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        font-size: 14px;
        padding: unset;
        height: 20px;
        transition-duration: 0.3s;
        position: relative;
    }

        .swal2-checkbox input:checked {
            background: #00a5d5;
            border: 1px solid transparent;
        }

            .swal2-checkbox input:checked:after {
                content: "✓";
                color: white;
                color: white;
                font-size: 10pt;
                width: 20px;
                font-weight: 600;
                left: 4px;
                position: absolute;
                top: 1px;
                height: 20px;
            }

.input-wrapper {
    position: relative;
    padding-top: 8px;
    margin: 10px 0;
}

    .input-wrapper.checkbox:not(.yes-no) {
        padding-top: unset;
        cursor: pointer;
        align-items: center;
        display: flex;
        margin: 5px 0px;
    }

        .input-wrapper.checkbox:not(.yes-no) .label {
            font-weight: 600;
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 20px;
            top: 0px;
            padding-left: 6px;
            background: unset;
            cursor: pointer;
            text-transform: capitalize;
            user-select: none;
        }

        .input-wrapper.checkbox:not(.yes-no) input {
            border: solid 1px #C5C7D0;
            border-radius: 3px;
            border-radius: 3px;
            color: #323338;
            width: 20px;
            cursor: pointer;
            margin: unset;
            font-weight: 400;
            /* outline: 2px solid lightblue; */
            /* outline: 2px solid #add8e654; */
            box-shadow: none;
            font-size: 2em;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            font-size: 14px;
            padding: unset;
            height: 20px;
            transition-duration: 0.3s;
        }

            .input-wrapper.checkbox:not(.yes-no) input:checked {
                background: #00a5d5;
                border: 1px solid transparent;
            }

                .input-wrapper.checkbox:not(.yes-no) input:checked:after {
                    content: "✓";
                    color: white;
                    color: white;
                    font-size: 10pt;
                    width: 20px;
                    font-weight: 600;
                    left: 4px;
                    position: absolute;
                    top: 1px;
                    height: 20px;
                }

    .input-wrapper.checkbox.yes-no {
        display: flex;
        align-items: center;
    }

        .input-wrapper.checkbox.yes-no label {
            position: relative;
            cursor: pointer;
        }

        .input-wrapper.checkbox.yes-no .roller {
            display: inline-block;
            width: 48px;
            height: 20px;
            background: #262966;
            border-radius: 9999px;
            margin: 0 5px;
        }

        .input-wrapper.checkbox.yes-no input {
            display: none;
        }

            .input-wrapper.checkbox.yes-no input + .roller {
                transition: 0.3s ease all;
                position: relative;
                left: 0;
                top: 0;
                line-height: 20px;
            }

                .input-wrapper.checkbox.yes-no input + .roller:before {
                    content: "NO";
                    background-color: white;
                    position: absolute;
                    top: 5px;
                    left: 7px;
                    width: 10px;
                    height: 10px;
                    color: #fff;
                    font-size: 10px;
                    font-weight: bold;
                    text-align: center;
                    line-height: 1;
                    color: white;
                    border-radius: 50%;
                    text-indent: 15px;
                    transition: 0.4s cubic-bezier(0, 0.8, 0.58, 1) all;
                }

            .input-wrapper.checkbox.yes-no input:checked + .roller:before {
                content: "YES";
                background-color: #c2eff7;
                left: 30px;
                text-indent: -35px;
            }

    .input-wrapper.with-prefix .icon {
        position: absolute;
        left: 0px;
        height: 20px;
        width: 20px;
        margin: 0px 5px;
        top: 50%;
        font-weight: bolder;
        color: #333333;
        text-align: center;
    }

    .input-wrapper.with-prefix input {
        padding-left: 40px;
        width: calc(100% - 50px);
    }

    .input-wrapper .modal-select {
        margin-top: 12px;
        border: solid 1px #C5C7D0;
        border-radius: 3px;
        padding: 9px 10px;
        color: #323338;
        width: calc(100% - 42px);
        font-weight: 400;
        font-size: 14px;
        height: 20px;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
        text-transform: capitalize;
        position: relative;
        text-overflow: ellipsis;
        padding-right: 20px;
    }

        .input-wrapper .modal-select::after {
            content: "❯";
            position: absolute;
            font-weight: 500;
            color: #52d9f2;
            right: 15px;
        }

    .input-wrapper label {
        display: block;
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        top: -1px;
        font-size: 10pt;
    }

    .input-wrapper input, .input-wrapper textarea {
        margin-top: 12px;
        border: solid 1px #C5C7D0;
        border-radius: 3px;
        padding: 9px 10px;
        color: #333333;
        width: calc(100% - 22px);
        font-weight: 400;
        font-size: 14px;
        height: 20px;
    }

        .input-wrapper input[type=radio] {
            cursor: pointer;
        }

    .input-wrapper i.icon {
        position: absolute;
        right: calc(100% - 20px);
        height: 20px;
        width: 20px;
        color: dimgrey;
    }

    .input-wrapper select {
        margin-top: 12px;
        border: solid 1px #C5C7D0;
        border-radius: 3px;
        padding: 9px 10px;
        color: #262965;
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        height: 40px;
        font-size: 12pt;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: white;
        background-image: url("data:image/svg+xml;utf8,<svg fill='%2300a5d5' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: 50%;
    }

    .input-wrapper .error-message {
        display: none;
    }

    .input-wrapper.error input {
        border: 1px solid red;
    }

    .input-wrapper.error .error-message {
        display: block;
        position: relative;
        margin-top: 0.5em;
        color: #262965;
        font-size: 0.8em;
        font-style: italic;
    }

.highlight-word {
    color: #003082;
}

.quote-box {
    display: flex;
    flex-wrap: wrap-reverse;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}

    .quote-box > * {
        flex: 1 1 40%;
    }

    .quote-box .picture-section {
        min-width: 400px;
    }

        .quote-box .picture-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .quote-box .quote-section {
        padding: 60px 30px;
        color: #333333;
        background: #F6F6F6;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

        .quote-box .quote-section .quote-stars:after {
            font: var(--fa-font-solid);
            content: "\f005\f005\f005\f005\f005";
            color: #003082;
        }

        .quote-box .quote-section .quote-date {
            font-size: 10pt;
        }

        .quote-box .quote-section .quote-text {
            text-align: center;
            font-size: 13pt;
            white-space: break-spaces;
        }

        .quote-box .quote-section .quote-signature {
            font-family: "Water Brush";
            font-weight: 400;
            font-size: 38pt;
        }

        .quote-box .quote-section .quote-name {
            font-weight: 600;
            font-size: 18pt;
        }

        .quote-box .quote-section .quote-description {
            color: #003082;
            position: relative;
            top: -20px;
            font-weight: 700;
        }

        .quote-box .quote-section .company-logo {
            position: relative;
            top: -36px;
        }

            .quote-box .quote-section .company-logo img {
                width: 100px;
            }

@media (max-width: 1000px) {
    .quote-box {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .quote-box .quote-section {
            padding-bottom: 220px;
        }

        .quote-box .picture-section {
            position: absolute;
            text-align: center;
            margin: 0 auto;
            max-width: 200px;
            bottom: 20px;
            min-width: unset;
        }

            .quote-box .picture-section img {
                max-width: 200px;
                border-radius: 999px;
            }
}

.header-and-caption-section {
    padding: 60px 10px;
    display: flex;
    flex-direction: column;
    max-width: 700px;
}

    .header-and-caption-section .header {
        text-transform: uppercase;
        font-size: 34pt;
        font-weight: 800;
    }

@media (max-width: 1000px) {
    .header-and-caption-section .header {
        font-size: 28pt;
    }
}

.header-and-caption-section .caption {
    font-size: 12pt;
}

.hero-header {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 600px;
}

    .hero-header .hero-content {
        position: relative;
        z-index: 1;
        padding: 60px 120px;
        max-width: 800px;
        color: white;
        transition-duration: 0.4s;
        text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
    }

@media (max-width: 1000px) {
    .hero-header .hero-content {
        padding: 60px;
    }
}

.hero-header .hero-content .hero-cta {
    margin: 20px 0;
}

.hero-header .hero-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    min-height: 600px;
}

    .hero-header .hero-image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        background: #333333;
    }

.hero-header .hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10.16%, rgba(0, 0, 0, 0) 77.66%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 1000px) {
    .hero-header .hero-overlay {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10.16%, rgba(0, 0, 0, 0) 96.66%);
    }
}

button {
    all: unset;
}

.btn, button {
    text-decoration: none;
    font-size: 8pt;
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 5px;
    background: #b1b1b1;
    font-weight: 600;
    color: white;
    border-radius: 4px;
    text-shadow: none;
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: 0.2s;
}

    .btn i, button i {
        margin: 0 10px;
    }

    .btn .icon-holder, button .icon-holder {
        position: absolute;
        left: 15px;
        top: 5px;
    }

        .btn .icon-holder img, button .icon-holder img {
            height: 25px;
            margin: 0 5px;
        }

    .btn.large, button.large {
        padding: 20px 30px;
        margin: 15px;
    }

    .btn.primary, button.primary {
        border-radius: 0;
        text-transform: uppercase;
        font-size: 11pt;
        box-shadow: 12px 18px 42px rgba(0, 48, 130, 0.0901960784);
        background: white;
        border: 1px solid #00a5d5;
        color: #00a5d5;
    }

        .btn.primary:hover, button.primary:hover {
            color: #003082;
            border-color: #003082;
        }

        .btn.primary.rounded, button.primary.rounded {
            border-radius: 888px;
            padding: 10px 25px;
        }

        .btn.primary.faded, button.primary.faded {
            font-size: 10pt;
            background: #cccccc;
            color: #ffffff;
        }

        .btn.primary.flat, button.primary.flat {
            background: unset;
            border: solid 1px #C5C7D0;
            border-radius: 3px;
            padding: 10px;
            color: #222222;
        }

            .btn.primary.flat.no-border, button.primary.flat.no-border {
                border: none;
            }

    .btn.secondary, button.secondary {
        border-radius: 0;
        border: 1.5px solid #00a5d5;
        padding: 4px 10px;
        text-transform: capitalize;
        background: #ffffff;
        min-width: 80px;
        color: #00a5d5;
        font-size: 9pt;
    }

        .btn.secondary:hover, button.secondary:hover {
            color: #003082;
            border-color: #003082;
        }

        .btn.secondary.faded, button.secondary.faded {
            font-size: 10pt;
            background: #cccccc;
            color: #ffffff;
        }

        .btn.secondary.rounded, button.secondary.rounded {
            background: transparent;
            border-radius: 100px;
            border: solid 2px #262965;
            font-size: 12pt;
            font-family: "Inter";
            font-weight: 700;
            color: #262965;
        }

            .btn.secondary.rounded:hover, button.secondary.rounded:hover {
                background: rgba(229, 229, 229, 0.5803921569);
            }

        .btn.secondary.flat, button.secondary.flat {
            background: unset;
            border: solid 1px #C5C7D0;
            border-radius: 3px;
            padding: 10px;
        }

            .btn.secondary.flat.no-border, button.secondary.flat.no-border {
                border: none;
                transition-duration: 0.2s;
            }

                .btn.secondary.flat.no-border:hover, button.secondary.flat.no-border:hover {
                    color: #003082;
                }

    .btn.hero, button.hero {
        padding: 30px 40px;
        font-size: 16pt;
        position: relative;
        padding-right: 120px;
        display: inline-block;
    }

        .btn.hero i, .btn.hero img, button.hero i, button.hero img {
            position: absolute;
            top: calc(50% - 10px);
            right: 30px;
            font-size: 20px;
        }

        .btn.hero label, button.hero label {
            display: block;
            font-size: 9pt;
            font-weight: 300;
            margin-top: 2px;
        }

    .btn.disabled, button.disabled {
        pointer-events: none !important;
        background: rgba(143, 143, 143, 0.6509803922) !important;
        color: rgba(0, 165, 213, 0.431372549);
    }

.autoComplete_wrapper {
    position: relative;
}

    .autoComplete_wrapper ul {
        background: #ffffff;
        color: #00a5d5;
        margin: 0;
        /* width: 80%; */
        position: absolute;
        border-radius: 0 0 4px 4px;
        z-index: 50;
        width: 100%;
        box-sizing: border-box;
        box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1882352941);
    }

        .autoComplete_wrapper ul li {
            cursor: pointer;
            padding: 10px 0;
            transition-duration: 0.3s;
            border-bottom: solid 1px rgba(232, 232, 232, 0.5019607843);
            box-sizing: border-box;
        }

            .autoComplete_wrapper ul li:hover {
                color: #00346c;
            }

.modal {
    position: fixed;
    left: 0;
    width: fit-content;
    max-width: 85%;
    right: 0;
    z-index: 999;
    will-change: top, opacity;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 1px 1px #a2a2a2;
    padding: 50px 25px;
    padding-bottom: 80px;
    opacity: 0;
    min-height: 100px;
    display: none;
    max-height: 85vh;
    top: 10%;
    min-width: 400px;
    transition-duration: 0.3s;
    box-shadow: 1px -2px 11px 1000px rgba(0, 0, 0, 0.168627451), 0 0 1px 1px #a2a2a2;
}

    .modal table.atr-standard-table:not(.dx-datagrid-table) td, .modal table.atr-standard-table:not(.dx-datagrid-table) th {
        padding: 10px;
        text-align: left;
    }

    .modal .input-wrapper {
        margin: 10px 0px;
    }

    .modal h4, .modal .pseudo-h4 {
        color: #262965;
        padding: 10px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .modal > p { /* Any explanation text */
        white-space: break-spaces;
        /*margin: 40px 10px;*/
        font-size: 11pt;
        margin-bottom: 10px;
    }

    .modal::before {
        position: absolute;
        left: 30px;
        top: 10px;
        content: "";
        height: 36px;
        width: 200px;
        background-image: url("/statics/images/logo.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

@media (max-width: 1000px) {
    .modal {
        min-width: unset;
        padding: 50px 25px;
        padding-bottom: 80px;
        max-width: 95%;
        width: calc(95% - 50px);
    }
}

.modal .close-modal-button {
    width: 30px;
    height: 30px;
    font-size: 22px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 0;
    color: #4c4c4c;
    z-index: 5;
    background: transparent;
}

.modal .modal-content {
    position: relative;
    overflow-y: auto;
    max-height: calc(60vh - 50px);
    padding: 0px 5px;
}

    .modal .modal-content::-webkit-scrollbar {
        width: 10px;
        background-color: rgba(215, 215, 215, 0.99);
        border-radius: 8px;
    }

    .modal .modal-content::-webkit-scrollbar-thumb {
        background-color: #b9b9b9;
        border-radius: 8px;
    }

    .modal .modal-content h4, .modal .modal-content .pseudo-h4 { /* header */
        font-size: 24pt;
        text-transform: capitalize;
        margin: 0;
    }

    .modal .modal-content p {
        margin: 20px 0px;
    }

.modal .modal-footer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 10px);
    left: 0;
    padding: 5px 5px;
}

.modal.shown {
    display: block;
    transform: scaleX(1) scaleY(1);
}

.modal.fullscreen {
    background: rgba(0, 0, 0, 0.7803921569);
    top: 0;
    width: calc(100% - 80px);
    padding: 40px;
    margin: 0;
    max-width: unset;
    /* right: 10px; */
    border-radius: 0;
    height: calc(100% - 80px);
}

    .modal.fullscreen .close-modal-button {
        width: 20px;
        height: 20px;
        font-size: 22px;
        position: absolute;
        top: 3px;
        cursor: pointer;
        right: 10px;
        z-index: 999;
        color: white;
        border-radius: 999px;
        background: rgba(80, 80, 80, 0.2901960784);
    }

    .modal.fullscreen .modal-content {
        max-height: unset;
    }

.switch-body {
    display: none;
}

    .switch-body.shown {
        display: block;
    }

        .switch-body.shown.is-flex {
            display: flex;
        }

.hidden {
    display: none !important;
}

@media (max-width: 1000px) {
    .only-show-on-desktop {
        display: none;
    }
}

@media (min-width: 1000px) {
    .only-show-on-mobile {
        display: none;
    }
}

header .menu {
    color: black;
}

#mobile-top-menu {
    display: none;
    padding: 15px;
    margin-bottom: 1px;
    box-shadow: 0px -18px 80px rgba(0, 0, 0, 0.04), 0px -8.32195px 36.9864px rgba(0, 0, 0, 0.029667), 0px -4.76163px 21.1628px rgba(0, 0, 0, 0.0250712), 0px -2.89027px 12.8457px rgba(0, 0, 0, 0.0215979), 0px -1.74152px 7.74008px rgba(0, 0, 0, 0.0184021), 0px -0.969789px 4.31018px rgba(0, 0, 0, 0.0149288), 0px -0.4171px 1.85378px rgba(0, 0, 0, 0.010333);
    border-top: solid 3px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1000px) {
    #mobile-top-menu {
        display: flex;
        padding-left: 0;
    }
}

#mobile-top-menu .logo {
    height: 55px;
    width: auto;
    margin: 0 10px;
}

#mobile-top-menu .btn.secondary.flat.no-border {
    font-size: 10pt !important;
    padding-top: 30px;
    position: absolute;
    right: 100px;
    top: 10px;
}

    #mobile-top-menu .btn.secondary.flat.no-border .icon-holder {
        position: absolute;
        left: calc(50% - 15px);
        top: 5px;
    }

#mobile-top-menu img {
    height: 20px;
}

#mobile-top-menu .badge {
    position: absolute;
    top: -3px;
    left: 28px;
    background: #262965;
    color: white;
    padding: 2px;
    width: 12px;
    height: 12px;
    font-size: 8pt;
    line-height: 14px;
    border-radius: 99px;
}

#mobile-top-menu #mobile-menu-button {
    background: none;
    padding: 10px;
    margin: 0;
    transition-duration: 0.1s;
}

    #mobile-top-menu #mobile-menu-button:hover {
        background: rgba(120, 120, 120, 0.0705882353);
    }

    #mobile-top-menu #mobile-menu-button .icon-holder {
        position: unset;
        left: unset;
        top: unset;
    }

#mobile-top-menu #mobile-phone-menu-button {
    position: absolute;
    right: 70px;
    background: none;
    top: 10px;
    padding: 10px;
    margin: 0;
    transition-duration: 0.1s;
}

    #mobile-top-menu #mobile-phone-menu-button:hover {
        background: rgba(120, 120, 120, 0.0705882353);
    }

#mega-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba(47, 47, 47, 0.75);
    z-index: 98;
    opacity: 0;
    transition: 0.2s;
}

#mega-menu {
    width: calc(100% - 210px);
    top: 0;
    align-items: center;
    padding: 15px 105px;
    box-shadow: 0px -18px 80px rgba(0, 0, 0, 0.04), 0px -8.32195px 36.9864px rgba(0, 0, 0, 0.029667), 0px -4.76163px 21.1628px rgba(0, 0, 0, 0.0250712), 0px -2.89027px 12.8457px rgba(0, 0, 0, 0.0215979), 0px -1.74152px 7.74008px rgba(0, 0, 0, 0.0184021), 0px -0.969789px 4.31018px rgba(0, 0, 0, 0.0149288), 0px -0.4171px 1.85378px rgba(0, 0, 0, 0.010333);
    height: 40px;
    justify-content: flex-end;
    position: relative;
}

    #mega-menu a {
        font-size: 11pt;
        font-weight: 700;
        margin: 0px 15px;
    }

    #mega-menu > a:first-child {
        position: absolute;
        left: 10px;
        margin-left: 55px;
    }

    #mega-menu img {
        margin-right: 25px;
        height: 56px;
        width: 94px;
    }

@media (max-width: 1330px) {
    #mega-menu {
        padding: 15px 20px;
        width: calc(100% - 40px);
    }

        #mega-menu img {
            /*height: 20px;*/
        }

        #mega-menu a {
            font-size: 9pt;
            margin: 0px 5px;
        }
}

@media (max-width: 1000px) {
    #mega-menu {
        display: none;
    }
}

#mega-menu .right-menu {
    position: absolute;
    right: 105px;
    top: 10px;
    width: 220px;
    display: flex;
}

@media (max-width: 1330px) {
    #mega-menu .right-menu {
        right: 0px;
    }
}

#mega-menu .right-menu .btn.secondary.flat.no-border {
    font-size: 10pt !important;
    padding-top: 30px;
    color: #262966;
    transition-duration: 0.2s;
}

    #mega-menu .right-menu .btn.secondary.flat.no-border .icon-holder {
        position: absolute;
        left: calc(50% - 10px);
        top: 5px;
    }

#mega-menu .right-menu img {
    height: 20px;
    margin: 0;
}

#mega-menu .right-menu .badge {
    position: absolute;
    top: -3px;
    left: 28px;
    background: #262965;
    color: white;
    padding: 2px;
    width: 12px;
    height: 12px;
    font-size: 8pt;
    line-height: 14px;
    border-radius: 99px;
}

#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba(47, 47, 47, 0.3215686275);
    z-index: 100;
    opacity: 0;
    transition: 0.2s;
}

table.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    box-sizing: border-box;
}

    table.table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    table.table td, table.table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

.inner-div-stage-switch {
    display: flex;
}

    .inner-div-stage-switch #stage-switch {
        margin: auto;
        width: 1100px;
    }

.mega-menu-modal {
    display: none;
    position: absolute;
    height: 100px;
    width: 500px;
    z-index: 99;
    max-width: 95%;
}

    .mega-menu-modal.show {
        display: block;
    }

    .mega-menu-modal .content {
        position: absolute;
        background: #ffffff;
        min-width: 400px;
        min-height: 100px;
        z-index: 99;
        padding: 20px;
        border-radius: 2px;
        left: -180px;
        top: 0px;
        max-width: 900px;
        overflow: hidden;
        margin: 0px 10px;
        word-break: break-word;
        padding-bottom: 20px;
    }

        .mega-menu-modal .content > .flex.cols-3 {
            justify-content: left;
        }

            .mega-menu-modal .content > .flex.cols-3 > a {
                border-bottom: solid 1px rgba(128, 128, 128, 0.1098039216);
                padding: 10px;
                border-radius: 4px;
                flex: 0 1 30%;
                transition-duration: 0.1s;
                cursor: pointer;
                text-decoration: none;
                margin: 10px 2px;
                position: relative;
            }

                .mega-menu-modal .content > .flex.cols-3 > a:hover {
                    background: rgba(245, 245, 245, 0.5803921569);
                }

                    .mega-menu-modal .content > .flex.cols-3 > a:hover:after {
                        content: "➔";
                        position: absolute;
                        bottom: 0px;
                        right: 10px;
                        font-size: 14pt;
                        color: rgba(38, 41, 101, 0.2705882353);
                    }

        .mega-menu-modal .content .explanation {
            font-size: 10pt;
            margin: 8px 1px;
        }

        .mega-menu-modal .content h3, .mega-menu-modal .content .pseudo-h3 {
            margin: 6px 0;
            font-size: 13pt;
            font-weight: 600;
        }

        .mega-menu-modal .content .btn.secondary.rounded {
            padding: 8px 30px;
            border: none;
            box-shadow: inset 0 0 0px 1px rgba(183, 183, 183, 0.3215686275);
            margin: 10px 0px;
            font-size: 12px;
            display: flex;
            width: fit-content;
            text-transform: capitalize;
            padding-top: 10px;
            align-items: center;
        }

#mobile-slideout-nav {
    padding: 10px;
    right: -2000px;
    position: fixed;
    top: 0px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    transition-duration: 0.2s;
    z-index: 99;
    background: white;
    display: none;
    overflow-y: auto;
    padding-bottom: 200px;
}

@media (max-width: 1000px) {
    #mobile-slideout-nav {
        display: block;
    }
}

#mobile-slideout-nav .menu {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#mobile-slideout-nav .menu-footer {
    margin-top: 40px;
    bottom: 0;
    left: 0;
    background: #333333;
    position: relative;
    padding: 20px;
}

    #mobile-slideout-nav .menu-footer .logo-section {
        flex: 0 0 30%;
        padding: 0 60px;
        background: url(/statics/images/logogrey.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

        #mobile-slideout-nav .menu-footer .logo-section .logo {
            width: 40%;
            margin: 0 auto;
        }

            #mobile-slideout-nav .menu-footer .logo-section .logo img {
                width: 100%;
                height: auto;
            }

#mobile-slideout-nav.shown {
    right: 0px;
}

#mobile-slideout-nav .header {
    display: flex;
    padding: 5px 20px;
    text-transform: capitalize;
}

    #mobile-slideout-nav .header img {
        height: 55px;
        width: auto;
    }

    #mobile-slideout-nav .header .btn {
        height: 50px;
        font-size: 22px;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        min-width: unset;
    }

#mobile-slideout-nav .body .btn.no-border {
    background: #f9f9f9;
    width: calc(100% - 60px);
    color: #262965;
    padding: 20px;
    text-align: left;
    align-self: stretch;
    border-radius: 4px;
    font-size: 11pt;
    margin: 5px 0px;
    /* left: 0px; */
    justify-content: flex-start;
    padding: 20px 30px;
}

    #mobile-slideout-nav .body .btn.no-border:hover {
        background: rgba(201, 200, 200, 0.5803921569);
    }

    #mobile-slideout-nav .body .btn.no-border::after {
        content: ">";
        font-size: 8pt;
        color: #52d9f2;
        margin-left: 4px;
        font-family: ui-monospace;
        font-weight: bold;
        bottom: 0px;
        position: relative;
    }

#mobile-slideout-nav .body .flex {
    display: block;
}

    #mobile-slideout-nav .body .flex > a {
        border-bottom: solid 1px rgba(128, 128, 128, 0.1098039216);
        padding: 10px;
        border-radius: 4px;
        flex: 0 1 30%;
        transition-duration: 0.1s;
        cursor: pointer;
        text-decoration: none;
        margin: 10px 2px;
        position: relative;
        display: block;
        background: #fbfbfb;
        border-radius: 4px;
        /* border-bottom: solid 1px black; */
        padding: 10px 20px;
    }

        #mobile-slideout-nav .body .flex > a:hover {
            background: rgba(201, 200, 200, 0.5803921569);
        }

            #mobile-slideout-nav .body .flex > a:hover:after {
                content: "➔";
                position: absolute;
                bottom: 0px;
                right: 10px;
                font-size: 14pt;
                color: rgba(38, 41, 101, 0.2705882353);
            }

        #mobile-slideout-nav .body .flex > a.news-section > img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

#mobile-slideout-nav .accordion-wrapper .accordion-option {
    -webkit-tap-highlight-color: transparent;
    border: none;
    border-bottom: solid 1px #E4EBED;
    box-shadow: unset;
    -webkit-tap-highlight-color: transparent;
    border: none;
    border-bottom: solid 1px #E4EBED;
    box-shadow: unset;
    padding: 10px 10px;
    /* padding: 2px 0px; */
    border-radius: 0;
}

    #mobile-slideout-nav .accordion-wrapper .accordion-option .header:before {
        right: 0;
        left: unset;
    }

.footer-overlap {
    position: absolute;
    top: -29px;
    width: 100%;
    /* margin-top: 60px; */
    background: transparent;
    transition: transform 0.55s;
}

    .footer-overlap .top-bar {
        width: 50%;
        height: 19px;
        background: #333333;
        transform: translateX(-200px);
        transition: 0.5s;
    }

    .footer-overlap .bottom-bar {
        width: 55%;
        background: #003082;
        height: 20px;
        transform: translateX(-200px);
        transition: 0.8s;
    }

    .footer-overlap.viewed .top-bar {
        transition: transform 1.25s;
        transform: translateX(0px);
        transform-origin: left;
    }

    .footer-overlap.viewed .bottom-bar {
        transition: transform 0.75s;
        transform: translateX(0px);
    }

    .footer-overlap.bottom {
        bottom: -26px;
        top: unset;
        transform: scaleY(-1);
    }

    .footer-overlap.white .top-bar {
        background: white;
    }

footer {
    background: #333333;
    min-height: 400px;
    padding: 30px 0;
    position: relative;
    background: #333333;
    min-height: 400px;
    padding: 30px 0;
    padding-bottom: 0;
    position: relative;
    margin-top: 60px;
    padding-bottom: 70px;
}

    footer .footer-body {
        color: white;
        padding: 30px 60px;
        display: flex;
        flex-wrap: wrap;
    }

@media (max-width: 1000px) {
    footer .footer-body {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        flex-direction: row;
        margin-bottom: 50px;
    }
}

footer .footer-body .logo-section {
    flex: 0 0 30%;
    max-width: 300px;
    padding: 0 60px;
    background: url(/statics/images/logogrey.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 300px;
}

    footer .footer-body .logo-section .logo {
        width: 60%;
    }

        footer .footer-body .logo-section .logo img {
            width: 100%;
            height: auto;
        }

@media (max-width: 1000px) {
    footer .footer-body .logo-section {
        padding: 0px;
        flex-basis: 100%;
    }

        footer .footer-body .logo-section .logo {
            width: 100%;
        }
}

footer .footer-body .links-section {
    display: flex;
    gap: 120px;
    padding: 0 30px;
}

    footer .footer-body .links-section .menu {
        gap: 30px;
        text-transform: uppercase;
    }

@media (max-width: 1000px) {
    footer .footer-body .links-section {
        padding: 0;
        gap: 60px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 60px 0;
        padding-top: 0;
        text-align: center;
        align-items: center;
        justify-items: center;
    }
}

footer .footer-body .socials-section {
    padding-left: 80px;
}

@media (max-width: 1000px) {
    footer .footer-body .socials-section {
        order: 0;
        flex-basis: 100%;
        padding: 0;
        align-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        text-align: center;
    }

        footer .footer-body .socials-section h3, footer .footer-body .socials-section .pseudo-h3 {
            display: none;
        }

        footer .footer-body .socials-section img {
            overflow: hidden;
        }
}

@media (max-width: 1000px) and (max-width: 325px) {
    footer .footer-body .socials-section .menu {
        display: flex;
        flex-wrap: wrap;
    }

        footer .footer-body .socials-section .menu a {
            flex-basis: 100%;
        }
}

footer .footer-body .socials-section .menu a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border: solid 1px white;
    border-radius: 100%;
}

    footer .footer-body .socials-section .menu a.highlight, footer .footer-body .socials-section .menu a:hover {
        transition-duration: 0.3s;
        background: #003082;
        border: solid 1px #003082;
        box-shadow: 0 0 black;
        box-shadow: 12px 18px 42px rgba(255, 199, 44, 0.18);
    }

footer .footer-bottom {
    border-top: solid 2px grey;
    margin: 0 auto;
    justify-content: space-between;
    background: #4d4d4d;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
}

    footer .footer-bottom .footer-bottom-wrapper {
        max-width: 1400px;
        padding: 10px;
        justify-content: space-between;
        display: flex;
        margin: 0 auto;
        font-size: 10pt;
        font-weight: 200;
        flex-wrap: wrap;
    }

@media (max-width: 1000px) {
    footer .footer-bottom .footer-bottom-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        flex-direction: row;
    }
}

footer .footer-bottom .footer-bottom-wrapper .explanation {
    flex: 1 1 100%;
    text-align: center;
}

footer .footer-bottom .footer-bottom-wrapper .links {
    font-size: 10pt;
}

    footer .footer-bottom .footer-bottom-wrapper .links > * {
        font-weight: 200;
        padding: 0 5px;
        font-size: 10pt;
    }

        footer .footer-bottom .footer-bottom-wrapper .links > *:not(:first-child):before {
            content: "|";
            padding-right: 10px;
        }

    footer .footer-bottom .footer-bottom-wrapper .links a {
        text-decoration: none;
    }

.fas.fa-edit {
    color: #003082;
    font-size: 16px;
    background: none;
}

.fa.fa-remove {
    color: red;
    font-size: 16px;
    background: none;
}

.reg-input-container .flag-container {
    position: absolute;
    top: 1.25rem;
    bottom: 0;
    width: 2rem;
    background-color: #003082;
    border-radius: 4px 0 0 4px;
    color: #fff;
    padding: 0 0.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .reg-input-container .flag-container svg {
        top: 3px;
        position: relative;
    }

.reg-input-container input {
    padding-left: 2.4rem;
    border-color: #262965;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 16pt;
    text-transform: uppercase;
    max-width: 250px;
    background: #ebdd1f;
}

    .reg-input-container input::placeholder {
        color: rgba(20, 20, 20, 0.5490196078);
    }

.atreon {
    text-transform: uppercase;
    color: #003082;
    font-weight: 600;
}

.table-wrapper {
    overflow-x: auto;
}

table.atr-standard-table:not(.dx-datagrid-table) {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    overflow: scroll;
    background: whitesmoke;
}

    table.atr-standard-table:not(.dx-datagrid-table) tbody tr {
        border-bottom: solid 1px rgba(128, 128, 128, 0.1411764706);
    }

        table.atr-standard-table:not(.dx-datagrid-table) tbody tr:last-child {
            border-bottom: none;
        }

        table.atr-standard-table:not(.dx-datagrid-table) tbody tr:nth-child(odd) {
            background: #efefef;
        }

    table.atr-standard-table:not(.dx-datagrid-table) th {
        text-transform: capitalize;
    }

    table.atr-standard-table:not(.dx-datagrid-table) th, table.atr-standard-table:not(.dx-datagrid-table) td {
        padding: 10px 30px;
    }

.dataTables_wrapper {
    max-width: 100vw;
    overflow-x: auto;
}

*.with-spinner :not(.atreon-spinner) {
    display: none;
}

.atreon-spinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .atreon-spinner:after, .atreon-spinner:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid;
        border-color: transparent transparent #00a5d5 #00a5d5;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotationBack 0.5s linear infinite;
        transform-origin: center center;
    }

    .atreon-spinner::before {
        width: 32px;
        height: 32px;
        border-color: #FFF #FFF transparent transparent;
        animation: rotation 1.5s linear infinite;
    }

.btn .atreon-spinner {
    zoom: 0.8;
    margin-left: 10px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.mobile-only {
    display: none;
}

@media (max-width: 1000px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: unset;
    }
}

.dt-layout-cell.dt-end {
    display: flex !important;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-end;
}
