.minimal-header {
	height: 100px;
	width: 100%;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px 10px;
}

.btn-request {
	position: relative;
	color: #5434f5;
	background-color: #fff;
	font-family: 'Poppins',sans-serif;
	border: none;
	height: 44px;
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 30px;
	padding: 0px 20px 0px 40px;
	box-shadow: 0px 3px 5px #5434f529;
}

	.btn-request:hover {
		box-shadow: none;
	}

	.btn-request:focus {
		outline: none;
	}

	.btn-request::before {
		content: '+';
		position: absolute;
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 20px;
		top: 0px;
		left: -10px;
		text-align: center;
		border-radius: 50%;
		background-color: #5434f5;
		color: #fff;
	}

.close-icon {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding: 8px 15px;
	border-radius: 59px;
	width: 40px;
	height: 40px;
	background: white;
	text-align: center;
	box-shadow: 1px 5px 11px #5434f529;
}

.nav-links {
	list-style: none;
}

	.nav-links li {
		display: inline-block;
		margin-left: 15px;
	}

.hide {
	display: none !important;
}

.mt-phone {
	margin-top: 315px !important;
}

.close-text {
	padding-right: 10px;
	color: #342c5d;
	font-size: 14px;
}

/*Custom Checkbox*/
.checkbox-c {
	display: block;
	margin-bottom: 15px;
}

	.checkbox-c input {
		padding: 0;
		height: initial;
		width: initial;
		margin-bottom: 0;
		display: none;
		cursor: pointer;
	}

	.checkbox-c label {
		position: relative;
		cursor: pointer;
		color: #342c5d;
		transition: all .3s ease;
	}

		.checkbox-c label:before {
			content: '';
			-webkit-appearance: none;
			background-color: transparent;
			border: 2px solid #5434f5;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
			padding: 8px;
			display: inline-block;
			position: relative;
			vertical-align: middle;
			cursor: pointer;
			margin-right: 5px;
			border-radius: 6px;
			transition: all .3s ease;
		}

	.checkbox-c input:checked + label:after {
		content: '';
		display: block;
		position: absolute;
		top: 3px;
		left: 8px;
		width: 5px;
		height: 12px;
		border: solid #5434f5;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
		transition: all 250ms cubic-bezier(.4,.0,.23,1);
		transition: all .3s ease;
	}

/*Custom Switch Tab*/
.custom-switches .switch {
	display: inline-block;
	height: 25px;
	position: relative;
	width: 45px;
	margin-bottom: 0;
}

	.custom-switches .switch input {
		display: none;
	}

.custom-switches .slider {
	background-color: #ccc;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

	.custom-switches .slider:before {
		background-color: #fff;
		bottom: 4px;
		content: ">";
		height: 20px;
		left: 4px;
		position: absolute;
		transition: .4s;
		width: 20px;
		top: 2px;
	}

.custom-switches input:checked + .slider::before {
	content: "<"
}

.custom-switches input:checked + .slider {
	background-color: #5434f5;
}

#sidebar .custom-switches input:checked + .slider {
    background-color: #2ae69e;
}

	.custom-switches input:checked + .slider:before {
		transform: translateX(17px);
	}

.custom-switches .slider.round {
	border-radius: 34px;
}

	.custom-switches .slider.round:before {
		border-radius: 50%;
	}

.custom-input {
	border: 1px solid #ced4da;
	margin: 10px 0;
	border-radius: 10px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	position: relative;
	height: 40px;
}

	.custom-input > label {
		position: absolute;
		text-transform: uppercase;
		top: -9px;
		left: 20px;
		font-size: 11px;
		background-color: white;
		color: #ada9c3;
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
		padding: 0 5px;
		z-index: 1;
	}

	.custom-input > input {
		border: none;
		height: 38px;
		font-family: 'Poppins',serif;
		color: #342c5d;
		font-size: 12px;
		font-weight: 600;
	}

.grayed-label {
	color: #ada9c3;
	font-size: 14px;
}

.custom-ddn {
	height: 38px;
	font-family: 'Poppins',sans-serif;
	width: 100%;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	padding: 0px 10px;
	margin-top: 10px;
	border-color: #ced4da;
	color: #342c5d;
}

.new-width {
	width: 200px !important;
}

.custom-ddn:focus, .custom-ddn:focus {
	outline: 0px;
}

.d-inline-block {
	display: inline-block !important;
}

/*Custom Radio Button*/
#custom-radio-buttons .radio-wrapper {
	display: inline-block;
}

	#custom-radio-buttons .radio-wrapper input[name="custom-radio"] {
		display: none;
	}

		#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label {
			color: #292321;
			font-family: Arial, sans-serif;
			font-size: 14px;
		}

			#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label > span.outer {
				display: inline-block;
				width: 20px;
				height: 20px;
				margin: -1px 4px 0 0;
				border: 2px solid #5434f5;
				vertical-align: middle;
				cursor: pointer;
				position: relative;
				-moz-border-radius: 50%;
				border-radius: 50%;
				background-color: #f8f8f8;
			}

			#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label span.inner {
				display: block;
				position: absolute;
				display: none;
				width: 10px;
				height: 10px;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				margin: auto;
				vertical-align: middle;
				cursor: pointer;
				-moz-border-radius: 50%;
				border-radius: 50%;
				background-color: grey;
			}

		#custom-radio-buttons .radio-wrapper input[name="custom-radio"]:checked + label span.inner {
			background-color: #5434f5;
			display: block;
		}
/* custom checkbox */
.checkbox-wrapper {
	display: block;
}

	.checkbox-wrapper input[type='checkbox'] {
		display: none;
	}

		.checkbox-wrapper input[type='checkbox'] + label {
			color: #8b86a8;
			font-family: 'Poppins', Arial, sans-serif;
			font-size: 14px;
		}

			.checkbox-wrapper input[type='checkbox'] + label > span.outer {
				display: inline-block;
				width: 20px;
				height: 20px;
				margin: -1px 4px 0 0;
				border: 2px solid #5434f5;
				vertical-align: middle;
				cursor: pointer;
				position: relative;
				-moz-border-radius: 50%;
				border-radius: 50%;
				background-color: #f8f8f8;
			}

			.checkbox-wrapper input[type='checkbox'] + label span.inner {
				display: block;
				position: absolute;
				display: none;
				width: 10px;
				height: 10px;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				margin: auto;
				vertical-align: middle;
				cursor: pointer;
				-moz-border-radius: 50%;
				border-radius: 50%;
				background-color: grey;
			}

.radio-wrapper input[type='checkbox']:checked + label span.inner {
	background-color: #5434f5;
	display: block;
}

/* end custom checkbox */

.entity-heading {
	font-size: 13px;
	color: #9995b3;
}

.ml-radio {
	margin-left: 30px;
}

.radio-wrapper label {
	color: #9995b3;
	font-size: 14px;
}

.w-100 {
	width: 100% !important;
}

.col-padding {
	padding-left: 10px !important;
	margin-right: 10px !important;
}

.btn-cros {
	margin-top: 15px;
	background-color: transparent;
	border: none;
}

	.btn-cros:focus, .btn-cros:active {
		outline: none;
	}

.btn-add-card {
	background-color: transparent;
	color: #5434f5;
	font-weight: 600;
	border: none;
	position: relative;
}

	.btn-add-card:focus, .btn-add-card:active {
		outline: none;
	}

.additoinal-ta {
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #ced4da;
	width: 100%;
}

	.additoinal-ta::placeholder {
		text-transform: uppercase;
		color: #666085;
		font-weight: 600;
		font-size: 12px;
	}

.save-group {
	margin: 50px;
	text-align: right;
}

.btn-save {
	text-transform: uppercase;
	font-size: 12px;
	padding: 15px 20px;
	background-color: #5434f5;
	color: #fff;
	font-family: 'Poppins',serif;
	border: none;
	border-radius: 25px;
	margin-top: 15px;
}

	.btn-save:focus, .btn-save:active {
		outline: none;
	}

.custom-input label span {
	margin-left: 5px;
	font-size: 14px;
	color: #FF0000;
}

#country-ddn {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-color: #ced4da;
	color: #342c5d;
}

	#country-ddn:active, #country-ddn:focus {
		outline: none;
	}

.input-group {
	position: relative;
}

	.input-group label {
		position: absolute;
		text-transform: uppercase;
		font-size: 11px;
		color: #ada9c3;
		background-color: #fff;
		top: -8px;
		left: 16px;
	}

.grp-input {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 12px;
	color: #342c5d;
	font-weight: 600;
}

.form-control:active, .form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

.container-ddn label {
	position: absolute;
	text-transform: uppercase;
	top: 3px;
	left: 20px;
	font-size: 11px;
	background-color: white;
	color: #ada9c3;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.custom-ddn1 {
	width: 100%;
	border-radius: 10px;
	height: 38px;
	color: #342c5d;
	border: 1px solid #ced4da;
	margin-top: 10px;
	padding: 0px 10px;
}

.container-ddn {
	position: relative;
}
.mnt {
	font-family: 'poppins',sans-serif;
}

.day {
	font-family: 'poppins',sans-serif;
	pointer-events: auto;
	border: none !important;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #555;
	cursor: pointer;
	font-size: 14px;
}

.inBtw {
	background-color: #cfc7f7;
}
.active.sel.day {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #5434f5 !important;
	color: #fff;
}

.cal {
	position: relative;
	overflow: auto !important;
}

.calender-icon {
	position: absolute;
	right: 7px;
	bottom: 13px;
}