.catpchaparent {
	display: flex;
}
.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0,0,0,.8);
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
  border-radius: 5px;
  padding: 20px 20px;
  border-style: dashed !important;
}
#updatedTeamDetail{padding-bottom: 20px}
.error{color: #f06548;}
.iti--allow-dropdown{width: 100% !important}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
    margin-top: 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 335px !important;
  margin-top: 0px;
}
.resource-input-group:nth-child(odd) {
	padding: 10px;
	background-color: #FEE4D259;
}
.swal2-actions{gap:10px !important;}
/* Define the blinking animation */
@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.form-control-lg {
	min-height: calc(1.5em + 1.4rem + calc(var(--vz-border-width) * 2));
	padding: 0 !important ;
	font-size: calc(var(--vz-font-base) * 1.25);
	border-radius: var(--vz-border-radius-lg);
}
/* Apply the animation to the text */
#blinkText {
	animation: blink 1.5s infinite;
	/* Adjust duration as needed */
}
.resource-input-group:nth-child(even) {
	padding: 10px;
	background-color: #D8D8EB58;
}
.humanResource-input-group:nth-child(odd) {
	padding: 10px;
	background-color: #FEE4D259;
}

.humanResource-input-group:nth-child(even) {
	padding: 10px;
	background-color: #D8D8EB58;
}

.border_capch {
	border-color: var(--vz-form-invalid-border-color);
	padding-right: calc(1.5em + 1rem) background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .25rem) center;
	background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.loader {
	width: 28px;
	height: 28px;
	border: 3px solid #fff;
	border-bottom-color: #1995AD;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: 1s linear infinite rotation
}

@keyframes rotation {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
}

.profileBannerName {
	display: flex;
	justify-content: start;
	align-items: center;
}

#signUpPage img {
	height: 90px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 38px !important;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #1995AD !important;
	border: 1px solid #fff !important;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #fffcfc !important;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #9197abc4 !important;
	color: #333;
	outline: none;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 110% !important;
	margin-top: 8px !important;
	margin-left: 5px;
	padding: 0;
	max-width: 100%;
	resize: none;
	height: 18px;
	vertical-align: bottom;
	font-family: sans-serif;
	overflow: hidden;
	word-break: keep-all;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #29C5F6 !important;
	color: white;
}

#dateOfBirthLable .ri-info-i {
	background-color: #344372;
	border-radius: 50%;
	margin-left: 5px;
	border-color: #344372;
	color: #fff;
	padding: 0px;
}

#additionalInformation {
	display: flex;
}

.custom-nav .nav-link span i {
	color: #1995AD;
}

#additionalInformation .ri-info-i {
	background-color: #344372;
	border-radius: 50%;
	margin-left: 5px;
	border-color: #344372;
	color: #fff;
	padding: 0px;

}

#progressionEoISteps .nav-item {
	z-index: 999;
}
.form-check label {
    cursor: pointer;
    width: 100% !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #f06548  !important;
	padding-right: calc(1.5em + 1rem);
	background-image: url("") !important;
	background-repeat: no-repeat;
	background-position: right calc(.375em + .25rem) center;
	background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}

.vertical-navs-step .nav .nav-link.active {
	border-color: var(--vz-primary);
	background-color: var(--vz-primary);
	color: #fff;
}

.vertical-navs-step .nav .nav-link.active span i {
	color: #fff;
}
.vertical-navs-step .nav .nav-link {
	text-align:center !important;
	background-color:rgba(var(--vz-light-rgb),.4);
	border:1px solid var(--vz-border-color);
	color:var(--vz-body-color)
  }
.navbar-brand-box {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 0px;
	color: white;
	/* width: 300px; */
	text-align: center;
	opacity: 0.8;
}

.navbar-menu .navbar-nav .nav-link {
	font-family: var(--vz-headings-font-family);
	font-weight: var(--vz-headings-font-weight);
	color: #d8dce7;

}

.navbar-menu .navbar-nav .nav-link.active {
	/* background: linear-gradient(312deg, rgba(255, 255, 255, 0.82) 0%, rgba(0, 212, 255, 0.89) 100%); */
}

.navbar-menu .navbar-nav .nav-sm .nav-link i {
	display: none;
}
