@charset "UTF-8";

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}


.tab .left-column,
.tab .right-column {
	flex: 1;
	padding: 10px;
}

.tab .left-column {
	padding-right: 20px;
	/* Spațiere între coloane */
}

.tab .right-column {
	padding-left: 20px;
	/* Spațiere între coloane */
}

.tab .nio {
    display: flex;
    justify-content: space-between;
    max-width: 800px; /* Ajustează lățimea maximă după cum dorești */
    margin: auto;
    align-items: flex-start; /* Alinierea conținutului în partea de sus */
}

#text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid lightgray;
	border-radius: 5px;
}

#text2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid lightgray;
	border-radius: 5px;
}

#text3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid lightgray;
	border-radius: 5px;
}

.mg-option {
	display: flex;
	align-items: center;
	margin: 0 1em;
}

input[type="date"] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	width: 200px;
	width: 100%;
}

.alert-mileage {
	border: 1px solid #e3e3e3;
	border-radius: 0;
	color: #000000;
	font-weight: 700;
}

.alert-mileage .radio label {
	font-weight: 600;
}

.alert-mileage.checked {
	background-color: #f5f5f5;
}

.alert-mileage .radio input {
	margin-top: 14px;
}

/* The box */
.box {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
}

/* On mouse-over, add a grey background color */
.box:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.box input:checked~.checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.box input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.box .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="date"]:focus {
	outline: none;
	border-color: #2196f3;
}

input[type="time"] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	width: 200px;
	width: 30%;
}

#timepickup {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	width: 200px;
	width: 100%;
}

#timepredare {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	width: 200px;
	width: 100%;
}

select {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	width: 200px;
	width: 100%;
}

#plata {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	width: 200px;
	width: 100%;
}

#vechime {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	width: 200px;
	width: 100%;
}

#predare {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	width: 200px;
	width: 100%;
}

#preluare {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #555;
	width: 200px;
	width: 100%;
}

.titlum {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-radius: 5px;
}

input[type="time"]:focus {
	outline: none;
	border-color: #2196f3;
}

.mg-toolbar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid lightgray;
	border-radius: 5px;
	width: 100%;
	text-align: center;
}

.mg-option {
	display: flex;
	align-items: center;
	margin: 0 1em;
}

.checkbox-custom {
	position: relative;
	margin-right: 1em;
}

.checkbox-custom input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-custom label {
	color: black;
	font-size: 1em;
	text-align: center;
}

.checkbox-custom input[type="radio"]:checked+label {
	font-weight: bold;
	font-color: red;
}

#regForm {
	background-color: #ffffff;
	padding: 40px;
	min-width: 300px;
	font-size: 15px;
}

input {
	padding: 10px;
	width: 100%;
	font-size: 15px;
	border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
	background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
	display: none;
}

button {
	background-color: #0AC6FC;
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	font-size: 17px;
	font-family: Raleway;
	cursor: pointer;
}

button:hover {
	opacity: 0.8;
}

#prevBtn {
	background-color: #0AC6FC;
}

/* Make circles that indicate the steps of the form: */
.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}

.step.active {
	opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
	background-color: #0AC6FC;
}

.containerss {
	display: flex;
	justify-content: center;
	align-items: center;
}

.column {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	/* Adjust spacing between buttons */
}

#prevBtn,
#nextBtn {
	padding: 10px 20px;
	background-color: #3498db;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
}

#prevBtn:hover,
#nextBtn:hover {
	background-color: #2980b9;
}