@media only screen and (max-width: 932px){
    .navbarHead {
      display: none ;
    }
 }
 @media only screen and (max-width: 747px){
  #col-ad1{display: none;}
  #col-ad2{display: none;}
}
 @media only screen and (min-width: 933px){
   .respInput::placeholder {
     visibility: hidden;
   }
}
.shadowed:focus-within{
  box-shadow: 12px 12px 0px -8px black !important;
}
@media only screen and (max-height: 750px) and (max-width: 400px){
  #topHolder{
    height: 100% !important;
    }
    #bottomHolder{
         height:0% !important;
        }
}
body{
background-color: #333533;
}
.calculationInput{
width: 100%;
min-height: 53px;
border-radius: 4px;
background-color: white;
}
#keyboardDiv {
  min-width: 270px;
}
.variable{
  font-style:italic;
  font-family: 'SymbolaRegular';
  text-align: center;
  font-size: 15pt;
}
 .calculationRow{
   border-radius: 13px;
font-size: 15pt;
/* background-color:#008b00; */
/* background-color:#9DB089; */
/* background-color: rgba(255,255,255,.3); */
background-image: linear-gradient(rgb(77,77,77),#BDBDD7, rgb(77,77,77));
/* rgb(244,162,97) */
margin: 2px !important;
border: none !important;
 }
 .note{
  font-family: "Times New Roman", Times, serif;}
 #topHolder{
display: none;
 overflow-y:scroll;
 position:fixed;
width:100%;
height: 63%;
/* background-color: #9DB089; ########################################################################*/
/* background-color:rgba(0,0,0,1); */
}
#fakeNavbar{
  font-style:italic;
  font-family:  "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-stretch: condensed;
}
#topHolder, #bottomHolder,#col-ad1 ,
#col-ad2{
  background-color:#BDBDD7 !important;
}
 #bottomHolder{
display: none;
/* background-color: #9DB089; ########################################################################*/
/* background-color:rgb(0,0,0); */
   position:fixed;
   bottom:0px;
   width:100%;
   height:37%;
  }
  #col-ad1 ,
  #col-ad2{
  text-align: right;
/* background-color: #9DB089; ######################################################################*/
background-color:rgb(0,0,0);
color: #333533;
  }

.alert{

background-color: rgb(77,77,77);
/* background-color: #3A4F41;  ÜSTTEKİ ZAMAZİNGOLARs*/
color: black;
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}
.navbarHead{
width: 150px !important;
}
/*Modallar INFO GITTI*/
