.license-key-wat {
  background-color: #007bff;
  color: #fff; 
  padding: 12px; 
  border-radius: 5px; 
  font-size: 18px; 
  text-align: center; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.generated-keys-title-wat {
    color: white; /* Màu chữ của tiêu đề, có thể tùy chỉnh */
    font-size: 24px; /* Kích thước chữ của tiêu đề, có thể tùy chỉnh */
    display: flex;
    align-items: center; /* Canh giữa biểu tượng và văn bản theo chiều dọc */
}

h2.generated-keys-title-wat {
    border: none;
    display: inline-block;
    border-radius: 10px 1px 10px 1px;
    font-weight: bold;
    padding: 12px;
   background-color: #007bff;
}

.icon-v-wat {
    margin-right: 8px; /* Khoảng cách giữa biểu tượng và văn bản */
    color: #f90; /* Màu biểu tượng, có thể tùy chỉnh */
    font-size: 24px; /* Kích thước của biểu tượng, có thể tùy chỉnh */
    font-weight: bold; /* Độ đậm của biểu tượng, có thể tùy chỉnh */
}


.wrap-wat {
    width: 99%;
}

.wrap-wat thead {
    background: #ed7307;
}

th#columnname-wat {
    color: white;
}

table.widefat.fixed-wat {
    table-layout: fixed;
    border: 1px solid #f90;
    border-radius: 5px;
}


th.order-id-wat {
    color: white !important;
}

th.email-wat{
	color: white !important;
}
th.name-wat{
color: white !important;	
}
th.status-wat{
color: white !important;	
}
th.activation-time-wat{
color: white !important;	
}
th.expiration-time-wat{
color: white !important;	
}
th.remaining-days-wat{
color: white !important;	
}
th.actions-wat{
color: white !important;	
}

table.widefat.fixed-wat button.button.button-daysary.delete-license-key {
    background-color: #ee0b58;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border: none;
}
table.widefat.fixed-wat button.button.button-daysary.delete-license-key:hover {
    background-color: #007bff;
}
