    .svg-turkiye-haritasi {
        text-align:left !important;
    }
    
    .svg-turkiye-haritasi g.has-data path {
        fill: #b6d4fe;
        transition: fill .2s ease;
    }
    .svg-turkiye-haritasi g.is-meslek-active path {
        fill: #0e6a93 !important;
    }
    .il-toplam-text {
        font-size: 14px;
        font-weight: 700;
        fill: #fff;
        text-anchor: middle;
        dominant-baseline: middle;
        pointer-events: none;
        paint-order: stroke;
        stroke: #000;
        stroke-width: 2px;
    }
    .il-adi-text {
        font-size: 10px;
        fill: #fff;
        text-anchor: middle;
        dominant-baseline: middle;
        pointer-events: none;
        opacity: 0;
        transition: opacity .15s ease;
    }
    .svg-turkiye-haritasi g.has-data:hover .il-adi-text {
        opacity: 1;
    }
    
    .meslek-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px;
}

.meslek-table th,
.meslek-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.meslek-table th {
    background: #0b5ed7;
    color: #fff;
    text-align: left;
}

.meslek-table tr:nth-child(even) {
    background: #f8f9fa;
}

.meslek-table tr:hover {
    background: #eef4ff;
}

.loader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 64px;   /* GIF boyutuna göre ayarla */
  height: 64px;
  background-image: url("/media/0ipi04fn/wait-white-black.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.loader-overlay {
  background: rgba(0,0,0,0.35);
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.loader-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}


.ts-control {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;          /* scrollbar yok */
  border-radius: 5px;
}

.ts-control input {
  white-space: nowrap;
  overflow-x: auto;          /* caret ilerledikçe sağa kayar */
  overflow-y: hidden;
}

/* scrollbar gizle ama scroll davranışı kalsın */
.ts-control input::-webkit-scrollbar {
  display: none;
}

.ts-control input {
  scrollbar-width: none;     /* Firefox */
}

.ts-control {
    position: relative;
    padding-right: 38px !important; /* ok için yer */
}

/* Ana control */
.ts-control {
    position: relative;
    padding-right: 44px !important; /* OK ALANI */
    cursor: pointer;
}

/* Input alanı – yazının taşmasını engeller */
.ts-control input,
.ts-control .item {
    max-width: calc(100% - 44px) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Material arrow */
.ts-control::after {
    content: "arrow_drop_down";
    font-family: "Material Symbols Outlined";
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}

/* Açıkken oku döndür */
.ts-wrapper.dropdown-active .ts-control::after {
    transform: translateY(-50%) rotate(180deg);
}

.ts-control {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
}

/* METİN / INPUT */
.ts-control .item,
.ts-control input {
    flex: none;      /* 👈 SATIRI DOLDURUR */
    min-width: 0;        /* 👈 ÇOK KRİTİK */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-icon2{
    background: #77a3ce;
    color: #fff;
    padding: 2px 7px;
    border-radius: 85px;
    height: fit-content;
}

.card-icon2 span{
    margin-top: 3px;
}

.card-icon{
    color: #fff;
    padding: 5px 11px;
    border-radius: 85px;
    height: fit-content;
}

.card-icon span{
    margin-top: 5px;
    color:#cf812f;
    font-size: 2.2em;
}

#map_meslek{
   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.svg-turkiye-haritasi svg {
    width: 90%;
    height: auto;
}

.detail-table{
    font-size:0.75em;
}

#isiHaritasiBtn {
  height:1.5em;
  font-size:0.80em;
  cursor: pointer;
}

.isiharitatitle span{
        cursor: pointer;
    font-size: 1.1em;
    margin-right: 5px;
}

.meslek-baslik{
    background: #fafafa;
    padding: 5px 25px;
    min-height: 1.5em;
    font-size: 0.75em;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.table>:not(caption)>*>* {
    background-color:transparent !important;
}

#meslekDetayWrapper a {
  color: #146f97;
  text-decoration: none;
  font-weight: 500;
}

#meslekDetayWrapper a:hover {
  text-decoration: underline;
}

.meslek-link {
  color: #146f97;
  text-decoration: none;
  font-weight: 500;
}

.meslek-link:hover {
  text-decoration: underline;
  color: #0d5c7f;
}