.suadeo-base-map-js-container .share-state-container {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    padding: 10px 25px;
    z-index: 10001 !important;
}

.suadeo-base-map-js-container .share-state-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.suadeo-base-map-js-container .share-state-header svg {
    margin-top: -3px;
}

.suadeo-base-map-js-container .share-state-content {
    /* min-height: 450px; */
    height: calc(100% - 45px);
    overflow: auto;
}

.suadeo-base-map-js-container .share-state-content .card {
    max-width: 928px;
    min-height: 175px;
    width: 100%;
    margin: 30px 0px;
    padding: 5px 0px;
    box-shadow: inset 0px -1px 0px #DEE4E4;
}


.suadeo-base-map-js-container .share-state-content .card-body {
    height: 100%;
}

.suadeo-base-map-js-container .shared-users-search-container {
    border-radius: 6px;
    border: 1px solid #ddd;
    height: 32px;
}

.suadeo-base-map-js-container .share-state-container .shared-users-search-container .input-prepend svg {
    margin: 6px 10px;
}

.suadeo-base-map-js-container .share-state-container .shared-users-table-header {
    background-color: #F8F9FA;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
}

.suadeo-base-map-js-container .share-state-container .shared-users-list {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 100px);
}

.suadeo-base-map-js-container .share-state-container .shared-users-list-item {
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.suadeo-base-map-js-container .new-shared-user-popup .dx-popup-content {
    padding: 0 !important;
}

.suadeo-base-map-js-container .new-shared-user-popup .dx-texteditor-container {
    height: 32px;
    padding: 4px 12px;
}

.suadeo-base-map-js-container .new-shared-user-popup .dx-texteditor-container input {
    padding-right: 8px;
}

.suadeo-base-map-js-container .new-shared-user-popup .dx-textbox {
    border-radius: 6px !important;
}

.suadeo-base-map-js-container .new-shared-user-popup .dx-button {
    height: 36px;
    border-radius: 6px !important;
    font-weight: 600;
}

.suadeo-base-map-js-container .new-shared-user-popup .dx-texteditor-container svg {
    margin-top: 3px;
}

.suadeo-base-map-js-container .btn.newSharedUserPopup-add-btn,
.suadeo-base-map-js-container .btn#closeWindow-state-popup-btn-confirm,
.suadeo-base-map-js-container .share-state-container .btn.newSharedUserBtn,
.suadeo-base-map-js-container .share-state-container .btn.shared-users-list-save-btn {
    background-color: var(--theme-blue) !important;
    ;
    color: #fff;
}


.suadeo-base-map-js-container .share-state-content .badge-white {
    background-color: #F0F4F4;
    height: 20px;
    border-radius: 10px;
    padding: 3px 8px 3px 8px;
    width: 27px;
    height: 20px;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
}

.suadeo-base-map-js-container .shared-users-list-item {
    border-bottom: 1px solid #ddd;
    text-align: left;
}


.suadeo-base-map-js-container .shared-dashboard-edit-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.suadeo-base-map-js-container .shared-dashboard-edit-switch-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.suadeo-base-map-js-container input:checked+.shared-dashboard-edit-switch-slider {
    background-color: var(--theme-blue) !important;
}

.suadeo-base-map-js-container input:focus+.shared-dashboard-edit-switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

.suadeo-base-map-js-container input:checked+.shared-dashboard-edit-switch-slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.suadeo-base-map-js-container .shared-dashboard-edit-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.suadeo-base-map-js-container .shared-dashboard-edit-switch-slider.round {
    border-radius: 34px;
}

.suadeo-base-map-js-container .shared-dashboard-edit-switch-slider.round:before {
    border-radius: 50%;
}

.suadeo-base-map-js-container .shared-dashboard-edit-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}