.mps-islem-query-result-menu{
    position: absolute;
    left: 60px;
    height: 320px;
    width: calc(100% - 120px);
    bottom: 5px;
    z-index: 1000;
}

.gis-analysis-card{
    display: flex;
    width: 100%;
    background: #fff; 
    height: auto;
    padding: 10px;
    border-radius: 10px
}

.dark-background {
    background-image: url("../images/globebackground.jpg"), linear-gradient(to bottom, rgba(0, 12, 26, 0.8), rgba(0, 26, 51, 0.9));
    /* Resim ve yarı saydam gradyan */
    background-blend-mode: multiply;
    /* Gradyanı resimle karıştırma modu */
    background-size: cover;
}

.canvas-container {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
}

.mps-direction-menu {
    z-index: 1000;
    display: flex;
    width: 90px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.mps-direction-bearing {
    width: 75px;
    height: 75px;
    filter: drop-shadow(rgba(0, 0, 0, 0.04) 0px 10px 8px) drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 3px);
}

.mps-direction-pitch {
    position: fixed;
    width: 36px;
    height: 36px;
    filter: drop-shadow(rgba(0, 0, 0, 0.04) 0px 10px 8px) drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 3px);
}

.mps-left-menu-button {
    border-radius: 0 !important;
    width: 48px;
    height: 48px;
}

.mps-active-layername {
    position: absolute;
    z-index: 1000;
    top: 10px;
    width: 425px;
    height: 80px;
    left: 60px;
    border-radius: 5px !important;
    padding: 4px;
    opacity: 0.95;
}

.mps-editor-menu {
    position: absolute;
    z-index: 1000;
    top: 50px;
    width: calc(100% - 50px);
    height: 65px;
    left: 50px;
    border-radius: 0px !important;
    padding: 0px;
    opacity: 0.95;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
}

.mps-left-menu-white {
    position: fixed;
    background: #fff;
    left: 0;
    width: 50px;
    height: 100vh;
    z-index: 1300;
    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-left-menu-black {
    position: absolute;
    background: #1d2132;
    left: 0;
    width: 50px;
    height: 100vh;
    z-index: 1300;
    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-left-panel {
    width: 35%;
    height: calc(100vh - 52px) !important;
    margin-top: 0px;
    position: absolute;
    left: 50px;
    top: 52px;
    z-index: 1200 !important;
    border-radius: 0 !important;
}

.MuiCardHeader-root {
    padding: 7px !important;
    padding-left: 7px;
    padding-left: 28px !important;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    border-radius: 0px;
}

.mapisso-search-box {
    position: absolute;
    z-index: 450;
    margin: 15px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    width: 385px;
    padding-left: 10px;
    border-radius: 10px !important
}

.mapisso-search-input {
    margin-left: "50px";
    flex: 1
}

.mapisso-querybox-item {
    margin-top: 15px;
    padding: 20px;
    box-shadow: none !important;
    background-color: #7B7B7B1F !important;
}

.geocoder-result-item:hover {
    background: #d9d9d9;
    border-radius: 5px;
    cursor: pointer;
}

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

.mps-baselayer-container {
    height: calc(100vh - 175px);
}

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

.layer-card {
    display: flex !important;
    margin-bottom: 25px;
    width: 45%
}

.layer-card:hover {
    cursor: pointer
}

.editingLayerListItem {
    padding: 3px;
    padding-left: 0px;
}

.editingLayerListItem:hover {
    cursor: pointer;
    background: #f0efef
}

.darkEditingLayerListItem {
    padding: 3px;
    padding-left: 0px;
}

.darkEditingLayerListItem:hover {
    cursor: pointer;
    background: #3a3a3a
}

.mps-account-menu {
    position: fixed !important;
    right: 75px;
    top: 10px;
    z-index: 2000;
    width: 340px;
    padding: 10px;
    height: auto;
    border-radius: 5px !important;
}

.mps-goto-coordinates-menu {
    position: fixed !important;
    right: 10px;
    top: 60px;
    z-index: 1000;
    width: 250px;
    height: auto;
    padding: 10px;
    border-radius: 5px !important;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
}

.mps-zoomtools-container {
    position: fixed;
    right: 10px;
    bottom: 5px;
    z-index: 999;
    background: rgb(255 255 255 / 64%);
    padding: 5px;
    border-radius: 5px;
    padding-bottom: 0px;
}

.map-controls-zoombox {
    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;
    margin-bottom: 5px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.mps-zoomtools-button {
    border-radius: 5px !important;
    margin-bottom: 5px !important;
    width: 36px;
    height: 36px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}

.mps-zoomtools-button:hover {
    background: rgb(198, 198, 198)
}

.mps-simple-zoomtools {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    width: 36px;
    height: 36px;
}

.mps-find-my-location-button {
    border-radius: 5px !important;
    margin-top: 0px !important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    background: #fff !important;
}

.mps-find-my-location-button-dark {
    color: #fff !important;
    border-radius: 5px !important;
    margin-top: 0px !important;
    background: #20142e !important;
}

.mps-zoom-to-extent {
    background: #00000091 !important;
    color: #fff !important;
    padding: 5px !important;
    border-radius: 35px;
    margin-top: 5px !important;
}

.mps-mousecoordinates-panel {
    position: absolute;
    z-index: 1000;
    bottom: 5px;
    max-width: 170px;
    min-width: 170px;
    height: auto;
    right: 60px;
    border-radius: 5px !important;
    padding: 8px;
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.85);
}

.mps-mousecoordinates-panel-dark {
    position: absolute;
    z-index: 1000;
    bottom: 5px;
    max-width: 170px;
    min-width: 170px;
    height: auto;
    right: 60px;
    border-radius: 5px !important;
    padding: 8px;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.65);
}

.leaflet-bottom {
    bottom: 5px !important;
    left: 59px !important;
}

.mps-clientinfo-panel {
    position: absolute;
    z-index: 410;
    bottom: 14px;
    width: 300px;
    left: calc(50% - 150px);
    opacity: 0.8;
    border-radius: 5px !important;
}

.mapstudio-info-table {
    z-index: 1000;
    position: absolute;
    top: 60px;
    right: 10px;
}

.mapstudio-info-table-buttons {
    width: 250px;
    background: #fff;
    margin-top: 5px;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
}

.mps-attribute-table-container {
    width: 350px;
    height: auto;
    overflow-y: scroll;
    border-radius: 0px !important;
    padding: 0 !important;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
}

.mps-editor-name-update-table-container {
    z-index: 1000;
    position: absolute;
    top: 10px;
    right: 75px;
    width: 450px;
    height: auto;
    overflow-y: scroll;
    border-radius: 0px !important;
    padding: 0 !important;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
}

.mps-editor-attribute-table-container {
    z-index: 1000;
    position: absolute;
    top: 125px;
    left: 60px;
    width: 400px;
    height: auto;
    overflow-y: scroll;
    border-radius: 5px !important;
    padding: 0 !important;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
}

.mps-editor-idsec-attribute-table-container {
    z-index: 1000;
    position: absolute;
    top: 135px;
    left: 470px;
    width: calc(100% - 500px);
    height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    border-radius: 5px !important;
    padding: 0 !important;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15) !important;
}

.mapisso-topbar {
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: 9999;
}

.leaflet-measure-path-measurement {
    position: absolute;
    font-size: 10px;
    color: black;
    text-shadow: -1px 0 0 white,
        -1px -1px 0 white,
        0 -1px 0 white,
        1px -1px 0 white,
        1px 0 0 white,
        1px 1px 0 white,
        0 1px 0 white,
        -1px 1px 0 white;
    white-space: nowrap;
    transform-origin: 0;
    pointer-events: none;
}

.leaflet-measure-path-measurement>div {
    position: relative;
    margin-top: -25%;
    left: -50%;
}

.leaflet-control-measure {
    margin-bottom: 300px !important;
}

.MuiCardHeader-subheader {
    font-weight: bold !important;
    color: #fff !important;
}

.css-1y1yrlw-MuiTreeItem-content.Mui-selected {
    background-color: rgba(57, 55, 60, 0.08);
}

.css-1y1yrlw-MuiTreeItem-content {
    padding: 5px !important;
}

.MuiBottomNavigationAction-root {
    padding: 12px !important;

}

.MuiBottomNavigation-root {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    background: transparent !important;
}

.MuiTreeItem-content {
    padding: 10px !important
}

.css-1k2tar6-MuiFormLabel-root-MuiInputLabel-root.Mui-disabled {
    color: rgb(0, 0, 0) !important;
}

.css-1n4twyu-MuiInputBase-input-MuiOutlinedInput-input.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgb(0, 0, 0) !important;
}

/*
 * draw zoom area plugin
 */
.leaflet-control-boxzoom {
    background-color: white;
    border-radius: 4px;
    border: none;
    width: 36px;
    height: 36px;
    line-height: 40px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    cursor: pointer !important;
    bottom: 375px;
    border: none;
}

.leaflet-control-boxzoom-dark {
    background-color: #20142e;
    border-radius: 4px;
    border: none;
    width: 36px;
    height: 36px;
    line-height: 40px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    cursor: pointer !important;
    bottom: 375px;
    border: none;
}

.with-background-image {
    background-image: url(../images/select-zoom.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 7px 7px;
}

.with-background-image-dark {
    background-image: url(../images/select-zoom.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 7px 7px;
}

.leaflet-control-boxzoom.leaflet-control-boxzoom-active {
    background-color: #dadada;
}

.leaflet-container.leaflet-control-boxzoom-active,
.leaflet-container.leaflet-control-boxzoom-active path.leaflet-interactive {
    cursor: crosshair !important;
}

.leaflet-control-boxzoom i {
    display: block;
}

.leaflet-control-boxzoom i.icon {
    font-size: 17px;
    margin-left: 1px;
    margin-top: 3px;
}

.leaflet-control-boxzoom i.fa {
    margin-top: 6px;
}

.leaflet-control-boxzoom i.glyphicon {
    margin-top: 5px;
}

/** select zoom finished**/

.leaflet-measure-darkmode {
    background: #20142e url(../images/rulers.png) !important;
    background-size: 26px 26px !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.leaflet-control-measure-interaction-darkmode {
    background: #20142e !important;
    color: #fff
}

.leaflet-control-measure {
    margin-bottom: calc(50vh - 87px) !important;
    border: none !important;
}

.leaflet-control-measure-toggle,
.leaflet-control-measure-toggle:hover {
    width: 36px !important;
    height: 36px !important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    border-radius: 4px !important;
    border: none !important;
    background-size: 24px 24px !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.mps-print-container-a4-vertical {
    color: #505050;
    width: 21cm;
    min-height: 29.7cm;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.5cm;
    border-radius: 3px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    margin-top: 0px
}

.mps-print-container-a3-vertical {
    color: #505050;
    width: 29.7cm;
    min-height: 42cm;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.5cm;
    border-radius: 3px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    margin-top: 0px
}

.mps-print-container-a4-horizontal {
    color: #505050;
    width: 29.7cm;
    min-height: 21cm;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.5cm;
    border-radius: 3px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    margin-top: 0px
}

.mps-print-container-a3-horizontal {
    color: #505050;
    width: 42cm;
    min-height: 21cm;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.5cm;
    border-radius: 3px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    margin-top: 0px
}

.mps-print-mapcontainer {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

.mps-kyadurumu-mapcontainer {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

.table>:not(caption)>*>* {
    padding: 0.3rem 0.3rem !important;
}

.mps-sba-exampledatalist-container {
    z-index: 448;
    position: absolute;
    top: 183px;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 275px;
    left: 410px;
    padding-top: 0px
}

.mps-sba-table-container {
    z-index: 1001;
    position: absolute;
    bottom: 5px;
    padding: 10px;

}

.mps-sba-table-container-small-height {
    height: 350px
}

.mps-sba-table-container-large-height {
    height: 445px;
}

.mps-sba-table-container-small-width {
    width: calc(100% - 415px);
    left: 355px;
}

.mps-sba-table-container-large-width {
    width: calc(100% - 120px);
    left: 60px;
}

.mps-sba-menu-query-button {
    width: 35px;
    min-width: 30px !important;
    padding: 5px;
}

.mps-selectbyattributes-idarisinirsorgu-container {
    position: absolute;
    left: 440px;
    z-index: 500;
    padding: 0px;
    margin-top: 10px;
}

.mps-attribute-table-actions {
    -webkit-box-shadow: 0px -4px 11px -4px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px -4px 11px -4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px -4px 11px -4px rgba(0, 0, 0, 0.12);
}

.mps-debimetre-latlng-menu {
    position: absolute;
    margin-left: 35%;
    z-index: 500;
    padding: 0px;
    margin-top: 10px;
    width: 250px;
}

.mps-debimetre-data-menu {
    position: absolute;
    margin-left: calc(60% + 10px);
    z-index: 500;
    padding: 0px;
    margin-top: 10px;
    width: 250px;
}

.mps-sba-idarisinirsorgu-container {
    width: 250px;
    position: absolute;
    left: 460px;
    top: 60px;
    z-index: 500;
}

.MuiCardHeader-title {
    font-size: 16px !important;
    color: #fff
}

.MuiTableCell-sizeSmall {
    padding: 2px 6px !important;
}

.Mui-disabled {
    color: #000 !important
}

.maplibregl-ctrl-attrib-button {
    display: none !important;
}

.maplibregl-ctrl-attrib {
    display: none !important;
}

.map-profile-menu {
    position: fixed !important;
    right: 10px;
    top: 10px;
    z-index: 1000;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}

.map-profile-menu:hover {
    right: 10px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;
}

.map-comment-container-promap {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 70px;
    width: 350px;
    height: 450px;
    box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 20%) !important;
}

.map-comment-container-basicmap {
    position: absolute;
    z-index: 1000;
    top: 70px;
    right: 70px;
    width: 350px;
    height: 450px;
    box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 20%) !important;
}

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

.editing-layer-card:hover{
    cursor: pointer;
}

.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}

.cssload-tetrominos {
    position: absolute;
    left: 50%;
    transform: translate(-34px, -29px);
    -o-transform: translate(-34px, -29px);
    -ms-transform: translate(-34px, -29px);
    -webkit-transform: translate(-34px, -29px);
    -moz-transform: translate(-34px, -29px);
}

.cssload-tetromino {
    width: 29px;
    height: 34px;
    position: absolute;
    transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 684"%3E%3Cpath fill="%23010101" d="M305.7 0L0 170.9v342.3L305.7 684 612 513.2V170.9L305.7 0z"/%3E%3Cpath fill="%23fff" d="M305.7 80.1l-233.6 131 233.6 131 234.2-131-234.2-131"/%3E%3C/svg%3E') no-repeat top center;
}

.cssload-box1 {
    animation: cssload-tetromino1 1.73s ease-out infinite;
    -o-animation: cssload-tetromino1 1.73s ease-out infinite;
    -ms-animation: cssload-tetromino1 1.73s ease-out infinite;
    -webkit-animation: cssload-tetromino1 1.73s ease-out infinite;
    -moz-animation: cssload-tetromino1 1.73s ease-out infinite;
}

.cssload-box2 {
    animation: cssload-tetromino2 1.73s ease-out infinite;
    -o-animation: cssload-tetromino2 1.73s ease-out infinite;
    -ms-animation: cssload-tetromino2 1.73s ease-out infinite;
    -webkit-animation: cssload-tetromino2 1.73s ease-out infinite;
    -moz-animation: cssload-tetromino2 1.73s ease-out infinite;
}

.cssload-box3 {
    animation: cssload-tetromino3 1.73s ease-out infinite;
    -o-animation: cssload-tetromino3 1.73s ease-out infinite;
    -ms-animation: cssload-tetromino3 1.73s ease-out infinite;
    -webkit-animation: cssload-tetromino3 1.73s ease-out infinite;
    -moz-animation: cssload-tetromino3 1.73s ease-out infinite;
    z-index: 2;
}

.cssload-box4 {
    animation: cssload-tetromino4 1.73s ease-out infinite;
    -o-animation: cssload-tetromino4 1.73s ease-out infinite;
    -ms-animation: cssload-tetromino4 1.73s ease-out infinite;
    -webkit-animation: cssload-tetromino4 1.73s ease-out infinite;
    -moz-animation: cssload-tetromino4 1.73s ease-out infinite;
}

@keyframes cssload-tetromino1 {

    0%,
    40% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(14px, -8px);
    }

    60%,
    100% {
        transform: translate(29px, 0);
    }
}

@-o-keyframes cssload-tetromino1 {

    0%,
    40% {
        -o-transform: translate(0, 0);
    }

    50% {
        -o-transform: translate(14px, -8px);
    }

    60%,
    100% {
        -o-transform: translate(29px, 0);
    }
}

@-ms-keyframes cssload-tetromino1 {

    0%,
    40% {
        -ms-transform: translate(0, 0);
    }

    50% {
        -ms-transform: translate(14px, -8px);
    }

    60%,
    100% {
        -ms-transform: translate(29px, 0);
    }
}

@-webkit-keyframes cssload-tetromino1 {

    0%,
    40% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(14px, -8px);
    }

    60%,
    100% {
        -webkit-transform: translate(29px, 0);
    }
}

@-moz-keyframes cssload-tetromino1 {

    0%,
    40% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(14px, -8px);
    }

    60%,
    100% {
        -moz-transform: translate(29px, 0);
    }
}

@keyframes cssload-tetromino2 {

    0%,
    20% {
        transform: translate(29px, 0px);
    }

    40%,
    100% {
        transform: translate(43px, 8px);
    }
}

@-o-keyframes cssload-tetromino2 {

    0%,
    20% {
        -o-transform: translate(29px, 0px);
    }

    40%,
    100% {
        -o-transform: translate(43px, 8px);
    }
}

@-ms-keyframes cssload-tetromino2 {

    0%,
    20% {
        -ms-transform: translate(29px, 0px);
    }

    40%,
    100% {
        -ms-transform: translate(43px, 8px);
    }
}

@-webkit-keyframes cssload-tetromino2 {

    0%,
    20% {
        -webkit-transform: translate(29px, 0px);
    }

    40%,
    100% {
        -webkit-transform: translate(43px, 8px);
    }
}

@-moz-keyframes cssload-tetromino2 {

    0%,
    20% {
        -moz-transform: translate(29px, 0px);
    }

    40%,
    100% {
        -moz-transform: translate(43px, 8px);
    }
}

@keyframes cssload-tetromino3 {
    0% {
        transform: translate(43px, 8px);
    }

    20%,
    60% {
        transform: translate(29px, 16px);
    }

    90%,
    100% {
        transform: translate(14px, 8px);
    }
}

@-o-keyframes cssload-tetromino3 {
    0% {
        -o-transform: translate(43px, 8px);
    }

    20%,
    60% {
        -o-transform: translate(29px, 16px);
    }

    90%,
    100% {
        -o-transform: translate(14px, 8px);
    }
}

@-ms-keyframes cssload-tetromino3 {
    0% {
        -ms-transform: translate(43px, 8px);
    }

    20%,
    60% {
        -ms-transform: translate(29px, 16px);
    }

    90%,
    100% {
        -ms-transform: translate(14px, 8px);
    }
}

@-webkit-keyframes cssload-tetromino3 {
    0% {
        -webkit-transform: translate(43px, 8px);
    }

    20%,
    60% {
        -webkit-transform: translate(29px, 16px);
    }

    90%,
    100% {
        -webkit-transform: translate(14px, 8px);
    }
}

@-moz-keyframes cssload-tetromino3 {
    0% {
        -moz-transform: translate(43px, 8px);
    }

    20%,
    60% {
        -moz-transform: translate(29px, 16px);
    }

    90%,
    100% {
        -moz-transform: translate(14px, 8px);
    }
}

@keyframes cssload-tetromino4 {

    0%,
    60% {
        transform: translate(14px, 8px);
    }

    90%,
    100% {
        transform: translate(0, 0);
    }
}

@-o-keyframes cssload-tetromino4 {

    0%,
    60% {
        -o-transform: translate(14px, 8px);
    }

    90%,
    100% {
        -o-transform: translate(0, 0);
    }
}

@-ms-keyframes cssload-tetromino4 {

    0%,
    60% {
        -ms-transform: translate(14px, 8px);
    }

    90%,
    100% {
        -ms-transform: translate(0, 0);
    }
}

@-webkit-keyframes cssload-tetromino4 {

    0%,
    60% {
        -webkit-transform: translate(14px, 8px);
    }

    90%,
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes cssload-tetromino4 {

    0%,
    60% {
        -moz-transform: translate(14px, 8px);
    }

    90%,
    100% {
        -moz-transform: translate(0, 0);
    }
}

@media (max-width: 768px) {

    /* Styles for mobile devices */
    .mps-clientinfo-panel {
        display: none;
    }

    .mps-mousecoordinates-panel {
        display: none;
    }

    .mps-mousecoordinates-panel-dark{
        display: none;
    }

    #map-filter-button {
        display: none;
    }

    #map-editor-button {
        display: none;
    }

    #map-print-button {
        display: none;
    }
}