@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");



/* 
    * Optional: Makes the sample page fill the window. 
    */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#zoomControl {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: white;
    border: 1px solid #999;
    padding: 6px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

#zoomControl button {
    margin: 0;
    padding: 10px 10px;
    background-color: #f8f8f8;
    border: 1px solid #999;
    font-size: 16px;
    cursor: pointer;
}

:root {
    --header-size: 50px;
}

.header,
header {

    height: var(--header-size);
    width: 100%;
    background-color: #02243C;
}

.calc-header {
    max-height: calc(100vh - var(--header-size));
}

.navbar-brand-container {
    float: left;
    width: 50px;
    height: 50px;
}

.navbar-brand {
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #4f70c4;
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.header-label-container {
    float: left;
    color: #f5f5f5;
    padding-left: 10px;
    height: 50px;
    margin: 0 auto;
    width: 270px;
}

.messagebox {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: var(--header-size);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    display: none;
}

.messagebox.opened {
    display: flex !important;
}

.messagebox .close {
    right: 10px;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
}

.messagebox.success {
    background-color: var(--bs-success);
}

.messagebox.danger {
    background-color: var(--bs-danger);
}

.messagebox.info {
    background-color: var(--bs-info);
}

.messagebox span {}

#main-title-h6,
#main-title-h6-short,
#sub-title-h6,
#sub-title-h6-short {
    font-size: 11px;
}

#main-title-h6 {
    margin-top: 9px;
    margin-bottom: 0;
}

#main-title-h6-short,
#sub-title-h6-short {
    display: none;
}

@media only screen and (max-width: 480px) {

    #main-title-h6,
    #sub-title-h6 {
        display: none;
    }

    #main-title-h6-short,
    #sub-title-h6-short {
        display: block;
    }

    .header-label-container {
        text-align: center;
        float: none;
    }
}

.map-container {
    height: calc(100% - var(--header-size));
    width: 100%;
    position: relative;
}

#map {
    height: 100%;
}

#wrapper {
    bottom: 0;
    right: 0;
    left: 0;
}

#wrapper {
    position: absolute;
    top: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.right-side-toggled {}

@media only screen and (min-width: 769px) {
    #wrapper.left-side-toggled {
        left: -350px;
    }
}



@media only screen and (max-width: 768px) {

    #wrapper {
        left: -350px;
    }

    #wrapper.left-side-toggled {
        left: 0;
    }



    #wrapper.left-side-toggled #page-content-wrapper {
        right: -350px;
    }

    #wrapper.left-side-toggled #left-sidebar-wrapper {
        width: 350px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper.left-side-toggled #left-sidebar-wrapper {
        width: 321px !important;
    }

    #wrapper.left-side-toggled #page-content-wrapper {
        left: 321px !important;
    }
}



#left-sidebar-wrapper,
#right-sidebar-wrapper {
    bottom: 0;
    z-index: 1030;
    width: 350px;
    border-right: 1px solid #ccc;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    position: absolute;
    top: 0;
}

#page-content-wrapper {
    position: absolute;
    top: 0;
    left: 350px;
    right: 0;
    bottom: -50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-tabs-custom {
    background: #f0f0f0;
    border-radius: 0;
    padding: 3px 0 0;
    height: 100%;
}

.nav-tabs-custom>.tab-content {
    height: 100%;
    padding: 0;
    background: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    outline: 0;
}

.sidebar-footer-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fafafa;
    border-top: 1px solid #ddd;
}


.dropdown-toggle::after {
    display: none;
}

.modal-header,
.modal-header .dropdown-toggle {
    background: var(--bs-cyan);
    color: white;
}

.map-toolbar-container {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    z-index: 1021;
    padding: 5px;
    left: 10px;
    top: 10px;
}

.map-toolbar-container i:not(.except) {
    -webkit-text-stroke: 1px;
}


.map-toolbar-container div {
    float: left;
}

#coordinate-panel-container {
    float: left;
    display: contents;
}

#coordinate-panel-container #coordinate-info-input {
    width: 130px;
    font-size: 12px;
    height: 30px;
    text-align: center;
}

#coordinate-panel-container #zoom-level-text {
    width: 40px;
    height: 30px;
    font-size: 10px;
    text-align: center;
}

#coordinate-panel-container input {
    border: none !important;
    float: left;
}

@media only screen and (max-width: 768px) {
    .map-toolbar-container {
        position: absolute;
        height: 40px;
        bottom: 0;
        top: inherit;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #337ab7;

    }

    .map-toolbar-container i {
        color: white;
    }

    #coordinate-panel-container {
        display: none;
    }
}


#map-query-btn.active {
    background: skyblue;
    color: white;
}

.yazdir-field {
    height: 73px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px;
    flex-direction: column;
}