.HeaderRight.svelte-o45c7s.svelte-o45c7s{padding:18.5px 0;text-align:right}ul.svelte-o45c7s.svelte-o45c7s{margin:0;padding:0}li.svelte-o45c7s.svelte-o45c7s{list-style:none;display:inline-block}.UserAvatar.svelte-o45c7s img.svelte-o45c7s{width:32px;height:32px;border-radius:100%}
header.svelte-1auhax8{min-height:72px;margin-left:auto;background-color:#fff;border-bottom:1px solid #f5f5f5;z-index:999;position:static;top:0}.MainBrand.svelte-1auhax8{margin:20px}
li.svelte-1vqb2ty{display:block;list-style:none;margin-left:14px}a.svelte-1vqb2ty{width:100%;color:#2b2b2b;font-size:1em;font-weight:500;display:block;padding:5px 0}a.svelte-1vqb2ty:hover{text-decoration:none}.active.svelte-1vqb2ty{color:#ea0663}
.accordion.svelte-u7bpt6{width:100%;color:#2b2b2b;font-size:1em;font-weight:500;display:block;padding:12px 0 12px 20px;border:none;text-align:left;outline:none;background-color:white;border-top-right-radius:25px;border-bottom-right-radius:25px}.accordion.active.svelte-u7bpt6{color:#ea0663;background-color:#f7e2ea;border-left:5px solid #ea0663;padding:12px 0 12px 15px}.active.svelte-u7bpt6,.accordion.svelte-u7bpt6:hover{background-color:#f5f5f5}.panel.svelte-u7bpt6{background-color:white;overflow:hidden;height:0px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease}.panel.active.svelte-u7bpt6{height:auto}
li.svelte-1atqbc{list-style:none;padding-top:1px}
nav.svelte-vfizb5{width:100%;padding-top:20px}ul.svelte-vfizb5{margin:0;padding:0}.nav-1.svelte-vfizb5{overflow:hidden;overflow-y:auto}
aside.svelte-127nwcl{width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff;padding-right:15px}.SidebarLeft.svelte-127nwcl{height:calc(100vh - 80px);position:fixed;display:flex;left:0;bottom:0;background-color:white;box-shadow:0 0 6px rgba(200, 200, 200, 0.16);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;z-index:9}.CrossBtn.svelte-127nwcl{display:block;width:100%;background:white;display:flex;align-items:center;border:none;border-top:1px solid lightgray;outline:none}
.PageLoader.svelte-494kz1{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.25);z-index:1110}.LoaderContainer.svelte-494kz1{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@keyframes svelte-494kz1-LoaderHeart{0%{transform:scale(0.95)}5%{transform:scale(1.1)}39%{transform:scale(0.85)}45%{transform:scale(1)}60%{transform:scale(0.95)}100%{transform:scale(0.9)}}#loader.svelte-494kz1{position:absolute;left:50%;top:50%;z-index:1;width:60px;height:60px;margin:-76px 0 0 -76px;border:10px solid #f3f3f3;border-radius:50%;border-top:10px solid var(--primary);-webkit-animation:svelte-494kz1-spin 0.6s linear infinite;animation:svelte-494kz1-spin 0.6s linear infinite}@-webkit-keyframes svelte-494kz1-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes svelte-494kz1-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.container.svelte-1daf8fh{height:100vh}.form-container.svelte-1daf8fh{margin:auto;width:360px;min-height:420px;border:1px solid #e0e0e0;box-shadow:0px 0px 6px rgba(138, 138, 138, 0.05);border-radius:20px;background-color:var(--white);padding:30px;background-image:url('/images/bg.png');background-repeat:no-repeat;background-position:248px 7px}input.svelte-1daf8fh{height:50px;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:10px;display:block;padding:10px;width:100%}@keyframes svelte-1daf8fh-shake{0%{transform:translateX(10px)}50%{transform:translateX(-10px)}100%{transform:translateX(10px)}}@keyframes svelte-1daf8fh-shake{0%{transform:translateX(-15px)}20%{transform:translateX(15px)}40%{transform:translateX(-15px)}60%{transform:translateX(15px)}80%{transform:translateX(-15px)}100%{transform:translateX(0px)}}
:root {
	--primary: #ea0663;
	--primary-hover: #d40358;
	--primary-two: #2b2b2b;
}

@font-face {
	font-family: 'SegoeUI' !important;
	font-weight: 100 700;
	src: url('/fonts/SegoeUI-Roman-VF_web.woff2') format('woff2'),
		url('/fonts/SegoeUI-Roman-VF_web.woff') format('woff'), url('/fonts/SegoeUI-Roman-VF_web.ttf') format('ttf');
}

body {
	font-family: Segoe UI, SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-size: 0.875rem !important;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
}
.border-primary {
	border-color: #ea0663 !important;
}
.font-weight-semibold {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
	line-height: 19px;
}

.text-primary {
	color: var(--primary) !important;
}
.text-5c {
	color: #5c5c5c;
}

/* Columns */
.col-md-five {
	position: relative;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

/* Button */
.btn {
	font-size: 14px;
	box-shadow: none !important;
}

.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
	box-shadow: none;
}

.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: var(--primary);
	border-color: var(--primary);
}

/* Form */
.form-group .required:after {
	content: ' *';
	color: var(--primary);
}

.form-group label {
	font-weight: 500;
}

.form-control {
	font-size: 14px;
	height: calc(1.5em + 0.938rem + 2px);
	border-color: #e9e9e9;
}

.form-control:focus {
	border-color: #f7e2ea;
	box-shadow: none;
}

.form-control::placeholder {
	color: #cbcbcb;
}
.form-control:disabled {
	background-color: transparent;
}

.form-control:-ms-input-placeholder {
	color: #cbcbcb;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: var(--primary);
	background-color: var(--primary);
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}

.lang-field .card {
	border-radius: 5px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.lang-field .card-body {
	padding: 0 10px;
}

.lang-field .card-body .nav-item .nav-link {
	text-transform: capitalize;
}

.lang-field .card-body .tab-content {
	padding: 0;
}

.lang-field .card-body .form-control {
	border-color: transparent;
}

.lang-field .card-body .form-control:focus {
	box-shadow: none;
}

.lang-field .card-body textarea {
	min-height: 80px;
}

.lang-is-focused {
	border-color: #f7e2ea;
	box-shadow: 0 0 0 0.2rem rgba(234, 6, 99, 0.25);
}

.CheckboxService {
	cursor: pointer;
	position: relative;
	min-width: 100px;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	margin: 0 10px 10px 0;
	text-align: center;
	border-radius: 20px;
	display: inline-block;
	border: 1px solid #e9e9e9;
}

.CheckboxService.isChecked {
	color: var(--white);
	border-color: #00c4ff;
	background-color: #00c4ff;
}

.CheckboxService:not(.isChecked).isDisabled {
	opacity: 0.65;
}

.CheckboxService:not(.isChecked).isDisabled label {
	cursor: not-allowed;
}

.CheckboxServiceGroup.is-invalid .CheckboxService {
	border-color: #dc3545;
}

.CheckboxService .form-check-input {
	display: none;
}

.CheckboxService label {
	cursor: pointer;
}

.UpdateCalender .Selectbox-Items {
	max-height: 230px;
}

/* Pagination */
.pagination {
	margin-bottom: 0;
}

.page-link {
	color: var(--primary);
}

.page-link:hover,
.page-link:focus {
	color: var(--primary-hover);
	box-shadow: none;
}

.page-item.active .page-link {
	background-color: var(--primary);
	border-color: var(--primary);
}
.page-item.active .page-link.newStyle {
	background-color: var(--primary-two);
	border-color: var(--primary-two);
}

.SidebarPagination .page-item:first-child .page-link,
.SidebarPagination .page-item:last-child .page-link,
.SidebarPagination .page-link {
	width: 33px;
	height: 33px;
	border-radius: 100%;
	border: 0;
	font-weight: 500;
}

.SidebarPagination .page-item:not(.active) .page-link {
	color: var(--dark);
}

.SidebarPagination .page-item:not(.active) .page-link:hover {
	background-color: transparent;
}

.SidebarPagination .page-item {
	width: 33px;
	height: 33px;
	margin-right: 1px;
}

.SidebarPagination .page-item .page-link,
.SidebarPagination .page-item.active .page-link {
	z-index: 1;
}

.SidebarPagination .page-item .page-link {
	padding: 0;
	line-height: 33px;
	text-align: center;
}

/* Table */
.DataTable {
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #dee2e6;
	margin-bottom: 20px;
}

.DataTable table {
	margin-bottom: 0;
}

.DataTable table thead th {
	font-weight: 500;
	border-top: transparent;
}

/* Modal */
.modal-header .close:focus {
	outline: none;
}

.modal-content {
	border: 0;
}

/* Card */
.card {
	border-radius: 10px;
	border-color: #e9e9e9;
}

.card.is-invalid {
	border-color: var(--danger);
}

/* Header Statistics */
.StatisticsItems {
	padding: 0;
	margin: 0 -5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.StatisticsSingleItem {
	padding: 0 5px;
	list-style: none;
	-ms-flex: 0 0 16.66%;
	flex: 0 0 16.66%;
	max-width: 16.66%;
}

/* Right sidebar */
.RightSidebarHeader {
	margin: -30px -20px 0 -20px;
	padding: 30px;
	border-bottom: 1px solid #e9e9e9;
}

.RightSidebarHeader .Heading {
	font-size: 18px;
	color: var(--dark);
}

.RightSidebarBody {
	padding: 10px 0 0 0;
}

.RightSidebarBody .nav-tabs .nav-link {
	text-transform: capitalize;
}

.RightSidebarBody .FixedHeightCard {
	height: 550px;
	border-bottom: 1px solid #e9e9e9;
	overflow: auto;
}

/* Selectbox and Chips */
.Selectbox {
	position: relative;
}

.Selectbox-Indicator {
	padding: 7.5px 11px;
	position: absolute;
	top: 1px;
	right: 2px;
	background-color: var(--white);
}

.Selectbox-Indicator.isActive {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.Selectbox-Items {
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	margin-top: 8px;
	border-radius: 5px;
	background-color: var(--white);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
	z-index: 999;
}

.Selectbox-Items ul {
	margin: 0;
	padding: 4px 0;
}

.Selectbox-Items li {
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 8px 12px;
	list-style: none;
}

.Selectbox-Items li:hover {
	background-color: rgba(234, 6, 99, 0.15);
}

.Selectbox-Items li.active {
	color: var(--white);
	background-color: var(--primary);
}

.Selectbox-Items li.disabled,
.Selectbox-Items li.disabled:hover {
	cursor: default;
	opacity: 0.65;
	background-color: transparent;
}

.ChipsList span {
	border: 20px;
	display: inline-block;
	font-weight: 500;
	margin: 0 8px 12px 0;
	padding: 8px 12px;
	border-radius: 20px;
	color: var(--secondary);
	background-color: #f0f0f5;
}

.ChipsList span button {
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
	background-color: transparent;
}

.ChipsList span button:focus {
	outline: none;
}

/* Dropdown */
.HeaderRight .btn-outline-secondary {
	padding: 0;
	border-radius: 100%;
	border-color: #dee2e6;
}

.IconDropDownBtn .btn-outline-secondary {
	padding: 0;
	border-radius: 100%;
	border-color: white;
}

.IconDropDownBtn .btn-outline-secondary:hover {
	background-color: white;
}

.dropdown-menu {
	border-radius: 10px;
	border: 1px solid #f5f5f5;
	box-shadow: rgb(200 200 200 / 16%) 0px 0px 6px;
}

.dropdown-item {
	font-size: 14px;
}

.dropdown-item:active {
	color: #212529;
	background-color: transparent;
}

.dropdown-item:focus {
	outline: none;
}

.sidebar-title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #2b2b2b;
}

.black-new-btn {
	padding: 10px 24px;
	background: #2b2b2b;
	border-radius: 10px;
	margin-top: 20px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

/**** Remove number input arrow ******** Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type='number'] {
	-moz-appearance: textfield;
}

.Orders-table {
	margin-top: 2rem;
}

.Orders-table td {
	border-bottom: 1px solid #e9e9e9;
	color: #5c5c5c;
	vertical-align: middle;
}

.Orders-table thead tr th {
	border: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
}

.cursor-pointer:hover {
	cursor: pointer;
}

.image-profile {
	height: 46px;
	width: 46px;
	margin-right: 15px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
}

.IconTextArea::-webkit-resizer {
	display: none;
}

.dateStyle[type='date']::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.scroll-container {
	overflow-y: auto;
}

.scroll-container::-webkit-scrollbar {
	width: 15px;
}

.scroll-container::-webkit-scrollbar-track {
	background: #e0e0e0;
	border-left: 7px solid white;
	border-right: 7px solid white;
}

.scroll-container::-webkit-scrollbar-thumb {
	background: #b1b1b1;
	border-radius: 6px;
	border-left: 4px solid white;
	border-right: 4px solid white;
}
.color-999999 {
	color: #999999;
}

.DropdownToggle {
	background: white;
	border: none;
	padding: 12px 0 12px 20px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	text-align: left;
	width: 100%;
}
.DropdownToggle.active {
	background: #f7e2ea !important;
	border-left: 5px solid #ea0663 !important;
	padding: 12px 0 12px 15px;
}
.DropdownToggle:hover {
	background-color: #f5f5f5 !important;
}

.modal-header {
	border-bottom: 0 !important;
}
.modal-content {
	border-radius: 10px;
	padding: 10px;
}

#nprogress {
	z-index: 99999;
}
#nprogress .bar {
	z-index: 99999;
	background: var(--primary) !important;
	height: 3px !important;
}
#nprogress .peg {
	z-index: 99999;
	box-shadow: 0 0 10px var(--primary), 0 0 5px var(--primary) !important;
}
#nprogress .spinner {
	z-index: 99999;
	top: 10px !important;
	margin-top: 0 !important;
}
#nprogress .spinner > div {
	background-color: transparent !important;
}
#nprogress .spinner-icon {
	border-top-color: var(--primary) !important;
	border-left-color: var(--primary) !important;
}

.main.svelte-1b67kmh{position:relative;width:calc(100% - 246px);margin-left:auto;padding-bottom:50px;overflow:hidden;overflow-y:auto;height:calc(100vh - 80px)}.SidebarBackdrop.svelte-1b67kmh{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(200, 200, 200, 0.3);z-index:9}
h1.svelte-8lferx,p.svelte-8lferx{margin:0 auto}h1.svelte-8lferx{font-size:2.8em;font-weight:700;margin:0 0 0.5em 0}p.svelte-8lferx{margin:1em auto}@media(min-width: 480px){h1.svelte-8lferx{font-size:4em}}
