body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    background: linear-gradient(135deg, #00426e, #0075bf);
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
}
h1 {
    color: white;
}
h1 i {
    color: #4bb5e8;
}
h2 {
    color: #0075bf;
    margin-top: 0px;
}
h3 {
    color: #4bb5e8;
    font-size: 1.3em;
    font-weight: 500;
}
h3.header {
    margin-bottom: -20px;
}

.admin-wrapper {
    padding: 20px 40px;
}

.admin-content {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    margin: 0 -20px;
    width: 100%;
    /*box-sizing: border-box;*/
}

input, select, button {
    font-family: 'Raleway', sans-serif;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #6794b9;
    border-radius: 6px;
    box-sizing: border-box;
}
#solicitari select {
    margin: 0;
    padding: 5px;
}

button, input[type="submit"] {
    background-color: #0075bf;
    color: white;
    font-weight: bold;
    padding: 10px 16px 10px 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
    font-size: 14px;
    transition: background-color 0.2s ease-in-out;
}
button.red {
   background-color: #f07d1a; 
}
button.red:hover {
    background-color: #b81e16;
}

button:hover, input[type="submit"]:hover {
    background-color: #4bb5e8;
}

button i {
    font-size: 14px;
    line-height: 1;
    color: #4bb5e8;
}

.buttons-wrapper {
    float: right;
    text-align: right;
    position: relative;
    top: -72px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid #6794b9;
    padding: 5px;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
}

th {
    background-color: #0075bf;
    color: white;
}
table.agenti_table th {
    padding: 0 15px;
}

th[data-sortable="true"] {
    cursor: pointer;
}
th[data-sortable="true"]::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    pointer-events: none;
}
th[data-sortable="true"].sort-asc::after {
    content: '▲';
}
th[data-sortable="true"].sort-desc::after {
    content: '▼';
}
tr.solicitare_row td:first-child {
    font-weight: bold;
}
tr:nth-child(even) {
    background-color: #f0f8ff;
}

.CalcVer {
    font-size: small;
    color: grey;
    margin-bottom: -15px;
}

/* Footer */
.admin-footer {
    margin-top: 30px;
    padding: 10px 0;
    text-align: center;
}
footer p.note {
    margin: 0;
    margin-bottom: 20px;
    font-size: small;
    color: #4bb5e8;
}

.footer-logo {
    filter: brightness(0) invert(1);
    height: 40px;
}

/* Responsive footer alignment */
@media (min-width: 728px) {
    .admin-footer {
        text-align: right;
    }
    footer p.note {
        float: left;
        margin: 0;
        margin-top: 10px;
    }
}

#pagination-container button {
    margin-right: 5px;
}

#solicitari, .configuratii
{
    /*border-collapse: collapse;   */
}

/*#solicitari, #solicitari td,  #solicitari th
{
    border:  1px solid;
}*/

#solicitari th
{
    text-align: left;
}

.solicitare_row:hover
{
	cursor: pointer;
	background-color: #F2F2F2;
}

#solicitari .selected
{
    background-color: #6ccbfb;
    color: #fff;
}

.echilibrare
{
	background-color: #deeaf6;
}

.no_border
{
	border-collapse: collapse;
	border: none;
}

.modal-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    background-image: url('https://new2025.ventilatielindab.ro/wp-content/uploads/sisteme-ventilatii-2090_kompetencecenter_narbillede_Sqare.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.modal-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
    background: rgba(0, 66, 110, 0.85);
  z-index: -1;
  pointer-events: none;
}
.admin-content .modal-overlay {
    background-image: none;
}
.admin-content .buttons-wrapper {
    margin-bottom: -72px;
}

.modal-wrapper {
    background-image: url('/img/Admin-Box.jpg');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 16px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 300px 30px 30px 30px;
}
.admin-content .modal-wrapper {
    max-width: none;
    background-image: none;
    padding: 30px;
    width: auto;
}

.modal-wrapper h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #0075bf;
    font-size: 35px;
    font-weight: 900;
    text-align: left;
    padding-bottom: 6px;
}

.modal-wrapper form {
  display: flex;
  flex-direction: column;
}

.modal-wrapper label {
  margin-bottom: 5px;
  font-weight: 600;
    display: block;
}

.modal-wrapper input[type="text"],
.modal-wrapper input[type="password"] {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #6794b9;
  border-radius: 7px;
  width: 100%;
}

.modal-wrapper input[type="submit"] {
  background-color: #0075bf;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 7px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
    width: 100%;
}

.modal-wrapper input[type="submit"]:hover {
  background-color: #00426e;
}

.close-modal-btn,
.open-modal-btn {
	margin-left: auto;
	margin-top: 10px;
	margin-right: 10px;
}

.close-btn-wrapper {
	display: flex;
}

.modal-content {
	margin: 0 auto;
	width: 100%;
    max-height: 80vh;
    overflow-y: auto;
}

.hide {
	display: none;
}

#confirmationModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*
.grecaptcha-badge {
    display: none;!important
}
form select{
	color: #ffffff;
	border-radius:5px;
	border-color:#4BB5E8;
	background-color: #4BB5E859;
}
form select:focus {
	border-color: #ffffff;
}
form select option {
	color: #ffffff;
	background-color: #0075BF;
	line-height: 25px;
	padding: 5px;
}
.ekit-video-popup-btn i {
    position: absolute;
    top: 0.6em;
    left: 0.6em;
}

// FORMULAR VENTILATII //
#client_form div.contact, #client_form div.nivel, div.mesaj_trimis {
	padding: 20px 20px 1px 20px;
	border-radius: 5px;
	background: rgba(75, 181, 232, .2);
	margin-bottom: 10px;
}
#client_form div.nivel {
	border: 2px dashed #4bb5e8;
}
#client_form div.nivel p {
	display: inline-block;
	width: 32.8%;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 5px solid #4bb5e8;
	//background: rgba(0, 0, 0, .1);
}
#client_form h2, div.mesaj_trimis h2 {
	font-weight: 700;
	padding-bottom: 2px;
	border-bottom: 1px solid #4bb5e8;
}
#client_form label {
	display: block;
}
#client_form input[type="number"] {
	max-width: 50%;
}
#client_form button {
	padding: 6px 20px;
	background: rgba(75, 181, 232, .3);
	border: 2px dashed #4bb5e8;
}
#confirmationModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); // fundal negru cu opacitate 70%
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; // asigură-te că e peste tot
}

.modal-content {
  width: 400px;
  background-color: #0075bf;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
	text-align: center;
}
#confirmationModal p {
    text-align: center;
    font-size: 1.5em;
		font-weight: 700;
		padding: 40px 0 10px 0;
}
.close-button {
    cursor: pointer;
    padding: 0px 8px;
    font-size: xx-large;
    line-height: normal;
    float: right;
    position: relative;
    top: -30px;
    right: -24px;
}
#confirmButton, #cancelButton {
    
}
@media (max-width: 767px){
	#client_form div.nivel p {
		width: 49%;
	}
}
@media (max-width: 1024px) and (min-width: 768px){

}
@media (min-width: 768px){
	
}
// END FORMULAR VENTILATII //
*/
