* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul li a {
    text-decoration: none; 
    color: inherit; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
}

.container {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
}

.left {
    flex: 1;
    color: white;
    text-align: center;
}

.left h1 {
    font-size: 70px;
}

.left h2{
    flex: 1;
    color: white;
    text-align: center;
}
.lofo {
    font-weight: bold;
    font-style: italic;
    font-size: 100px;
}

.get-started-link {
    text-decoration: none;
}
.get-started {
    margin-top: 250px;
    padding: 20px 24px;
    font-size: 30px;
    background: #ED4B00;
    color: white;
    border: none;
    border-radius: 120px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
    
}

.get-started:hover {
    background: darkorange;
}

.right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.info-box {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
    position: absolute; 
    right: 5%; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 500px; 
    height: 620px; 
}

.info-box h2 {
    color: #020035;
    font-size: 40px;
    margin-top: 10px;
}

.info-box p {
    font-size: 25px;
    margin-top: 50px;
}

.info-box .tagline {
    margin-top: 85px;
    color: #020035;
    font-weight: bold;
    font-size: 25px;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
}

/*HOME ICON*/

.home-icon {
    position: fixed;
    top: 50px;
    left: 20px;
    width: 90px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 10px;
    margin-left: 100px;
}

.home-icon img {
    width: 50px;
    height: 50px;
}



/*LOGIN SIGNUP*/

/* Overlay */
.overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 185, 0.212);
    z-index: 0;
    background: url('photos/background.png') no-repeat center center/cover;
}

/* Login Container */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 600px;
    position: relative;
    z-index: 1;
    position: absolute;
    padding-left: 30px;
}

/* Login Box */
.login-box {
    background: rgba(246, 245, 245, 0.826);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 400px;
    height: 600px;
    
}

/* Title */
h2 {
    font-size: 25px;
    font-weight: bold;
    color: #020035;
    margin-bottom: 50px;
}

/* Labels */
label {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    color: #020035;
}

/* Input */
input {
    width: 92%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 20px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    padding-left: 12px;
    border: #020035  0.5px solid;
}

/* Forgot Password */
.forgot-password {
    display: block;
    text-align: right;
    font-size: 20px;
    text-decoration: none;
    color: #020035;
    margin-top: 10px;
}

/* Login Button */
.login-btn {
    width: 100px;
    padding: 6px;
    background-color: #ED4B00;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-top: 30px;
    margin-left: 120px;
    text-decoration: none;

}

.login-btn:hover {
    background-color: #ED4B00;
}
.admin-login-btn {
    
    text-align: center;
    color: #ED4B00;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: none;
    font-size: 20px;
    margin-right: 100px;

}

.admin-login-btn:hover {
    color: #020035;
}
.admin-login-btn-two {
    display: block;
    text-align: center;
    background-color: transparent;
    font-weight: bold;
    padding: 10px;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    margin-top: 30px;
    transition: 0.3s;
    text-decoration: none;
    width: 200px;
    margin-left: 65px;
    font-size: 15px;
}

.admin-login-btn-two {
    background-color: #020035;
    color: white;
}

/* Sign Up Text */
.signup-text {
    font-size: 20px;
    margin-top: 30px; 
}

.signup-text a {
    text-decoration: underline;
    color: #ED4B00;
}

.signup-text-two {
    font-size: 20px;
    margin-top: 70px;
    text-align: center;
    display: block;
}

.signup-text-two a {
    text-decoration: underline;
    color: #ED4B00;
}

.admin-login-btn2 {
    width: 100px;
    padding: 6px;
    background-color: #ED4B00;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-top: 100px;
    text-decoration: none;

}

.admin-login-btn2:hover {
    background-color: #ED4B00;
}


/*DELIVERY OPTIONS*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Sidebar */
.sidebar {
    width: 350px;
    background-color: #001046;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    position: fixed;
    height: 800px;
    position: fixed; 
    margin-right: 78%;
 
    
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.profile-container {
    display: flex;
    align-items: center;  
    gap: 20px;  
    padding: 10px;
}

.profile-name {
    font-size: 25px;
    font-weight: bold;
    color: white; 
    align-items: center;
    flex-direction: column;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: 35px;

}

.sidebar ul {
    list-style: none;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 25px;
}

.sidebar li {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 10px;
    cursor: pointer;
}

.sidebar li img {
    width: 20px;
}

.active {
    font-weight: bold;
}

.logout {
    margin-top: 130px;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    font-size: 25px;
    text-decoration: none; 
    transition: 0.3s;
}
.logout:hover {
    color: #0084FF;
}

/*SIDE BAR NEW*/

.message-page {
    font-family: Arial, sans-serif;
    background-color: #F2F3F4;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100vh;
}

.message-page .chat-sidebar {
    width: 250px;
    background-color: #001046;
    color: white;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
}

.message-page .chat-sidebar .open {
    width: 250px;
}

.chat-sidebar ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.chat-sidebar li {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 10px;
    cursor: pointer;
    color: white;
}

.chat-sidebar li img {
    width: 24px;
}

.chat-sidebar .profile {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 100%;
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.sidebar .open .profile-name {
    display: block;
}

.profile-name {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px;
}

/* Chat Section */
.message-page .chat-container {
    margin-left: 100px;
    display: flex;
    flex-direction: row;
    width: 800px;
    height: 700px;
}

.chat-list {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 390px;
    margin-top: 30px;
}

.chat-user {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #DFDFDF;
    border-radius: 10px;
    cursor: pointer;

}

.chat-user:hover {
    background: #ED4B00;
}

/* Profile Picture */
.chat-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

/* Chat Name */
.chat-name {
    font-size: 18px;
    font-weight: bold;
}

.chat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
}

.chat-item.active {
    background-color: orange;
    color: white;
}

.message-page .chat-section {
    margin-right: 400px;
    width: 200px; 
    height: 100vh;
    
}
.message-page .chat-section .chat-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 400px;
    margin-top: 40px;
}
.message-page .chat-box-container .chat-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #DFDFDF;
    padding: 20px;
    width: 800px;
    border-radius: 10px;
}

.chat-box-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 700px;
}

.chat-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
}

.chat-messages {
    flex-grow: 1;
    overflow-y: auto;
    padding: 10px;
    margin-top: 30px;
}

.message {
    background: #F2F3F4;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    max-width: 60%;
}

.sent {
    align-self: flex-end;
    background: #0084FF;
    color: white;
}

.chat-input {
    display: flex;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
}

.chat-input input {
    flex-grow: 1;
    padding: 10px;
    border: 2px solid #B2CDE8;  
    border-radius: 10px;
    font-size: 18px;
    margin-left: 70px;  
    color: white;  
    background-color: #B2CDE8;   
}

.chat-input button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
}


/* Main Content */
.main-content {
    margin-left: 370px;
    padding: 40px;
    width: calc(100% - 270px);
    text-align: center;
}

.options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding-left: 55px;
}

.option-pickup {
    background-color: #ED4B00;
    color: white;
    padding: 20px;
    width: 350px;
    height: 270px; 
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 100px;
    margin-right: 50px;
    
}
.option-delivery {
background-color: #ED4B00;
    color: white;
    padding: 20px;
    width: 350px;
    height: 270px; 
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 100px;
    margin-right: 100px;
    
}


.option-delivery img {
    width: 100%;  
    height: 100%; 
    object-fit: cover; 
    border-radius: 10px;
}
.option-pickup img {
    width: 100%;  
    height: 100%; 
    object-fit: cover; 
    border-radius: 10px;
}

.option:hover {
    transform: scale(1.05);
    background: #ED4B00;
    
}

/*DASHBOARD*/

/*NOTIFICATIONS*/
.notification-container {
    position: absolute;
    top: 50px;
    right: 400px;
    width: 650px;
    height: 700px;
}

.notification-label h1 {
    font-size: 50px;
    font-weight: bold;
    color: #020035;
    margin-bottom: 50px;
}

.notification {
    display: flex;
    align-items: center;
    background: #F2F3F4;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.notification-icon {
    width: 50px;
    height: 50px;
    background: #ED4B00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
}

.notification-icon img {
    width: 30px;
    height: 30px;
}

.notification-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #020035;
}

.notification-content p {
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0 0;
}

/*MESSAGE*/

.main-content-dev-form {
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    margin-left: 250px;
    margin-top: 600px;
}

.delivery-title {
    margin-top: 40%;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 13px;
    border-radius: 10px;
    background-color: #ED4B00;
    width: 50%;
    box-shadow: black;
    margin-right: 80px;
    margin-bottom: 60px;
    
}

/* PICKUP FORM */

.main-content-dev-form-pickup {

    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    margin-left: 400px;
    margin-top: 30px;
}
.delivery-title-pickup {
    margin-top: 150%;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 13px;
    border-radius: 10px;
    background-color: #ED4B00;
    width: 50%;
    box-shadow: black;
    margin-left: -150px;
    margin-bottom: 60px;
}
/* Main Content */

.logo-container {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
}

.logo {
    font-weight: bold;
    color: #0033cc;
    font-size: 35px;
    display: inline-block;
}

.nfc-button {
    position: absolute;
    top: 20px;
    left: 900px;
    padding: 15px 20px;
    border: 4px solid #0B0B45;
    background: white;
    color: #0B0B45;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    margin-top: -300px;
    position: relative;
    margin-bottom: 300px;
    text-decoration: none;
}
.nfc-button:hover{
    transform: scale(1.05);
}

.action-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: -300px;
    margin-left: 120px;
}


.btn-lost, .btn-found{
    padding: 30px;
    font-size: 35px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-family: "Montserrat", sans-serif;
    text-decoration: none; 
    color: white;
    background-color: #ED4B00;
    width: 250px;
    text-align: center;
}
.btn-lost {
    background: #FF5B2E;
    color: white;   
}

.btn-found {
    background: #FF5B2E;
    color: white;
}

.btn-lost:hover {
    background: #742323;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.737);
    transform: scale(1.05);
}

.btn-found:hover {
    background: #14681c;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.737);
    transform: scale(1.05);
}

/*dev form*/


.container {
    padding: 20px;
    margin-left: 260px;
}
.title {
    background: orange;
    color: white;   
    padding: 15px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}
.form-group {
    margin-top: 5px;

}
.form-group label {
    display: block;
    font-weight: bold;
    margin-top: 40px;
}
.form-group input, .form-group textarea {
    width: 110%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-group_checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    margin-left: 130px;
}

.form-group_checkbox-group input[type="checkbox"] {
    margin-top: 3px;
    cursor: pointer;
}

.form-group_checkbox-group label {
    cursor: pointer;
    white-space: nowrap;
}

.form-group-two {
    width: 55%;
    margin-left: 20%;
    margin-top: 100px;

}
.form-group-two h2{
    font-size: 25px;
    margin-top: 30px;
}

/*LOST AND FOUND FORM*/

.delivery-title-two {
    margin-top: 110%;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 13px;
    border-radius: 10px;
    background-color: #ED4B00;
    box-shadow: black;
    margin-left: 110px;
    
}
.Found-title {
    margin-left:200px;
}

#map {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.upload-box {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background: #f9f9f9;
}
.upload-box p{
    margin-top: 30px;
}
.submit-btn {
    width: 150px;
    background: #020035;
    color: white;
    padding: 10px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 50px;
    margin-left: 195px;
    margin-bottom: 70px;
}

.submit-btn:hover{
    background: navy;
}

/*Rainer*/


/* Form Header */
.form-header {
    font-family: sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 13px;
    display: flex;
    border-radius: 10px;
    background-color: #ED4B00;
    width: 50%;
    box-shadow: black;
    margin-bottom: 800px;
    margin-top: 200px;
    border-radius: 10px;
    margin-left: 500px;
    
}

/* Form Elements */
form {
    display: flex;
    flex-direction: column;

}

label {
    font-weight: bold;
    margin-top: 10px;
}

input, textarea {
    width:340px;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.input-group {
    display: flex;
    justify-content: space-between;
}

.input-group .input-col {
    width: 48%;
}

textarea {
    resize: none;
    height: 80px;
}

/* Upload Box */
.upload-box {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.upload-label {
    display: block;
    margin-top: 10px;
    color: #666;
}

/* Submit Button */
.submit-button {
    background: #007bff;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

.submit-button:hover {
    background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sidebar {
        display: none;
    }

    .all-about-info {
        width: 90%;
        margin: auto;
    }
}


/*NFC*/

.nfc-setup {
    font-family: sans-serif;
    margin: 0;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100vh;
}

.user {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: left;
    margin-right: 10px;
}
.user p {
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 0;
}


.content-nfc {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column; 
    margin-left: 450px;
}

.content-nfc h1 {
    color:#020035; 
    margin-bottom: 20px;
}

.content-nfc .button-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px; 
}

.register-nfc {
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #001046;
    text-align: center;
    width: 200px;
    border-radius: 10px;
    padding: 10px 15px;
    position: absolute;
    right: 110px;
}

.register-nfc a{
    text-decoration: none;
    color: #001046;
}

.register-nfc:hover{
    transform: scale(1.1);
}

.content-nfc .button {
    background-color: #ED4B00;
    color: white;
    height: 200px;
    width: 400px;
    padding: 20px;
    border: none;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    box-shadow: 5px 5px grey;
    margin-top: 5px;

}

.content-nfc .button:hover {
    background-color: #d35400;
}

.main-content-delivery .nfc-link {
    text-decoration: none;
}

/*ADMIN */

/*lost-found reports*/
.report-content {
    margin-left: 300px;
    padding: 20px; 
    width: calc(100% - 10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.report-content h2 {
    color: #020035;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 0px;
}

.reports-table {
    margin-top: 30px;
    border-collapse: collapse;
}

.reports-table th, .reports-table td {
    padding: 20px;
    text-align: left;
    transition: background-color 0.3s ease;
    
}
.report-content .reports-table .a{
    text-decoration: none;
}

.reports-table th{
    background-color: #eaeaea;
}

.reports-table tr:nth-child(even) {
    background-color: #eaeaea;
}

.reports-table tbody tr:nth-child(odd) {
    background-color: white;
}


.reports-table img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.reports-table th:first-child, .reports-table td:first-child {
    text-align: center;
}

.report-photo {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.report-photo:hover {
    transform: scale(1.2);
}

.reports-footer {
    background-color: #ff6600;
    text-align: center;
    color: white;
    padding: 1px 0;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    width: 100%;
}
/*SIDEBAR ADMIN*/

/* Sidebar */
.sidebar-admin {
    width: 300px;
    background-color: #020035;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    color: #ccc;
    gap: 70px;
    margin-right: 1250px;
}

.sidebar-admin img {
    width: 30px;
    height: auto;
    border-radius: 60px;
    margin-bottom: 10px;
    
}

.sidebar-admin ul{
    list-style: none;
    margin-left: 30px;
    margin-top: -40px;
}
.sidebar-admin li{
    font-size: 20px;
    padding: 18px;
}
.sidebar-admin li:hover{
    color: #0084FF;
}

.logout-admin{
    margin-top: -120px;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    font-size: 25px;
    text-decoration: none; 
    transition: 0.3s;
}
.logout-admin:hover {
    color: #0084FF;
}
.profile-admin .profile-name-admin {
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profile-admin img{
    border-radius: 100px;
    display: flex;
    align-items: center;  
    gap: 10px;  
    padding: 10px;
    width: 70px;  
    height: 70px;
    margin-left: 10px;
}


/* Main Content-ADMIN*/
.main-content-admin {
    margin-left: 150px;
    width: 900px;
    padding-bottom: 50px;
}
.main-content-admin h2 {
    text-decoration: none;
    font-size: 60px;
}

/* Search Bar */
.search-all{
    padding-right: 520px;
}
.search-bar-admin {
    padding: 8px;
    border-radius: 5px;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.search-bar-admin img {
    position: absolute;
    right: 10px; 
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 60px;
    margin-top: 5px;
}

/* User Container */
.admin-user-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
    display: grid;
    width: 1000px;
    margin-bottom: 0px;
}

.user-card {
    display: flex;
    align-items: center;
    background-color: #F2F3F4;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    gap: 15px;
    height: 100px;
}
.user-card .user-name{
    text-decoration: none;
    color: #ED4B00;
    font-weight: bold;
    font-size: 20px;
}
.user-card img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 15px;
}
.user-id{
    color: #ED4B00;
    font-size: 20px;
}

/*DASHBOARD ADMIN*/

.main-content-dashboard {
    flex-grow: 1;
    margin-left: 350px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 400px;
    margin-top: 140px;
}
.main-content-dashboard h2{
    font-size: 50px;
    margin-top: 50px;
}
.main-container-cards {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    gap: 400px;
    margin-top: 50px;
    margin-bottom: 50px;

}

.cards-container {
    display: flex;
    gap: 120px;
    flex-direction: column;
    margin-bottom: 40px;
}

.card {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 28px;
    width: 300px;
    height: 100px;
    padding: 20px;
}

.card img {
    width: 220px;
    height: 190px;
    object-fit: cover;
    border-radius: 28px;
}
.card-text {
    display: inline;
    flex-direction: column;
    font-size: 25px;
    gap: 5px; 
    align-items: center;
}

.card p {
    margin: 1px 0;
    flex-direction: row;

}

.stats-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-right: 500px;
}

.stat-card {
    background-color: #ED4B00;
    color: white;
    padding: 20px;
    border-radius: 16px;
    width: 430px;
    height: 160px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 10px;

}

.stat-card img {
    width: 70px;
    height: 70px;
}
.stat-text h2 {
    margin: 0;
    font-size: 45px;
    color: #F2F3F4;
}

.stat-text p {
    margin: 5px 0;
    font-size: 35px;
    color: #F2F3F4;
}

/* NFC FORM*/

.register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100vh;
    position: absolute;
    z-index: 1;
}

/* Register Box */
.register-box {
    background: rgba(246, 245, 245, 0.95);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 400px;
    height: auto;
}

/* Title */
.register-box h2 {
    font-size: 25px;
    font-weight: bold;
    color: #020035;
    margin-bottom: 20px;
}

/* Labels */
.register-box label {
    display: grid;
    margin-top: 10px;
    font-size: 14px;
    color: #020035;
  
}


/* Inputs */
.register-box input {
    width: 330px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Submit Button */
.register-box button {
    width: 200px;
    padding: 12px;
    background: #020035;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    left: 70px;
    top: 15px;
}

.register-box button:hover {
    background: #7d7e9f;
}

/*PROFILE NFC CARD*/

.profile-card {
    width: 350px;
    
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    gap: 30px;
    position: relative;
         
}
.profile-card img {
    width: 120px;             
    height: 120px;             
    border-radius: 50%;        
    object-fit: cover;       
    border: 5px solid #020035; 
    margin-bottom: 10px;       
}

.profile-card h3 {
    color: #020035;
    margin: 10px 0;
    margin-top: 10px;
    text-align: center;

}
.profile-card p {
    font-size: 14px;
    margin: 5px 0;
    margin-top: 15px;
    text-align: justify;
    
}
.download-btn {
    margin-top: 10px;
    padding: 8px 15px;
    background: #020035;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;

}
.download-btn:hover {
    background: rgba(21, 6, 224, 0.907);
}

/*USER CRUD DESIGN*/

.crud-container {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    border-radius: 12px;
    margin-left: 300px;
    position: fixed;
}



.crud-title {
    text-align: center;
    margin-bottom: 30px;
    color: #007acc;
}


.crud-add-btn {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #2ecc71;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}


.crud-table-wrapper {
    overflow-x: auto;
}

.crud-table {
    width: 100%;
    border-collapse: collapse;
}

.crud-thead {
    background-color: #007acc;
    color: white;
}

.crud-table th,
.crud-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}

.crud-table tr:hover {
    background-color: #f1f9ff;
}


.crud-btn {
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.crud-btn.edit {
    background-color: #ffa500;
    color: white;
}

.crud-btn.delete {
    background-color: #e74c3c;
    color: white;
    margin-left: 5px;
}

.proof-img {
    width: 50px;
    border-radius: 6px;
}

.crud-table-wrapper .btn-edit {
    background: #4CAF50;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
  }
  .crud-table-wrapper .btn-delete {
    background: #f44336;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
  }

  /*EDIT_FOUND DESIGN*/
  
  .edit-form-wrapper {
    margin-top: 500px;
    max-width: 500px;
    padding: 100px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    margin-left: 70px;
    display: flex;
   
}

.edit-form-group {
    margin-bottom: 18px;
}

.edit-form-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333;
    text-align: center;
    width: 180px;
    margin-right: 10px;
    text-align: justify;
}

.edit-form-group input[type="text"],
.edit-form-group input[type="email"],
.edit-form-group input[type="file"] {
  
    width: 300px;
    border-radius: 10px;
    border: 1px solid #bbb;
    background-color: #f9f9f9;
    font-size: 15px;
}

.edit-form-button {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.edit-form-button:hover {
    background-color: #218838;
}

h2 {
    font-size: 25px;
    color: #2c3e50;
    text-align: center;
   
    margin-top: 30px;
}


h3 {
    font-size: 18px;
    color: #34495e;
    margin-bottom: 15px;
}



canvas {
    width: 400px !important;
    height: 400px !important;
    display: block !important;
    background: rgba(255, 255, 255, 0.1);
}

.update-item-form-container {
    
    margin: auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    width:600px;
    height: 500px;
    margin-left: 600px;
}

.update-item-form-container h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: bold;
}

.update-item-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;

}

.update-item-form label {
    font-weight: 600;
    color: #34495e;
    text-align: left;
}

.update-item-form input,
.update-item-form select {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    font-size: 16px;
    background: #f9f9f9;
    transition: 0.3s;
    align-items: center;
}

.update-item-form input:focus,
.update-item-form select:focus {
    border-color: #3498db;
    outline: none;
}

.update-item-form button {
    background:#ED4B00;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
    margin-top: 50px;
}

.update-item-form button:hover {
    background: linear-gradient(135deg, #2ecc71, #3498db);
}

.barChart {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .chart-section {
        flex-direction: column;
        gap: 20px;
    }

    .chart-container {
        max-width: 90%;
    }
}

/* SET-UP ITEMS */
.register-container-setup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    height: 100vh;
    position: absolute;
    z-index: 1;
    
}

.register-box-setup {
    background: rgba(246, 245, 245, 0.95);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 400px;
    height: auto;
    margin-top: 700px;
}

.register-box-setup h2 {
    font-size: 25px;
    font-weight: bold;
    color: #ED4B00;
    margin-bottom: 10px;
}
.register-box-setup h3 {
    font-size: 15px;
    color: #020035;
    margin-top: 30px;
}
.register-box-setup label {
    display: grid;
    margin-top: 10px;
    font-size: 14px;
    color: #020035;
  
}


.register-box-setup input {
    width: 330px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    box-sizing: border-box;
}


.register-box-setup button {
    width: 200px;
    padding: 12px;
    background: #020035;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    left: 70px;
    top: 15px;
}

.register-box-setup button:hover {
    background: #7d7e9f;
}

/*Item Card*/

.card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.item-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
}
.item-card h2 {
    margin: 10px 0 5px;
    color: #333;
}
.item-card p {
    margin: 5px 0;
    color: #555;
    font-size: 16px;
}
.item-card .item-note {
    margin-top: 25px;
    font-size: 14px;
    color: #888;
    font-style: italic;
}

/*Button going to register-nfc*/

.register-box-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    width: 600px;
    height:500px;
    margin-top: 50px;
  }
  
  .register-box-card .input[type="text"] {
    width: 500px;
    padding: 10px;
    margin: 15px 0;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .register-box-card p{
    margin-top: 50px;
  }
  
  .register-box-card a {
    text-decoration: none;
    word-break: break-all;
  }
  
  .register-box-card a:hover {
    text-decoration: underline;
  }
  
  .setup-instruction {
    margin: 25px 0 15px;
    color: #333;
    font-size: 15px;
  }

  .setup-instruction p {
    margin-top: 50px;
    font-size: 20px;
  }
  
  .nfc-button-two {
    display: inline-block;
    padding: 12px 20px;
    background-color:#d35400;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 50px;

  }
  
  .register-box-card .nfc-button-two:hover {
    background-color: #218838;
    text-decoration: none;
  }

.lofo-item-card {
    border: 2px solid #ccc;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin: 20px auto;
    text-align: center;
}

.lofo-item-card img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
}
        
.lofo-item-note {
    margin-top: 10px;
    font-style: italic;
    color: gray;
}
        
.lofo-notify-form {
    text-align: center;
}

/*ITEM CARD*/

.item-card-final {
    background: white;
    width: 700px;
    margin: auto;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item-card-final h2 {
    margin-bottom: 15px;
    text-align: center;
    color: #ED4B00;
}
.item-card-final p {
    margin: 10px 0;
    font-size: 15px;
    margin-left: 90px;
}
.item-card-final h3 {
    margin: 10px 0;
    margin-top: 30px;
    text-align: center;
}
.item-card-final img {
    max-height: 200px;
    object-fit: contain;
    margin-top: 15px;
    border-radius: 6px;

    width: 50%;
    max-height: 200px;
    object-fit: contain;
    margin-top: 15px;
    border-radius: 10px;
    border: 3px solid #ED4B00; /* Green border for positivity */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
    padding: 8px;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.item-card-final img:hover {
    transform: scale(1.05); /* Zoom effect on hover */
}

.item-card-final .submit-sms {
  background-color: #28a745;
  color: white;
  width: 200px;
  height: 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin-top: 30px;
  margin-left: 40px;
}

.submit-sms:hover {
  background-color: #145222;
}
.item-card-name p{
    margin-top: 70px;
}
.steps-two{
    margin-right: 100px;
}

/* TO DO */
.todo-instructions {
  background-color: #dcdbdb;
  border: 2px dashed #4CAF50;
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
}

.todo-instructions h3 {
  color: #2e7d32;
  font-size: 22px;
  margin-bottom: 15px;
}

.todo-instructions ol {
  padding-left: 20px;
  font-size: 16px;
  color: #333;

}

.todo-instructions ol.steps {
  margin-top: 15px;
  padding-left: 30px;
  list-style-type: decimal;
  font-size: 15px;

}

.todo-instructions ol.steps p {
  margin-top: 15px;
  padding-left: 30px;
  list-style-type: decimal;
  font-size: 15px;

}
.todo-instructions .discover-link {
  color: #1e88e5;
  text-decoration: underline;
  font-weight: bold;
}


/*SMS STATUS*/
.sms-status {
    background: rgba(246, 245, 245, 0.826);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 450px;
    height: 600px;
}
.sms-status p{
    margin-top: 30px;
   
    align-items: flex-start;
}

.login-btn-sms {
   
    padding: 10px;
    background-color: #ED4B00;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.login-btn-sms:hover {
    background-color: #e07442;
}

.username {
    font-size: 20px; 
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}

/*CONTACT-ADMIN*/

.contact-admin-wrapper {
  max-width: 500px;
  margin: 40px auto;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
}

.contact-admin-wrapper h2 {
  text-align: center;
  margin-bottom: 20px;
}

.contact-admin-wrapper label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.contact-admin-wrapper input,
.contact-admin-wrapper textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.contact-admin-wrapper button {
  margin-top: 15px;
  padding: 10px;
  width: 100%;
  background-color: #1f8d4e;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.success {
  background-color: #dff0d8;
  padding: 10px;
  color: #3c763d;
  border-radius: 6px;
}

.error {
  background-color: #f2dede;
  padding: 10px;
  color: #a94442;
  border-radius: 6px;
}

/*GALLERY*/

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    padding: 40px;
    background: #f4f6f9;
}

.item-card-match {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.item-card-match:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.item-card-match img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.item-card-match h3 {
    margin: 10px 0;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.item-card-match p {
    margin: 5px 0;
    font-size: 15px;
    color: #555;
}

.item-card-match p strong {
    color: #222;
}

/*CHART*/

.main-content-stat {
    margin-left: 290px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}      

.chart-section-stat {
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 90%;
}

.chart-container-stat {
    flex: 1;
    background: rgb(244, 244, 244);
    border-radius: 15px;
    padding: 20px 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    margin-top: 10px;
}

/*LOST ITEM CRUD*/

body.admin-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f2f5;
    margin: 0;
    padding: 0;
}

.admin-container {
    width: 1200px;
    margin: 40px auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-left: 320px;
}

.admin-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    overflow-x: auto;
}

.admin-table th, .admin-table td {
    border: 1px solid #ddd;
    padding: 12px 16px;
    text-align: center;
}

.admin-table th {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}

.admin-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.admin-table tr:hover {
    background-color: #eef;
}

.action-lost {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.action-form {
    display: inline;
}

.btn {
    padding: 6px 14px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-claim {
    background-color: #28a745;
}

.btn-claim:hover {
    background-color: #218838;
}

.btn-notfound {
    background-color: #ffc107;
    color: #212529;
}

.btn-notfound:hover {
    background-color: #e0a800;
}

.btn-delete {
    background-color: #dc3545;
    text-align: center;
}

.btn-delete:hover {
    background-color: #c82333;
}
