/* General styling */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-fluid {
    padding: 0 15px;
    width: 100%;
}

/* Header styling */
.header {
    background-color: #5bc0de;
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    padding: 10px 30px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.header .left-section {
    display: flex;
    align-items: center;
}

.header img {
    height: 50px;
    margin-right: 15px;
}

.header .navbar-brand {
    font-size: 24px;
    font-weight: bold;
    margin-left: 0;
}

.header .navbar-brand, .header .h4 {
    margin: 0;
}

.header .center-section {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.header .h4 {
    font-size: 24px;
    font-weight: bold;
}

.footer {
    background-color: #5bc0de;
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
}

.h4, .h2 {
    font-weight: bold;
}

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 8px;
    border: none;
    width: 100%;
}

.card-header {
    background-color: #3498db;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px 15px;
}

.card-body {
    background-color: #ffffff;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #333;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table th, .table td {
    padding: 15px;
    vertical-align: middle;
    border: none;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.table thead th {
    background-color: #2c3e50;
    color: white;
    border-top: none;
    border-bottom: none;
}

.table tbody tr {
    background-color: white;
    border-radius: 8px;
    display: block;
    margin-bottom: 10px;
}

.table tbody tr td {
    display: block;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 8px;
}

.table tbody tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table tbody tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table tbody tr:nth-child(even) td {
    background-color: #f4f4f9;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.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.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    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-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-primary {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.dash-table-container {
    overflow-x: auto;
}

.dash-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.dash-table th, .dash-table td {
    text-align: left;
    padding: 15px;
    border: none;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dash-table th {
    background-color: #2c3e50;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
}

.dash-table td {
    border-radius: 8px;
    margin-bottom: 10px;
}

.dash-table tr:nth-child(even) td {
    background-color: #f4f4f9;
}

.dash-table tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.dash-table tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tabs__tab--selected {
    background-color: #2c3e50 !important;
    color: white !important;
    border: none !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-6, .col-md-12, .col-md-4, .col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

.col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.input-label {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.input-field {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 5px;
}

.mb-3 {
    margin-bottom: 15px;
}

/* Sleek field layout */
.sleek-field {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sleek-field label {
    font-weight: bold;
    margin-bottom: 5px;
}

.sleek-field input, .sleek-field select, .sleek-field textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    transition: border-color 0.2s;
}

.sleek-field input:focus, .sleek-field select:focus, .sleek-field textarea:focus {
    border-color: #3498db;
}

.sleek-field textarea {
    resize: vertical;
}

.map-container {
    margin-bottom: 20px;
}

.full-width {
    width: 100%;
}

.row-wrap {
    flex-wrap: nowrap;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}
/* assets/styles.css */

.springboard-header {
    text-align: center;
    margin-bottom: 50px;
}

.springboard-title {
    font-size: 36px;
    color: #ecf0f1;
}

.springboard-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.springboard-item {
    margin: 20px 0;
    padding: 20px;
    background-color: #2c3e50;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}

.springboard-icon {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

.springboard-link {
    font-size: 18px;
    color: #ecf0f1;
    text-decoration: none;
    font-weight: bold;
}

.springboard-link:hover {
    color: #3498db;
    text-decoration: underline;
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ecf0f1;
}

.search-bar {
    padding: 20px;
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #3498db;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #2980b9;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f0f0f0;
}

.launcher {
    text-align: center;
    width: 30%;
}

.launcher-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.launcher-title {
    margin-top: 20px;
    font-size: 24px;
    color: #2c3e50;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #495057;
}

.header {
    background-color: #ffffff;
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #495057;
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.launcher {
    text-align: center;
    width: 30%;
}

.launcher-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.launcher-title {
    margin-top: 20px;
    font-size: 24px;
    color: #2c3e50;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #ffffff;
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #868e96;
    font-size: 14px;
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #495057;
}

.header {
    background-color: #343a40;  /* Dark shade for header similar to workbench.py */
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;  /* White text color for contrast */
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #ffffff;  /* White text color for the header title */
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.launcher {
    text-align: center;
    width: 30%;
}

.launcher-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.launcher-title {
    margin-top: 20px;
    font-size: 24px;
    color: #2c3e50;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #343a40;  /* Dark shade for footer similar to workbench.py */
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #868e96;  /* Lighter text color for footer */
    font-size: 14px;
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #495057;
}

.header {
    background-color: #e3f2fd;  /* Light blue background for header */
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;  /* Blue text color */
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #007bff;  /* Blue text color */
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.launcher {
    text-align: center;
    width: 30%;
}

.launcher-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.launcher-title {
    margin-top: 20px;
    font-size: 24px;
    color: #2c3e50;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #e3f2fd;  /* Light blue background for footer */
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #007bff;  /* Blue text color */
    font-size: 14px;
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);  /* Light gradient background */
    color: #495057;
}

.header {
    background-color: #90caf9;  /* Slightly darker blue background for header */
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;  /* Blue text color */
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #0056b3;  /* Slightly darker blue text color */
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.launcher {
    text-align: center;
    width: 30%;
}

.launcher-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.launcher-title {
    margin-top: 20px;
    font-size: 24px;
    color: #2c3e50;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #90caf9;  /* Slightly darker blue background for footer */
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #0056b3;  /* Slightly darker blue text color */
    font-size: 14px;
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);  /* Light gradient background */
    color: #495057;
}

.header {
    background-color: #5bc0de;  /* Matching the light blue color from the screenshot */
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;  /* White text color for header */
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #ffffff;  /* White text color for header title */
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.launcher {
    text-align: center;
    width: 30%;
    background-color: #ffffff;  /* White background for cards */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.launcher-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.launcher-title {
    margin-top: 10px;
    font-size: 24px;
    color: #2c3e50;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #5bc0de;  /* Matching the light blue color from the screenshot */
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #ffffff;  /* White text color for footer */
    font-size: 14px;
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);  /* Light gradient background */
    color: #495057;
}

.header {
    background-color: #4a90e2;  /* Slightly darker blue background for header */
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;  /* White text color for header */
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #ffffff;  /* White text color for header title */
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.launcher {
    text-align: center;
    width: 30%;
    background-color: #ffffff;  /* White background for cards */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);  /* Softer shadow for a more polished look */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;  /* Smooth hover effects */
}

.launcher:hover {
    transform: translateY(-10px);  /* Slight lift on hover */
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);  /* Darker shadow on hover */
}

.launcher-image {
    width: 80%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.launcher-title {
    margin-top: 10px;
    font-size: 26px;  /* Slightly larger font for title */
    color: #2c3e50;
    font-weight: bold;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #4a90e2;  /* Slightly darker blue background for footer */
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #ffffff;  /* White text color for footer */
    font-size: 14px;
}
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);  /* Light gradient background */
    color: #495057;
}

.header {
    background-color: #1e3a5f;  /* Darker blue background for header */
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;  /* White text color for header */
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #ffffff;  /* White text color for header title */
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.launcher {
    text-align: center;
    width: 30%;
    background-color: #ffffff;  /* White background for cards */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);  /* Softer shadow for a more polished look */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;  /* Smooth hover effects */
}

.launcher:hover {
    transform: translateY(-10px);  /* Slight lift on hover */
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);  /* Darker shadow on hover */
}

.launcher-image {
    width: 80%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.launcher-title {
    margin-top: 10px;
    font-size: 26px;  /* Slightly larger font for title */
    color: #2c3e50;
    font-weight: bold;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #1e3a5f;  /* Darker blue background for footer */
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #ffffff;  /* White text color for footer */
    font-size: 14px;
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);  /* Light gradient background */
    color: #495057;
}

.header {
    background-color: #3478b9;  /* Slightly lighter blue background for header */
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;  /* White text color for header */
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #ffffff;  /* White text color for header title */
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.launcher {
    text-align: center;
    width: 30%;
    background-color: #ffffff;  /* White background for cards */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);  /* Softer shadow for a more polished look */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;  /* Smooth hover effects */
}

.launcher:hover {
    transform: translateY(-10px);  /* Slight lift on hover */
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);  /* Darker shadow on hover */
}

.launcher-image {
    width: 80%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.launcher-title {
    margin-top: 10px;
    font-size: 26px;  /* Slightly larger font for title */
    color: #2c3e50;
    font-weight: bold;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #3478b9;  /* Slightly lighter blue background for footer */
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #ffffff;  /* White text color for footer */
    font-size: 14px;
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);  /* Light gradient background */
    color: #495057;
}

.header {
    background-color: #3478b9;  /* Slightly lighter blue background for header */
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;  /* White text color for header */
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #ffffff;  /* White text color for header title */
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.launcher {
    text-align: center;
    width: 28%;
    background-color: #2e3b4e;  /* Darker, sleek background color for cards */
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);  /* Stronger shadow for a more prominent look */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;  /* Smooth hover effects */
}

.launcher:hover {
    transform: translateY(-10px);  /* Slight lift on hover */
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);  /* Darker shadow on hover */
}

.launcher-image {
    width: 70%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 2px solid #ffffff;  /* White border around images for contrast */
}

.launcher-title {
    margin-top: 10px;
    font-size: 26px;  /* Slightly larger font for title */
    color: #ffffff;  /* White text color for titles */
    font-weight: bold;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #3478b9;  /* Slightly lighter blue background for footer */
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #ffffff;  /* White text color for footer */
    font-size: 14px;
}
/* assets/styles.css */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);  /* Light gradient background */
    color: #495057;
}

.header {
    background-color: #3478b9;  /* Slightly lighter blue background for header */
    padding: 15px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;  /* White text color for header */
    text-decoration: none;
}

.center-section {
    text-align: center;
}

.h4 {
    margin: 0;
    color: #ffffff;  /* White text color for header title */
}

.search-bar {
    padding: 20px;
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
}

.search-input {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-button {
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.search-button:hover {
    background-color: #0056b3;
}

.main-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    background-color: #f8f9fa;
}

.launcher {
    text-align: center;
    width: 28%;
    background-color: #e6f2ff;  /* Light blue background for cards */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);  /* Soft shadow for a polished look */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;  /* Smooth hover effects */
}

.launcher:hover {
    transform: translateY(-10px);  /* Slight lift on hover */
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.25);  /* Enhanced shadow on hover */
}

.launcher-image {
    width: 70%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 2px solid #ffffff;  /* White border around images for contrast */
}

.launcher-title {
    margin-top: 10px;
    font-size: 26px;  /* Slightly larger font for title */
    color: #2c3e50;  /* Darker text for contrast */
    font-weight: bold;
}

.launcher-link {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: #3478b9;  /* Slightly lighter blue background for footer */
    padding: 15px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #ffffff;  /* White text color for footer */
    font-size: 14px;
}
/* Global Styles */
body {
  font-family: 'Arial', sans-serif;
  background-color: #f4f7fc;
  margin: 0;
  padding: 0;
}

#app {
  display: flex;
  height: 100vh;
}

/* Top Navigation Bar */
.top-nav {
  background-color: #2e3b4e;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

.top-nav .app-name {
  font-weight: bold;
}

.top-nav .profile {
  display: flex;
  align-items: center;
}

.top-nav .profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

/* Side Navigation Panel */
.side-nav {
  background-color: #2e3b4e;
  color: #fff;
  width: 250px;
  padding: 20px;
  height: calc(100vh - 60px); /* Adjust based on top bar */
  position: fixed;
  top: 60px;
  left: 0;
  display: flex;
  flex-direction: column;
}

.side-nav a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.side-nav a:hover {
  background-color: #3e5060;
}

/* Main Content Area */
.main-content {
  margin-left: 270px;
  padding: 20px;
  flex-grow: 1;
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding-top: 80px;
}

/* Card Style */
.card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* Form Styles */
input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
}

input[type="text"]:focus,
select:focus {
  border-color: #4caf50;
  outline: none;
}

/* Modern Button Style */
button {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #45a049;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

