/* Global Background */
body {
    background: #f8f9fa;
    background: url(./assets/images/a859554b8179cd12d0a24802e78c8553b4002f87.png)

}

.common-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 70px;
}

.common-header .logo h1 {
    font-size: 24px;
    margin: 0;
    color: #ff5722; /* Matches the brand color */
}

.common-header .search-bar .form-control {
    border-radius: 20px;
    background-color: #f9f9f9;
    padding: 0.5rem 1rem;
    font-size: 14px;
}

.common-header .search-bar .input-group-text {
    background-color: transparent;
    border: none;
}

.common-header .icons .btn {
    font-size: 20px;
    position: relative;
}

.common-header .icons .btn .badge {
    font-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


/* Header Styles */
header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

header input {
    border-radius: 20px;
    padding: 0.5rem 1rem;
}

/* Button Styles */
.btn-danger {
    background-color: #ff5722;
    border: none;
}

.btn-danger:hover {
    background-color: #e64a19;
}

/* Card Styles */
.card {
    border-radius: 8px;
}

.card img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 25px;
    object-fit: cover;
}

.card-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


/* Footer Styles *
footer {
    border-top: 1px solid #ddd;
}

footer .btn-light {
    border: none;
    font-size: 14px;
}

footer .btn-light:hover {
    background-color: #f1f1f1;
}

/* Icons (Optional Bootstrap Icons) *
footer .btn-light i {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}
*/

/* Footer Background */
.fixed-footer {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background-color: #ff5722; /* Orange */
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Menu Buttons */
.menu-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: transparent;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Active Menu Button */
.menu-item.active {
    background-color: #1a202c; /* Dark Navy */
    border-radius: 30px;
    padding: 5px 15px;
}

/* Hover State */
.menu-item:hover {
    color: #ffe4d0;
}

/* Icon Styling */
.menu-item i {
    font-size: 20px;
}

/*.image {
    position: absolute;
    width: 1440px;
    height: 3354px;
    top: 0;
    left: 0;
    background: url(./assets/images/a859554b8179cd12d0a24802e78c8553b4002f87.png)
      no-repeat center;
    background-size: cover;
    opacity: 0.1;
  }*/

  general-bg {

    background: url(./assets/images/a859554b8179cd12d0a24802e78c8553b4002f87.png)
      no-repeat center;
    background-size: cover;
    opacity: 0.1;
  }

  /* Orange Header Background for Table */
.table-orange {
    background-color: #ff5722;
    color: #fff;
}

/* Button Styles */
.btn-orange {
    background-color: #ff5722;
    border: none;
    color: #fff;
}

.btn-orange:hover {
    background-color: #e64a19;
}

/* Modal Header */
.modal-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

/* Table Borders */
.table {
    border-collapse: collapse;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

/* Pagination and Dropdown */
.modal-footer select {
    display: inline-block;
    width: auto;
}
