body {
            /* display: flex; */
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background: linear-gradient(45deg, #87CEEB, #FFC0CB, #87CEEB, #FFC0CB);
            background-size: 400% 400%;
            animation: backgroundAnimation 10s infinite alternate;
        }
  
.divMid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}      
        @keyframes backgroundAnimation {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        .text-container {
            font-size: 3.5rem;
            font-weight: bold;
            display: block;
            gap: 10px;
        }
        .blue-text {
            color: blue;
        }
        .red-text {
            color: red;
            animation: fadeIn 1s ease-in-out;
			text-shadow: 3px 4px black;
        }

        @keyframes fadeIn {
            0% { opacity: 0; transform: translateY(10px); }
            100% { opacity: 1; transform: translateY(0); }
        }
        
        .footer {
            margin-top: 20px;
            font-size: 1.5rem;
            text-align: center;
        }
        
        .whatsapp-icon {
            color: green;
            font-size: 2rem;
            margin-left: 10px;
        }
		
		
		/* Floating Action Button */
/* Floating Action Button - Bottom Center */
.fab-container {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1055;
}

/* Plus Button */
.fab-button {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    border: none;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    transition: all 0.35s ease;
}

/* Hover & Active Effects */
.fab-button:hover {
    background-color: #0056b3;
    transform: scale(1.08);
}

.fab-button.active {
    background-color: #dc3545; /* red when active */
    transform: rotate(45deg);
}

/* Menu List Above FAB */
.fab-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.fab-menu button {
    background: white;
    color: #333;
    border: none;
    border-radius: 30px;
    padding: 8px 14px;
    margin: 6px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.3s;
}

.fab-menu button:hover {
    background: #007bff;
    color: white;
    transform: translateY(-3px);
}

#searchRequestBox input {
  border: 2px solid #007bff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#searchRequestBox button {
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.department-box {
  background: #f8f9fa;
  border-width: 2px !important;
  border-radius: 12px !important;
  transition: 0.2s;
}
.department-box:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.form-wizard-nav button {
  margin-right: 8px;
  border: none;
  background: #e9ecef;
  padding: 8px 12px;
  border-radius: 6px;
}
.form-wizard-nav button.active {
  background: #0d6efd;
  color: #fff;
}

/* Red border for invalid inputs */
.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 4px rgba(220, 53, 69, 0.5);
}

/* Highlight the wizard number if there's an error in that section */
.wizard-step.has-error {
  background-color: #dc3545 !important;
  color: #fff !important;
  border-color: #b02a37 !important;
  box-shadow: 0 0 8px rgba(220, 53, 69, 0.5);
  transform: scale(1.05);
}

/* Optional: animate the error step */
.wizard-step.has-error {
  transition: 0.3s ease all;
}

#searchRequestBox .form-label {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}


/* Modal Wizard Tabs */
.form-wizard-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.form-wizard-nav button {
    border: none;
    padding: 10px 16px;
    border-radius: 20px;
    background: #f1f1f1;
    transition: all 0.3s;
}
.form-wizard-nav button.active {
    background: #007bff;
    color: white;
    font-weight: 600;
}
.wizard-section {
    display: none;
    animation: fadeInUp 0.5s;
}
.wizard-section.active {
    display: block;
}

/* Submit Button Loader */
#submitForm:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}


.section-parallax {
  position: relative;
  background: url('asset/images/erp.jpeg') center / cover fixed;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.section-parallax .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

.section-parallax .container {
  position: relative;
  z-index: 2;
}

.section-parallax .content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.section-image img {
  /* width: 350px; */
  max-width: 100%;
  transition: transform 0.2s ease-out;
  position: relative;
  z-index: 3;
}

.section-text {
  color: #fff;
  max-width: 600px;
}

.table_control {
  width: 100%;
  width: calc(100% - 40px);
  width: calc(100% - 40px);
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 30px;
  display: block;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  box-shadow: 0 40px 10px rgba(0, 0, 0, 0.14);
  padding: 5px;
}

.table_control th,
.table_control td {
  white-space: nowrap;      /* Prevent line breaks */
  text-overflow: ellipsis;  /* Optional: add … when text overflows */
  overflow: hidden;
}
.table_control {
  width: 100%;
  overflow-x: auto;          /* Allow horizontal scroll if needed */
}

.floating-whatsapp img {
  width: 60px;
  height: 60px;
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}