p {
	color: grey;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.nav-txt {
	font-weight: 600;
	font-size: 35px;
}
#heading {
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: 600;
	font-size: 35px;
}

#msform {
	text-align: center;
	position: relative;
	margin-top: 20px;
}

#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}

.form-card {
	text-align: left;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

select {
	color: #d2d2d2;
}
input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #d2d2d2;
}

input::-moz-placeholder {
	color: #d2d2d2;
}

input:-ms-input-placeholder {
	color: #d2d2d2;
}

input::-ms-input-placeholder {
	color: #d2d2d2;
}

input::placeholder {
	color: #d2d2d2;
}

#msform input[type="text"],
#msform input[type="number"],
#msform input[type="email"],
#msform input[type="date"],
#msform select,
#msform textarea {
	padding: 8px 15px 8px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 35px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2c3e50;
	background-color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
}

.checkbox-section input[type="checkbox"] {
	transform: scale(1.5);
    margin-right: 10px;
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* margin-bottom: 35px; */
    margin-top: 35px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}
#msform input:focus,
#msform textarea:focus {
	box-shadow: none !important;
	border: 1px solid #a7c7e7;
	outline-width: 0;
}

#msform .action-button {
	width: 100px;
	background: #0763AE;
	/* background: #d9d9d9; */
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 0px 10px 5px;
	float: right;
}

/* #msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311b92;
} */

#msform .action-button-previous {
	width: 100px;
	/* background: #616161; */
	background: #0763ae;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px 10px 0px;
	float: right;
}

/* #msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
} */

.card {
	z-index: 0;
	border: none;
	position: relative;
}

.fs-title {
	font-size: 25px;
	color: #673ab7;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left;
}

.purple-text {
	color: #a7c7e7;
	font-weight: normal;
}

.steps {
	font-size: 25px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right;
}

.fieldlabels {
	color: gray;
	text-align: left;
}

ul#progressbar {
	padding: inherit;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
}

#progressbar .active {
	color: #2f2f2f;
}

#progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 25%;
	float: left;
	position: relative;
	font-weight: 400;
}

#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f00c";
}

#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f00c";
}

#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f00c";
}

#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f00c";
}

#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
}

#progressbar li:after {
	content: "";
	width: 100%;
	height: 6px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #a7c7e7;
}

.progress {
	height: 20px;
}

.progress-bar {
	background-color: #673ab7;
}

.fit-image {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* .success-animation {
	margin: 150px auto;
} */

.checkmark {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #a7c7e7;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px #a7c7e7;
	-webkit-animation: fill 0.4s ease-in-out 0.4s forwards,
		scale 0.3s ease-in-out 0.9s both;
	animation: fill 0.4s ease-in-out 0.4s forwards,
		scale 0.3s ease-in-out 0.9s both;
	position: relative;
	top: 5px;
	right: 5px;
	margin: 0 auto;
}
.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #a7c7e7;
	fill: #fff;
	-webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	-webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes scale {
	0%,
	100% {
		transform: none;
	}

	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes scale {
	0%,
	100% {
		transform: none;
	}

	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}

@-webkit-keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #a7c7e7;
	}
}

@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #a7c7e7;
	}
}

body::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.589);
}
body::-webkit-scrollbar {
	width: 2px;
	background-color: rgba(0, 0, 0, 0.589);
}
body::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background: #1a1a1a;
}
::-moz-selection {
	color: #fff;
	background: #1a62ab;
	-webkit-text-fill-color: #fff;
}
::selection {
	color: #fff;
	background: #1a62ab;
	-webkit-text-fill-color: #fff;
}
.scrollbar-track {
	background: rgba(0, 0, 0, 0) !important;
}
.scrollbar-track .scrollbar-thumb {
	background: #fff;
}
.navbar-brand img {
	width: auto;
	height: 70px;
}
.error-message-custom {
	color: red;
    font-size: 14px;
    display: block;
    margin-top: 35px;
	margin-left: 5px;
    position: absolute;
}
.error-message-custom-checkbox {
	color: red;
    font-size: 12px;
	margin-left: 35px;
    display: block;
}

.input-error {
	border: 1px solid red !important;
	/* margin-bottom: 15px !important; */
}

.label-error {
	color: red !important;
}

.input-container {
	position: relative;
	display: flex;
	align-items: center;
}

.input-container input, .input-container select {
	flex: 1;
	padding-right: 35px;
}

.error-icon-custom {
    position: absolute;
    right: -25px;
    top: 15px;
    width: 18px;
    height: 18px;
    background: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    display: none;
}
}

