.body{
width: 100%;
background: linear-gradient(-45deg, #2e3192, #666666, #ed1e79, #777);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% { 
background-position: 0% 50%;
}
50% { 
background-position: 100% 50%; 
} 
100% { 
background-position: 0% 50%;  
}
}  
div *::selection{
background:#523f86;
color: #ffffff;
}  
.getanibtn{
background: linear-gradient(-45deg,#2e3192,#ed1e79);
color: #fff;    
}
.kodebtn{
background: #2e3192;
}
.icon_btns{
background: #ed1e79;
}   
.upper-head-row{
width: 100%;
height: 50px;
background: #edf2f7;
}
.update-cell-form{
width: auto;
height: auto;
}
.update-cell-form input,.update-cell-form select{
width: 90%;
height: 30px;
border: 1px solid #f1f1f1;
outline: none;
background: #ffffff;
color: #000000;
padding-left: 10%;
font-family: 'Poppins';
margin-top: 10px;
font-size: 0.8em;
border-radius: 5px;
}
.update-cell-form input[type="color"]{
padding-left: 0;
border-radius: 0;
background: none;
height: 40px;
margin-top: 5px;
}
.update-cell-btn{
width: 50%;
height: 30px;
border: none;
outline: none;
background: #ed1e79;
color: #ffffff;
font-family: 'Poppins';
margin-top: 10px;
font-size: 0.8em;
border-radius: 5px;
cursor: pointer;
float: left;
margin-left: 5%;
}
.add-cell-btn{
width: 90%;
height: 30px;
border: none;
outline: none;
background: #2e3192;
color: #ffffff;
font-family: 'Poppins';
margin-top: 10px;
font-size: 0.8em;
border-radius: 5px;
cursor: pointer;
}
#body {background: rgb(64, 85, 104);}
.glass-container{
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 10px;
padding: 20px;
width: 300px;
max-width: 90%;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.3), 0 0 20px rgba(255, 255, 255, 0.3);
border: 1px solid rgba(255, 255, 255, 0.2);
height: 300px;
margin: auto;
}
.upper-table-row{
width: 100%;
height: 490px;
background-color: #f2f2f2;
padding: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background: repeating-linear-gradient(
45deg,
#2e3192,
#2e3192 10px,
#ed1e79 10px,
#ed1e79 20px
); 
}
.randomize-box-btn{
width: auto;
height: 50px;
background: #2e3192;
color: #ffffff;
outline: none;
border: none;
font-family: 'Poppins';
float: right;
padding-left: 3%;
padding-right:3%;
cursor: pointer;
}
.code-snippet {
margin-top: 20px;
border: 1px solid #ccc;
padding: 10px;
font-family: monospace;
word-break: break-all;
background-color: #f2f2f2;
color: #333;
}
.copy-button {
margin-top: 10px;
background-color: #4CAF50;
color: white;
border: none;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
}
.table-container {
max-width: 100%;
}
.code-container {
padding: 10px;
white-space: pre-wrap;
padding: 3%;
padding-left: 0;
text-align: left;
font-size: 0.9em;
}
.export-btn{
width: auto;
height: 50px;
border: none;
outline: none;
background: #2e3192;
color: #ffffff;
font-family: 'Poppins';
font-weight: bold;
padding-left: 5%;
padding-right: 5%;
cursor: pointer;  
}
.export-btn-padding{
padding: 5%;
}
.export-header{
width: 100%;
height: 60px;
background: #ed1e79 !important;
color: #ffffff;
font-family: 'Poppins';
}
.cross-btn{
width: 60px;
height: 60px;
background: none;
color: #ffffff;
font-size: 1.5em;
font-family: 'Poppins';
}
.cross-btn:hover{
background: #d6055c !important;
color: #ffffff !important;
}
.top-p{
margin-top: 14px;
font-family: 'Poppins';
font-size: 1em;
}
.update-code-padding{
padding: 5%;
}