@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_Black.eot");
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans-old/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"), url("../fonts/iransans-old/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"), url("../fonts/iransans-old/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans-old/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../fonts/iransans-old/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../fonts/iransans-old/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans-old/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../fonts/iransans-old/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../fonts/iransans-old/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans-old/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../fonts/iransans-old/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("../fonts/iransans-old/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans-old/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../fonts/iransans-old/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../fonts/iransans-old/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum).eot");
  src: url("../fonts/iransans-old/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/iransans-old/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/iransans-old/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/iransans-old/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}
body {
  font-family: "IRANSans", sans-serif;
}

.sidebar-shadow {
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
}

.card-shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}

.gradient-purple {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}

.gradient-orange {
  background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
}

.gradient-cyan {
  background: linear-gradient(135deg, #06B6D4 0%, #3B82F6 100%);
}

.hover-scale {
  transition: all 0.3s ease;
}

.hover-scale:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.glass-effect {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
}

.animate-pulse-slow {
  animation: pulse 3s infinite;
}

.floating {
  animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.logo-site {
  width: 35px;
}

#dashboard-page .stats-card {
  position: relative;
  overflow: hidden;
}
#dashboard-page .stats-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(30px, -30px);
}

#invoice-list .invoice-card {
  position: relative;
  overflow: hidden;
}
#invoice-list .invoice-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--status-color);
}
#invoice-list .status-paid {
  --status-color: #10B981;
}
#invoice-list .status-unpaid {
  --status-color: #EF4444;
}
#invoice-list .status-overdue {
  --status-color: #F59E0B;
}
#invoice-list .status-cancelled {
  --status-color: #6B7280;
}
#invoice-list .filter-active {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
  color: white;
}
#invoice-list .payment-gateway {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
#invoice-list .payment-gateway.selected {
  border-color: #10B981;
  background: #F0FDF4;
  transform: scale(1.02);
}
#invoice-list .payment-gateway:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

#profile-page .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}
#profile-page .form-control:focus {
  outline: none;
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
#profile-page .form-control:disabled,
#profile-page .form-input:disabled {
  background: rgba(247, 247, 247, 0.4509803922);
  color: #878787;
}
#profile-page .form-control,
#profile-page .form-input {
  transition: all 0.3s ease;
  border: 2px solid #e5e7eb;
}
#profile-page .form-control:focus,
#profile-page .form-input:focus {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}
#profile-page .form-control:hover,
#profile-page .form-input:hover {
  border-color: #d1d5db;
}
#profile-page .avatar-upload {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
#profile-page .avatar-upload:hover {
  transform: scale(1.05);
}
#profile-page .avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#profile-page .avatar-upload:hover .avatar-overlay {
  opacity: 1;
}
#profile-page .password-strength {
  height: 4px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
#profile-page .strength-weak {
  background-color: #ef4444;
  width: 25%;
}
#profile-page .strength-fair {
  background-color: #f59e0b;
  width: 50%;
}
#profile-page .strength-good {
  background-color: #3b82f6;
  width: 75%;
}
#profile-page .strength-strong {
  background-color: #10b981;
  width: 100%;
}
#profile-page .tab-button {
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}
#profile-page .tab-button.active {
  border-bottom-color: #10B981;
  color: #10B981;
  background-color: #f0fdf4;
}
#profile-page .tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
#profile-page .tab-content.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#profile-page .security-item {
  transition: all 0.3s ease;
}
#profile-page .security-item:hover {
  background-color: #f9fafb;
  transform: translateX(-5px);
}

#view-invoice .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#view-invoice .gradient-purple {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}
#view-invoice .gradient-orange {
  background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
}
#view-invoice .gradient-cyan {
  background: linear-gradient(135deg, #06B6D4 0%, #3B82F6 100%);
}
#view-invoice .invoice-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#view-invoice .payment-card {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
#view-invoice .payment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
#view-invoice .status-paid {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}
#view-invoice .status-pending {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
}
#view-invoice .status-overdue {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}
#view-invoice .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#view-invoice .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#view-invoice .payment-method {
  transition: all 0.3s ease;
  cursor: pointer;
}
#view-invoice .payment-method:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#view-invoice .payment-method.selected {
  border-color: #10B981;
  background: rgba(16, 185, 129, 0.05);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
#view-invoice .progress-bar {
  background: linear-gradient(90deg, #10B981 0%, #3B82F6 100%);
  height: 4px;
  border-radius: 2px;
  transition: width 0.5s ease;
}
#view-invoice .invoice-item {
  transition: all 0.3s ease;
}
#view-invoice .invoice-item:hover {
  background: rgba(16, 185, 129, 0.02);
  transform: translateX(5px);
}
#view-invoice .success-animation {
  animation: successPulse 0.6s ease-out;
}
@keyframes successPulse {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#view-invoice .loading-spinner {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#view-invoice .slide-in {
  animation: slideIn 0.5s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#product-details .tab-content {
  display: none;
}
#product-details .tab-content.active {
  display: block;
}

#create-ticket .form-input {
  transition: all 0.3s ease;
  border: 2px solid #e5e7eb;
}
#create-ticket .form-input:focus {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}
#create-ticket .form-input:hover {
  border-color: #d1d5db;
}
#create-ticket .priority-badge {
  transition: all 0.3s ease;
  cursor: pointer;
}
#create-ticket .priority-badge.selected {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#create-ticket .file-drop-zone {
  border: 2px dashed #d1d5db;
  transition: all 0.3s ease;
}
#create-ticket .file-drop-zone.dragover {
  border-color: #10B981;
  background-color: #f0fdf4;
}
#create-ticket .attachment-item {
  animation: slideIn 0.3s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#create-ticket .char-counter {
  transition: color 0.3s ease;
}
#create-ticket .char-counter.warning {
  color: #f59e0b;
}
#create-ticket .char-counter.danger {
  color: #ef4444;
}

#ticket-view code,
#ticket-view pre {
  display: block;
  width: 100%;
  direction: ltr;
  text-align: left;
  text-wrap: auto;
  background: #4347c9;
  color: #fff;
  padding: 20px;
  margin-top: 10px;
  line-height: 25px;
  font-family: monospace;
  font-size: 15px;
}
#ticket-view hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
#ticket-view .message-user pre {
  background: #4347c9;
}
#ticket-view .message-user hr {
  border-color: #cedbed;
}
#ticket-view .message-admin pre {
  background: #2da78b;
}
#ticket-view .message-admin hr {
  border-color: #b7e7c6;
}
#ticket-view .message-bubble {
  position: relative;
}
#ticket-view .message-bubble::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}
#ticket-view .message-user::before {
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #E5F3FF transparent transparent;
}
#ticket-view .message-admin::before {
  right: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #F0FDF4;
}
#ticket-view .typing-indicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
#ticket-view .typing-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9CA3AF;
  animation: typing 1.4s infinite ease-in-out;
}
#ticket-view .typing-dot:nth-child(1) {
  animation-delay: -0.32s;
}
#ticket-view .typing-dot:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes typing {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
#ticket-view .attachment-preview {
  background: linear-gradient(45deg, #f8f9fa 25%, transparent 25%), linear-gradient(-45deg, #f8f9fa 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f8f9fa 75%), linear-gradient(-45deg, transparent 75%, #f8f9fa 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

#ticket-list .ticket-card {
  position: relative;
  overflow: hidden;
}
#ticket-list .ticket-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--priority-color);
}
#ticket-list .priority-high {
  --priority-color: #EF4444;
}
#ticket-list .priority-medium {
  --priority-color: #F59E0B;
}
#ticket-list .priority-low {
  --priority-color: #10B981;
}
#ticket-list .filter-active {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
  color: white;
}

#confirm-ticket .success-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#confirm-ticket .info-card {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
#confirm-ticket .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
#confirm-ticket .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#confirm-ticket .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#confirm-ticket .success-animation {
  animation: successPulse 1s ease-out;
}
@keyframes successPulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#confirm-ticket .slide-in-up {
  animation: slideInUp 0.8s ease-out;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#confirm-ticket .slide-in-left {
  animation: slideInLeft 0.8s ease-out 0.3s both;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#confirm-ticket .slide-in-right {
  animation: slideInRight 0.8s ease-out 0.6s both;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#confirm-ticket .pulse-ring {
  animation: pulseRing 2s infinite;
}
@keyframes pulseRing {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
#confirm-ticket .ticket-status {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}
#confirm-ticket .priority-high {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}
#confirm-ticket .priority-medium {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
}
#confirm-ticket .priority-low {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}
#confirm-ticket .btn-hover {
  transition: all 0.3s ease;
}
#confirm-ticket .btn-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#confirm-ticket .confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #10B981;
  animation: confetti-fall 3s linear infinite;
}
@keyframes confetti-fall {
  0% {
    transform: translateY(-100vh) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

#amount-encode .service-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#amount-encode .pricing-card {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
#amount-encode .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
#amount-encode .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#amount-encode .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#amount-encode .slide-in {
  animation: slideIn 0.8s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#amount-encode .pricing-row {
  transition: all 0.3s ease;
}
#amount-encode .pricing-row:hover {
  background: rgba(16, 185, 129, 0.05);
  transform: translateX(5px);
}
#amount-encode .upload-area {
  border: 2px dashed #d1d5db;
  transition: all 0.3s ease;
}
#amount-encode .upload-area:hover {
  border-color: #10B981;
  background: rgba(16, 185, 129, 0.05);
}
#amount-encode .upload-area.dragover {
  border-color: #10B981;
  background: rgba(16, 185, 129, 0.1);
  transform: scale(1.02);
}
#amount-encode .feature-icon {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#amount-encode .security-badge {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}
#amount-encode .time-badge {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
}
#amount-encode .php-badge {
  background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
}
#amount-encode .btn-hover {
  transition: all 0.3s ease;
}
#amount-encode .btn-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#amount-encode .progress-bar {
  background: linear-gradient(90deg, #10B981 0%, #3B82F6 100%);
  height: 6px;
  border-radius: 3px;
  transition: width 0.5s ease;
}
#amount-encode .file-item {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 185, 129, 0.2);
  transition: all 0.3s ease;
}
#amount-encode .file-item:hover {
  background: rgba(16, 185, 129, 0.05);
  border-color: #10B981;
}

#encode-sendnew .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#encode-sendnew .gradient-purple {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}
#encode-sendnew .gradient-orange {
  background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
}
#encode-sendnew .gradient-cyan {
  background: linear-gradient(135deg, #06B6D4 0%, #3B82F6 100%);
}
#encode-sendnew .service-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#encode-sendnew .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#encode-sendnew .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#encode-sendnew .slide-in {
  animation: slideIn 0.8s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#encode-sendnew .btn-hover {
  transition: all 0.3s ease;
}
#encode-sendnew .btn-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#encode-sendnew .form-input {
  transition: all 0.3s ease;
  border: 2px solid #e5e7eb;
}
#encode-sendnew .form-input:focus {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}
#encode-sendnew .radio-option {
  transition: all 0.3s ease;
  cursor: pointer;
}
#encode-sendnew .radio-option:hover {
  background: rgba(16, 185, 129, 0.05);
  border-color: #10B981;
}
#encode-sendnew .radio-option.selected {
  background: rgba(16, 185, 129, 0.1);
  border-color: #10B981;
}
#encode-sendnew .info-box {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
}
#encode-sendnew .warning-box {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
}
#encode-sendnew .preview-link {
  color: #10B981;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}
#encode-sendnew .preview-link:hover {
  color: #059669;
}

#encode-view .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#encode-view .gradient-purple {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}
#encode-view .gradient-orange {
  background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
}
#encode-view .order-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#encode-view .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#encode-view .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#encode-view .slide-in {
  animation: slideIn 0.8s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#encode-view .btn-hover {
  transition: all 0.3s ease;
}
#encode-view .btn-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#encode-view .info-row {
  transition: all 0.3s ease;
}
#encode-view .info-row:hover {
  background: rgba(16, 185, 129, 0.05);
}
#encode-view .version-badge {
  background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  margin: 2px;
  display: inline-block;
}
#encode-view .price-highlight {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}
#encode-view .total-price {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-size: 1.5rem;
}

#encode-list .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#encode-list .list-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#encode-list .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#encode-list .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#encode-list .slide-in {
  animation: slideIn 0.8s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#encode-list .table-responsive {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#encode-list .card-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
#encode-list .card-table thead th {
  background: #10B981 !important;
  color: white !important;
  padding: 16px 12px;
  font-weight: 600;
  text-align: center;
  border: none;
  white-space: nowrap;
}
#encode-list .card-table tbody td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
  white-space: nowrap;
}
#encode-list .card-table tbody tr {
  transition: all 0.3s ease;
}
#encode-list .card-table tbody tr:hover {
  background: rgba(16, 185, 129, 0.05);
}
#encode-list .card-table tbody tr:nth-child(even) {
  background: #f9fafb;
}
#encode-list .card-table tbody tr:nth-child(even):hover {
  background: rgba(16, 185, 129, 0.08);
}
#encode-list .status-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
#encode-list .status-completed {
  background: #dcfce7;
  color: #166534;
}
#encode-list .status-processing {
  background: #fef3c7;
  color: #92400e;
}
#encode-list .status-pending {
  background: #fee2e2;
  color: #991b1b;
}
#encode-list .status-waiting {
  background: #e0e7ff;
  color: #3730a3;
}
#encode-list .payment-badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}
#encode-list .payment-paid {
  background: #dcfce7;
  color: #166534;
}
#encode-list .payment-unpaid {
  background: #fee2e2;
  color: #991b1b;
}
#encode-list .btn-info {
  background: linear-gradient(135deg, #3B82F6, #1D4ED8);
  color: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#encode-list .btn-info:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
#encode-list .price-text {
  font-weight: 600;
  color: #059669;
}
#encode-list .project-name {
  font-weight: 600;
  color: #374151;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#encode-view .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#encode-view .status-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#encode-view .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#encode-view .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#encode-view .slide-in {
  animation: slideIn 0.8s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#encode-view .table-responsive {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#encode-view .table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
#encode-view .card-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
#encode-view .table-vcenter td {
  vertical-align: middle;
}
#encode-view .table-bordered {
  border: 1px solid #dee2e6;
}
#encode-view .table-bordered td {
  border: 1px solid #dee2e6;
  padding: 12px 16px;
}
#encode-view .table-sm td {
  padding: 8px 12px;
}
#encode-view .text-nowrap {
  white-space: nowrap;
}
#encode-view .table-nowrap {
  table-layout: fixed;
}
#encode-view .badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
#encode-view .badge-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#encode-view .badge-dark {
  background-color: #343a40;
  color: #ffffff;
}
#encode-view .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#encode-view .btn-link {
  color: #ffffff;
  background-color: #607D8B;
  border-color: #607D8B;
}
#encode-view .btn-link:hover {
  background-color: #597786;
  border-color: #597786;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(68, 84, 102, 0.3);
}
#encode-view .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
#encode-view .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
#encode-view .btn-sm {
  margin-top: 15px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  display: block;
}
#encode-view .table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

#send-gift .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#send-gift .payment-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#send-gift .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#send-gift .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#send-gift .slide-in {
  animation: slideIn 0.8s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#send-gift .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}
#send-gift .form-control:focus {
  outline: none;
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
#send-gift .btn-payment {
  background: linear-gradient(135deg, #10B981, #059669);
  color: white;
  padding: 12px 32px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}
#send-gift .btn-payment:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}
#send-gift .table-responsive {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#send-gift .table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
#send-gift .table thead th {
  background: #10B981 !important;
  color: white !important;
  padding: 16px 12px;
  font-weight: 600;
  text-align: center;
  border: none;
}
#send-gift .table tbody td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}
#send-gift .table tbody tr {
  transition: all 0.3s ease;
}
#send-gift .table tbody tr:hover {
  background: rgba(16, 185, 129, 0.05);
}
#send-gift .table tbody tr:nth-child(even) {
  background: #f9fafb;
}
#send-gift .table tbody tr:nth-child(even):hover {
  background: rgba(16, 185, 129, 0.08);
}
#send-gift .status-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
#send-gift .status-success {
  background: #dcfce7;
  color: #166534;
}
#send-gift .status-pending {
  background: #fef3c7;
  color: #92400e;
}
#send-gift .status-failed {
  background: #fee2e2;
  color: #991b1b;
}
#send-gift .price-text {
  font-weight: 600;
  color: #059669;
}
#send-gift .amount-display {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-size: 1.2rem;
}

#view-email .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#view-email .email-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#view-email .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#view-email .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#view-email .slide-in {
  animation: slideIn 0.8s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#view-email .table-responsive {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#view-email .email-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
#view-email .email-table thead th {
  background: #10B981 !important;
  color: white !important;
  padding: 16px 12px;
  font-weight: 600;
  text-align: center;
  border: none;
  white-space: nowrap;
}
#view-email .email-table tbody td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}
#view-email .email-table tbody tr {
  transition: all 0.3s ease;
  cursor: pointer;
}
#view-email .email-table tbody tr:hover {
  background: rgba(16, 185, 129, 0.05);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#view-email .email-table tbody tr:nth-child(even) {
  background: #f9fafb;
}
#view-email .email-table tbody tr:nth-child(even):hover {
  background: rgba(16, 185, 129, 0.08);
}
#view-email .email-subject {
  font-weight: 600;
  color: #374151;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
#view-email .email-date {
  color: #6b7280;
  font-size: 14px;
}
#view-email .btn-view {
  background: linear-gradient(135deg, #3B82F6, #1D4ED8);
  color: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#view-email .btn-view:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
#view-email .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
#view-email .pagination-btn {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  background: white;
  color: #374151;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
#view-email .pagination-btn:hover {
  background: #f3f4f6;
  border-color: #10B981;
}
#view-email .pagination-btn.active {
  background: #10B981;
  color: white;
  border-color: #10B981;
}
#view-email .pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#view-email .email-status {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 8px;
}
#view-email .status-read {
  background: #10B981;
}
#view-email .status-unread {
  background: #F59E0B;
}
#view-email .search-box {
  width: 100%;
  max-width: 400px;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}
#view-email .search-box:focus {
  outline: none;
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

#forward .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 50%, #8B5CF6 100%);
  background-size: 400% 400%;
  animation: gradientShift 8s ease-in-out infinite;
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
#forward .payment-container {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#forward .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}
#forward .pulse-ring {
  animation: pulseRing 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
@keyframes pulseRing {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  80%, 100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
#forward .loading-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(16, 185, 129, 0.2);
  border-top: 4px solid #10B981;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#forward .loading-dots {
  display: inline-flex;
  gap: 4px;
}
#forward .loading-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10B981;
  animation: loadingDots 1.4s ease-in-out infinite both;
}
#forward .loading-dot:nth-child(1) {
  animation-delay: -0.32s;
}
#forward .loading-dot:nth-child(2) {
  animation-delay: -0.16s;
}
#forward .loading-dot:nth-child(3) {
  animation-delay: 0s;
}
@keyframes loadingDots {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}
#forward .btn-payment {
  background: linear-gradient(135deg, #10B981, #059669);
  color: white;
  padding: 16px 40px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
#forward .btn-payment::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}
#forward .btn-payment:hover::before {
  left: 100%;
}
#forward .btn-payment:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(16, 185, 129, 0.4);
}
#forward .btn-payment:active {
  transform: translateY(-1px);
}
#forward .connection-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
#forward .status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #10B981;
  animation: statusPulse 2s ease-in-out infinite;
}
@keyframes statusPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
#forward .slide-up {
  animation: slideUp 1s ease-out;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#forward .security-badge {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
#forward .progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 20px;
}
#forward .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #10B981, #059669);
  border-radius: 2px;
  animation: progressFill 3s ease-in-out infinite;
}
@keyframes progressFill {
  0% {
    width: 0%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}

#logout .gradient-bg {
  background: linear-gradient(135deg, #0e42b3 0%, #4ba293 50%, #099151 100%);
  background-size: 400% 400%;
  animation: gradientShift 10s ease-in-out infinite;
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
#logout .logout-container {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#logout .success-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #10B981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  position: relative;
  animation: successPulse 2s ease-in-out infinite;
}
@keyframes successPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 20px rgba(16, 185, 129, 0);
  }
}
#logout .checkmark {
  font-size: 48px;
  color: white;
  animation: checkmarkDraw 1s ease-in-out;
}
@keyframes checkmarkDraw {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
#logout .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#logout .slide-up {
  animation: slideUp 1s ease-out;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#logout .btn-continue {
  background: linear-gradient(135deg, #3B82F6, #1D4ED8);
  color: white;
  padding: 16px 40px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
#logout .btn-continue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}
#logout .btn-continue:hover::before {
  left: 100%;
}
#logout .btn-continue:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.4);
}
#logout .btn-continue:active {
  transform: translateY(-1px);
}
#logout .stats-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
#logout .stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#logout .farewell-message {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 1px solid #f59e0b;
  border-radius: 12px;
  padding: 20px;
  margin: 24px 0;
}
#logout .security-note {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}
#logout .wave {
  animation: wave 2s ease-in-out infinite;
}
@keyframes wave {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(20deg);
  }
  75% {
    transform: rotate(-10deg);
  }
}
#logout .sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fbbf24;
  border-radius: 50%;
  animation: sparkle 2s ease-in-out infinite;
}
@keyframes sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
#logout .sparkle:nth-child(1) {
  top: 20%;
  right: 20%;
  animation-delay: 0s;
}
#logout .sparkle:nth-child(2) {
  top: 60%;
  right: 80%;
  animation-delay: 0.5s;
}
#logout .sparkle:nth-child(3) {
  top: 80%;
  right: 30%;
  animation-delay: 1s;
}
#logout .sparkle:nth-child(4) {
  top: 30%;
  right: 70%;
  animation-delay: 1.5s;
}

#login-register .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#login-register .gradient-purple {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}
#login-register .gradient-orange {
  background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
}
#login-register .gradient-cyan {
  background: linear-gradient(135deg, #06B6D4 0%, #3B82F6 100%);
}
#login-register .auth-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#login-register .auth-input {
  transition: all 0.3s ease;
}
#login-register .auth-input:focus {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}
#login-register .tab-active {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}
#login-register .tab-inactive {
  background: #f3f4f6;
  color: #6b7280;
}
#login-register .tab-inactive:hover {
  background: #e5e7eb;
}
#login-register .social-btn {
  transition: all 0.3s ease;
}
#login-register .social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
#login-register .form-slide-in {
  animation: slideInUp 0.5s ease-out;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#login-register .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#login-register .background-pattern {
  background-image: radial-gradient(circle at 25% 25%, rgba(16, 185, 129, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
#login-register .feature-card {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
#login-register .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
#login-register .success-animation {
  animation: successPulse 0.6s ease-out;
}
@keyframes successPulse {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#login-register .error-shake {
  animation: shake 0.5s ease-in-out;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
#login-register .password-strength {
  height: 4px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
#login-register .strength-weak {
  background: #ef4444;
  width: 25%;
}
#login-register .strength-medium {
  background: #f59e0b;
  width: 50%;
}
#login-register .strength-good {
  background: #22c55e;
  width: 75%;
}
#login-register .strength-strong {
  background: #10b981;
  width: 100%;
}

#list-products .sidebar-shadow {
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
}
#list-products .card-shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
#list-products .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#list-products .gradient-purple {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}
#list-products .gradient-orange {
  background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
}
#list-products .gradient-cyan {
  background: linear-gradient(135deg, #06B6D4 0%, #3B82F6 100%);
}
#list-products .hover-scale {
  transition: all 0.3s ease;
}
#list-products .hover-scale:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#list-products .glass-effect {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
}
#list-products .animate-pulse-slow {
  animation: pulse 3s infinite;
}
#list-products .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#list-products .category-button {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
#list-products .category-button.active {
  border-color: #10B981;
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}
#list-products .category-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#list-products .product-card {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
#list-products .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: #10B981;
}
#list-products .product-image {
  background: linear-gradient(135deg, rgba(117, 221, 179, 0.1882352941) 0%, rgba(235, 239, 247, 0.3882352941) 100%);
  display: block;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}
#list-products .product-image img {
  height: 100%;
    width: 100%;
    object-fit: cover;
}
#list-products .product-image a {
  height: 100%;
  color: #333;
  font-size: 13px;
}
#list-products .price-tag {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}
#list-products .order-btn {
  background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
  transition: all 0.3s ease;
}
#list-products .order-btn:hover {
  background: linear-gradient(135deg, #1D4ED8 0%, #1E40AF 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}
#list-products .popular-badge {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
}
#list-products .new-badge {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}
#list-products .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
#list-products .fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#list-products .search-input {
  transition: all 0.3s ease;
  border: 2px solid #e5e7eb;
}
#list-products .search-input:focus {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}

#cart-view .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
  margin-bottom: 15px;
}
#cart-view .form-control:focus {
  outline: none;
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
#cart-view .form-control:disabled,
#cart-view .form-input:disabled {
  background: rgba(247, 247, 247, 0.4509803922);
  color: #878787;
}
#cart-view .form-control,
#cart-view .form-input {
  transition: all 0.3s ease;
  border: 2px solid #e5e7eb;
}
#cart-view .form-control:focus,
#cart-view .form-input:focus {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}
#cart-view .form-control:hover,
#cart-view .form-input:hover {
  border-color: #d1d5db;
}
#cart-view .sidebar-shadow {
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
}
#cart-view .card-shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
#cart-view .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#cart-view .gradient-purple {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}
#cart-view .gradient-orange {
  background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
}
#cart-view .gradient-cyan {
  background: linear-gradient(135deg, #06B6D4 0%, #3B82F6 100%);
}
#cart-view .hover-scale {
  transition: all 0.3s ease;
}
#cart-view .hover-scale:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#cart-view .glass-effect {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
}
#cart-view .animate-pulse-slow {
  animation: pulse 3s infinite;
}
#cart-view .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#cart-view .config-option {
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
#cart-view .config-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#cart-view .config-option.selected {
  border-color: #10B981;
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}
#cart-view .config-option.selected .price-badge {
  background: rgba(255, 255, 255, 0.2);
}
#cart-view .price-badge {
  background: #10B981;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}
#cart-view .step-indicator {
  transition: all 0.3s ease;
}
#cart-view .step-indicator.active {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
  color: white;
  transform: scale(1.1);
}
#cart-view .step-indicator.completed {
  background: #10B981;
  color: white;
}
#cart-view .fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#cart-view .slide-in {
  animation: slideIn 0.5s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#cart-view .quantity-input {
  transition: all 0.3s ease;
}
#cart-view .quantity-input:focus {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}
#cart-view .addon-card {
  transition: all 0.3s ease;
  border: 2px solid #e5e7eb;
}
#cart-view .addon-card.selected {
  border-color: #10B981;
  background: #f0fdf4;
}
#cart-view .addon-card:hover {
  border-color: #10B981;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#cart-view .progress-bar {
  background: linear-gradient(90deg, #10B981 0%, #3B82F6 100%);
  transition: width 0.5s ease;
}
#cart-view .summary-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
}
#cart-view .total-price {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}

#cart-out .sidebar-shadow {
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
}
#cart-out .card-shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
#cart-out .gradient-bg {
  background: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
}
#cart-out .gradient-purple {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}
#cart-out .gradient-orange {
  background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
}
#cart-out .gradient-cyan {
  background: linear-gradient(135deg, #06B6D4 0%, #3B82F6 100%);
}
#cart-out .hover-scale {
  transition: all 0.3s ease;
}
#cart-out .hover-scale:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#cart-out .glass-effect {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
}
#cart-out .animate-pulse-slow {
  animation: pulse 3s infinite;
}
#cart-out .floating {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#cart-out .cart-item {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
#cart-out .cart-item:hover {
  border-color: #10B981;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#cart-out .fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#cart-out .slide-out {
  animation: slideOut 0.3s ease-in-out forwards;
}
@keyframes slideOut {
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}
#cart-out .discount-input {
  transition: all 0.3s ease;
}
#cart-out .discount-input:focus {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}
#cart-out .summary-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
}
#cart-out .total-section {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}
#cart-out .renewal-section {
  background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
}
#cart-out .empty-cart {
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}
#cart-out .product-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
#cart-out .addon-tag {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
}
#cart-out .auth-modal {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.7);
}
#cart-out .auth-form {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}
#cart-out .auth-input {
  transition: all 0.3s ease;
}
#cart-out .auth-input:focus {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}
#cart-out .tab-active {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: white;
}
#cart-out .tab-inactive {
  background: #f3f4f6;
  color: #6b7280;
}
#cart-out .tab-inactive:hover {
  background: #e5e7eb;
}
#cart-out .social-btn {
  transition: all 0.3s ease;
}
#cart-out .social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
#cart-out .form-slide-in {
  animation: slideInUp 0.5s ease-out;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#cart-out .success-checkmark {
  animation: checkmarkScale 0.6s ease-out;
}
@keyframes checkmarkScale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#cart-reglogin .gradient-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%);
  background-size: 400% 400%;
  animation: gradientShift 15s ease-in-out infinite;
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  75% {
    background-position: 50% 0%;
  }
}
#cart-reglogin .form-container {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#cart-reglogin .slide-in-right {
  animation: slideInRight 1s ease-out;
}
#cart-reglogin .slide-in-left {
  animation: slideInLeft 1s ease-out;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#cart-reglogin .form-input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
}
#cart-reglogin .form-input:focus {
  outline: none;
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  background: white;
}
#cart-reglogin .form-input.error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
#cart-reglogin .form-input.success {
  border-color: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
#cart-reglogin .btn-primary {
  background: linear-gradient(135deg, #10B981, #059669);
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#cart-reglogin .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}
#cart-reglogin .btn-primary:hover::before {
  left: 100%;
}
#cart-reglogin .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}
#cart-reglogin .btn-secondary {
  background: linear-gradient(135deg, #3B82F6, #1D4ED8);
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#cart-reglogin .btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}
#cart-reglogin .btn-secondary:hover::before {
  left: 100%;
}
#cart-reglogin .btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}
#cart-reglogin .floating-icon {
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
#cart-reglogin .password-toggle {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6b7280;
  transition: color 0.3s ease;
}
#cart-reglogin .password-toggle:hover {
  color: #10B981;
}
#cart-reglogin .form-group {
  position: relative;
  margin-bottom: 20px;
}
#cart-reglogin .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #374151;
}
#cart-reglogin .error-message {
  color: #ef4444;
  font-size: 14px;
  margin-top: 4px;
  display: none;
}
#cart-reglogin .success-message {
  color: #10B981;
  font-size: 14px;
  margin-top: 4px;
  display: none;
}
#cart-reglogin .divider {
  position: relative;
  text-align: center;
  margin: 24px 0;
}
#cart-reglogin .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e5e7eb;
}
#cart-reglogin .divider span {
  background: white;
  padding: 0 16px;
  color: #6b7280;
  font-size: 14px;
}
#cart-reglogin .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  color: #374151;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}
#cart-reglogin .social-btn:hover {
  border-color: #10B981;
  background: #f0fdf4;
  transform: translateY(-1px);
}
#cart-reglogin .mobile-tabs {
  display: none;
}
@media (max-width: 768px) {
  #cart-reglogin .desktop-layout {
    display: none;
  }
  #cart-reglogin .mobile-tabs {
    display: block;
  }
  #cart-reglogin .tab-button {
    flex: 1;
    padding: 12px;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
  }
  #cart-reglogin .tab-button.active {
    background: white;
    color: #10B981;
    border-bottom: 3px solid #10B981;
  }
  #cart-reglogin .tab-content {
    display: none;
  }
  #cart-reglogin .tab-content.active {
    display: block;
  }
}
#cart-reglogin .strength-meter {
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  margin-top: 8px;
  overflow: hidden;
}
#cart-reglogin .strength-fill {
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 2px;
}
#cart-reglogin .strength-weak {
  background: #ef4444;
  width: 25%;
}
#cart-reglogin .strength-fair {
  background: #f59e0b;
  width: 50%;
}
#cart-reglogin .strength-good {
  background: #3b82f6;
  width: 75%;
}
#cart-reglogin .strength-strong {
  background: #10b981;
  width: 100%;
}

#whmcs-config details[open] summary svg {
  transform: rotate(180deg);
}
#whmcs-config .vo-container {
  max-width: 1200px;
}
#whmcs-config .vo-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */