
body {
    background: #09090d; /* Fundal principal întunecat */
    color: #e8eaf0; /* Text gri deschis */
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}
h3{
	color:#00a9d1;
}

.mt-0{
	margin-bottom:16px;
	font-size:20px;
	font-weight:700
}
.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #232227; 
    border-radius: 15px;
    border: 1px solid #2e2c33; 
}

.containerbox {
    background: #1f2029; 
    border: 1px solid #36383e; 
    border-radius: 10px;
    padding: 15px;
	margin-top:34px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
}


#seismografCanvas {
    width: 100%; 
    height: 200px; 
    background: #171821; 
    border-radius: 10px;
    display: block; 
    margin: 0 auto; 
}


.logo-container {
    display: flex; 
    gap: 16px; 
    color: #e2e8f0; 
}

.logo-image img {
    height: 60px;
	margin-top:6px;	
    width: auto; 
}


.logo-main {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff; 
}


.logo-sub {
    font-size: 16px;
    color: #94a3b8; 
    display: block;
    margin-top: 5px;
}


.logo-highlight {
    color: #00a9d1; 
    font-weight: bold;
}


.logo-icon {
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    color: #B8C7D9; 
    border-collapse: collapse;
    background: #171821;  
    border-radius: 10px;
    max-width: 100%;
}

table th, table td {
    border: none; 
    padding: 10px;
    text-align: center;
}

table th {
    background: #00a9d1; 
    color: #fff; 
}

table td {
    background: #171821; 
}

/* Responsivitate pentru ecrane mici */
@media screen and (max-width: 600px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    table th, table td {
        padding: 6px; /* Reduce padding-ul pe ecrane mici */
        font-size: 14px;
    }
}




#informatiidespre h2 {
    color: #00D1FF; 
    font-size: 24px;
    margin-bottom: 10px;
}

#informatiidespre ul {
    padding-left: 20px;
}

#informatiidespre ul li {
    list-style-type: square;
    margin-bottom: 10px;
    color: #B8C7D9; 
}

#informatiidespre p {
    color: #B8C7D9; 
    font-size: 16px;
}

#informatiidespre b {
    color: #D65EFF; 
}

#informatiidespre i {
    font-size: 14px;
    color: #95A3B5; 
    text-align: center;
    display: block;
    margin-top: 10px;
}

/* Carduri statistici */
.stat-card {
    display: inline-block;
    width: 250px;
    margin: 10px;
    padding: 15px;
    background: #192A3E; 
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    color: #B8C7D9;
    text-align: center;
    border: 1px solid #00D1FF;
}

.stat-card h3 {
    font-size: 18px;
    color: #00D1FF; 
}

.stat-card p {
    font-size: 24px;
    color: #B8C7D9;
    margin: 10px 0;
}


#heartbeat {
    font-size: 28px;
	font-family:Oswald;
	font-weight:bold;
    color: #00a9d1; 
    text-align:center;
}

.login{
	width:200px;
	height:200px;
	margin:0 auto;
	margin-top:20%;
	
}
.login button{
	height:90px;
	width:232px;
	font-size:20px;
}


#permiteNotificari {
	background: linear-gradient(135deg, #00a9d1, #8500ff);
	border: none;
	color: white;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 10px rgba(43, 108, 255, 0.3);
	text-transform: uppercase;
}

#permiteNotificari:hover {
	background: linear-gradient(135deg, #00a9d1, #8500ff);
	transform: scale(1.05);
	box-shadow: 0 6px 15px rgba(43, 108, 255, 0.4);
}

#permiteNotificari:active {
	transform: scale(0.95);
}


	/* Stilizare Pop-up */
.popup {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

.popup-content {
	background: #171821;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.8);
}

.popup button {
	background: #00a9d1;
	color: white;
	border: none;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

.popup button:hover {
	background: #0056b3;
}
