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

.text-primary{
	color: #3C3180 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #332B67;
	border-color: #3C3180;
}

.btn-primary:hover{
	color: #fff;
	background-color: #332B67;
	border-color: #3C3180;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
	display: block;
}

.white_box {
	padding: 30px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.cs_modal {
	background-color: #fef1f2;
}

.cs_modal .modal-header {
	background-color: #f7faff;
	padding: 23px 30px;
	border-bottom: 0 solid transparent;
}

.cs_modal .modal-body {
	background: #fff;
	border-radius: 5px;
}

.main_content {
	padding-left: 270px;
	width: 100%;
	padding-top: 0!important;
	transition: .5s;
	position: relative;
	min-height: 100vh;
	padding-bottom: 70px;
	overflow: hidden;
	padding-left: 0!important;
}

.main_content .main_content_iner {
	min-height: 68vh;
	transition: .5s;
	position: relative;
	background: #f6f7fb;
	margin: 0;
	z-index: 22;
	border-radius: 0;
}

@media(min-width:768px){
	.main_content .main_content_iner {
		padding: 30px;
	}
	.cs_modal .modal-body {
		padding: 35px 30px!important;
	}
}

@media(max-width:768px){
	.main_content .main_content_iner {
		padding: 30px 2px;
	}
	.login-form {
		padding: 0px;
	}
}

.erroe_page_wrapper .errow_wrap {
	display: flex;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
}

.erroe_page_wrapper .errow_wrap img {
	width: 100px;
	margin: auto;
}

.erroe_page_wrapper .errow_wrap .error_heading h3.headline {
	font-size: 200px;
	font-weight: 800;
	line-height: 1;
}

.erroe_page_wrapper .errow_wrap p {
	font-size: 18px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 400;
	margin-top: 30px;
	line-height: 35px;
	margin-bottom: 30px;
}

.imageWrapper .img{
	height: 190px;
	min-width: 190px;
	border: 2px solid #e0e0e0;
	padding: 4px;
	object-fit: unset;
}

.imageWrapper .edit-design{
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 6px 10px;
	cursor: pointer;
}

.imageWrapper .delete-design{
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 6px 10px;
	cursor: pointer;
}

img.view_download_user{
	border-radius: 360px;
	width:30px;
	height:30px;
}

.editbtn , .dltBtn{
	border-radius: 50%;
	padding: 1px 6px;
}
table .list-profile{
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.display-grid{
	display: inline-grid;
}
.input-group-addon{
	height: 40px!important;
}
.control-label{
	font-weight: 700;
	display: block;
}

.custom-input, .nice_Select {
	height: 50px !important;
	line-height: 50px !important;
	padding: 10px 20px !important;
	border: 1px solid #f1f3f5 !important;
	color: #707070 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	background-color: #fff !important;
	width: 100% !important;
	display: block !important;
	margin-bottom: 21px !important;
	border-radius: 3px !important;
}

.custom-radio[type=radio] {
	height: 1em;
	aspect-ratio: 1;
	border: calc(1em/9) solid #3C3180;
	padding: calc(1em/9);
	background: radial-gradient(farthest-side,#3C3180 94%,#0000) 50%/0 0 no-repeat content-box;
	border-radius: 50%;
	outline-offset: calc(1em/10);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: inherit;
	transition: .3s;
}
.custom-radio[type=radio]:checked {
	border-color: #3C3180;
	background-size: 100% 100%;
}

.custom-radio[type=radio]:disabled {
	background: 
	linear-gradient(#3C3180 0 0) 
	50%/100% 20% no-repeat content-box;
	opacity: .5;
	cursor: not-allowed;
}

@media print {
	.custom-radio[type=radio] {
		-webkit-appearance: auto;
		-moz-appearance: auto;
		appearance: auto;
		background: none;
	}
}

@keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}

	100% {
		height: 100px;
		width: 100px;
		margin-left: -40px;
		margin-top: -40px;
		opacity: 0;
	}
}


.custom-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 25px;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}

.custom-checkbox:hover {
	background: #9faab7;
}

.custom-checkbox:checked {
	background: #3C3180;
}

.custom-checkbox:checked::before {
	width: 25px;
	position: absolute;
	content: "\f00c";
	display: inline-block;
	text-align: center;
	font-family: FontAwesome;
}

.custom-checkbox:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #3C3180;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}

.span-check {
	margin-left: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	font-size: 10px !important;
}