:root {
    --cf-blue : #0074b7;
    --agean-50: #EFF1F4;
    --agean-100: #DCE5ED;
    --agean-200: #98B2CB;
    --agean-300: #6083A7;
    --agean-400: #465F7A;
    --blue-ether: #F8F9FD;
    --black-100: #2f2f2f;
    --grey-100: #F5F5F5;
    --grey-300 : #aaa9a9;
    --grey-400: #7B7C7D;
    --grey-500: #585858;
    --green-300: #3FAC92;
    --green-400: #33937c;
    --red-200: #F26083;
    --purple-100: #D1DAF3;
    --purple-300: #44579E;
    --yellow-100: #FDF8E3;
    --yellow-200: #f5c724;
    --yellow-300: #C89C00;
    --text-gray-color: #74879B;
}

@media (min-width: 767px) {
    .neo-valex.dt-borderless .dataTables_scrollBody table.dataTable {
        border: 1px solid #D1DAF3;
    }
}

@media (min-width: 1024px) {
    .neo-valex table.dataTable.table-striped tbody tr.even {
        background-color: #FFFFFF;
    }

    .neo-valex tbody > tr.child,
    .neo-valex tbody > tr.child ul.dtr-details li.max-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .neo-valex table.dataTable.table-striped tbody tr {
        background-color: #FFFFFF;
    }

    .neo-valex table.dataTable.table-striped tbody tr td:first-child {
        background-color: var(--blue-ether);
    }
}

@media (max-width: 1024px) {
    .neo-valex tbody > tr.child ul.dtr-details li.mobile .dtr-title,
    .neo-valex tbody > tr.child ul.dtr-details li.mobile-center .dtr-title,
    .neo-valex tbody > tr.child ul.dtr-details li.min-desktop {
        display: none;
    }

    .neo-valex tbody > tr.child ul.dtr-details {
        width: 100%;
    }

    .neo-valex tbody > tr.child ul.dtr-details li.mobile {
        text-align: left !important;
    }
    .neo-valex tbody > tr.child ul.dtr-details li.mobile-center {
        text-align: center;
    }

    .neo-valex tbody > tr.child ul.dtr-details li.mobile-center .dtr-data button,
    .neo-valex tbody > tr.child ul.dtr-details li.mobile-center .dtr-data a {
        width: auto;
        margin: 0 5px;
    }

    .client-search-container,
    .btn-primary.pull-right {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .neo-valex table.dataTable td.child .dtr-title {
        min-width: auto;
    }

    .neo-valex table.dataTable td.child li.mobile-align-center,
    .neo-valex table.dataTable td.mobile-align-center {
        text-align: center !important;
    }

    .neo-valex table.dataTable td.mobile-align-left {
        text-align: left !important;
    }

    .neo-valex table.dataTable td .btn-action {
        width: auto !important;
        margin-right: 10px;
    }
}

.neo-valex .dataTables_wrapper .dataTables_info {
    margin-top: 0 !important;
    color: var(--agean-400);
    font-size: 14px;
    height: 31px;
    line-height: 31px;
}

.neo-valex .table:not(.table-borderless) th,
.neo-valex .table:not(.table-borderless) td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EFF1F4;
    color: var(--agean-400);
    text-transform: none;
    font-size: 14px;
}

.neo-valex .table thead th {
    vertical-align: bottom;
    white-space: nowrap;
}

.neo-valex table.dataTable td.entity-column > div > a {
    padding: 0;
}

.neo-valex th.dtfc-fixed-right,
.neo-valex th.dtfc-fixed-left {
    background-color: #FFFFFF;
    z-index: 1;
}

.neo-valex .table tbody + tbody {
    border-top: 2px solid #EFF1F4;
}

.neo-valex .table.dataTable.no-footer {
    border-bottom-color: #EFF1F4;
}

.neo-valex table,
.neo-valex table.dataTable {
    border: 1px solid #E3E8F7;
}

.neo-valex .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table.dataTable {
    border-bottom: none;
}

@supports (-moz-appearance:none) {
    .neo-valex table.dataTable {
        overflow: hidden;
    }
}
.neo-valex .dataTables_scrollHeadInner {
    width: 100% !important;
}

.neo-valex .dataTables_scrollBody thead {visibility: collapse;}

.neo-valex .dataTables_scrollBody table.dataTable thead th:after {
    display: none;
}

.neo-valex .btn-regular {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 18px;
    border-radius: 5px;
    min-height: 34px;
}

/**
 * datatable custom css
 */
.neo-valex table.dataTable:not(.use-auto-width) {
    /* by default make table fit to parent container width
     * to make sure when user resize the browser there will be no horizontal scroll
     * you can use div.row>div.col-md-12 for datatable parent container
     * and adjust the parent container width to col-md-8 or etc
     */
    width: 100% !important;
}

@media (min-width: 768px) {
    table.dataTable.use-auto-width td {
        word-break: break-word;
        overflow-wrap: break-word;
    }
}

.dataTables_scrollHead table.dataTable.use-auto-width, 
.dataTables_scrollBody table.dataTable.use-auto-width {
    width: 100%;
}
/* Hide Chrome's native clear button */
.dataTables_filter input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}
/* Custom datatable search clear button */
.search-clear-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    display: none;
    z-index: 10;
    background: white;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: x-large;
}

.neo-valex table.dataTable td {
    /* make the gap between text and border become more smaller */
    padding: 10px 12px;
    /* make space between text more smaller, original value: 1.462 */
    line-height: 16.41px;
    /* make content display vertical center */
    vertical-align: middle;
    font-size: 14px;
    min-height: 28px;
}

.neo-valex table.dataTable td .truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 4.5em; /* 3 lines * line-height (1.5em) */
}

.neo-valex table.dataTable.narrow-x-padding th,
.neo-valex table.dataTable.narrow-x-padding td,
.neo-valex table.dataTable.narrow-x-padding thead > tr > th.sorting,
.neo-valex table.dataTable.narrow-x-padding thead > tr > th.sorting_asc,
.neo-valex table.dataTable.narrow-x-padding thead > tr > th.sorting_desc {
    padding-left: 8px;
    padding-right: 8px;
}

.neo-valex table.dataTable.xs-x-padding th,
.neo-valex table.dataTable.xs-x-padding td,
.neo-valex table.dataTable.xs-x-padding thead > tr > th.sorting,
.neo-valex table.dataTable.xs-x-padding thead > tr > th.sorting_asc,
.neo-valex table.dataTable.xs-x-padding thead > tr > th.sorting_desc {
    padding-left: 4px;
    padding-right: 4px;
}

.neo-valex table.dataTable td .btn-action-container {
    display: inline-block;
    width: 255px;
    min-width: 240px;
}

.neo-valex table.dataTable td .btn.btn-download {
    width: 32px;
    height: 28px;
    border-radius: 5px;
    padding: 3px 0px !important;
}
.neo-valex table.dataTable td .btn.btn-download.disabled {
    pointer-events: auto;
}

@media only screen and (max-width: 768px) {
    .neo-valex table.dataTable td .btn-action-container {
        width: 100%;
    }
}

.neo-valex table.dataTable th {
    /* make header column get highlighted */
    padding: 0 12px;
    vertical-align: middle;
    text-align: left;
    height: 48px;
}

.neo-valex table.dataTable thead > tr > th.sorting,
.neo-valex table.dataTable thead > tr > th.sorting_asc,
.neo-valex table.dataTable thead > tr > th.sorting_desc {
    padding-right: 12px;
    background-color: white;
}

.neo-valex table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before {
    background-color: #d0d7e8 !important;
    color: #949eb7 !important;
    box-shadow: none !important;
    border-width: 0 !important;
}

.neo-valex table.dataTable thead th, .neo-valex table.dataTable thead td {
    color: var(--agean-400);
}

.neo-valex table.dataTable thead .sorting:before,
  .neo-valex table.dataTable thead .sorting_asc:before,
  .neo-valex table.dataTable thead .sorting_desc:before,
  .neo-valex table.dataTable thead .sorting_asc_disabled:before,
  .neo-valex table.dataTable thead .sorting_desc_disabled:before {
    content: "";
}

.neo-valex table.dataTable thead .sorting:after {
    font-family: 'Material Icons';
    content: "\e5cf";
}

.neo-valex table.dataTable thead th.sorting_asc:after {
    font-family: 'Material Icons';
    content: "\e5ce";
}

.neo-valex table.dataTable thead th.sorting_desc:after {
    font-family: 'Material Icons';
    content: "\e5cf";
}

.neo-valex table.dataTable thead .sorting:after,
  .neo-valex table.dataTable thead th.sorting_asc:after,
  .neo-valex table.dataTable thead th.sorting_desc:after {
     opacity: 1;
     top: 50%;
     font-size: large;
     font-weight: lighter;
     position: absolute;
     left: auto;
     display: inline-block;
     margin-top: 0px;
     padding-left: 5px;
    right: 0;
}

.neo-valex table.dataTable thead th, .neo-valex table.dataTable thead td {
    font-size: 14px;
}

.neo-valex .header-menu-icon {
    font-size: 15px;
    min-width: 15px;
    min-height: 15px;
    margin-right: 10px;
}

.neo-valex div.dataTables_wrapper > div.datatable-buttons-wrapper > div.dt-buttons > button.btn {
    border-radius: 5px;
}

.neo-valex .dataTables_processing {
    z-index: 2;
}

.neo-valex .filter-slide-over-panel-close {
    margin-right: 25px;
    margin-top: 20px;
    cursor: context-menu;
}

.neo-valex .filter-slide-over-panel {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
}

.neo-valex .filter-slide-over-panel.panel-wide .filter-slide-over-panel__container {
    width: 980px;
}

.neo-valex .filter-slide-over-panel.panel-padding-narrow .filter-slide-over-panel__content {
    padding-left: 2%;
}

.neo-valex .filter-slide-over-panel::after {
    /* overlay layer */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.neo-valex .filter-slide-over-panel.filter-slide-over-panel--is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.neo-valex .filter-slide-over-panel.filter-slide-over-panel--is-visible::after {
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.neo-valex .filter-slide-over-panel.tinted-overlay::after {
    background: #465F7A;
    opacity: 0.5;
}

.neo-valex .filter-slide-over-panel__header {
    position: fixed;
    width: 90%;
    min-height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.neo-valex .filter-slide-over-panel__header h1 {
    color: #89ba2c;
    padding-left: 5%;
}

.neo-valex .filter-slide-over-panel--from-right .filter-slide-over-panel__header {
    right: 0;
}

.neo-valex .filter-slide-over-panel--from-left .filter-slide-over-panel__header {
    left: 0;
}

.neo-valex .filter-slide-over-panel--is-visible .filter-slide-over-panel__header {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
    .neo-valex .filter-slide-over-panel__header {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .neo-valex .filter-slide-over-panel__header {
        width: 50%;
    }
}

.neo-valex .filter-slide-over-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 60px;
    /* image replacement */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.neo-valex .filter-slide-over-panel__close::before, .neo-valex .filter-slide-over-panel__close::after {
    /* close icon created in CSS */
    content: '';
    position: absolute;
    top: 22px;
    left: 20px;
    min-height: 3px;
    min-width: 20px;
    background-color: #424f5c;
    /* this fixes a bug where pseudo elements are slighty off position */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.neo-valex .filter-slide-over-panel__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.neo-valex .filter-slide-over-panel__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.neo-valex .filter-slide-over-panel__close:hover {
    background-color: #424f5c;
}

.neo-valex .filter-slide-over-panel__close:hover::before, .neo-valex .filter-slide-over-panel__close:hover::after {
    background-color: #FFFFFF;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.neo-valex .filter-slide-over-panel__close:hover::before {
    -webkit-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg);
}

.neo-valex .filter-slide-over-panel__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.neo-valex .filter-slide-over-panel--is-visible .filter-slide-over-panel__close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.neo-valex .filter-slide-over-panel--is-visible .filter-slide-over-panel__close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.neo-valex .filter-slide-over-panel__container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: white;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    box-shadow: 0px 4px 8px rgb(9 30 66 / 25%);
}

.neo-valex .filter-slide-over-panel--from-right .filter-slide-over-panel__container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.neo-valex .filter-slide-over-panel--from-left .filter-slide-over-panel__container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.neo-valex .filter-slide-over-panel--is-visible .filter-slide-over-panel__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 769px) {
    .neo-valex .filter-slide-over-panel__container {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .neo-valex .filter-slide-over-panel__container {
        top: 64px;
        height: calc(100% - 64px);
    }
}

@media screen and (max-width: 768px) {
    .neo-valex .filter-slide-over-panel .close-slide-over-panel {
        display: none;
    }
    .neo-valex a.btn-attendance {
        width: 100% !important;
    }
}

@media only screen and (min-width: 800px) {
    .neo-valex .filter-slide-over-panel__container.slide-over-panel__wide {
        width: 70%;
    }
}

@media only screen and (min-width: 1000px) {
    .neo-valex .filter-slide-over-panel__container {
        width: 30%;
    }
}

.neo-valex .filter-slide-over-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    max-height: 100vh;
    overflow-y: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}

.neo-valex .filter-slide-over-panel__content p {
    font-size: 1.4rem;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0;
}

.neo-valex .filter-slide-over-panel__content p:first-of-type {
    margin-top: 0;
}

.neo-valex .filter-slide-over-panel__content .wysiwyg p {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    margin: inherit;
}

.neo-valex .filter-slide-over-panel__content .wysiwyg p:first-of-type {
    margin-top: inherit;
}

.neo-valex table.dataTable.table-no-strip tr td a {
    line-height: 1;
}

@media only screen and (min-width: 768px) {
    .neo-valex .filter-slide-over-panel__content p {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .neo-valex .filter-slide-over-panel__content .wysiwyg p {
        font-size: inherit;
        line-height: inherit;
    }

    .neo-valex table.dataTable:not(.table-no-strip) tr.odd td,
    .neo-valex table.dataTable:not(.table-no-strip) tr.odd td.sorting_1 {
        background-color: var(--blue-ether);
    }

    .neo-valex table.dataTable.table-no-strip {
        border: none;
    }

    .neo-valex table.dataTable.table-no-strip tr th {
        border-bottom: 1px solid var(--agean-100);
    }

    .neo-valex table.dataTable.table-no-strip tr td {
        border-bottom: 0.5px solid var(--agean-100);
        background-color: #FFFFFF;
    }

    .neo-valex tr.even td,
    .neo-valex tr.even td.sorting_1 {
        background-color: #FFFFFF;
    }
}

.neo-valex .filter-slide-over-panel__content label {
    line-height: 31px;
    font-weight: bold;
}

.neo-valex .datatable-filters-panel {
    width: 100%;
    overscroll-behavior: contain;
}

.neo-valex .form-control.filter-date {
    min-height: 34px;
    border-radius: 5px;
}

/* Design System - Status Pill - Start */
span.neo-valex.status-pill {
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 8px;
    margin: 4px 0;
    white-space: nowrap;
    display: inline-flex
}

span.neo-valex.inspection-status-pill {
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 8px;
    margin: 4px 0;
    white-space: nowrap;
    display: inline-flex
}

.neo-valex.action-status-closed,
.neo-valex .inspection-status-pill-completed,
.neo-valex .document-status-pill-approved,
.neo-valex .status-pill-green,
.neo-valex .entity-status-text-page-compliant {
    color: #3FAC92;
    background-color: #D6F0E7;
}

.neo-valex.new-permit-pill {
    color: #ffffff;
    background-color: #3297d0;
}

.neo-valex.action-status-overdue,
.neo-valex .inspection-status-pill-overdue,
.neo-valex .document-status-pill-expired,
.neo-valex .status-pill-red,
.project-file-status-pill-expired,
.neo-valex .entity-status-text-page-not-compliant {
    color: #F26083;
    background-color: #FFEFF3;
}

.neo-valex.action-status-partial,
.neo-valex .document-status-pill-rejected,
.neo-valex .entity-status-text-page-declined,
.neo-valex .entity-status-text-page-inactive,
.neo-valex .status-pill-grey {
    color: #7B7C7D;
    background-color: #F5F5F5;
}

.neo-valex .document-status-pill-awaiting-approval,
.neo-valex .status-pill-submitted,
.neo-valex .status-pill-blue {
    color: #44579E;
    background-color: #D1DAF3;
}

.neo-valex .document-status-pill-pending-upload,
.neo-valex .status-pill-agean,
.neo-valex .entity-status-text-page-invited,
.neo-valex .entity-status-text-page-invite-pending,
.neo-valex .entity-status-text-page-pending-review,
.project-file-status-pill-update-required,
.neo-valex .entity-status-text-page-under-review {
    color: var(--purple-300);
    background: var(--purple-100);
}

.neo-valex .entity-status-text-page-active,
.neo-valex.action-status-open,
.neo-valex .inspection-status-pill-in-progress,
.project-file-status-pill-uploaded,
.neo-valex .document-status-pill-uploaded {
    color: #007EC3;
    background-color: #F1F4FC;
}

.project-file-status-pill-expiring-soon,
.neo-valex .status-pill-yellow {
    color: var(--grey-500);
    background-color: var(--yellow-150);
}

.neo-valex .inspection-status-pill-pending,
.project-file-status-pill-pending,
.project-file-status-pill-not-required,
.neo-valex .status-pill-dark-grey {
    color: var(--agean-400);
    background-color: var(--agean-100);
}
/* Design System - Status Pill - End */

span.material-icons.material-filter-value-icon:hover {
    color: #42A5F5;
}
.neo-valex .filter-slide-over-panel .close-slide-over-panel {
    padding: 23px 19px 22px 15px;
    font-size: 14px !important;
    color: #AAA9A9 !important;
    float: right;
}
.neo-valex .filter-slide-over-panel .close-slide-over-panel:hover,
.neo-valex .slide-over-panel-header .slide-over-panel-closer:hover,
.neo-valex .fixed-slide-over-panel-header .slide-over-panel-closer:hover {
    cursor: pointer;
}

.neo-valex .panel-title {
    padding-top:16px;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    color: var(--agean-400);
}

.neo-valex .datatable-filters-panel .select2-container--default .select2-search--inline .select2-search__field {
    line-height: 22px;
}

.neo-valex .container-fluid-slide-over-panel label {
    color: var(--agean-400);
}

.neo-valex .datepicker-icon {
    position: absolute;
    color: #99B2CB;
    cursor: pointer;
    right: 8px;
}

.neo-valex .material-icons.material-filter-icon {
    padding-top: 1px;
    margin-left: -9px;
    font-size: 14px;
    color: var(--agean-400);
}

.neo-valex .after-filter {
    color: #FFFFFF;
    background: #0074B7;
}

.neo-valex .filter-done {
    padding-left: 0px;
    position: fixed;
    bottom: 0;
    width: 91%;
    background: #FFFFFF;
    padding-bottom: 56px;
    padding-top: 8px;
}

.neo-valex .filter-done-btn {
    width: 100%;
    min-height: 34px;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: var(--agean-400);
    border-style: none;
}

.neo-valex span.select2-selection.select2-selection--single.select2-checkboxes.item-selected-background {
    background-color: #0074B7;
}

.theme-blue + .select2-container .select2-selection.select2-selection--single.item-selected-background,
.neo-valex .filter-slide-over-panel__content .select2-selection.select2-selection--single.item-selected-background {
    background-color: #0074B7;
}

.theme-blue + .select2-container .select2-selection.select2-selection--single.item-selected-background span.item-selected-font,
.theme-blue + .select2-container .select2-selection.select2-selection--single.item-selected-background .select2-selection__arrow,
.neo-valex .filter-slide-over-panel__content .select2-selection.select2-selection--single.item-selected-background span.item-selected-font,
.neo-valex .filter-slide-over-panel__content .select2-selection.select2-selection--single.item-selected-background .select2-selection__arrow {
    color: #FFFFFF;
}

.theme-blue + .select2-container .select2-selection.select2-selection--single.select2-checkboxes.item-selected-background span.item-selected-font,
.neo-valex span.select2-selection.select2-selection--single.select2-checkboxes.item-selected-background span.item-selected-font {
    color: #FFFFFF;
}

.theme-grey + .select2-container .select2-selection.select2-selection--single.item-selected-background {
    background-color: var(--agean-50);
}

.theme-grey + .select2-container .select2-selection.select2-selection--single.item-selected-background span.item-selected-font,
.theme-grey + .select2-container .select2-selection.select2-selection--single.item-selected-background .select2-selection__arrow {
    color: var(--agean-400);
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.theme-grey + .select2-container .select2-selection.select2-selection--single.select2-checkboxes.item-selected-background span.item-selected-font {
    color: var(--agean-400);
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.neo-valex .select2-container--default .select2-selection--single .select2-selection__arrow b.item-selected-icon {
    border-color: #FFFFFF transparent transparent transparent;
}

.neo-valex .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b.item-selected-icon {
    border-color: transparent transparent #FFFFFF transparent;
}

.neo-valex .select-list-filter span.select2-selection.select2-selection--single.select2-checkboxes {
    border: none;
}

select.neo-valex+span.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #EEEEEE;
    color: #7B7C7D;
}

select.neo-valex+span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #606688;
}

select.neo-valex+span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #000000;
}

.neo-valex .highlight-datepicker {
    color: var(--agean-300);
}

.neo-valex .highlight-datepicker-icon {
    color: #0074B7;
}

.neo-valex span.material-icons.material-filter-icon.after-filter {
    color: #FFFFFF;
}

.neo-valex .datatable-filters .parsley-select {
    position: relative;
    width: 100%;
}

.neo-valex form span.select2-selection.select2-selection--single.select2-checkboxes {
    border: none;
}

.neo-valex .datatable-filter-container .container-fluid {
    padding-left: 3px;
    padding-right: 3px;
}
.datatable-filter-container .neo-valex .container-fluid {
    padding-left: 3px;
    padding-right: 3px;
}

.neo-valex .client-search-container .input-group > input {
    background-color: #FBFCFD;
}

.neo-valex .client-search-container .input-group-append {
    display: none;
}

.neo-valex .max-width-content {
    max-width: max-content;
}
.neo-valex .message-container .message-content {
    padding: 10px 10px 0;
    background-color: #F1F4FC;
    border: 1px solid #B3D3E5;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}
.neo-valex .message-container .message-content .material-icons {
    font-size: 20px;
    color: #007EC3;
}
.neo-valex .form-control {
    height: 34px;
    border: 1px solid #DCE5ED;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 0;
}
.neo-valex textarea.form-control {
    min-height: 85px;
    background-color: #FBFCFD;
}
.neo-valex textarea.form-control:focus {
    border: 2px solid #B4D3FF;
}

textarea.neo-valex.form-control {
    min-height: 80px;
    background: #FBFCFD;
    border: 1px solid #DCE5ED;
    padding: 9px;
    border-radius: 5px;
}

.neo-valex .checkbox label,
.neo-valex .checkbox input,
.neo-valex .date-picker input {
    cursor: pointer;
}
.neo-valex .modal-header,
.neo-valex .modal-footer {
    border-top: 0;
    border-bottom: 0;
}
@media (min-width: 576px) {
    .neo-valex .modal-md {
        max-width: 498px;
        margin: 1.75rem auto;
    }
}
.neo-valex .modal-dialog {
    overflow-y: initial;
}
.neo-valex .modal-body {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
}
.neo-valex .date-picker {
    position: relative;
}
.neo-valex .date-picker .material-icons {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 16px;
    color: var(--agean-400);
}
.neo-valex .date-picker .material-icons + .material-icons {
    right: 40px;
}
.neo-valex .datetimepicker {
    min-width: unset;
}

.neo-valex .date-picker .material-icons:hover {
    cursor: pointer;
}
.neo-valex .message-success {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid #B3D3E5;
    background-color: #F1F4FC;
    border-radius: 5px;
}
.neo-valex .message-success .material-icons {
    color: #007EC3;
}
.neo-valex .checkbox-list {
    padding: 4px 4px 0px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.neo-valex .text-icon .material-icons {
    font-size: 14px;
}
.neo-valex .parsley-error .checkbox-list,
select.neo-valex.parsley-error.form-control,
.neo-valex select.parsley-error ~ .select2.select2-container {
    border: 2px solid #F26083;
    border-radius: 5px;
}
.neo-valex .date-picker .was-validated .form-control:invalid,
.neo-valex.form-control.is-invalid,
.neo-valex input.form-control.parsley-error,
.neo-valex textarea.form-control.parsley-error {
    border-color: #F26083;
    border-width: 2px !important;
    background-image: none;
}
.neo-valex .date-picker .was-validated .form-control:valid,
.neo-valex .form-control.is-valid,
.neo-valex input.form-control.parsley-success,
select.neo-valex.parsley-success.form-control,
.neo-valex textarea.form-control.parsley-success {
    border-color: #76CDAE;
    border-width: 2px !important;
    background-image: none;
}

.neo-valex .preview-container #previews {
    padding: 10px 0;
}
.neo-valex .file-uploaded-widget .item-line {
    align-items: center;
    background-color: #FBFCFD;
    border: 1px dashed #DCE5ED;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}
.neo-valex .file-uploaded-widget .dz-item {
    width: 65%;
}
.neo-valex .file-uploaded-widget .item-line .material-icons {
    color: var(--agean-300);
    font-size: 20px;
}
.neo-valex .file-uploaded-widget .item-line .item-name {
    color: #0074B7;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.neo-valex .file-uploaded-widget .item-line .remove-icon .material-icons {
    font-size: 16px;
    font-weight: bold;
    color: #AAA9A9;
    cursor: pointer;
}
.neo-valex .preview-container {
    visibility: hidden;
}
.neo-valex .preview-container .item-line {
    opacity: 0.8;
}
.neo-valex .preview-container .file-uploaded-widget {
    margin: 10px 0;
    width: 100%;
}
.neo-valex .preview-container .file-uploaded-widget .progress-text {
    font-weight: bold;
    color: #99B2CB;
}

.neo-valex .toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.neo-valex .toggle > span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.14285714286rem;
    color: #7B7C7D;
    margin: 0px 0.42857142857rem;
    padding-top: 7px;
}

.neo-valex .switch {
    position: relative;
    display: inline-block;
    width: 2.14285714286rem;
    height: 1.07142857143rem;
}

.neo-valex .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.neo-valex .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DFDEDE;
    -webkit-transition: .4s;
    transition: .4s;
}

.neo-valex .slider:before {
    position: absolute;
    content: "";
    height: 0.71428571428rem;
    width: 0.71428571428rem;
    left: 0.21428571428rem;
    bottom: 0.17857142857rem;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.neo-valex input:checked + .slider {
    background-color: #0074B7;
}

.neo-valex input:disabled + .slider {
    opacity: 0.4;
}

.neo-valex input:focus + .slider {
    box-shadow: 0 0 1px #0074B7;
}

.neo-valex input:checked + .slider:before {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
}

.neo-valex .slider.round {
    border-radius:  1.07142857143rem;
}

.neo-valex .slider.round:before {
    border-radius: 50%;
}

.neo-valex .btn-datatable-footer {
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    max-height: 28px;
    padding: 3px 12px;
}

.neo-valex .dataTables_length {
    color: var(--agean-400);
    font-weight: 400;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
}

.neo-valex .dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
}

.neo-valex .dataTables_wrapper .datatable-buttons-wrapper {
    line-height: 0;
    margin: 16px 0px;
}

.neo-valex .dataTables_wrapper > .datatable-buttons-wrapper > .dt-buttons > *:not(:first-child) {
    margin-left: 6px;
}

.neo-valex .datatable-buttons-wrapper .dt-buttons:empty {
    display: none;
}

.neo-valex .dataTables_length select.custom-select option {
    color: #FFFFFF;
    background-color: #7F8085;
    min-width: 60px;
}

.neo-valex .pagination .page-link {
    width: auto;
    border-radius: 5px;
    background-color: #EFF1F4;
    min-width: 27px;
    min-height: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 6px 10px;
}

.neo-valex .pagination .previous .page-link {
    padding: 0 20px;
}

.neo-valex .pagination .next .page-link {
    padding: 0 20px;
}

.neo-valex .page-item.active .page-link {
    background-color: #0075B7 !important;
    color: #fff;
}

.neo-valex .select2-arrow-down-icon {
    padding-top: 4px;
}

.neo-valex .dataTables_length .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 12px 0 4px;
    border-radius: 5px;
    color: var(--agean-400);
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    border-color: #D1DAF3;
    background: url('/app/public/assets/images/arrow-down.png') no-repeat #FBFCFD;
    background-position: right 4px center;
    height: 22px;
    width: auto;
    min-width: 42px;
}

@media (max-width: 767px) {

    /* Hide on small screen */
    .neo-valex .btn-filter-dt {
        display: none;
    }

    .neo-valex thead {
        display: none;
    }

    .neo-valex li.paginate_button.previous {
        display: inline;
    }

    .neo-valex li.paginate_button.next {
        display: inline;
    }

    .neo-valex li.paginate_button {
        display:none;
    }

    .neo-valex .dataTables_paginate .pagination .previous .page-link {
        width: 27px;
    }

    .neo-valex .dataTables_paginate .pagination .next .page-link {
        width: 27px;
        margin-right: 0px;
    }

    .neo-valex table.dataTable.table-no-strip tr td .entity-status-text-page-active,
    .neo-valex table.dataTable.table-no-strip tr td .entity-status-text-page-inactive {
        background-color: var(--agean-100);
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .neo-valex .btn-filter-dt {
        display: none;
    }
}

.neo-valex .btn-filter-dt {
    padding: 8px;
    display: inline-flex;
    background-color: #EFF1F4;
    border-radius: 5px;
    color: var(--agean-400);
    font-weight: 500;
    line-height: 16px;
}

.neo-valex .pagination .page-link:hover {
    border-radius: 5px;
    color: #FFFFFF;
}
.btn-filter-dt {
    min-height: 34px;
}
.neo-valex div .material-filter-value-icon {
    font-size: 16px;
    color: #3298D0;
}
.neo-valex div .value-icon {
    display: inline-block;
    border: 1px solid #E6F2F8;
    border-radius: 5px;
    min-height: 30px;
    align-items: center;
    padding: 5px;
    background: #E6F2F8;
    margin-right: 5px;
}
.neo-valex .container-fluid-slide-over-panel {
    padding-left: 3px;
    padding-right: 3px;
}
.neo-valex span.select2-selection.select2-selection--single.select2-checkboxes.item-selected-background {
    background-color: #0074B7;
}

.neo-valex span.select2-selection.select2-selection--single.select2-checkboxes,
.neo-valex span.select2-selection.select2-selection--single {
    background-color: #FBFCFD;
}

.neo-valex .after-filter {
    color: #FFFFFF;
    background: #0074B7;
}
.neo-valex .dropdown a {
    color: var(--agean-400);
    text-decoration: underline;
}
.neo-valex .value-icon span{
    color: var(--agean-300);
}
.neo-valex .value-icon .filter-icon {
    font-size: 19px;
    position: absolute;
    color: #3298D0;
}
.neo-valex #dataTableBuilder_ellipsis a.page-link, .neo-valex #requirement-table_ellipsis a.page-link {
    max-width: 28px;
}
.neo-valex .filter-number {
    font-weight: bold;
}
.neo-valex.filter-valex {
    padding-left: 0px;
}
.neo-valex .error-message {
    font-size: 12px;
}
.neo-valex .date-error {
    border: 1px solid #F26083;
}
.neo-valex .date-active {
    border: 2px solid #B4D3FF;
}
.neo-valex .close-filter-icon {
    opacity: 0.5;
}
.neo-valex .filter-date:focus {
    border: 2px solid #B4D3FF;
}
@media only screen and (max-width: 767px) {
    .neo-valex table.dataTable {
        border: none;
        width: 100%;
    }
    .neo-valex table.dataTable tbody tr {
        display: block;
        border-bottom: 1px solid #D1DAF3;
    }
    .neo-valex table.dataTable tbody tr + tr {
        margin-top: 12px;
    }
    .neo-valex table.dataTable>tbody>tr>td {
        border: 1px solid #D1DAF3;
    }

    .neo-valex table.dataTable td {
        background: #FFFFFF;
        display: flex;
        flex-direction: row;
        align-items: center;
        z-index: 1;
        border-left: 1px solid #D1DAF3;
        border-right: 1px solid #D1DAF3;
    }

    .neo-valex div.dataTables_scrollBody table tbody tr:first-child td + td,
    .neo-valex table.dataTable td + td {
        border-top: 1px solid #D1DAF3;
    }

    .neo-valex table.dataTable td.first-column-in-collapsed-to-block-table {
        background-color: #F8F9FD;
        border-top: 1px solid #D1DAF3;
    }
}

.neo-valex .dropdown-item {
    background: white;
    border: solid #DCE5ED;
    border-width: 0.5px;
    border-radius: 3px;
    font-size: 14px;
}

.neo-valex.dropdown-item {
    cursor: pointer;
    padding: 10px;
    color: var(--grey-400);
    font-size: 14px;
}

.neo-valex div:not(.upgrade-licence-modal-dropdown-menu) .dropdown-item:hover {
    background: var(--blue-ether);
}

.neo-valex.datatable-action-dropdown-item {
    cursor: pointer;
    padding: 10px;
    color: var(--grey-400);
    border-top: 0.5px solid var(--agean-100);
    border-bottom: 0.5px solid var(--agean-100);
}

a.neo-valex.datatable-action-dropdown-item:not(.btn) {
    color: var(--grey-400);
    text-decoration: none;
}

.neo-valex .dropdown-item:hover {
    cursor: pointer;
    padding: 10px;
    color: var(--grey-400);
    background: #F8F9FD;
}

.neo-valex .dropdown-item-tag {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    background: #3298D0;
    color: #FFFFFF;
    font-size: 8.75px;
    text-align: center;
    font-weight: 700;
    border-radius: 6px;
    padding: 1.5px 6px;
    margin-top: 1px;
    margin-left: 12px;
}

.neo-valex .dropdown-menu {
    background: transparent;
    border-width: 0px;
}

.neo-valex.dropdown-menu {
    box-shadow: 1px 1px 4px rgba(9, 30, 66, 0.25);
}

/**
 * Design System - Notification Alert - Start [
 */
.neo-valex.alert {
    padding: 20px 16px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #7B7C7D;
    font-size: 14px;
    line-height: 16px;
}
.neo-valex.alert.alert-info {
    background: #F1F4FC;
    border: 0.5px solid #B3D3E5;
}
.neo-valex.alert.alert-warning {
    background: #FDF8E3;
    border: 0.5px solid #F5C724;
}
.neo-valex.alert.alert-danger {
    background: #FFEFF3;
    border: 0.5px solid #F26083;
}
.neo-valex .icon-alert-info {
    color: #007EC3;
}
.neo-valex .icon-alert-warning {
    color: #F5C724;
}
.neo-valex .icon-alert-danger {
    color: #F27083;
}
/**
 * Design System - Notification Alert - End ]
 */

/* Design System - Buttons - Start - [ */

/**
 * btn-cancel style
 */
.neo-valex.btn-cancel {
    color: #0074B7 !important;
    border-color: #0074B7;
    border-width: 2px;
    line-height: 1.47em;
}

.neo-valex.btn-cancel:hover {
    background-color: #0074B7 !important;
    color: #fff !important;
    border-color: #0074B7;
}

.neo-valex.btn-cancel:not(:disabled):not(.disabled):active,
.neo-valex.btn-cancel:not(:disabled):not(.disabled).active {
    background-color: #015F95 !important;
    border-color: #015F95;
    color: #FFFFFF !important;
}

.neo-valex.btn-cancel.disabled,
.neo-valex.btn-cancel:disabled {
    pointer-events: none;
}

/**
 * btn-delete style
 */
.neo-valex.btn-delete {
    color: #F26083 !important;
    border-color: #F26083;
    border-width: 2px;
    line-height: 1.5em;
}

.neo-valex.btn-delete:hover {
    background-color: #F26083 !important;
    color: #fff !important;
    border-color: #F26083;
}

.neo-valex.btn-delete:not(:disabled):not(.disabled):active,
.neo-valex.btn-delete:not(:disabled):not(.disabled).active {
    background-color: #D03056 !important;
    color: #fff !important;
    border-color: #F26083;
}

.neo-valex.btn-delete.disabled,
.neo-valex.btn-delete:disabled {
    pointer-events: none;
}

/**
 * btn-secondary style
 */
.neo-valex.btn-secondary {
    background-color: var(--agean-400) !important;
    color: #fff;
}

.neo-valex.btn-secondary:hover {
    background-color: var(--agean-300) !important;
}

.neo-valex.btn-secondary:not(:disabled):not(.disabled):active,
.neo-valex.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #304965 !important;
    border-color: #304965;
    color: #FFFFFF;
}

.neo-valex.btn-secondary.disabled,
.neo-valex.btn-secondary:disabled,
.neo-valex.btn-secondary.btn-actions-disabled {
    background-color: #C8CFD8 !important;
    pointer-events: none;
    opacity: 0.65;
}

/**
 * btn-primary style
 */
.neo-valex.btn-primary {
    background-color: #0074B7 !important;
    color: #fff;
}

.neo-valex.btn-primary:hover {
    background-color: #4097C9 !important;
}

.neo-valex.btn-primary:active {
    background-color: #015F95 !important;
}

.neo-valex.btn-primary.disabled,
.neo-valex.btn-primary:disabled {
    background-color: #B3D6EA !important;
    pointer-events: none;
    border-width: 2px;
}

.neo-valex.close.image-modal-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    padding: 0;
    margin: 0;
    color: #fff;
    text-shadow: none;
    z-index: 1;
    background-color: #000;
    border-color: #000;
}

.neo-valex.close.image-modal-btn:hover,
.neo-valex.image-modal-btn:focus {
    background-color: var(--agean-400);
    border-color: var(--agean-400);
}

/* Design System - Buttons - End - ] */

/* Design System - Form Element - Start */

/** Format Readonly input **/
.neo-valex .form-control[readonly] :not(.datetimepicker) {
    background-color: #F5F5F5;
    border-color: #DCE5ED;
}

/** Format for list error **/
.neo-valex .parsley-errors-list {
    color: #F26083;
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

/** Format for list success **/
.neo-valex .parsley-success-list {
    color: #76CDAE;
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

/** Clear bottom border of form **/
@media (max-width: 576px) {
    .neo-valex .content .clearfix .tab-content .form-footer, .neo_valex .wizard.vertical > .content {
        border-bottom: none;
    }
}

div.neo-valex.form-group {
    margin-bottom: 16px;
}

div.neo-valex.form-group label {
    margin-bottom: 8px;
}

label.neo-valex {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: var(--agean-400);
}

label.neo-valex .material-icons {
    font-size: 14px;
}

input.neo-valex.form-control, select.neo-valex.form-control {
    height: 34px;
    background: #FBFCFD;
    border: 1px solid #DCE5ED;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    padding: 0px 9px;
}

input.neo-valex.form-control:focus {
    border: 2px solid #B4D3FF;
}

input.neo-valex.form-control:focus::placeholder {
    opacity: 0;
}

select.neo-valex.form-control:disabled,
input.neo-valex.form-control:disabled,
input.neo-valex.form-control.parsley-success:read-only {
    background-color: #F5F5F5;
}

input.neo-valex.form-control.parsley-success,
select.neo-valex.form-control.parsley-success {
    border: 1px solid #76CDAE;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%2376CDAE' d='M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

input.neo-valex.form-control.datetimepicker.parsley-success {
    background-position: center right calc(0.375em + 1.675rem);
}

input.neo-valex.form-control.datepicker.parsley-success {
    background-image: none;
}

input.neo-valex.form-control.parsley-error, .neo-valex.parsley-error div.parsley-select {
    border: 2px solid #F26083;
    border-radius: 5px;
}

.neo-valex .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #AAA9A9;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.neo-valex .select2-selection__rendered {
    line-height: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 1;
}

.neo-valex .select2-container .select2-selection--single {
    height: 34px;
    background: #FBFCFD;
    border: 1px solid #DCE5ED;
    border-sizing: border-box;
    border-radius: 5px;
}

.neo-valex .select2-container .select2-selection--single:focus {
    border: 2px solid #B4D3FF;
}

.neo-valex .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    color: var(--agean-400);
}

.neo-valex .select2-container--default .select2-selection--single .select2-selection__arrow.parsley-success {
	border-color: #76CDAE;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%2376CDAE'%3E%3Cpath d='M0 0h24v24H0z'  fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
	background-position: center right calc(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	background-repeat: no-repeat;
	appearance:none;
}

.neo-valex.select2-dropdown-parent .select2-results__options li.select2-results__option {
    min-height: 36px;
    padding: 10px;
    background: #FFF;
    border-right: 0.5px solid #DCE5ED;
    border-bottom: 0.5px solid #DCE5ED;
    box-sizing: border-box;
    border-radius: 3px;
}

.neo-valex.select2-dropdown-parent .select2-results__options li.select2-results__option div.wrap {
    display: flex;
    align-items: center;
}

.neo-valex.select2-dropdown-parent .select2-results__options li.select2-results__option div.wrap::before {
    flex-basis: 30px;
    flex-grow: 0;
    flex-shrink: 0;
    height: auto;
}

.neo-valex.select2-dropdown-parent .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #7B7C7D;
    background-color: var(--blue-ether);
}

/**
 * custom css style for select2 background color using #ECEFFB
 * start [
 */
.neo-valex.select2-dropdown-parent.bg-light-blue-no-border .select2-results__options li.select2-results__option {
    height: 36px;
    padding: 10px;
    background: #FFF;
    border: none;
    box-sizing: border-box;
}

.neo-valex.select2-dropdown-parent.bg-light-blue-no-border .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--agean-400);
    background-color: #ECEFFB;
}
/** end ] **/

a.neo-valex.form-control-plaintext,
div.neo-valex.form-control-plaintext {
    font-size: 14px;
}
/* Design System - Form Element - End */

/** Neo Input Phone - Start [ - **/
.neo-valex.iti.iti--allow-dropdown {
    width: 100%;
}

.neo-valex.iti .input-phone {
    font-size: 14px;
}

.neo-valex.iti .iti__flag-container {
    max-height: 34px;
}

.neo-valex.iti {
    display: block;
}

.neo-valex .modal-account-setup {
    padding: 32px;
}

@media (min-width: 1024px) {
    .neo-valex#neo-modal-account-setup .modal-content{
        width: 596px;
    }
}

.neo-valex#neo-modal-account-setup .modal-content{
    min-width: auto;
    border-radius: 16px;
}
/* Make circles that indicate the steps of the form: */
.neo-valex .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.neo-valex ul.tab-page li.active a .step{
    background-color: #0074B7;
}

/** Neo Input Phone - End ] - **/

input[type="checkbox"].neo-valex {
    appearance: none;
    transition: all .3s ease;
    content: "";
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #C4C4C4;
}

input[type="checkbox"].neo-valex:checked {
    border: 1px solid #0074B7;
    background-color: #0074B7;
}

input[type="checkbox"].neo-valex:checked:after {
    content: "\e876";
    color: #FFFFFF;
    font-family: "Material Icons";
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

a.neo-valex:not(.btn) {
    text-decoration: underline;
    color: #0074B7;
    font-size: inherit;
}

a.neo-valex.disabled:not(.btn) {
    text-decoration: none;
}

/**
 * Design System - Typography - Start [
 */
h1.neo-valex {
    font-family: "Roboto", sans-serif;
    color: #0074B7;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
}

h2.neo-valex {
    font-family: "Roboto", sans-serif;
    color: var(--agean-400);
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
}

h2.neo-valex.secondary {
    font-family: "Roboto", sans-serif;
    color: var(--agean-300);
}

h3.neo-valex,
h3.neo-valex a {
    font-family: "Roboto", sans-serif;
    color: var(--agean-300);
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

h4.neo-valex,
h4.neo-valex a {
    font-family: "Roboto", sans-serif;
    color: var(--agean-400);
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}

.neo-valex.body-text {
    color: #7B7C7D;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

/**
 * Design System - Typography - End ]
 */

.neo-valex .desktop-logo {
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .neo-valex .main-header,
    .neo-valex.app.sidenav-toggled .main-header {
        padding-left: 0px;
    }
}
@media (min-width: 578px) {
    .neo-valex .main-logo {
        display: block;
    }
}
@media (max-width: 549px) {
    .neo-valex .desktop-logo {
        display: block;
        margin-left: 0;
    }
}

.entity-status {
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 700;
    min-width: max-content;
}

.entity-status-active {
    color: #007EC3;
    background: #F1F4FC;
}

.entity-status-common {
    color: var(--agean-400);
    background: #DCE5ED;
}

.entity-status-archived {
    color: #FFFFFF;
    background: #AAA9A9;
}

.entity-status-inactive {
    color: #7B7C7D;
    background: #F5F5F5;
}

.entity-status-pending {
    color: var(--grey-500);
    background: var(--grey-100);
}

.entity-status-requests-pending {
    color: var(--purple-300);
    background: var(--purple-100);
}

.entity-status-declined {
    color: var(--yellow-300);
    background: var(--yellow-100);
}

.neo-valex.alert-primary {
    color: #465f7a;
    border-color: #b3d3e5;
    background-color: #f1f4fc;
}

.neo-valex.alert-primary p {
    line-height: 1.2;
    margin-bottom: 0;
}

.neo-valex.alert-primary {
    border-radius: 5px;
    font-size: .75rem;
    box-shadow: none;
    border: 1px solid #b3d3e5;
}
.neo-valex.alert-primary strong {
    display: block;
    margin-bottom: 6px;
}
.neo-valex.alert-primary a {
    font-size: .75rem;
}
.neo-valex.alert-primary .info-icon {
    color: #0074b7;
    font-size: 20px;
    margin-right: 10px;
}

.neo-valex .dropdown-item.disabled {
    color: #AAA9A9;
    font-style: italic;
}

.neo-valex .modal-content {
    border: 1px solid #d1daf3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.neo-valex .modal-content.image-modal {
    border: none;
}

.neo-valex .modal-body {
    padding: 0 24px 24px 24px;
}

.neo-valex .modal-header {
    padding: 24px 24px 0 24px;
}

.neo-valex .modal-footer {
    padding: 0px 24px 24px 24px;
}

input[type="checkbox"].neo-valex {
    appearance: none;
    transition: all .3s ease;
    content: "";
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #C4C4C4;
}

input[type="checkbox"].neo-valex:disabled,
input[type="radio"].neo-valex:disabled {
    background-color: #F5F5F5;
    pointer-events: none;
    opacity: 0.65;
}
input[type="radio"].neo-valex:disabled + label {
    opacity: 0.4;
}
input[type="checkbox"].neo-valex:not(.visible-on-disabled):disabled + label {
    opacity: 0.4;
}
input[type="checkbox"].neo-valex.visible-on-disabled:disabled + label {
    opacity: 1;
}
input[type="checkbox"].neo-valex:checked {
    border: 1px solid #0074B7;
    background-color: #0074B7;
    display: inline-flex;
}

input[type="checkbox"].neo-valex:checked:after {
    content: "\e876";
    color: #FFFFFF;
    font-family: "Material Icons";
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

input[type="checkbox"].neo-valex:not(.visible-on-disabled):disabled {
    border: 1px solid #0074B766;
    background-color: #0074B766;
}
input[type="checkbox"].neo-valex.visible-on-disabled:disabled {
    border: 1px solid #0074B766;
}
.neo-valex .accordion .card {
    border-width: 1px;
}
.neo-valex .card {
    border-radius: 10px;
}
.neo-valex .card-body {
    background-color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: none;
}
.neo-valex.accordion .panel-heading {
    border-radius: 6px;
    padding: 16px;
}

@media (min-width: 992px) {
    .neo-valex.accordion-md .panel-heading {
        display: none;
    }
    .neo-valex.accordion-md .panel-collapse.collapse {
        display: block;
    }
}

@media (max-width: 991px) {
    .neo-valex .accordion-md .nav {
        display: none;
    }
    .neo-valex .accordion-md .tab-content {
        background-color: #ECF0FA;
    }
    .neo-valex .accordion-md .tab-content .tab-pane {
        display: block;
        margin: 16px 0;
    }
    .neo-valex.accordion-md .accordion-title {
        align-items: center;
        color: #465F7A;
        display: flex;
        font-weight: bold;
        justify-content: space-between;
        padding: 0 0;
    }
    .neo-valex.accordion-md .accordion-title:hover {
        color: var(--agean-300);
        cursor: pointer;
    }
    .neo-valex.accordion-md .accordion-title:not(.collapsed) .material-icons {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all .3s ease;
    }
    .neo-valex.accordion-md .panel-collapse {
        margin-top: 16px;
    }
    .neo-valex.accordion-md .card {
        box-shadow: none;
        border: none;
        margin-bottom: 0;
        margin-top: 0;
    }
    .neo-valex .card.card-md {
        background: none;
        border: none;
        border-radius: 10px;
        box-shadow: none;
    }
    .neo-valex .card.card-md > .card-body {
        padding: 0;
    }
    .neo-valex .mt-md-4px {
        margin-top: 4px;
    }
}

.neo-valex .tabs-style-2 .main-nav-line .nav-link {
    color: var(--agean-300);
    background-color: #ECEFFB;
    border: 1px solid #D1DAF3;
    border-radius: 2px;
    padding: 10px;
}
.neo-valex .tabs-style-2 .main-nav-line .nav-link.active {
    color: #0074B7;
    background-color: #FFFFFF;
}
.neo-valex .tabs-style-2 li {
    margin-right: 3px;
}
.neo-valex .tabs-style-2 li .nav-link.active {
    box-shadow: inset 0 6px #0074B7;
}
.neo-valex .badge {
    border-radius: 5px;
}
.neo-valex .badge-md {
    min-width: 22px;
    height: 22px;
}
.neo-valex .slide-over-panel-header {
    padding: 24px 0px 12px 0px;
}
input[type="radio"].neo-valex {
    appearance: none;
    -webkit-appearance: none;
    transition: all .3s ease;
    border-radius: 50%;
    width: 13.33px;
    height: 13.33px;
    display: grid;
    place-content: center;
    box-shadow: 0 0 0 1.8px var(--grey-300);
}

input[type="radio"].neo-valex::before {
    content: "";
    width: 9.33px;
    height: 9.33px;
    border-radius: 50%;
    transform: scale(0);
    background-color: var(--cf-blue);
}

input[type="radio"].neo-valex:checked {
    box-shadow: 0 0 0 1.8px var(--cf-blue);
}

input[type="radio"].neo-valex:checked::before {
    transform: scale(1);
}

.neo-valex .dataTables_wrapper .dataTables_paginate .page-item.disabled:not(.previous):not(.next) .page-link {
    width: 30px;
}
.neo-valex .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .neo-valex .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    background-color: transparent;
    color: transparent;
}
.neo-valex .table-headless thead {
    display: none;
}
.neo-valex .desktop-logo {
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .neo-valex .main-header,
    .neo-valex.app.sidenav-toggled .main-header {
        padding-left: 0px;
    }
}
@media (min-width: 578px) {
    .neo-valex .main-logo {
        display: block;
    }
}
@media (max-width: 549px) {
    .neo-valex .desktop-logo {
        display: block;
        margin-left: 0;
    }
}

.neo-valex .dropzone:not(.btn) {
    min-height: 90px;
    border: 1px dashed var(--agean-300);
    background: #FBFCFD;
    border-radius: 4px;
    padding: 0;
}
.neo-valex .dropzone.btn{
    min-height: auto;
    height: auto;
}
.neo-valex .dropzone.btn .dz-message {
    display: inline;
    margin: 0;
}
.neo-valex .dropzone .dropzone-message {
    color: var(--agean-300);
}
.neo-valex .dropzone .dropzone-message .material-icons {
    font-size: 30px;
}
.neo-valex .dropzone .dropzone-message .msg {
    background-color: #EFF1F4;
    padding: 2px 6px;
}
.neo-valex .dropzone-info .item-line {
    align-items: center;
    background-color: #FBFCFD;
    border: 1px dashed #DCE5ED;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}
.neo-valex .dropzone-info .dz-item {
    width: 65%;
}
.neo-valex .dropzone-info .item-line .material-icons {
    color: var(--agean-300);
    font-size: 20px;
}
.neo-valex .dropzone-info .item-line .item-name {
    color: #0074B7;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    width: 100%;
}
.neo-valex .dropzone-info .item-line .dz-remove .material-icons {
    font-size: 16px;
    font-weight: bold;
    color: #AAA9A9;
}
.neo-valex .preview-container .dropzone-info {
    margin: 10px 0;
    width: 100%;
}
.neo-valex .preview-container .dropzone-info .progress-text {
    font-weight: bold;
    color: #99B2CB;
}
.neo-valex .file-uploaded-widget .item-line {
    align-items: center;
    background-color: #FBFCFD;
    border: 1px dashed #DCE5ED;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}
.neo-valex .file-uploaded-widget .item-line .material-icons {
    color: var(--agean-300);
    font-size: 20px;
}
.neo-valex .file-uploaded-widget .item-line .item-name {
    color: #0074B7;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    width: 100%;
    max-width: 70vw;
}
.neo-valex .file-uploaded-widget .item-line .dz-remove .material-icons {
    font-size: 16px;
    font-weight: bold;
    color: #AAA9A9;
}
.neo-valex .preview-container {
    visibility: hidden;
}
.neo-valex .preview-container > div{
    margin-top: 22px;
}
.neo-valex .preview-container:last-child .file-uploaded-widget {
    margin-bottom: 0;
}
.neo-valex .slide-over-panel__wide .slide-over-panel-header {
    border-bottom: 1px solid #DCE5ED;
}

.neo-valex .card {
    border-radius: 10px;
}
.neo-valex .card-body {
    background-color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 24px;
    box-shadow: none;
}
.neo-valex.accordion .panel-heading {
    border-radius: 6px;
    padding: 15px;
}

@media (min-width: 992px) {
    .neo-valex.accordion-md .panel-heading {
        display: none;
    }
    .neo-valex.accordion-md .panel-collapse.collapse {
        display: block;
    }
}

@media (max-width: 992px) {
    .neo-valex .accordion-md .nav {
        display: none;
    }
    .neo-valex .accordion-md .tab-content {
        background-color: #EAEEF7;
    }
    .neo-valex .accordion-md .tab-content .tab-pane {
        display: block;
        margin-bottom: 16px;
    }
    .neo-valex.accordion-md .accordion-title {
        align-items: center;
        color: var(--agean-400);
        display: flex;
        font-weight: bold;
        justify-content: space-between;
        padding: 0 5px;
    }
    .neo-valex.accordion-md .accordion-title:hover {
        color: var(--agean-300);
        cursor: pointer;
    }
    .neo-valex.accordion-md .accordion-title:not(.collapsed) .material-icons {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all .3s ease;
    }
    .neo-valex.accordion-md .panel-collapse {
        margin-top: 16px;
    }
    .neo-valex.accordion-md .card {
        box-shadow: none;
        border: none;
    }
    .neo-valex .card.card-md {
        background: none;
        border: none;
        border-radius: 10px;
        box-shadow: none;
    }
    .neo-valex .card.card-md > .card-body {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .neo-valex .mg-mw768-t-8 {
        margin-top: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1030px){
    .flex-col-min992-max1030 {
        flex-direction: column !important;
    }
    .mg-min992-max1030-t-8 {
        margin-top: 8px;
    }
    .justify-content-end-min992-max1030 {
        justify-content: end;
    }
}

.neo-valex .slide-over-panel__wide .filter-slide-over-panel__content {
    padding: 24px;
}
.neo-valex .slide-over-panel__wide .filter-slide-over-panel__content .slide-over-panel-header {
    padding: 0 0 16px;
}
.panel-section .neo-valex.form-group label {
    margin-bottom: 0;
}

textarea.neo-valex {
    background-color: #FBFCFD;
}
input[type="checkbox"].neo-valex {
    cursor: pointer;
}
input[type="checkbox"]:disabled.neo-valex {
    opacity: 0.3;
    cursor: not-allowed;
}

.neo-valex .fixed-slide-over-panel-header {
    position: fixed;
    right: 24px;
    left: 24px;
    padding: 24px 0 12px 0;
    background: #FFFFFF;
    z-index: 2;
}

.neo-valex .fixed-slide-over-panel-footer {
    position: sticky;
    bottom: 0;
    padding: 16px 0 72px 0;
    background: #FFFFFF;
}

.neo-valex .neo-panel-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    color: var(--agean-400);
}
@media (max-width: 644px) {
    .neo-valex .filter-items {
        padding-left: 12px;
        padding-bottom: 10px;
    }
}

.neo-valex .dataTables_empty {
    background-color: var(--blue-ether);
}

input[type='search']::placeholder {
    color: #AAA9A9;
}

input[type='search']:focus::placeholder {
    color: transparent;
    opacity: 0;
}
@media (max-width: 549px) {
    .neo-valex .slide-over-panel-header {
        padding: 25px 0;
    }
}
.neo-valex .accordion.accordion-checkboxes .card {
    background-color: #FBFCFD !important;
}
.neo-valex .accordion.accordion-checkboxes .card .card-header {
    margin: 0;
    padding: 0;
    border: 1px solid #DCE5ED;
    border-radius: 5px;
    background: #FFFFFF;
}
.neo-valex .accordion.accordion-checkboxes .collapse-header {
    height: 38px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.neo-valex .accordion.accordion-checkboxes .collapse-body {
    padding: 20px 12px 10px;
    background-color: #FBFCFD;
    border: solid #EFF1F4;
    border-width: 0 1px 1px;
}
.neo-valex .accordion.accordion-checkboxes .collapse-body .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}
.neo-valex .accordion.accordion-checkboxes .collapse-body .form-check:last-child {
    margin-bottom: 0;
}
.neo-valex .accordion.accordion-checkboxes .collapse-body .form-check .form-check-input {
    margin-top: 0 !important;
}
.neo-valex .accordion.accordion-checkboxes .collapse-header .btn:not(.collapsed) .material-icons {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s ease;
}
.neo-valex .accordion.accordion-checkboxes .collapse-header .checkboxes-selected {
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
}

.btn.neo-valex.btn-sm {
    padding: 3px 12px;
}
textarea.neo-valex.form-control:read-only {
    background-color: #F5F5F5;
}
.neo-valex.confirm-modal-on-slide-over-panel {
    z-index: 99999;
}
.neo-valex table.dataTable tbody tr.child-row td.child-row table.table-extra-info thead {
    visibility: visible;
}
.neo-valex table.dataTable tbody tr.child-row td.child-row table.table-extra-info thead tr th {
    background-color: #FFFFFF;
    border: none;
    padding: 0px 10px 0px 12px !important;
    text-transform: initial;
}
.neo-valex table.dataTable tbody tr.child-row td.child-row table.table-extra-info thead tr th,
.neo-valex table.dataTable tbody tr.child-row td.child-row table.table-extra-info thead tr td {
    height: 38px;
}
@media (max-width: 768px) {
    .neo-valex table.dataTable tbody tr.child-row td.child-row table.table-extra-info thead {
        display: none;
    }
    .neo-valex table.dataTable tbody tr.shown td.action {
        border-bottom: none;
    }
    .neo-valex table.dataTable tbody tr.child-row {
        margin-top: 0;
    }
    .neo-valex table.dataTable tbody tr.child-row td.child-row {
        border-top: 0;
    }
    .neo-valex table.dataTable tbody tr.child-row td.child-row table.table-extra-info tbody tr td {
        border-top: 0;
        border-bottom: 0;
    }
}
.neo-valex #confirm-made-admin-modal .modal-body {
    padding: 35px 35px 0px 35px;
}

.neo-valex .accordion > .card .card-header {
    margin: 0;
    border: 1px solid #DCE5ED;
    border-radius: 5px;
    background: #FFFFFF;
}
.neo-valex .accordion > .card .card-header .btn-link {
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.neo-valex .accordion > .card .card-header .btn-link .material-icons {
    color: var(--agean-300);
}
.neo-valex .accordion > .card .card-header .btn-link:after {
    font-family: "Material Icons";
    content: "expand_more";
}
.neo-valex .accordion > .card .card-header .cbx-name {
    font-weight: bold;
    color: #465F7A;
}

.neo-valex .accordion > .card .card-header .cbx-selected {
    color: #2B3D7A;
    background-color: #D1DAF3;
    padding: 2px 6px;
    border-radius: 5px;
}
.neo-valex .text-title {
    color: var(--agean-300);
    font-weight: bold;
}

.mce-content-body {
    font-family: "Roboto", sans-serif;
}

.mce-menu {
    z-index: 999999 !important;
}

.mce-window {
    z-index: 999999 !important;
}

.neo-valex .material-icons.agean-400 {
    color: #465F7A;
}

.neo-valex .simple-panel {
    background: #F8F9FD;
    border: 0.5px solid #D1DAF3;
    padding: 20px;
    width: 100%;
    font-size: 16px;
}

.neo-valex .simple-panel h5 {
    font-size: 18px;
}

.neo-valex .table-panel {
    display: inline-block;
    padding: 22px 0;
    width: 440px;
    text-align: left;
    font-size: 16px;
    line-height: 18.75px;
}

.neo-valex .table-panel h2 {
    font-size: 18px;
    color: #0074B7;
}

.neo-valex .input-loader-container {
    position: absolute;
    right: 10px;
    top: calc(50% + 1px);
}

.neo-valex .input-loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.neo-valex .input-loader::after,
.neo-valex .input-loader::before {
    content: "";
    background: transparent;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #0074B7 #0074B7 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.neo-valex .input-loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.neo-valex .two-columns-modal-content {
    display: flex;
}

.neo-valex .two-columns-modal-content .left-column {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    border-right: 0.5px solid #DFDEDE;
    flex-basis: 248px;
    display:none;
    flex: 0 0 248px;
}

.neo-valex .two-columns-modal-content .left-column .clipart {
    text-align: center;
}

.neo-valex .two-columns-modal-content .left-column .clipart img {
    width: 152px;
}

.neo-valex .two-columns-modal-content .right-column {
    padding-top: 1rem;
    padding-left: 0;
    flex-grow: 1;
}

@media (min-width: 577px) {
    .neo-valex .two-columns-modal-content .left-column {
        display: block;
    }

    .neo-valex .two-columns-modal-content .right-column {
        padding-left: 1.5rem;
    }
}

.neo-valex .box-image-contractor-registration {
    padding: 20px 50px 20px 50px;
}
.neo-valex .client-add-area  div.steps {
    text-align: left;
}

.display-status,
.display-licence {
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 700;
    width: fit-content;
}

.display-badge-entity-status-active {
    color: #007EC3;
    background: #F1F4FC;
}

.display-badge-entity-status-common {
    color: #465F7A;
    background: #DCE5ED;
}

.display-badge-entity-status-archived {
    color: #FFFFFF;
    background: #AAA9A9;
}

.display-badge-premium {
    color: #566CB8;
    background-color: #E7E8FA;
}

.display-badge-standard {
    color: #007EC3;
    background-color: #D2E8F5;
}

.display-badge-free,
.display-badge-legacy {
    color: #959595;
    background-color: #EFEFEF;
}

.neo-valex .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: var(--blue-ether);
}

.neo-valex #employee-projects-datatable-container .btn-arrow-up::after {
    margin-left: 8px;
}
.neo-valex #employee-offline-training-results .btn-arrow-up::after {
    margin-left: 10px;
}
.neo-valex #employee-projects-datatable-container .btn-arrow-down::after {
    margin-left: 4px;
}
.neo-valex #employee-offline-training-results .btn-arrow-down::after {
    margin-left: 10px;
}
.neo-valex .btn-filter-inspection-selected {
    background: #0074B7;
    color: white;
}

/*for btn-inspection component*/
.neo-valex .btn-inspection:focus {
    outline: none;
}

.neo-valex .btn-inspection .material-icons {
    line-height: inherit;
}

.neo-valex .material-icons.material-icons-n-a {
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
}

.neo-valex .btn-inspection {
    width: 96px;
    height: 48px;
    border-radius: 5px;
    border: none;
    background-color: var(--agean-200);
}

.neo-valex .btn-inspection-unselected {
    background-color: var(--agean-100);
}

.neo-valex .btn-inspection:disabled {
    background-color: #DCE5ED;
}

.neo-valex .btn-inspection-close:hover:not(.selected):enabled {
    background-color: var(--agean-300);
    transition: background-color 0.3s ease-in-out;
}

.neo-valex .btn-inspection-close:active:enabled,
.neo-valex .btn-inspection-close.selected {
    background-color: #F26083;
}

.neo-valex .btn-inspection-done:hover:not(.selected):enabled {
    background-color: var(--agean-300);
    transition: background-color 0.3s ease-in-out;
}

.neo-valex .btn-inspection-done:active:enabled,
.neo-valex .btn-inspection-done.selected {
    background-color: #3FAC92;
}

.neo-valex .btn-inspection-n-a:hover:not(.selected):enabled {
    background-color: var(--agean-300);
    transition: background-color 0.3s ease-in-out;
}

.neo-valex .btn-inspection-n-a:active:enabled,
.neo-valex .btn-inspection-n-a.selected {
    background-color: var(--agean-300);
}

.neo-valex#document-inspection-modal .modal-dialog.modal-lg {
    max-width: 631px;
}
.neo-valex.form-control-plaintext {
    line-height: 16px;
    font-size: 14px;
    color: #585858;
}
.invalid-border {
    border: 2px solid #F26083;
    border-radius: 4px;
    padding: 4px;
}
.neo-valex.dt-borderless .dataTables_scrollHead {
    height: 0;
}
.neo-valex.dt-borderless .dataTables_scrollHead table.dataTable {
    border: 0;
}
.neo-valex.dt-borderless .dataTables_scrollBody table.dataTable {
    border-top: 1px solid #D1DAF3;
}
.neo-valex.dt-borderless .dataTables_wrapper div:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.neo-valex#confirm-unassign-employee-category, .neo-valex#confirm-unassign-employee-department,
.neo-valex#confirm-unassign-employee-project, .neo-valex#confirm-unassign-plant-category,
.neo-valex#confirm-unassign-internal-document-modal {
    background: rgba(70, 95, 122, 0.5);
}

.neo-valex.image-map-container {
    overflow: auto;
    text-align: center;
}

.neo-valex.image-area-selector {
    position: relative;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #ccc;
}

.neo-valex.image-area-selector > map > area {
    cursor: pointer;
}

.neo-valex .image-mapper-svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.neo-valex .plain-panel {
    background-color: #F8F9FD !important;
    border: 1px solid #DCE5ED;
    border-radius: 4px;
    padding: 24px;
}

.neo-valex .field-panel {
    padding: 5px;
    border: 1px solid #DCE5ED;
    border-radius: 5px;
}

.text-cf-blue {
    color: var(--cf-blue)  !important;
}

.neo-valex .height-34 {
    height: 34px;
}
.neo-valex .dropzone.dropzone-border-error {
    border-color: #F26083;
}
.neo-valex #dz-error {
    font-size: 10px;
    color: #F26083;
}

.neo-valex .risk-rating {
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 9px;
    white-space: nowrap;
}

.neo-valex .risk-rating.risk-rating-low {
    background-color: var(--green-400);
    color: white;
}

.neo-valex .risk-rating.risk-rating-medium {
    background-color: var(--yellow-200);
    color: var(--black-100);
}

.neo-valex .risk-rating.risk-rating-hight {
    background-color: var(--red-200);
    color: white
}
.input-like-textarea {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    display: inline-block;
    resize: none;
    overflow: hidden;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.2s;
}

.neo-accordion-title::after {
    content: "\e5ce";
    font-family: 'Material Icons';
    font-size: 26px;
    line-height: 16px;
    margin: auto 0 auto 4px;
}

.neo-accordion-title.collapsed::after {
    content: "\e5cf";
}

 .trash-button-icon {
    font-family: 'Material Icons';
    font-size: 26px;
    line-height: 16px;
    color: var(--agean-200);
    cursor: pointer;
 }

 .trash-button-icon:hover {
    color: var(--red-200);
 }

 .trash-button-icon:active {
    color: var(--red-300);
 }

.input-with-badge span.input-badge {
    position: absolute;
    top: 9px;
    right: 11px;
    width: 80px;
    height: 16px;
    padding: 1.25px;
    border-radius: 6px;
    font-size: 8.75px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 13.75px;
    font-weight: 600;
}

.input-with-badge {
    position: relative;
}

.input-with-badge input.neo-valex.form-control {
    padding-right: 100px;
}

.dropdown.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.dropdown.button-container .clear-filter {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.neo-valex .col-md-12.select-list-filter {
    position: static;
}

.neo-valex table.dataTable.table-no-strip tr.bg-entity-inactive td {
    background-color: var(--grey-100) !important;
}

.neo-tab-header {
    border-radius: 10px;
    padding: 10px;
    flex: 1 1 auto;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
	.neo-valex table.dataTable thead>tr>th.sorting_asc,
	.neo-valex table.dataTable thead>tr>th.sorting_desc,
	.neo-valex table.dataTable thead>tr>th.sorting,
	.neo-valex table.dataTable thead>tr>td.sorting_asc,
	.neo-valex table.dataTable thead>tr>td.sorting_desc,
	.neo-valex table.dataTable thead>tr>td.sorting,
	.neo-valex table.dataTable th,
	.neo-valex table.dataTable td {
		padding-right: 5px;
		padding-left: 5px;
	}	
	.datatable-actions-column {
		white-space: normal;
	}
	.datatable-actions-column .btn + .btn,
	.datatable-actions-column .btn + span .btn {
		margin-top: 5px;
	}
}

@media screen and (min-width: 992px) {
	.neo-valex table.dataTable thead>tr>th.sorting_asc,
	.neo-valex table.dataTable thead>tr>th.sorting_desc,
	.neo-valex table.dataTable thead>tr>th.sorting,
	.neo-valex table.dataTable thead>tr>td.sorting_asc,
	.neo-valex table.dataTable thead>tr>td.sorting_desc,
	.neo-valex table.dataTable thead>tr>td.sorting,
	.neo-valex table.dataTable th,
	.neo-valex table.dataTable td {
		padding-right: 12px;
		padding-left: 12px;
	}
	.datatable-actions-column {
		white-space: nowrap;
	}
	.datatable-actions-column .btn + .btn,
	.datatable-actions-column .btn + span .btn {
		margin-top: 0;
	}
}

.text-wrap-before-chevron {
    display: block;
    word-wrap: break-word;
    width: calc(100% - 15px);
    white-space: normal;
}

.word-wrap-break-word {
    overflow-wrap: anywhere;
}

.neo-valex.disabled.dropdown-item {
    color: #959393;
    font-style: italic;
}
@media (max-width: 768px) {
    .neo-valex .mobile-none {
        display: none;
    }
}
.neo-valex .competency-box {
	width:19px;
	height:19px;
	border:1px solid black;
	display:block;
	margin: 0 auto;
	font-size:1px;
}

.neo-valex.dt-borderless.simulate-small-screen .dataTables_scrollBody table.dataTable {
        border: 1px solid #D1DAF3;
    }

.neo-valex.simulate-small-screen .btn-filter-dt {
    display: none;
}

.neo-valex.simulate-small-screen thead {
    display: none;
}

.neo-valex.simulate-small-screen li.paginate_button.previous {
    display: inline;
}

.neo-valex.simulate-small-screen li.paginate_button.next {
    display: inline;
}

.neo-valex.simulate-small-screen li.paginate_button {
    display:none;
}

.neo-valex.simulate-small-screen .dataTables_paginate .pagination .previous .page-link {
    width: 27px;
}

.neo-valex.simulate-small-screen .dataTables_paginate .pagination .next .page-link {
    width: 27px;
    margin-right: 0px;
}

.neo-valex.simulate-small-screen table.dataTable.table-no-strip tr td .entity-status-text-page-active,
.neo-valex.simulate-small-screen table.dataTable.table-no-strip tr td .entity-status-text-page-inactive {
    background-color: var(--agean-100);
}

.neo-valex.simulate-small-screen table.dataTable {
    border: none;
}
.neo-valex.simulate-small-screen table.dataTable tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D1DAF3;
}
.neo-valex.simulate-small-screen table.dataTable tbody tr + tr {
    margin-top: 12px;
}
.neo-valex.simulate-small-screen table.dataTable>tbody>tr>td {
    border: 1px solid #D1DAF3;
}

.neo-valex.simulate-small-screen table.dataTable td {
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1;
    border-left: 1px solid #D1DAF3;
    border-right: 1px solid #D1DAF3;
}

.neo-valex.simulate-small-screen div.dataTables_scrollBody table tbody tr:first-child td + td,
.neo-valex.simulate-small-screen table.dataTable td + td {
    border-top: 1px solid #D1DAF3;
}

.neo-valex.simulate-small-screen table.dataTable td.first-column-in-collapsed-to-block-table {
    background-color: #F8F9FD;
    border-top: 1px solid #D1DAF3;
}