.foxcake-payment-details {
    background: #f7d29e26;
    border: 1px solid #b99a6d38;
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
	line-height: 1.7 !important;
    position: relative;
}
.foxcake-payment-tit {
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 15px;
    background: #f7d29e69;
    color: #995600;
    font-weight: 700;
    margin-bottom: 20px;
}
.foxcake-payment-div div {
    line-height: 2;
    display: flex;
    align-content: center;
    align-items: center;
}


.foxcake-payment-div {
    border: 1px dashed #f7d29e;
	background: #ffffffa3;
    padding: 10px;
    border-radius: 5px;
}
.foxcake-payment-div div:not(:last-child) {
    border-bottom: 1px dashed #f7d29e;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



.foxcake-payment-div .payment-div {
    min-width: 150px;
    display: inline-block;
}

.foxcake-order-code {
    background: #ffeb7a2a;
    padding: 3px 10px;
    border: 1px solid #f7d29e;
    border-radius: 5px;
    font-family: monospace;
    font-weight: bold;
    color: #995600;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.3s ease;
	position: relative;
}

.foxcake-copy-notice {
    position: absolute;
    background: rgb(247 210 158);
    color: #995600;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    left:0px;
	right:0px;
	top:-50px;
	text-align: center;
    animation: fadeInOut 1s ease-in-out;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}

.foxcake-payment-notice {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 15px;
}

.foxcake-payment-notice p {
    margin: 0;
    font-size: 13px;
}

/* Loading animation */
.foxcake-loading {
    display: none;
    text-align: center;
    margin: 20px 0;
}

.foxcake-loading.active {
    display: block;
}

.foxcake-loading-spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: foxcake-spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes foxcake-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Countdown timer */
.foxcake-countdown {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.foxcake-time {
    font-family: monospace;
    background: #fffcfa;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #e2c6a0;
    position: absolute;
    top: 25px;
    right: 25px;
}

/* Payment status */
.foxcake-load{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap:20px;
    margin-top:20px;
    color: #7e5600;
}

.foxcake-load-tc {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    margin-top:20px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.foxcake-load-tb {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    margin-top:20px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.cakeloader {
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: 
      radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
      conic-gradient(#0000 30%,#ffa516);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 0.3s infinite linear;
    display: inline-block;
  }
  @keyframes l13{ 
    100%{transform: rotate(1turn)}
  }

.foxcake-bank-item {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 275px 1fr;
    gap:20px;
    align-items: center;
    justify-content: center;
}
.foxcake-bank-item img {
    padding: 5px;
    border: 1px solid rgb(213 177 127 / 68%);
    border-radius: 5px;
}
.foxcake-payment-div div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foxcake-payment-div img {
    width: 90px;
    border: none;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

@media (max-width: 768px) {
    .foxcake-bank-item {
        grid-template-columns: 1fr;
		text-align: center;
    }
	.foxcake-payment-tit{text-align: center;}
    .foxcake-bank-item img {width:100%} .foxcake-payment-div img {width: 90px;}
	.foxcake-payment-div div, .foxcake-payment-div .payment-div{display:block;}
    
}
.foxcake-order-code {
    background: #f5f5f5;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: monospace;
    cursor: pointer;
}

.foxcake-payment-success {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
    text-align: center;
	font-size:20px;
    font-weight: 600;
	padding: 20px;
}


.foxcake-loading {
    text-align: center;
    padding: 20px;
}

.foxcake-loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.foxcake-countdown {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.foxcake-time {
    font-weight: bold;
    color: #333;
}

.foxcake-bank-tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	gap: 10px;
    margin-bottom: 20px;
}
.foxcake-tab-btn {
	background: none;
	border: 1px solid #e2c6a0;
	border-radius: 8px;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.foxcake-tab-btn:hover {
	border-color: #f7d29e;
}
.foxcake-tab-btn.active {
	border-color: #2271b1;
	background: #f0f6fc;
}
.foxcake-tab-btn img {
	height: 30px;
	width: auto;
}
.foxcake-bank-item {
	display: none;
}
.foxcake-bank-item.active {
	display: grid;
}
