
/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/* PRODUCTION BUILD pentru eu.webco.md - inregistrare */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Inter,ui-sans-serif,system-ui,sans-serif}
body{margin:0}
h2,h3{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
button,input,select{font-family:inherit;font-size:100%;margin:0;padding:0}
button{text-transform:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}

/* Layout */
.block{display:block}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.inline-block{display:inline-block}
.relative{position:relative}
.absolute{position:absolute}
.sticky{position:sticky}
.fixed{position:fixed}
.top-0{top:0}
.top-24{top:6rem}
.z-10{z-index:10}
.z-50{z-index:50}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.ml-2{margin-left:.5rem}
.ml-5{margin-left:1.25rem}
.mr-1{margin-right:.25rem}
.mr-2{margin-right:.5rem}
.p-4{padding:1rem}
.p-8{padding:2rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.pb-32{padding-bottom:8rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-8{gap:2rem}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}
.w-20{width:5rem}
.w-full{width:100%}
.h-16{height:4rem}
.h-20{height:5rem}
.h-8{height:2rem}
.h-fit{height:fit-content}
.min-h-\[520px\]{min-height:520px}
.max-h-64{max-height:16rem}
.max-w-6xl{max-width:72rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(min-width:768px){
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-\[320px_1fr\]{grid-template-columns:320px 1fr}
  .md\:p-10{padding:2.5rem}
  .md\:py-12{padding-top:3rem;padding-bottom:3rem}
}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.overflow-auto{overflow:auto}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-2{border-width:2px}
.border-blue-100{border-color:#dbeafe}
.border-blue-200{border-color:#bfdbfe}
.border-gray-200{border-color:#e5e7eb}
.border-gray-50{border-color:#f9fafb}
.bg-blue-100{background-color:#dbeafe}
.bg-blue-50{background-color:#eff6ff}
.bg-green-100{background-color:#dcfce7}
.bg-white{background-color:#fff}
.text-center{text-align:center}
.text-left{text-align:left}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:.75rem;line-height:1rem}
.font-bold{font-weight:700}
.font-medium{font-weight:500}
.font-mono{font-family:ui-monospace,monospace}
.font-semibold{font-weight:600}
.text-blue-600{color:#2563eb}
.text-blue-700{color:#1d4ed8}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-900{color:#111827}
.text-green-600{color:#16a34a}
.underline{text-decoration-line:underline}
.no-underline{text-decoration-line:none}
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.cursor-pointer{cursor:pointer}
.list-disc{list-style-type:disc}
.hover\:bg-blue-50:hover{background-color:#eff6ff}
.last\:border-0:last-child{border-width:0}
