/* @font-face{font-family:'RecoletaAlt-Medium';src:url('assets/fonts/RecoletaAlt-Medium.ttf');} */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
  
 

body {background-color:#ffffff !important; 
  color:"#000000"; 
  font-size: 14px; 
  font-family: "Montserrat",Arial, Helvetica, sans-serif; 
  margin-top:5px}
 
.container {
  /* width:96%;  */
  padding:10px}

.white { color:white;} 
.red { color:#d62b2d;} 

/* td { color:white;}  */

.ozelfont-medium {font-family: 'Montserrat'; font-weight: 500;}
.ozelfont-bold {font-family: 'Montserrat'; font-weight: 700;}

.app_button {
    font-size: 15px;
    color: #fff ;
    background: #000 ;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
     font-weight: 500;;
     margin-top:20px;
}
.app_button:hover {
  background: #333333;
} 

a {
  color: #000 ;
  text-decoration: none;
} 

.baslik {
font-weight: 500;
font-size: 14px;
border-bottom: 1px solid #999999;
text-decoration: none;
display: block;
margin-bottom: 10px;
} 

p {
  line-height: 24px;
} 
 
h5 {
  font-size: 16px;
} 

li{
  line-height: 24px;
  margin-bottom:5px;
  margin-left: 10px;
} 


input,select {
  border:1px solid #999999;
  background-color: #dedede;
  min-height: 30px;
  min-width: 200px;
  border-radius: 5px;
  font-size:16px;
  padding:5px;
  color: #ffffff;
}

textarea {
  border:1px solid #ffd800;
  background-color: #dedede;
  min-height: 100px;
 width: 94%;
  border-radius: 5px;
  font-size:16px;
  padding:5px;
  color: #ffffff;

}



 /* Progress  */
 .progress {
  margin-bottom: 20px;
}

.progress:last-child {
  margin-bottom: 0;
}

.progress .progress-bar {
  background-color: #d62b2d;
  font-size: 11px;
  line-height: 1;
  border-radius: 4px;
}

.progress.progress-round {
  border-radius: 50px;
}


 

.bg-light  {
  background-color: #ffffff; 
  border-radius: 4px;
}