.map-layer-popup div.layer-properties-values .dx-item.dx-list-item {
    padding: 0.3rem;
}


.map-layer-popup .layer-popup-toolbar-container {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-layer-popup .layer-popup-toolbar-header {
    color: var(--sds-grey-900, #020303);
    /* B2/Semi-bold */
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.map-layer-popup .layer-popup-toolbar-layer-name {
    color: var(--sds-grey-700, #5A6161);
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.map-layer-popup .layer-popup-toolbar-icon {
    cursor: pointer;
}


.map-layer-popup input {
    padding: 0.47rem 0.75rem !important;
}


.map-layer-popup .layer-popup-add .dx-button {
    background-color: var(--sds-primary-500, #0B9294) !important;
    color: #fff;
}

.map-layer-popup .layer-popup-add.disabled {
    opacity: 0.3;
}

.map-layer-popup .dx-button {
    border-radius: 5px;
    padding: 1px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin-top: -5px;
}

.map-layer-popup .dx-popup-bottom.dx-toolbar {
    padding: 20px 10px;
    border-top: 1px solid var(--sds-grey-400, #DEE4E4);
}

.map-layer-popup .layer-popup-delete .dx-button {
    color: #EB5757;
    border: none !important;
    background-color: transparent !important;
}

.map-layer-popup .dx-colorbox-input-container input {
    padding-left: 40px !important;
}

.map-layer-popup .layer-icon-container {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 14px;
    height: 14px;
}

.map-layer-popup .layer-icon-container {
    margin-top: -9.5px;
    left: 10px;

}


.map-layer-popup input#dx_icon-input {
    padding-left: 32px !important;
}

.map-layer-popup .dx-multiview-wrapper {
    border: none !important;
}


.map-layer-popup .dx-checkbox-container .dx-checkbox-text {
    padding-left: 8px !important;
}

.map-layer-popup .dx-texteditor.dx-editor-outlined {
    border-radius: 6px;
    border: 1px solid var(--grey-500, #B6BFBF);
    background: var(--grey-000, #FFF);
    height: 32px;
}

.map-layer-popup .dx-texteditor.dx-editor-outlined.userdata-filter {
    height: auto !important;
}

.map-layer-popup .dx-dashboard-colors-list-compact.dx-list .dx-list-search {
    /* border: none; */
    border: 1px solid #dddddd !important;
    margin: 5px auto;
}

.map-layer-popup .dx-item-content.dx-list-item-content .row {
    margin-left: 5px !important;
}

.map-layer-popup .layer-color-schema {
    border: none !important;
    /* height: 230px !important; */
}

.map-layer-popup .dx-item-content.dx-multiview-item-content {
    padding-bottom: 10px !important;
}

.map-layer-popup .dx-scrollable {
    height: 99%;
}

.map-layer-popup .layer-color-schema.value {
    border: none !important;
    /* height: 160px !important; */
}


.map-layer-popup .note-editor .note-toolbar .note-dropdown-menu,
.map-layer-popup .note-popover .popover-content .note-dropdown-menu {
    max-height: 300px;
    overflow: auto;
}

.map-layer-popup .layer-coloring-controls .dx-item-content.dx-list-item-content {
    width: 95% !important;
}

.map-layer-popup .layer-coloring-controls .measure-color-scheme .form-control {
    height: 28px !important
}

.map-layer-popup .layer-color-schema .changeColorscheme {
    height: 25px;
}

.map-layer-popup .layer-color-schema .dx-texteditor-input {
    margin-left: 8px !important;
}

.map-layer-popup .layer-color-schema .dx-scrollable-wrapper {
    padding-bottom: 10px !important;
}

.map-layer-popup .layer-coloring-controls .measure-color-scheme .card {
    margin-bottom: 8px;
}

.map-layer-popup .layer-coloring-controls .measure-color-scheme .card-body {
    padding: 6px;
}

.map-layer-popup .map-layer-popup-content {
    min-height: 200px;
    min-width: 200px;
}

.map-layer-popup .map-layer-popup-content .btn-primary-value-add {
    background-color: var(--sds-primary-500, #0B9294);
    color: #fff;
}

.map-layer-popup .map-layer-popup-content .btn-value {
    padding: 5px;
    min-width: 75px;
}

.map-layer-popup .map-layer-popup-content .btn-outline-secondary:hover {
    color: black;
    background-color: #8b8d941c;
}

.map-layer-popup .map-layer-popup-content .btn-primary-value-add:hover {
    color: #fff;
}

.map-layer-popup .map-layer-view-form .title-warning-container {
    border-radius: 6px;
    border: 1px solid var(--Critical-200, #FFCDCD);
    background: var(--Critical-100, #FFE8E8);
    padding: 12px;
    margin-top: 16px;
}

.map-layer-popup .map-layer-view-form .dx-field-item-label-text {
    color: var(--sds-grey-900, #020303);
    font-family: 'Inter';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}


.map-layer-popup .map-layer-view-form .title-warnin-header {
    color: var(--sds-critical-600, #C04641);

    /* B4/Semi-bold */
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-left: 16px
        /* 142.857% */
}


.map-layer-popup .map-layer-view-form .title-warning-message {
    color: var(--sds-critical-600, #C04641);

    /* B4/Regular */
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 16px
        /* 142.857% */
}

.map-layer-popup .map-layer-view-form .dx-show-invalid-badge .dx-texteditor-input-container::after {
    display: none !important;
}

.map-layer-popup .map-layer-view-form .layer-title.invalid .dx-texteditor.dx-editor-outlined {
    border-radius: 6px;
    border: 1px solid var(--sds-critical-500, #EB5757);
    background: var(--sds-critical-100, #FFE8E8);
}


.map-layer-popup .map-layer-view-form .layer-title-warning {
    color: var(--sds-critical-500, #EB5757);
    /* B5/Regular */
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 6px;
    /* 150% */
}

.map-layer-popup .dx-tabpanel-tabs {
    border-bottom: 1px solid var(--sds-grey-400, #DEE4E4) !important;
}

.map-layer-popup .dx-tabs {
    background: var(--sds-grey-100, #FBFBFB);
    color: white !important;
    box-shadow: none !important;
}

.map-layer-popup .dx-tab.dx-tab-selected.dx-state-focused,
.map-layer-popup .dx-tab.dx-tab-selected,
.map-layer-popup .dx-tab {
    border: none !important;
    background: var(--sds-grey-100, #FBFBFB);
    color: white !important;
    box-shadow: none !important;
}

.map-layer-popup .dx-tab .dx-tab-text {
    color: var(--sds-grey-700, #5A6161);

    /* B4/Semi-bold */
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.map-layer-popup .dx-tab.dx-tab-selected .dx-tab-text {
    color: var(--sds-primary-500, #0B9294) !important;
}


.map-layer-popup .dx-tab.dx-tab-selected,
.map-layer-popup .dx-tab.dx-tab-selected.dx-state-focused {
    border-bottom: 2px solid var(--sds-primary-500, #0B9294) !important;
}

.map-layer-popup .dx-layout-manager .dx-tabs-wrapper {
    background: var(--sds-grey-100, #FBFBFB) !important;
    width: auto;
    border: 0 !important;
    margin-left: 16px
}

.map-layer-popup .dx-layout-manager .dx-tabpanel-tabs-position-top .dx-tab.dx-tab-selected::after,
.map-layer-popup .dx-layout-manager .dx-tabpanel-tabs-position-top .dx-tabs-wrapper::after {
    border-inline-end: 0;
    border-inline-start: 0;
}

.map-layer-popup .map-layer-view-form .cluster-show .dx-checkbox-container {
    margin-top: 15px;
    margin-bottom: 20px;

}

.map-layer-popup .color-spacer-hr {
    border-bottom: 1px solid #DEE4E4;
}

.map-layer-popup .map-layer-view-form .dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item {
    display: inline-block;
    white-space: normal;
}

.map-layer-popup .dx-widget.dx-checkbox.dx-checkbox-checked.dx-checkbox-has-text .dx-checkbox-icon::before {
    color: #fff;
}

.map-layer-popup .dx-widget.dx-checkbox.dx-checkbox-checked.dx-checkbox-has-text .dx-checkbox-icon {
    background-color: var(--sds-primary-500, #0B9294);
}

.map-layer-popup .dx-checkbox-icon {
    border-radius: 5px;
    border: 1px solid #e8eaeb;
    width: 1.125rem;
    height: 1.125rem;
}

.map-layer-popup .dx-checkbox-text {
    color: #000;
    font-family: 'Inter';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.map-layer-popup .popup-template-container label,
.map-layer-popup .layer-coloring-controls label.dx-field-item-label {
    display: none;
}

.map-layer-popup .popup-template-container .note-editing-area {
    display: flex;
    padding: 0.375rem 0.75rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
    border-radius: 0.375rem;
    border: 1px solid var(--Grey-500, #B6BFBF);
    background: var(--Grey-000, #FFF);
    margin-top: 0.5rem;
}

.map-layer-popup .popup-template-container .note-editor.note-airframe,
.map-layer-popup .popup-template-container .note-editor.note-frame {
    border: 0;
}

.map-layer-popup .popup-template-container .note-toolbar {
    background-color: transparent;
    border-bottom: 0;
    padding: 0 !important;
}

.map-layer-popup .popup-template-container .note-editor.note-airframe .note-statusbar,
.map-layer-popup .popup-template-container .note-editor.note-frame .note-statusbar {
    border: 0
}

.map-layer-popup .popup-template-container .note-editor .note-toolbar>.note-btn-group,
.map-layer-popup .popup-template-container .note-popover .popover-content>.note-btn-group {
    margin: 3px 3px 0 0 !important;
}

.map-layer-popup .popup-template-container .note-btn {
    padding: 5px 8px;
}

.map-layer-popup .popup-template-container .note-editor.note-frame .note-editing-area .note-editable {
    padding: 0;
    width: 100%;
}


.map-layer-popup .note-editor .note-toolbar .note-dropdown-menu,
.map-layer-popup .note-popover .popover-content .note-dropdown-menu {
    min-width: 160px;
    max-height: 160px;
    overflow-y: auto;
}

.map-layer-popup .layer-color-schema .dx-texteditor.dx-editor-outlined {
    padding: 0;
    height: 2rem;
}

.map-layer-popup .layer-color-schema span.title {
    color: var(--Grey-900, #020303);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.map-layer-popup .layer-color-schema .nameText {
    font-family: 'Inter';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    color: #000;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
}

.map-layer-popup .layer-color-schema .dx-button-mode-contained {
    background-color: #fff;
    border-color: none;
    color: #333;
    border: 0;
    height: 20px;
}

.map-layer-popup .layer-color-schema .dx-button-mode-contained.dx-list-static-delete-button {
    margin-top: 5px;
}


.map-layer-popup .dx-dashboard-colors-list-compact.dx-list .dx-list-search {
    /* border: none; */
    border: 1px solid #dddddd !important;
    margin: 5px auto;
}

.map-layer-popup .dx-dashboard-colors-list-compact.dx-list {
    /* border: none; */
    border: none !important;
}

.map-layer-popup .layer-color-schema .dx-list-item-after-bag.dx-list-static-delete-button-container {
    display: flex;
    margin-left: -1rem;
    z-index: 99;
    position: relative;
    height: 25px;
}

.map-layer-popup .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
    background-color: #fff !important;
    color: #fff;
}

.map-layer-popup .layer-color-schema .dx-list-search.dx-show-invalid-badge.dx-textbox.dx-texteditor.dx-editor-outlined.dx-searchbox.dx-show-clear-button.dx-texteditor-empty.dx-widget {
    margin-bottom: 1rem;
}


.map-layer-popup .layer-color-schema .dx-list-item {
    position: static;
    cursor: pointer;
    display: flex;
    width: 50%;
    table-layout: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
}


.map-layer-popup .layer-color-schema .dx-list-items {
    display: flex;
    flex-wrap: wrap;
}

.map-layer-popup textarea.dx-texteditor-input {
    padding: 5px 10px;
}

.map-layer-popup input.form-control {
    height: 32px;
    border-radius: 6px;
    border: 1px solid var(--sds-grey-500);
}

.map-layer-popup .dx-texteditor-input,
.map-layer-popup .form-control {
    color: var(--sds-grey-900, #020303);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.map-layer-popup .style-color-column-userdata {
    color: var(--sds-grey-700, #5A6161);
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px;

}

.map-layer-popup .note-editing-area {

    /* B4/Regular */
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.map-layer-popup.dx-popup-wrapper>.dx-overlay-content .dx-popup-content {
    padding: 0;
}

.map-layer-popup .dx-popup-title {
    border-bottom: 1px solid #e8eaeb !important;
}

.map-layer-popup .layer-properties-values label {
    color: var(--sds-grey-900, #020303);
    font-family: 'Inter';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: 4px;
}

.map-layer-popup .dx-item.dx-tab {
    padding: 16px 12px 12px 12px;
}


.layer-icon-wrapper {
    width: 100%;
    height: 236px;
}

.add-layer-icon-button {
    color: var(--sds-primary-500, #0B9294);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-bottom: solid 1px #e2e2e2;
    padding: 16px;
    cursor: pointer;
}

/* .map-layer-popup .dx-item.dx-tab:first-of-type {
    padding-left: 24px;
} */


.note-modal.open {
    z-index: 10000;
}

.layer-icon-container svg,
.layer-icon-container svg image {
    width: 20px;
    height: 20px;
}

.layer-icon-wrapper .layer-icon-grid .icon-grid-item svg,
.layer-icon-wrapper .layer-icon-grid .icon-grid-item svg image {
    width: 24px;
    height: 24px;
}

.layer-icon-wrapper .layer-icon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 16px 10px;
    color: #000;
}

.layer-icon-wrapper .layer-icon-grid div {
    width: 12.5%;
    text-align: center;
    padding: 6px;
}

.layer-icon-wrapper .layer-icon-grid div:hover {
    background-color: #e2e2e2;
}

.layer-icon-grid .icon-grid-item.colorSchemeIcon svg,
.layer-icon-grid .icon-grid-item.colorSchemeIcon svg image {
    width: 18px;
    height: 18px;
}

.layer-icon-grid .icon-grid-item.colorSchemeIcon {
    width: 20%;
    text-align: center;
    padding: 2px;
}

.layer-icon-grid .icon-grid-item.colorSchemeIcon:hover {
    background-color: #e2e2e2;
}

.layer-icon-dropdown-wrapper .layer-icon-grid {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.layer-icon-dropdown-wrapper .layer-icon-grid .icon-grid-item {
    width: 22px;
    height: 22px;
    padding: 1px;
}

.layer-icon-dropdown-wrapper .layer-icon-grid .icon-grid-item svg {
    width: 100%;
    height: 100%;
}

.layer-icon-dropdown-wrapper:hover .layer-icon-grid {
    margin-right: 8px;
}