.navigation-button:hover {
    border-bottom: 3px solid #fff !important
}

.profile-menu-container:hover {
    z-index: 1000;
    cursor: pointer;
}

.profile-menu-container {
    height: 65px;
    width: auto;
    padding-top: 10px;
}

.profile-menu-container:hover {
    z-index: 1000;
    cursor: pointer;
}

.profile-menu:hover {
    z-index: 1000;
    cursor: pointer;
}

.left-menu {
    max-width: 70px;
    height: calc(100vh - 61px);
    border-radius: 0;
}

.left-menu-button-container {
    padding: 4px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 10px;
}

.left-menu-button-container:hover {
    cursor: pointer;
    background: #e9e9e9;
}

.left-menu-button-container-dark {
    padding: 4px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 10px;
}

.left-menu-button-container-dark:hover {
    cursor: pointer;
    background: #3c3c3c;
}

.left-menu-button-container-active {
    background: #e9e9e9;
    padding: 4px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 10px;
}

.left-menu-button-container-active:hover {
    cursor: pointer;
    background: #e9e9e9;
}

.left-menu-button-container-active-dark {
    background: #434343;
    padding: 4px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 10px;
}

.left-menu-button-container-active-dark:hover {
    cursor: pointer;
    background: #434343;
}

.left-menu-button-icon {
    font-size: 25px;
    color: #666666
}

.left-menu-button-text {
    font-size: 12px !important;
    color: #292929 !important;
}

.left-menu-button-text-dark-active {
    font-size: 12px !important;
    color: #fff
}

.left-menu-button-text-dark {
    font-size: 12px !important;
    color: #e1e1e1
}

.dashboard-create-map-container {
    display: flex;
    height: 230px;
    background: #fff;
    border-style: dashed;
    border-color: rgb(182, 182, 182);
    border-width: 3px;
    width: 100%;
}

.dashboard-create-map-container:hover {
    cursor: pointer;
    border-color: #1d2132;
    background: rgba(0, 0, 0, 0.1)
}

.map-type {
    border: 3px solid #6a6a6a;
    border-radius: 5px;
    padding: 10px;
    background: #eaeaea
}

.map-type:hover {
    cursor: pointer;
}

.map-type-active {
    border: 3px solid #4958ea;
    border-radius: 5px;
    padding: 10px;
    background: #e7eaff
}

.map-type-active:hover {
    cursor: pointer;
}

.mps-vectortile-panel {
    width: 35%;
    height: calc(100vh - 33px) !important;
    margin-top: 0px;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 500;
    border-radius: 0 !important;
    padding: 0px !important;
}

.mps-color-panel {
    width: 100%;
    height: 250px !important;
    margin-top: 0px;
    position: absolute;
    left: 205%;
    top: 50%;
    z-index: 100;
    border-radius: 0 !important;
}

.publisher-colorButton {
    border: 1px solid #eaeaea;
    width: 100%;
    height: 40px
}

.publisher-colorButton:hover {
    cursor: pointer;
}

.mps-publisher-layer-container {
    height: calc(100vh - 460px);
}

.mps-publisher-layer-overflow-auto {
    overflow-x: hidden !important;
    overflow: auto;
}

.mps-publisher-menu-white {
    position: fixed;
    background-color: transparent;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 100vh;
    padding: 7px;
    z-index: 1300;
    box-shadow: 0px 25px 20px 0 rgb(0 0 0 / 20%);
    border-radius: 0px;
    border: 0;
    backdrop-filter: blur(15px);
}

.mps-publisher-menu-dark {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0px;
    top: 0px;
    width: 400px;
    height: 100vh;
    z-index: 1300;
    box-shadow: 0px 25px 20px 0 rgb(0 0 0 / 20%);
    border-radius: 0px;
    backdrop-filter: blur(15px);
}

.publisherMapStyle:hover {
    cursor: pointer;
}

.maplibre-popup-container {
    width: auto;
}

.maplibregl-popup {
    max-width: 321px !important;
    z-index: 1000;
}

.maplibregl-popup-content {
    background: transparent !important;
}

.maplibregl-popup-close-button {
    display: none;
    background-color: transparent;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    font-size: 20px;
}

.maplibregl-popup-content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 20%) !important;
    padding: 0px !important;
    pointer-events: auto;
    position: relative;
}

.styleTypeContainer:hover {
    cursor: pointer
}

.symbolContainer:hover {
    cursor: pointer;
}

.mps-publisher-left-menu-white {
    position: absolute;
    background: #fff;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 100vh;
    z-index: 1000;
    box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 20%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
}

.mps-publisher-left-menu-black {
    position: absolute;
    background: #000;
    left: 0px;
    top: -2px;
    width: 50px;
    height: 100vh;
    z-index: 1000;
    box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 20%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
}

.maplibregl-popup-tip {
    display: block;
}

.mapModeContainer:hover {
    cursor: pointer;
}

.sembol-selector:hover {
    cursor: pointer;
}

.closeIcon:hover {
    cursor: pointer;
    background: rgb(215, 215, 215)
}

.mapisso-card {
    border-width: 3px;
    border-style: dashed;
    border-color: #fff;
}

.mapisso-card:hover {
    border-style: dashed;
    border-color: #000;
    border-width: 3px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1)
}