/*Field set style*/
fieldset {
    padding: .35em 1em .75em;
    margin: 0 2px;
    border: 1px solid silver;
    border-radius: 4px;
}

legend {
    font-size: 15px;
    margin-bottom: 5px;
    border: none;
    width: auto;
}

/*
table button, table .btn {
    max-height: 25px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
*/
/* changed the filter spacing for tables */
.table-bordered > thead > tr >th {
     border-top-width: 0;
}

.table-bordered > thead > tr >th {
    border-top-width: 0;
}

.table-bordered > thead > tr#filterRow > th {
    border-top-width: 1px;
    padding: 12px 10px;
}

.table-bordered > thead > tr > th{
    border-bottom-width: 0;
}



table #filterRow input, table #filterRow select, .filterRowColumn input {
    width: 100%;
    font-weight: normal;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: calc(2rem);
    padding: 0.375rem 0.25rem;
}

table #filterRow select {
    padding: 0.1rem 0.5rem;
}

table.dataTable tbody tr.selected,
table#tblRollLotsItems tbody tr.selected,
table#tblMultipleVendors tbody tr.selected {
    background-color: #B0BED9;
}

table #filterRow input::-webkit-input-placeholder {
    color: #B4B4B4;
}

table #filterRow input:-moz-placeholder, table #filterRow select:-moz-placeholder {
    /* FF 4-18 */
    color: #B4B4B4;
}

table #filterRow input::-moz-placeholder, table #filterRow select::-moz-placeholder {
    /* FF 19+ */
    color: #B4B4B4;
}

/*table #filterRow input:-ms-input-placeholder, table #filterRow select:-ms-select-placeholder {*/
/*    !* IE 10+ *!*/
/*    color: #B4B4B4;*/
/*}*/

.table {
    width: 100% !important;
}


/*Loading Overlay*/
/*.modal {
    overflow-y: hidden!important;
}*/

.overlayContainer {
    display: none;
    overflow-y: hidden;
}

.overlayBackground {
    top: 0px;
    left: 0px;
    padding-left: 100px;
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: #808080;
    opacity: 0.3;
    overflow-y: hidden;
}

.overlayContent {
    position: fixed;
    border: none;
    background-color: transparent;
    font-weight: bold;
    height: 100px;
    width: 300px;
    z-index: 9999;
    text-align: center;
    opacity: 0.5;
}

.overlayContentInline {
    position: fixed;
    border: none;
    background-color: transparent;
    font-weight: bold;
    text-align: center;
    opacity: 0.5;
    height: 10vh;
    width: 100%;
    left: 0px;
}

img.h-10 {
    max-height: 50px !important;
    max-width: 300px !important;
}

td.image-align {
    padding: 4px 10px !important;
    text-align: center !important;
}

.image-logo-preview-max-sizes {
    max-height: 180px !important;
    max-width: 480px !important;
}

/*Loading Overlay*/


/* Map style */
.map-size {
    height: 800px;
}

@media only screen and (max-width: 414px) {
    .map-size {
        height: 600px;
    }
}

@media only screen and (max-width: 320px) {
    .map-size {
        height: 600px;
    }
}
/* Map style */
.dropdown-menu {
    z-index: 1000 !important;
}

.dropdown-menu {
    z-index: 1000 !important;
}

.dropdown-menu .dropdown-item:last-child {
    padding-left: 6px;
}

.dropdown-icon-menu ul {
    height: 85px !important;
}

.nav-title {
    padding: 0rem 1rem;
    margin-top: 1rem;
}

.sub-menu-icon {
    margin-left: -10px !important;
}

.nav-function-top #loginHref, .nav-function-top #projectSelectLabel {
    color: white;
}

@media (min-width: 992px) {
    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul li a {
        padding-left: 3rem;
    }
}

.live-view-map#map {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

#map-info {
    position: absolute;
    top: 12px;
    left: 55px;
    color: black;
    z-index: 600;
    background: white;
    border-radius: 5px;
    padding: 5px;
}

@media (max-width: 600px) {
    #map-info {
        top: 52px;
    }
}

#map-filters {
    position: absolute;
    top: 115px;
    right: 12px;
    color: black;
    z-index: 600;
    background: white;
    border-radius: 5px;
    padding: 5px;
}

#map-metadata-suggestion {
    position: absolute;
    top: 50px;
    right: 11px;
    color: black;
    z-index: 9999;
    background: white;
    border-radius: 3px;
    width: 277px;
    max-height:294px;
}

.suggestion-row {
    padding: 5px;
}

.suggestion-row:hover {
    padding: 5px;
    background-color: rgb(233,235,236);
}

#map-selected-shape-tasks {
    position: absolute;
    top: 83%;
    left: 40%;
    color: black;
    z-index: 600;
    background: white;
    border-radius: 5px;
    padding: 5px;
}

#map-notes {
    position: absolute;
    top: 176px;
    right: 12px;
    color: black;
    z-index: 600;
    background: white;
    border-radius: 5px;
    padding: 5px;
    left: unset !important;
    max-height: 60%;
    max-width: 60%;
}

#map-notes-icon {
    width: 30px;
    height: 30px;
    margin: 2px;
    cursor: pointer;
    float: right;
}

#map-dashboards {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: black;
    z-index: 400;
}

.map-dashboards-button {
    background: white;
    border-radius: 5px;
    padding: 2px;
    margin: 5px;
}

.map-dashboards-button-inner {
    width: 200px;
    text-align: left;
}

.map-dashboards-visibility {
    float: right;
    position: relative;
    top: 3px;
}

#map-dashboard-task-events {
    color: black;
    z-index: 600;
    background: white;
    border-radius: 5px;
    margin: 5px;
    flex-grow: 1;
    flex-basis: 50%;
}

#map-dashboard-system-events {
    color: black;
    z-index: 600;
    background: white;
    border-radius: 5px;
    margin: 5px;
    flex-grow: 1;
    flex-basis: 50%;
}

#messagesTableId {
    table-layout: fixed;
}

#map-dashboard-messages {
    color: black;
    z-index: 600;
    background: white;
    border-radius: 5px;
    margin: 5px;
    flex-grow: 1;
    flex-basis: 50%;
}

#map-dashboard-wrapper {
    position: absolute;
    left: 250px;
    bottom: 10px;
    z-index: -600;
    display: flex;
    height: 40%;
    margin-right: 10px;
    width: calc(100% - 260px);
}

#map-dashboard-critical-events {
    width: 96%;
}

.map-dashboard-messages-row {
    display: flex;
}

.map-dashboard-messages-row-new {
    font-weight: bold !important;
}

.map-dashboard-messages-row-sender {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}

.map-dashboard-messages-row-subject {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
}

.map-dashboard-messages-row-text {
    margin-left: 5px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#messagesTableId tbody tr:hover {
    cursor: pointer;
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

.map-dashboard-panel {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 100%;
}

#map-notes-content {
    min-height: 200px;
    min-width: 200px;
}

#map-notes-header {
    display: flex;
    align-items: center;
}

#map-notes-label {
    margin: 0;
}

#map-notes-save-button {
    margin-left: auto;
    margin-right: 5px;
}

#map-notes-text {
    resize: none;
    position: absolute;
    top: 45px;
    resize: none;
    width: calc( 100% - 10px);
    height: calc(100% - 50px);
}

.header-icon {
    color: #666666;
    height: 4.125rem;
    display: block;
    line-height: 4.125rem;
    text-decoration: none;
    position: relative;
}

.leaflet-top, .leaflet-bottom {
    z-index: 950 !important;
}

.dissable-class {
    pointer-events: none;
    opacity: 0.5;
}

.dataTables_empty {
    display: none;
}

.subheader {
  margin-bottom: 0px;
}


.notification.notification-layout-2:hover {
    cursor: default !important;
}

.page-content-no-paddings {
    padding: 0rem 0rem !important;
}

.dragndrop-container {
    width: 40%;
    max-width: 100%;
    margin: 0 25px 25px 0;
    display: inline-block;
    vertical-align: top;
}

.dragndrop-list {
    border: solid 1px #ccc;
    background: white;
    overflow: hidden;
    display: block;
    min-height: 40px;
}

.dragndrop-box {
    padding: 10px;
    border-bottom: solid 1px #ccc;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: move;
    background: white;
    font-size: 14px;
    z-index: 10000 !important;
}

.cdk-drag-preview {
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 1001;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-placeholder {
    opacity: 0;
}

.cdk-drag-animating {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.dragndrop-box:last-child {
    border: none;
}

.dragndrop-list.cdk-drop-list-dragging .dragndrop-box:not(.cdk-drag-placeholder) {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.people-selector {
    margin-left: 10px;
}

.people-selector dropdown-menu .dropdown-item:last-child {
    padding-left: 10px;
}

.people-selector-item {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.mat-footer-row, .mat-header-row, .mat-row, .mat-cell, mat-header-cell {
    border-style: inset;
    border: 1px solid #e9e9e9;
}

.mat-cell, .mat-header-cell {
    border-left-width: 0;
    border-bottom-width: 0;
    padding: 0.75rem;
    vertical-align: top;
    height: 15px;
}

.mat-row:not(:last-child) {
    border-bottom-width: 0;
}

.separator-title {
    margin-bottom: 0;
    padding-top: 0.5rem;
    margin-right: 0.3rem;
}

.create-task .panel.panel-locked:not(.panel-fullscreen) .panel-hdr h2:before {
    content: none;
}

.create-task .tags {
    margin-top: 16px;
}

.create-task .back {
    margin-top: 8px;
    margin-right: 16px;
    margin-left: 16px;
}

.create-task .save {
    margin-top: 16px;
}

.multiselect-dropdown .dropdown-btn {
    border: 1px solid #E5E5E5 !important;
}

    .multiselect-dropdown .dropdown-btn .dropdown-down {
        border-top: 10px solid #4f4f4f !important;
        border-left: 4px solid transparent !important;
        border-right: 4px solid transparent !important;
    }

    .multiselect-dropdown .dropdown-btn .dropdown-up {
        border-bottom: 10px solid #4f4f4f !important;
        border-left: 4px solid transparent !important;
        border-right: 4px solid transparent !important;
    }

.multiselect-dropdown-float-top > .multiselect-dropdown > .dropdown-list {
    padding-top: unset;
    margin-top: unset;
    bottom: 40px;
}

.mat-cell {
    overflow-y: auto;
    display: block;
    text-overflow: unset;
}

.mat-cell::-webkit-scrollbar {
    display: none;
}

.mat-cell {
    -ms-overflow-style: none;
}

.remove-attachment {
    margin-left: -20px;
    padding-right: 10px;
}

.remove-attachment:hover {
    cursor: pointer;
}

.task-multiselect-container {
    margin-bottom: 1.5rem !important;
}

.task-delete-button {
    cursor: pointer;
}

.vertical-auto-center {
    margin-top: auto;
    margin-bottom: auto;
}

.input-container {
    margin-bottom: 1.5rem !important;
}

.table-header-checkbox {
    margin-left: 1rem;
}

.custom-field-checkbox {
    width: 15px;
    height: 15px;
}

::ng-deep .mat-line {
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
}

::ng-deep .mat-list .mat-list-item {
    height: initial !important;
}


.mat-column-relatedUsers, .mat-column-relatedUsersSearchable {
    word-wrap: break-word !important;
    white-space: unset !important;
    flex: 0 0 15% !important;
    width: 15% !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.mat-column-childTasks, .mat-column-childTasksSearchable {
    word-wrap: break-word !important;
    white-space: unset !important;
    flex: 0 0 15% !important;
    width: 15% !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.note-item-continer {
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom: 0.5px #D8D8D8 solid;
}

.note-avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #D27272;
    position: relative;
    float: left;
    text-align: center;
    padding-top: 6px;
}

.note-other-avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #74D16C;
    position: relative;
    float: left;
    text-align: center;
    padding-top: 6px;
}

.note-data-container {
    margin-left: 16px;
}

.note-user-data {
    display: flex;
}

.note-avatar-letter {
    font-size: 18px;
    color: white;
}

.note-username {
    font-weight: 500;
    margin-bottom: 0px;
}

.note-date {
    font-size: 11px;
    color: #6F6F6F;
}

.note-text {
    margin-left: 16px;
    margin-right: 16px;

}

.send-button-icon {
    color: white;
    margin-right: 2px;
}

.send-button {
    -webkit-appearance: none;
    border: none;
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    background-color: #ff530d;
    border-radius: 15px;
}

.note-input {
    width: 100%;
    border: none;
    padding: 16px;
    padding-right: 40px;
}

.note-input-container {
    border-top: 1px #ff530d solid;
    margin-left: 0px;
    margin-right: 0px;
}

.clear-button {
    -webkit-appearance: none;
    border: none;
    all: unset;
}

.note-edit-button {
    margin-right: 8px;
}

.legend-container {
    margin-top: 2rem;
}

.legend-container span {
    font-size: 18px;
    font-weight: 500;
    color: black;
    width: 100%;
    float: left;
    margin-bottom: 16px;
}

.legend-container p {
    margin-left: 30px;
}


.status-legend {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    color: white;
    float: left;
}

.fc-event {
    height: 28px;
    font-size: 14px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center;
}

.status-legend-planned {
    background-color: #F2F4F7;
    border: 1px solid #D0D5DD;
}

.status-legend-assigned {
    background-color: #EAECF0;
    border: 1px solid #98A2B3;
}

.status-legend-accepted {
    background-color: #D1E9FF;
    border: 1px solid #53B1FD;
}

.status-legend-progress {
    background-color: #ECFDF3;
    border: 1px solid #A6F4C5;
}

.status-legend-paused {
    background-color: #FFFAEB;
    border: 1px solid #FEDF89;
}

.status-legend-completed {
    background-color: #D1FADF;
    border: 1px solid #32D583;
}

.status-legend-complete-confirmed {
    background-color: #D1FADF;
    border: 1px solid #32D583;
}

.status-legend-failed {
    background-color: #FEE4E2;
    border: 1px solid #F97066;
}

.status-legend-overdue {
    background-color: #FBF2D7;
    border: 1px solid #FDB022;
}

.swal2-container {
    z-index: 3000 !important;
}

.slider-date-labels div:last-child {
    float: right;
}

.slider-date-labels div {
    display: inline;
}

.ui-slider-handle {
    background: #ED6B51 !important;
    border: 1px solid black !important;
    margin-top: -3px;
}

.tooltip:not(.v2) > .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip:not(.v2) {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom: 80%;
    margin-left: -35px;
    opacity: 1;
}

.tooltip:not(.v2) > .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        background-color: #000000;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .tooltip:not(.v2) > .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-top: 5px solid #000000;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
    }

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
}

.tooltip.v2 {
    pointer-events: none;
}

.ui-widget.ui-widget-content {
    /* margin-top: 4px; */
    background: black;
    height: 5px;
}

.ui-datepicker-calendar {
    background: white;
}

.file-pick-button {
    -webkit-appearance: none;
    border: none;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.file-pick-button-container {
    padding-right: 0;
}

.file-field-container {
    border: 1px #E9E9E9 solid;
    border-radius: 4px;
    margin-left: 0px;
    margin-right: 0px;
}

.ng-select-2-default > .select2-container {
    margin-top: 5px;
}

.mat-cell-inner-centered {
    margin-top: auto;
    margin-bottom: auto;
}

.mat-table-with-column-grow .mat-footer-row,
.mat-table-with-column-grow .mat-header-row,
.mat-table-with-column-grow .mat-row,
.mat-table-with-column-grow .mat-cell,
.mat-table-with-column-grow mat-header-cell {
    align-items: normal;
}

.mat-table-with-column-grow .mat-cell,
.mat-table-with-column-grow .mat-header-cell {
    display: flex;
    flex: 1;
    vertical-align: unset;
    height: unset;
}

.mat-table-with-column-grow .mat-cell {
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    max-height: 150px;
    flex: 1 1;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li.right-side-menu {
    margin-left: auto;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li.right-side-menu > ul {
    right: 50px;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li.right-side-menu > ul:before {
    right: 0;
    left: unset;
}

.mat-row-highlight-on-hover:hover {
    background-color: #A0A0A020;
    cursor: pointer;
}

.swal-exception-footer {
    display: block;
    text-align: left;
    font-family: monospace;
    border: 1px solid #EEEEEE;
    overflow-wrap: break-word;
    max-width: 100%;
    max-height: 30vh;
    overflow-y: auto;
}

.show-for-expiration {
    display: none;
}

.file-field-container > div > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100%);
}

.batteryLevel{
    width: 2.5em;
    height: 2.5em;
}

.btn-step-nav {
    font-size: 1.1em;
    color: #9f3313!important;
    border-spacing: 10px;
    width: fit-content;
    padding: 5px;
    display: inline;
    margin-left: 15px;
    cursor: pointer;
}

.btn-step-nav:hover {
    font-size: 1.1em;
    color: #ff530d!important;
    border-spacing: 10px;
    width: fit-content;
    padding: 5px;
    display: inline;
    margin-left: 15px;
    cursor: pointer;
}

.btn-step-nav.active {
    font-size: 1.1em;
    color: #ff530d!important;
    border-spacing: 10px;
    border-bottom: 3px solid #ff530d;
    width: fit-content;
    padding: 5px;
    display: inline;
    margin-left: 15px;
    cursor: pointer;
}

.btn-step-nav.inactive {
    font-size: 1.1em;
    color: #cf9989!important;
    border-spacing: 10px;
    width: fit-content;
    padding: 5px;
    display: inline;
    margin-left: 15px;
    cursor: pointer;
}

.btn-text {
    background-color: transparent;
    border: none;
    color: #ff530d;
    cursor: pointer;
    font-weight: 500;
}

.btn-gray {
    border: none;
    border-radius: 4px;
    height: 36px;
    background-color: #F3F5F6;
}

.btn-gray-selected {
    border: solid;
    border-width: thin;
    border-color: #ff530d;
    border-radius: 4px;
    height: 36px;
    background-color: #F3F5F6;
}

.icon-checkmark {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4CAF50;
    text-align: center;
    line-height: 12px;
    font-size: 8px;
    color: white;
}

.weekly-schedule-primary-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #000000;
    padding: 10px;
}

.weekly-schedule-secondary-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #495057;
    padding: 10px;
}

.validation-error {
    border: solid 1px;
    border-color: #EE3F5F
}


#fields-config-table tr td{
     font-weight: 500;
     color: #666666;
 }

/* Hide the default checkbox appearance for disabled checkboxes */
input[type="checkbox"]:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc; /* Border for disabled checkboxes */
    outline: none; /* Remove outline */
    background-color: #ccc; /* Grey background for checked disabled checkboxes */
    border: 1px solid #000; /* Grey border for checked disabled checkboxes */
    border-radius: 20%; /* Rounder borders */
}

.layout-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    margin-bottom: 16px;
}

.layout-header-title {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    color: #060B17;
    margin-bottom: 0;
}

.layout-subheader-title{
    color: #101828;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 16px;
}

.header-actions {
    gap: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-actions .btn{
    border-radius: 6px;
    padding: 4px 16px;
    /*min-width: 140px;*/
    height: 40px;
    font-weight: 500;
    line-height: 14px;
    font-size: 14px;
}

.header-actions .btn i.fas,
.header-actions .btn i.far,
.header-actions .btn i.fal{
    margin-right: 8px;
}

.header-actions a.btn{
    display: inline-flex;
    align-items: center;
}

.header-actions .btn .btn-primary{
    color: white;
    background: #FB5525;
}

.header-actions .btn.btn-primary:hover{
    background: #E73610;
}

.header-actions .btn.btn-primary:disabled{
   background: #f6cabd;
   border: #f6cabd;
   cursor: not-allowed;
}

.header-actions .btn.btn-outlined-primary{
    color: #FB5525;
    background: white;
    border: 1px solid #FB5525;
}

.header-actions .btn.btn-outlined-primary:hover{
    color: #E73610;
    border: 1px solid #E73610;
}

.header-actions .btn.btn-light {
    color: #424753;
    background: white;
    border: 1px solid #E9ECEF;
}

.header-actions .btn.btn-light:hover {
    border: 1px solid #000000;
}

.header-actions .btn.btn-light:disabled {
    background: #F9FAFB;
    border: 1px solid #E9ECEF;
    color: #D0D5DD;
    cursor: not-allowed;
}

.custom-control-input-switch[disabled] + .custom-control-label {
    cursor: not-allowed;
}

.custom-control-input-switch[disabled] {
    cursor: not-allowed;
}

.table-list .btn-group{
    height: 40px;
}

.table-list .btn-group .btn {
    color: #344054;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #D0D5DD !important;
}

.table-list .btn-group .btn:hover{
    background-color: #F9FAFB!important;
}

.table-list .btn-group .btn.active {
    background-color: #D0D5DD !important;
    color: #344054 !important;
    font-weight: 700;
    font-size: 14px;
}

.table-list div.table-controls {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header-actions .btn-group label.btn{
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
}

.header-actions .btn.import-btn{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.header-divide{
    width: 1px;
    height: 16px;
    background: #C4C9D5;
}

.side-panel-icon{
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.table-container{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-x: auto;
}

.table-list {
    padding: 16px;
    height: 100%;
    flex-direction: column;
    gap: 16px;
}

.side-panel-container{
    top: 0;
    left: 0;
    height: 100%;
    border-right: 1px solid #E9ECEF;
}

.table-panel {
    border-radius: 12px;
    border: 1px solid #E9ECEF;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-shadow: none;
    flex-wrap: nowrap;
    /* overflow-x: auto; */
}

.table-panel .table-container tbody td{
    vertical-align: middle;
}

.layout-search-input{
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    width: 300px;
    height: 40px;
    padding: 11px 12px;
}

.side-menu-panel {
    position: relative;
}

.layout-side-content{
    display: flex;
    width: 220px;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
}

.side-panel-item{
    display: flex;
    padding: 9px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    /* font-family: Helvetica Neue; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: none;
    background-color: #fff;
}

.side-panel-item-selected {
    background-color: #FFF7F5;
    border-radius: 4px;
    color: #FB5525;
    font-weight: 500;
}

.layout-side-content .side-panel-item-selected .side-panel-icon {
    filter: invert(68%) sepia(75%) saturate(6782%) hue-rotate(347deg) brightness(102%) contrast(97%);
}

.breadcrumb-layout {
    display: flex;
    height: 40px;
    padding: 10px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #E9ECEF;
    border-top: 1px solid #E9ECEF;
    background: #FEFEFE;
}

.breadcrumb-tabs{
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-item{
    color: #888D99;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.breadcrumb-last-item{
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #101828;
}

.breadcrumb-icon-style{
    color: #D0D5DD;
}

.actions-column-panel{
    width: 200px;
    padding: 8px 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.actions-column-panel-item, .table-list ul.dropdown-menu li {
    padding: 4px 16px !important;
    background: rgba(255, 255, 255, 0.00);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-wrap: nowrap;
}

.actions-column-panel-item-icon, .table-list ul.dropdown-menu li i {
    font-size: 16px;
    width: 18px;
    height: 18px;
}

.first-column-bold tr td:nth-child(1) {
    font-weight: bold;
}

.second-column-bold tr td:nth-child(2) {
    font-weight: bold;
}

.table a{
    color: black;
}

.table a:hover, #zoneGroupsTableId  tr td:nth-child(2):hover, #userGroupsTableId tr td:nth-child(2):hover,
#plantGroupsTableId tr td:nth-child(2):hover{
    color: dimgray;
}

/* status swich */
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 100px;
    height: 32px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 5px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ecfdf3;
    transition: 0.3s ease all;
    z-index: 1;
}


/* Status button switch*/

.status-button{
    top:10px !important;
    z-index: 0 !important;
}

.status-button .knobs:before,
.status-button .knobs:after,
.status-button .knobs span {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 28px;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 4px;
    transition: 0.3s ease all;
}

.status-button .knobs:before,
.status-button .knobs:after {
    color: #4e4e4e;
    z-index: 1;
}

.status-button .knobs:before {
    content: "Active";
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
    left: 22px;
    font-size: 0.8125rem;
    letter-spacing: 0.1px;
    color: #039855;
    font-weight: 500;
}

.status-button .checkbox:checked + .knobs:before {
    content: "Inactive";
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
    left: 28px;
    font-size: 0.8125rem;
    letter-spacing: 0.1px;
    color: #adb2b7;
}


.status-button .knobs span {
    left: 78px;
    background-color: #fff;
    border: 1px solid #039855;
    z-index: 2;
}

.status-button .checkbox:checked + .knobs span {
    left: 2px;
    background-color: #fff;
    border: 1px solid #afb4b9;
}

.status-button .checkbox:checked ~ .layer {
    background-color: #fcfcfd;
}

/*style to make fixed columns appear above status switch*/
:last-child:is(th, td):has(.dropdown-menu.show) {
    z-index: 3;
}

/* Adjust positioning for the status button */
td .status-button {
    position: relative;
    z-index: 1;
}

.dropdown-menu a {
    color: #212529;
}

.dropdown-menu .pr-2 i.fal,
.dropdown-menu .pr-2 i.far,
.dropdown-menu .pr-2 i.fas {
    height: 13px;
    width: 13px;
}

.table .dropdown-menu {
    min-width: 170px
}

.name-cell-bold{
    font-weight: 500;
}

.table-responsive > .table-bordered {
    border: 1px solid #e9e9e9;
}

tr.ignore-select.selected {
    background-color: #fff !important;
}

.table-panel tr.selected td {
    background-color: #B0BED9 !important;
}

.panel.table-panel {
    min-height: 62vh;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 0.5rem;
}

.table-list{
    display: none;
}

.panel-container #customFieldsTableId {
    max-height: 45vh;
}

.panel-container .table:hover, .panel-container .table.is-scrolling {
    overflow-y: auto !important;
    overflow-x: auto !important;
}

.panel-container .table:hover::-webkit-scrollbar,.panel-container .table::-webkit-scrollbar  {
    width: 0;
    background-color: transparent;
}

.panel-container .table::-webkit-scrollbar-thumb,
.panel-container .table:hover::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 8px;
}

/* Change scrollbar background color on hover */
.panel-container .table.is-scrolling::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

/* Adjust scrollbar thumb color */
.panel-container .table.is-scrolling::-webkit-scrollbar-thumb {
    background-color: #98A2B3;
    border-radius: 8px;
    height: 8px;
    width: 8px;
}

.table-list .table thead tr:last-child th{
    border-bottom: 1px solid #e9e9e9;
}

.table-list .table tbody tr:first-child td {
    border-top: 0;
}

/*pagination styling*/
/*
.pagination .page-link,
.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link
{
    background-color: #FFFFFF;
    color: #495057;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #EAECF0;
    height: 40px;
    width: 40px;
    display:flex;
    align-items: center;
    justify-content:center;
    border-radius:0;
}

.pagination .previous .page-link,
.pagination .next .page-link {
    height: 40px !important;
    line-height: 18px;
}

.pagination .previous .page-link {
    width: 85px !important;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.pagination .next .page-link {
    width: 65px !important;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.page-item.active .page-link,
.pagination .page-link:hover,
.pagination .previous .page-link:hover,
.pagination .next .page-link:hover {
    color: #1A1F2B;
    background-color: #F2F4F7 !important;
    border-color: #EAECF0;
    font-weight: 700 !important;
}

.page-item.disabled .page-link {
    background-color: #f9fafb !important;
    color: #98A2B3 !important;
    filter: none !important;
}

.disabled:not(.btn), .disabled:not(.btn) > * {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.pagination .page-item:not(:first-child) {
    margin-left: 0;
}

.pagination .page-link .far{
    margin: 5px;
}

div.dataTables_length select{
    height: 40px;
    width: 60px;
    font-size: 14px;
}

div.dataTables_length label{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
    */
/*end of pagination styling*/

#popupModal  .assign-modal-title {
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0;
}

#popupModal .modal-content {
    padding: 24px;
    border-radius: 8px;
}

#popupModal .modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#popupModal .modal-dialog {
    max-width: 100%;
}

#popupModal .select2-container {
    height: 40px !important;
    border-radius: 4px;
    font-size: 14px;
}

#popupModal .select-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

#popupModal .select-label span{
    margin-left: 3px;
}

#popupModal .select2-selection__rendered, #popupModal .selection, #popupModal .select2-selection,
#popupModal .select2, #popupModal .select2-selection__arrow {
    height: 40px !important;
    display: flex !important;
    align-items: center;
}

.select2-container--default .select2-results__options::-webkit-scrollbar {
    width: 8px;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-track {
    border-radius: 8px;
}

.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #98A2B3;
    border-radius: 8px;
}

#popup-background, .popup-background {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

@keyframes blur {
    0% {
        backdrop-filter: blur(0px);
    }

    100% {
        backdrop-filter: blur(2px);
        background-color: #00000054;
    }
}

#popupModal {
    z-index: 2010;
    min-height: 300px;
    height: auto;
    width: auto;
    min-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popupModal .modal-footer button, #csv-wizard .modal-footer button{
    width: 50%;
    font-size: 14px;
}

.toast-success {
    background-color: white !important;
    color: black !important;
    max-width: 90%;
    border-radius: 12px !important;
}

.toast-title {
    font-size: 18px;
}

.toast-message {
    font-weight: 500;
    color: #606571;
}

.user-list-actions button{
    height: 42px;
}

.batch-table{
    max-height: 58vh;
}

.w-100{
    width: 100% !important;
}

.form-control{
    border: 1px solid #aaa;
}

.select2-search--inline {
    display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.btn-secondary-grey {
    color: #344054;
    background-color: #FFFFFF;
    border-color: #D0D5DD;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
.btn-secondary-grey:hover {
    color: #1D2939;
    background-color: #F9FAFB;
    border-color: #1D2939;
}
.btn-secondary-grey:focus, .btn-secondary-grey.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-secondary-grey.disabled, .btn-secondary-grey:disabled {
    color: #98A2B3;
    background-color: #F9FAFB;
    border-color: #EAECF0;
}

.btn-confirm {
    height: 40px;
    min-width: 140px;
    border-radius: 6px;
    border-color: #FB5525;
    text-align: center;
    line-height: 20px;
    margin: 0px 5px;
    padding: 8px 4px;
    background-color: #FB5525;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}
.btn-confirm:hover {
    background-color: #E73610;
    border-color: #E73610;
    color: #FFFFFF;
}

.btn-cancel {
    height: 40px;
    min-width: 140px;
    border-radius: 6px;
    border-color: #E9ECEF;
    text-align: center;
    line-height: 20px;
    margin: 0px 5px;
    padding: 8px 4px;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    color: #424753;
}
.btn-cancel:hover {
    border-color: #424753;
    color: #424753;
}

.btn-filter-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 16px;
}

.btn-filter-row-search {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    width: 220px;
    padding-left: 12px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
}

.btn-table-filter {
    border: 1px solid #D0D5DD !important;
    border-radius: 100px !important;
    padding: 2px 3px 2px 9px;
    height: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px !important;
    margin-left: 10px !important;
    background-color: #FFFFFF;
}

.btn-table-filter-m0 {
    margin-left: 0 !important;
}

.btn-table-filter-badge {
    padding: 0px 5px 0px 5px;
    border-radius: 100px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    background-color: #F2F4F7 !important;
}

.separator {
    width: 1px;
    height: 16px;
    background: #C4C9D5;
    margin: 0 16px;
}

.div-status {
    min-width: 25px;
    width: max-content;
    height: 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    font-weight: 500;
}

.div-status-active{
    background: #ECFDF3;
    color: #027A48;

}

.div-status-inactive{
    background: #FEF3F2;
    color: #B42318;
}

.div-status-active:before {
    content: "Active"; /* Overwrite content for active status */
}

.div-status-inactive:before {
    content: "Inactive"; /* Overwrite content for inactive status */
}

/*calendar styling*/
.fc-left {
    display: flex;
    align-items: center;
}

.fc-legend-button, .fc-today-button {
    padding: 12px 8px;
    width: 75px;
    height: 40px;
    background: #FFFFFF !important;
    border: 1px solid #D0D5DD !important;
    border-radius: 6px !important;
    margin-left: 12px !important;
    /* text */
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #495057 !important;
}

.fc-legend-button:hover, .fc-today-button:hover{
    border: 1px solid black !important;
}

.fc-legend-button:disabled, .fc-today-button:disabled{
    border: 1px solid #E9ECEF !important;
    background: #F7F9FF;
    color: #ADB2B7 !important;
    font-size: 14px !important;
    font-weight: 700!important;
    line-height: 20px !important;
}

.fc-dayGridMonth-button {
    background: #F9FAFB !important;
    color: #888D99 !important;
    border: 1px solid #F2F4F7 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 40px;
    width: 57px;
}

.fc-timeGridDay-button {
    background: #F9FAFB !important;
    color: #888D99 !important;
    border: 1px solid #F2F4F7 !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 40px;
    width: 50px;
}
.fc-timeGridWeek-button {
    background: #F9FAFB !important;
    color: #888D99 !important;
    border: 1px solid #F2F4F7 !important;
    height: 40px;
    width: 59px;
}

.fc-button-active {
    background: white !important;
    border: 3px solid #F9FAFB !important;
    outline: 1px solid #F2F4F7 !important;
    color: #1A1F2B !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    border-radius: 4px !important;
    box-shadow: inset 0px 1px 3px rgba(16, 24, 40, 0.1), inset 0px 1px 2px rgba(16, 24, 40, 0.06) !important;
}

.fc-button-primary.fc-button-active:focus {
    box-shadow: inset 0px 1px 3px rgba(16, 24, 40, 0.1), inset 0px 1px 2px rgba(16, 24, 40, 0.06) !important;
}

.fc-button-primary {
    text-transform: capitalize !important;
}
.fc-button-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.fc-prev-button, .fc-next-button {
    /* White */
    background: #FFFFFF !important;
    /* Primary */
    border: 1px solid #FB5525 !important;
    border-radius: 6px !important;
}

.fc-icon-chevron-right, .fc-icon-chevron-left {
    color: #FB5525;
}

.fc-left h2 {
    color: #495057 !important; /*style for calendar title*/
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.svg-inside-btn {
    margin-right: 5px;
}

.btn-with-svg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gantt-panel {
    min-height: 50vh;
}

.view-gantt, .view-calendar {
    width: 170px;
    color: #344054 !important;
    font-weight: 600 !important;
    line-height: 20px;
    font-size: 14px;
    padding: 4px 16px !important;
    display: inline-flex;
}

.view-calendar {
    border-radius: 4px 0 0 4px !important;
    border: 1px #D0D5DD solid !important;
    border-right: none !important;
}

.view-gantt:hover, .view-calendar:hover{
    text-decoration: underline !important;
    background-color: white;
}

.view-gantt img, .view-calendar img{
    margin-right: 10px;
}

.link-dropdown .dropdown-toggle {
    border-radius: 0 4px 4px 0 !important;
    border: 1px #D0D5DD solid !important;
    border-left: none !important;
    background: #FFF !important;
    color: #344054 !important;
    font-weight: 500 !important;
}

.link-dropdown .dropdown-menu {
    left: 0 !important;
    border-radius: 0 0 4px 4px !important;
    height: 40px;
    width: 100%;
    margin-top: 0;
    border: 1px #D0D5DD solid;
}

.link-dropdown.show .view-calendar {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: none;
}

.link-dropdown.show .dropdown-toggle {
    border-bottom: none !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none !important;
}

.link-dropdown.show .dropdown-menu.show {
    border-top: none !important;
    box-shadow: none;
}

.popup-btn-width-40 {
    width: 40% !important;
}

.popup-btn-white {
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #E9ECEF !important;
    border-radius: 6px !important;
}

.input-class-width-82 {
    width: 82% !important;
}

#csv-wizard .modal-header {
    padding: 0px;
}

#csv-wizard .modal-content {
    width: 500px;
    padding: 40px 64px;
}

#csv-wizard .modal-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 377px;
    height: 28px;
    justify-content: flex-end;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: black;
}

#csv-wizard .template-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #495057;
}

#csv-wizard #csv-wizard-separator {
    font-size: 14px;
    width: 64px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
}

#csv-wizard .date-row {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

#csv-wizard .form-label, #csv-wizard .date-row {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #495057;
}

#csv-wizard .date-row .panel-tag {
    background: #E9ECEF;
    border-radius: 4px;
    margin-left: 4px;
    border: none;
    color: black;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}

#csv-wizard #csv-wizard-import-file::file-selector-button {
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    background: white;
    border: 1px solid #ADB2B7;
}

#csv-wizard .file-preview-div i.fa-upload {
    font-size: xx-large;
    color: #FB5525;
}

#csv-wizard .file-preview-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 375px;
    height: 56px;
    padding: 6px 16px;
    margin-top: 15px;
    border: 1px solid #E9ECEF;
    border-radius: 4px;
}

#csv-wizard .file-preview-div .file-name-span{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: black;
}

#csv-wizard .file-info-div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#csv-wizard .upload-img {
    height: 32px;
    width: 32px;
    margin-right: 12px;
}

#csv-wizard .file-preview-div .btn {
    border: 1px solid #ADB2B7;
    height: 42px;
    width: 42px;
    padding: 8px;
}

#csv-wizard .modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
}

#csv-wizard .modal-footer .btn-cancel{
    border: 1px solid #E9ECEF;
}

#csv-wizard .modal-footer .btn{
    font-size:14px;
    font-weight: 600;
    height: 42px;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(52, 64, 84, 0.7) !important;
    backdrop-filter: blur(8px) !important;
}

.custom-div-block {
    /* Frame 6039 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    gap: 8px;

    margin-left: 42px;
    width: 82%;
    height: 42px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.custom-div-field {
    /* Inputs */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;

    width: 277px;
    height: 40px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;

}

.custom-div-field-input {
    /* Inputs */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 16px;
    gap: 12px;

    width: 277px;
    height: 40px;

    /* White */
    background: #FFFFFF;
    /* Stroke */
    border: 1px solid #E9ECEF;
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.custom-input-div-buttons {
    /* Frame 6038 */

    /* Auto layout */
    padding: 0px;
    gap: 8px;

    width: 92px;
    height: 42px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}

.custom-input-div-buttons-add {
    width: 42px;
    height: 42px;

    /* White */
    background: #FFFFFF;
    /* Stroke */
    border: 1px solid #E9ECEF;
    border-radius: 4px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.custom-input-div-buttons-remove {
    width: 42px;
    height: 42px;

    /* White */
    background: #FFFFFF;
    /* Stroke */
    border: 1px solid #E9ECEF;
    border-radius: 4px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}

.alowwed-values {
    /* Return license user days to company. Available: 3014 */

    margin-bottom: 24px;
    height: 28px;

    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    text-align: center;

    /* Gray */
    color: #495057;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}

#newChartModal .modal-dialog {
    margin: 9.75rem auto;
}

#newChartModal .modal-body {
    padding-left: 64px;
    padding-right: 64px;
}


#newChartModal .modal-header {
    text-align: center;
    display: unset;
}

#newChartModal h4 {
    width: unset;
    height: 28px;
    font-family: unset;
    color: #000000;
}

#newChartModal .modal-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 44px;
    margin-right: 44px;
}

#newChartModal .btn-save {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
    width: 176.5px;
    height: 42px;
    background: #FB5525;
    border: 1px solid #E9ECEF;
    border-radius: 6px;
    flex: none;
    order: 0;
    flex-grow: 1;
}

#newChartModal .btn-cancel {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
    width: 176.5px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #E9ECEF;
    border-radius: 6px;
    flex: none;
    order: 0;
    flex-grow: 1;
    color: #000000;
}

#newChartModal .form-control:focus {
    border-color: #FB5525;
}

.section-header {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
}

.btn-nav.active {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #E84D23!important;
    border-spacing: 10px;
    border-bottom: 2px solid #E84D23;
    width: fit-content;
    padding: 11px;
    display: inline;
    cursor: pointer;
}

.btn-nav.inactive {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #667085!important;
    border-spacing: 10px;
    width: fit-content;
    padding: 11px;
    display: inline;
    cursor: pointer;
}

.swal2-popup .swal2-title {
    font-size: x-large !important;
}

.required-label:after {
    color: #e32;
    content: ' *';
}
