/* BricksOne utility stylesheet (starter set)
   Replace or extend with your generated Tailwind output as needed. */

.container{width:100%;margin-left:auto;margin-right:auto}
.block{display:block}
.inline-block{display:inline-block}
.hidden{display:none}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.relative{position:relative}
.absolute{position:absolute}
.sticky{position:sticky}
.top-0{top:0}
.left-0{left:0}
.right-0{right:0}
.bottom-0{bottom:0}
.w-full{width:100%}
.h-full{height:100%}
.max-w-screen-lg{max-width:1024px}
.max-w-screen-xl{max-width:1280px}
.mx-auto{margin-left:auto;margin-right:auto}
.my-0{margin-top:0;margin-bottom:0}
.m-0{margin:0}
.m-2{margin:.5rem}
.m-4{margin:1rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mb-2{margin-bottom:.5rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.ml-auto{margin-left:auto}
.mr-auto{margin-right:auto}
.p-0{padding:0}
.p-2{padding:.5rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.gap-2{gap:.5rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.justify-start{justify-content:flex-start}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-around{justify-content:space-around}
.justify-end{justify-content:flex-end}
.space-x-2>:not([hidden])~:not([hidden]){margin-left:.5rem}
.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.font-light{font-weight:300}
.font-normal{font-weight:400}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.leading-tight{line-height:1.25}
.leading-normal{line-height:1.5}
.leading-relaxed{line-height:1.625}
.tracking-tight{letter-spacing:-.025em}
.tracking-normal{letter-spacing:0}
.tracking-wide{letter-spacing:.025em}
.uppercase{text-transform:uppercase}
.lowercase{text-transform:lowercase}
.capitalize{text-transform:capitalize}
.text-white{color:#fff}
.text-black{color:#000}
.text-gray-500{color:#6b7280}
.text-gray-700{color:#374151}
.text-gray-900{color:#111827}
.text-blue-600{color:#2563eb}
.text-green-600{color:#16a34a}
.bg-white{background-color:#fff}
.bg-black{background-color:#000}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-900{background-color:#111827}
.bg-blue-500{background-color:#3b82f6}
.bg-blue-600{background-color:#2563eb}
.bg-green-500{background-color:#22c55e}
.bg-red-500{background-color:#ef4444}
.border{border-width:1px;border-style:solid;border-color:#e5e7eb}
.border-0{border-width:0}
.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.border-blue-500{border-color:#3b82f6}
.rounded{border-radius:.25rem}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.shadow{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.opacity-0{opacity:0}
.opacity-50{opacity:.5}
.opacity-100{opacity:1}
.overflow-hidden{overflow:hidden}
.overflow-auto{overflow:auto}
.z-10{z-index:10}
.z-20{z-index:20}
.z-50{z-index:50}
.transition{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.duration-200{transition-duration:.2s}
.duration-300{transition-duration:.3s}
.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}
.hover\:bg-blue-700:hover{background-color:#1d4ed8}
.hover\:text-white:hover{color:#fff}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(59,130,246,.5)}
.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px rgba(59,130,246,.65)}

@media (min-width:640px){
  .sm\:text-sm{font-size:.875rem;line-height:1.25rem}
  .sm\:text-base{font-size:1rem;line-height:1.5rem}
}

@media (min-width:768px){
  .md\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .md\:text-xl{font-size:1.25rem;line-height:1.75rem}
}

@media (min-width:1024px){
  .lg\:text-2xl{font-size:1.5rem;line-height:2rem}
}

@media (min-width:1280px){
  .xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}
}
