body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

#map {
    width: 100%;
    height: 100%;
    border: 1px solid black;
    position: relative;
}

#tr_head {
    height: 20px;
    font-family: Arial;
    font-size: 14px;
}

.ol-zoom .ol-zoom-out {
    margin-top: 204px;
}

.ol-zoomslider {
    background-color: transparent;
    top: 2.3em;
}

.ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}

.ol-touch .ol-zoomslider {
    top: 2.75em;
}

.ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

.ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}

.ol-zoom-out {
    margin-top: 208px !important;
}


.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid red;
    bottom: 0px;
    left: -50px;
    min-width: 500px;
    min-height: 200px;
    width: 1000px;
    height: 1000px;
    color: black;
}

    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: black;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: -450px;
}

    .ol-popup-closer:after {
        content: "✖";
    }

#measureOutput {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 120px;
    height: 300px;
    text-align: center;
    padding-top: 10px;
    border: 1px solid blue;
    background: white;
    display: none;
}

#wrapper {
    width: 768px;
}

#location {
    display: none;
    float: right;
}

.decoration {
    position: absolute;
    border: 1px solid red;
    border-radius: 10px;
    background-color: black;
}


#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.active-link {
    background-color: cornflowerblue; /* Sarı renk için */
}


/* Seçilen öğelerin stilini özelleştirme */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: green; /* Örnek: Mavi arka plan */
    color: #fff; /* Beyaz yazı rengi */
    border: 1px solid green; /* Kenarlık rengi (isteğe bağlı) */
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 9px;
}

/* Seçilen öğelerin kapat düğmesi (x) için stil (isteğe bağlı) */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff; /* Kapat düğmesi rengi */
    background-color: green;
    border: 1px solid green;
}

/* Mevcut taşma ve boyut kontrolü ayarlarını koru */
.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple {
    max-height: 40px;
    overflow: hidden;
}

.selected {
    background-color: #e0d1b3 !important; /* Soft krem rengi */
    color: #333333 !important; /* Koyu gri metin rengi */
    border-left: 5px solid #c7a27e; /* Satırın sol tarafına ince bir kenarlık ekleyerek profesyonel bir görünüm */
}



.transparent-red {
    background-color: rgba(255, 99, 71, 0.1) !important; /* Durum 85 için daha şeffaf kırmızı arka plan */
}




.pagination-wrapper-limit {
    max-width: 100%;
    width: fit-content;
    margin: 10px auto 0 auto; /* ortalamak için */
}

.selected {
    background-color: #d0b9b5;
}

.selected1 {
    background-color: #d0b9b5;
}

.transparent-red {
    background-color: rgba(255, 0, 0, 0.5) !important;
}

table tr th {
    background: #337ab7;
    color: white;
    text-align: left;
    vertical-align: center;
}
/* Styles go here */
.my-controller {
    border: 1px solid #fcc;
    padding: 5px;
    margin: 3px;
}

    .my-controller small {
        color: #c99;
    }

.other-controller {
    border: 1px solid #ccf;
    padding: 5px;
    margin: 3px;
}

    .other-controller small {
        color: #99c;
    }

.third-controller {
    border: 1px solid #cfc;
    padding: 5px;
    margin: 3px;
}

    .third-controller small {
        color: #9c9;
    }

.funky-show-hide.ng-hide-add {
    transform: rotateZ(0);
    transform-origin: right;
    transition: all 0.5s ease-in-out;
}

    .funky-show-hide.ng-hide-add.ng-hide-add-active {
        transform: rotateZ(-135deg);
    }

.funky-show-hide.ng-hide-remove {
    transform: rotateY(90deg);
    transform-origin: left;
    transition: all 0.5s ease;
}

    .funky-show-hide.ng-hide-remove.ng-hide-remove-active {
        transform: rotateY(0);
    }

.check-element {
    border: 1px solid black;
    opacity: 1;
    padding: 10px;
}

.myColorBgUyari {
    background-color: tomato;
    color: white;
}

.myColorBg {
    background-color: tomato;
    color: white;
    font-weight: bold;
}

.myColorBg1 {
    background-color: lightgreen;
    color: black;
}

.myColorBg2 {
    background-color: yellow;
    color: black;
}

.myColorBg3 {
    background-color: darkred;
    color: white;
}

.myColorBg4 {
    background-color: deepskyblue;
    color: black;
}

ul.nav-wizard {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
}

    ul.nav-wizard:before {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 46px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard:after {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 138px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard li {
        position: relative;
        float: left;
        height: 46px;
        display: inline-block;
        text-align: center;
        padding: 0 80px 0 30px;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 46px;
    }

        ul.nav-wizard li a {
            color: #468847;
            padding: 0;
        }

            ul.nav-wizard li a:hover {
                background-color: transparent;
            }

        ul.nav-wizard li:before {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #d4d4d4;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -16px;
        }

        ul.nav-wizard li:after {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #f9f9f9;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -15px;
        }

        ul.nav-wizard li.active {
            color: #3a87ad;
            background: #d9edf7;
        }

            ul.nav-wizard li.active:after {
                border-left: 16px solid #d9edf7;
            }

            ul.nav-wizard li.active a,
            ul.nav-wizard li.active a:active,
            ul.nav-wizard li.active a:visited,
            ul.nav-wizard li.active a:focus {
                color: #3a87ad;
                background: #d9edf7;
            }

    ul.nav-wizard .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard .active ~ li a,
        ul.nav-wizard .active ~ li a:active,
        ul.nav-wizard .active ~ li a:visited,
        ul.nav-wizard .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

    ul.nav-wizard.nav-wizard-backnav li:hover {
        color: #468847;
        background: #f6fbfd;
    }

        ul.nav-wizard.nav-wizard-backnav li:hover:after {
            border-left: 16px solid #f6fbfd;
        }

        ul.nav-wizard.nav-wizard-backnav li:hover a,
        ul.nav-wizard.nav-wizard-backnav li:hover a:active,
        ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
        ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
            color: #468847;
            background: #f6fbfd;
        }

    ul.nav-wizard.nav-wizard-backnav .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard.nav-wizard-backnav .active ~ li a,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

/* Tek Seferde Montaj Styles */
.cevaplar {
    text-align: center;
}

.cevaplarComponents {
    width: 50%;
    background-color: #FFEACA;
}

.radio {
    width: 11%;
}

.sorularAciklama {
    text-overflow: ellipsis;
    text-align: center;
    padding: 10%;
}

.tsmModalTop {
    background-color: #FF9800;
    border: 1px solid black;
    margin-top: 1.75%;
    margin-left: 1.75%;
    margin-right: 1.75%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.fs-8 {
    font-size: 0.65rem; /* fs-6'dan daha küçük, yaklaşık 12px */
}
.fs-7{
    font-size: 0.75rem; /* fs-6'dan daha küçük, yaklaşık 12px */
}

.red-option {
    color: red !important;
}

.blue-option {
    color: blue !important;
}

.red-option {
    color: red;
}

.blue-option {
    color: blue;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-item-custom {
    padding: 8px;
    cursor: pointer;
   
}

    .dropdown-item-custom:hover {
        background-color: #6094fc;
        color: white;
    }

