button {
  background-color: #c4000b; 
  border: 2px solid #c4000b; 
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); 
}

button:hover {
  background-color: white;
  border: 2px solid #c4000b; 
  color: #c4000b;
}

.activeButton {
  background-color: white;
  border: 2px solid #c4000b; 
  color: #c4000b;
}

table {
  background-color: #f0f0f0;
  border: 2px solid #bbbbbb; 
  border-radius: 4px;
  border-spacing: 0px;
}

th {
  background-color: #bbbbbb;
  border: 0px solid #eaeaea;
  color: #000000;
  text-align: left;
}

td {
  padding: 4px; /* Adds space inside the cells */
  border: 0px;
  border-spacing: 0;
  border-collapse: collapse;
}

tr {
  padding: 2px; /* Adds space inside the cells */
  border: 0px solid #eaeaea;
}

tr:nth-child(2n+1)
{
     /*background-color : #dadada;*/
}

tr:hover {
  background-color: white;
  /*border: 2px solid #c4000b; 
  color: #c4000b;*/
}

a {
    color: #c4000b;
    cursor: cell;
    border-radius: 4px;
}

a:hover {
    background-color: #c4000b;
    color: white;
    
}

input {
  background-color: white; 
  border: 2px solid #c4000b; 
  border-radius: 4px;
  color: #c4000b;
  padding: 4px 8px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); 
}

select
{
  background-color: white; 
  border: 2px solid #c4000b; 
  border-radius: 4px;
  color: #c4000b;
  padding: 4px 8px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); 
}

.status {
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    text-align: center;
}
.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.file-info {
    margin-top: 20px;
    padding: 15px;
    background-color: #e9ecef;
    border-radius: 5px;
}


.preview {
    max-width: 300px;
    max-height: 300px;
    margin: 10px 0;
    display: none;
}


.tablImage {
    background-color: #f8d7da;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}
 
.lineImage {
    background-color: #f8d7da;
    background-color: #lightgrey;
    /*display:block;*/
    float:left;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
}         
       
.divContent {
    background-color: #f8d7da;
    /*display: inline;*/
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    float:center;
}

.divImage {
    background-color: white;
    display: inline-block;
    border-radius: 5px;
    margin: 5px 0;
    float:left;
    padding: 5px;
    width: 200px;
}

.divBlank {
    background-color: lightgrey;
    border-radius: 5px;
    margin: 5px 0;
    float:left;
    padding: 5px;
    width: 100%;
}




/*
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            margin: 0;
            background: linear-gradient(135deg, #f8f8fa 0%, #c4000b 100%);
            border: 0px solid #c4000b; 
			border-radius: 4px;
        }
*/
  
				.auth-menu {
					*/width: 100%;*/
					border: 2px solid #c4000b; 
					border-radius: 4px;
					padding: 1px;
				}

				.float-child1 {
					width: 140px;
					float: left;
					padding: 0px;
					border: 0px solid black;
				}  

				.float-child2 {
	                background: #f0eded4b;
					border: 2px solid #c4000b; 
					border-radius: 4px;
	                padding: 10px 20px;
					float: right;
					border: 0px solid black;
				}  

	            .auth-menu2 {
	                background: #f0eded4b;
					border: 2px solid #c4000b; 
					border-radius: 4px;
	                padding: 10px 20px;
	                display: flex;
	                justify-content: flex-end;
	                align-items: center;
					width: 50%;
	            }
	            .auth-menu a {
	                color: #ffffff;
	                text-decoration: none;
	                margin-left: 2px;
	            }
	            .auth-menu .user-info {
	                color: #5e5d5d;
	                margin-right: 2px;
	            }

	            .auth-menu .logout-btn {
					border: 2px solid #ffffff;
	                padding: 8px 8px;
	                border-radius: 8px;
					background: #c4000b;
					color: white;
					border: none;
					cursor: pointer;
            		transition: background 0.5s;
	            }
	            .auth-menu .logout-btn:hover {
					border: 2px solid #c4000b; 
	                background: #ffffff;
					color: #c4000b;
	            }
	            
	


  
        .login-container {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
            max-width: 400px;
            width: 100%;
        }
        .login-header {
            text-align: center;
            margin-bottom: 30px;
        }
        .login-header img {
            height: 60px;
            margin-bottom: 15px;
        }
        .login-header h1 {
            color: #333;
            font-size: 24px;
            margin: 0;
        }
        .form-group {
            margin-bottom: 20px;
        }
        .form-group label {
            #display: block;
            margin-bottom: 8px;
            color: #555;
            font-weight: 500;
        }
        .form-group input {
            #width: 100%;
            padding: 12px;
            border: 2px solid #ddd;
            border-radius: 6px;
            font-size: 16px;
            box-sizing: border-box;
            transition: border-color 0.3s;
        }
        .form-group input:focus {
            outline: none;
            border-color: #c4000b;
        }
        .error-message {
            background: #fee;
            color: #c33;
            padding: 12px;
            border-radius: 6px;
            margin-bottom: 20px;
            border-left: 4px solid #c33;
        }
        .success-message {
            background: #efe;
            color: #2a7;
            padding: 12px;
            border-radius: 6px;
            margin-bottom: 20px;
            border-left: 4px solid #2a7;
        }
        .login-btn {
            width: 100%;
            padding: 14px;
            background: #c4000b;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: background 0.5s;
        }
        .login-btn:hover {
            background: #f4f5f8;
        }
        .footer {
            text-align: center;
            margin-top: 20px;
            color: #e9b3b6;
            font-size: 14px;
        }
        .footer a {
            color: #c4000b;
         

         text-decoration: none;
        }