
::-webkit-scrollbar{
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
@media (max-width:489px){
  .subtitle{
  width: 30ch;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5 !important;
  }
  .chart-content{
    margin: 5px 0;
  }
  .chart-body{
    height: auto !important;
  }
  #ranking{
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    padding: 15px;
  }
  #list{
    padding: 15px;
  }
  #timeline-slider{
    padding-left: 25px !important;
    padding-right: 5px !important;
  }
  .timelinePlay, .timelineStop{
    margin-right: 11px !important;
    font-size: .7rem !important;
    margin-top: -5px !important;
    padding: 3px 6px !important;
  }
  #citycard{
    width: 100%;
    left: 0;
    right: inherit;
  }
  .spanCapture{
    position: absolute;
    right: 110px;
    float: none !important;
    margin:0 !important
  }
}
@media (max-width:768px){
  #rankContent{
    overflow: auto !important;
  }
  .section-methodology{
        background-position: left 66% center !important;
  }
}
@media (min-width:959px) and (max-width:1025px){
  .translate-link .lang-text{
    display:none !important;
    transition: linear .5s;
  }
  .page-header__lang{
    display: flex;
    margin:0
  }
  .translate-link{
    margin-right: 2px;
  }
  #timeline-slider{
    padding-top: 100px !important;
  }
}
.translate-link{
  font-weight: 600;
  font-size: .85rem;
}
.translate-link:hover{
  color: #0f6ecd !important;
}
.translate-link .lang-flag{
  width: 35px;
  height: 26px;
  filter:drop-shadow(0px 0px 6px rgba(0,0,0,1))
}
p.MsoNormal span {
    font-family: 'Quicksand' !important;
}
p.MsoNormal{
    text-align:justify !important
}
.team-item img{
  object-fit: cover !important;
    height: 250px !important;
}
.listing-card__media{
border-radius: 10px 10px 0px 0px
}
.listing-card .stretched-link::after{
  top:470px;
}
.rating-box__title .item-shadow{
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0,.5));
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0,.5));
}
.section-methodology{
  background-image: url(../img/metedoloji-bg.jpg);
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
  font-family: Nunito;
}
.pdf-download{
  font-weight: 700;
}
.translate-link.active{
  font-weight: 400;
  font-size: .8rem;
}
.translate-link.active img{
  width: 30px;
  height: 20px;
  filter: drop-shadow(0 0 5px rgba(0,0,0,.5));
}
#cityFilter .select2-container--default .select2-selection--multiple {
  transition: 0.5s;
  box-shadow: 0 0 0 0 rgb(5 49 76 / 30%);
    animation-name: pulseSelect;
    animation-duration: 1.25s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 10;
    animation-delay: .1s;
}
@keyframes pulseSelect {
  100% {
    box-shadow: 0 0 10px 10px rgb(5 49 76 / 0%);
  }
}
 @keyframes spin { 
        from { 
            transform: rotate(360deg); 
        } to { 
            transform: rotate(0deg); 
        }
    }
#trMapDonut, #worldMapDonut{
      float: right;
    margin-top: -150px;
    margin-right:0px
}
.chart-sidebar{
  background-color: #ffffff;
  padding:1.5rem 1rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border-radius: .3rem;
}
.chart-sidebar .children{
   display:none
}
.main-content{
  background-color: #e4f4fc;
}

.s2-to-tree .select2-results__option.l1, .s2-to-tree .select2-results__option.l2,.s2-to-tree .select2-results__option.l3{
    font-size: .75em !important
}
.s2-to-tree .select2-results__option.l1{
    margin-left: 2em !important;
}
.s2-to-tree .select2-results__option.l2{
    margin-left: 2.3em !important;
    color:#555;
}
.s2-to-tree .select2-results__option.l3{
    margin-left: 2.4em !important;
}
.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:before{
  font-size:1.2em !important
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar,#cityFilter .select2-container::-webkit-scrollbar,#filterList::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,#cityFilter .select2-container::-webkit-scrollbar-track,#filterList::-webkit-scrollbar-track{
  background: #f1f1f1; 
}
 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb,#cityFilter .select2-container::-webkit-scrollbar-thumb,#filterList::-webkit-scrollbar-thumb{
  background: #888; 
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover ,#cityFilter .select2-container::-webkit-scrollbar-thumb:hover,#filterList::-webkit-scrollbar-thumb:hover{
  background: #555; 
}
.list_filter{
  height: max-content;
  max-height: 300px;
  overflow: auto;
  padding: 0 .4rem;
}
.resetGraph a {
    font-weight: bold;
    float: right;
    color:#0f6ecd !important
}
.resetGraph a:hover{
  animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-delay: .1s;

}
#ranking th.point {
    background-color: #ffe0e0;
}

#ranking  th.rank {
    background-color: #ffe291;
}

#ranking  th.firstYear {
    background-color: #c5ffd9;
}

#ranking  th.secondYear {
    background-color: #a0f3bc;
}

#ranking  th.lastYear {
    background-color: #84e7a5;
}

#ranking th.city {
    background-color: #fe7d68;
}

#ranking th.firstCat {
    background-color: #a0d8f3;
}

#ranking th.secondCat {
    background-color: #7ec4e5;
}

#ranking th.thirdCat {
    background-color: #4cb1e1;
}
#ranking th{
  text-align: center;
}

#ranking tr td {
    position: relative;
    text-align: center;
}
#ranking tr span.pointVal {
  z-index: 1;
  position: relative;
}

#ranking tr span.marker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width:100% !important;
    height:100% !important;
    float:none !important;
    border-radius: unset !important;
}
table.dataTable thead .sorting {
  background-blend-mode: color-dodge;
}
#cityFilter .select2-container{
  max-height: 90px;
  overflow: auto;
}
#cityFilter .select2-container ul.select2-selection__rendered li.select2-selection__choice{
  font-size: .7rem;
}
#graph{
  padding-right: 10px ;
}
#graph-chart{
  display: grid;
  grid-auto-columns: max-content;
   /* flex-direction: column-reverse;*/
}
#graph-chart svg{/*
flex: none;
    top: 50px;*/
   order:3
}
#ranking{
  padding: 10px 3px 10px 10px;
}
#citycard .spanCapture{
    padding:0 20px ;
  }
.spanCapture{
  /*place-self: flex-end;*/
  order:2;
  grid-column:none;
  filter: drop-shadow(0px 4px 5px rgba(0,0,0,.2));
  padding: 2px 20px;
  background: linear-gradient(45deg, rgba(23,255,0,1) 0%, rgba(83,177,82,1) 79%, rgba(92,209,113,1) 100%);
  border-radius: 5px;
}
.btnCapture{
font-size: 1.8rem;
color: #fff !important;
text-decoration: none !important;
line-height: 2rem;
vertical-align: text-top;
}
.city-panel-row {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 6px rgb(0 0 0 / 5%);
    padding: 10px 0;
    background-color: #f7f7f7;
}
.timelinePlay, .timelineStop{
      background: #0e6296 !important;
}
#rankContent {
    height: 455px;
    overflow: hidden auto;
}
.morris-hover-row-label {
    font-size:1.2rem;
    color: #000;
    filter: drop-shadow(0px 2px 10px rgba(0,0,0, .5));
  }
  .morris-default-style{
    font-weight: 900;
        align-items: center;
  }
 
  #btnKiyasla{
    user-select:none;
    margin:10px 0;
    text-align:center;
    font-weight: 700;
    background-color: #facb35;
    transition: ease-in-out .1s;
  }
  #btnKiyasla i{
    font-weight: 700;
  }
  #btnKiyasla:active{
    transform: scale(0.97);
    transition: ease-in-out .1s;
  }

 #filterList li.collapsed > ul { 
   display: none 
  }
#filterList ul { 
   padding: 0;
   margin: 0;
   font-size: .785rem;
   }
  /* #filterList ul li{
     border-radius: 5px;
   }
   #filterList ul li:hover{
     box-shadow: 0px 2px 5px rgb(0 0 0 / 12%);
   }
   #filterList li.checked{
     box-shadow: 0px 2px 5px rgb(0 0 0 / 12%);
   }*/
#filterList li.collapsed, li.expanded, li.leaf {
      margin: 5px 0;
    position: relative;
    list-style-type: none;
}
#filterList li.expanded li{
  padding-left: 7px;
}
#filterList li.expanded li:before{
  left: 5px;
}
#filterList li:before{
    cursor: pointer;
    font-size: .7rem;
    background-color: #2c4165;
    border-radius: 25%;
    padding: 1px 6px;
    color: #ffff;
    line-height: .9rem;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    width: 1.2rem;
    text-align: center;
    height: 1.1rem;
}
#filterList li.expanded:before { content: '─'}
#filterList li.collapsed:before { content: '+'}
/*#filterList li.leaf:after { content: '   ▬';font-weight: 900;position: absolute;right: 0; }*/

#filterList .listItem{
  appearance: none;
}
#filterList .listItem+label{
  cursor: pointer !important;
  margin-left: 24px;
   padding: 2px 5px;
    border-radius: 5px;
    transition: ease .1s;
}
#filterList .listItem+label:hover{
    box-shadow: 0 2px 5px rgba(129, 128, 128,50%);
    font-weight: 500;
    transition: ease .2s;
}
#filterList .listItem:checked+label{
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(129, 128, 128,50%);
}
#trMapDonut path,#worldMapDonut path{
  display: none !important;
}
/*.city-header-info{
  font-size:13px
}*/
.cityCardSelect .select2-container{
    width: auto !important;
    padding: 0 10px 0 0;
}
.table-striped tbody tr:nth-of-type(odd){
  background-color: #f6f6f6;
}
.close-ranking{
  right: 30px;
    top: 15px;
}
.timelineTop{
  position:absolute;
  top:0;
  padding: 0 28px 0 0 !important;
  margin-top: 0 !important;
}
.tmTopCard{
    margin-top: 70px;
    padding-top: 0 !important;
}
.tmTopCard .city-content{
  margin-top: 0;
}
.tmTopCardContent{
  margin-top: 50px;
}
.tmTopList{
  margin-top:50px !important
}
.modal {
  background: rgba(0, 0, 0, 0.5); 
}
.modal-backdrop {
  display: none;
}
.iconDesc{
      color: #007bff;
      font-size: 13px;
      /*vertical-align: middle;*/
      padding-left: .25rem;
}
.iconDesc.cityRankDesc,.iconDesc.cityIndexDesc {
  padding:0
}
.iconDescFlex{
  display: flex;
  align-items: center;
}
#zoomButtons{
      position: absolute;
    right: 20px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#zoomButtons button {
    margin: 2px 0;
}
#filterList ul li i {
  display: none;
}

#filterList ul li ul li ul li i {
    display: inline;
    vertical-align: middle;
}

#filterList ul li ul li ul {
   
}
.mainmenu .uk-navbar-nav > li > a{
  font-size:1rem
}