.top-banner img{
    min-height:110px;
}
.banner-alt{
    height: 180px;
}
.banner-text{
    line-height: 45px;
}
.banner-text h1{
    font-size: 33px;
}
.banner-text span:nth-child(2),
.banner-text span:nth-child(3){
  font-size: 18px;
}
.banner-logo{
    top: -90px;
    width: 200px;
    border: 7px solid #fff;
    border-radius: 100%;
}
.profil-form label{
    font-size: 17px;
}
.profil-form input,
.profil-yetenek input,
.profil-yetenek .box{
    height: 55px !important;
    color: #A0ACB5 !important;
    font-family: 'Poppins-medium';
}
.profil-form input::placeholder,
.profil-yetenek input::placeholder{
    color: #A0ACB5;
    font-family: 'Poppins-medium';
}
.box .progress{
    width: 65%;
    /*height: 10px;*/
}
.box .progress .progress-bar{
    background-color:#FFDA22 !important;
}
/*range*/
.profil-yetenek input[type="range"]{
    appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
}
.profil-yetenek input[type="range"]::-webkit-slider-thumb{
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: 20px;
    box-shadow: -500px 0 0 500px #FFDA22;
}
/*ayarlar iç kısım*/
.dropbtn {
    padding: 10px;
    background-color: #fff;
    border: none;
    cursor: pointer;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  .dropdown:hover .dropdown-content {display: block;}
  /* .dropdown:hover .dropbtn {background-color: #3e8e41;} */