body {
	padding: 0;
	margin: 0;
	/* background: #fafafa; */
	font-family: sans-serif;
}

.nav-header {
	background: #000;
	padding: 15px 60px;
}

.form-container {
	padding: 24px 24px 32px;
	margin: 40px auto 24px;
	width: 415px;
	box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px, rgb(0 0 0 / 8%) 0px 0px 2px;
	border-radius: 2px;
	text-align: center;
	background: #fff;
	position: relative;
}
h2 {
	display: block !important;
	float: none !important;
}
.form-container-change-pass {
	padding: 24px 0;
	width: 500px;
	background: #fff;
	position: relative;
}
.form-container-add-operator {
	padding: 12px 0;
	width: 100%;
	background: #fff;
	position: relative;
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}
.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
#info-box {
	position: absolute;
	width: 500px;
	height: 200px;
	right: 0;
	margin: 10px;
}
.label-input {
	display: block;
}

.d-flex {
	display: flex;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}
.w-100 {
	width: 100%;
}
.w-50 {
	width: 50%;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem;
}
.mb-0 {
	margin-bottom: 0rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem;
}

.small-grey {
	color: gray;
	margin-bottom: 20px;
	display: block;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	height: unset !important;
	line-height: 1.5;
	color: #495057 !important;
	background-color: #fff !important;
	background-clip: padding-box !important;
	border: 1px solid #ced4da !important;
	border-radius: 0.25rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group > .input-group-append > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.input-group-append .btn {
	position: relative;
	z-index: 2;
}
.text-color {
	color: green;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	height: unset !important;
	margin-top: unset !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-primary {
	color: #336699;
	background-color: transparent;
	background-image: none;
	border-color: #336699;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #336699;
	border-color: #336699;
}

.btn-primary {
	color: #fff;
	background-color: #336699;
	border-color: #336699;
}

.btn-danger {
	color: #fff;
	background-color: #c42f3e;
	border-color: #c42f3e;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.text-blue {
	color: #336699;
}

.font-bold {
	font-weight: 600;
}

.btn:disabled {
	color: #fff;
	pointer-events: none;
	opacity: 0.65;
}

.spinner-border {
	display: none;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.3em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: 0.75s linear infinite spinner-border;
	animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

/* DO NOT REMOVE THIS LINE  */
/*prevent interaction with the canvas*/
canvas {
	pointer-events: none;
}
/* DO NOT REMOVE THIS LINE  */

/* eye icon  */
.gg-eye {
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 24px;
	height: 18px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	overflow: hidden;
	box-sizing: border-box;
}
.gg-eye::after,
.gg-eye::before {
	content: '';
	display: block;
	border-radius: 100px;
	position: absolute;
	box-sizing: border-box;
}
.gg-eye::after {
	top: 2px;
	box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
	width: 24px;
	height: 24px;
}
.gg-eye::before {
	width: 8px;
	height: 8px;
	border: 2px solid;
	bottom: 4px;
	left: 8px;
}
.pos-abs-eye-icon {
	position: absolute;
	z-index: 1;
	left: 250px;
	top: 50%;
	transform: translate(50%, -50%);
	cursor: pointer;
}
.no-underline{
    text-decoration: none !important;
}