/* Tek ve çift satır renkleri */
table tr:nth-child(odd) {
    background-color: #f0f0f0;
    transition: background-color 0.25s ease;
}

table tr:nth-child(even) {
    background-color: #ffffff;
    transition: background-color 0.25s ease;
}

/* Hover efekti */
table tr:hover {
    cursor: pointer;
	color: #00f;
    background-color: #FFF8E1 !important;
}
table tr td {
	padding-left: 5px;
	padding-right: 5px;
    border-top:1px solid #D8D8D8;
}
tr {
	height: 80px;
}
table th{
	background-color:orangered;
	color: white;
	text-align:center;
	font-weight: 500;
}
table th {
  background-image: linear-gradient(to right, orange, orangered);
  color: white;
  text-align: center;
  font-weight: 500;
  }
  old_table th {
  background-image: linear-gradient(to right, orangered, darkred);
  color: white;
  text-align: center;
  font-weight: 500;
  }

.red {
  display: block;
  width: 120px;
  outline: none !important;
  text-decoration: none !important;
  color: white;
  background-color: red;
  padding : 0px 20px 0px 20px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  position: relative;
  top: -10px;
}
.red:hover {
  background-color: #1447E6;
}


.style2{
    display: block;
    color: white;
    background-color: darkorange;
    height: 50px;
    width: 100px;
    border-radius: 16px;
    text-align: center;
    padding-top: 12px;
    text-decoration: none;
    font-weight: 500;
}

.red2 {
 
 display: inline-flex;  
  align-items: center; 
  justify-content: center;  
  margin: 10px auto; 
  padding: 10px 20px; 
  width: auto;
  min-height: 40px; 
    width: auto;
  outline: 20px; !important;
  text-decoration: none !important;
  color: white;
  background-color: red;
  padding : 0px 20px 0px 20px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  position: relative;
  top: -10px;
}
.red2:hover {
  background-color: #1447E6;
}


.kabul {
  display: block;
  width: 120px;
  outline: none !important;
  text-decoration: none !important;
  color: white;
  background-color: green;
  padding : 0px 20px 0px 20px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  position: relative;
  top: -10px;
}
.kabul:hover {
  background-color: #1447E6;
}
.kabul2 { 
  display: inline-flex;  
  align-items: center; 
  justify-content: center;  
  margin: 10px auto; 
  padding: 10px 20px; 
  width: auto;
  min-height: 40px; 
  background-color: green;
  color: white;
  text-decoration: none !important;
  outline: #474747 solid 1px !important;
  border-radius: 20px;
  position: relative;
  transition: background-color 0.3s ease;
}
.kabul2:hover {
  background-color: #1447E6;
}
.kabul3 { 
  display: inline-block;
  align-items: center; 
  justify-content: center;  
  margin: 10px auto; 
  padding: 10px 20px; 
  width: auto;
  min-height: 40px; 
  background-color: green;
  color: white;
  text-decoration: none !important;
  outline: #474747 solid 1px !important;
  border-radius: 20px;
  position: relative;
  transition: background-color 0.3s ease;
}
.kabul3:hover {
  background-color: #1447E6;
}
.kura {
  display: block;
  width: 200px;
  outline: none !important;
  text-decoration: none !important;
  color: white;
  background-color: #1447E6;
  padding : 0px 20px 0px 20px;
  border-radius: 20px;
  transition: all .5s ease;
  font-size: 17px;
/*  position: relative;*/
  top: -60px;
}
.kura2 {
  display: inline-block;
  --width: 300px;
  outline: none !important;
  text-decoration: none !important;
  color: white;
  background-color: #1447E6;
  padding : 0px 20px 0px 20px;
  border-radius: 20px;
  transition: all .5s ease;
  font-size: 17px;
  position: relative;
  height: 50px;
  vertical-align: middle; 
  text-align: center;
  align-content: center;
}
.kura:hover {
  transition: all 1s ease;
  background-color: #9407E6;
}
.kura2:hover {
  transition: all 1s ease;
  background-color: #9407E6;
}


