/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 27, 2024, 4:19:30 PM
    Author     : vjerryfuller
*/

body {
    background-color: #f8f9fa;
}

.container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bgimg {
    background-image: url('../img/company_000000001/background.jpg');
}

table {
    width: 100%;
}

table th, table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

button {
    margin-top: 10px;
}

.card-img-top {
  width: 100%; /* Full width image */
  height: auto; /* Maintain aspect ratio */
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0056b3;
  border-color: #004085;
}

.row-cols-3 .col-md-4 {
    max-width: 33.333%;
}

/* General Styles */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Toggle Button for Mobile */
.navbar-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.navbar-toggle span {
/*  background-color: #fff;*/
  height: 3px;
  width: 25px;
  margin: 4px 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .navbar-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
/*    background-color: #333;*/
    flex-direction: column;
    display: none;
  }

  .navbar-menu li {
    margin: 0;
    text-align: center;
  }

  .navbar-menu a {
    padding: 12px;
  }

  .navbar-toggle {
    display: flex;
  }

  .navbar.active .navbar-menu {
    display: flex;
  }
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  padding: 16px;
}

.navbar-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar-menu li {
  margin: 0 16px;
}

.navbar-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.navbar-menu a i {
  margin-right: 8px;
  font-size: 18px;
}

.navbar-menu a:hover {
  color: #ddd;
}
