#country-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#country-list .dropdown-item {
    padding: 10px;
    cursor: pointer;
}

#country-list .dropdown-item:hover {
    background-color: #f1f1f1;
}
#detected-country {
color:#fdad00!important;
}
#hero-paragraph span{
color:#fdad00!important;
}

/* Dropdown kontejner */
 .gt_container-wu4ncu {
    display: none; /* Dropdown je sakriven po defaultu */
    position: absolute;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    top:120%;
    padding: 10px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Zastava u selektoru */
.dropdown-selected img {
    width: 24px;
    height: auto;
    cursor: pointer;
}

/* Hover efekat za opcije */
.gt_container-wu4ncu .glink {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
 a.glink span {
    
    margin-left:10px;
}

.gt_container-wu4ncu .glink:hover {
    background-color: #f0f0f0;
}
#totalPeopleChose{
color:#fdb926;
}

.broker-box .inner .img {
padding: 0px!important;
}

/* Custom Tooltip Styling */
.custom-tooltip .tooltip-inner {
  background-color: rgba(var(--primary), 0.09);
  color: #fff;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  max-width: 280px;
  text-align: left;
  line-height: 1.4;
}

.custom-tooltip.bs-tooltip-top .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #1a1a1a;
}

.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #1a1a1a;
}


.tier-1    { background-color: #28a745 !important; color: #fff; }
.tier-1-5  { background-color: #5cb85c !important; color: #fff; }
.tier-2    { background-color: #8bc34a !important; color: #fff; }
.tier-2-5  { background-color: #cddc39 !important; color: #000; }
.tier-3    { background-color: #ffc107 !important; color: #000; }
.tier-3-5  { background-color: #ff9800 !important; color: #fff; }
.tier-4    { background-color: #ff5722 !important; color: #fff; }
.tier-4-5  { background-color: #f44336 !important; color: #fff; }
.tier-5    { background-color: #d32f2f !important; color: #fff; }