﻿*,
:after,
:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body,
html,
#map {
    width: 100%;
    height: 100%;
}

body {
    overflow: hidden;
    position: relative;
    min-height: 100%;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid lightblue;
    border-right-color: orange;
    animation: l2 1s infinite linear;
}

@keyframes l2 {
    to {
        transform: rotate(1turn)
    }
}
.loading {
    /*display: none;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #000000A2;
    color: white;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.maincontent {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.bottombar {
    height: 60px;
    width: 100%;
    box-shadow: 0px -10px 10px #00000091;
    border: 2px solid #e5e5e5;
    z-index: 400;
}

.link-button label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 110%;
}

.leaflet-touch .link-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background: #fff;
    margin-bottom: 5px;
    padding: 5px;
}

.link-button:hover {
    background-color: #f4f4f4;
    fill: #a200ff;
}

    .link-button:hover:after {
        position: absolute;
        display: flex;
        justify-content: end;
        content: attr(title);
        right: 40px;
        width: auto;
        white-space: nowrap;
        background: #fff;
        padding: 5px;
    }

.geojson {
    display: none;
}

input[type="file"] {
    font-size: 0;
}

::file-selector-button {
    font-size: initial;
}

.icon-geojson {
    width: 25px;
    height: 25px;
}

.drawpolylinesettings, .drawpolygonsettings, .drawrectanglesettings
{
    display:none;
}
.drawpolylinesettings {
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
}
.color-picker {
    width: 30px;
    height: 30px;
    padding: 5px;
}
.drawpolylinesettingsweight
{
    width:100%;
}

.settingscontent {
    overflow: auto;
}

.stylepanel {
    position: absolute;
    left: 99px;
    top: 63px;
    width: 400px;
    height: 620px;
    background-color: #f4f4f4;
    z-index: 401;
    border: 1px solid rgb(255 255 255);
    border-radius: 10px;
    filter: drop-shadow(black 2px 4px 6px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.stylepanelbaslik {
    background-image: linear-gradient(to right, #0008ff, #00a1ff);
    border-radius: 10px 10px 0px 0px;
    padding-left: 10px;
    color: white;
    font-weight: bold;
    cursor: move;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.stylepanellist{

}
.styleclose{

}

.dragpanelhandle {
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.stylemin {
    height: 32px !important;
    overflow: hidden !important;
}

.stylepanelsettingbaslik {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    color: white;
    background-color: #0033c3;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 0px 0px 5px;
}

.layerpanel {
    position: absolute;
    left: 99px;
    top: 63px;
    width: 200px;
    height: 400px;
    background-color: #f4f4f4;
    z-index: 401;
    border: 1px solid rgb(255 255 255);
    border-radius: 10px;
    filter: drop-shadow(black 2px 4px 6px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.layerarama
{
    width:80px;
}

.layerlist {
    padding: 0px;
    max-height: 320px;
    overflow: scroll;
    overflow-x: hidden;
}
.layerlistitem {
    list-style: none;
    padding: 10px;
    background-color: #ededed;
    border: 1px solid #cbcbcb;
    font-size: 12px;
}
.layerlistitem:hover {
    background-color: #d5d5d5; 
}
.layerbtnayarlar { 
    right: 2px;
}
.layerlistitemcontent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.layerlistitemadi {
    width: 150px;
}
    .layerlistitemadi:hover {
        cursor: pointer;
    }
.layerlistitembutonlar {
}

.selectedlayerlistitem {
    background-color: yellow !important;
}

.drawpolylinesettingsstyles {
    width: 97%; 
}

.drawsettingsstyles {
    width: 80%;
    margin-right: 5px;
    height: 30px;
}

.drawsettingsstylesave {
    margin-right: 5px;
}

.drawsettingsapply {
    margin-right: 10px;
}
.drawsettingsremove {
    margin-right: 10px;
}

.stylelabel {
    font-size: 10px;
}

.modal-footer {
    justify-content: space-between !important;
}

.maplogo {
    z-index: 400;
    position: absolute;
    bottom: 90px;
    right: 5px;
    width: 150px;
    height: 150px;
    filter: drop-shadow(2px 4px 6px black);
}
.label{
   
}

#donutChart {
    min-height: 250px; 
    max-height: 250px;
    max-width: 100%; 
}

.chartpanel {
    position: absolute;
    left: 99px;
    top: 63px;
    width: 400px;
    height: 550px;
    background-color: #f4f4f4;
    z-index: 401;
    border: 1px solid rgb(255 255 255);
    border-radius: 10px;
    filter: drop-shadow(black 2px 4px 6px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#barChart {
    min-height: 250px;
    max-height: 250px;
    max-width: 100%;
}

.hide{
    display:none;
}

.geojsonfa {
    font-size: 19px;
    color: #464646;
}

.text-decoration-none {
    text-decoration: none;
}

.styleinput {
    font-size: 12px;
    border: 1px solid gray;
    padding-left: 5px;
    margin-left: 5px;
    border-radius: 5px;
}

.stylespan {
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
}

.stylerow {
    background-color: #e1e1e1;
    border: 1px solid #545454;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.color-container {
    display: inline-block;
}

.styledisable {
    filter: opacity(0.5);
    pointer-events: none;
}

.mezarlikresim {
    width: 150px;
    max-width: 100%;
}