



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina 
@media only screen and (min-width : 320px) and (max-width : 767px) {
*/
@media only screen and (min-width: 30px) and (max-width: 767px) {

    .img-cocukOturan{
        max-width: 35px;
      }

      .img-dijitalKutuphane{
       display: none;
      }
}



/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) {

    .img-cocukOturan{
        max-width: 55px;
      }
 

}

.hizliOkuFormDiv{
  text-align: center;
}

.img-dijitalKutuphane{
  max-width: 95px;
}


.okumaFormSelect{
  display: inline;
  width: 70%;
  max-width: 500px;
  height: 60px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.5);
  border-radius: 20px;
  margin: auto;
  
}


.okumaFormSelect:active{
  color:#fff;
  background-color: rgb(0, 0, 0,0.5);
}

.okumaFormSelect:hover{
  color:#fff;
  background-color: rgb(0, 0, 0);
  cursor: pointer;
}

.okumaFormSelect:checked{
  color:#fff;
  background-color: rgb(0, 0, 0,0.5);
}

.okumaFormSelect:focus{
  color:#fff;
  background-color: rgb(0, 0, 0,0.5);
}

.ekleButon{
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px;
  border-radius: 10px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.5);
  top:-20px;
  right:20px;
  transition: 0.2s;
}

.ekleButon:hover{
  border-radius: 2px;
  color:#fff;
  background-color: rgb(0, 0, 0,1);
  border:#fff 1px solid;
  cursor: pointer;
}

.duzenleButon{
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px;
  border-radius: 10px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.5);
  top:-20px;
  right:110px;
  transition: 0.2s;
}

.duzenleButon:hover{
  border-radius: 2px;
  color:#fff;
  background-color: rgb(0, 0, 0,1);
  border:#fff 1px solid;
  cursor: pointer;
}

.girisFormuInput{
  border-radius: 10px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.55);
  border:#333 0px solid;
}

.girisFormuInput:hover{
  border-radius: 10px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.8);
}

.girisFormuInput:active{
  border-radius: 10px;
  color:#fff;
  background-color: rgb(0, 0, 0,1);
}

.girisFormuButon{
  margin-top: 10px;
  padding: 10px;
  width: 250px;
  border-radius: 10px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.4);
  transition: 0.2s;
}

.girisFormuButon:hover{
  border-radius: 30px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.8);
  cursor: pointer;
}

.uyeOlButon{
  margin-top: 10px;
  padding: 10px;
  width: 130px;
  border-radius: 10px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.4);
  transition: 0.2s;
}

.uyeOlButon:hover{
  border-radius: 30px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.8);
  cursor: pointer;
}

.profilBlok{
  display: inline-block;
  position: relative;
  padding: 0px;
  margin-top: 10px;
}

.profilKarti{
  
  padding: 20px;
  width: auto;
  border-radius: 10px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.6);
  transition: 0.2s;
}

.profilKarti:hover{
  border-radius: 30px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.9);
  cursor: pointer;
}

.cikisYap{
  display: inline-block;
  position: absolute;
  padding: 10px;
  width: auto;
  border-radius: 10px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.4);
  right: -65px;
  top:0px;
  font-size: 12px;
  transition: 0.2s;
}

.cikisYap:hover{
  border-radius: 30px;
  color:#fff;
  background-color: rgb(0, 0, 0,0.8);
  cursor: pointer;
}

.uyeGuncelleMail{
  padding: 20px;
  width: auto;
  border-radius: 10px;
  color:#fff;
  background-color: rgb(50, 50, 50,0.6);
}