/* Base styles */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
  overflow-y: hidden;
}

::before,
::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  font-family: Tajawal, Arial, Helvetica, sans-serif !important;
  font-size: 0.9rem !important;
}

body {
  margin: 0;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button,
[role='button'] {
  cursor: pointer;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-0 {
  z-index: 0;
}

.z-50 {
  z-index: 50;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.h-screen {
  height: 100vh;
}

.w-full {
  width: 100%;
}

.w-96 {
  width: 24rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-xl {
  border-radius: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.bg-primary {
  background-color: #303f38;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-white {
  background-color: #ffffff;
}

.text-primary {
  color: #303f38;
}

.text-white {
  color: #ffffff;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-40 {
  opacity: 0.4;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.my-3 {
  margin: 1rem 0;
}

.mt-4 {
  margin-top: 1rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-primary {
  border-color: #303f38;
}

.border-opacity-20 {
  border-opacity: 0.2;
}

/* App container */
body {
  background-image: url('../img/salah/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

/* Input focus */
input:focus-visible {
  outline-color: #303f38 !important;
}

/* ARCHIVOS SALAH PDF */
.container {
  padding: 25px;
  background: #303F38;
  border-top: 1rem;
  position: relative;
  z-index: 55;
  border-radius: 15px 15px 0 0;
  width: 347px;
  height: 250px;
  display: none;
}

h1 {
  text-align: center;
}

select {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 10px 0;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.file-links a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-top: -5px;
}

.file-links a:hover {
  text-decoration: underline;
}