﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lalezar&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(icons/font-awesome/css/fontawesome-all.css);
@import url(icons/themify-icons/themify-icons.css);
@import url(icons/simple-line-icons/css/simple-line-icons.css);

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: normal;
	background-color:#eff7fe;
	-webkit-tap-highlight-color: transparent;
}

*,
:after,
:before,
div {
	box-sizing: border-box;
}
/*******************
AJAX OVERLAY
********************/
#p3solved_ajax_overlay {
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background-color: rgba(255, 255, 255, 0.6);
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px);
}

	.lds-ripple .lds-pos {
		position: absolute;
		border: 2px solid #2962FF;
		opacity: 1;
		border-radius: 50%;
		animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
	}

		.lds-ripple .lds-pos:nth-child(2) {
			animation-delay: -0.5s;
		}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	5% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}
/*******************
END - AJAX OVERLAY
********************/


/*******************
BOOTSTRAP DROPDOWN OVERWRITE
********************/
.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

	.dropdown-toggle::after {
		display: inline-block;
		margin-left: 0.255em;
		vertical-align: 0.255em;
		content: "";
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
	}

	.dropdown-toggle:empty::after {
		margin-left: 0;
	}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 0.875rem;
	color: #3e5569;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9ecef;
	border-radius: 2px;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}
.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination
{
	font-size: 13px;
}
ul.pagination
{
	list-style-type: none;
}
ul.pagination li
{
	display: inline-block;
}
.fixed-table-pagination .pagination a
{
	padding: 6px!important;
}
.fa-star.checked {
	color: orange;
}
@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1600px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #f8f9fa;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.65rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

	.dropdown-item:hover, .dropdown-item:focus {
		color: #16181b;
		text-decoration: none;
		background-color: #f8f9fa;
	}

	.dropdown-item.active, .dropdown-item:active {
		color: #16181b;
		text-decoration: none;
		background-color: #f8f9fa;
	}

	.dropdown-item.disabled, .dropdown-item:disabled {
		color: #6c757d;
		pointer-events: none;
		background-color: transparent;
	}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 0.76563rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.65rem 1rem;
	color: #212529;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

	.btn-group > .btn,
	.btn-group-vertical > .btn {
		position: relative;
		flex: 1 1 auto;
	}

		.btn-group > .btn:hover,
		.btn-group-vertical > .btn:hover {
			z-index: 1;
		}

		.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
		.btn-group-vertical > .btn:focus,
		.btn-group-vertical > .btn:active,
		.btn-group-vertical > .btn.active {
			z-index: 1;
		}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

	.btn-toolbar .input-group {
		width: auto;
	}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

	.dropdown-toggle-split::after,
	.dropup .dropdown-toggle-split::after,
	.dropright .dropdown-toggle-split::after {
		margin-left: 0;
	}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

	.btn-group-vertical > .btn,
	.btn-group-vertical > .btn-group {
		width: 100%;
	}

		.btn-group-vertical > .btn:not(:first-child),
		.btn-group-vertical > .btn-group:not(:first-child) {
			margin-top: -1px;
		}

		.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
		.btn-group-vertical > .btn-group:not(:last-child) > .btn {
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
		}

		.btn-group-vertical > .btn:not(:first-child),
		.btn-group-vertical > .btn-group:not(:first-child) > .btn {
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

	.btn-group-toggle > .btn input[type="radio"],
	.btn-group-toggle > .btn input[type="checkbox"],
	.btn-group-toggle > .btn-group > .btn input[type="radio"],
	.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
		position: absolute;
		clip: rect(0, 0, 0, 0);
		pointer-events: none;
	}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

	.input-group > .form-control,
	.input-group > .form-control-plaintext,
	.input-group > .custom-select,
	.input-group > .custom-file {
		position: relative;
		flex: 1 1 auto;
		width: 1%;
		margin-bottom: 0;
	}

		.input-group > .form-control + .form-control,
		.input-group > .form-control + .custom-select,
		.input-group > .form-control + .custom-file,
		.input-group > .form-control-plaintext + .form-control,
		.input-group > .form-control-plaintext + .custom-select,
		.input-group > .form-control-plaintext + .custom-file,
		.input-group > .custom-select + .form-control,
		.input-group > .custom-select + .custom-select,
		.input-group > .custom-select + .custom-file,
		.input-group > .custom-file + .form-control,
		.input-group > .custom-file + .custom-select,
		.input-group > .custom-file + .custom-file {
			margin-left: -1px;
		}

		.input-group > .form-control:focus,
		.input-group > .custom-select:focus,
		.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
			z-index: 3;
		}

		.input-group > .custom-file .custom-file-input:focus {
			z-index: 4;
		}

		.input-group > .form-control:not(:last-child),
		.input-group > .custom-select:not(:last-child) {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}

		.input-group > .form-control:not(:first-child),
		.input-group > .custom-select:not(:first-child) {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}

	.input-group > .custom-file {
		display: flex;
		align-items: center;
	}

		.input-group > .custom-file:not(:last-child) .custom-file-label,
		.input-group > .custom-file:not(:last-child) .custom-file-label::after {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}

		.input-group > .custom-file:not(:first-child) .custom-file-label {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}

.input-group-prepend,
.input-group-append {
	display: flex;
}

	.input-group-prepend .btn,
	.input-group-append .btn {
		position: relative;
		z-index: 2;
	}

		.input-group-prepend .btn:focus,
		.input-group-append .btn:focus {
			z-index: 3;
		}

		.input-group-prepend .btn + .btn,
		.input-group-prepend .btn + .input-group-text,
		.input-group-prepend .input-group-text + .input-group-text,
		.input-group-prepend .input-group-text + .btn,
		.input-group-append .btn + .btn,
		.input-group-append .btn + .input-group-text,
		.input-group-append .input-group-text + .input-group-text,
		.input-group-append .input-group-text + .btn {
			margin-left: -1px;
		}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4F5467;
	text-align: center;
	white-space: nowrap;
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 2px;
}

	.input-group-text input[type="radio"],
	.input-group-text input[type="checkbox"] {
		margin-top: 0;
	}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.09375rem;
	line-height: 1.5;
	border-radius: 2px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.76563rem;
	line-height: 1.5;
	border-radius: 1px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/*******************
END - BOOTSTRAP DROPDOWN OVERWRITE
********************/


/*******************
IMPORTED
********************/
.btn {
	display: inline-block;
	font-weight: 400;
	color: #3e5569;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 2px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #3e5569;
	text-decoration: none;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: transparent;
}

.btn.disabled, .btn:disabled {
	opacity: 0.65;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	cursor:pointer;
}

	.btn-secondary:hover {
		color: #fff;
		background-color: #5a6268;
		border-color: #545b62;
	}

	.btn-secondary:focus, .btn-secondary.focus {
		box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	}

	.btn-secondary.disabled, .btn-secondary:disabled {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d;
	}

	.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-secondary.dropdown-toggle {
		color: #fff;
		background-color: #545b62;
		border-color: #4e555b;
	}

		.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-secondary.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
		}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.card-body {
	padding: 20px;
}

.no_background{
	background:none !important;
}

.btn-circle.btn-xs {
	width: 20px;
	height: 20px;
	padding: 0;
	line-height: 20px;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Nunito Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.76563rem;
	word-wrap: break-word;
	opacity: 0;
}

	.tooltip.show {
		opacity: 0.9;
	}

	.tooltip .arrow {
		position: absolute;
		display: block;
		width: 0.8rem;
		height: 0.4rem;
	}

		.tooltip .arrow::before {
			position: absolute;
			content: "";
			border-color: transparent;
			border-style: solid;
		}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}

	.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
		bottom: 0;
	}

		.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
			top: 0;
			border-width: 0.4rem 0.4rem 0;
			border-top-color: #000;
		}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}

	.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
		left: 0;
		width: 0.4rem;
		height: 0.8rem;
	}

		.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
			right: 0;
			border-width: 0.4rem 0.4rem 0.4rem 0;
			border-right-color: #000;
		}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
}

	.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
		top: 0;
	}

		.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
			bottom: 0;
			border-width: 0 0.4rem 0.4rem;
			border-bottom-color: #000;
		}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}

	.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
		right: 0;
		width: 0.4rem;
		height: 0.8rem;
	}

		.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
			left: 0;
			border-width: 0.4rem 0 0.4rem 0.4rem;
			border-left-color: #000;
		}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 2px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Nunito Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.76563rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

	.popover .arrow {
		position: absolute;
		display: block;
		width: 1rem;
		height: 0.5rem;
		margin: 0 2px;
	}

		.popover .arrow::before, .popover .arrow::after {
			position: absolute;
			display: block;
			content: "";
			border-color: transparent;
			border-style: solid;
		}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}

	.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
		bottom: calc((0.5rem + 1px) * -1);
	}

		.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
			bottom: 0;
			border-width: 0.5rem 0.5rem 0;
			border-top-color: rgba(0, 0, 0, 0.25);
		}

		.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
			bottom: 1px;
			border-width: 0.5rem 0.5rem 0;
			border-top-color: #fff;
		}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}

	.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
		left: calc((0.5rem + 1px) * -1);
		width: 0.5rem;
		height: 1rem;
		margin: 2px 0;
	}

		.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
			left: 0;
			border-width: 0.5rem 0.5rem 0.5rem 0;
			border-right-color: rgba(0, 0, 0, 0.25);
		}

		.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
			left: 1px;
			border-width: 0.5rem 0.5rem 0.5rem 0;
			border-right-color: #fff;
		}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

	.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
		top: calc((0.5rem + 1px) * -1);
	}

		.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
			top: 0;
			border-width: 0 0.5rem 0.5rem 0.5rem;
			border-bottom-color: rgba(0, 0, 0, 0.25);
		}

		.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
			top: 1px;
			border-width: 0 0.5rem 0.5rem 0.5rem;
			border-bottom-color: #fff;
		}

	.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 1rem;
		margin-left: -0.5rem;
		content: "";
		border-bottom: 1px solid #f7f7f7;
	}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}

	.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
		right: calc((0.5rem + 1px) * -1);
		width: 0.5rem;
		height: 1rem;
		margin: 2px 0;
	}

		.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
			right: 0;
			border-width: 0.5rem 0 0.5rem 0.5rem;
			border-left-color: rgba(0, 0, 0, 0.25);
		}

		.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
			right: 1px;
			border-width: 0.5rem 0 0.5rem 0.5rem;
			border-left-color: #fff;
		}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(2px - 1px);
	border-top-right-radius: calc(2px - 1px);
}

	.popover-header:empty {
		display: none;
	}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #3e5569;
}

.datepicker td, .datepicker th {
	width: 30px;
	height: 28px;
}
/*******************
END - IMPORTED
********************/


/*******************
DROPDOWN WITH CHECKBOXES
********************/
.dropdown_with_checkboxes * {
	box-sizing: border-box;
}

.dropdown_with_checkboxes a {
	text-decoration: none;
	Qcolor: #379937;
}

.dropdown_with_checkboxes {
	position: relative;
	font-size: 14px;
	color: #333;
	.dropdown-list
{
	padding: 12px;
	background: #fff;
	position: absolute;
	top: 46px;
	left: 2px;
	right: 2px;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
	transform-origin: 50% 0;
	transform: scale(1, 0);
	transition: transform .15s ease-in-out .15s;
	max-height: 66vh;
	overflow-y: scroll;
}

.dropdown-option {
	display: block;
	padding: 8px 12px;
	opacity: 0;
	transition: opacity .15s ease-in-out;
}

.dropdown-label {
	display: block;
	background: url("images/chevron_down.svg") no-repeat right center #fff;
	background-position: bottom 45% right 20px ;border: 1px solid #ccc;
	padding: 15px 20px;
	line-height: 1;
	cursor: pointer;
	border-radius: 15px;
	&:before

{
	Qcontent: '▼';
	Qfloat: right;
}

}

&.on {
	.dropdown-list

{
	transform: scale(1, 1);
	transition-delay: 0s;
	.dropdown-option

{
	opacity: 1;
	transition-delay: .2s;
}

}

.dropdown-label:before {
	Qcontent: '▲';
}

}

[type="checkbox"] {
	position: relative;
	top: -1px;
	margin-right: 4px;
}

}
/*******************
END - DROPDOWN WITH CHECKBOXES
********************/

.sweetalert_holder .swal2-icon.swal2-success {
	border-color: #4b2f7b !important;
}
	.sweetalert_holder .swal2-icon.swal2-success .swal2-success-ring {
		border: .25em solid rgba(207, 0, 0, .3) !important;
	}
	.sweetalert_holder .swal2-icon.swal2-success [class^=swal2-success-line] {
		background-color: #4b2f7b !important;
	}
.swall-wide1{
	width:65em !important;
}


.custom_grid_holder input[type=text] {
	padding: 7px 10px !important;
	margin: 0 !important;
	border-radius: 2px !important;
	font-size: 14px !important;
}

.custom_grid_holder table th, .custom_grid_holder table td {
	border-top: 1px solid #ddd;
}

.custom_grid_holder input[type='checkbox'] {
	accent-color: #4b2f7b;
}

.custom_grid_holder .pagination .active{
	font-weight:bold;
}


/*sortable*/
.table_sortable th{
	padding:0 !important;
}
.table_sortable tbody td .th-inner, .table_sortable thead th .th-inner {
	padding: 1rem;
	line-height: 24px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.table_sortable thead th .sortable {
	cursor: pointer;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 30px
}

.table_sortable thead th .both {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
}

.table_sortable thead th .asc {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)
}

.table_sortable thead th .desc {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)
}


.pos_abs {
	position: absolute;
}

.pos_rel {
	position: relative;
}

.cont {
	width: 95%;
	margin: 0 auto;
	position: relative;
	clear: both;
	padding-bottom: 40px;
}

.button {
	background-color: #fff;
    color: #242331!important;
	padding: 15px 30px; 
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	cursor: pointer;
	border: 1px solid #242331;
	transition: background-color 0.5s;
	white-space: nowrap;
}

a.button:link,
a.button:visited,
a.button:active {
	text-decoration: none;
	letter-spacing: 0;
	display: inline-block;
	white-space: nowrap;
}
a:link i, a:visited i, a:active i
{
	color: #4b2f7b;
	width: 25px;
}
.button:hover {
	background-color: #242331;
	color:#fff!important;
}

.button.ico {
	background: url("images/user.svg") no-repeat left center;
	background-position: center left 20px;
	background-size: 25px;
	padding-left: 55px;
}

.button.ico:hover {
	background: url("images/user_hover.svg") no-repeat left center #242331;
	background-size: 25px;
    background-position: center left 20px;
}
.button.add {
	background: url("images/add.png") no-repeat left center;
	background-position: center left 20px;
	background-size: 30px;
	padding-left: 55px;
}
.ico img {
	width: 30px;
}

.btnred {
	background-color: #4b2f7b !important;
	color: #fff !important;
	border: 1px solid #4b2f7b !important;

}

.btnred:hover,
a.btnred:hover {
	background-color: #242331 !important;
	border: 1px solid #242331 !important;
}

.btndisabled {
	background-color: #E5E5E5 !important;
	color: #7D7D7D !important;
	border: 1px solid #E5E5E5 !important;
	cursor:default;
}

	.btndisabled:hover,
	a.btndisabled:hover {
		background-color: #E5E5E5 !important;
		color: #7D7D7D !important;
		border: 1px solid #E5E5E5 !important;
	}


h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 125%;
	margin: 0 0 30px 0;
	padding: 0;
}

.border_box {
	border: 2px solid #e0726e;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
	background-color: #fff;
}

.action_icon {
	color: #000 !important;
	font-weight: bold;
	font-size: 14px;
}

.txt12 {
	font-size: 12px;
	font-weight: 400;
	line-height: 125%;
}

.txt14 {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}

.txt16 {
	font-size: 16px;
	line-height: 150%;
}

.txt18 {
	font-size: 18px;
	line-height: 130%;
}

.txt20 {
	font-size: 20px;
	line-height: 150%;
}
.txt21 {
	font-size: 21px !important;
	line-height: 135%;
	font-weight: 600;
}

.txt25 {
	font-size: 25px !important;
	line-height: 135%;
	font-weight: 600;
}

.txt30 {
	font-size: 30px;
	line-height: 125%;
	font-weight: 600;
}

.txtblack {
	color: #242331;
}

.txtgray {
	color: #797979;
}

.txtred {
	color: #4b2f7b;
}

.txtcenter {
	text-align: center;
}

.white_box {
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 6px 10px;
	border: 1px solid #F6F6F6;
	box-shadow: 1px 20px 30px 0px rgba(200, 200, 200, 0.25);
	-moz-box-shadow: 1px 20px 30px 0px rgba(200, 200, 200, 0.25);
	-webkit-box-shadow: 1px 20px 30px 0px rgba(200, 200, 200, 0.25);
}

.rounded_box20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
	transition: background-color 1s;
}

.btnpink {
	background-color: #FFECEF !important;
	border: 0 !important;
	color: #4b2f7b !important;
}
.gray_border {
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
	border: 1px solid #D3D3D3;
	width: 100%;
	height: 200px;
	font-size: 14px;
	overflow: auto;
}
.gray_bord {
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0;
	border: 1px solid #D3D3D3;
	width: 86px;
	height: 76px;
	overflow: hidden;
	margin-right: 10px;
	font-size: 15px;
	color: #797979;
}

.gray_brd {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	padding-top: 25px;
	padding-bottom: 25px;
}

.bg_light {
	background-color: #F9F9F9;
	height: 100%;
}

.bg_lines {
	background-image: url("images/bglines.svg");
	padding-bottom: 56.8%;
	width: 100%;
	z-index: 0;
	top: 0;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bgray {
	background-color: #f9f9f9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.time {
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #D3D3D3;
}

.ampm {
	width: 50%;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.ampm a:link,
.ampm a:visited,
.ampm a:active {
	color: #242331;
}

.ampm.bg_red a:link,
.ampm.bg_red a:visited,
.ampm.bg_red a:active {
	color: #fff;
}

.time_arr img {
	width: 25px;
}

.white_box img {
	margin-right: 10px;
	vertical-align: middle;
}

.w250 {
	width: 250px
}

.w24 {
	width: 24%;
}


.d-iblock {
	display: inline-block;
}
.d-flex {
	display: flex;
	width: 100%;
}

.d-flex-center {
	display: flex;
	align-items: center;
}
.p5 {
	padding: 5px 10px;
}
.p10 {
	padding: 10px !important;
}

.p20 {
	padding: 20px !important;
}
.p30 {
	padding: 30px !important;
}

.p50 {
	padding: 50px !important;
}
.pt20 {
	padding-top: 20px;
}
.pt150 {
	padding-top: 150px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt35 {
	margin-top: 35px;
}

.mt50 {
	margin-top: 50px;
}

.mt75 {
	margin-top: 75px;
}

.mt100 {
	margin-top: 100px;
}

.mt150 {
	margin-top: 150px;
}

.mt200 {
	margin-top: 200px;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mauto {
	margin-left: auto;
	margin-right: auto;
}

.mlauto {
	margin-left: auto;
}

.mr10 {
	margin-right: 10%;
}

.mr15 {
	margin-right: 15px;
}

strong {
	font-weight: 800;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700 !important;
}
.smico img
{
	width:15px;
}
.logo {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #242331;
}

.logo svg {
	display: inline-block;
	vertical-align: middle;
}
.logo img {
    max-width: 200px;
}
.zind {
	z-index: 1;
}


.head_lal {
	color: #242331;
	font-size: 52px;
	font-family: 'Lalezar', cursive;
	line-height: 125%;
}

.txtlal_40 {
	color: #242331;
	font-size: 40px;
	font-family: 'Lalezar', cursive;
	line-height: 125%;
}

.menu {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: #F9F9F9;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin: 20px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	display: inline-block;
	padding: 15px 15px 0 15px;
}

.menu li a:link,
.menu li a:visited,
.menu li a:active {
	color: #242331;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

a.blue:link,
a.blue:visited,
a.blue:active {
	color: #1E20D7;
	text-decoration: underline;
	font-weight: 600;

}

a.gray:link,
a.gray:visited,
a.gray:active {
	color: #797979;
	text-decoration: none;
}
a.dark:link,
a.dark:visited,
a.dark:active {
	color: #000;
	text-decoration: underline;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
color: #4b2f7b;
}

.menu li a:hover,
.mactive {
	color: #4b2f7b !important;
}

.menu li a.button:link,
.menu li a.button:visited,
.menu li a.button:active {
	color: #242331;
	font-size: 14px;
}

.signin {
	display: inline-block;
}

.w200 {
	max-width: 200px;
	width: 100%;
	margin-right: 30px;
}

.w200 select.purple {
	width: 160px;
}

.max330 {
	max-width: 330px;
	width: 100%;
}

.max500 {
	max-width: 500px;
	width: 100%;
}

.max800 {
	max-width: 800px;
	width: 100%;
}
.max1160 {
	max-width: 1160px;
	width: 100%;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}


.col-1 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-3-2 {
	-ms-flex: 0 0 66.66666666%;
	flex: 0 0 66.66666666%;
	max-width: 66.66666666%
}

.col-2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-3 {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}

.col-4 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.col-40p {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.col-1,
.col-3-2,
.col-2,
.col-3,
.col-4,
.col-5,
.col-12,
.col-40p,
.accmenu,
.accont,
.accont_full {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	z-index: 1;
}

.footer {
	border-top: 2px solid #E3E3E3;
	border-bottom: 2px solid #E3E3E3;
	padding-bottom: 50px;
}

.val img {
	vertical-align: middle;
	margin-right: 5px;

}

.menuf ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menuf li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menuf li a {
	color: #797979;
	text-decoration: none;
}

.menuf li a:hover {
	color: #4b2f7b;
}

.copr div:last-child {
	margin-left: auto
}

.copr div:last-child img {
	margin-right: 10px;
}

.copr {
	margin-bottom: 20px;
}

.h28 img {
	height: 28px;
}


.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.aboutl {
	width: 45%;
	padding-left: 5%;
	float: left;
}

p {
	margin: 0 0 20px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
  -moz-appearance: textfield;
	-webkit-appearance: textfield;
	  height: 2.5em;
  width: 2.5em;
}
input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=time],
input[type=date] {
	width: 100%;
	padding: 10px 20px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	display: block;
	background-color: #fff;
	border: 1px solid #D3D3D3;
	vertical-align: bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 5px 0 0 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

select,
select:not(:checked) {
	width: 100%;
	padding: 10px 50px 10px 20px;
	display: block;
	background-color: #fff;
	border: 1px solid #D3D3D3;
	vertical-align: bottom;
	background: url("images/chevron_down.svg") no-repeat right center #fff;
	background-position: bottom 45% right 20px;
	background-size: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 5px 0 0 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

select.purple,
select.purple:not(:checked) {
	background: url("images/chevron_purple.svg") no-repeat right center #fff;
	background-position: bottom right;
	background-size: 50px;
	font-size: 34px;
	font-weight: 600;
	padding: 10px;
	line-height: 28px;
}

textarea {
	height: 150px;
	width: 100%;
	padding: 20px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	display: block;
	background-color: #fff;
	border: 1px solid #D3D3D3;
	vertical-align: bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 5px 0 0 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

textarea::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: normal;
	color: #797979;
	font-size: 14px;
}

input.sm[type=text],
input.sm[type=password],
input.sm[type=tel],
input.sm[type=number],
input.sm[type=date] 
{
	padding: 4px 8px;
	font-size: 14px;
	width: 80px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input.sm2[type=text],
input.sm2[type=password],
input.sm2[type=tel],
input.sm2[type=number],
input.sm2[type=date] {
	padding: 4px 8px;
	font-size: 14px;
	width: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: none;
}
input.sm2[type=time] {
	padding: 4px 6px;
	font-size: 14px;
	width: 116px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: none;
}
select.dd_sm2, select.dd_sm2:not(:checked) {
	width: 100%;
	padding: 4px 8px;
	display: block;
	background: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.hour_label{
	width:120px;
}

#hamburger {
	display: none;
}

.error {
	color: #4b2f7b;
	font-size: 14px;
	margin-left: 20px;
}
.VAMErrorText
{
		color: #4b2f7b;
	font-size: 14px;
}
.line {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #E3E3E3;
}

.accmenu {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.accont {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%
}

.accont_full {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.accmenu ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.accmenu ul li {
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.accmenu ul li a
{
	display: flex;
	align-items: center;
}
.accmenu ul li a:link,
.accmenu ul li a:visited,
.accmenu ul li a:active {
	color: #242331;
	font-size: 14px;
}

.accmenu ul li a:link {
	color: #242331;
}
.accmenu ul li a:hover, .accmenu ul li i:hover
{
	color: #4b2f7b;
}
.accmenu .white_box {
	padding: 20px 10px!important;
}
.accmenu ul a.selected {
	 color: #4b2f7b !important;
     font-weight:bold !important;
        }
.accont .txt30, .accont_full .txt30 {
	margin-right: 30px;
}

/* Custom radio and checkboxes */

.radiocont,
.checkcont {
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radiocont input,
.checkcont input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 19px;
	border: 1px solid #242331;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.checkmark2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	border: 1px solid #242331;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.check {
    margin: -40px 0 0;
    float: right;
    font-size: 30px;
    color: #4b2f7b;
}
.custom_chk_disabled {
	border: 1px solid #D3D3D3 !important;
}

.radiocont:hover input ~ .checkmark1,
.checkcont:hover input ~ .checkmark2 {
	background-color: #FFECEF;
}

.radiocont input:checked~.checkmark1,
.checkcont input:checked~.checkmark2 {
	background-color: #fff;
	border: 1px solid #4b2f7b;
}

.checkcont input:checked~.checkmark2 {
	background-color: #4b2f7b;
	border: 1px solid #4b2f7b;
}

.radiocont:hover input ~ .custom_chk_disabled,
.checkcont:hover input ~ .custom_chk_disabled {
	background-color: #fff !important;
	cursor:default !important;
}

.checkmark1:after,
.checkmark2:after {
	content: "";
	position: absolute;
	display: none;
}

.radiocont input:checked~.checkmark1:after,
.checkcont input:checked~.checkmark2:after {
	display: block;
}

.radiocont .checkmark1:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #4b2f7b;
}

.checkcont .checkmark2:after {
	left: 6px;
	top: 2px;
	width: 7px;
	height: 14px;
	border: solid white;
	border-width: 0 3.5px 3.5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* End radio and checkboxes */

/* crumb */
.crumb {
	width: calc(100% - 14px);
	max-width: 330px;
	position: relative;
	padding-left: 11px;
}


.step_txt {
	width: auto;
	position: absolute;
	line-height: 12px;
	font-size: 14px;
	margin-left: 3px;
	color: #242331;
	font-weight: 500;
	bottom: 0;
	left: -6px;
	margin-bottom: -30px;
}

.oval+.step_txt {
	margin-left: 8px;
}

.linec {
	border-bottom: 1px solid #242331;
	width: 100%;
}

.line_div {
	display: inline-block;
	width: 24%;
	position: relative;
}

.line_last {
	position: absolute;
	right: -7px;
	width: auto;
	display: block;
	top: 0;
}

.line_last .oval {
	margin-right: -4px;
}

.oval {
	display: inline-block;
	margin-left: 0;
	margin-bottom: -16px !important;
	box-sizing: border-box;
	height: 22px;
	width: 22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #4b2f7b;
	position: relative;
	margin-left: -11px;
	cursor: pointer;
}

.oval::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #4b2f7b;

}

.oval-s {
	display: inline-block;
	margin-left: 0;
	margin-bottom: -11px !important;
	box-sizing: border-box;
	height: 14px;
	width: 14px;
	margin-left: -7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #242331;
	cursor: pointer;
}

.flex1 {
	flex: 1;
}

.d-flex-center.hop div {
	margin-right: 20px;
}


.bg_red {
	background-color: #4b2f7b;
	color: #fff;
	height: 100%;
}
.bg_green {
	background-color: #36bea6!important;
	color: #fff;
}
.bg_blue {
	background-color: #10aadc!important;
	color: #fff;
}
.bg_pink {
	background-color: #FFECEF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 20px;
}

#upgrade_plan3 img {
	max-width: 220px;
	margin: 0 auto;
}

.getst {
	bottom: 20px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bg_lila {
	background-color: #F4F5FF;
	padding:40px 30px;
	margin-left: -30px;
	margin-right: -30px;
}
.red_dot
{
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	font-family: 'Lalezar', cursive;
    font-size: 60px;
	background-color: #4b2f7b;
	color: #fff;
	text-align: center;
	line-height: 90px;
	margin-right: 20px;
    flex-shrink: 0;
}
.text-success {
	color: #36bea6 !important;
}

.text-warning {
	color: #ffbc34 !important;
}

.text-danger {
	color: #f62d51 !important;
}

.text-magenta {
	color: #ff00ff !important;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #000;
	font-size: 14px;
	border-collapse: collapse;
}

.table th,
.table td {
	padding: 1rem;
	vertical-align: top;
	text-align: left;
	word-wrap: break-word;
}

.table th {
	vertical-align: top;
	font-weight: 600;
}

.table tbody+tbody {
	border-top: 2px solid #e9ecef;
}

.table-bordered {
	border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #e9ecef;
	text-align: left;
	word-break: break-word;
}
.table-bordered th
{
	font-weight: 600;
	background-color: #fbfbfb;
}
.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}
.tbl_box
{
	font-size: 14px;
}
.tbl_box h4, .white_box h4
{
	font-size: 14px;
	white-space: nowrap;
}

/* Style the tabs */
.tab {
	overflow: hidden;
	margin-top: 20px;
}

.tab button {
	float: left;
	border-top: 0;
	border-bottom: 3px solid #ffffff;
	outline: none;
	border-left: 0;
	border-right: 0;
	padding: 0;
	cursor: pointer;
	transition: 0.3s;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-right: 20px;
	background-color: #fff;
}

	.tab button:hover {
		border-bottom: 3px solid #4b2f7b;
	}

	.tab button.active {
		border-bottom: 3px solid #4b2f7b;
		font-weight: 600;
	}

.tab input[type=button] {
	float: left;
	border-top: 0;
	border-bottom: 3px solid #ffffff;
	outline: none;
	border-left: 0;
	border-right: 0;
	padding: 0;
	cursor: pointer;
	transition: 0.3s;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-right: 20px;
	background-color: #fff;
}

	.tab input[type=button]:hover {
		border-bottom: 3px solid #4b2f7b;
	}

	.tab input[type=button].active {
		border-bottom: 3px solid #4b2f7b;
		font-weight: 600;
	}

.tabcontent {
	display: none;
	padding: 30px 0;
}

/* Style accordition */
.accordion, .accordion_wizard {
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: 0;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	transition: 0.4s;
	padding: 0px;
	background-color: #fff;
}

.active,
.accordion:hover {}

.accordion:after {
	content: '\002B';
	color: #242331;
	float: right;
	font-size: 38px;
	line-height: 20px;
}

.accordion.active:after {
	content: "\2212";
}


.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.fsi {
	font-style: italic;
}

/* The Modal  */
.modal {
	display: none;
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
	position: absolute;
	background-color: #fefefe;
	padding: 0;
	z-index: 3;
	max-width: 860px;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

@-webkit-keyframes animatetop {
	from {
		margin-top: -300px;
		opacity: 0
	}

	to {
		top: 50%;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		margin-top: -300px;
		opacity: 0
	}

	to {
		top: 50%;
		opacity: 1
	}
}

.close {
	color: #2A2A2D;
	float: right;
	font-size: 28px;
	font-weight: 400;
	margin-right: 18px;
	cursor: pointer;
}

.edit {
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.closeabs {
	top: 30px;
	position: absolute;
	right: 20px;
	z-index: 1;
}

.modal-body .radiocont,
.modal-body .checkcont {}

.modal-header {
	padding:20px 20px 0 20px;
}
.modal-footer
{
	padding:0 20px 20px 20px;
}
body.modal-open {
	overflow: hidden
}

.modal-body {
	padding: 20px;
	font-size: 14px;
}

.modal-body h1 {
	margin-top: 0
}
ul.breadcrumb
{
	list-style-type: none;
    margin: 20px 0 20px 10px;
    padding: 0;
}
.breadcrumb li:before {
    content: '';
    position: absolute;
    border-right: 1px solid #040404;
    border-bottom: 1px solid #040404;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -10px;
    transform: translateY(-50%) rotate(-45deg);
}
.breadcrumb li
{
	display: inline-block;
	position: relative;
}

.breadcrumb-item
{
	margin-right: 15px;
	font-size: 13px;
}
.breadcrumb-item .active
{
	color: #242331;
}
/* End Modal  */
.tmsel
{
	font-size: 14px;
	cursor: pointer;
}
.smsel select, .smsel select:not(:checked)
{
    padding: 5px;
    background-size: 10px;
    background-position: bottom 45% right 5px;
        border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    width: 80px;
	display: inline-block;
    margin: -7px 0 5px 5px;

}
.tmbox
{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #E3E3E3;
}

/* dropdown menu left*/
li.dropdown {
	display: block;
}

.dropdown-content {
	display: none;
	min-width: 160px;
	opacity: 0;
	transition: opacity 3s;
}

	.dropdown-content a {
		color: black;
		padding: 15px 0 0 0;
		text-decoration: none;
		display: block;
		text-align: left;
		font-size: 14px !important;
	}

		.dropdown-content a::before {
			content: "";
			display: inline-block;
			width: 3px;
			height: 0;
			border-bottom: 3px solid #8b8b8b;
			margin-right: 5px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			vertical-align: middle;
			transition: border-bottom 0.3s, margin-right 0.3s, width 0.3s, border-radius 0.3s;
		}

		.dropdown-content a:hover::before,
		.dropdown-content a.selected::before {
			border-bottom: 5px solid #4b2f7b;
			margin-right: 5px;
			width: 5px;
			border-radius: 5px;
		}
.dropdown-content
{
	margin-left: 17px;
}
.dropdown.selected .dropdown-content {
	display: block;
	opacity: 1;
}
/* end dropdown menu left*/

@media only screen and (max-width: 767px) {
	.menu {
		background-color: #242330;
		opacity: 0.86;
		-webkit-box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.3);
		height: 100%;
		bottom: 0;
		overflow: auto;
		top: 0;
		width: 235px;
		padding: 80px 0 0 0;
		z-index: 2;
		margin: 0;
		position: fixed;
		right: -250px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#navMenu {
		transform: none;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0)
	}

	#hamburger span {
		display: flex;
		width: 25px;
		height: 3px;
		margin-bottom: 5px;
		position: relative;
		background: #2a2a2d;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 5px 0px;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
	}


	#hamburger {
		position: fixed;
		z-index: 3;
		top: 20px;
		right: 10px;
		display: block;
		background-color: rgba(207, 0, 0, 0.7);
		padding: 10px 10px 5px 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}


	.menu ul {
		flex-direction: column;
	}

	.menu ul li {
		border-bottom: 1px solid #fff;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0;
		padding-top: 20px;
		display: block;
		padding-bottom: 20px;
		cursor: pointer;
	}

	.menu ul li:hover {
		background-color: #4b2f7b;
	}

	.menu li a:link,
	.menu li a:visited,
	.menu li a:active {
		color: #fff;
		font-size: 18px;
	}

	.menu li a:hover {
		color: #fff !important;
	}

	#navMenu {
		transform: none;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0)
	}

	#hamburger span {
		display: flex;
		width: 25px;
		height: 3px;
		margin-bottom: 5px;
		position: relative;
		background: #fff;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 5px 0px;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
	}

	.signin {
		text-align: right;
		display: block;
		padding-right: 35px;
		margin: 20px;
	}

	.logo {
		font-size: 25px;
	}

	.cont {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;

	}

	.head_anim {
		float: none;
		width: 100%;
		padding-top: 20%;
	}

	.head_txt {
		padding-top: 20px;
		width: 100%;
		text-align: center;
	}

	.head_lal {
		font-size: 40px;

	}

	.pt150 {
		padding-top: 75px;
	}

	h1 {
		font-size: 30px;
	}

	.col-2,
	.col-3,
	.col-4,
	.col-3-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
		padding-right: 0;
		padding-left: 0;
	}

	.txt25 {
		font-size: 22px;
	}

	.col-2 .white_box {
		text-align: center;
	}

	.txt20 {
		font-size: 18px;
	}

	.txt18 {
		font-size: 16px;
	}

	.txt16 {
		font-size: 14px;
	}

	.mt100 {
		margin-top: 50px;
	}

	.copr {
		font-size: 14px;
	}

	.p50 {
		padding: 20px !important;
	}


	.button {
		padding: 10px 20px;
		font-size: 13px;
	}

	.mt75 {
		margin-top: 50px;
	}

	.txt30 {
		font-size: 28px;
	}

	.w250 {
		width: 100%;
	}

	.footer {
		text-align: center;
	}

	.row.mt25 {
		margin-top: 0;
	}

	.d-flex {
		flex-direction: column;
	}


	input[type=text],
	input[type=password],
	input[type=tel],
	input[type=number],
	input[type=date],
	textarea {
		font-size: 14px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin: 5px 0;
	}


	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-3-2, .col-12, .accmenu, .accont, .accont_full {
		padding-right: 5px;
		padding-left: 5px;
	}
    .mt35
	{
		margin-top: 15px;
	}
	.d-flex .w200:first-child
	{
	margin-bottom: 20px;	
	}
}
@media only screen and (max-width: 480px) {

	.accmenu ul li a i
{
	display: inline-block;
	font-size: 18px;
	margin-right: 7px;
}
	.accmenu ul li a span, .dropdown.selected .dropdown-content
	{
		opacity: 0;
		white-space: nowrap;
        transition: opacity 0.6s ease;
	}

	.accmenu.white_box .txt25
	{
	font-size: 18px !important;
    position: absolute;
    top: 0px;
    left: 100px;
	}
	.logo
	{
		position: relative;
	}
	.logo img
	{
		width: 90px;
	}
   .cont {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;

	}
	.accmenu, .accont, .accont_full {
		padding-right: 0;
		padding-left: 0;
	}
	.accmenu {
    flex: none;
    position: absolute;
	z-index: 2;
	width: 50px;
	max-width: 100%;
	transition: width 0.6s ease;
}
	.dropdown.selected .dropdown-content
	{
		display: none;
	}
	.accmenu:hover span, .accmenu:hover .dropdown.selected .dropdown-content
{
	opacity: 1;
}
	.accmenu:hover .dropdown.selected .dropdown-content{
		display: block;
	}
	.accont, .accont_full {
		flex: none;
		max-width: 100%;
		width: 100%;
		padding-left: 50px;
		padding-left: 50px;
	}
	.accmenu ul
	{
		margin: 0;
	}
	.accmenu ul li
	{
		padding-left: 0;
		margin-bottom: 35px;
	}
	.accmenu li:hover::before, .accmenu li.selected::before
	{
		background-color: transparent;
	}
	.accmenu .txt25 {
    font-size: 18px !important;
	position: absolute;
    top: -60px;
    left: 100px;
    width: 100%;
    white-space: nowrap;
}
	.accmenu .mt100
	{
		margin-top: 20px;
	}
	.col-4 .mb20
	{
		margin-bottom: 0px!important;
	}
	.p20
	{
		padding: 10px!important;
	}
	.white_box
	{
	 -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border-radius:10px;
	}
	.mt100 .button.txtblack
	{
	 padding: 0;		
    border: 0;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
		
	}
	.mt100 .button.txtblack span
	{
		display: none;
	}
	.mt100 .button:hover{
		background-color:transparent;
	}
	.mt100 .button.txtblack i
	{
		font-size: 18px;
	}
	.accmenu a:hover, .accmenu a:hover i
	{
		color: #4b2f7b;
	}

}