body {
	color: #fff;
	/* background: linear-gradient(#00d3ee 0%, #00adee 23.65%, #67d6ff 54.19%, #7ee0ff 78.82%, #4bcef5 100%); */
	background: linear-gradient(0deg, #4827dd 0%, #00adee 100%);
}
/*.emplyee-signup-section {
	color: #fff;
	background: linear-gradient(#00d3ee 0%, #00adee 23.65%, #67d6ff 54.19%, #7ee0ff 78.82%, #4bcef5 100%);
}*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #fff !important;
}
body a:not(.btn) {
	color: #f9f9f9 !important;
}
/*body .footer a:not(.btn) {
	color: var(--vz-link-color) !important;
}*/
.logo-according-mode img {
	filter: brightness(0) invert(1);
}
.card {
	/*background: linear-gradient(#00d3ee 0%, #00adee 23.65%, #67d6ff 54.19%, #7ee0ff 78.82%, #4bcef5 100%);*/
	background: transparent;
}
.bg-none {
	background: none;
}
body .text-primary,
body .text-muted {
	color: #fff !important;
}
/*body .card {
	background-color: transparent;
}*/
.horzontal-step-link,
.horzontal-step-link.active,
.horzontal-step-link:hover {
	color: #fff;
}
.horzontal-step-link:after {
	background-color: #88DBF6;
}
.horzontal-step-link.active:after {
	background-color: #4827D0;
}

form input::placeholder,
form input::placeholder,
form input.form-control{
	color: #4827D0 !important;
  }
  
  form input::-ms-input-placeholder,
  form input::-ms-input-placeholder { /* Edge 12 -18 */
	color: #4827D0 !important;
  }
  form input.form-control:focus::placeholder,
form input.form-control:focus::placeholder{
	color: #ffffff !important;
  }
  
  form input.form-control:focus::-ms-input-placeholder,
  form input.form-control:focus::-ms-input-placeholder { /* Edge 12 -18 */
	color: #ffffff !important;
  }

.form-control,
html body .select2-container .select2-selection--single,
body .flatpickr-input[readonly] {
	background-color: rgba(255,255,255,.25);
	border: 2px solid rgba(255,255,255,.15);
	padding: 14px 24px;
	width: 100%;
	border-radius: 24px;
	background-color: #fff;
	color: #fff !important;
	font-size: 16px;
	transition: all 0.2s;
	line-height: normal;
}
.form-check .form-check-input{
	
    border-radius: 100%;
}
.form-check .form-check-input[type=checkbox]:checked, .form-check .form-check-input[type=radio]:checked{
background: linear-gradient(0deg, #00ABEE  0%, #4827D0 100%);
}
html body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #4827D0 !important;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-selection {
	position: relative;
}
.select2-selection:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	right: 5px;
	top: 50%;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg) translateY(calc(-50% - 3px));
}
.form-control::placeholder {
	color: #fff;
}
form input.form-control:focus,
form input.form-control:focus-visible {
	color: #fff !important;
	border: 2px solid rgba(255,255,255,1) !important;
	outline: none !important;
	background-color: transparent !important;
}
[data-layout-mode=dark] .form-check-input {
	background-color: #fff;
	border-color: #ced4da;
}
[data-layout-mode=dark] .form-check-input:checked[type=checkbox] {
	background-color: #00adee;
}
body .form-check-input:checked[type=checkbox] {
	border-color: transparent;
}

body .btn,
body .btn:hover,
body .btn:focus,
body .btn:active {
	/* color: #323232; */
	color: white;
	background-color: transparent;
	text-decoration: none;
	padding: 14px 30px;
	border-radius: 24px;
	border: 1px solid white;
	font-size: 18px;
	filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
	height: auto;
	line-height: 1.3;
	/* border: 0; */
}

.modal [class*="border"] {
	border-color: #fff !important;
}

.modal .modal-content {
	color: #fff;
	background: linear-gradient(#00d3ee 0%, #00adee 23.65%, #67d6ff 54.19%, #7ee0ff 78.82%, #4bcef5 100%);
	border: 0;
}
.modal .modal-content h1,
.modal .modal-content h2,
.modal .modal-content h3,
.modal .modal-content h4,
.modal .modal-content h5,
.modal .modal-content h6,
.modal .modal-content a:not(.btn) {
	color: #fff;
}
.modal .btn-close {
	opacity: 1;
	filter: brightness(0) invert(1);
}
.modal .modal-content .btn {
	color: #323232;
	background-color: #fff;
	text-decoration: none;
	padding: 14px 30px;
	border-radius: 26px;
	font-size: 18px;
	filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
	height: auto;
	line-height: 1.3;
	border: 0;
}

.footer {
	color: #fff;
	background-color: transparent;
}
.footer-logo {
	filter: brightness(0) invert(1);
}
.shadow-none {
	box-shadow: none;
}

@media (max-width: 768px) {
	.footer {
		padding-top: 30px;
	}
}
.sticky-dark-mode-wrapper {
	display: none;
}