 body {
                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5;
                color: #212529;
                background-color: #fff;
            }
            .navbar {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 5px;
            }
            /*
            header top
            */
            .topbar {
                background-color: #212529;
                padding: 0;
            }
            .topbar .container .row {
                margin: -7px;
                padding: 0;
            }
            .topbar .container .row .col-md-12 {
                padding: 0;
            }
            .topbar p {
                margin: 0;
                display: inline-block;
                font-size: 13px;
                color: #f1f6ff;
            }
            .topbar p>i {
                margin-right: 5px;
            }
            .topbar p:last-child {
                text-align: right;
            }
            header .navbar {
                margin-bottom: 0;
            }
            .waves-effect {
                position: relative;
                cursor: pointer;
                display: inline-block;
                overflow: hidden;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-tap-highlight-color: transparent;
                vertical-align: middle;
                z-index: 1;
                will-change: opacity, transform;
                transition: .3s ease-out;
                color: #fff;
            }
            a {
                color: #0a0a0a;
                text-decoration: none;
            }
            li {
                list-style-type: none;
            }
            .bg-image-full {
                background-position: center center;
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                -o-background-size: cover;
            }
            .bg-dark {
                background-color: #222 !important;
            }
            .mx-background-top-linear {
                background: -webkit-linear-gradient(45deg, #fff 48%, #e4002b 48%);
                background: -webkit-linear-gradient(left, #fff 48%, #e4002b 48%);
                background: linear-gradient(45deg, #fff 48%, #e4002b 48%);
            }
            .navbar-expand-lg .navbar-collapse {
                flex-direction: row-reverse;
            }
            img {
                width: auto;
                height: 59px;
            }
            .snapshot {
                text-align: right;
                padding: 10px 0;
            }
            .snapshot h3 {
                color: #fff !important;
                font-size: 24px;
                margin: 0 0 10px;
            }
            .snapshot p {
                color: #fff !important;
                font-size: 14px;
                margin: 0;
            }
            .footerPrivacy {
                background-color: #686b6b;
                color: #fff;
                padding: 15px 0;
            }
            .footerPrivacy p {
                margin: 0;
            }
            table.dataTable td,
            table.dataTable th {
                font-size: 14px;
                word-break: break-all;
            }
            div#journey_wrapper {
                padding: 15px;
            }
            form.mt-3.mb-3 {
                padding: 20px;
                border: solid 1px #e4002b;
                background: #fff;
            }
            h4,
            h2 {
                margin: 0;
                color: #e4002b;
                padding: 0;
            }
            .form-inline .form-group {
                display: flex;
                flex: 0 0 auto;
                flex-flow: row wrap;
                align-items: center;
            }
            .form-inline .form-group .form-control {
                width: auto;
            }
            .sr-only {
                display: none;
            }
            .formWrapper {
                margin: 15px 15px 30px;
                background: #fff;
                border: solid 1px #e4002b;
                padding: 15px;
            }
            h4 {
                line-height: 33px;
            }
            .legend {
                padding: 0 15px;
            }
            ul.pagination * {
                color: #e4002b;
            }
            .active>.page-link,
            .page-link.active {
                color: #fff;
                background-color: #e4002b;
                border-color: #e4002b;
            }
            th select {
                margin: 0 0 0 5px !important;
                max-width: 60px;
            }
            td a {
                color: #e4002b;
                text-decoration: underline;
            }
            th{
                white-space: nowrap;
            }
            table.dataTable thead th, table.dataTable thead td {
                padding: 10px 18px 10px 10px;
                border-bottom: 1px solid #111;
            }
            table.dataTable thead th, table.dataTable thead td {
                padding: 10px 18px 10px 10px;
                font-size: 13px !important;
            }
            table.dataTable td, table.dataTable th {
                font-size: 12px !important;
                word-break: break-all;
            }
            button#searchButton {
                background: #e4002b;
                border: solid 1px #e4002b;
            }
            form#customSearchForm * {
                font-size: 14px;
            }
            form#customSearchForm label {
                font-weight: 600;
            }
            fieldset {
                padding: 40px 20px 20px;
                border: solid 1px #e4002b;
                border-radius: 10px;
                position: relative;
            }
            fieldset legend {
                background: #e4002b;
                color: #fff;
                padding: 10px;
                border-radius: 6px;
                width: 180px;
                position: absolute;
                top: -20px;
                /* font-weight: bold; */
                font-size: 16px !important;
                text-align: center;
            }
            .col.marquee > div {
                background: #e4002b;
                /* padding: 10px; */
                color: #fff;
                border-radius: 5px;
                text-align: center;
                font-size: 18px;
                margin: 0 0 40px;
            }
            li.list-group-item {
                background: transparent;
                border: 0;
                color: #fff;
            }
            span.badge.badge-primary.badge-pill {
                background: #fff;
                color: #e4002b;
                padding: 5px;
            }
            li.list-group-item span {
                color: #000;
                font-size: 13px;
                text-align: center;
                font-weight: bold;
            }
            li.list-group-item {
                text-align: center;
            }
            .dataTables_filter {
                display: none;
            }
            div#emailTable_info {
                font-size: 13px;
            }
            .dataTables_wrapper .dataTables_paginate .paginate_button {
                padding: 2px 10px;
                font-size: 13px !important;
            }
            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #fff !important;
                border: 1px solid #e4002b;
                background: #e4002b;
            }
            div#emailTable_wrapper {
                font-size: 13px;
            }
            button#toggleColumns {
                background: red;
                border: red;
                float: right;
                font-size: 13px;
            }
            .snapshot span {
                font-size: 16px;
                font-weight: normal;
            }
            .dt-buttons {
                overflow: hidden;
            }
            .dt-buttons button {
                float: right;
                background: red !important;
                border: 0 !important;
                color: #fff !important;
                margin: 0 0 10px 5px !important;
            }
            .dt-buttons button:hover{
                background: #6c757d !important;
            }
            .dt-search {
                display: none !important;
            }
            div#emailTable_info {
                padding: 10px;
                text-align: center;
            }
            .dt-paging {
                padding: 10px 0;
                text-align: center;
            }
            .server-pagination {
                text-align: center;
                padding: 10px;
                background: #f8f9fa;
                border-radius: 5px;
                margin-bottom: 15px;
            }
            .data-loading-indicator {
                padding: 20px;
                background: #f8f9fa;
                border-radius: 5px;
                margin-bottom: 15px;
                text-align: center;
                font-weight: bold;
            }
            .server-pagination span {
                font-weight: bold;
                margin-right: 10px;
            }