     /* Tablo satırları için hover efekti - TR ve TD elementleri */
        #cvListeTable tbody tr:hover {
            background-color: #007bff !important;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        /* TD elementleri için hover efekti */
        #cvListeTable tbody tr:hover td {
            background-color: #007bff !important;
            color: white !important;
        }
        
        /* Hover durumunda link renklerini de beyaz yap */
        #cvListeTable tbody tr:hover td a {
            color: white !important;
            text-decoration: none;
        }
        
        /* Hover durumunda span elementlerini de beyaz yap */
        #cvListeTable tbody tr:hover td span {
            color: white !important;
        }
        
        /* Hover durumunda buton renklerini ayarla */
        #cvListeTable tbody tr:hover td .btn {
            border-color: white !important;
            background-color: transparent !important;
            color: white !important;
        }
        
        /* DataTables'ın varsayılan stripe rengini override et */
        #cvListeTable.table-striped tbody tr:hover td {
            background-color: #007bff !important;
        }
        
        /* Zebra striping ve diğer DataTables stillerini override et */
        #cvListeTable tbody tr:hover td {
            background-color: #007bff !important;
            background-image: none !important;
        }
  .box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #bbb;
  background: #eee;
  float: left;
  margin: 20px;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 93px;
  height: 93px;
  text-align: right;
}
.ribbon span {
  font-size: 0.5rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 17px;
  right: -29px;
}

.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}

.red span {
  background: linear-gradient(#f70505 0%, #8f0808 100%);
}
.red span::before {
  border-left-color: #8f0808;
  border-top-color: #8f0808;
}
.red span::after {
  border-right-color: #8f0808;
  border-top-color: #8f0808;
}

.blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}
.blue span::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}
.blue span::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}

.foo {
  clear: both;
}

.bar {
  content: "";
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.baz {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 2em;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 100px;
  left: 1000px;
}

	.facebook-icon {
  width: 20px;
  height: 20px;
  background-color: #1877F2; /* Facebook mavi */
  border-radius: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.facebook-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}
	.instagram-icon {
  width: 20px;
  height: 20px;
  border-radius: 20%;
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fdf497 5%, 
    #fd5949 45%, 
    #d6249f 60%, 
    #285AEB 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.instagram-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.globe-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #00bcd4, #3f51b5); /* mavi geçişli */
  border-radius: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.globe-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.envelope-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #ff6f00, #ff9800); /* turuncu geçişli */
  border-radius: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.envelope-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.linkedin-icon {
  width: 20px;
  height: 20px;
  border-radius: 20%;
  background-color: #0077B5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.linkedin-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.x-twitter-icon {
  width: 20px;
  height: 20px;
  border-radius: 20%;
  background: linear-gradient(135deg, #000000, #1a1a1a); /* X'in siyah teması */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.x-twitter-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.table-bordered{
  border-top: 1px solid #DADADA; 
  border-bottom: 1px solid #DADADA;
}

.kvkk {
  margin-right: 10px !important;
  width: 111px;
  height: 20px;
  background: linear-gradient(135deg, #eb0000, #362525e0); /* X'in siyah teması */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.kvkk:hover {
  transform: scale(1.05);
  cursor: pointer;
}

