
.button-57 {
position: relative;
overflow: hidden;
border: 1px solid #18181a;
color: #18181a;
display: inline-block;
font-size: 15px;
line-height: 15px;
padding: 18px 18px 17px;
text-decoration: none;
width: 100%;
cursor: pointer;
background: #fff;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.button-57 span:first-child {
position: relative;
transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
z-index: 10;
}
.button-57 span:last-child {
color: white;
display: block;
position: absolute;
bottom: 0;
transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
z-index: 100;
opacity: 0;
top: 50%;
left: 50%;
transform: translateY(225%) translateX(-50%);
height: 14px;
line-height: 13px;
}
.button-57:after {
content: "";
position: absolute;
bottom: -50%;
left: 0;
width: 100%;
height: 100%;
background-color: black;
transform-origin: bottom center;
transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
transform: skewY(9.3deg) scaleY(0);
z-index: 50;
}
.button-57:hover:after {
transform-origin: bottom center;
transform: skewY(9.3deg) scaleY(2);
}
.button-57:hover span:last-child {
transform: translateX(-50%) translateY(-100%);
opacity: 1;
transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}
.invoice-container {
    width: 87%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.invoice-title {
margin-top: 20px;
text-align: left;
margin-bottom: 30px;
}
#download-btn {
margin: 10px;
}
th{
font-size: 16px;
text-align: center;
}
td{
text-align: center;
font-weight: 600;
font-size: 14px;
}
.dt-paging.paging_full_numbers {
display: flex;
flex-direction: row;
align-content: flex-end;
justify-content: flex-end;
}
button.dt-paging-button {
padding: 15px;
}
.invoice-summary .card{
flex-direction: row;
}
.text-right{
font-weight: bold;
}
.card-text{
font-weight: normal;
}
.quantity-input{
border: none;
text-align: center;
}

.hidden {
display: none;
}
.address-popup {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(5px);
transition: opacity 0.3s ease;
}
.address-popup-content {
background-color: #fff;
margin: 4% auto;
padding: 18px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 80%;
max-width: 500px;
animation: slide-down 0.4s ease-out;
}
@keyframes slide-down {
from {
transform: translateY(-10px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.close-btn {
color: #333;
float: right;
font-size: 24px;
font-weight: bold;
cursor: pointer;
transition: color 0.3s ease;
}
.close-btn:hover,
.close-btn:focus {
color: #000;
text-decoration: none;
}
#address-form input {
outline: none;
border-top: none;
border-left: none;
background: #f7f7ff;
height: 40px;
border-right: none;
padding-bottom: 10p;
border-bottom: 0.8px solid gray;
margin-bottom: 10px;
}
.stae{
display: flex;
flex-wrap: wrap;
}
input[type="text"], select, label {
display: block;
width: 100%;
font-size: 13px;
margin: 10px 0;
box-sizing: border-box;
}
input[type="text"], select {
border-top: none;
border-left: none;
border-right: none;
padding-bottom: 10p;
border-bottom: 0.8px solid gray;
transition: border-color 0.3s ease;
}
input[type="text"]:focus, select:focus {
border-color: #007bff;
border-top: none;
border-left: none;
border-right: none;
padding-bottom: 10p;
border-bottom: 0.8px solid gray;
outline: none;
}
.disabled {
opacity: 0.6;
cursor: not-allowed;
}
