/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.main-loader {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.5);
}

.new-loader {
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.5);
}

.width_20_per {
	width: 20% !important;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #ff6e40; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Warranty Registration Form */
/* Icon i */
.serial_field i {
	position: absolute;
}

.serial_field {
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}

.serial_field .icon {
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.serial_field .input-field {
	width: 100%;
}

.warranty_registration_page .btn-submit {
	width: auto !important;
}

.warranty_registration_page h4 {
	margin-bottom: 10px;
}

#warranty_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

#serial_field {
	position: relative;
}

.status {
	display: flex;
	justify-self: flex-start;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
}

#warranty_info {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
	.warranty_serial_field {
		width: 75% !important;
    max-width: 400px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1200px) {
	.warranty_serial_field {
		width: 35% !important;
		margin: 0 auto;
    max-width: unset;
	}

	#warranty_info {
		width: fit-content;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
  #serial_field {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 610px) {
  .text-lg {
    display: none;
  }
}


@media screen and (max-width: 576px) {
	.login-form {
		padding: 0;
		margin-bottom: 30px;
	}
}
