﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');


body {
    font-family: 'Poppins' !important;
}

.main-content {
    background-color: #f2f2f2 !important;
    font-family: 'Poppins' !important;
}

.card {
    border: var(--bs-card-border-width) solid #9ACD66 !important;
    padding: 2rem !important;
    margin: 13px 0px 1px 8px !important;
    border-radius: 1.2rem;
}

.locationIcon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(4288%) hue-rotate(30deg) brightness(76%) contrast(103%);
    padding: 2px;
    width: 20px;
    height: 25px;
}
.card-body h2 {
    font-size: 1.5rem !important;
    color: #0175C0 !important;
    padding: 1rem !important;
    font-weight: 700;
}

.card-header {
    background-color: transparent !important;
}

.bolge-alt-cizgi {
    max-width: 100% !important;
    height: 1px !important;
    background-color: #9ACD66 !important;
    margin: 0 auto 50px auto !important;
}
.divmrg {
    padding-right: 0px !important;
}
.dblist {
    list-style-type: none;
}
.dblist a{
    color:black;
    font-size:14px;
    padding-left:2px;
}
    .dblist i {
        color: #9ACD66;
        padding:3px;
    }
    .popup {
        position: absolute;
        display: none;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.25);
        padding: 10px 20px;
        min-width: 450px;
        font-size: 10px;
        z-index: 1000;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 12px;
        grid-column-gap: 20px;
        text-align: center;
    }

    .popup .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .popup .value {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .popup .label {
        font-size: 10px;
        color: #666;
    }

/* Renkler */
.blue {
    color: #0066ff;
}

.red {
    color: #e53935;
}

.green {
    color: #2e7d32;
}

.orange {
    color: #ff6d00;
}

.cyan {
    color: #0097a7;
}
