/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #137efc;
	--secondary: #ff69a5;
	--success: #20c997;
	--info: #2c99ff;
	--warning: #fa8b0c;
	--danger: #ff4d4f;
	--light: #9299b8;
	--dark: #272b41;
	--text: #666d92;
	--extra-light: #adb4d2;
	--gray: #5a5f7d;
	--third: #137efc;
	--white: #ffffff;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-xxl: 1600px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #666d92;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #137efc;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: none;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 10px;
}

button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 24px;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	color: #272b41;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

.lead {
	font-size: 21.28px;
	font-weight: 400;
}

.display-1 {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.2;
}

.display-2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
}

.display-3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
}

.display-4 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
}

hr {
	margin-top: 4.67rem;
	margin-bottom: 4.67rem;
	border: 0;
	border-top: 1px solid #f1f2f6;
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 20px;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "\2014\00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	-webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.row-cols-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #f1f2f6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #f1f2f6;
}

.table tbody + tbody {
	border-top: 2px solid #f1f2f6;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #f1f2f6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #f1f2f6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #d2d3fb;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
	border-color: #acaef8;
}

.table-hover .table-primary:hover {
	background-color: #bbbcf9;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #bbbcf9;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #ffd5e6;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
	border-color: #ffb1d0;
}

.table-hover .table-secondary:hover {
	background-color: #ffbcd7;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #ffbcd7;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c1f0e2;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
	border-color: #8be3c9;
}

.table-hover .table-success:hover {
	background-color: #acebd8;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #acebd8;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #c4e2ff;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
	border-color: #91caff;
}

.table-hover .table-info:hover {
	background-color: #abd5ff;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abd5ff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #fedfbb;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
	border-color: #fcc381;
}

.table-hover .table-warning:hover {
	background-color: #fed3a2;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #fed3a2;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #ffcdce;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
	border-color: #ffa2a3;
}

.table-hover .table-danger:hover {
	background-color: #ffb4b5;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #ffb4b5;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #e0e2eb;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
	border-color: #c6cada;
}

.table-hover .table-light:hover {
	background-color: #d1d4e1;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #d1d4e1;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c3c4ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
	border-color: #8f919c;
}

.table-hover .table-dark:hover {
	background-color: #b5b7be;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b5b7be;
}

.table-text,
.table-text > th,
.table-text > td {
	background-color: #d4d6e0;
}

.table-text th,
.table-text td,
.table-text thead th,
.table-text tbody + tbody {
	border-color: #afb3c6;
}

.table-hover .table-text:hover {
	background-color: #c5c8d5;
}

.table-hover .table-text:hover > td,
.table-hover .table-text:hover > th {
	background-color: #c5c8d5;
}

.table-extra-light,
.table-extra-light > th,
.table-extra-light > td {
	background-color: #e8eaf2;
}

.table-extra-light th,
.table-extra-light td,
.table-extra-light thead th,
.table-extra-light tbody + tbody {
	border-color: #d4d8e8;
}

.table-hover .table-extra-light:hover {
	background-color: #d8dbe9;
}

.table-hover .table-extra-light:hover > td,
.table-hover .table-extra-light:hover > th {
	background-color: #d8dbe9;
}

.table-gray,
.table-gray > th,
.table-gray > td {
	background-color: #d1d2db;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
	border-color: #a9acbb;
}

.table-hover .table-gray:hover {
	background-color: #c3c4d0;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
	background-color: #c3c4d0;
}

.table-third,
.table-third > th,
.table-third > td {
	background-color: #d2d3fb;
}

.table-third th,
.table-third td,
.table-third thead th,
.table-third tbody + tbody {
	border-color: #acaef8;
}

.table-hover .table-third:hover {
	background-color: #bbbcf9;
}

.table-hover .table-third:hover > td,
.table-hover .table-third:hover > th {
	background-color: #bbbcf9;
}

.table-white,
.table-white > th,
.table-white > td {
	background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
	border-color: white;
}

.table-hover .table-white:hover {
	background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
	background-color: #f2f2f2;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #f1f2f6;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 2.625rem;
	padding: 0.375rem 1.2rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #f1f2f6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #137efc;
	outline: 0;
	-webkit-box-shadow: 0 0, 0px 5px 20px #137efc1A;
	box-shadow: 0 0, 0px 5px 20px #137efc1A;
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f4f5f7;
	opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 15px;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 12px;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: 1.875rem;
	padding: 0.25rem 0.5rem;
	font-size: 12px;
	line-height: 1.5;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: 3.125rem;
	padding: 0.5rem 1rem;
	font-size: 15px;
	line-height: 1.5;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 25px;
}

.form-text {
	display: block;
	margin-top: 0.66rem;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	-webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
	color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	-webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

.btn {
	display: inline-block;
	font-weight: 500;
	color: #666d92;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0 1.197rem;
	font-size: 14px;
	line-height: 2.65rem;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-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;
	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;
	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, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover {
	color: #666d92;
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #137efc;
	border-color: #137efc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary:hover {
	color: #fff;
	background-color: #3c41ef;
	border-color: #3035ee;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #3c41ef;
	border-color: #3035ee;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(119, 122, 244, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(119, 122, 244, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #137efc;
	border-color: #137efc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3035ee;
	border-color: #242aed;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(119, 122, 244, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(119, 122, 244, 0.5);
}

.btn-secondary {
	color: #212529;
	background-color: #ff69a5;
	border-color: #ff69a5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #ff438e;
	border-color: #ff3686;
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #fff;
	background-color: #ff438e;
	border-color: #ff3686;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 95, 146, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 95, 146, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #212529;
	background-color: #ff69a5;
	border-color: #ff69a5;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ff3686;
	border-color: #ff297f;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 95, 146, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 95, 146, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-success:hover {
	color: #fff;
	background-color: #1ba87e;
	border-color: #199d76;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #1ba87e;
	border-color: #199d76;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #199d76;
	border-color: #17926e;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(65, 209, 167, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #2c99ff;
	border-color: #2c99ff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-info:hover {
	color: #fff;
	background-color: #0687ff;
	border-color: #0080f8;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #0687ff;
	border-color: #0080f8;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(76, 168, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(76, 168, 255, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #2c99ff;
	border-color: #2c99ff;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #0080f8;
	border-color: #007aeb;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 168, 255, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 168, 255, 0.5);
}

.btn-warning {
	color: #212529;
	background-color: #fa8b0c;
	border-color: #fa8b0c;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-warning:hover {
	color: #fff;
	background-color: #db7705;
	border-color: #cf7004;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #db7705;
	border-color: #cf7004;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(217, 124, 16, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(217, 124, 16, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #fa8b0c;
	border-color: #fa8b0c;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #cf7004;
	border-color: #c26a04;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 124, 16, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 124, 16, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #ff4d4f;
	border-color: #ff4d4f;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-danger:hover {
	color: #fff;
	background-color: #ff2729;
	border-color: #ff1a1d;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #ff2729;
	border-color: #ff1a1d;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 104, 105, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 104, 105, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #ff4d4f;
	border-color: #ff4d4f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff1a1d;
	border-color: #ff0d10;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 104, 105, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 104, 105, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #9299b8;
	border-color: #9299b8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-light:hover {
	color: #fff;
	background-color: #7b83a9;
	border-color: #737ca4;
}

.btn-light:focus,
.btn-light.focus {
	color: #fff;
	background-color: #7b83a9;
	border-color: #737ca4;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(129, 136, 163, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(129, 136, 163, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #9299b8;
	border-color: #9299b8;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #fff;
	background-color: #737ca4;
	border-color: #6b759f;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(129, 136, 163, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(129, 136, 163, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #272b41;
	border-color: #272b41;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-dark:hover {
	color: #fff;
	background-color: #191b29;
	border-color: #141621;
}

.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #191b29;
	border-color: #141621;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(71, 75, 94, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(71, 75, 94, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #272b41;
	border-color: #272b41;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #141621;
	border-color: #0f1119;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(71, 75, 94, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(71, 75, 94, 0.5);
}

.btn-text {
	color: #fff;
	background-color: #666d92;
	border-color: #666d92;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-text:hover {
	color: #fff;
	background-color: #565c7b;
	border-color: #515774;
}

.btn-text:focus,
.btn-text.focus {
	color: #fff;
	background-color: #565c7b;
	border-color: #515774;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(125, 131, 162, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(125, 131, 162, 0.5);
}

.btn-text.disabled,
.btn-text:disabled {
	color: #fff;
	background-color: #666d92;
	border-color: #666d92;
}

.btn-text:not(:disabled):not(.disabled):active,
.btn-text:not(:disabled):not(.disabled).active,
.show > .btn-text.dropdown-toggle {
	color: #fff;
	background-color: #515774;
	border-color: #4c516c;
}

.btn-text:not(:disabled):not(.disabled):active:focus,
.btn-text:not(:disabled):not(.disabled).active:focus,
.show > .btn-text.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(125, 131, 162, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(125, 131, 162, 0.5);
}

.btn-extra-light {
	color: #212529;
	background-color: #adb4d2;
	border-color: #adb4d2;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-extra-light:hover {
	color: #212529;
	background-color: #949dc4;
	border-color: #8c96c0;
}

.btn-extra-light:focus,
.btn-extra-light.focus {
	color: #212529;
	background-color: #949dc4;
	border-color: #8c96c0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 185, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(152, 159, 185, 0.5);
}

.btn-extra-light.disabled,
.btn-extra-light:disabled {
	color: #212529;
	background-color: #adb4d2;
	border-color: #adb4d2;
}

.btn-extra-light:not(:disabled):not(.disabled):active,
.btn-extra-light:not(:disabled):not(.disabled).active,
.show > .btn-extra-light.dropdown-toggle {
	color: #212529;
	background-color: #8c96c0;
	border-color: #848ebb;
}

.btn-extra-light:not(:disabled):not(.disabled):active:focus,
.btn-extra-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(152, 159, 185, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(152, 159, 185, 0.5);
}

.btn-gray {
	color: #fff;
	background-color: #5a5f7d;
	border-color: #5a5f7d;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-gray:hover {
	color: #fff;
	background-color: #4a4e67;
	border-color: #45485f;
}

.btn-gray:focus,
.btn-gray.focus {
	color: #fff;
	background-color: #4a4e67;
	border-color: #45485f;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(115, 119, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(115, 119, 145, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
	color: #fff;
	background-color: #5a5f7d;
	border-color: #5a5f7d;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
	color: #fff;
	background-color: #45485f;
	border-color: #3f4358;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 119, 145, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115, 119, 145, 0.5);
}

.btn-third {
	color: #fff;
	background-color: #137efc;
	border-color: #137efc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-third:hover {
	color: #fff;
	background-color: #3c41ef;
	border-color: #3035ee;
}

.btn-third:focus,
.btn-third.focus {
	color: #fff;
	background-color: #3c41ef;
	border-color: #3035ee;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(119, 122, 244, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(119, 122, 244, 0.5);
}

.btn-third.disabled,
.btn-third:disabled {
	color: #fff;
	background-color: #137efc;
	border-color: #137efc;
}

.btn-third:not(:disabled):not(.disabled):active,
.btn-third:not(:disabled):not(.disabled).active,
.show > .btn-third.dropdown-toggle {
	color: #fff;
	background-color: #3035ee;
	border-color: #242aed;
}

.btn-third:not(:disabled):not(.disabled):active:focus,
.btn-third:not(:disabled):not(.disabled).active:focus,
.show > .btn-third.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(119, 122, 244, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(119, 122, 244, 0.5);
}

.btn-white {
	color: #212529;
	background-color: #ffffff;
	border-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-white:hover {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
}

.btn-white:focus,
.btn-white.focus {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
	color: #212529;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-outline-primary {
	color: #137efc;
	border-color: #137efc;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #137efc;
	border-color: #137efc;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #137efc;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #137efc;
	border-color: #137efc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
}

.btn-outline-secondary {
	color: #ff69a5;
	border-color: #ff69a5;
}

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #ff69a5;
	border-color: #ff69a5;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 105, 165, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 105, 165, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #ff69a5;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #212529;
	background-color: #ff69a5;
	border-color: #ff69a5;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 105, 165, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 105, 165, 0.5);
}

.btn-outline-success {
	color: #20c997;
	border-color: #20c997;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #20c997;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #20c997;
	border-color: #20c997;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-outline-info {
	color: #2c99ff;
	border-color: #2c99ff;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #2c99ff;
	border-color: #2c99ff;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 153, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(44, 153, 255, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #2c99ff;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #2c99ff;
	border-color: #2c99ff;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(44, 153, 255, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(44, 153, 255, 0.5);
}

.btn-outline-warning {
	color: #fa8b0c;
	border-color: #fa8b0c;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #fa8b0c;
	border-color: #fa8b0c;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(250, 139, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(250, 139, 12, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #fa8b0c;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #fa8b0c;
	border-color: #fa8b0c;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(250, 139, 12, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(250, 139, 12, 0.5);
}

.btn-outline-danger {
	color: #ff4d4f;
	border-color: #ff4d4f;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff4d4f;
	border-color: #ff4d4f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 77, 79, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 77, 79, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #ff4d4f;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff4d4f;
	border-color: #ff4d4f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 77, 79, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 77, 79, 0.5);
}

.btn-outline-light {
	color: #9299b8;
	border-color: #9299b8;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #9299b8;
	border-color: #9299b8;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(146, 153, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(146, 153, 184, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #9299b8;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #9299b8;
	border-color: #9299b8;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(146, 153, 184, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(146, 153, 184, 0.5);
}

.btn-outline-dark {
	color: #272b41;
	border-color: #272b41;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #272b41;
	border-color: #272b41;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(39, 43, 65, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(39, 43, 65, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #272b41;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #272b41;
	border-color: #272b41;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(39, 43, 65, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(39, 43, 65, 0.5);
}

.btn-outline-text {
	color: #666d92;
	border-color: #666d92;
}

.btn-outline-text:hover {
	color: #fff;
	background-color: #666d92;
	border-color: #666d92;
}

.btn-outline-text:focus,
.btn-outline-text.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(102, 109, 146, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(102, 109, 146, 0.5);
}

.btn-outline-text.disabled,
.btn-outline-text:disabled {
	color: #666d92;
	background-color: transparent;
}

.btn-outline-text:not(:disabled):not(.disabled):active,
.btn-outline-text:not(:disabled):not(.disabled).active,
.show > .btn-outline-text.dropdown-toggle {
	color: #fff;
	background-color: #666d92;
	border-color: #666d92;
}

.btn-outline-text:not(:disabled):not(.disabled):active:focus,
.btn-outline-text:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-text.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 109, 146, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 109, 146, 0.5);
}

.btn-outline-extra-light {
	color: #adb4d2;
	border-color: #adb4d2;
}

.btn-outline-extra-light:hover {
	color: #212529;
	background-color: #adb4d2;
	border-color: #adb4d2;
}

.btn-outline-extra-light:focus,
.btn-outline-extra-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(173, 180, 210, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(173, 180, 210, 0.5);
}

.btn-outline-extra-light.disabled,
.btn-outline-extra-light:disabled {
	color: #adb4d2;
	background-color: transparent;
}

.btn-outline-extra-light:not(:disabled):not(.disabled):active,
.btn-outline-extra-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-extra-light.dropdown-toggle {
	color: #212529;
	background-color: #adb4d2;
	border-color: #adb4d2;
}

.btn-outline-extra-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-extra-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(173, 180, 210, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(173, 180, 210, 0.5);
}

.btn-outline-gray {
	color: #5a5f7d;
	border-color: #5a5f7d;
}

.btn-outline-gray:hover {
	color: #fff;
	background-color: #5a5f7d;
	border-color: #5a5f7d;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(90, 95, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(90, 95, 125, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
	color: #5a5f7d;
	background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
	color: #fff;
	background-color: #5a5f7d;
	border-color: #5a5f7d;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(90, 95, 125, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(90, 95, 125, 0.5);
}

.btn-outline-third {
	color: #137efc;
	border-color: #137efc;
}

.btn-outline-third:hover {
	color: #fff;
	background-color: #137efc;
	border-color: #137efc;
}

.btn-outline-third:focus,
.btn-outline-third.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
}

.btn-outline-third.disabled,
.btn-outline-third:disabled {
	color: #137efc;
	background-color: transparent;
}

.btn-outline-third:not(:disabled):not(.disabled):active,
.btn-outline-third:not(:disabled):not(.disabled).active,
.show > .btn-outline-third.dropdown-toggle {
	color: #fff;
	background-color: #137efc;
	border-color: #137efc;
}

.btn-outline-third:not(:disabled):not(.disabled):active:focus,
.btn-outline-third:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-third.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
}

.btn-outline-white {
	color: #ffffff;
	border-color: #ffffff;
}

.btn-outline-white:hover {
	color: #212529;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
	color: #ffffff;
	background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
	color: #212529;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #137efc;
	text-decoration: none;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: none;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 0 1.535rem;
	font-size: 14px;
	line-height: 3rem;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0 1.074rem;
	font-size: 13px;
	line-height: 2.3rem;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.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: 16px;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.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::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 #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	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: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.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 1.5rem;
	margin-bottom: 0;
	font-size: 14px;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	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 {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.89775rem;
	padding-left: 0.89775rem;
}

.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.8055rem;
	padding-left: 0.8055rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 1.15125rem;
	padding-left: 1.15125rem;
}

.btn-group.show .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	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 {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	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) {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 1.2rem;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.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: 3.125rem;
}

.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: 15px;
	line-height: 1.5;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: 1.875rem;
}

.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: 12px;
	line-height: 1.5;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
}

.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) {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-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) {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.875rem;
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1.375rem;
	height: 1.4375rem;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0, 0px 5px 20px #137efc1A;
	box-shadow: 0 0, 0px 5px 20px #137efc1A;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: 0.0625rem;
	left: -1.875rem;
	display: block;
	width: 1.375rem;
	height: 1.375rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.custom-control-label::after {
	position: absolute;
	top: 0.0625rem;
	left: -1.875rem;
	display: block;
	width: 1.375rem;
	height: 1.375rem;
	content: "";
	background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #007bff;
	background-color: #137efc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
	padding-left: 3rem;
}

.custom-switch .custom-control-label::before {
	left: -3rem;
	width: 2.5rem;
	pointer-events: all;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.custom-switch .custom-control-label::after {
	top: calc(0.0625rem + 2px);
	left: calc(-3rem + 2px);
	width: calc(1.375rem - 8px);
	height: calc(1.375rem - 8px);
	background-color: #adb5bd;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: transform 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;
	transition: transform 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;
	transition: transform 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(1.125rem);
	-ms-transform: translateX(1.125rem);
	transform: translateX(1.125rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 14px;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 20px;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
	background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	-webkit-border-radius: 0 0.25rem 0.25rem 0;
	border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #007bff;
	border: 0;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	-webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	appearance: none;
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 10px 12px;
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: 0px;
}

.nav-tabs .nav-link {
	border: 0px solid transparent;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #137efc;
	background-color: #ffffff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: 0px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	-webkit-border-radius: 13.33rem;
	border-radius: 13.33rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #137efc;
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.0313rem 2rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 2rem;
	font-size: 20px;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 20px;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: #202428;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #137efc;
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #137efc;
}

.navbar-light .navbar-toggler {
	color: #202428;
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: #202428;
}

.navbar-light .navbar-text a {
	color: #137efc;
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: #137efc;
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.7);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.7);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	border: 1px solid #f1f2f6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card > .list-group:first-child {
	border-top-width: 0;
	-webkit-border-top-left-radius: calc(0.25rem - 1px);
	border-top-left-radius: calc(0.25rem - 1px);
	-webkit-border-top-right-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
	border-bottom-width: 0;
	-webkit-border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-right-radius: calc(0.25rem - 1px);
	-webkit-border-bottom-left-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.56rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.56rem;
}

.card-header {
	padding: 0.75rem 1.56rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #f1f2f6;
}

.card-header:first-child {
	-webkit-border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.56rem;
	background-color: #fff;
	border-top: 1px solid #f1f2f6;
}

.card-footer:last-child {
	-webkit-border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.78rem;
	margin-bottom: -0.75rem;
	margin-left: -0.78rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.78rem;
	margin-left: -0.78rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.card-img,
.card-img-top {
	-webkit-border-top-left-radius: calc(0.25rem - 1px);
	border-top-left-radius: calc(0.25rem - 1px);
	-webkit-border-top-right-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
	-webkit-border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-right-radius: calc(0.25rem - 1px);
	-webkit-border-bottom-left-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
	margin-bottom: 15px;
}

.card-group > .card {
	margin-bottom: 15px;
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.accordion > .card > .card-header {
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom: -1px;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 0;
	list-style: none;
	background-color: none;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.breadcrumb-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #9299b8;
	content: "";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #c9cfe4;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.8rem 1rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.page-item:last-child .page-link {
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 20px;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg .page-item:last-child .page-link {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 14px;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	-webkit-border-top-left-radius: 0.2rem;
	border-top-left-radius: 0.2rem;
	-webkit-border-bottom-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	-webkit-border-top-right-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
	-webkit-border-bottom-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 4.5px 6.58px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-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;
	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;
	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, -webkit-box-shadow 0.15s ease-in-out;
}

a.badge:hover,
a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 6.6px;
	padding-left: 6.6px;
	-webkit-border-radius: 10rem;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #137efc;
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #3035ee;
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
}

.badge-secondary {
	color: #212529;
	background-color: #ff69a5;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #212529;
	background-color: #ff3686;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 105, 165, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 105, 165, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #20c997;
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #199d76;
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #2c99ff;
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #0080f8;
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(44, 153, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(44, 153, 255, 0.5);
}

.badge-warning {
	color: #212529;
	background-color: #fa8b0c;
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #cf7004;
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(250, 139, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(250, 139, 12, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #ff4d4f;
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #ff1a1d;
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 77, 79, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 77, 79, 0.5);
}

.badge-light {
	color: #212529;
	background-color: #9299b8;
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #737ca4;
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(146, 153, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(146, 153, 184, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #272b41;
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #141621;
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(39, 43, 65, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(39, 43, 65, 0.5);
}

.badge-text {
	color: #fff;
	background-color: #666d92;
}

a.badge-text:hover,
a.badge-text:focus {
	color: #fff;
	background-color: #515774;
}

a.badge-text:focus,
a.badge-text.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(102, 109, 146, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(102, 109, 146, 0.5);
}

.badge-extra-light {
	color: #212529;
	background-color: #adb4d2;
}

a.badge-extra-light:hover,
a.badge-extra-light:focus {
	color: #212529;
	background-color: #8c96c0;
}

a.badge-extra-light:focus,
a.badge-extra-light.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(173, 180, 210, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(173, 180, 210, 0.5);
}

.badge-gray {
	color: #fff;
	background-color: #5a5f7d;
}

a.badge-gray:hover,
a.badge-gray:focus {
	color: #fff;
	background-color: #45485f;
}

a.badge-gray:focus,
a.badge-gray.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(90, 95, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(90, 95, 125, 0.5);
}

.badge-third {
	color: #fff;
	background-color: #137efc;
}

a.badge-third:hover,
a.badge-third:focus {
	color: #fff;
	background-color: #3035ee;
}

a.badge-third:focus,
a.badge-third.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(95, 99, 242, 0.5);
}

.badge-white {
	color: #212529;
	background-color: #ffffff;
}

a.badge-white:hover,
a.badge-white:focus {
	color: #212529;
	background-color: #e6e6e6;
}

a.badge-white:focus,
a.badge-white.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 0.659rem 1.2rem;
	margin-bottom: 15px;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3.9rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.659rem 1.2rem;
	color: inherit;
}

.alert-primary {
	color: #137efc;
	background-color: #e7e8fd;
	border-color: #e7e8fd;
}

.alert-primary hr {
	border-top-color: #cfd1fb;
}

.alert-primary .alert-link {
	color: #3035ee;
}

.alert-secondary {
	color: #ff69a5;
	background-color: #ffe9f2;
	border-color: #ffe9f2;
}

.alert-secondary hr {
	border-top-color: #ffd0e3;
}

.alert-secondary .alert-link {
	color: #ff3686;
}

.alert-success {
	color: #20c997;
	background-color: #def7f0;
	border-color: #def7f0;
}

.alert-success hr {
	border-top-color: #c9f2e7;
}

.alert-success .alert-link {
	color: #199d76;
}

.alert-info {
	color: #2c99ff;
	background-color: #e0f0ff;
	border-color: #e0f0ff;
}

.alert-info hr {
	border-top-color: #c7e4ff;
}

.alert-info .alert-link {
	color: #0080f8;
}

.alert-warning {
	color: #fa8b0c;
	background-color: #feeedb;
	border-color: #feeedb;
}

.alert-warning hr {
	border-top-color: #fde2c2;
}

.alert-warning .alert-link {
	color: #cf7004;
}

.alert-danger {
	color: #ff4d4f;
	background-color: #ffe5e5;
	border-color: #ffe5e5;
}

.alert-danger hr {
	border-top-color: #ffcccc;
}

.alert-danger .alert-link {
	color: #ff1a1d;
}

.alert-light {
	color: #9299b8;
	background-color: #eff0f5;
	border-color: #eff0f5;
}

.alert-light hr {
	border-top-color: #dfe1eb;
}

.alert-light .alert-link {
	color: #737ca4;
}

.alert-dark {
	color: #272b41;
	background-color: #dfe0e3;
	border-color: #dfe0e3;
}

.alert-dark hr {
	border-top-color: #d1d3d7;
}

.alert-dark .alert-link {
	color: #141621;
}

.alert-text {
	color: #666d92;
	background-color: #e8eaef;
	border-color: #e8eaef;
}

.alert-text hr {
	border-top-color: #d9dce5;
}

.alert-text .alert-link {
	color: #515774;
}

.alert-extra-light {
	color: #adb4d2;
	background-color: #f3f4f8;
	border-color: #f3f4f8;
}

.alert-extra-light hr {
	border-top-color: #e3e5ef;
}

.alert-extra-light .alert-link {
	color: #8c96c0;
}

.alert-gray {
	color: #5a5f7d;
	background-color: #e7e7ec;
	border-color: #e7e7ec;
}

.alert-gray hr {
	border-top-color: #d9d9e1;
}

.alert-gray .alert-link {
	color: #45485f;
}

.alert-third {
	color: #137efc;
	background-color: #e7e8fd;
	border-color: #e7e8fd;
}

.alert-third hr {
	border-top-color: #cfd1fb;
}

.alert-third .alert-link {
	color: #3035ee;
}

.alert-white {
	color: white;
	background-color: white;
	border-color: white;
}

.alert-white hr {
	border-top-color: #f2f2f2;
}

.alert-white .alert-link {
	color: #e6e6e6;
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 8px;
	overflow: hidden;
	line-height: 0;
	font-size: 12px;
	background-color: #eff0f3;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 8px 8px;
	background-size: 8px 8px;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

.list-group-flush {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #31337e;
	background-color: #d2d3fb;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #31337e;
	background-color: #bbbcf9;
}

.list-group-item-primary.list-group-item-action.active {
	color: #ffffff;
	background-color: #31337e;
	border-color: #31337e;
}

.list-group-item-secondary {
	color: #853756;
	background-color: #ffd5e6;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #853756;
	background-color: #ffbcd7;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #ffffff;
	background-color: #853756;
	border-color: #853756;
}

.list-group-item-success {
	color: #11694f;
	background-color: #c1f0e2;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #11694f;
	background-color: #acebd8;
}

.list-group-item-success.list-group-item-action.active {
	color: #ffffff;
	background-color: #11694f;
	border-color: #11694f;
}

.list-group-item-info {
	color: #175085;
	background-color: #c4e2ff;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #175085;
	background-color: #abd5ff;
}

.list-group-item-info.list-group-item-action.active {
	color: #ffffff;
	background-color: #175085;
	border-color: #175085;
}

.list-group-item-warning {
	color: #824806;
	background-color: #fedfbb;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #824806;
	background-color: #fed3a2;
}

.list-group-item-warning.list-group-item-action.active {
	color: #ffffff;
	background-color: #824806;
	border-color: #824806;
}

.list-group-item-danger {
	color: #852829;
	background-color: #ffcdce;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #852829;
	background-color: #ffb4b5;
}

.list-group-item-danger.list-group-item-action.active {
	color: #ffffff;
	background-color: #852829;
	border-color: #852829;
}

.list-group-item-light {
	color: #4c5060;
	background-color: #e0e2eb;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #4c5060;
	background-color: #d1d4e1;
}

.list-group-item-light.list-group-item-action.active {
	color: #ffffff;
	background-color: #4c5060;
	border-color: #4c5060;
}

.list-group-item-dark {
	color: #141622;
	background-color: #c3c4ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #141622;
	background-color: #b5b7be;
}

.list-group-item-dark.list-group-item-action.active {
	color: #ffffff;
	background-color: #141622;
	border-color: #141622;
}

.list-group-item-text {
	color: #35394c;
	background-color: #d4d6e0;
}

.list-group-item-text.list-group-item-action:hover,
.list-group-item-text.list-group-item-action:focus {
	color: #35394c;
	background-color: #c5c8d5;
}

.list-group-item-text.list-group-item-action.active {
	color: #ffffff;
	background-color: #35394c;
	border-color: #35394c;
}

.list-group-item-extra-light {
	color: #5a5e6d;
	background-color: #e8eaf2;
}

.list-group-item-extra-light.list-group-item-action:hover,
.list-group-item-extra-light.list-group-item-action:focus {
	color: #5a5e6d;
	background-color: #d8dbe9;
}

.list-group-item-extra-light.list-group-item-action.active {
	color: #ffffff;
	background-color: #5a5e6d;
	border-color: #5a5e6d;
}

.list-group-item-gray {
	color: #2f3141;
	background-color: #d1d2db;
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
	color: #2f3141;
	background-color: #c3c4d0;
}

.list-group-item-gray.list-group-item-action.active {
	color: #ffffff;
	background-color: #2f3141;
	border-color: #2f3141;
}

.list-group-item-third {
	color: #31337e;
	background-color: #d2d3fb;
}

.list-group-item-third.list-group-item-action:hover,
.list-group-item-third.list-group-item-action:focus {
	color: #31337e;
	background-color: #bbbcf9;
}

.list-group-item-third.list-group-item-action.active {
	color: #ffffff;
	background-color: #31337e;
	border-color: #31337e;
}

.list-group-item-white {
	color: #858585;
	background-color: white;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
	color: #858585;
	background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
	color: #ffffff;
	background-color: #858585;
	border-color: #858585;
}

.close {
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
	padding: 0.75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.125rem 1.75rem;
	border-bottom: 1px solid #e3e6ef;
	-webkit-border-top-left-radius: calc(0.3rem - 1px);
	border-top-left-radius: calc(0.3rem - 1px);
	-webkit-border-top-right-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	padding: 1.125rem 1.75rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.75rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1.5rem;
	border-top: 1px solid #e3e6ef;
	-webkit-border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-right-radius: calc(0.3rem - 1px);
	-webkit-border-bottom-left-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Inter", 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: 14px;
	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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.41rem 1.165rem;
	color: #5a5f7d;
	text-align: center;
	background-color: #ffffff;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	display: block;
	max-width: 235px;
	font-family: "Inter", 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: 14px;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
	-webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}

.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 - 0px);
}

.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: 0px;
	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 - 0px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 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: 0px;
	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 - 0px);
}

.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: 0px;
	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: 0px 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 - 0px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 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: 0px;
	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: 16px;
	color: #272b41;
	background-color: #f7f7f7;
	border-bottom: 0px solid #ebebeb;
	-webkit-border-top-left-radius: calc(0.3rem - 1px);
	border-top-left-radius: calc(0.3rem - 1px);
	-webkit-border-top-right-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: -webkit-transform 0.6s ease-in-out;
	-o-transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0s 0.6s;
	-o-transition: opacity 0s 0.6s;
	transition: opacity 0s 0.6s;
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	-webkit-transition: opacity 0.15s ease;
	-o-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #137efc !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #3035ee !important;
}

.bg-secondary {
	background-color: #ff69a5 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #ff3686 !important;
}

.bg-success {
	background-color: #20c997 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #199d76 !important;
}

.bg-info {
	background-color: #2c99ff !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #0080f8 !important;
}

.bg-warning {
	background-color: #fa8b0c !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #cf7004 !important;
}

.bg-danger {
	background-color: #ff4d4f !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #ff1a1d !important;
}

.bg-light {
	background-color: #9299b8 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #737ca4 !important;
}

.bg-dark {
	background-color: #272b41 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #141621 !important;
}

.bg-text {
	background-color: #666d92 !important;
}

a.bg-text:hover,
a.bg-text:focus,
button.bg-text:hover,
button.bg-text:focus {
	background-color: #515774 !important;
}

.bg-extra-light {
	background-color: #adb4d2 !important;
}

a.bg-extra-light:hover,
a.bg-extra-light:focus,
button.bg-extra-light:hover,
button.bg-extra-light:focus {
	background-color: #8c96c0 !important;
}

.bg-gray {
	background-color: #5a5f7d !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
	background-color: #45485f !important;
}

.bg-third {
	background-color: #137efc !important;
}

a.bg-third:hover,
a.bg-third:focus,
button.bg-third:hover,
button.bg-third:focus {
	background-color: #3035ee !important;
}

.bg-white {
	background-color: #ffffff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
	background-color: #e6e6e6 !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #e3e6ef !important;
}

.border-top {
	border-top: 1px solid #e3e6ef !important;
}

.border-right {
	border-right: 1px solid #e3e6ef !important;
}

.border-bottom {
	border-bottom: 1px solid #e3e6ef !important;
}

.border-left {
	border-left: 1px solid #e3e6ef !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #137efc !important;
}

.border-secondary {
	border-color: #ff69a5 !important;
}

.border-success {
	border-color: #20c997 !important;
}

.border-info {
	border-color: #2c99ff !important;
}

.border-warning {
	border-color: #fa8b0c !important;
}

.border-danger {
	border-color: #ff4d4f !important;
}

.border-light {
	border-color: #9299b8 !important;
}

.border-dark {
	border-color: #272b41 !important;
}

.border-text {
	border-color: #666d92 !important;
}

.border-extra-light {
	border-color: #adb4d2 !important;
}

.border-gray {
	border-color: #5a5f7d !important;
}

.border-third {
	border-color: #137efc !important;
}

.border-white {
	border-color: #ffffff !important;
}

.border-white {
	border-color: #ffffff !important;
}

.rounded-sm {
	-webkit-border-radius: 0.2rem !important;
	border-radius: 0.2rem !important;
}

.rounded {
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

.rounded-top {
	-webkit-border-top-left-radius: 5px !important;
	border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.rounded-right {
	-webkit-border-top-right-radius: 5px !important;
	border-top-right-radius: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
	-webkit-border-bottom-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.rounded-left {
	-webkit-border-top-left-radius: 5px !important;
	border-top-left-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.rounded-lg {
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
}

.rounded-circle {
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}

.rounded-pill {
	-webkit-border-radius: 50rem !important;
	border-radius: 50rem !important;
}

.rounded-0 {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.justify-content-evenly {
	-ms-flex-pack: distribute !important;
	justify-content: space-evenly !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	-webkit-box-shadow: 0 0.67rem 0.67rem rgba(146, 153, 184, 0.08) !important;
	box-shadow: 0 0.67rem 0.67rem rgba(146, 153, 184, 0.08) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 0.67rem 0.67rem rgba(146, 153, 184, 0.1) !important;
	box-shadow: 0 0.67rem 0.67rem rgba(146, 153, 184, 0.1) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.m-10 {
	margin: 0.625rem !important;
}

.mt-10,
.my-10 {
	margin-top: 0.625rem !important;
}

.mr-10,
.mx-10 {
	margin-right: 0.625rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 0.625rem !important;
}

.ml-10,
.mx-10 {
	margin-left: 0.625rem !important;
}

.m-15 {
	margin: 0.9375rem !important;
}

.mt-15,
.my-15 {
	margin-top: 0.9375rem !important;
}

.mr-15,
.mx-15 {
	margin-right: 0.9375rem !important;
}

.mb-15,
.my-15 {
	margin-bottom: 0.9375rem !important;
}

.ml-15,
.mx-15 {
	margin-left: 0.9375rem !important;
}

.m-20 {
	margin: 1.25rem !important;
}

.mt-20,
.my-20 {
	margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
	margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
	margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
	margin-left: 1.25rem !important;
}

.m-25 {
	margin: 1.5625rem !important;
}

.mt-25,
.my-25 {
	margin-top: 1.5625rem !important;
}

.mr-25,
.mx-25 {
	margin-right: 1.5625rem !important;
}

.mb-25,
.my-25 {
	margin-bottom: 1.5625rem !important;
}

.ml-25,
.mx-25 {
	margin-left: 1.5625rem !important;
}

.m-30 {
	margin: 1.875rem !important;
}

.mt-30,
.my-30 {
	margin-top: 1.875rem !important;
}

.mr-30,
.mx-30 {
	margin-right: 1.875rem !important;
}

.mb-30,
.my-30 {
	margin-bottom: 1.875rem !important;
}

.ml-30,
.mx-30 {
	margin-left: 1.875rem !important;
}

.m-35 {
	margin: 2.18753rem !important;
}

.mt-35,
.my-35 {
	margin-top: 2.18753rem !important;
}

.mr-35,
.mx-35 {
	margin-right: 2.18753rem !important;
}

.mb-35,
.my-35 {
	margin-bottom: 2.18753rem !important;
}

.ml-35,
.mx-35 {
	margin-left: 2.18753rem !important;
}

.m-40 {
	margin: 2.5rem !important;
}

.mt-40,
.my-40 {
	margin-top: 2.5rem !important;
}

.mr-40,
.mx-40 {
	margin-right: 2.5rem !important;
}

.mb-40,
.my-40 {
	margin-bottom: 2.5rem !important;
}

.ml-40,
.mx-40 {
	margin-left: 2.5rem !important;
}

.m-45 {
	margin: 2.8125rem !important;
}

.mt-45,
.my-45 {
	margin-top: 2.8125rem !important;
}

.mr-45,
.mx-45 {
	margin-right: 2.8125rem !important;
}

.mb-45,
.my-45 {
	margin-bottom: 2.8125rem !important;
}

.ml-45,
.mx-45 {
	margin-left: 2.8125rem !important;
}

.m-50 {
	margin: 3.125rem !important;
}

.mt-50,
.my-50 {
	margin-top: 3.125rem !important;
}

.mr-50,
.mx-50 {
	margin-right: 3.125rem !important;
}

.mb-50,
.my-50 {
	margin-bottom: 3.125rem !important;
}

.ml-50,
.mx-50 {
	margin-left: 3.125rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.p-10 {
	padding: 0.625rem !important;
}

.pt-10,
.py-10 {
	padding-top: 0.625rem !important;
}

.pr-10,
.px-10 {
	padding-right: 0.625rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 0.625rem !important;
}

.pl-10,
.px-10 {
	padding-left: 0.625rem !important;
}

.p-15 {
	padding: 0.9375rem !important;
}

.pt-15,
.py-15 {
	padding-top: 0.9375rem !important;
}

.pr-15,
.px-15 {
	padding-right: 0.9375rem !important;
}

.pb-15,
.py-15 {
	padding-bottom: 0.9375rem !important;
}

.pl-15,
.px-15 {
	padding-left: 0.9375rem !important;
}

.p-20 {
	padding: 1.25rem !important;
}

.pt-20,
.py-20 {
	padding-top: 1.25rem !important;
}

.pr-20,
.px-20 {
	padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
	padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
	padding-left: 1.25rem !important;
}

.p-25 {
	padding: 1.5625rem !important;
}

.pt-25,
.py-25 {
	padding-top: 1.5625rem !important;
}

.pr-25,
.px-25 {
	padding-right: 1.5625rem !important;
}

.pb-25,
.py-25 {
	padding-bottom: 1.5625rem !important;
}

.pl-25,
.px-25 {
	padding-left: 1.5625rem !important;
}

.p-30 {
	padding: 1.875rem !important;
}

.pt-30,
.py-30 {
	padding-top: 1.875rem !important;
}

.pr-30,
.px-30 {
	padding-right: 1.875rem !important;
}

.pb-30,
.py-30 {
	padding-bottom: 1.875rem !important;
}

.pl-30,
.px-30 {
	padding-left: 1.875rem !important;
}

.p-35 {
	padding: 2.18753rem !important;
}

.pt-35,
.py-35 {
	padding-top: 2.18753rem !important;
}

.pr-35,
.px-35 {
	padding-right: 2.18753rem !important;
}

.pb-35,
.py-35 {
	padding-bottom: 2.18753rem !important;
}

.pl-35,
.px-35 {
	padding-left: 2.18753rem !important;
}

.p-40 {
	padding: 2.5rem !important;
}

.pt-40,
.py-40 {
	padding-top: 2.5rem !important;
}

.pr-40,
.px-40 {
	padding-right: 2.5rem !important;
}

.pb-40,
.py-40 {
	padding-bottom: 2.5rem !important;
}

.pl-40,
.px-40 {
	padding-left: 2.5rem !important;
}

.p-45 {
	padding: 2.8125rem !important;
}

.pt-45,
.py-45 {
	padding-top: 2.8125rem !important;
}

.pr-45,
.px-45 {
	padding-right: 2.8125rem !important;
}

.pb-45,
.py-45 {
	padding-bottom: 2.8125rem !important;
}

.pl-45,
.px-45 {
	padding-left: 2.8125rem !important;
}

.p-50 {
	padding: 3.125rem !important;
}

.pt-50,
.py-50 {
	padding-top: 3.125rem !important;
}

.pr-50,
.px-50 {
	padding-right: 3.125rem !important;
}

.pb-50,
.py-50 {
	padding-bottom: 3.125rem !important;
}

.pl-50,
.px-50 {
	padding-left: 3.125rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-n10 {
	margin: -0.625rem !important;
}

.mt-n10,
.my-n10 {
	margin-top: -0.625rem !important;
}

.mr-n10,
.mx-n10 {
	margin-right: -0.625rem !important;
}

.mb-n10,
.my-n10 {
	margin-bottom: -0.625rem !important;
}

.ml-n10,
.mx-n10 {
	margin-left: -0.625rem !important;
}

.m-n15 {
	margin: -0.9375rem !important;
}

.mt-n15,
.my-n15 {
	margin-top: -0.9375rem !important;
}

.mr-n15,
.mx-n15 {
	margin-right: -0.9375rem !important;
}

.mb-n15,
.my-n15 {
	margin-bottom: -0.9375rem !important;
}

.ml-n15,
.mx-n15 {
	margin-left: -0.9375rem !important;
}

.m-n20 {
	margin: -1.25rem !important;
}

.mt-n20,
.my-n20 {
	margin-top: -1.25rem !important;
}

.mr-n20,
.mx-n20 {
	margin-right: -1.25rem !important;
}

.mb-n20,
.my-n20 {
	margin-bottom: -1.25rem !important;
}

.ml-n20,
.mx-n20 {
	margin-left: -1.25rem !important;
}

.m-n25 {
	margin: -1.5625rem !important;
}

.mt-n25,
.my-n25 {
	margin-top: -1.5625rem !important;
}

.mr-n25,
.mx-n25 {
	margin-right: -1.5625rem !important;
}

.mb-n25,
.my-n25 {
	margin-bottom: -1.5625rem !important;
}

.ml-n25,
.mx-n25 {
	margin-left: -1.5625rem !important;
}

.m-n30 {
	margin: -1.875rem !important;
}

.mt-n30,
.my-n30 {
	margin-top: -1.875rem !important;
}

.mr-n30,
.mx-n30 {
	margin-right: -1.875rem !important;
}

.mb-n30,
.my-n30 {
	margin-bottom: -1.875rem !important;
}

.ml-n30,
.mx-n30 {
	margin-left: -1.875rem !important;
}

.m-n35 {
	margin: -2.18753rem !important;
}

.mt-n35,
.my-n35 {
	margin-top: -2.18753rem !important;
}

.mr-n35,
.mx-n35 {
	margin-right: -2.18753rem !important;
}

.mb-n35,
.my-n35 {
	margin-bottom: -2.18753rem !important;
}

.ml-n35,
.mx-n35 {
	margin-left: -2.18753rem !important;
}

.m-n40 {
	margin: -2.5rem !important;
}

.mt-n40,
.my-n40 {
	margin-top: -2.5rem !important;
}

.mr-n40,
.mx-n40 {
	margin-right: -2.5rem !important;
}

.mb-n40,
.my-n40 {
	margin-bottom: -2.5rem !important;
}

.ml-n40,
.mx-n40 {
	margin-left: -2.5rem !important;
}

.m-n45 {
	margin: -2.8125rem !important;
}

.mt-n45,
.my-n45 {
	margin-top: -2.8125rem !important;
}

.mr-n45,
.mx-n45 {
	margin-right: -2.8125rem !important;
}

.mb-n45,
.my-n45 {
	margin-bottom: -2.8125rem !important;
}

.ml-n45,
.mx-n45 {
	margin-left: -2.8125rem !important;
}

.m-n50 {
	margin: -3.125rem !important;
}

.mt-n50,
.my-n50 {
	margin-top: -3.125rem !important;
}

.mr-n50,
.mx-n50 {
	margin-right: -3.125rem !important;
}

.mb-n50,
.my-n50 {
	margin-bottom: -3.125rem !important;
}

.ml-n50,
.mx-n50 {
	margin-left: -3.125rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #ffffff !important;
}

.text-primary {
	color: #137efc !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #181eec !important;
}

.text-secondary {
	color: #ff69a5 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #ff1d77 !important;
}

.text-success {
	color: #20c997 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #158765 !important;
}

.text-info {
	color: #2c99ff !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #0073df !important;
}

.text-warning {
	color: #fa8b0c !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #b66304 !important;
}

.text-danger {
	color: #ff4d4f !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #ff0103 !important;
}

.text-light {
	color: #9299b8 !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #646e9a !important;
}

.text-dark {
	color: #272b41 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #0a0b11 !important;
}

.text-text {
	color: #666d92 !important;
}

a.text-text:hover,
a.text-text:focus {
	color: #474b65 !important;
}

.text-extra-light {
	color: #adb4d2 !important;
}

a.text-extra-light:hover,
a.text-extra-light:focus {
	color: #7c87b7 !important;
}

.text-gray {
	color: #5a5f7d !important;
}

a.text-gray:hover,
a.text-gray:focus {
	color: #3a3d51 !important;
}

.text-third {
	color: #137efc !important;
}

a.text-third:hover,
a.text-third:focus {
	color: #181eec !important;
}

.text-white {
	color: #ffffff !important;
}

a.text-white:hover,
a.text-white:focus {
	color: #d9d9d9 !important;
}

.text-body {
	color: #666d92 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (prefers-reduced-motion: reduce) {

.form-control {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.btn {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.fade {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.collapsing {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.custom-switch .custom-control-label::after {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.custom-range::-webkit-slider-thumb {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.custom-range::-moz-range-thumb {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.custom-range::-ms-thumb {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.badge {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.progress-bar {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.progress-bar-animated {
	-webkit-animation: none;
	animation: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.carousel-item {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.carousel-control-prev,
.carousel-control-next {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.carousel-indicators li {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

}

@media (min-width: 576px) {

.container {
	max-width: 540px;
}

.container,
.container-sm {
	max-width: 540px;
}

.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.row-cols-sm-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-sm-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-sm-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-sm-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-sm-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-sm-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-sm-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-sm-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-sm-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-sm-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-sm-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-sm-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-sm-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-sm-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-sm-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-sm-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-sm-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-sm-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-sm-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-sm-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-sm-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-sm-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-sm-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-sm-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-sm-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-sm-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-sm-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-sm-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-sm-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-sm-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.33333%;
}

.offset-sm-2 {
	margin-left: 16.66667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.33333%;
}

.offset-sm-5 {
	margin-left: 41.66667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.33333%;
}

.offset-sm-8 {
	margin-left: 66.66667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.33333%;
}

.offset-sm-11 {
	margin-left: 91.66667%;
}

.form-inline label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.form-inline .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-inline .form-control-plaintext {
	display: inline-block;
}

.form-inline .input-group,
.form-inline .custom-select {
	width: auto;
}

.form-inline .form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	padding-left: 0;
}

.form-inline .form-check-input {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 0;
	margin-right: 0.25rem;
	margin-left: 0;
}

.form-inline .custom-control {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form-inline .custom-control-label {
	margin-bottom: 0;
}

.dropdown-menu-sm-left {
	right: auto;
	left: 0;
}

.dropdown-menu-sm-right {
	right: 0;
	left: auto;
}

.navbar-expand-sm {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand-sm .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-sm .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand-sm .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand-sm .navbar-toggler {
	display: none;
}

.card-deck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.card-deck .card {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}

.card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.card-group > .card {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	margin-bottom: 0;
}

.card-group > .card + .card {
	margin-left: 0;
	border-left: 0;
}

.card-group > .card:not(:last-child) {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.card-group > .card:not(:first-child) {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}

.card-columns .card {
	display: inline-block;
	width: 100%;
}

.jumbotron {
	padding: 4rem 2rem;
}

.list-group-horizontal-sm {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal-sm > .list-group-item:first-child {
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.list-group-horizontal-sm > .list-group-item:last-child {
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-horizontal-sm > .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal-sm > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

.modal-dialog {
	max-width: 620px;
	margin: 1.75rem auto;
}

.modal-dialog-scrollable {
	max-height: calc(100% - 3.5rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 3.5rem);
}

.modal-dialog-centered {
	min-height: calc(100% - 3.5rem);
}

.modal-dialog-centered::before {
	height: calc(100vh - 3.5rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
}

.modal-content {
	-webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.modal-sm {
	max-width: 450px;
}

.d-sm-none {
	display: none !important;
}

.d-sm-inline {
	display: inline !important;
}

.d-sm-inline-block {
	display: inline-block !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-table {
	display: table !important;
}

.d-sm-table-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-sm-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-sm-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-sm-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-sm-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-sm-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-sm-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-sm-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-sm-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-sm-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-sm-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-sm-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-sm-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-sm-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-sm-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-sm-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-sm-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-sm-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-sm-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-sm-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-sm-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-sm-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-sm-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-sm-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-sm-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-sm-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-sm-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-sm-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-sm-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-sm-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-sm-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-sm-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.float-sm-left {
	float: left !important;
}

.float-sm-right {
	float: right !important;
}

.float-sm-none {
	float: none !important;
}

.m-sm-0 {
	margin: 0 !important;
}

.mt-sm-0,
.my-sm-0 {
	margin-top: 0 !important;
}

.mr-sm-0,
.mx-sm-0 {
	margin-right: 0 !important;
}

.mb-sm-0,
.my-sm-0 {
	margin-bottom: 0 !important;
}

.ml-sm-0,
.mx-sm-0 {
	margin-left: 0 !important;
}

.m-sm-1 {
	margin: 0.25rem !important;
}

.mt-sm-1,
.my-sm-1 {
	margin-top: 0.25rem !important;
}

.mr-sm-1,
.mx-sm-1 {
	margin-right: 0.25rem !important;
}

.mb-sm-1,
.my-sm-1 {
	margin-bottom: 0.25rem !important;
}

.ml-sm-1,
.mx-sm-1 {
	margin-left: 0.25rem !important;
}

.m-sm-2 {
	margin: 0.5rem !important;
}

.mt-sm-2,
.my-sm-2 {
	margin-top: 0.5rem !important;
}

.mr-sm-2,
.mx-sm-2 {
	margin-right: 0.5rem !important;
}

.mb-sm-2,
.my-sm-2 {
	margin-bottom: 0.5rem !important;
}

.ml-sm-2,
.mx-sm-2 {
	margin-left: 0.5rem !important;
}

.m-sm-3 {
	margin: 1rem !important;
}

.mt-sm-3,
.my-sm-3 {
	margin-top: 1rem !important;
}

.mr-sm-3,
.mx-sm-3 {
	margin-right: 1rem !important;
}

.mb-sm-3,
.my-sm-3 {
	margin-bottom: 1rem !important;
}

.ml-sm-3,
.mx-sm-3 {
	margin-left: 1rem !important;
}

.m-sm-4 {
	margin: 1.5rem !important;
}

.mt-sm-4,
.my-sm-4 {
	margin-top: 1.5rem !important;
}

.mr-sm-4,
.mx-sm-4 {
	margin-right: 1.5rem !important;
}

.mb-sm-4,
.my-sm-4 {
	margin-bottom: 1.5rem !important;
}

.ml-sm-4,
.mx-sm-4 {
	margin-left: 1.5rem !important;
}

.m-sm-5 {
	margin: 3rem !important;
}

.mt-sm-5,
.my-sm-5 {
	margin-top: 3rem !important;
}

.mr-sm-5,
.mx-sm-5 {
	margin-right: 3rem !important;
}

.mb-sm-5,
.my-sm-5 {
	margin-bottom: 3rem !important;
}

.ml-sm-5,
.mx-sm-5 {
	margin-left: 3rem !important;
}

.m-sm-10 {
	margin: 0.625rem !important;
}

.mt-sm-10,
.my-sm-10 {
	margin-top: 0.625rem !important;
}

.mr-sm-10,
.mx-sm-10 {
	margin-right: 0.625rem !important;
}

.mb-sm-10,
.my-sm-10 {
	margin-bottom: 0.625rem !important;
}

.ml-sm-10,
.mx-sm-10 {
	margin-left: 0.625rem !important;
}

.m-sm-15 {
	margin: 0.9375rem !important;
}

.mt-sm-15,
.my-sm-15 {
	margin-top: 0.9375rem !important;
}

.mr-sm-15,
.mx-sm-15 {
	margin-right: 0.9375rem !important;
}

.mb-sm-15,
.my-sm-15 {
	margin-bottom: 0.9375rem !important;
}

.ml-sm-15,
.mx-sm-15 {
	margin-left: 0.9375rem !important;
}

.m-sm-20 {
	margin: 1.25rem !important;
}

.mt-sm-20,
.my-sm-20 {
	margin-top: 1.25rem !important;
}

.mr-sm-20,
.mx-sm-20 {
	margin-right: 1.25rem !important;
}

.mb-sm-20,
.my-sm-20 {
	margin-bottom: 1.25rem !important;
}

.ml-sm-20,
.mx-sm-20 {
	margin-left: 1.25rem !important;
}

.m-sm-25 {
	margin: 1.5625rem !important;
}

.mt-sm-25,
.my-sm-25 {
	margin-top: 1.5625rem !important;
}

.mr-sm-25,
.mx-sm-25 {
	margin-right: 1.5625rem !important;
}

.mb-sm-25,
.my-sm-25 {
	margin-bottom: 1.5625rem !important;
}

.ml-sm-25,
.mx-sm-25 {
	margin-left: 1.5625rem !important;
}

.m-sm-30 {
	margin: 1.875rem !important;
}

.mt-sm-30,
.my-sm-30 {
	margin-top: 1.875rem !important;
}

.mr-sm-30,
.mx-sm-30 {
	margin-right: 1.875rem !important;
}

.mb-sm-30,
.my-sm-30 {
	margin-bottom: 1.875rem !important;
}

.ml-sm-30,
.mx-sm-30 {
	margin-left: 1.875rem !important;
}

.m-sm-35 {
	margin: 2.18753rem !important;
}

.mt-sm-35,
.my-sm-35 {
	margin-top: 2.18753rem !important;
}

.mr-sm-35,
.mx-sm-35 {
	margin-right: 2.18753rem !important;
}

.mb-sm-35,
.my-sm-35 {
	margin-bottom: 2.18753rem !important;
}

.ml-sm-35,
.mx-sm-35 {
	margin-left: 2.18753rem !important;
}

.m-sm-40 {
	margin: 2.5rem !important;
}

.mt-sm-40,
.my-sm-40 {
	margin-top: 2.5rem !important;
}

.mr-sm-40,
.mx-sm-40 {
	margin-right: 2.5rem !important;
}

.mb-sm-40,
.my-sm-40 {
	margin-bottom: 2.5rem !important;
}

.ml-sm-40,
.mx-sm-40 {
	margin-left: 2.5rem !important;
}

.m-sm-45 {
	margin: 2.8125rem !important;
}

.mt-sm-45,
.my-sm-45 {
	margin-top: 2.8125rem !important;
}

.mr-sm-45,
.mx-sm-45 {
	margin-right: 2.8125rem !important;
}

.mb-sm-45,
.my-sm-45 {
	margin-bottom: 2.8125rem !important;
}

.ml-sm-45,
.mx-sm-45 {
	margin-left: 2.8125rem !important;
}

.m-sm-50 {
	margin: 3.125rem !important;
}

.mt-sm-50,
.my-sm-50 {
	margin-top: 3.125rem !important;
}

.mr-sm-50,
.mx-sm-50 {
	margin-right: 3.125rem !important;
}

.mb-sm-50,
.my-sm-50 {
	margin-bottom: 3.125rem !important;
}

.ml-sm-50,
.mx-sm-50 {
	margin-left: 3.125rem !important;
}

.p-sm-0 {
	padding: 0 !important;
}

.pt-sm-0,
.py-sm-0 {
	padding-top: 0 !important;
}

.pr-sm-0,
.px-sm-0 {
	padding-right: 0 !important;
}

.pb-sm-0,
.py-sm-0 {
	padding-bottom: 0 !important;
}

.pl-sm-0,
.px-sm-0 {
	padding-left: 0 !important;
}

.p-sm-1 {
	padding: 0.25rem !important;
}

.pt-sm-1,
.py-sm-1 {
	padding-top: 0.25rem !important;
}

.pr-sm-1,
.px-sm-1 {
	padding-right: 0.25rem !important;
}

.pb-sm-1,
.py-sm-1 {
	padding-bottom: 0.25rem !important;
}

.pl-sm-1,
.px-sm-1 {
	padding-left: 0.25rem !important;
}

.p-sm-2 {
	padding: 0.5rem !important;
}

.pt-sm-2,
.py-sm-2 {
	padding-top: 0.5rem !important;
}

.pr-sm-2,
.px-sm-2 {
	padding-right: 0.5rem !important;
}

.pb-sm-2,
.py-sm-2 {
	padding-bottom: 0.5rem !important;
}

.pl-sm-2,
.px-sm-2 {
	padding-left: 0.5rem !important;
}

.p-sm-3 {
	padding: 1rem !important;
}

.pt-sm-3,
.py-sm-3 {
	padding-top: 1rem !important;
}

.pr-sm-3,
.px-sm-3 {
	padding-right: 1rem !important;
}

.pb-sm-3,
.py-sm-3 {
	padding-bottom: 1rem !important;
}

.pl-sm-3,
.px-sm-3 {
	padding-left: 1rem !important;
}

.p-sm-4 {
	padding: 1.5rem !important;
}

.pt-sm-4,
.py-sm-4 {
	padding-top: 1.5rem !important;
}

.pr-sm-4,
.px-sm-4 {
	padding-right: 1.5rem !important;
}

.pb-sm-4,
.py-sm-4 {
	padding-bottom: 1.5rem !important;
}

.pl-sm-4,
.px-sm-4 {
	padding-left: 1.5rem !important;
}

.p-sm-5 {
	padding: 3rem !important;
}

.pt-sm-5,
.py-sm-5 {
	padding-top: 3rem !important;
}

.pr-sm-5,
.px-sm-5 {
	padding-right: 3rem !important;
}

.pb-sm-5,
.py-sm-5 {
	padding-bottom: 3rem !important;
}

.pl-sm-5,
.px-sm-5 {
	padding-left: 3rem !important;
}

.p-sm-10 {
	padding: 0.625rem !important;
}

.pt-sm-10,
.py-sm-10 {
	padding-top: 0.625rem !important;
}

.pr-sm-10,
.px-sm-10 {
	padding-right: 0.625rem !important;
}

.pb-sm-10,
.py-sm-10 {
	padding-bottom: 0.625rem !important;
}

.pl-sm-10,
.px-sm-10 {
	padding-left: 0.625rem !important;
}

.p-sm-15 {
	padding: 0.9375rem !important;
}

.pt-sm-15,
.py-sm-15 {
	padding-top: 0.9375rem !important;
}

.pr-sm-15,
.px-sm-15 {
	padding-right: 0.9375rem !important;
}

.pb-sm-15,
.py-sm-15 {
	padding-bottom: 0.9375rem !important;
}

.pl-sm-15,
.px-sm-15 {
	padding-left: 0.9375rem !important;
}

.p-sm-20 {
	padding: 1.25rem !important;
}

.pt-sm-20,
.py-sm-20 {
	padding-top: 1.25rem !important;
}

.pr-sm-20,
.px-sm-20 {
	padding-right: 1.25rem !important;
}

.pb-sm-20,
.py-sm-20 {
	padding-bottom: 1.25rem !important;
}

.pl-sm-20,
.px-sm-20 {
	padding-left: 1.25rem !important;
}

.p-sm-25 {
	padding: 1.5625rem !important;
}

.pt-sm-25,
.py-sm-25 {
	padding-top: 1.5625rem !important;
}

.pr-sm-25,
.px-sm-25 {
	padding-right: 1.5625rem !important;
}

.pb-sm-25,
.py-sm-25 {
	padding-bottom: 1.5625rem !important;
}

.pl-sm-25,
.px-sm-25 {
	padding-left: 1.5625rem !important;
}

.p-sm-30 {
	padding: 1.875rem !important;
}

.pt-sm-30,
.py-sm-30 {
	padding-top: 1.875rem !important;
}

.pr-sm-30,
.px-sm-30 {
	padding-right: 1.875rem !important;
}

.pb-sm-30,
.py-sm-30 {
	padding-bottom: 1.875rem !important;
}

.pl-sm-30,
.px-sm-30 {
	padding-left: 1.875rem !important;
}

.p-sm-35 {
	padding: 2.18753rem !important;
}

.pt-sm-35,
.py-sm-35 {
	padding-top: 2.18753rem !important;
}

.pr-sm-35,
.px-sm-35 {
	padding-right: 2.18753rem !important;
}

.pb-sm-35,
.py-sm-35 {
	padding-bottom: 2.18753rem !important;
}

.pl-sm-35,
.px-sm-35 {
	padding-left: 2.18753rem !important;
}

.p-sm-40 {
	padding: 2.5rem !important;
}

.pt-sm-40,
.py-sm-40 {
	padding-top: 2.5rem !important;
}

.pr-sm-40,
.px-sm-40 {
	padding-right: 2.5rem !important;
}

.pb-sm-40,
.py-sm-40 {
	padding-bottom: 2.5rem !important;
}

.pl-sm-40,
.px-sm-40 {
	padding-left: 2.5rem !important;
}

.p-sm-45 {
	padding: 2.8125rem !important;
}

.pt-sm-45,
.py-sm-45 {
	padding-top: 2.8125rem !important;
}

.pr-sm-45,
.px-sm-45 {
	padding-right: 2.8125rem !important;
}

.pb-sm-45,
.py-sm-45 {
	padding-bottom: 2.8125rem !important;
}

.pl-sm-45,
.px-sm-45 {
	padding-left: 2.8125rem !important;
}

.p-sm-50 {
	padding: 3.125rem !important;
}

.pt-sm-50,
.py-sm-50 {
	padding-top: 3.125rem !important;
}

.pr-sm-50,
.px-sm-50 {
	padding-right: 3.125rem !important;
}

.pb-sm-50,
.py-sm-50 {
	padding-bottom: 3.125rem !important;
}

.pl-sm-50,
.px-sm-50 {
	padding-left: 3.125rem !important;
}

.m-sm-n1 {
	margin: -0.25rem !important;
}

.mt-sm-n1,
.my-sm-n1 {
	margin-top: -0.25rem !important;
}

.mr-sm-n1,
.mx-sm-n1 {
	margin-right: -0.25rem !important;
}

.mb-sm-n1,
.my-sm-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-sm-n1,
.mx-sm-n1 {
	margin-left: -0.25rem !important;
}

.m-sm-n2 {
	margin: -0.5rem !important;
}

.mt-sm-n2,
.my-sm-n2 {
	margin-top: -0.5rem !important;
}

.mr-sm-n2,
.mx-sm-n2 {
	margin-right: -0.5rem !important;
}

.mb-sm-n2,
.my-sm-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-sm-n2,
.mx-sm-n2 {
	margin-left: -0.5rem !important;
}

.m-sm-n3 {
	margin: -1rem !important;
}

.mt-sm-n3,
.my-sm-n3 {
	margin-top: -1rem !important;
}

.mr-sm-n3,
.mx-sm-n3 {
	margin-right: -1rem !important;
}

.mb-sm-n3,
.my-sm-n3 {
	margin-bottom: -1rem !important;
}

.ml-sm-n3,
.mx-sm-n3 {
	margin-left: -1rem !important;
}

.m-sm-n4 {
	margin: -1.5rem !important;
}

.mt-sm-n4,
.my-sm-n4 {
	margin-top: -1.5rem !important;
}

.mr-sm-n4,
.mx-sm-n4 {
	margin-right: -1.5rem !important;
}

.mb-sm-n4,
.my-sm-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-sm-n4,
.mx-sm-n4 {
	margin-left: -1.5rem !important;
}

.m-sm-n5 {
	margin: -3rem !important;
}

.mt-sm-n5,
.my-sm-n5 {
	margin-top: -3rem !important;
}

.mr-sm-n5,
.mx-sm-n5 {
	margin-right: -3rem !important;
}

.mb-sm-n5,
.my-sm-n5 {
	margin-bottom: -3rem !important;
}

.ml-sm-n5,
.mx-sm-n5 {
	margin-left: -3rem !important;
}

.m-sm-n10 {
	margin: -0.625rem !important;
}

.mt-sm-n10,
.my-sm-n10 {
	margin-top: -0.625rem !important;
}

.mr-sm-n10,
.mx-sm-n10 {
	margin-right: -0.625rem !important;
}

.mb-sm-n10,
.my-sm-n10 {
	margin-bottom: -0.625rem !important;
}

.ml-sm-n10,
.mx-sm-n10 {
	margin-left: -0.625rem !important;
}

.m-sm-n15 {
	margin: -0.9375rem !important;
}

.mt-sm-n15,
.my-sm-n15 {
	margin-top: -0.9375rem !important;
}

.mr-sm-n15,
.mx-sm-n15 {
	margin-right: -0.9375rem !important;
}

.mb-sm-n15,
.my-sm-n15 {
	margin-bottom: -0.9375rem !important;
}

.ml-sm-n15,
.mx-sm-n15 {
	margin-left: -0.9375rem !important;
}

.m-sm-n20 {
	margin: -1.25rem !important;
}

.mt-sm-n20,
.my-sm-n20 {
	margin-top: -1.25rem !important;
}

.mr-sm-n20,
.mx-sm-n20 {
	margin-right: -1.25rem !important;
}

.mb-sm-n20,
.my-sm-n20 {
	margin-bottom: -1.25rem !important;
}

.ml-sm-n20,
.mx-sm-n20 {
	margin-left: -1.25rem !important;
}

.m-sm-n25 {
	margin: -1.5625rem !important;
}

.mt-sm-n25,
.my-sm-n25 {
	margin-top: -1.5625rem !important;
}

.mr-sm-n25,
.mx-sm-n25 {
	margin-right: -1.5625rem !important;
}

.mb-sm-n25,
.my-sm-n25 {
	margin-bottom: -1.5625rem !important;
}

.ml-sm-n25,
.mx-sm-n25 {
	margin-left: -1.5625rem !important;
}

.m-sm-n30 {
	margin: -1.875rem !important;
}

.mt-sm-n30,
.my-sm-n30 {
	margin-top: -1.875rem !important;
}

.mr-sm-n30,
.mx-sm-n30 {
	margin-right: -1.875rem !important;
}

.mb-sm-n30,
.my-sm-n30 {
	margin-bottom: -1.875rem !important;
}

.ml-sm-n30,
.mx-sm-n30 {
	margin-left: -1.875rem !important;
}

.m-sm-n35 {
	margin: -2.18753rem !important;
}

.mt-sm-n35,
.my-sm-n35 {
	margin-top: -2.18753rem !important;
}

.mr-sm-n35,
.mx-sm-n35 {
	margin-right: -2.18753rem !important;
}

.mb-sm-n35,
.my-sm-n35 {
	margin-bottom: -2.18753rem !important;
}

.ml-sm-n35,
.mx-sm-n35 {
	margin-left: -2.18753rem !important;
}

.m-sm-n40 {
	margin: -2.5rem !important;
}

.mt-sm-n40,
.my-sm-n40 {
	margin-top: -2.5rem !important;
}

.mr-sm-n40,
.mx-sm-n40 {
	margin-right: -2.5rem !important;
}

.mb-sm-n40,
.my-sm-n40 {
	margin-bottom: -2.5rem !important;
}

.ml-sm-n40,
.mx-sm-n40 {
	margin-left: -2.5rem !important;
}

.m-sm-n45 {
	margin: -2.8125rem !important;
}

.mt-sm-n45,
.my-sm-n45 {
	margin-top: -2.8125rem !important;
}

.mr-sm-n45,
.mx-sm-n45 {
	margin-right: -2.8125rem !important;
}

.mb-sm-n45,
.my-sm-n45 {
	margin-bottom: -2.8125rem !important;
}

.ml-sm-n45,
.mx-sm-n45 {
	margin-left: -2.8125rem !important;
}

.m-sm-n50 {
	margin: -3.125rem !important;
}

.mt-sm-n50,
.my-sm-n50 {
	margin-top: -3.125rem !important;
}

.mr-sm-n50,
.mx-sm-n50 {
	margin-right: -3.125rem !important;
}

.mb-sm-n50,
.my-sm-n50 {
	margin-bottom: -3.125rem !important;
}

.ml-sm-n50,
.mx-sm-n50 {
	margin-left: -3.125rem !important;
}

.m-sm-auto {
	margin: auto !important;
}

.mt-sm-auto,
.my-sm-auto {
	margin-top: auto !important;
}

.mr-sm-auto,
.mx-sm-auto {
	margin-right: auto !important;
}

.mb-sm-auto,
.my-sm-auto {
	margin-bottom: auto !important;
}

.ml-sm-auto,
.mx-sm-auto {
	margin-left: auto !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

}

@media (min-width: 768px) {

.container {
	max-width: 720px;
}

.container,
.container-sm,
.container-md {
	max-width: 720px;
}

.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.row-cols-md-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-md-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-md-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-md-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-md-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-md-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-md-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-md-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-md-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-md-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-md-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-md-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-md-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-md-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-md-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-md-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-md-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-md-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-md-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-md-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-md-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-md-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-md-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-md-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-md-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-md-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-md-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.33333%;
}

.offset-md-2 {
	margin-left: 16.66667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.33333%;
}

.offset-md-5 {
	margin-left: 41.66667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.33333%;
}

.offset-md-8 {
	margin-left: 66.66667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.33333%;
}

.offset-md-11 {
	margin-left: 91.66667%;
}

.dropdown-menu-md-left {
	right: auto;
	left: 0;
}

.dropdown-menu-md-right {
	right: 0;
	left: auto;
}

.navbar-expand-md {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand-md .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand-md .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand-md .navbar-toggler {
	display: none;
}

.list-group-horizontal-md {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal-md > .list-group-item:first-child {
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.list-group-horizontal-md > .list-group-item:last-child {
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-horizontal-md > .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal-md > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal-md > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

.d-md-none {
	display: none !important;
}

.d-md-inline {
	display: inline !important;
}

.d-md-inline-block {
	display: inline-block !important;
}

.d-md-block {
	display: block !important;
}

.d-md-table {
	display: table !important;
}

.d-md-table-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-md-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-md-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-md-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-md-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-md-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-md-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-md-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-md-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-md-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-md-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-md-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-md-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-md-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-md-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-md-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-md-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-md-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-md-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-md-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-md-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-md-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-md-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-md-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-md-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-md-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-md-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-md-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-md-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-md-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-md-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-md-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-md-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-md-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.float-md-left {
	float: left !important;
}

.float-md-right {
	float: right !important;
}

.float-md-none {
	float: none !important;
}

.m-md-0 {
	margin: 0 !important;
}

.mt-md-0,
.my-md-0 {
	margin-top: 0 !important;
}

.mr-md-0,
.mx-md-0 {
	margin-right: 0 !important;
}

.mb-md-0,
.my-md-0 {
	margin-bottom: 0 !important;
}

.ml-md-0,
.mx-md-0 {
	margin-left: 0 !important;
}

.m-md-1 {
	margin: 0.25rem !important;
}

.mt-md-1,
.my-md-1 {
	margin-top: 0.25rem !important;
}

.mr-md-1,
.mx-md-1 {
	margin-right: 0.25rem !important;
}

.mb-md-1,
.my-md-1 {
	margin-bottom: 0.25rem !important;
}

.ml-md-1,
.mx-md-1 {
	margin-left: 0.25rem !important;
}

.m-md-2 {
	margin: 0.5rem !important;
}

.mt-md-2,
.my-md-2 {
	margin-top: 0.5rem !important;
}

.mr-md-2,
.mx-md-2 {
	margin-right: 0.5rem !important;
}

.mb-md-2,
.my-md-2 {
	margin-bottom: 0.5rem !important;
}

.ml-md-2,
.mx-md-2 {
	margin-left: 0.5rem !important;
}

.m-md-3 {
	margin: 1rem !important;
}

.mt-md-3,
.my-md-3 {
	margin-top: 1rem !important;
}

.mr-md-3,
.mx-md-3 {
	margin-right: 1rem !important;
}

.mb-md-3,
.my-md-3 {
	margin-bottom: 1rem !important;
}

.ml-md-3,
.mx-md-3 {
	margin-left: 1rem !important;
}

.m-md-4 {
	margin: 1.5rem !important;
}

.mt-md-4,
.my-md-4 {
	margin-top: 1.5rem !important;
}

.mr-md-4,
.mx-md-4 {
	margin-right: 1.5rem !important;
}

.mb-md-4,
.my-md-4 {
	margin-bottom: 1.5rem !important;
}

.ml-md-4,
.mx-md-4 {
	margin-left: 1.5rem !important;
}

.m-md-5 {
	margin: 3rem !important;
}

.mt-md-5,
.my-md-5 {
	margin-top: 3rem !important;
}

.mr-md-5,
.mx-md-5 {
	margin-right: 3rem !important;
}

.mb-md-5,
.my-md-5 {
	margin-bottom: 3rem !important;
}

.ml-md-5,
.mx-md-5 {
	margin-left: 3rem !important;
}

.m-md-10 {
	margin: 0.625rem !important;
}

.mt-md-10,
.my-md-10 {
	margin-top: 0.625rem !important;
}

.mr-md-10,
.mx-md-10 {
	margin-right: 0.625rem !important;
}

.mb-md-10,
.my-md-10 {
	margin-bottom: 0.625rem !important;
}

.ml-md-10,
.mx-md-10 {
	margin-left: 0.625rem !important;
}

.m-md-15 {
	margin: 0.9375rem !important;
}

.mt-md-15,
.my-md-15 {
	margin-top: 0.9375rem !important;
}

.mr-md-15,
.mx-md-15 {
	margin-right: 0.9375rem !important;
}

.mb-md-15,
.my-md-15 {
	margin-bottom: 0.9375rem !important;
}

.ml-md-15,
.mx-md-15 {
	margin-left: 0.9375rem !important;
}

.m-md-20 {
	margin: 1.25rem !important;
}

.mt-md-20,
.my-md-20 {
	margin-top: 1.25rem !important;
}

.mr-md-20,
.mx-md-20 {
	margin-right: 1.25rem !important;
}

.mb-md-20,
.my-md-20 {
	margin-bottom: 1.25rem !important;
}

.ml-md-20,
.mx-md-20 {
	margin-left: 1.25rem !important;
}

.m-md-25 {
	margin: 1.5625rem !important;
}

.mt-md-25,
.my-md-25 {
	margin-top: 1.5625rem !important;
}

.mr-md-25,
.mx-md-25 {
	margin-right: 1.5625rem !important;
}

.mb-md-25,
.my-md-25 {
	margin-bottom: 1.5625rem !important;
}

.ml-md-25,
.mx-md-25 {
	margin-left: 1.5625rem !important;
}

.m-md-30 {
	margin: 1.875rem !important;
}

.mt-md-30,
.my-md-30 {
	margin-top: 1.875rem !important;
}

.mr-md-30,
.mx-md-30 {
	margin-right: 1.875rem !important;
}

.mb-md-30,
.my-md-30 {
	margin-bottom: 1.875rem !important;
}

.ml-md-30,
.mx-md-30 {
	margin-left: 1.875rem !important;
}

.m-md-35 {
	margin: 2.18753rem !important;
}

.mt-md-35,
.my-md-35 {
	margin-top: 2.18753rem !important;
}

.mr-md-35,
.mx-md-35 {
	margin-right: 2.18753rem !important;
}

.mb-md-35,
.my-md-35 {
	margin-bottom: 2.18753rem !important;
}

.ml-md-35,
.mx-md-35 {
	margin-left: 2.18753rem !important;
}

.m-md-40 {
	margin: 2.5rem !important;
}

.mt-md-40,
.my-md-40 {
	margin-top: 2.5rem !important;
}

.mr-md-40,
.mx-md-40 {
	margin-right: 2.5rem !important;
}

.mb-md-40,
.my-md-40 {
	margin-bottom: 2.5rem !important;
}

.ml-md-40,
.mx-md-40 {
	margin-left: 2.5rem !important;
}

.m-md-45 {
	margin: 2.8125rem !important;
}

.mt-md-45,
.my-md-45 {
	margin-top: 2.8125rem !important;
}

.mr-md-45,
.mx-md-45 {
	margin-right: 2.8125rem !important;
}

.mb-md-45,
.my-md-45 {
	margin-bottom: 2.8125rem !important;
}

.ml-md-45,
.mx-md-45 {
	margin-left: 2.8125rem !important;
}

.m-md-50 {
	margin: 3.125rem !important;
}

.mt-md-50,
.my-md-50 {
	margin-top: 3.125rem !important;
}

.mr-md-50,
.mx-md-50 {
	margin-right: 3.125rem !important;
}

.mb-md-50,
.my-md-50 {
	margin-bottom: 3.125rem !important;
}

.ml-md-50,
.mx-md-50 {
	margin-left: 3.125rem !important;
}

.p-md-0 {
	padding: 0 !important;
}

.pt-md-0,
.py-md-0 {
	padding-top: 0 !important;
}

.pr-md-0,
.px-md-0 {
	padding-right: 0 !important;
}

.pb-md-0,
.py-md-0 {
	padding-bottom: 0 !important;
}

.pl-md-0,
.px-md-0 {
	padding-left: 0 !important;
}

.p-md-1 {
	padding: 0.25rem !important;
}

.pt-md-1,
.py-md-1 {
	padding-top: 0.25rem !important;
}

.pr-md-1,
.px-md-1 {
	padding-right: 0.25rem !important;
}

.pb-md-1,
.py-md-1 {
	padding-bottom: 0.25rem !important;
}

.pl-md-1,
.px-md-1 {
	padding-left: 0.25rem !important;
}

.p-md-2 {
	padding: 0.5rem !important;
}

.pt-md-2,
.py-md-2 {
	padding-top: 0.5rem !important;
}

.pr-md-2,
.px-md-2 {
	padding-right: 0.5rem !important;
}

.pb-md-2,
.py-md-2 {
	padding-bottom: 0.5rem !important;
}

.pl-md-2,
.px-md-2 {
	padding-left: 0.5rem !important;
}

.p-md-3 {
	padding: 1rem !important;
}

.pt-md-3,
.py-md-3 {
	padding-top: 1rem !important;
}

.pr-md-3,
.px-md-3 {
	padding-right: 1rem !important;
}

.pb-md-3,
.py-md-3 {
	padding-bottom: 1rem !important;
}

.pl-md-3,
.px-md-3 {
	padding-left: 1rem !important;
}

.p-md-4 {
	padding: 1.5rem !important;
}

.pt-md-4,
.py-md-4 {
	padding-top: 1.5rem !important;
}

.pr-md-4,
.px-md-4 {
	padding-right: 1.5rem !important;
}

.pb-md-4,
.py-md-4 {
	padding-bottom: 1.5rem !important;
}

.pl-md-4,
.px-md-4 {
	padding-left: 1.5rem !important;
}

.p-md-5 {
	padding: 3rem !important;
}

.pt-md-5,
.py-md-5 {
	padding-top: 3rem !important;
}

.pr-md-5,
.px-md-5 {
	padding-right: 3rem !important;
}

.pb-md-5,
.py-md-5 {
	padding-bottom: 3rem !important;
}

.pl-md-5,
.px-md-5 {
	padding-left: 3rem !important;
}

.p-md-10 {
	padding: 0.625rem !important;
}

.pt-md-10,
.py-md-10 {
	padding-top: 0.625rem !important;
}

.pr-md-10,
.px-md-10 {
	padding-right: 0.625rem !important;
}

.pb-md-10,
.py-md-10 {
	padding-bottom: 0.625rem !important;
}

.pl-md-10,
.px-md-10 {
	padding-left: 0.625rem !important;
}

.p-md-15 {
	padding: 0.9375rem !important;
}

.pt-md-15,
.py-md-15 {
	padding-top: 0.9375rem !important;
}

.pr-md-15,
.px-md-15 {
	padding-right: 0.9375rem !important;
}

.pb-md-15,
.py-md-15 {
	padding-bottom: 0.9375rem !important;
}

.pl-md-15,
.px-md-15 {
	padding-left: 0.9375rem !important;
}

.p-md-20 {
	padding: 1.25rem !important;
}

.pt-md-20,
.py-md-20 {
	padding-top: 1.25rem !important;
}

.pr-md-20,
.px-md-20 {
	padding-right: 1.25rem !important;
}

.pb-md-20,
.py-md-20 {
	padding-bottom: 1.25rem !important;
}

.pl-md-20,
.px-md-20 {
	padding-left: 1.25rem !important;
}

.p-md-25 {
	padding: 1.5625rem !important;
}

.pt-md-25,
.py-md-25 {
	padding-top: 1.5625rem !important;
}

.pr-md-25,
.px-md-25 {
	padding-right: 1.5625rem !important;
}

.pb-md-25,
.py-md-25 {
	padding-bottom: 1.5625rem !important;
}

.pl-md-25,
.px-md-25 {
	padding-left: 1.5625rem !important;
}

.p-md-30 {
	padding: 1.875rem !important;
}

.pt-md-30,
.py-md-30 {
	padding-top: 1.875rem !important;
}

.pr-md-30,
.px-md-30 {
	padding-right: 1.875rem !important;
}

.pb-md-30,
.py-md-30 {
	padding-bottom: 1.875rem !important;
}

.pl-md-30,
.px-md-30 {
	padding-left: 1.875rem !important;
}

.p-md-35 {
	padding: 2.18753rem !important;
}

.pt-md-35,
.py-md-35 {
	padding-top: 2.18753rem !important;
}

.pr-md-35,
.px-md-35 {
	padding-right: 2.18753rem !important;
}

.pb-md-35,
.py-md-35 {
	padding-bottom: 2.18753rem !important;
}

.pl-md-35,
.px-md-35 {
	padding-left: 2.18753rem !important;
}

.p-md-40 {
	padding: 2.5rem !important;
}

.pt-md-40,
.py-md-40 {
	padding-top: 2.5rem !important;
}

.pr-md-40,
.px-md-40 {
	padding-right: 2.5rem !important;
}

.pb-md-40,
.py-md-40 {
	padding-bottom: 2.5rem !important;
}

.pl-md-40,
.px-md-40 {
	padding-left: 2.5rem !important;
}

.p-md-45 {
	padding: 2.8125rem !important;
}

.pt-md-45,
.py-md-45 {
	padding-top: 2.8125rem !important;
}

.pr-md-45,
.px-md-45 {
	padding-right: 2.8125rem !important;
}

.pb-md-45,
.py-md-45 {
	padding-bottom: 2.8125rem !important;
}

.pl-md-45,
.px-md-45 {
	padding-left: 2.8125rem !important;
}

.p-md-50 {
	padding: 3.125rem !important;
}

.pt-md-50,
.py-md-50 {
	padding-top: 3.125rem !important;
}

.pr-md-50,
.px-md-50 {
	padding-right: 3.125rem !important;
}

.pb-md-50,
.py-md-50 {
	padding-bottom: 3.125rem !important;
}

.pl-md-50,
.px-md-50 {
	padding-left: 3.125rem !important;
}

.m-md-n1 {
	margin: -0.25rem !important;
}

.mt-md-n1,
.my-md-n1 {
	margin-top: -0.25rem !important;
}

.mr-md-n1,
.mx-md-n1 {
	margin-right: -0.25rem !important;
}

.mb-md-n1,
.my-md-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-md-n1,
.mx-md-n1 {
	margin-left: -0.25rem !important;
}

.m-md-n2 {
	margin: -0.5rem !important;
}

.mt-md-n2,
.my-md-n2 {
	margin-top: -0.5rem !important;
}

.mr-md-n2,
.mx-md-n2 {
	margin-right: -0.5rem !important;
}

.mb-md-n2,
.my-md-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-md-n2,
.mx-md-n2 {
	margin-left: -0.5rem !important;
}

.m-md-n3 {
	margin: -1rem !important;
}

.mt-md-n3,
.my-md-n3 {
	margin-top: -1rem !important;
}

.mr-md-n3,
.mx-md-n3 {
	margin-right: -1rem !important;
}

.mb-md-n3,
.my-md-n3 {
	margin-bottom: -1rem !important;
}

.ml-md-n3,
.mx-md-n3 {
	margin-left: -1rem !important;
}

.m-md-n4 {
	margin: -1.5rem !important;
}

.mt-md-n4,
.my-md-n4 {
	margin-top: -1.5rem !important;
}

.mr-md-n4,
.mx-md-n4 {
	margin-right: -1.5rem !important;
}

.mb-md-n4,
.my-md-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-md-n4,
.mx-md-n4 {
	margin-left: -1.5rem !important;
}

.m-md-n5 {
	margin: -3rem !important;
}

.mt-md-n5,
.my-md-n5 {
	margin-top: -3rem !important;
}

.mr-md-n5,
.mx-md-n5 {
	margin-right: -3rem !important;
}

.mb-md-n5,
.my-md-n5 {
	margin-bottom: -3rem !important;
}

.ml-md-n5,
.mx-md-n5 {
	margin-left: -3rem !important;
}

.m-md-n10 {
	margin: -0.625rem !important;
}

.mt-md-n10,
.my-md-n10 {
	margin-top: -0.625rem !important;
}

.mr-md-n10,
.mx-md-n10 {
	margin-right: -0.625rem !important;
}

.mb-md-n10,
.my-md-n10 {
	margin-bottom: -0.625rem !important;
}

.ml-md-n10,
.mx-md-n10 {
	margin-left: -0.625rem !important;
}

.m-md-n15 {
	margin: -0.9375rem !important;
}

.mt-md-n15,
.my-md-n15 {
	margin-top: -0.9375rem !important;
}

.mr-md-n15,
.mx-md-n15 {
	margin-right: -0.9375rem !important;
}

.mb-md-n15,
.my-md-n15 {
	margin-bottom: -0.9375rem !important;
}

.ml-md-n15,
.mx-md-n15 {
	margin-left: -0.9375rem !important;
}

.m-md-n20 {
	margin: -1.25rem !important;
}

.mt-md-n20,
.my-md-n20 {
	margin-top: -1.25rem !important;
}

.mr-md-n20,
.mx-md-n20 {
	margin-right: -1.25rem !important;
}

.mb-md-n20,
.my-md-n20 {
	margin-bottom: -1.25rem !important;
}

.ml-md-n20,
.mx-md-n20 {
	margin-left: -1.25rem !important;
}

.m-md-n25 {
	margin: -1.5625rem !important;
}

.mt-md-n25,
.my-md-n25 {
	margin-top: -1.5625rem !important;
}

.mr-md-n25,
.mx-md-n25 {
	margin-right: -1.5625rem !important;
}

.mb-md-n25,
.my-md-n25 {
	margin-bottom: -1.5625rem !important;
}

.ml-md-n25,
.mx-md-n25 {
	margin-left: -1.5625rem !important;
}

.m-md-n30 {
	margin: -1.875rem !important;
}

.mt-md-n30,
.my-md-n30 {
	margin-top: -1.875rem !important;
}

.mr-md-n30,
.mx-md-n30 {
	margin-right: -1.875rem !important;
}

.mb-md-n30,
.my-md-n30 {
	margin-bottom: -1.875rem !important;
}

.ml-md-n30,
.mx-md-n30 {
	margin-left: -1.875rem !important;
}

.m-md-n35 {
	margin: -2.18753rem !important;
}

.mt-md-n35,
.my-md-n35 {
	margin-top: -2.18753rem !important;
}

.mr-md-n35,
.mx-md-n35 {
	margin-right: -2.18753rem !important;
}

.mb-md-n35,
.my-md-n35 {
	margin-bottom: -2.18753rem !important;
}

.ml-md-n35,
.mx-md-n35 {
	margin-left: -2.18753rem !important;
}

.m-md-n40 {
	margin: -2.5rem !important;
}

.mt-md-n40,
.my-md-n40 {
	margin-top: -2.5rem !important;
}

.mr-md-n40,
.mx-md-n40 {
	margin-right: -2.5rem !important;
}

.mb-md-n40,
.my-md-n40 {
	margin-bottom: -2.5rem !important;
}

.ml-md-n40,
.mx-md-n40 {
	margin-left: -2.5rem !important;
}

.m-md-n45 {
	margin: -2.8125rem !important;
}

.mt-md-n45,
.my-md-n45 {
	margin-top: -2.8125rem !important;
}

.mr-md-n45,
.mx-md-n45 {
	margin-right: -2.8125rem !important;
}

.mb-md-n45,
.my-md-n45 {
	margin-bottom: -2.8125rem !important;
}

.ml-md-n45,
.mx-md-n45 {
	margin-left: -2.8125rem !important;
}

.m-md-n50 {
	margin: -3.125rem !important;
}

.mt-md-n50,
.my-md-n50 {
	margin-top: -3.125rem !important;
}

.mr-md-n50,
.mx-md-n50 {
	margin-right: -3.125rem !important;
}

.mb-md-n50,
.my-md-n50 {
	margin-bottom: -3.125rem !important;
}

.ml-md-n50,
.mx-md-n50 {
	margin-left: -3.125rem !important;
}

.m-md-auto {
	margin: auto !important;
}

.mt-md-auto,
.my-md-auto {
	margin-top: auto !important;
}

.mr-md-auto,
.mx-md-auto {
	margin-right: auto !important;
}

.mb-md-auto,
.my-md-auto {
	margin-bottom: auto !important;
}

.ml-md-auto,
.mx-md-auto {
	margin-left: auto !important;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

}

@media (min-width: 992px) {

.container {
	max-width: 960px;
}

.container,
.container-sm,
.container-md,
.container-lg {
	max-width: 960px;
}

.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.row-cols-lg-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-lg-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-lg-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-lg-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-lg-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-lg-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-lg-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-lg-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-lg-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-lg-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-lg-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-lg-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-lg-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-lg-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-lg-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-lg-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-lg-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-lg-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-lg-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-lg-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-lg-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-lg-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-lg-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-lg-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-lg-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-lg-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-lg-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-lg-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-lg-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.33333%;
}

.offset-lg-2 {
	margin-left: 16.66667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.33333%;
}

.offset-lg-5 {
	margin-left: 41.66667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.33333%;
}

.offset-lg-8 {
	margin-left: 66.66667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.33333%;
}

.offset-lg-11 {
	margin-left: 91.66667%;
}

.dropdown-menu-lg-left {
	right: auto;
	left: 0;
}

.dropdown-menu-lg-right {
	right: 0;
	left: auto;
}

.navbar-expand-lg {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand-lg .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand-lg .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand-lg .navbar-toggler {
	display: none;
}

.list-group-horizontal-lg {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal-lg > .list-group-item:first-child {
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.list-group-horizontal-lg > .list-group-item:last-child {
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-horizontal-lg > .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal-lg > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

.modal-lg,
.modal-xl {
	max-width: 800px;
}

.d-lg-none {
	display: none !important;
}

.d-lg-inline {
	display: inline !important;
}

.d-lg-inline-block {
	display: inline-block !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-table {
	display: table !important;
}

.d-lg-table-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-lg-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-lg-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-lg-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-lg-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-lg-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-lg-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-lg-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-lg-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-lg-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-lg-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-lg-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-lg-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-lg-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-lg-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-lg-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-lg-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-lg-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-lg-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-lg-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-lg-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-lg-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-lg-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-lg-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-lg-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-lg-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-lg-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-lg-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-lg-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-lg-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-lg-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-lg-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.float-lg-left {
	float: left !important;
}

.float-lg-right {
	float: right !important;
}

.float-lg-none {
	float: none !important;
}

.m-lg-0 {
	margin: 0 !important;
}

.mt-lg-0,
.my-lg-0 {
	margin-top: 0 !important;
}

.mr-lg-0,
.mx-lg-0 {
	margin-right: 0 !important;
}

.mb-lg-0,
.my-lg-0 {
	margin-bottom: 0 !important;
}

.ml-lg-0,
.mx-lg-0 {
	margin-left: 0 !important;
}

.m-lg-1 {
	margin: 0.25rem !important;
}

.mt-lg-1,
.my-lg-1 {
	margin-top: 0.25rem !important;
}

.mr-lg-1,
.mx-lg-1 {
	margin-right: 0.25rem !important;
}

.mb-lg-1,
.my-lg-1 {
	margin-bottom: 0.25rem !important;
}

.ml-lg-1,
.mx-lg-1 {
	margin-left: 0.25rem !important;
}

.m-lg-2 {
	margin: 0.5rem !important;
}

.mt-lg-2,
.my-lg-2 {
	margin-top: 0.5rem !important;
}

.mr-lg-2,
.mx-lg-2 {
	margin-right: 0.5rem !important;
}

.mb-lg-2,
.my-lg-2 {
	margin-bottom: 0.5rem !important;
}

.ml-lg-2,
.mx-lg-2 {
	margin-left: 0.5rem !important;
}

.m-lg-3 {
	margin: 1rem !important;
}

.mt-lg-3,
.my-lg-3 {
	margin-top: 1rem !important;
}

.mr-lg-3,
.mx-lg-3 {
	margin-right: 1rem !important;
}

.mb-lg-3,
.my-lg-3 {
	margin-bottom: 1rem !important;
}

.ml-lg-3,
.mx-lg-3 {
	margin-left: 1rem !important;
}

.m-lg-4 {
	margin: 1.5rem !important;
}

.mt-lg-4,
.my-lg-4 {
	margin-top: 1.5rem !important;
}

.mr-lg-4,
.mx-lg-4 {
	margin-right: 1.5rem !important;
}

.mb-lg-4,
.my-lg-4 {
	margin-bottom: 1.5rem !important;
}

.ml-lg-4,
.mx-lg-4 {
	margin-left: 1.5rem !important;
}

.m-lg-5 {
	margin: 3rem !important;
}

.mt-lg-5,
.my-lg-5 {
	margin-top: 3rem !important;
}

.mr-lg-5,
.mx-lg-5 {
	margin-right: 3rem !important;
}

.mb-lg-5,
.my-lg-5 {
	margin-bottom: 3rem !important;
}

.ml-lg-5,
.mx-lg-5 {
	margin-left: 3rem !important;
}

.m-lg-10 {
	margin: 0.625rem !important;
}

.mt-lg-10,
.my-lg-10 {
	margin-top: 0.625rem !important;
}

.mr-lg-10,
.mx-lg-10 {
	margin-right: 0.625rem !important;
}

.mb-lg-10,
.my-lg-10 {
	margin-bottom: 0.625rem !important;
}

.ml-lg-10,
.mx-lg-10 {
	margin-left: 0.625rem !important;
}

.m-lg-15 {
	margin: 0.9375rem !important;
}

.mt-lg-15,
.my-lg-15 {
	margin-top: 0.9375rem !important;
}

.mr-lg-15,
.mx-lg-15 {
	margin-right: 0.9375rem !important;
}

.mb-lg-15,
.my-lg-15 {
	margin-bottom: 0.9375rem !important;
}

.ml-lg-15,
.mx-lg-15 {
	margin-left: 0.9375rem !important;
}

.m-lg-20 {
	margin: 1.25rem !important;
}

.mt-lg-20,
.my-lg-20 {
	margin-top: 1.25rem !important;
}

.mr-lg-20,
.mx-lg-20 {
	margin-right: 1.25rem !important;
}

.mb-lg-20,
.my-lg-20 {
	margin-bottom: 1.25rem !important;
}

.ml-lg-20,
.mx-lg-20 {
	margin-left: 1.25rem !important;
}

.m-lg-25 {
	margin: 1.5625rem !important;
}

.mt-lg-25,
.my-lg-25 {
	margin-top: 1.5625rem !important;
}

.mr-lg-25,
.mx-lg-25 {
	margin-right: 1.5625rem !important;
}

.mb-lg-25,
.my-lg-25 {
	margin-bottom: 1.5625rem !important;
}

.ml-lg-25,
.mx-lg-25 {
	margin-left: 1.5625rem !important;
}

.m-lg-30 {
	margin: 1.875rem !important;
}

.mt-lg-30,
.my-lg-30 {
	margin-top: 1.875rem !important;
}

.mr-lg-30,
.mx-lg-30 {
	margin-right: 1.875rem !important;
}

.mb-lg-30,
.my-lg-30 {
	margin-bottom: 1.875rem !important;
}

.ml-lg-30,
.mx-lg-30 {
	margin-left: 1.875rem !important;
}

.m-lg-35 {
	margin: 2.18753rem !important;
}

.mt-lg-35,
.my-lg-35 {
	margin-top: 2.18753rem !important;
}

.mr-lg-35,
.mx-lg-35 {
	margin-right: 2.18753rem !important;
}

.mb-lg-35,
.my-lg-35 {
	margin-bottom: 2.18753rem !important;
}

.ml-lg-35,
.mx-lg-35 {
	margin-left: 2.18753rem !important;
}

.m-lg-40 {
	margin: 2.5rem !important;
}

.mt-lg-40,
.my-lg-40 {
	margin-top: 2.5rem !important;
}

.mr-lg-40,
.mx-lg-40 {
	margin-right: 2.5rem !important;
}

.mb-lg-40,
.my-lg-40 {
	margin-bottom: 2.5rem !important;
}

.ml-lg-40,
.mx-lg-40 {
	margin-left: 2.5rem !important;
}

.m-lg-45 {
	margin: 2.8125rem !important;
}

.mt-lg-45,
.my-lg-45 {
	margin-top: 2.8125rem !important;
}

.mr-lg-45,
.mx-lg-45 {
	margin-right: 2.8125rem !important;
}

.mb-lg-45,
.my-lg-45 {
	margin-bottom: 2.8125rem !important;
}

.ml-lg-45,
.mx-lg-45 {
	margin-left: 2.8125rem !important;
}

.m-lg-50 {
	margin: 3.125rem !important;
}

.mt-lg-50,
.my-lg-50 {
	margin-top: 3.125rem !important;
}

.mr-lg-50,
.mx-lg-50 {
	margin-right: 3.125rem !important;
}

.mb-lg-50,
.my-lg-50 {
	margin-bottom: 3.125rem !important;
}

.ml-lg-50,
.mx-lg-50 {
	margin-left: 3.125rem !important;
}

.p-lg-0 {
	padding: 0 !important;
}

.pt-lg-0,
.py-lg-0 {
	padding-top: 0 !important;
}

.pr-lg-0,
.px-lg-0 {
	padding-right: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
	padding-bottom: 0 !important;
}

.pl-lg-0,
.px-lg-0 {
	padding-left: 0 !important;
}

.p-lg-1 {
	padding: 0.25rem !important;
}

.pt-lg-1,
.py-lg-1 {
	padding-top: 0.25rem !important;
}

.pr-lg-1,
.px-lg-1 {
	padding-right: 0.25rem !important;
}

.pb-lg-1,
.py-lg-1 {
	padding-bottom: 0.25rem !important;
}

.pl-lg-1,
.px-lg-1 {
	padding-left: 0.25rem !important;
}

.p-lg-2 {
	padding: 0.5rem !important;
}

.pt-lg-2,
.py-lg-2 {
	padding-top: 0.5rem !important;
}

.pr-lg-2,
.px-lg-2 {
	padding-right: 0.5rem !important;
}

.pb-lg-2,
.py-lg-2 {
	padding-bottom: 0.5rem !important;
}

.pl-lg-2,
.px-lg-2 {
	padding-left: 0.5rem !important;
}

.p-lg-3 {
	padding: 1rem !important;
}

.pt-lg-3,
.py-lg-3 {
	padding-top: 1rem !important;
}

.pr-lg-3,
.px-lg-3 {
	padding-right: 1rem !important;
}

.pb-lg-3,
.py-lg-3 {
	padding-bottom: 1rem !important;
}

.pl-lg-3,
.px-lg-3 {
	padding-left: 1rem !important;
}

.p-lg-4 {
	padding: 1.5rem !important;
}

.pt-lg-4,
.py-lg-4 {
	padding-top: 1.5rem !important;
}

.pr-lg-4,
.px-lg-4 {
	padding-right: 1.5rem !important;
}

.pb-lg-4,
.py-lg-4 {
	padding-bottom: 1.5rem !important;
}

.pl-lg-4,
.px-lg-4 {
	padding-left: 1.5rem !important;
}

.p-lg-5 {
	padding: 3rem !important;
}

.pt-lg-5,
.py-lg-5 {
	padding-top: 3rem !important;
}

.pr-lg-5,
.px-lg-5 {
	padding-right: 3rem !important;
}

.pb-lg-5,
.py-lg-5 {
	padding-bottom: 3rem !important;
}

.pl-lg-5,
.px-lg-5 {
	padding-left: 3rem !important;
}

.p-lg-10 {
	padding: 0.625rem !important;
}

.pt-lg-10,
.py-lg-10 {
	padding-top: 0.625rem !important;
}

.pr-lg-10,
.px-lg-10 {
	padding-right: 0.625rem !important;
}

.pb-lg-10,
.py-lg-10 {
	padding-bottom: 0.625rem !important;
}

.pl-lg-10,
.px-lg-10 {
	padding-left: 0.625rem !important;
}

.p-lg-15 {
	padding: 0.9375rem !important;
}

.pt-lg-15,
.py-lg-15 {
	padding-top: 0.9375rem !important;
}

.pr-lg-15,
.px-lg-15 {
	padding-right: 0.9375rem !important;
}

.pb-lg-15,
.py-lg-15 {
	padding-bottom: 0.9375rem !important;
}

.pl-lg-15,
.px-lg-15 {
	padding-left: 0.9375rem !important;
}

.p-lg-20 {
	padding: 1.25rem !important;
}

.pt-lg-20,
.py-lg-20 {
	padding-top: 1.25rem !important;
}

.pr-lg-20,
.px-lg-20 {
	padding-right: 1.25rem !important;
}

.pb-lg-20,
.py-lg-20 {
	padding-bottom: 1.25rem !important;
}

.pl-lg-20,
.px-lg-20 {
	padding-left: 1.25rem !important;
}

.p-lg-25 {
	padding: 1.5625rem !important;
}

.pt-lg-25,
.py-lg-25 {
	padding-top: 1.5625rem !important;
}

.pr-lg-25,
.px-lg-25 {
	padding-right: 1.5625rem !important;
}

.pb-lg-25,
.py-lg-25 {
	padding-bottom: 1.5625rem !important;
}

.pl-lg-25,
.px-lg-25 {
	padding-left: 1.5625rem !important;
}

.p-lg-30 {
	padding: 1.875rem !important;
}

.pt-lg-30,
.py-lg-30 {
	padding-top: 1.875rem !important;
}

.pr-lg-30,
.px-lg-30 {
	padding-right: 1.875rem !important;
}

.pb-lg-30,
.py-lg-30 {
	padding-bottom: 1.875rem !important;
}

.pl-lg-30,
.px-lg-30 {
	padding-left: 1.875rem !important;
}

.p-lg-35 {
	padding: 2.18753rem !important;
}

.pt-lg-35,
.py-lg-35 {
	padding-top: 2.18753rem !important;
}

.pr-lg-35,
.px-lg-35 {
	padding-right: 2.18753rem !important;
}

.pb-lg-35,
.py-lg-35 {
	padding-bottom: 2.18753rem !important;
}

.pl-lg-35,
.px-lg-35 {
	padding-left: 2.18753rem !important;
}

.p-lg-40 {
	padding: 2.5rem !important;
}

.pt-lg-40,
.py-lg-40 {
	padding-top: 2.5rem !important;
}

.pr-lg-40,
.px-lg-40 {
	padding-right: 2.5rem !important;
}

.pb-lg-40,
.py-lg-40 {
	padding-bottom: 2.5rem !important;
}

.pl-lg-40,
.px-lg-40 {
	padding-left: 2.5rem !important;
}

.p-lg-45 {
	padding: 2.8125rem !important;
}

.pt-lg-45,
.py-lg-45 {
	padding-top: 2.8125rem !important;
}

.pr-lg-45,
.px-lg-45 {
	padding-right: 2.8125rem !important;
}

.pb-lg-45,
.py-lg-45 {
	padding-bottom: 2.8125rem !important;
}

.pl-lg-45,
.px-lg-45 {
	padding-left: 2.8125rem !important;
}

.p-lg-50 {
	padding: 3.125rem !important;
}

.pt-lg-50,
.py-lg-50 {
	padding-top: 3.125rem !important;
}

.pr-lg-50,
.px-lg-50 {
	padding-right: 3.125rem !important;
}

.pb-lg-50,
.py-lg-50 {
	padding-bottom: 3.125rem !important;
}

.pl-lg-50,
.px-lg-50 {
	padding-left: 3.125rem !important;
}

.m-lg-n1 {
	margin: -0.25rem !important;
}

.mt-lg-n1,
.my-lg-n1 {
	margin-top: -0.25rem !important;
}

.mr-lg-n1,
.mx-lg-n1 {
	margin-right: -0.25rem !important;
}

.mb-lg-n1,
.my-lg-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-lg-n1,
.mx-lg-n1 {
	margin-left: -0.25rem !important;
}

.m-lg-n2 {
	margin: -0.5rem !important;
}

.mt-lg-n2,
.my-lg-n2 {
	margin-top: -0.5rem !important;
}

.mr-lg-n2,
.mx-lg-n2 {
	margin-right: -0.5rem !important;
}

.mb-lg-n2,
.my-lg-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-lg-n2,
.mx-lg-n2 {
	margin-left: -0.5rem !important;
}

.m-lg-n3 {
	margin: -1rem !important;
}

.mt-lg-n3,
.my-lg-n3 {
	margin-top: -1rem !important;
}

.mr-lg-n3,
.mx-lg-n3 {
	margin-right: -1rem !important;
}

.mb-lg-n3,
.my-lg-n3 {
	margin-bottom: -1rem !important;
}

.ml-lg-n3,
.mx-lg-n3 {
	margin-left: -1rem !important;
}

.m-lg-n4 {
	margin: -1.5rem !important;
}

.mt-lg-n4,
.my-lg-n4 {
	margin-top: -1.5rem !important;
}

.mr-lg-n4,
.mx-lg-n4 {
	margin-right: -1.5rem !important;
}

.mb-lg-n4,
.my-lg-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-lg-n4,
.mx-lg-n4 {
	margin-left: -1.5rem !important;
}

.m-lg-n5 {
	margin: -3rem !important;
}

.mt-lg-n5,
.my-lg-n5 {
	margin-top: -3rem !important;
}

.mr-lg-n5,
.mx-lg-n5 {
	margin-right: -3rem !important;
}

.mb-lg-n5,
.my-lg-n5 {
	margin-bottom: -3rem !important;
}

.ml-lg-n5,
.mx-lg-n5 {
	margin-left: -3rem !important;
}

.m-lg-n10 {
	margin: -0.625rem !important;
}

.mt-lg-n10,
.my-lg-n10 {
	margin-top: -0.625rem !important;
}

.mr-lg-n10,
.mx-lg-n10 {
	margin-right: -0.625rem !important;
}

.mb-lg-n10,
.my-lg-n10 {
	margin-bottom: -0.625rem !important;
}

.ml-lg-n10,
.mx-lg-n10 {
	margin-left: -0.625rem !important;
}

.m-lg-n15 {
	margin: -0.9375rem !important;
}

.mt-lg-n15,
.my-lg-n15 {
	margin-top: -0.9375rem !important;
}

.mr-lg-n15,
.mx-lg-n15 {
	margin-right: -0.9375rem !important;
}

.mb-lg-n15,
.my-lg-n15 {
	margin-bottom: -0.9375rem !important;
}

.ml-lg-n15,
.mx-lg-n15 {
	margin-left: -0.9375rem !important;
}

.m-lg-n20 {
	margin: -1.25rem !important;
}

.mt-lg-n20,
.my-lg-n20 {
	margin-top: -1.25rem !important;
}

.mr-lg-n20,
.mx-lg-n20 {
	margin-right: -1.25rem !important;
}

.mb-lg-n20,
.my-lg-n20 {
	margin-bottom: -1.25rem !important;
}

.ml-lg-n20,
.mx-lg-n20 {
	margin-left: -1.25rem !important;
}

.m-lg-n25 {
	margin: -1.5625rem !important;
}

.mt-lg-n25,
.my-lg-n25 {
	margin-top: -1.5625rem !important;
}

.mr-lg-n25,
.mx-lg-n25 {
	margin-right: -1.5625rem !important;
}

.mb-lg-n25,
.my-lg-n25 {
	margin-bottom: -1.5625rem !important;
}

.ml-lg-n25,
.mx-lg-n25 {
	margin-left: -1.5625rem !important;
}

.m-lg-n30 {
	margin: -1.875rem !important;
}

.mt-lg-n30,
.my-lg-n30 {
	margin-top: -1.875rem !important;
}

.mr-lg-n30,
.mx-lg-n30 {
	margin-right: -1.875rem !important;
}

.mb-lg-n30,
.my-lg-n30 {
	margin-bottom: -1.875rem !important;
}

.ml-lg-n30,
.mx-lg-n30 {
	margin-left: -1.875rem !important;
}

.m-lg-n35 {
	margin: -2.18753rem !important;
}

.mt-lg-n35,
.my-lg-n35 {
	margin-top: -2.18753rem !important;
}

.mr-lg-n35,
.mx-lg-n35 {
	margin-right: -2.18753rem !important;
}

.mb-lg-n35,
.my-lg-n35 {
	margin-bottom: -2.18753rem !important;
}

.ml-lg-n35,
.mx-lg-n35 {
	margin-left: -2.18753rem !important;
}

.m-lg-n40 {
	margin: -2.5rem !important;
}

.mt-lg-n40,
.my-lg-n40 {
	margin-top: -2.5rem !important;
}

.mr-lg-n40,
.mx-lg-n40 {
	margin-right: -2.5rem !important;
}

.mb-lg-n40,
.my-lg-n40 {
	margin-bottom: -2.5rem !important;
}

.ml-lg-n40,
.mx-lg-n40 {
	margin-left: -2.5rem !important;
}

.m-lg-n45 {
	margin: -2.8125rem !important;
}

.mt-lg-n45,
.my-lg-n45 {
	margin-top: -2.8125rem !important;
}

.mr-lg-n45,
.mx-lg-n45 {
	margin-right: -2.8125rem !important;
}

.mb-lg-n45,
.my-lg-n45 {
	margin-bottom: -2.8125rem !important;
}

.ml-lg-n45,
.mx-lg-n45 {
	margin-left: -2.8125rem !important;
}

.m-lg-n50 {
	margin: -3.125rem !important;
}

.mt-lg-n50,
.my-lg-n50 {
	margin-top: -3.125rem !important;
}

.mr-lg-n50,
.mx-lg-n50 {
	margin-right: -3.125rem !important;
}

.mb-lg-n50,
.my-lg-n50 {
	margin-bottom: -3.125rem !important;
}

.ml-lg-n50,
.mx-lg-n50 {
	margin-left: -3.125rem !important;
}

.m-lg-auto {
	margin: auto !important;
}

.mt-lg-auto,
.my-lg-auto {
	margin-top: auto !important;
}

.mr-lg-auto,
.mx-lg-auto {
	margin-right: auto !important;
}

.mb-lg-auto,
.my-lg-auto {
	margin-bottom: auto !important;
}

.ml-lg-auto,
.mx-lg-auto {
	margin-left: auto !important;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1140px;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	max-width: 1140px;
}

.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.row-cols-xl-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-xl-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-xl-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-xl-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-xl-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-xl-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xl-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-xl-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xl-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xl-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xl-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xl-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xl-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xl-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xl-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xl-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-xl-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-xl-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-xl-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-xl-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-xl-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-xl-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-xl-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-xl-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-xl-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-xl-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-xl-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-xl-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-xl-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-xl-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.33333%;
}

.offset-xl-2 {
	margin-left: 16.66667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.33333%;
}

.offset-xl-5 {
	margin-left: 41.66667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.33333%;
}

.offset-xl-8 {
	margin-left: 66.66667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.33333%;
}

.offset-xl-11 {
	margin-left: 91.66667%;
}

.dropdown-menu-xl-left {
	right: auto;
	left: 0;
}

.dropdown-menu-xl-right {
	right: 0;
	left: auto;
}

.navbar-expand-xl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand-xl .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand-xl .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand-xl .navbar-toggler {
	display: none;
}

.list-group-horizontal-xl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal-xl > .list-group-item:first-child {
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.list-group-horizontal-xl > .list-group-item:last-child {
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-horizontal-xl > .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal-xl > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

.modal-xl {
	max-width: 1140px;
}

.d-xl-none {
	display: none !important;
}

.d-xl-inline {
	display: inline !important;
}

.d-xl-inline-block {
	display: inline-block !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-table {
	display: table !important;
}

.d-xl-table-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-xl-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-xl-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-xl-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-xl-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-xl-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-xl-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-xl-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-xl-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-xl-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-xl-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-xl-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-xl-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-xl-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-xl-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-xl-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-xl-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-xl-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-xl-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-xl-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-xl-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-xl-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-xl-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-xl-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-xl-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-xl-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-xl-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-xl-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-xl-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-xl-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-xl-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-xl-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.float-xl-left {
	float: left !important;
}

.float-xl-right {
	float: right !important;
}

.float-xl-none {
	float: none !important;
}

.m-xl-0 {
	margin: 0 !important;
}

.mt-xl-0,
.my-xl-0 {
	margin-top: 0 !important;
}

.mr-xl-0,
.mx-xl-0 {
	margin-right: 0 !important;
}

.mb-xl-0,
.my-xl-0 {
	margin-bottom: 0 !important;
}

.ml-xl-0,
.mx-xl-0 {
	margin-left: 0 !important;
}

.m-xl-1 {
	margin: 0.25rem !important;
}

.mt-xl-1,
.my-xl-1 {
	margin-top: 0.25rem !important;
}

.mr-xl-1,
.mx-xl-1 {
	margin-right: 0.25rem !important;
}

.mb-xl-1,
.my-xl-1 {
	margin-bottom: 0.25rem !important;
}

.ml-xl-1,
.mx-xl-1 {
	margin-left: 0.25rem !important;
}

.m-xl-2 {
	margin: 0.5rem !important;
}

.mt-xl-2,
.my-xl-2 {
	margin-top: 0.5rem !important;
}

.mr-xl-2,
.mx-xl-2 {
	margin-right: 0.5rem !important;
}

.mb-xl-2,
.my-xl-2 {
	margin-bottom: 0.5rem !important;
}

.ml-xl-2,
.mx-xl-2 {
	margin-left: 0.5rem !important;
}

.m-xl-3 {
	margin: 1rem !important;
}

.mt-xl-3,
.my-xl-3 {
	margin-top: 1rem !important;
}

.mr-xl-3,
.mx-xl-3 {
	margin-right: 1rem !important;
}

.mb-xl-3,
.my-xl-3 {
	margin-bottom: 1rem !important;
}

.ml-xl-3,
.mx-xl-3 {
	margin-left: 1rem !important;
}

.m-xl-4 {
	margin: 1.5rem !important;
}

.mt-xl-4,
.my-xl-4 {
	margin-top: 1.5rem !important;
}

.mr-xl-4,
.mx-xl-4 {
	margin-right: 1.5rem !important;
}

.mb-xl-4,
.my-xl-4 {
	margin-bottom: 1.5rem !important;
}

.ml-xl-4,
.mx-xl-4 {
	margin-left: 1.5rem !important;
}

.m-xl-5 {
	margin: 3rem !important;
}

.mt-xl-5,
.my-xl-5 {
	margin-top: 3rem !important;
}

.mr-xl-5,
.mx-xl-5 {
	margin-right: 3rem !important;
}

.mb-xl-5,
.my-xl-5 {
	margin-bottom: 3rem !important;
}

.ml-xl-5,
.mx-xl-5 {
	margin-left: 3rem !important;
}

.m-xl-10 {
	margin: 0.625rem !important;
}

.mt-xl-10,
.my-xl-10 {
	margin-top: 0.625rem !important;
}

.mr-xl-10,
.mx-xl-10 {
	margin-right: 0.625rem !important;
}

.mb-xl-10,
.my-xl-10 {
	margin-bottom: 0.625rem !important;
}

.ml-xl-10,
.mx-xl-10 {
	margin-left: 0.625rem !important;
}

.m-xl-15 {
	margin: 0.9375rem !important;
}

.mt-xl-15,
.my-xl-15 {
	margin-top: 0.9375rem !important;
}

.mr-xl-15,
.mx-xl-15 {
	margin-right: 0.9375rem !important;
}

.mb-xl-15,
.my-xl-15 {
	margin-bottom: 0.9375rem !important;
}

.ml-xl-15,
.mx-xl-15 {
	margin-left: 0.9375rem !important;
}

.m-xl-20 {
	margin: 1.25rem !important;
}

.mt-xl-20,
.my-xl-20 {
	margin-top: 1.25rem !important;
}

.mr-xl-20,
.mx-xl-20 {
	margin-right: 1.25rem !important;
}

.mb-xl-20,
.my-xl-20 {
	margin-bottom: 1.25rem !important;
}

.ml-xl-20,
.mx-xl-20 {
	margin-left: 1.25rem !important;
}

.m-xl-25 {
	margin: 1.5625rem !important;
}

.mt-xl-25,
.my-xl-25 {
	margin-top: 1.5625rem !important;
}

.mr-xl-25,
.mx-xl-25 {
	margin-right: 1.5625rem !important;
}

.mb-xl-25,
.my-xl-25 {
	margin-bottom: 1.5625rem !important;
}

.ml-xl-25,
.mx-xl-25 {
	margin-left: 1.5625rem !important;
}

.m-xl-30 {
	margin: 1.875rem !important;
}

.mt-xl-30,
.my-xl-30 {
	margin-top: 1.875rem !important;
}

.mr-xl-30,
.mx-xl-30 {
	margin-right: 1.875rem !important;
}

.mb-xl-30,
.my-xl-30 {
	margin-bottom: 1.875rem !important;
}

.ml-xl-30,
.mx-xl-30 {
	margin-left: 1.875rem !important;
}

.m-xl-35 {
	margin: 2.18753rem !important;
}

.mt-xl-35,
.my-xl-35 {
	margin-top: 2.18753rem !important;
}

.mr-xl-35,
.mx-xl-35 {
	margin-right: 2.18753rem !important;
}

.mb-xl-35,
.my-xl-35 {
	margin-bottom: 2.18753rem !important;
}

.ml-xl-35,
.mx-xl-35 {
	margin-left: 2.18753rem !important;
}

.m-xl-40 {
	margin: 2.5rem !important;
}

.mt-xl-40,
.my-xl-40 {
	margin-top: 2.5rem !important;
}

.mr-xl-40,
.mx-xl-40 {
	margin-right: 2.5rem !important;
}

.mb-xl-40,
.my-xl-40 {
	margin-bottom: 2.5rem !important;
}

.ml-xl-40,
.mx-xl-40 {
	margin-left: 2.5rem !important;
}

.m-xl-45 {
	margin: 2.8125rem !important;
}

.mt-xl-45,
.my-xl-45 {
	margin-top: 2.8125rem !important;
}

.mr-xl-45,
.mx-xl-45 {
	margin-right: 2.8125rem !important;
}

.mb-xl-45,
.my-xl-45 {
	margin-bottom: 2.8125rem !important;
}

.ml-xl-45,
.mx-xl-45 {
	margin-left: 2.8125rem !important;
}

.m-xl-50 {
	margin: 3.125rem !important;
}

.mt-xl-50,
.my-xl-50 {
	margin-top: 3.125rem !important;
}

.mr-xl-50,
.mx-xl-50 {
	margin-right: 3.125rem !important;
}

.mb-xl-50,
.my-xl-50 {
	margin-bottom: 3.125rem !important;
}

.ml-xl-50,
.mx-xl-50 {
	margin-left: 3.125rem !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.pt-xl-0,
.py-xl-0 {
	padding-top: 0 !important;
}

.pr-xl-0,
.px-xl-0 {
	padding-right: 0 !important;
}

.pb-xl-0,
.py-xl-0 {
	padding-bottom: 0 !important;
}

.pl-xl-0,
.px-xl-0 {
	padding-left: 0 !important;
}

.p-xl-1 {
	padding: 0.25rem !important;
}

.pt-xl-1,
.py-xl-1 {
	padding-top: 0.25rem !important;
}

.pr-xl-1,
.px-xl-1 {
	padding-right: 0.25rem !important;
}

.pb-xl-1,
.py-xl-1 {
	padding-bottom: 0.25rem !important;
}

.pl-xl-1,
.px-xl-1 {
	padding-left: 0.25rem !important;
}

.p-xl-2 {
	padding: 0.5rem !important;
}

.pt-xl-2,
.py-xl-2 {
	padding-top: 0.5rem !important;
}

.pr-xl-2,
.px-xl-2 {
	padding-right: 0.5rem !important;
}

.pb-xl-2,
.py-xl-2 {
	padding-bottom: 0.5rem !important;
}

.pl-xl-2,
.px-xl-2 {
	padding-left: 0.5rem !important;
}

.p-xl-3 {
	padding: 1rem !important;
}

.pt-xl-3,
.py-xl-3 {
	padding-top: 1rem !important;
}

.pr-xl-3,
.px-xl-3 {
	padding-right: 1rem !important;
}

.pb-xl-3,
.py-xl-3 {
	padding-bottom: 1rem !important;
}

.pl-xl-3,
.px-xl-3 {
	padding-left: 1rem !important;
}

.p-xl-4 {
	padding: 1.5rem !important;
}

.pt-xl-4,
.py-xl-4 {
	padding-top: 1.5rem !important;
}

.pr-xl-4,
.px-xl-4 {
	padding-right: 1.5rem !important;
}

.pb-xl-4,
.py-xl-4 {
	padding-bottom: 1.5rem !important;
}

.pl-xl-4,
.px-xl-4 {
	padding-left: 1.5rem !important;
}

.p-xl-5 {
	padding: 3rem !important;
}

.pt-xl-5,
.py-xl-5 {
	padding-top: 3rem !important;
}

.pr-xl-5,
.px-xl-5 {
	padding-right: 3rem !important;
}

.pb-xl-5,
.py-xl-5 {
	padding-bottom: 3rem !important;
}

.pl-xl-5,
.px-xl-5 {
	padding-left: 3rem !important;
}

.p-xl-10 {
	padding: 0.625rem !important;
}

.pt-xl-10,
.py-xl-10 {
	padding-top: 0.625rem !important;
}

.pr-xl-10,
.px-xl-10 {
	padding-right: 0.625rem !important;
}

.pb-xl-10,
.py-xl-10 {
	padding-bottom: 0.625rem !important;
}

.pl-xl-10,
.px-xl-10 {
	padding-left: 0.625rem !important;
}

.p-xl-15 {
	padding: 0.9375rem !important;
}

.pt-xl-15,
.py-xl-15 {
	padding-top: 0.9375rem !important;
}

.pr-xl-15,
.px-xl-15 {
	padding-right: 0.9375rem !important;
}

.pb-xl-15,
.py-xl-15 {
	padding-bottom: 0.9375rem !important;
}

.pl-xl-15,
.px-xl-15 {
	padding-left: 0.9375rem !important;
}

.p-xl-20 {
	padding: 1.25rem !important;
}

.pt-xl-20,
.py-xl-20 {
	padding-top: 1.25rem !important;
}

.pr-xl-20,
.px-xl-20 {
	padding-right: 1.25rem !important;
}

.pb-xl-20,
.py-xl-20 {
	padding-bottom: 1.25rem !important;
}

.pl-xl-20,
.px-xl-20 {
	padding-left: 1.25rem !important;
}

.p-xl-25 {
	padding: 1.5625rem !important;
}

.pt-xl-25,
.py-xl-25 {
	padding-top: 1.5625rem !important;
}

.pr-xl-25,
.px-xl-25 {
	padding-right: 1.5625rem !important;
}

.pb-xl-25,
.py-xl-25 {
	padding-bottom: 1.5625rem !important;
}

.pl-xl-25,
.px-xl-25 {
	padding-left: 1.5625rem !important;
}

.p-xl-30 {
	padding: 1.875rem !important;
}

.pt-xl-30,
.py-xl-30 {
	padding-top: 1.875rem !important;
}

.pr-xl-30,
.px-xl-30 {
	padding-right: 1.875rem !important;
}

.pb-xl-30,
.py-xl-30 {
	padding-bottom: 1.875rem !important;
}

.pl-xl-30,
.px-xl-30 {
	padding-left: 1.875rem !important;
}

.p-xl-35 {
	padding: 2.18753rem !important;
}

.pt-xl-35,
.py-xl-35 {
	padding-top: 2.18753rem !important;
}

.pr-xl-35,
.px-xl-35 {
	padding-right: 2.18753rem !important;
}

.pb-xl-35,
.py-xl-35 {
	padding-bottom: 2.18753rem !important;
}

.pl-xl-35,
.px-xl-35 {
	padding-left: 2.18753rem !important;
}

.p-xl-40 {
	padding: 2.5rem !important;
}

.pt-xl-40,
.py-xl-40 {
	padding-top: 2.5rem !important;
}

.pr-xl-40,
.px-xl-40 {
	padding-right: 2.5rem !important;
}

.pb-xl-40,
.py-xl-40 {
	padding-bottom: 2.5rem !important;
}

.pl-xl-40,
.px-xl-40 {
	padding-left: 2.5rem !important;
}

.p-xl-45 {
	padding: 2.8125rem !important;
}

.pt-xl-45,
.py-xl-45 {
	padding-top: 2.8125rem !important;
}

.pr-xl-45,
.px-xl-45 {
	padding-right: 2.8125rem !important;
}

.pb-xl-45,
.py-xl-45 {
	padding-bottom: 2.8125rem !important;
}

.pl-xl-45,
.px-xl-45 {
	padding-left: 2.8125rem !important;
}

.p-xl-50 {
	padding: 3.125rem !important;
}

.pt-xl-50,
.py-xl-50 {
	padding-top: 3.125rem !important;
}

.pr-xl-50,
.px-xl-50 {
	padding-right: 3.125rem !important;
}

.pb-xl-50,
.py-xl-50 {
	padding-bottom: 3.125rem !important;
}

.pl-xl-50,
.px-xl-50 {
	padding-left: 3.125rem !important;
}

.m-xl-n1 {
	margin: -0.25rem !important;
}

.mt-xl-n1,
.my-xl-n1 {
	margin-top: -0.25rem !important;
}

.mr-xl-n1,
.mx-xl-n1 {
	margin-right: -0.25rem !important;
}

.mb-xl-n1,
.my-xl-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-xl-n1,
.mx-xl-n1 {
	margin-left: -0.25rem !important;
}

.m-xl-n2 {
	margin: -0.5rem !important;
}

.mt-xl-n2,
.my-xl-n2 {
	margin-top: -0.5rem !important;
}

.mr-xl-n2,
.mx-xl-n2 {
	margin-right: -0.5rem !important;
}

.mb-xl-n2,
.my-xl-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-xl-n2,
.mx-xl-n2 {
	margin-left: -0.5rem !important;
}

.m-xl-n3 {
	margin: -1rem !important;
}

.mt-xl-n3,
.my-xl-n3 {
	margin-top: -1rem !important;
}

.mr-xl-n3,
.mx-xl-n3 {
	margin-right: -1rem !important;
}

.mb-xl-n3,
.my-xl-n3 {
	margin-bottom: -1rem !important;
}

.ml-xl-n3,
.mx-xl-n3 {
	margin-left: -1rem !important;
}

.m-xl-n4 {
	margin: -1.5rem !important;
}

.mt-xl-n4,
.my-xl-n4 {
	margin-top: -1.5rem !important;
}

.mr-xl-n4,
.mx-xl-n4 {
	margin-right: -1.5rem !important;
}

.mb-xl-n4,
.my-xl-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-xl-n4,
.mx-xl-n4 {
	margin-left: -1.5rem !important;
}

.m-xl-n5 {
	margin: -3rem !important;
}

.mt-xl-n5,
.my-xl-n5 {
	margin-top: -3rem !important;
}

.mr-xl-n5,
.mx-xl-n5 {
	margin-right: -3rem !important;
}

.mb-xl-n5,
.my-xl-n5 {
	margin-bottom: -3rem !important;
}

.ml-xl-n5,
.mx-xl-n5 {
	margin-left: -3rem !important;
}

.m-xl-n10 {
	margin: -0.625rem !important;
}

.mt-xl-n10,
.my-xl-n10 {
	margin-top: -0.625rem !important;
}

.mr-xl-n10,
.mx-xl-n10 {
	margin-right: -0.625rem !important;
}

.mb-xl-n10,
.my-xl-n10 {
	margin-bottom: -0.625rem !important;
}

.ml-xl-n10,
.mx-xl-n10 {
	margin-left: -0.625rem !important;
}

.m-xl-n15 {
	margin: -0.9375rem !important;
}

.mt-xl-n15,
.my-xl-n15 {
	margin-top: -0.9375rem !important;
}

.mr-xl-n15,
.mx-xl-n15 {
	margin-right: -0.9375rem !important;
}

.mb-xl-n15,
.my-xl-n15 {
	margin-bottom: -0.9375rem !important;
}

.ml-xl-n15,
.mx-xl-n15 {
	margin-left: -0.9375rem !important;
}

.m-xl-n20 {
	margin: -1.25rem !important;
}

.mt-xl-n20,
.my-xl-n20 {
	margin-top: -1.25rem !important;
}

.mr-xl-n20,
.mx-xl-n20 {
	margin-right: -1.25rem !important;
}

.mb-xl-n20,
.my-xl-n20 {
	margin-bottom: -1.25rem !important;
}

.ml-xl-n20,
.mx-xl-n20 {
	margin-left: -1.25rem !important;
}

.m-xl-n25 {
	margin: -1.5625rem !important;
}

.mt-xl-n25,
.my-xl-n25 {
	margin-top: -1.5625rem !important;
}

.mr-xl-n25,
.mx-xl-n25 {
	margin-right: -1.5625rem !important;
}

.mb-xl-n25,
.my-xl-n25 {
	margin-bottom: -1.5625rem !important;
}

.ml-xl-n25,
.mx-xl-n25 {
	margin-left: -1.5625rem !important;
}

.m-xl-n30 {
	margin: -1.875rem !important;
}

.mt-xl-n30,
.my-xl-n30 {
	margin-top: -1.875rem !important;
}

.mr-xl-n30,
.mx-xl-n30 {
	margin-right: -1.875rem !important;
}

.mb-xl-n30,
.my-xl-n30 {
	margin-bottom: -1.875rem !important;
}

.ml-xl-n30,
.mx-xl-n30 {
	margin-left: -1.875rem !important;
}

.m-xl-n35 {
	margin: -2.18753rem !important;
}

.mt-xl-n35,
.my-xl-n35 {
	margin-top: -2.18753rem !important;
}

.mr-xl-n35,
.mx-xl-n35 {
	margin-right: -2.18753rem !important;
}

.mb-xl-n35,
.my-xl-n35 {
	margin-bottom: -2.18753rem !important;
}

.ml-xl-n35,
.mx-xl-n35 {
	margin-left: -2.18753rem !important;
}

.m-xl-n40 {
	margin: -2.5rem !important;
}

.mt-xl-n40,
.my-xl-n40 {
	margin-top: -2.5rem !important;
}

.mr-xl-n40,
.mx-xl-n40 {
	margin-right: -2.5rem !important;
}

.mb-xl-n40,
.my-xl-n40 {
	margin-bottom: -2.5rem !important;
}

.ml-xl-n40,
.mx-xl-n40 {
	margin-left: -2.5rem !important;
}

.m-xl-n45 {
	margin: -2.8125rem !important;
}

.mt-xl-n45,
.my-xl-n45 {
	margin-top: -2.8125rem !important;
}

.mr-xl-n45,
.mx-xl-n45 {
	margin-right: -2.8125rem !important;
}

.mb-xl-n45,
.my-xl-n45 {
	margin-bottom: -2.8125rem !important;
}

.ml-xl-n45,
.mx-xl-n45 {
	margin-left: -2.8125rem !important;
}

.m-xl-n50 {
	margin: -3.125rem !important;
}

.mt-xl-n50,
.my-xl-n50 {
	margin-top: -3.125rem !important;
}

.mr-xl-n50,
.mx-xl-n50 {
	margin-right: -3.125rem !important;
}

.mb-xl-n50,
.my-xl-n50 {
	margin-bottom: -3.125rem !important;
}

.ml-xl-n50,
.mx-xl-n50 {
	margin-left: -3.125rem !important;
}

.m-xl-auto {
	margin: auto !important;
}

.mt-xl-auto,
.my-xl-auto {
	margin-top: auto !important;
}

.mr-xl-auto,
.mx-xl-auto {
	margin-right: auto !important;
}

.mb-xl-auto,
.my-xl-auto {
	margin-bottom: auto !important;
}

.ml-xl-auto,
.mx-xl-auto {
	margin-left: auto !important;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

}

@media (min-width: 1600px) {

.col-xxl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.row-cols-xxl-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-xxl-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-xxl-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-xxl-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-xxl-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-xxl-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xxl-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-xxl-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xxl-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xxl-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xxl-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xxl-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xxl-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xxl-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xxl-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xxl-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xxl-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xxl-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xxl-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xxl-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-xxl-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-xxl-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-xxl-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-xxl-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-xxl-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-xxl-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-xxl-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-xxl-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-xxl-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-xxl-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-xxl-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-xxl-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-xxl-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-xxl-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-xxl-0 {
	margin-left: 0;
}

.offset-xxl-1 {
	margin-left: 8.33333%;
}

.offset-xxl-2 {
	margin-left: 16.66667%;
}

.offset-xxl-3 {
	margin-left: 25%;
}

.offset-xxl-4 {
	margin-left: 33.33333%;
}

.offset-xxl-5 {
	margin-left: 41.66667%;
}

.offset-xxl-6 {
	margin-left: 50%;
}

.offset-xxl-7 {
	margin-left: 58.33333%;
}

.offset-xxl-8 {
	margin-left: 66.66667%;
}

.offset-xxl-9 {
	margin-left: 75%;
}

.offset-xxl-10 {
	margin-left: 83.33333%;
}

.offset-xxl-11 {
	margin-left: 91.66667%;
}

.dropdown-menu-xxl-left {
	right: auto;
	left: 0;
}

.dropdown-menu-xxl-right {
	right: 0;
	left: auto;
}

.navbar-expand-xxl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand-xxl .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand-xxl .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand-xxl .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand-xxl .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand-xxl .navbar-toggler {
	display: none;
}

.list-group-horizontal-xxl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal-xxl > .list-group-item:first-child {
	-webkit-border-bottom-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.list-group-horizontal-xxl > .list-group-item:last-child {
	-webkit-border-top-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-horizontal-xxl > .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal-xxl > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

.d-xxl-none {
	display: none !important;
}

.d-xxl-inline {
	display: inline !important;
}

.d-xxl-inline-block {
	display: inline-block !important;
}

.d-xxl-block {
	display: block !important;
}

.d-xxl-table {
	display: table !important;
}

.d-xxl-table-row {
	display: table-row !important;
}

.d-xxl-table-cell {
	display: table-cell !important;
}

.d-xxl-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-xxl-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-xxl-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-xxl-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-xxl-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-xxl-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-xxl-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-xxl-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-xxl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-xxl-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-xxl-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-xxl-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-xxl-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-xxl-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-xxl-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-xxl-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-xxl-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-xxl-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-xxl-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-xxl-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-xxl-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-xxl-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-xxl-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-xxl-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-xxl-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-xxl-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-xxl-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-xxl-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-xxl-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-xxl-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-xxl-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-xxl-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-xxl-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-xxl-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-xxl-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-xxl-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.float-xxl-left {
	float: left !important;
}

.float-xxl-right {
	float: right !important;
}

.float-xxl-none {
	float: none !important;
}

.m-xxl-0 {
	margin: 0 !important;
}

.mt-xxl-0,
.my-xxl-0 {
	margin-top: 0 !important;
}

.mr-xxl-0,
.mx-xxl-0 {
	margin-right: 0 !important;
}

.mb-xxl-0,
.my-xxl-0 {
	margin-bottom: 0 !important;
}

.ml-xxl-0,
.mx-xxl-0 {
	margin-left: 0 !important;
}

.m-xxl-1 {
	margin: 0.25rem !important;
}

.mt-xxl-1,
.my-xxl-1 {
	margin-top: 0.25rem !important;
}

.mr-xxl-1,
.mx-xxl-1 {
	margin-right: 0.25rem !important;
}

.mb-xxl-1,
.my-xxl-1 {
	margin-bottom: 0.25rem !important;
}

.ml-xxl-1,
.mx-xxl-1 {
	margin-left: 0.25rem !important;
}

.m-xxl-2 {
	margin: 0.5rem !important;
}

.mt-xxl-2,
.my-xxl-2 {
	margin-top: 0.5rem !important;
}

.mr-xxl-2,
.mx-xxl-2 {
	margin-right: 0.5rem !important;
}

.mb-xxl-2,
.my-xxl-2 {
	margin-bottom: 0.5rem !important;
}

.ml-xxl-2,
.mx-xxl-2 {
	margin-left: 0.5rem !important;
}

.m-xxl-3 {
	margin: 1rem !important;
}

.mt-xxl-3,
.my-xxl-3 {
	margin-top: 1rem !important;
}

.mr-xxl-3,
.mx-xxl-3 {
	margin-right: 1rem !important;
}

.mb-xxl-3,
.my-xxl-3 {
	margin-bottom: 1rem !important;
}

.ml-xxl-3,
.mx-xxl-3 {
	margin-left: 1rem !important;
}

.m-xxl-4 {
	margin: 1.5rem !important;
}

.mt-xxl-4,
.my-xxl-4 {
	margin-top: 1.5rem !important;
}

.mr-xxl-4,
.mx-xxl-4 {
	margin-right: 1.5rem !important;
}

.mb-xxl-4,
.my-xxl-4 {
	margin-bottom: 1.5rem !important;
}

.ml-xxl-4,
.mx-xxl-4 {
	margin-left: 1.5rem !important;
}

.m-xxl-5 {
	margin: 3rem !important;
}

.mt-xxl-5,
.my-xxl-5 {
	margin-top: 3rem !important;
}

.mr-xxl-5,
.mx-xxl-5 {
	margin-right: 3rem !important;
}

.mb-xxl-5,
.my-xxl-5 {
	margin-bottom: 3rem !important;
}

.ml-xxl-5,
.mx-xxl-5 {
	margin-left: 3rem !important;
}

.m-xxl-10 {
	margin: 0.625rem !important;
}

.mt-xxl-10,
.my-xxl-10 {
	margin-top: 0.625rem !important;
}

.mr-xxl-10,
.mx-xxl-10 {
	margin-right: 0.625rem !important;
}

.mb-xxl-10,
.my-xxl-10 {
	margin-bottom: 0.625rem !important;
}

.ml-xxl-10,
.mx-xxl-10 {
	margin-left: 0.625rem !important;
}

.m-xxl-15 {
	margin: 0.9375rem !important;
}

.mt-xxl-15,
.my-xxl-15 {
	margin-top: 0.9375rem !important;
}

.mr-xxl-15,
.mx-xxl-15 {
	margin-right: 0.9375rem !important;
}

.mb-xxl-15,
.my-xxl-15 {
	margin-bottom: 0.9375rem !important;
}

.ml-xxl-15,
.mx-xxl-15 {
	margin-left: 0.9375rem !important;
}

.m-xxl-20 {
	margin: 1.25rem !important;
}

.mt-xxl-20,
.my-xxl-20 {
	margin-top: 1.25rem !important;
}

.mr-xxl-20,
.mx-xxl-20 {
	margin-right: 1.25rem !important;
}

.mb-xxl-20,
.my-xxl-20 {
	margin-bottom: 1.25rem !important;
}

.ml-xxl-20,
.mx-xxl-20 {
	margin-left: 1.25rem !important;
}

.m-xxl-25 {
	margin: 1.5625rem !important;
}

.mt-xxl-25,
.my-xxl-25 {
	margin-top: 1.5625rem !important;
}

.mr-xxl-25,
.mx-xxl-25 {
	margin-right: 1.5625rem !important;
}

.mb-xxl-25,
.my-xxl-25 {
	margin-bottom: 1.5625rem !important;
}

.ml-xxl-25,
.mx-xxl-25 {
	margin-left: 1.5625rem !important;
}

.m-xxl-30 {
	margin: 1.875rem !important;
}

.mt-xxl-30,
.my-xxl-30 {
	margin-top: 1.875rem !important;
}

.mr-xxl-30,
.mx-xxl-30 {
	margin-right: 1.875rem !important;
}

.mb-xxl-30,
.my-xxl-30 {
	margin-bottom: 1.875rem !important;
}

.ml-xxl-30,
.mx-xxl-30 {
	margin-left: 1.875rem !important;
}

.m-xxl-35 {
	margin: 2.18753rem !important;
}

.mt-xxl-35,
.my-xxl-35 {
	margin-top: 2.18753rem !important;
}

.mr-xxl-35,
.mx-xxl-35 {
	margin-right: 2.18753rem !important;
}

.mb-xxl-35,
.my-xxl-35 {
	margin-bottom: 2.18753rem !important;
}

.ml-xxl-35,
.mx-xxl-35 {
	margin-left: 2.18753rem !important;
}

.m-xxl-40 {
	margin: 2.5rem !important;
}

.mt-xxl-40,
.my-xxl-40 {
	margin-top: 2.5rem !important;
}

.mr-xxl-40,
.mx-xxl-40 {
	margin-right: 2.5rem !important;
}

.mb-xxl-40,
.my-xxl-40 {
	margin-bottom: 2.5rem !important;
}

.ml-xxl-40,
.mx-xxl-40 {
	margin-left: 2.5rem !important;
}

.m-xxl-45 {
	margin: 2.8125rem !important;
}

.mt-xxl-45,
.my-xxl-45 {
	margin-top: 2.8125rem !important;
}

.mr-xxl-45,
.mx-xxl-45 {
	margin-right: 2.8125rem !important;
}

.mb-xxl-45,
.my-xxl-45 {
	margin-bottom: 2.8125rem !important;
}

.ml-xxl-45,
.mx-xxl-45 {
	margin-left: 2.8125rem !important;
}

.m-xxl-50 {
	margin: 3.125rem !important;
}

.mt-xxl-50,
.my-xxl-50 {
	margin-top: 3.125rem !important;
}

.mr-xxl-50,
.mx-xxl-50 {
	margin-right: 3.125rem !important;
}

.mb-xxl-50,
.my-xxl-50 {
	margin-bottom: 3.125rem !important;
}

.ml-xxl-50,
.mx-xxl-50 {
	margin-left: 3.125rem !important;
}

.p-xxl-0 {
	padding: 0 !important;
}

.pt-xxl-0,
.py-xxl-0 {
	padding-top: 0 !important;
}

.pr-xxl-0,
.px-xxl-0 {
	padding-right: 0 !important;
}

.pb-xxl-0,
.py-xxl-0 {
	padding-bottom: 0 !important;
}

.pl-xxl-0,
.px-xxl-0 {
	padding-left: 0 !important;
}

.p-xxl-1 {
	padding: 0.25rem !important;
}

.pt-xxl-1,
.py-xxl-1 {
	padding-top: 0.25rem !important;
}

.pr-xxl-1,
.px-xxl-1 {
	padding-right: 0.25rem !important;
}

.pb-xxl-1,
.py-xxl-1 {
	padding-bottom: 0.25rem !important;
}

.pl-xxl-1,
.px-xxl-1 {
	padding-left: 0.25rem !important;
}

.p-xxl-2 {
	padding: 0.5rem !important;
}

.pt-xxl-2,
.py-xxl-2 {
	padding-top: 0.5rem !important;
}

.pr-xxl-2,
.px-xxl-2 {
	padding-right: 0.5rem !important;
}

.pb-xxl-2,
.py-xxl-2 {
	padding-bottom: 0.5rem !important;
}

.pl-xxl-2,
.px-xxl-2 {
	padding-left: 0.5rem !important;
}

.p-xxl-3 {
	padding: 1rem !important;
}

.pt-xxl-3,
.py-xxl-3 {
	padding-top: 1rem !important;
}

.pr-xxl-3,
.px-xxl-3 {
	padding-right: 1rem !important;
}

.pb-xxl-3,
.py-xxl-3 {
	padding-bottom: 1rem !important;
}

.pl-xxl-3,
.px-xxl-3 {
	padding-left: 1rem !important;
}

.p-xxl-4 {
	padding: 1.5rem !important;
}

.pt-xxl-4,
.py-xxl-4 {
	padding-top: 1.5rem !important;
}

.pr-xxl-4,
.px-xxl-4 {
	padding-right: 1.5rem !important;
}

.pb-xxl-4,
.py-xxl-4 {
	padding-bottom: 1.5rem !important;
}

.pl-xxl-4,
.px-xxl-4 {
	padding-left: 1.5rem !important;
}

.p-xxl-5 {
	padding: 3rem !important;
}

.pt-xxl-5,
.py-xxl-5 {
	padding-top: 3rem !important;
}

.pr-xxl-5,
.px-xxl-5 {
	padding-right: 3rem !important;
}

.pb-xxl-5,
.py-xxl-5 {
	padding-bottom: 3rem !important;
}

.pl-xxl-5,
.px-xxl-5 {
	padding-left: 3rem !important;
}

.p-xxl-10 {
	padding: 0.625rem !important;
}

.pt-xxl-10,
.py-xxl-10 {
	padding-top: 0.625rem !important;
}

.pr-xxl-10,
.px-xxl-10 {
	padding-right: 0.625rem !important;
}

.pb-xxl-10,
.py-xxl-10 {
	padding-bottom: 0.625rem !important;
}

.pl-xxl-10,
.px-xxl-10 {
	padding-left: 0.625rem !important;
}

.p-xxl-15 {
	padding: 0.9375rem !important;
}

.pt-xxl-15,
.py-xxl-15 {
	padding-top: 0.9375rem !important;
}

.pr-xxl-15,
.px-xxl-15 {
	padding-right: 0.9375rem !important;
}

.pb-xxl-15,
.py-xxl-15 {
	padding-bottom: 0.9375rem !important;
}

.pl-xxl-15,
.px-xxl-15 {
	padding-left: 0.9375rem !important;
}

.p-xxl-20 {
	padding: 1.25rem !important;
}

.pt-xxl-20,
.py-xxl-20 {
	padding-top: 1.25rem !important;
}

.pr-xxl-20,
.px-xxl-20 {
	padding-right: 1.25rem !important;
}

.pb-xxl-20,
.py-xxl-20 {
	padding-bottom: 1.25rem !important;
}

.pl-xxl-20,
.px-xxl-20 {
	padding-left: 1.25rem !important;
}

.p-xxl-25 {
	padding: 1.5625rem !important;
}

.pt-xxl-25,
.py-xxl-25 {
	padding-top: 1.5625rem !important;
}

.pr-xxl-25,
.px-xxl-25 {
	padding-right: 1.5625rem !important;
}

.pb-xxl-25,
.py-xxl-25 {
	padding-bottom: 1.5625rem !important;
}

.pl-xxl-25,
.px-xxl-25 {
	padding-left: 1.5625rem !important;
}

.p-xxl-30 {
	padding: 1.875rem !important;
}

.pt-xxl-30,
.py-xxl-30 {
	padding-top: 1.875rem !important;
}

.pr-xxl-30,
.px-xxl-30 {
	padding-right: 1.875rem !important;
}

.pb-xxl-30,
.py-xxl-30 {
	padding-bottom: 1.875rem !important;
}

.pl-xxl-30,
.px-xxl-30 {
	padding-left: 1.875rem !important;
}

.p-xxl-35 {
	padding: 2.18753rem !important;
}

.pt-xxl-35,
.py-xxl-35 {
	padding-top: 2.18753rem !important;
}

.pr-xxl-35,
.px-xxl-35 {
	padding-right: 2.18753rem !important;
}

.pb-xxl-35,
.py-xxl-35 {
	padding-bottom: 2.18753rem !important;
}

.pl-xxl-35,
.px-xxl-35 {
	padding-left: 2.18753rem !important;
}

.p-xxl-40 {
	padding: 2.5rem !important;
}

.pt-xxl-40,
.py-xxl-40 {
	padding-top: 2.5rem !important;
}

.pr-xxl-40,
.px-xxl-40 {
	padding-right: 2.5rem !important;
}

.pb-xxl-40,
.py-xxl-40 {
	padding-bottom: 2.5rem !important;
}

.pl-xxl-40,
.px-xxl-40 {
	padding-left: 2.5rem !important;
}

.p-xxl-45 {
	padding: 2.8125rem !important;
}

.pt-xxl-45,
.py-xxl-45 {
	padding-top: 2.8125rem !important;
}

.pr-xxl-45,
.px-xxl-45 {
	padding-right: 2.8125rem !important;
}

.pb-xxl-45,
.py-xxl-45 {
	padding-bottom: 2.8125rem !important;
}

.pl-xxl-45,
.px-xxl-45 {
	padding-left: 2.8125rem !important;
}

.p-xxl-50 {
	padding: 3.125rem !important;
}

.pt-xxl-50,
.py-xxl-50 {
	padding-top: 3.125rem !important;
}

.pr-xxl-50,
.px-xxl-50 {
	padding-right: 3.125rem !important;
}

.pb-xxl-50,
.py-xxl-50 {
	padding-bottom: 3.125rem !important;
}

.pl-xxl-50,
.px-xxl-50 {
	padding-left: 3.125rem !important;
}

.m-xxl-n1 {
	margin: -0.25rem !important;
}

.mt-xxl-n1,
.my-xxl-n1 {
	margin-top: -0.25rem !important;
}

.mr-xxl-n1,
.mx-xxl-n1 {
	margin-right: -0.25rem !important;
}

.mb-xxl-n1,
.my-xxl-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-xxl-n1,
.mx-xxl-n1 {
	margin-left: -0.25rem !important;
}

.m-xxl-n2 {
	margin: -0.5rem !important;
}

.mt-xxl-n2,
.my-xxl-n2 {
	margin-top: -0.5rem !important;
}

.mr-xxl-n2,
.mx-xxl-n2 {
	margin-right: -0.5rem !important;
}

.mb-xxl-n2,
.my-xxl-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-xxl-n2,
.mx-xxl-n2 {
	margin-left: -0.5rem !important;
}

.m-xxl-n3 {
	margin: -1rem !important;
}

.mt-xxl-n3,
.my-xxl-n3 {
	margin-top: -1rem !important;
}

.mr-xxl-n3,
.mx-xxl-n3 {
	margin-right: -1rem !important;
}

.mb-xxl-n3,
.my-xxl-n3 {
	margin-bottom: -1rem !important;
}

.ml-xxl-n3,
.mx-xxl-n3 {
	margin-left: -1rem !important;
}

.m-xxl-n4 {
	margin: -1.5rem !important;
}

.mt-xxl-n4,
.my-xxl-n4 {
	margin-top: -1.5rem !important;
}

.mr-xxl-n4,
.mx-xxl-n4 {
	margin-right: -1.5rem !important;
}

.mb-xxl-n4,
.my-xxl-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-xxl-n4,
.mx-xxl-n4 {
	margin-left: -1.5rem !important;
}

.m-xxl-n5 {
	margin: -3rem !important;
}

.mt-xxl-n5,
.my-xxl-n5 {
	margin-top: -3rem !important;
}

.mr-xxl-n5,
.mx-xxl-n5 {
	margin-right: -3rem !important;
}

.mb-xxl-n5,
.my-xxl-n5 {
	margin-bottom: -3rem !important;
}

.ml-xxl-n5,
.mx-xxl-n5 {
	margin-left: -3rem !important;
}

.m-xxl-n10 {
	margin: -0.625rem !important;
}

.mt-xxl-n10,
.my-xxl-n10 {
	margin-top: -0.625rem !important;
}

.mr-xxl-n10,
.mx-xxl-n10 {
	margin-right: -0.625rem !important;
}

.mb-xxl-n10,
.my-xxl-n10 {
	margin-bottom: -0.625rem !important;
}

.ml-xxl-n10,
.mx-xxl-n10 {
	margin-left: -0.625rem !important;
}

.m-xxl-n15 {
	margin: -0.9375rem !important;
}

.mt-xxl-n15,
.my-xxl-n15 {
	margin-top: -0.9375rem !important;
}

.mr-xxl-n15,
.mx-xxl-n15 {
	margin-right: -0.9375rem !important;
}

.mb-xxl-n15,
.my-xxl-n15 {
	margin-bottom: -0.9375rem !important;
}

.ml-xxl-n15,
.mx-xxl-n15 {
	margin-left: -0.9375rem !important;
}

.m-xxl-n20 {
	margin: -1.25rem !important;
}

.mt-xxl-n20,
.my-xxl-n20 {
	margin-top: -1.25rem !important;
}

.mr-xxl-n20,
.mx-xxl-n20 {
	margin-right: -1.25rem !important;
}

.mb-xxl-n20,
.my-xxl-n20 {
	margin-bottom: -1.25rem !important;
}

.ml-xxl-n20,
.mx-xxl-n20 {
	margin-left: -1.25rem !important;
}

.m-xxl-n25 {
	margin: -1.5625rem !important;
}

.mt-xxl-n25,
.my-xxl-n25 {
	margin-top: -1.5625rem !important;
}

.mr-xxl-n25,
.mx-xxl-n25 {
	margin-right: -1.5625rem !important;
}

.mb-xxl-n25,
.my-xxl-n25 {
	margin-bottom: -1.5625rem !important;
}

.ml-xxl-n25,
.mx-xxl-n25 {
	margin-left: -1.5625rem !important;
}

.m-xxl-n30 {
	margin: -1.875rem !important;
}

.mt-xxl-n30,
.my-xxl-n30 {
	margin-top: -1.875rem !important;
}

.mr-xxl-n30,
.mx-xxl-n30 {
	margin-right: -1.875rem !important;
}

.mb-xxl-n30,
.my-xxl-n30 {
	margin-bottom: -1.875rem !important;
}

.ml-xxl-n30,
.mx-xxl-n30 {
	margin-left: -1.875rem !important;
}

.m-xxl-n35 {
	margin: -2.18753rem !important;
}

.mt-xxl-n35,
.my-xxl-n35 {
	margin-top: -2.18753rem !important;
}

.mr-xxl-n35,
.mx-xxl-n35 {
	margin-right: -2.18753rem !important;
}

.mb-xxl-n35,
.my-xxl-n35 {
	margin-bottom: -2.18753rem !important;
}

.ml-xxl-n35,
.mx-xxl-n35 {
	margin-left: -2.18753rem !important;
}

.m-xxl-n40 {
	margin: -2.5rem !important;
}

.mt-xxl-n40,
.my-xxl-n40 {
	margin-top: -2.5rem !important;
}

.mr-xxl-n40,
.mx-xxl-n40 {
	margin-right: -2.5rem !important;
}

.mb-xxl-n40,
.my-xxl-n40 {
	margin-bottom: -2.5rem !important;
}

.ml-xxl-n40,
.mx-xxl-n40 {
	margin-left: -2.5rem !important;
}

.m-xxl-n45 {
	margin: -2.8125rem !important;
}

.mt-xxl-n45,
.my-xxl-n45 {
	margin-top: -2.8125rem !important;
}

.mr-xxl-n45,
.mx-xxl-n45 {
	margin-right: -2.8125rem !important;
}

.mb-xxl-n45,
.my-xxl-n45 {
	margin-bottom: -2.8125rem !important;
}

.ml-xxl-n45,
.mx-xxl-n45 {
	margin-left: -2.8125rem !important;
}

.m-xxl-n50 {
	margin: -3.125rem !important;
}

.mt-xxl-n50,
.my-xxl-n50 {
	margin-top: -3.125rem !important;
}

.mr-xxl-n50,
.mx-xxl-n50 {
	margin-right: -3.125rem !important;
}

.mb-xxl-n50,
.my-xxl-n50 {
	margin-bottom: -3.125rem !important;
}

.ml-xxl-n50,
.mx-xxl-n50 {
	margin-left: -3.125rem !important;
}

.m-xxl-auto {
	margin: auto !important;
}

.mt-xxl-auto,
.my-xxl-auto {
	margin-top: auto !important;
}

.mr-xxl-auto,
.mx-xxl-auto {
	margin-right: auto !important;
}

.mb-xxl-auto,
.my-xxl-auto {
	margin-bottom: auto !important;
}

.ml-xxl-auto,
.mx-xxl-auto {
	margin-left: auto !important;
}

.text-xxl-left {
	text-align: left !important;
}

.text-xxl-right {
	text-align: right !important;
}

.text-xxl-center {
	text-align: center !important;
}

}

@media (max-width: 1599.98px) {

.table-responsive-xxl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive-xxl > .table-bordered {
	border: 0;
}

.navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
	padding-right: 0;
	padding-left: 0;
}

}

@media (max-width: 1200px) {

legend {
	font-size: calc(16.8px + 0.6vw);
}

h1,
.h1 {
	font-size: calc(17.4px + 1.05vw);
}

h2,
.h2 {
	font-size: calc(16.8px + 0.6vw);
}

h3,
.h3 {
	font-size: calc(16.6px + 0.45vw);
}

h4,
.h4 {
	font-size: calc(16.4px + 0.3vw);
}

h5,
.h5 {
	font-size: calc(16.2px + 0.15vw);
}

.lead {
	font-size: calc(16.528px + 0.396vw);
}

.display-1 {
	font-size: calc(19.2px + 2.4vw);
}

.display-2 {
	font-size: calc(18.4px + 1.8vw);
}

.display-3 {
	font-size: calc(18px + 1.5vw);
}

.display-4 {
	font-size: calc(17.4px + 1.05vw);
}

.blockquote {
	font-size: calc(16.4px + 0.3vw);
}

.custom-select-lg {
	font-size: calc(16.4px + 0.3vw);
}

.navbar-brand {
	font-size: calc(16.4px + 0.3vw);
}

.navbar-toggler {
	font-size: calc(16.4px + 0.3vw);
}

.pagination-lg .page-link {
	font-size: calc(16.4px + 0.3vw);
}

.close {
	font-size: calc(16.8px + 0.6vw);
}

}

@media (max-width: 1199.98px) {

.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive-xl > .table-bordered {
	border: 0;
}

.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
	padding-right: 0;
	padding-left: 0;
}

}

@media (max-width: 991.98px) {

.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive-lg > .table-bordered {
	border: 0;
}

.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
	padding-right: 0;
	padding-left: 0;
}

}

@media (max-width: 767.98px) {

.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive-md > .table-bordered {
	border: 0;
}

.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
	padding-right: 0;
	padding-left: 0;
}

}

@media (max-width: 575.98px) {

.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive-sm > .table-bordered {
	border: 0;
}

.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
	padding-right: 0;
	padding-left: 0;
}

}

@media print {

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-print-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

*,
*::before,
*::after {
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

a:not(.btn) {
	text-decoration: underline;
}

abbr[title]::after {
	content: " (" attr(title) ")";
}

pre {
	white-space: pre-wrap !important;
}

pre,
blockquote {
	border: 1px solid #adb5bd;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
}

tr,
img {
	page-break-inside: avoid;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
}

body {
	min-width: 992px !important;
}

.container {
	min-width: 992px !important;
}

.navbar {
	display: none;
}

.badge {
	border: 1px solid #000;
}

.table {
	border-collapse: collapse !important;
}

.table td,
.table th {
	background-color: #ffffff !important;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6 !important;
}

.table-dark {
	color: inherit;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
	border-color: #f1f2f6;
}

.table .thead-dark th {
	color: inherit;
	border-color: #f1f2f6;
}

}

@-webkit-keyframes progress-bar-stripes {

from {
	background-position: 8px 0;
}

to {
	background-position: 0 0;
}

}

@keyframes progress-bar-stripes {

from {
	background-position: 8px 0;
}

to {
	background-position: 0 0;
}

}

@-webkit-keyframes spinner-border {

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes spinner-border {

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes spinner-grow {

0% {
	-webkit-transform: scale(0);
	transform: scale(0);
}

50% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}

@keyframes spinner-grow {

0% {
	-webkit-transform: scale(0);
	transform: scale(0);
}

50% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

}


/*# sourceMappingURL=maps/bootstrap.css.map */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

 .fa,
 .fas,
 .far,
 .fal,
 .fad,
 .fab {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1; }
 
 .fa-lg {
   font-size: 1.33333em;
   line-height: 0.75em;
   vertical-align: -.0667em; }
 
 .fa-xs {
   font-size: .75em; }
 
 .fa-sm {
   font-size: .875em; }
 
 .fa-1x {
   font-size: 1em; }
 
 .fa-2x {
   font-size: 2em; }
 
 .fa-3x {
   font-size: 3em; }
 
 .fa-4x {
   font-size: 4em; }
 
 .fa-5x {
   font-size: 5em; }
 
 .fa-6x {
   font-size: 6em; }
 
 .fa-7x {
   font-size: 7em; }
 
 .fa-8x {
   font-size: 8em; }
 
 .fa-9x {
   font-size: 9em; }
 
 .fa-10x {
   font-size: 10em; }
 
 .fa-fw {
   text-align: center;
   width: 1.25em; }
 
 .fa-ul {
   list-style-type: none;
   margin-left: 2.5em;
   padding-left: 0; }
   .fa-ul > li {
     position: relative; }
 
 .fa-li {
   left: -2em;
   position: absolute;
   text-align: center;
   width: 2em;
   line-height: inherit; }
 
 .fa-border {
   border: solid 0.08em #eee;
   border-radius: .1em;
   padding: .2em .25em .15em; }
 
 .fa-pull-left {
   float: left; }
 
 .fa-pull-right {
   float: right; }
 
 .fa.fa-pull-left,
 .fas.fa-pull-left,
 .far.fa-pull-left,
 .fal.fa-pull-left,
 .fab.fa-pull-left {
   margin-right: .3em; }
 
 .fa.fa-pull-right,
 .fas.fa-pull-right,
 .far.fa-pull-right,
 .fal.fa-pull-right,
 .fab.fa-pull-right {
   margin-left: .3em; }
 
 .fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
           animation: fa-spin 2s infinite linear; }
 
 .fa-pulse {
   -webkit-animation: fa-spin 1s infinite steps(8);
           animation: fa-spin 1s infinite steps(8); }
 
 @-webkit-keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 @keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 .fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   -webkit-transform: rotate(90deg);
           transform: rotate(90deg); }
 
 .fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   -webkit-transform: rotate(180deg);
           transform: rotate(180deg); }
 
 .fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   -webkit-transform: rotate(270deg);
           transform: rotate(270deg); }
 
 .fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   -webkit-transform: scale(-1, 1);
           transform: scale(-1, 1); }
 
 .fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(1, -1);
           transform: scale(1, -1); }
 
 .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(-1, -1);
           transform: scale(-1, -1); }
 
 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical,
 :root .fa-flip-both {
   -webkit-filter: none;
           filter: none; }
 
 .fa-stack {
   display: inline-block;
   height: 2em;
   line-height: 2em;
   position: relative;
   vertical-align: middle;
   width: 2.5em; }
 
 .fa-stack-1x,
 .fa-stack-2x {
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%; }
 
 .fa-stack-1x {
   line-height: inherit; }
 
 .fa-stack-2x {
   font-size: 2em; }
 
 .fa-inverse {
   color: #fff; }
 
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
 .fa-500px:before {
   content: "\f26e"; }
 
 .fa-accessible-icon:before {
   content: "\f368"; }
 
 .fa-accusoft:before {
   content: "\f369"; }
 
 .fa-acquisitions-incorporated:before {
   content: "\f6af"; }
 
 .fa-ad:before {
   content: "\f641"; }
 
 .fa-address-book:before {
   content: "\f2b9"; }
 
 .fa-address-card:before {
   content: "\f2bb"; }
 
 .fa-adjust:before {
   content: "\f042"; }
 
 .fa-adn:before {
   content: "\f170"; }
 
 .fa-adobe:before {
   content: "\f778"; }
 
 .fa-adversal:before {
   content: "\f36a"; }
 
 .fa-affiliatetheme:before {
   content: "\f36b"; }
 
 .fa-air-freshener:before {
   content: "\f5d0"; }
 
 .fa-airbnb:before {
   content: "\f834"; }
 
 .fa-algolia:before {
   content: "\f36c"; }
 
 .fa-align-center:before {
   content: "\f037"; }
 
 .fa-align-justify:before {
   content: "\f039"; }
 
 .fa-align-left:before {
   content: "\f036"; }
 
 .fa-align-right:before {
   content: "\f038"; }
 
 .fa-alipay:before {
   content: "\f642"; }
 
 .fa-allergies:before {
   content: "\f461"; }
 
 .fa-amazon:before {
   content: "\f270"; }
 
 .fa-amazon-pay:before {
   content: "\f42c"; }
 
 .fa-ambulance:before {
   content: "\f0f9"; }
 
 .fa-american-sign-language-interpreting:before {
   content: "\f2a3"; }
 
 .fa-amilia:before {
   content: "\f36d"; }
 
 .fa-anchor:before {
   content: "\f13d"; }
 
 .fa-android:before {
   content: "\f17b"; }
 
 .fa-angellist:before {
   content: "\f209"; }
 
 .fa-angle-double-down:before {
   content: "\f103"; }
 
 .fa-angle-double-left:before {
   content: "\f100"; }
 
 .fa-angle-double-right:before {
   content: "\f101"; }
 
 .fa-angle-double-up:before {
   content: "\f102"; }
 
 .fa-angle-down:before {
   content: "\f107"; }
 
 .fa-angle-left:before {
   content: "\f104"; }
 
 .fa-angle-right:before {
   content: "\f105"; }
 
 .fa-angle-up:before {
   content: "\f106"; }
 
 .fa-angry:before {
   content: "\f556"; }
 
 .fa-angrycreative:before {
   content: "\f36e"; }
 
 .fa-angular:before {
   content: "\f420"; }
 
 .fa-ankh:before {
   content: "\f644"; }
 
 .fa-app-store:before {
   content: "\f36f"; }
 
 .fa-app-store-ios:before {
   content: "\f370"; }
 
 .fa-apper:before {
   content: "\f371"; }
 
 .fa-apple:before {
   content: "\f179"; }
 
 .fa-apple-alt:before {
   content: "\f5d1"; }
 
 .fa-apple-pay:before {
   content: "\f415"; }
 
 .fa-archive:before {
   content: "\f187"; }
 
 .fa-archway:before {
   content: "\f557"; }
 
 .fa-arrow-alt-circle-down:before {
   content: "\f358"; }
 
 .fa-arrow-alt-circle-left:before {
   content: "\f359"; }
 
 .fa-arrow-alt-circle-right:before {
   content: "\f35a"; }
 
 .fa-arrow-alt-circle-up:before {
   content: "\f35b"; }
 
 .fa-arrow-circle-down:before {
   content: "\f0ab"; }
 
 .fa-arrow-circle-left:before {
   content: "\f0a8"; }
 
 .fa-arrow-circle-right:before {
   content: "\f0a9"; }
 
 .fa-arrow-circle-up:before {
   content: "\f0aa"; }
 
 .fa-arrow-down:before {
   content: "\f063"; }
 
 .fa-arrow-left:before {
   content: "\f060"; }
 
 .fa-arrow-right:before {
   content: "\f061"; }
 
 .fa-arrow-up:before {
   content: "\f062"; }
 
 .fa-arrows-alt:before {
   content: "\f0b2"; }
 
 .fa-arrows-alt-h:before {
   content: "\f337"; }
 
 .fa-arrows-alt-v:before {
   content: "\f338"; }
 
 .fa-artstation:before {
   content: "\f77a"; }
 
 .fa-assistive-listening-systems:before {
   content: "\f2a2"; }
 
 .fa-asterisk:before {
   content: "\f069"; }
 
 .fa-asymmetrik:before {
   content: "\f372"; }
 
 .fa-at:before {
   content: "\f1fa"; }
 
 .fa-atlas:before {
   content: "\f558"; }
 
 .fa-atlassian:before {
   content: "\f77b"; }
 
 .fa-atom:before {
   content: "\f5d2"; }
 
 .fa-audible:before {
   content: "\f373"; }
 
 .fa-audio-description:before {
   content: "\f29e"; }
 
 .fa-autoprefixer:before {
   content: "\f41c"; }
 
 .fa-avianex:before {
   content: "\f374"; }
 
 .fa-aviato:before {
   content: "\f421"; }
 
 .fa-award:before {
   content: "\f559"; }
 
 .fa-aws:before {
   content: "\f375"; }
 
 .fa-baby:before {
   content: "\f77c"; }
 
 .fa-baby-carriage:before {
   content: "\f77d"; }
 
 .fa-backspace:before {
   content: "\f55a"; }
 
 .fa-backward:before {
   content: "\f04a"; }
 
 .fa-bacon:before {
   content: "\f7e5"; }
 
 .fa-bahai:before {
   content: "\f666"; }
 
 .fa-balance-scale:before {
   content: "\f24e"; }
 
 .fa-balance-scale-left:before {
   content: "\f515"; }
 
 .fa-balance-scale-right:before {
   content: "\f516"; }
 
 .fa-ban:before {
   content: "\f05e"; }
 
 .fa-band-aid:before {
   content: "\f462"; }
 
 .fa-bandcamp:before {
   content: "\f2d5"; }
 
 .fa-barcode:before {
   content: "\f02a"; }
 
 .fa-bars:before {
   content: "\f0c9"; }
 
 .fa-baseball-ball:before {
   content: "\f433"; }
 
 .fa-basketball-ball:before {
   content: "\f434"; }
 
 .fa-bath:before {
   content: "\f2cd"; }
 
 .fa-battery-empty:before {
   content: "\f244"; }
 
 .fa-battery-full:before {
   content: "\f240"; }
 
 .fa-battery-half:before {
   content: "\f242"; }
 
 .fa-battery-quarter:before {
   content: "\f243"; }
 
 .fa-battery-three-quarters:before {
   content: "\f241"; }
 
 .fa-battle-net:before {
   content: "\f835"; }
 
 .fa-bed:before {
   content: "\f236"; }
 
 .fa-beer:before {
   content: "\f0fc"; }
 
 .fa-behance:before {
   content: "\f1b4"; }
 
 .fa-behance-square:before {
   content: "\f1b5"; }
 
 .fa-bell:before {
   content: "\f0f3"; }
 
 .fa-bell-slash:before {
   content: "\f1f6"; }
 
 .fa-bezier-curve:before {
   content: "\f55b"; }
 
 .fa-bible:before {
   content: "\f647"; }
 
 .fa-bicycle:before {
   content: "\f206"; }
 
 .fa-biking:before {
   content: "\f84a"; }
 
 .fa-bimobject:before {
   content: "\f378"; }
 
 .fa-binoculars:before {
   content: "\f1e5"; }
 
 .fa-biohazard:before {
   content: "\f780"; }
 
 .fa-birthday-cake:before {
   content: "\f1fd"; }
 
 .fa-bitbucket:before {
   content: "\f171"; }
 
 .fa-bitcoin:before {
   content: "\f379"; }
 
 .fa-bity:before {
   content: "\f37a"; }
 
 .fa-black-tie:before {
   content: "\f27e"; }
 
 .fa-blackberry:before {
   content: "\f37b"; }
 
 .fa-blender:before {
   content: "\f517"; }
 
 .fa-blender-phone:before {
   content: "\f6b6"; }
 
 .fa-blind:before {
   content: "\f29d"; }
 
 .fa-blog:before {
   content: "\f781"; }
 
 .fa-blogger:before {
   content: "\f37c"; }
 
 .fa-blogger-b:before {
   content: "\f37d"; }
 
 .fa-bluetooth:before {
   content: "\f293"; }
 
 .fa-bluetooth-b:before {
   content: "\f294"; }
 
 .fa-bold:before {
   content: "\f032"; }
 
 .fa-bolt:before {
   content: "\f0e7"; }
 
 .fa-bomb:before {
   content: "\f1e2"; }
 
 .fa-bone:before {
   content: "\f5d7"; }
 
 .fa-bong:before {
   content: "\f55c"; }
 
 .fa-book:before {
   content: "\f02d"; }
 
 .fa-book-dead:before {
   content: "\f6b7"; }
 
 .fa-book-medical:before {
   content: "\f7e6"; }
 
 .fa-book-open:before {
   content: "\f518"; }
 
 .fa-book-reader:before {
   content: "\f5da"; }
 
 .fa-bookmark:before {
   content: "\f02e"; }
 
 .fa-bootstrap:before {
   content: "\f836"; }
 
 .fa-border-all:before {
   content: "\f84c"; }
 
 .fa-border-none:before {
   content: "\f850"; }
 
 .fa-border-style:before {
   content: "\f853"; }
 
 .fa-bowling-ball:before {
   content: "\f436"; }
 
 .fa-box:before {
   content: "\f466"; }
 
 .fa-box-open:before {
   content: "\f49e"; }
 
 .fa-box-tissue:before {
   content: "\f95b"; }
 
 .fa-boxes:before {
   content: "\f468"; }
 
 .fa-braille:before {
   content: "\f2a1"; }
 
 .fa-brain:before {
   content: "\f5dc"; }
 
 .fa-bread-slice:before {
   content: "\f7ec"; }
 
 .fa-briefcase:before {
   content: "\f0b1"; }
 
 .fa-briefcase-medical:before {
   content: "\f469"; }
 
 .fa-broadcast-tower:before {
   content: "\f519"; }
 
 .fa-broom:before {
   content: "\f51a"; }
 
 .fa-brush:before {
   content: "\f55d"; }
 
 .fa-btc:before {
   content: "\f15a"; }
 
 .fa-buffer:before {
   content: "\f837"; }
 
 .fa-bug:before {
   content: "\f188"; }
 
 .fa-building:before {
   content: "\f1ad"; }
 
 .fa-bullhorn:before {
   content: "\f0a1"; }
 
 .fa-bullseye:before {
   content: "\f140"; }
 
 .fa-burn:before {
   content: "\f46a"; }
 
 .fa-buromobelexperte:before {
   content: "\f37f"; }
 
 .fa-bus:before {
   content: "\f207"; }
 
 .fa-bus-alt:before {
   content: "\f55e"; }
 
 .fa-business-time:before {
   content: "\f64a"; }
 
 .fa-buy-n-large:before {
   content: "\f8a6"; }
 
 .fa-buysellads:before {
   content: "\f20d"; }
 
 .fa-calculator:before {
   content: "\f1ec"; }
 
 .fa-calendar:before {
   content: "\f133"; }
 
 .fa-calendar-alt:before {
   content: "\f073"; }
 
 .fa-calendar-check:before {
   content: "\f274"; }
 
 .fa-calendar-day:before {
   content: "\f783"; }
 
 .fa-calendar-minus:before {
   content: "\f272"; }
 
 .fa-calendar-plus:before {
   content: "\f271"; }
 
 .fa-calendar-times:before {
   content: "\f273"; }
 
 .fa-calendar-week:before {
   content: "\f784"; }
 
 .fa-camera:before {
   content: "\f030"; }
 
 .fa-camera-retro:before {
   content: "\f083"; }
 
 .fa-campground:before {
   content: "\f6bb"; }
 
 .fa-canadian-maple-leaf:before {
   content: "\f785"; }
 
 .fa-candy-cane:before {
   content: "\f786"; }
 
 .fa-cannabis:before {
   content: "\f55f"; }
 
 .fa-capsules:before {
   content: "\f46b"; }
 
 .fa-car:before {
   content: "\f1b9"; }
 
 .fa-car-alt:before {
   content: "\f5de"; }
 
 .fa-car-battery:before {
   content: "\f5df"; }
 
 .fa-car-crash:before {
   content: "\f5e1"; }
 
 .fa-car-side:before {
   content: "\f5e4"; }
 
 .fa-caravan:before {
   content: "\f8ff"; }
 
 .fa-caret-down:before {
   content: "\f0d7"; }
 
 .fa-caret-left:before {
   content: "\f0d9"; }
 
 .fa-caret-right:before {
   content: "\f0da"; }
 
 .fa-caret-square-down:before {
   content: "\f150"; }
 
 .fa-caret-square-left:before {
   content: "\f191"; }
 
 .fa-caret-square-right:before {
   content: "\f152"; }
 
 .fa-caret-square-up:before {
   content: "\f151"; }
 
 .fa-caret-up:before {
   content: "\f0d8"; }
 
 .fa-carrot:before {
   content: "\f787"; }
 
 .fa-cart-arrow-down:before {
   content: "\f218"; }
 
 .fa-cart-plus:before {
   content: "\f217"; }
 
 .fa-cash-register:before {
   content: "\f788"; }
 
 .fa-cat:before {
   content: "\f6be"; }
 
 .fa-cc-amazon-pay:before {
   content: "\f42d"; }
 
 .fa-cc-amex:before {
   content: "\f1f3"; }
 
 .fa-cc-apple-pay:before {
   content: "\f416"; }
 
 .fa-cc-diners-club:before {
   content: "\f24c"; }
 
 .fa-cc-discover:before {
   content: "\f1f2"; }
 
 .fa-cc-jcb:before {
   content: "\f24b"; }
 
 .fa-cc-mastercard:before {
   content: "\f1f1"; }
 
 .fa-cc-paypal:before {
   content: "\f1f4"; }
 
 .fa-cc-stripe:before {
   content: "\f1f5"; }
 
 .fa-cc-visa:before {
   content: "\f1f0"; }
 
 .fa-centercode:before {
   content: "\f380"; }
 
 .fa-centos:before {
   content: "\f789"; }
 
 .fa-certificate:before {
   content: "\f0a3"; }
 
 .fa-chair:before {
   content: "\f6c0"; }
 
 .fa-chalkboard:before {
   content: "\f51b"; }
 
 .fa-chalkboard-teacher:before {
   content: "\f51c"; }
 
 .fa-charging-station:before {
   content: "\f5e7"; }
 
 .fa-chart-area:before {
   content: "\f1fe"; }
 
 .fa-chart-bar:before {
   content: "\f080"; }
 
 .fa-chart-line:before {
   content: "\f201"; }
 
 .fa-chart-pie:before {
   content: "\f200"; }
 
 .fa-check:before {
   content: "\f00c"; }
 
 .fa-check-circle:before {
   content: "\f058"; }
 
 .fa-check-double:before {
   content: "\f560"; }
 
 .fa-check-square:before {
   content: "\f14a"; }
 
 .fa-cheese:before {
   content: "\f7ef"; }
 
 .fa-chess:before {
   content: "\f439"; }
 
 .fa-chess-bishop:before {
   content: "\f43a"; }
 
 .fa-chess-board:before {
   content: "\f43c"; }
 
 .fa-chess-king:before {
   content: "\f43f"; }
 
 .fa-chess-knight:before {
   content: "\f441"; }
 
 .fa-chess-pawn:before {
   content: "\f443"; }
 
 .fa-chess-queen:before {
   content: "\f445"; }
 
 .fa-chess-rook:before {
   content: "\f447"; }
 
 .fa-chevron-circle-down:before {
   content: "\f13a"; }
 
 .fa-chevron-circle-left:before {
   content: "\f137"; }
 
 .fa-chevron-circle-right:before {
   content: "\f138"; }
 
 .fa-chevron-circle-up:before {
   content: "\f139"; }
 
 .fa-chevron-down:before {
   content: "\f078"; }
 
 .fa-chevron-left:before {
   content: "\f053"; }
 
 .fa-chevron-right:before {
   content: "\f054"; }
 
 .fa-chevron-up:before {
   content: "\f077"; }
 
 .fa-child:before {
   content: "\f1ae"; }
 
 .fa-chrome:before {
   content: "\f268"; }
 
 .fa-chromecast:before {
   content: "\f838"; }
 
 .fa-church:before {
   content: "\f51d"; }
 
 .fa-circle:before {
   content: "\f111"; }
 
 .fa-circle-notch:before {
   content: "\f1ce"; }
 
 .fa-city:before {
   content: "\f64f"; }
 
 .fa-clinic-medical:before {
   content: "\f7f2"; }
 
 .fa-clipboard:before {
   content: "\f328"; }
 
 .fa-clipboard-check:before {
   content: "\f46c"; }
 
 .fa-clipboard-list:before {
   content: "\f46d"; }
 
 .fa-clock:before {
   content: "\f017"; }
 
 .fa-clone:before {
   content: "\f24d"; }
 
 .fa-closed-captioning:before {
   content: "\f20a"; }
 
 .fa-cloud:before {
   content: "\f0c2"; }
 
 .fa-cloud-download-alt:before {
   content: "\f381"; }
 
 .fa-cloud-meatball:before {
   content: "\f73b"; }
 
 .fa-cloud-moon:before {
   content: "\f6c3"; }
 
 .fa-cloud-moon-rain:before {
   content: "\f73c"; }
 
 .fa-cloud-rain:before {
   content: "\f73d"; }
 
 .fa-cloud-showers-heavy:before {
   content: "\f740"; }
 
 .fa-cloud-sun:before {
   content: "\f6c4"; }
 
 .fa-cloud-sun-rain:before {
   content: "\f743"; }
 
 .fa-cloud-upload-alt:before {
   content: "\f382"; }
 
 .fa-cloudscale:before {
   content: "\f383"; }
 
 .fa-cloudsmith:before {
   content: "\f384"; }
 
 .fa-cloudversify:before {
   content: "\f385"; }
 
 .fa-cocktail:before {
   content: "\f561"; }
 
 .fa-code:before {
   content: "\f121"; }
 
 .fa-code-branch:before {
   content: "\f126"; }
 
 .fa-codepen:before {
   content: "\f1cb"; }
 
 .fa-codiepie:before {
   content: "\f284"; }
 
 .fa-coffee:before {
   content: "\f0f4"; }
 
 .fa-cog:before {
   content: "\f013"; }
 
 .fa-cogs:before {
   content: "\f085"; }
 
 .fa-coins:before {
   content: "\f51e"; }
 
 .fa-columns:before {
   content: "\f0db"; }
 
 .fa-comment:before {
   content: "\f075"; }
 
 .fa-comment-alt:before {
   content: "\f27a"; }
 
 .fa-comment-dollar:before {
   content: "\f651"; }
 
 .fa-comment-dots:before {
   content: "\f4ad"; }
 
 .fa-comment-medical:before {
   content: "\f7f5"; }
 
 .fa-comment-slash:before {
   content: "\f4b3"; }
 
 .fa-comments:before {
   content: "\f086"; }
 
 .fa-comments-dollar:before {
   content: "\f653"; }
 
 .fa-compact-disc:before {
   content: "\f51f"; }
 
 .fa-compass:before {
   content: "\f14e"; }
 
 .fa-compress:before {
   content: "\f066"; }
 
 .fa-compress-alt:before {
   content: "\f422"; }
 
 .fa-compress-arrows-alt:before {
   content: "\f78c"; }
 
 .fa-concierge-bell:before {
   content: "\f562"; }
 
 .fa-confluence:before {
   content: "\f78d"; }
 
 .fa-connectdevelop:before {
   content: "\f20e"; }
 
 .fa-contao:before {
   content: "\f26d"; }
 
 .fa-cookie:before {
   content: "\f563"; }
 
 .fa-cookie-bite:before {
   content: "\f564"; }
 
 .fa-copy:before {
   content: "\f0c5"; }
 
 .fa-copyright:before {
   content: "\f1f9"; }
 
 .fa-cotton-bureau:before {
   content: "\f89e"; }
 
 .fa-couch:before {
   content: "\f4b8"; }
 
 .fa-cpanel:before {
   content: "\f388"; }
 
 .fa-creative-commons:before {
   content: "\f25e"; }
 
 .fa-creative-commons-by:before {
   content: "\f4e7"; }
 
 .fa-creative-commons-nc:before {
   content: "\f4e8"; }
 
 .fa-creative-commons-nc-eu:before {
   content: "\f4e9"; }
 
 .fa-creative-commons-nc-jp:before {
   content: "\f4ea"; }
 
 .fa-creative-commons-nd:before {
   content: "\f4eb"; }
 
 .fa-creative-commons-pd:before {
   content: "\f4ec"; }
 
 .fa-creative-commons-pd-alt:before {
   content: "\f4ed"; }
 
 .fa-creative-commons-remix:before {
   content: "\f4ee"; }
 
 .fa-creative-commons-sa:before {
   content: "\f4ef"; }
 
 .fa-creative-commons-sampling:before {
   content: "\f4f0"; }
 
 .fa-creative-commons-sampling-plus:before {
   content: "\f4f1"; }
 
 .fa-creative-commons-share:before {
   content: "\f4f2"; }
 
 .fa-creative-commons-zero:before {
   content: "\f4f3"; }
 
 .fa-credit-card:before {
   content: "\f09d"; }
 
 .fa-critical-role:before {
   content: "\f6c9"; }
 
 .fa-crop:before {
   content: "\f125"; }
 
 .fa-crop-alt:before {
   content: "\f565"; }
 
 .fa-cross:before {
   content: "\f654"; }
 
 .fa-crosshairs:before {
   content: "\f05b"; }
 
 .fa-crow:before {
   content: "\f520"; }
 
 .fa-crown:before {
   content: "\f521"; }
 
 .fa-crutch:before {
   content: "\f7f7"; }
 
 .fa-css3:before {
   content: "\f13c"; }
 
 .fa-css3-alt:before {
   content: "\f38b"; }
 
 .fa-cube:before {
   content: "\f1b2"; }
 
 .fa-cubes:before {
   content: "\f1b3"; }
 
 .fa-cut:before {
   content: "\f0c4"; }
 
 .fa-cuttlefish:before {
   content: "\f38c"; }
 
 .fa-d-and-d:before {
   content: "\f38d"; }
 
 .fa-d-and-d-beyond:before {
   content: "\f6ca"; }
 
 .fa-dailymotion:before {
   content: "\f952"; }
 
 .fa-dashcube:before {
   content: "\f210"; }
 
 .fa-database:before {
   content: "\f1c0"; }
 
 .fa-deaf:before {
   content: "\f2a4"; }
 
 .fa-delicious:before {
   content: "\f1a5"; }
 
 .fa-democrat:before {
   content: "\f747"; }
 
 .fa-deploydog:before {
   content: "\f38e"; }
 
 .fa-deskpro:before {
   content: "\f38f"; }
 
 .fa-desktop:before {
   content: "\f108"; }
 
 .fa-dev:before {
   content: "\f6cc"; }
 
 .fa-deviantart:before {
   content: "\f1bd"; }
 
 .fa-dharmachakra:before {
   content: "\f655"; }
 
 .fa-dhl:before {
   content: "\f790"; }
 
 .fa-diagnoses:before {
   content: "\f470"; }
 
 .fa-diaspora:before {
   content: "\f791"; }
 
 .fa-dice:before {
   content: "\f522"; }
 
 .fa-dice-d20:before {
   content: "\f6cf"; }
 
 .fa-dice-d6:before {
   content: "\f6d1"; }
 
 .fa-dice-five:before {
   content: "\f523"; }
 
 .fa-dice-four:before {
   content: "\f524"; }
 
 .fa-dice-one:before {
   content: "\f525"; }
 
 .fa-dice-six:before {
   content: "\f526"; }
 
 .fa-dice-three:before {
   content: "\f527"; }
 
 .fa-dice-two:before {
   content: "\f528"; }
 
 .fa-digg:before {
   content: "\f1a6"; }
 
 .fa-digital-ocean:before {
   content: "\f391"; }
 
 .fa-digital-tachograph:before {
   content: "\f566"; }
 
 .fa-directions:before {
   content: "\f5eb"; }
 
 .fa-discord:before {
   content: "\f392"; }
 
 .fa-discourse:before {
   content: "\f393"; }
 
 .fa-disease:before {
   content: "\f7fa"; }
 
 .fa-divide:before {
   content: "\f529"; }
 
 .fa-dizzy:before {
   content: "\f567"; }
 
 .fa-dna:before {
   content: "\f471"; }
 
 .fa-dochub:before {
   content: "\f394"; }
 
 .fa-docker:before {
   content: "\f395"; }
 
 .fa-dog:before {
   content: "\f6d3"; }
 
 .fa-dollar-sign:before {
   content: "\f155"; }
 
 .fa-dolly:before {
   content: "\f472"; }
 
 .fa-dolly-flatbed:before {
   content: "\f474"; }
 
 .fa-donate:before {
   content: "\f4b9"; }
 
 .fa-door-closed:before {
   content: "\f52a"; }
 
 .fa-door-open:before {
   content: "\f52b"; }
 
 .fa-dot-circle:before {
   content: "\f192"; }
 
 .fa-dove:before {
   content: "\f4ba"; }
 
 .fa-download:before {
   content: "\f019"; }
 
 .fa-draft2digital:before {
   content: "\f396"; }
 
 .fa-drafting-compass:before {
   content: "\f568"; }
 
 .fa-dragon:before {
   content: "\f6d5"; }
 
 .fa-draw-polygon:before {
   content: "\f5ee"; }
 
 .fa-dribbble:before {
   content: "\f17d"; }
 
 .fa-dribbble-square:before {
   content: "\f397"; }
 
 .fa-dropbox:before {
   content: "\f16b"; }
 
 .fa-drum:before {
   content: "\f569"; }
 
 .fa-drum-steelpan:before {
   content: "\f56a"; }
 
 .fa-drumstick-bite:before {
   content: "\f6d7"; }
 
 .fa-drupal:before {
   content: "\f1a9"; }
 
 .fa-dumbbell:before {
   content: "\f44b"; }
 
 .fa-dumpster:before {
   content: "\f793"; }
 
 .fa-dumpster-fire:before {
   content: "\f794"; }
 
 .fa-dungeon:before {
   content: "\f6d9"; }
 
 .fa-dyalog:before {
   content: "\f399"; }
 
 .fa-earlybirds:before {
   content: "\f39a"; }
 
 .fa-ebay:before {
   content: "\f4f4"; }
 
 .fa-edge:before {
   content: "\f282"; }
 
 .fa-edit:before {
   content: "\f044"; }
 
 .fa-egg:before {
   content: "\f7fb"; }
 
 .fa-eject:before {
   content: "\f052"; }
 
 .fa-elementor:before {
   content: "\f430"; }
 
 .fa-ellipsis-h:before {
   content: "\f141"; }
 
 .fa-ellipsis-v:before {
   content: "\f142"; }
 
 .fa-ello:before {
   content: "\f5f1"; }
 
 .fa-ember:before {
   content: "\f423"; }
 
 .fa-empire:before {
   content: "\f1d1"; }
 
 .fa-envelope:before {
   content: "\f0e0"; }
 
 .fa-envelope-open:before {
   content: "\f2b6"; }
 
 .fa-envelope-open-text:before {
   content: "\f658"; }
 
 .fa-envelope-square:before {
   content: "\f199"; }
 
 .fa-envira:before {
   content: "\f299"; }
 
 .fa-equals:before {
   content: "\f52c"; }
 
 .fa-eraser:before {
   content: "\f12d"; }
 
 .fa-erlang:before {
   content: "\f39d"; }
 
 .fa-ethereum:before {
   content: "\f42e"; }
 
 .fa-ethernet:before {
   content: "\f796"; }
 
 .fa-etsy:before {
   content: "\f2d7"; }
 
 .fa-euro-sign:before {
   content: "\f153"; }
 
 .fa-evernote:before {
   content: "\f839"; }
 
 .fa-exchange-alt:before {
   content: "\f362"; }
 
 .fa-exclamation:before {
   content: "\f12a"; }
 
 .fa-exclamation-circle:before {
   content: "\f06a"; }
 
 .fa-exclamation-triangle:before {
   content: "\f071"; }
 
 .fa-expand:before {
   content: "\f065"; }
 
 .fa-expand-alt:before {
   content: "\f424"; }
 
 .fa-expand-arrows-alt:before {
   content: "\f31e"; }
 
 .fa-expeditedssl:before {
   content: "\f23e"; }
 
 .fa-external-link-alt:before {
   content: "\f35d"; }
 
 .fa-external-link-square-alt:before {
   content: "\f360"; }
 
 .fa-eye:before {
   content: "\f06e"; }
 
 .fa-eye-dropper:before {
   content: "\f1fb"; }
 
 .fa-eye-slash:before {
   content: "\f070"; }
 
 .fa-facebook:before {
   content: "\f09a"; }
 
 .fa-facebook-f:before {
   content: "\f39e"; }
 
 .fa-facebook-messenger:before {
   content: "\f39f"; }
 
 .fa-facebook-square:before {
   content: "\f082"; }
 
 .fa-fan:before {
   content: "\f863"; }
 
 .fa-fantasy-flight-games:before {
   content: "\f6dc"; }
 
 .fa-fast-backward:before {
   content: "\f049"; }
 
 .fa-fast-forward:before {
   content: "\f050"; }
 
 .fa-faucet:before {
   content: "\f905"; }
 
 .fa-fax:before {
   content: "\f1ac"; }
 
 .fa-feather:before {
   content: "\f52d"; }
 
 .fa-feather-alt:before {
   content: "\f56b"; }
 
 .fa-fedex:before {
   content: "\f797"; }
 
 .fa-fedora:before {
   content: "\f798"; }
 
 .fa-female:before {
   content: "\f182"; }
 
 .fa-fighter-jet:before {
   content: "\f0fb"; }
 
 .fa-figma:before {
   content: "\f799"; }
 
 .fa-file:before {
   content: "\f15b"; }
 
 .fa-file-alt:before {
   content: "\f15c"; }
 
 .fa-file-archive:before {
   content: "\f1c6"; }
 
 .fa-file-audio:before {
   content: "\f1c7"; }
 
 .fa-file-code:before {
   content: "\f1c9"; }
 
 .fa-file-contract:before {
   content: "\f56c"; }
 
 .fa-file-csv:before {
   content: "\f6dd"; }
 
 .fa-file-download:before {
   content: "\f56d"; }
 
 .fa-file-excel:before {
   content: "\f1c3"; }
 
 .fa-file-export:before {
   content: "\f56e"; }
 
 .fa-file-image:before {
   content: "\f1c5"; }
 
 .fa-file-import:before {
   content: "\f56f"; }
 
 .fa-file-invoice:before {
   content: "\f570"; }
 
 .fa-file-invoice-dollar:before {
   content: "\f571"; }
 
 .fa-file-medical:before {
   content: "\f477"; }
 
 .fa-file-medical-alt:before {
   content: "\f478"; }
 
 .fa-file-pdf:before {
   content: "\f1c1"; }
 
 .fa-file-powerpoint:before {
   content: "\f1c4"; }
 
 .fa-file-prescription:before {
   content: "\f572"; }
 
 .fa-file-signature:before {
   content: "\f573"; }
 
 .fa-file-upload:before {
   content: "\f574"; }
 
 .fa-file-video:before {
   content: "\f1c8"; }
 
 .fa-file-word:before {
   content: "\f1c2"; }
 
 .fa-fill:before {
   content: "\f575"; }
 
 .fa-fill-drip:before {
   content: "\f576"; }
 
 .fa-film:before {
   content: "\f008"; }
 
 .fa-filter:before {
   content: "\f0b0"; }
 
 .fa-fingerprint:before {
   content: "\f577"; }
 
 .fa-fire:before {
   content: "\f06d"; }
 
 .fa-fire-alt:before {
   content: "\f7e4"; }
 
 .fa-fire-extinguisher:before {
   content: "\f134"; }
 
 .fa-firefox:before {
   content: "\f269"; }
 
 .fa-firefox-browser:before {
   content: "\f907"; }
 
 .fa-first-aid:before {
   content: "\f479"; }
 
 .fa-first-order:before {
   content: "\f2b0"; }
 
 .fa-first-order-alt:before {
   content: "\f50a"; }
 
 .fa-firstdraft:before {
   content: "\f3a1"; }
 
 .fa-fish:before {
   content: "\f578"; }
 
 .fa-fist-raised:before {
   content: "\f6de"; }
 
 .fa-flag:before {
   content: "\f024"; }
 
 .fa-flag-checkered:before {
   content: "\f11e"; }
 
 .fa-flag-usa:before {
   content: "\f74d"; }
 
 .fa-flask:before {
   content: "\f0c3"; }
 
 .fa-flickr:before {
   content: "\f16e"; }
 
 .fa-flipboard:before {
   content: "\f44d"; }
 
 .fa-flushed:before {
   content: "\f579"; }
 
 .fa-fly:before {
   content: "\f417"; }
 
 .fa-folder:before {
   content: "\f07b"; }
 
 .fa-folder-minus:before {
   content: "\f65d"; }
 
 .fa-folder-open:before {
   content: "\f07c"; }
 
 .fa-folder-plus:before {
   content: "\f65e"; }
 
 .fa-font:before {
   content: "\f031"; }
 
 .fa-font-awesome:before {
   content: "\f2b4"; }
 
 .fa-font-awesome-alt:before {
   content: "\f35c"; }
 
 .fa-font-awesome-flag:before {
   content: "\f425"; }
 
 .fa-font-awesome-logo-full:before {
   content: "\f4e6"; }
 
 .fa-fonticons:before {
   content: "\f280"; }
 
 .fa-fonticons-fi:before {
   content: "\f3a2"; }
 
 .fa-football-ball:before {
   content: "\f44e"; }
 
 .fa-fort-awesome:before {
   content: "\f286"; }
 
 .fa-fort-awesome-alt:before {
   content: "\f3a3"; }
 
 .fa-forumbee:before {
   content: "\f211"; }
 
 .fa-forward:before {
   content: "\f04e"; }
 
 .fa-foursquare:before {
   content: "\f180"; }
 
 .fa-free-code-camp:before {
   content: "\f2c5"; }
 
 .fa-freebsd:before {
   content: "\f3a4"; }
 
 .fa-frog:before {
   content: "\f52e"; }
 
 .fa-frown:before {
   content: "\f119"; }
 
 .fa-frown-open:before {
   content: "\f57a"; }
 
 .fa-fulcrum:before {
   content: "\f50b"; }
 
 .fa-funnel-dollar:before {
   content: "\f662"; }
 
 .fa-futbol:before {
   content: "\f1e3"; }
 
 .fa-galactic-republic:before {
   content: "\f50c"; }
 
 .fa-galactic-senate:before {
   content: "\f50d"; }
 
 .fa-gamepad:before {
   content: "\f11b"; }
 
 .fa-gas-pump:before {
   content: "\f52f"; }
 
 .fa-gavel:before {
   content: "\f0e3"; }
 
 .fa-gem:before {
   content: "\f3a5"; }
 
 .fa-genderless:before {
   content: "\f22d"; }
 
 .fa-get-pocket:before {
   content: "\f265"; }
 
 .fa-gg:before {
   content: "\f260"; }
 
 .fa-gg-circle:before {
   content: "\f261"; }
 
 .fa-ghost:before {
   content: "\f6e2"; }
 
 .fa-gift:before {
   content: "\f06b"; }
 
 .fa-gifts:before {
   content: "\f79c"; }
 
 .fa-git:before {
   content: "\f1d3"; }
 
 .fa-git-alt:before {
   content: "\f841"; }
 
 .fa-git-square:before {
   content: "\f1d2"; }
 
 .fa-github:before {
   content: "\f09b"; }
 
 .fa-github-alt:before {
   content: "\f113"; }
 
 .fa-github-square:before {
   content: "\f092"; }
 
 .fa-gitkraken:before {
   content: "\f3a6"; }
 
 .fa-gitlab:before {
   content: "\f296"; }
 
 .fa-gitter:before {
   content: "\f426"; }
 
 .fa-glass-cheers:before {
   content: "\f79f"; }
 
 .fa-glass-martini:before {
   content: "\f000"; }
 
 .fa-glass-martini-alt:before {
   content: "\f57b"; }
 
 .fa-glass-whiskey:before {
   content: "\f7a0"; }
 
 .fa-glasses:before {
   content: "\f530"; }
 
 .fa-glide:before {
   content: "\f2a5"; }
 
 .fa-glide-g:before {
   content: "\f2a6"; }
 
 .fa-globe:before {
   content: "\f0ac"; }
 
 .fa-globe-africa:before {
   content: "\f57c"; }
 
 .fa-globe-americas:before {
   content: "\f57d"; }
 
 .fa-globe-asia:before {
   content: "\f57e"; }
 
 .fa-globe-europe:before {
   content: "\f7a2"; }
 
 .fa-gofore:before {
   content: "\f3a7"; }
 
 .fa-golf-ball:before {
   content: "\f450"; }
 
 .fa-goodreads:before {
   content: "\f3a8"; }
 
 .fa-goodreads-g:before {
   content: "\f3a9"; }
 
 .fa-google:before {
   content: "\f1a0"; }
 
 .fa-google-drive:before {
   content: "\f3aa"; }
 
 .fa-google-play:before {
   content: "\f3ab"; }
 
 .fa-google-plus:before {
   content: "\f2b3"; }
 
 .fa-google-plus-g:before {
   content: "\f0d5"; }
 
 .fa-google-plus-square:before {
   content: "\f0d4"; }
 
 .fa-google-wallet:before {
   content: "\f1ee"; }
 
 .fa-gopuram:before {
   content: "\f664"; }
 
 .fa-graduation-cap:before {
   content: "\f19d"; }
 
 .fa-gratipay:before {
   content: "\f184"; }
 
 .fa-grav:before {
   content: "\f2d6"; }
 
 .fa-greater-than:before {
   content: "\f531"; }
 
 .fa-greater-than-equal:before {
   content: "\f532"; }
 
 .fa-grimace:before {
   content: "\f57f"; }
 
 .fa-grin:before {
   content: "\f580"; }
 
 .fa-grin-alt:before {
   content: "\f581"; }
 
 .fa-grin-beam:before {
   content: "\f582"; }
 
 .fa-grin-beam-sweat:before {
   content: "\f583"; }
 
 .fa-grin-hearts:before {
   content: "\f584"; }
 
 .fa-grin-squint:before {
   content: "\f585"; }
 
 .fa-grin-squint-tears:before {
   content: "\f586"; }
 
 .fa-grin-stars:before {
   content: "\f587"; }
 
 .fa-grin-tears:before {
   content: "\f588"; }
 
 .fa-grin-tongue:before {
   content: "\f589"; }
 
 .fa-grin-tongue-squint:before {
   content: "\f58a"; }
 
 .fa-grin-tongue-wink:before {
   content: "\f58b"; }
 
 .fa-grin-wink:before {
   content: "\f58c"; }
 
 .fa-grip-horizontal:before {
   content: "\f58d"; }
 
 .fa-grip-lines:before {
   content: "\f7a4"; }
 
 .fa-grip-lines-vertical:before {
   content: "\f7a5"; }
 
 .fa-grip-vertical:before {
   content: "\f58e"; }
 
 .fa-gripfire:before {
   content: "\f3ac"; }
 
 .fa-grunt:before {
   content: "\f3ad"; }
 
 .fa-guitar:before {
   content: "\f7a6"; }
 
 .fa-gulp:before {
   content: "\f3ae"; }
 
 .fa-h-square:before {
   content: "\f0fd"; }
 
 .fa-hacker-news:before {
   content: "\f1d4"; }
 
 .fa-hacker-news-square:before {
   content: "\f3af"; }
 
 .fa-hackerrank:before {
   content: "\f5f7"; }
 
 .fa-hamburger:before {
   content: "\f805"; }
 
 .fa-hammer:before {
   content: "\f6e3"; }
 
 .fa-hamsa:before {
   content: "\f665"; }
 
 .fa-hand-holding:before {
   content: "\f4bd"; }
 
 .fa-hand-holding-heart:before {
   content: "\f4be"; }
 
 .fa-hand-holding-medical:before {
   content: "\f95c"; }
 
 .fa-hand-holding-usd:before {
   content: "\f4c0"; }
 
 .fa-hand-holding-water:before {
   content: "\f4c1"; }
 
 .fa-hand-lizard:before {
   content: "\f258"; }
 
 .fa-hand-middle-finger:before {
   content: "\f806"; }
 
 .fa-hand-paper:before {
   content: "\f256"; }
 
 .fa-hand-peace:before {
   content: "\f25b"; }
 
 .fa-hand-point-down:before {
   content: "\f0a7"; }
 
 .fa-hand-point-left:before {
   content: "\f0a5"; }
 
 .fa-hand-point-right:before {
   content: "\f0a4"; }
 
 .fa-hand-point-up:before {
   content: "\f0a6"; }
 
 .fa-hand-pointer:before {
   content: "\f25a"; }
 
 .fa-hand-rock:before {
   content: "\f255"; }
 
 .fa-hand-scissors:before {
   content: "\f257"; }
 
 .fa-hand-sparkles:before {
   content: "\f95d"; }
 
 .fa-hand-spock:before {
   content: "\f259"; }
 
 .fa-hands:before {
   content: "\f4c2"; }
 
 .fa-hands-helping:before {
   content: "\f4c4"; }
 
 .fa-hands-wash:before {
   content: "\f95e"; }
 
 .fa-handshake:before {
   content: "\f2b5"; }
 
 .fa-handshake-alt-slash:before {
   content: "\f95f"; }
 
 .fa-handshake-slash:before {
   content: "\f960"; }
 
 .fa-hanukiah:before {
   content: "\f6e6"; }
 
 .fa-hard-hat:before {
   content: "\f807"; }
 
 .fa-hashtag:before {
   content: "\f292"; }
 
 .fa-hat-cowboy:before {
   content: "\f8c0"; }
 
 .fa-hat-cowboy-side:before {
   content: "\f8c1"; }
 
 .fa-hat-wizard:before {
   content: "\f6e8"; }
 
 .fa-hdd:before {
   content: "\f0a0"; }
 
 .fa-head-side-cough:before {
   content: "\f961"; }
 
 .fa-head-side-cough-slash:before {
   content: "\f962"; }
 
 .fa-head-side-mask:before {
   content: "\f963"; }
 
 .fa-head-side-virus:before {
   content: "\f964"; }
 
 .fa-heading:before {
   content: "\f1dc"; }
 
 .fa-headphones:before {
   content: "\f025"; }
 
 .fa-headphones-alt:before {
   content: "\f58f"; }
 
 .fa-headset:before {
   content: "\f590"; }
 
 .fa-heart:before {
   content: "\f004"; }
 
 .fa-heart-broken:before {
   content: "\f7a9"; }
 
 .fa-heartbeat:before {
   content: "\f21e"; }
 
 .fa-helicopter:before {
   content: "\f533"; }
 
 .fa-highlighter:before {
   content: "\f591"; }
 
 .fa-hiking:before {
   content: "\f6ec"; }
 
 .fa-hippo:before {
   content: "\f6ed"; }
 
 .fa-hips:before {
   content: "\f452"; }
 
 .fa-hire-a-helper:before {
   content: "\f3b0"; }
 
 .fa-history:before {
   content: "\f1da"; }
 
 .fa-hockey-puck:before {
   content: "\f453"; }
 
 .fa-holly-berry:before {
   content: "\f7aa"; }
 
 .fa-home:before {
   content: "\f015"; }
 
 .fa-hooli:before {
   content: "\f427"; }
 
 .fa-hornbill:before {
   content: "\f592"; }
 
 .fa-horse:before {
   content: "\f6f0"; }
 
 .fa-horse-head:before {
   content: "\f7ab"; }
 
 .fa-hospital:before {
   content: "\f0f8"; }
 
 .fa-hospital-alt:before {
   content: "\f47d"; }
 
 .fa-hospital-symbol:before {
   content: "\f47e"; }
 
 .fa-hospital-user:before {
   content: "\f80d"; }
 
 .fa-hot-tub:before {
   content: "\f593"; }
 
 .fa-hotdog:before {
   content: "\f80f"; }
 
 .fa-hotel:before {
   content: "\f594"; }
 
 .fa-hotjar:before {
   content: "\f3b1"; }
 
 .fa-hourglass:before {
   content: "\f254"; }
 
 .fa-hourglass-end:before {
   content: "\f253"; }
 
 .fa-hourglass-half:before {
   content: "\f252"; }
 
 .fa-hourglass-start:before {
   content: "\f251"; }
 
 .fa-house-damage:before {
   content: "\f6f1"; }
 
 .fa-house-user:before {
   content: "\f965"; }
 
 .fa-houzz:before {
   content: "\f27c"; }
 
 .fa-hryvnia:before {
   content: "\f6f2"; }
 
 .fa-html5:before {
   content: "\f13b"; }
 
 .fa-hubspot:before {
   content: "\f3b2"; }
 
 .fa-i-cursor:before {
   content: "\f246"; }
 
 .fa-ice-cream:before {
   content: "\f810"; }
 
 .fa-icicles:before {
   content: "\f7ad"; }
 
 .fa-icons:before {
   content: "\f86d"; }
 
 .fa-id-badge:before {
   content: "\f2c1"; }
 
 .fa-id-card:before {
   content: "\f2c2"; }
 
 .fa-id-card-alt:before {
   content: "\f47f"; }
 
 .fa-ideal:before {
   content: "\f913"; }
 
 .fa-igloo:before {
   content: "\f7ae"; }
 
 .fa-image:before {
   content: "\f03e"; }
 
 .fa-images:before {
   content: "\f302"; }
 
 .fa-imdb:before {
   content: "\f2d8"; }
 
 .fa-inbox:before {
   content: "\f01c"; }
 
 .fa-indent:before {
   content: "\f03c"; }
 
 .fa-industry:before {
   content: "\f275"; }
 
 .fa-infinity:before {
   content: "\f534"; }
 
 .fa-info:before {
   content: "\f129"; }
 
 .fa-info-circle:before {
   content: "\f05a"; }
 
 .fa-instagram:before {
   content: "\f16d"; }
 
 .fa-instagram-square:before {
   content: "\f955"; }
 
 .fa-intercom:before {
   content: "\f7af"; }
 
 .fa-internet-explorer:before {
   content: "\f26b"; }
 
 .fa-invision:before {
   content: "\f7b0"; }
 
 .fa-ioxhost:before {
   content: "\f208"; }
 
 .fa-italic:before {
   content: "\f033"; }
 
 .fa-itch-io:before {
   content: "\f83a"; }
 
 .fa-itunes:before {
   content: "\f3b4"; }
 
 .fa-itunes-note:before {
   content: "\f3b5"; }
 
 .fa-java:before {
   content: "\f4e4"; }
 
 .fa-jedi:before {
   content: "\f669"; }
 
 .fa-jedi-order:before {
   content: "\f50e"; }
 
 .fa-jenkins:before {
   content: "\f3b6"; }
 
 .fa-jira:before {
   content: "\f7b1"; }
 
 .fa-joget:before {
   content: "\f3b7"; }
 
 .fa-joint:before {
   content: "\f595"; }
 
 .fa-joomla:before {
   content: "\f1aa"; }
 
 .fa-journal-whills:before {
   content: "\f66a"; }
 
 .fa-js:before {
   content: "\f3b8"; }
 
 .fa-js-square:before {
   content: "\f3b9"; }
 
 .fa-jsfiddle:before {
   content: "\f1cc"; }
 
 .fa-kaaba:before {
   content: "\f66b"; }
 
 .fa-kaggle:before {
   content: "\f5fa"; }
 
 .fa-key:before {
   content: "\f084"; }
 
 .fa-keybase:before {
   content: "\f4f5"; }
 
 .fa-keyboard:before {
   content: "\f11c"; }
 
 .fa-keycdn:before {
   content: "\f3ba"; }
 
 .fa-khanda:before {
   content: "\f66d"; }
 
 .fa-kickstarter:before {
   content: "\f3bb"; }
 
 .fa-kickstarter-k:before {
   content: "\f3bc"; }
 
 .fa-kiss:before {
   content: "\f596"; }
 
 .fa-kiss-beam:before {
   content: "\f597"; }
 
 .fa-kiss-wink-heart:before {
   content: "\f598"; }
 
 .fa-kiwi-bird:before {
   content: "\f535"; }
 
 .fa-korvue:before {
   content: "\f42f"; }
 
 .fa-landmark:before {
   content: "\f66f"; }
 
 .fa-language:before {
   content: "\f1ab"; }
 
 .fa-laptop:before {
   content: "\f109"; }
 
 .fa-laptop-code:before {
   content: "\f5fc"; }
 
 .fa-laptop-house:before {
   content: "\f966"; }
 
 .fa-laptop-medical:before {
   content: "\f812"; }
 
 .fa-laravel:before {
   content: "\f3bd"; }
 
 .fa-lastfm:before {
   content: "\f202"; }
 
 .fa-lastfm-square:before {
   content: "\f203"; }
 
 .fa-laugh:before {
   content: "\f599"; }
 
 .fa-laugh-beam:before {
   content: "\f59a"; }
 
 .fa-laugh-squint:before {
   content: "\f59b"; }
 
 .fa-laugh-wink:before {
   content: "\f59c"; }
 
 .fa-layer-group:before {
   content: "\f5fd"; }
 
 .fa-leaf:before {
   content: "\f06c"; }
 
 .fa-leanpub:before {
   content: "\f212"; }
 
 .fa-lemon:before {
   content: "\f094"; }
 
 .fa-less:before {
   content: "\f41d"; }
 
 .fa-less-than:before {
   content: "\f536"; }
 
 .fa-less-than-equal:before {
   content: "\f537"; }
 
 .fa-level-down-alt:before {
   content: "\f3be"; }
 
 .fa-level-up-alt:before {
   content: "\f3bf"; }
 
 .fa-life-ring:before {
   content: "\f1cd"; }
 
 .fa-lightbulb:before {
   content: "\f0eb"; }
 
 .fa-line:before {
   content: "\f3c0"; }
 
 .fa-link:before {
   content: "\f0c1"; }
 
 .fa-linkedin:before {
   content: "\f08c"; }
 
 .fa-linkedin-in:before {
   content: "\f0e1"; }
 
 .fa-linode:before {
   content: "\f2b8"; }
 
 .fa-linux:before {
   content: "\f17c"; }
 
 .fa-lira-sign:before {
   content: "\f195"; }
 
 .fa-list:before {
   content: "\f03a"; }
 
 .fa-list-alt:before {
   content: "\f022"; }
 
 .fa-list-ol:before {
   content: "\f0cb"; }
 
 .fa-list-ul:before {
   content: "\f0ca"; }
 
 .fa-location-arrow:before {
   content: "\f124"; }
 
 .fa-lock:before {
   content: "\f023"; }
 
 .fa-lock-open:before {
   content: "\f3c1"; }
 
 .fa-long-arrow-alt-down:before {
   content: "\f309"; }
 
 .fa-long-arrow-alt-left:before {
   content: "\f30a"; }
 
 .fa-long-arrow-alt-right:before {
   content: "\f30b"; }
 
 .fa-long-arrow-alt-up:before {
   content: "\f30c"; }
 
 .fa-low-vision:before {
   content: "\f2a8"; }
 
 .fa-luggage-cart:before {
   content: "\f59d"; }
 
 .fa-lungs:before {
   content: "\f604"; }
 
 .fa-lungs-virus:before {
   content: "\f967"; }
 
 .fa-lyft:before {
   content: "\f3c3"; }
 
 .fa-magento:before {
   content: "\f3c4"; }
 
 .fa-magic:before {
   content: "\f0d0"; }
 
 .fa-magnet:before {
   content: "\f076"; }
 
 .fa-mail-bulk:before {
   content: "\f674"; }
 
 .fa-mailchimp:before {
   content: "\f59e"; }
 
 .fa-male:before {
   content: "\f183"; }
 
 .fa-mandalorian:before {
   content: "\f50f"; }
 
 .fa-map:before {
   content: "\f279"; }
 
 .fa-map-marked:before {
   content: "\f59f"; }
 
 .fa-map-marked-alt:before {
   content: "\f5a0"; }
 
 .fa-map-marker:before {
   content: "\f041"; }
 
 .fa-map-marker-alt:before {
   content: "\f3c5"; }
 
 .fa-map-pin:before {
   content: "\f276"; }
 
 .fa-map-signs:before {
   content: "\f277"; }
 
 .fa-markdown:before {
   content: "\f60f"; }
 
 .fa-marker:before {
   content: "\f5a1"; }
 
 .fa-mars:before {
   content: "\f222"; }
 
 .fa-mars-double:before {
   content: "\f227"; }
 
 .fa-mars-stroke:before {
   content: "\f229"; }
 
 .fa-mars-stroke-h:before {
   content: "\f22b"; }
 
 .fa-mars-stroke-v:before {
   content: "\f22a"; }
 
 .fa-mask:before {
   content: "\f6fa"; }
 
 .fa-mastodon:before {
   content: "\f4f6"; }
 
 .fa-maxcdn:before {
   content: "\f136"; }
 
 .fa-mdb:before {
   content: "\f8ca"; }
 
 .fa-medal:before {
   content: "\f5a2"; }
 
 .fa-medapps:before {
   content: "\f3c6"; }
 
 .fa-medium:before {
   content: "\f23a"; }
 
 .fa-medium-m:before {
   content: "\f3c7"; }
 
 .fa-medkit:before {
   content: "\f0fa"; }
 
 .fa-medrt:before {
   content: "\f3c8"; }
 
 .fa-meetup:before {
   content: "\f2e0"; }
 
 .fa-megaport:before {
   content: "\f5a3"; }
 
 .fa-meh:before {
   content: "\f11a"; }
 
 .fa-meh-blank:before {
   content: "\f5a4"; }
 
 .fa-meh-rolling-eyes:before {
   content: "\f5a5"; }
 
 .fa-memory:before {
   content: "\f538"; }
 
 .fa-mendeley:before {
   content: "\f7b3"; }
 
 .fa-menorah:before {
   content: "\f676"; }
 
 .fa-mercury:before {
   content: "\f223"; }
 
 .fa-meteor:before {
   content: "\f753"; }
 
 .fa-microblog:before {
   content: "\f91a"; }
 
 .fa-microchip:before {
   content: "\f2db"; }
 
 .fa-microphone:before {
   content: "\f130"; }
 
 .fa-microphone-alt:before {
   content: "\f3c9"; }
 
 .fa-microphone-alt-slash:before {
   content: "\f539"; }
 
 .fa-microphone-slash:before {
   content: "\f131"; }
 
 .fa-microscope:before {
   content: "\f610"; }
 
 .fa-microsoft:before {
   content: "\f3ca"; }
 
 .fa-minus:before {
   content: "\f068"; }
 
 .fa-minus-circle:before {
   content: "\f056"; }
 
 .fa-minus-square:before {
   content: "\f146"; }
 
 .fa-mitten:before {
   content: "\f7b5"; }
 
 .fa-mix:before {
   content: "\f3cb"; }
 
 .fa-mixcloud:before {
   content: "\f289"; }
 
 .fa-mixer:before {
   content: "\f956"; }
 
 .fa-mizuni:before {
   content: "\f3cc"; }
 
 .fa-mobile:before {
   content: "\f10b"; }
 
 .fa-mobile-alt:before {
   content: "\f3cd"; }
 
 .fa-modx:before {
   content: "\f285"; }
 
 .fa-monero:before {
   content: "\f3d0"; }
 
 .fa-money-bill:before {
   content: "\f0d6"; }
 
 .fa-money-bill-alt:before {
   content: "\f3d1"; }
 
 .fa-money-bill-wave:before {
   content: "\f53a"; }
 
 .fa-money-bill-wave-alt:before {
   content: "\f53b"; }
 
 .fa-money-check:before {
   content: "\f53c"; }
 
 .fa-money-check-alt:before {
   content: "\f53d"; }
 
 .fa-monument:before {
   content: "\f5a6"; }
 
 .fa-moon:before {
   content: "\f186"; }
 
 .fa-mortar-pestle:before {
   content: "\f5a7"; }
 
 .fa-mosque:before {
   content: "\f678"; }
 
 .fa-motorcycle:before {
   content: "\f21c"; }
 
 .fa-mountain:before {
   content: "\f6fc"; }
 
 .fa-mouse:before {
   content: "\f8cc"; }
 
 .fa-mouse-pointer:before {
   content: "\f245"; }
 
 .fa-mug-hot:before {
   content: "\f7b6"; }
 
 .fa-music:before {
   content: "\f001"; }
 
 .fa-napster:before {
   content: "\f3d2"; }
 
 .fa-neos:before {
   content: "\f612"; }
 
 .fa-network-wired:before {
   content: "\f6ff"; }
 
 .fa-neuter:before {
   content: "\f22c"; }
 
 .fa-newspaper:before {
   content: "\f1ea"; }
 
 .fa-nimblr:before {
   content: "\f5a8"; }
 
 .fa-node:before {
   content: "\f419"; }
 
 .fa-node-js:before {
   content: "\f3d3"; }
 
 .fa-not-equal:before {
   content: "\f53e"; }
 
 .fa-notes-medical:before {
   content: "\f481"; }
 
 .fa-npm:before {
   content: "\f3d4"; }
 
 .fa-ns8:before {
   content: "\f3d5"; }
 
 .fa-nutritionix:before {
   content: "\f3d6"; }
 
 .fa-object-group:before {
   content: "\f247"; }
 
 .fa-object-ungroup:before {
   content: "\f248"; }
 
 .fa-odnoklassniki:before {
   content: "\f263"; }
 
 .fa-odnoklassniki-square:before {
   content: "\f264"; }
 
 .fa-oil-can:before {
   content: "\f613"; }
 
 .fa-old-republic:before {
   content: "\f510"; }
 
 .fa-om:before {
   content: "\f679"; }
 
 .fa-opencart:before {
   content: "\f23d"; }
 
 .fa-openid:before {
   content: "\f19b"; }
 
 .fa-opera:before {
   content: "\f26a"; }
 
 .fa-optin-monster:before {
   content: "\f23c"; }
 
 .fa-orcid:before {
   content: "\f8d2"; }
 
 .fa-osi:before {
   content: "\f41a"; }
 
 .fa-otter:before {
   content: "\f700"; }
 
 .fa-outdent:before {
   content: "\f03b"; }
 
 .fa-page4:before {
   content: "\f3d7"; }
 
 .fa-pagelines:before {
   content: "\f18c"; }
 
 .fa-pager:before {
   content: "\f815"; }
 
 .fa-paint-brush:before {
   content: "\f1fc"; }
 
 .fa-paint-roller:before {
   content: "\f5aa"; }
 
 .fa-palette:before {
   content: "\f53f"; }
 
 .fa-palfed:before {
   content: "\f3d8"; }
 
 .fa-pallet:before {
   content: "\f482"; }
 
 .fa-paper-plane:before {
   content: "\f1d8"; }
 
 .fa-paperclip:before {
   content: "\f0c6"; }
 
 .fa-parachute-box:before {
   content: "\f4cd"; }
 
 .fa-paragraph:before {
   content: "\f1dd"; }
 
 .fa-parking:before {
   content: "\f540"; }
 
 .fa-passport:before {
   content: "\f5ab"; }
 
 .fa-pastafarianism:before {
   content: "\f67b"; }
 
 .fa-paste:before {
   content: "\f0ea"; }
 
 .fa-patreon:before {
   content: "\f3d9"; }
 
 .fa-pause:before {
   content: "\f04c"; }
 
 .fa-pause-circle:before {
   content: "\f28b"; }
 
 .fa-paw:before {
   content: "\f1b0"; }
 
 .fa-paypal:before {
   content: "\f1ed"; }
 
 .fa-peace:before {
   content: "\f67c"; }
 
 .fa-pen:before {
   content: "\f304"; }
 
 .fa-pen-alt:before {
   content: "\f305"; }
 
 .fa-pen-fancy:before {
   content: "\f5ac"; }
 
 .fa-pen-nib:before {
   content: "\f5ad"; }
 
 .fa-pen-square:before {
   content: "\f14b"; }
 
 .fa-pencil-alt:before {
   content: "\f303"; }
 
 .fa-pencil-ruler:before {
   content: "\f5ae"; }
 
 .fa-penny-arcade:before {
   content: "\f704"; }
 
 .fa-people-arrows:before {
   content: "\f968"; }
 
 .fa-people-carry:before {
   content: "\f4ce"; }
 
 .fa-pepper-hot:before {
   content: "\f816"; }
 
 .fa-percent:before {
   content: "\f295"; }
 
 .fa-percentage:before {
   content: "\f541"; }
 
 .fa-periscope:before {
   content: "\f3da"; }
 
 .fa-person-booth:before {
   content: "\f756"; }
 
 .fa-phabricator:before {
   content: "\f3db"; }
 
 .fa-phoenix-framework:before {
   content: "\f3dc"; }
 
 .fa-phoenix-squadron:before {
   content: "\f511"; }
 
 .fa-phone:before {
   content: "\f095"; }
 
 .fa-phone-alt:before {
   content: "\f879"; }
 
 .fa-phone-slash:before {
   content: "\f3dd"; }
 
 .fa-phone-square:before {
   content: "\f098"; }
 
 .fa-phone-square-alt:before {
   content: "\f87b"; }
 
 .fa-phone-volume:before {
   content: "\f2a0"; }
 
 .fa-photo-video:before {
   content: "\f87c"; }
 
 .fa-php:before {
   content: "\f457"; }
 
 .fa-pied-piper:before {
   content: "\f2ae"; }
 
 .fa-pied-piper-alt:before {
   content: "\f1a8"; }
 
 .fa-pied-piper-hat:before {
   content: "\f4e5"; }
 
 .fa-pied-piper-pp:before {
   content: "\f1a7"; }
 
 .fa-pied-piper-square:before {
   content: "\f91e"; }
 
 .fa-piggy-bank:before {
   content: "\f4d3"; }
 
 .fa-pills:before {
   content: "\f484"; }
 
 .fa-pinterest:before {
   content: "\f0d2"; }
 
 .fa-pinterest-p:before {
   content: "\f231"; }
 
 .fa-pinterest-square:before {
   content: "\f0d3"; }
 
 .fa-pizza-slice:before {
   content: "\f818"; }
 
 .fa-place-of-worship:before {
   content: "\f67f"; }
 
 .fa-plane:before {
   content: "\f072"; }
 
 .fa-plane-arrival:before {
   content: "\f5af"; }
 
 .fa-plane-departure:before {
   content: "\f5b0"; }
 
 .fa-plane-slash:before {
   content: "\f969"; }
 
 .fa-play:before {
   content: "\f04b"; }
 
 .fa-play-circle:before {
   content: "\f144"; }
 
 .fa-playstation:before {
   content: "\f3df"; }
 
 .fa-plug:before {
   content: "\f1e6"; }
 
 .fa-plus:before {
   content: "\f067"; }
 
 .fa-plus-circle:before {
   content: "\f055"; }
 
 .fa-plus-square:before {
   content: "\f0fe"; }
 
 .fa-podcast:before {
   content: "\f2ce"; }
 
 .fa-poll:before {
   content: "\f681"; }
 
 .fa-poll-h:before {
   content: "\f682"; }
 
 .fa-poo:before {
   content: "\f2fe"; }
 
 .fa-poo-storm:before {
   content: "\f75a"; }
 
 .fa-poop:before {
   content: "\f619"; }
 
 .fa-portrait:before {
   content: "\f3e0"; }
 
 .fa-pound-sign:before {
   content: "\f154"; }
 
 .fa-power-off:before {
   content: "\f011"; }
 
 .fa-pray:before {
   content: "\f683"; }
 
 .fa-praying-hands:before {
   content: "\f684"; }
 
 .fa-prescription:before {
   content: "\f5b1"; }
 
 .fa-prescription-bottle:before {
   content: "\f485"; }
 
 .fa-prescription-bottle-alt:before {
   content: "\f486"; }
 
 .fa-print:before {
   content: "\f02f"; }
 
 .fa-procedures:before {
   content: "\f487"; }
 
 .fa-product-hunt:before {
   content: "\f288"; }
 
 .fa-project-diagram:before {
   content: "\f542"; }
 
 .fa-pump-medical:before {
   content: "\f96a"; }
 
 .fa-pump-soap:before {
   content: "\f96b"; }
 
 .fa-pushed:before {
   content: "\f3e1"; }
 
 .fa-puzzle-piece:before {
   content: "\f12e"; }
 
 .fa-python:before {
   content: "\f3e2"; }
 
 .fa-qq:before {
   content: "\f1d6"; }
 
 .fa-qrcode:before {
   content: "\f029"; }
 
 .fa-question:before {
   content: "\f128"; }
 
 .fa-question-circle:before {
   content: "\f059"; }
 
 .fa-quidditch:before {
   content: "\f458"; }
 
 .fa-quinscape:before {
   content: "\f459"; }
 
 .fa-quora:before {
   content: "\f2c4"; }
 
 .fa-quote-left:before {
   content: "\f10d"; }
 
 .fa-quote-right:before {
   content: "\f10e"; }
 
 .fa-quran:before {
   content: "\f687"; }
 
 .fa-r-project:before {
   content: "\f4f7"; }
 
 .fa-radiation:before {
   content: "\f7b9"; }
 
 .fa-radiation-alt:before {
   content: "\f7ba"; }
 
 .fa-rainbow:before {
   content: "\f75b"; }
 
 .fa-random:before {
   content: "\f074"; }
 
 .fa-raspberry-pi:before {
   content: "\f7bb"; }
 
 .fa-ravelry:before {
   content: "\f2d9"; }
 
 .fa-react:before {
   content: "\f41b"; }
 
 .fa-reacteurope:before {
   content: "\f75d"; }
 
 .fa-readme:before {
   content: "\f4d5"; }
 
 .fa-rebel:before {
   content: "\f1d0"; }
 
 .fa-receipt:before {
   content: "\f543"; }
 
 .fa-record-vinyl:before {
   content: "\f8d9"; }
 
 .fa-recycle:before {
   content: "\f1b8"; }
 
 .fa-red-river:before {
   content: "\f3e3"; }
 
 .fa-reddit:before {
   content: "\f1a1"; }
 
 .fa-reddit-alien:before {
   content: "\f281"; }
 
 .fa-reddit-square:before {
   content: "\f1a2"; }
 
 .fa-redhat:before {
   content: "\f7bc"; }
 
 .fa-redo:before {
   content: "\f01e"; }
 
 .fa-redo-alt:before {
   content: "\f2f9"; }
 
 .fa-registered:before {
   content: "\f25d"; }
 
 .fa-remove-format:before {
   content: "\f87d"; }
 
 .fa-renren:before {
   content: "\f18b"; }
 
 .fa-reply:before {
   content: "\f3e5"; }
 
 .fa-reply-all:before {
   content: "\f122"; }
 
 .fa-replyd:before {
   content: "\f3e6"; }
 
 .fa-republican:before {
   content: "\f75e"; }
 
 .fa-researchgate:before {
   content: "\f4f8"; }
 
 .fa-resolving:before {
   content: "\f3e7"; }
 
 .fa-restroom:before {
   content: "\f7bd"; }
 
 .fa-retweet:before {
   content: "\f079"; }
 
 .fa-rev:before {
   content: "\f5b2"; }
 
 .fa-ribbon:before {
   content: "\f4d6"; }
 
 .fa-ring:before {
   content: "\f70b"; }
 
 .fa-road:before {
   content: "\f018"; }
 
 .fa-robot:before {
   content: "\f544"; }
 
 .fa-rocket:before {
   content: "\f135"; }
 
 .fa-rocketchat:before {
   content: "\f3e8"; }
 
 .fa-rockrms:before {
   content: "\f3e9"; }
 
 .fa-route:before {
   content: "\f4d7"; }
 
 .fa-rss:before {
   content: "\f09e"; }
 
 .fa-rss-square:before {
   content: "\f143"; }
 
 .fa-ruble-sign:before {
   content: "\f158"; }
 
 .fa-ruler:before {
   content: "\f545"; }
 
 .fa-ruler-combined:before {
   content: "\f546"; }
 
 .fa-ruler-horizontal:before {
   content: "\f547"; }
 
 .fa-ruler-vertical:before {
   content: "\f548"; }
 
 .fa-running:before {
   content: "\f70c"; }
 
 .fa-rupee-sign:before {
   content: "\f156"; }
 
 .fa-sad-cry:before {
   content: "\f5b3"; }
 
 .fa-sad-tear:before {
   content: "\f5b4"; }
 
 .fa-safari:before {
   content: "\f267"; }
 
 .fa-salesforce:before {
   content: "\f83b"; }
 
 .fa-sass:before {
   content: "\f41e"; }
 
 .fa-satellite:before {
   content: "\f7bf"; }
 
 .fa-satellite-dish:before {
   content: "\f7c0"; }
 
 .fa-save:before {
   content: "\f0c7"; }
 
 .fa-schlix:before {
   content: "\f3ea"; }
 
 .fa-school:before {
   content: "\f549"; }
 
 .fa-screwdriver:before {
   content: "\f54a"; }
 
 .fa-scribd:before {
   content: "\f28a"; }
 
 .fa-scroll:before {
   content: "\f70e"; }
 
 .fa-sd-card:before {
   content: "\f7c2"; }
 
 .fa-search:before {
   content: "\f002"; }
 
 .fa-search-dollar:before {
   content: "\f688"; }
 
 .fa-search-location:before {
   content: "\f689"; }
 
 .fa-search-minus:before {
   content: "\f010"; }
 
 .fa-search-plus:before {
   content: "\f00e"; }
 
 .fa-searchengin:before {
   content: "\f3eb"; }
 
 .fa-seedling:before {
   content: "\f4d8"; }
 
 .fa-sellcast:before {
   content: "\f2da"; }
 
 .fa-sellsy:before {
   content: "\f213"; }
 
 .fa-server:before {
   content: "\f233"; }
 
 .fa-servicestack:before {
   content: "\f3ec"; }
 
 .fa-shapes:before {
   content: "\f61f"; }
 
 .fa-share:before {
   content: "\f064"; }
 
 .fa-share-alt:before {
   content: "\f1e0"; }
 
 .fa-share-alt-square:before {
   content: "\f1e1"; }
 
 .fa-share-square:before {
   content: "\f14d"; }
 
 .fa-shekel-sign:before {
   content: "\f20b"; }
 
 .fa-shield-alt:before {
   content: "\f3ed"; }
 
 .fa-shield-virus:before {
   content: "\f96c"; }
 
 .fa-ship:before {
   content: "\f21a"; }
 
 .fa-shipping-fast:before {
   content: "\f48b"; }
 
 .fa-shirtsinbulk:before {
   content: "\f214"; }
 
 .fa-shoe-prints:before {
   content: "\f54b"; }
 
 .fa-shopify:before {
   content: "\f957"; }
 
 .fa-shopping-bag:before {
   content: "\f290"; }
 
 .fa-shopping-basket:before {
   content: "\f291"; }
 
 .fa-shopping-cart:before {
   content: "\f07a"; }
 
 .fa-shopware:before {
   content: "\f5b5"; }
 
 .fa-shower:before {
   content: "\f2cc"; }
 
 .fa-shuttle-van:before {
   content: "\f5b6"; }
 
 .fa-sign:before {
   content: "\f4d9"; }
 
 .fa-sign-in-alt:before {
   content: "\f2f6"; }
 
 .fa-sign-language:before {
   content: "\f2a7"; }
 
 .fa-sign-out-alt:before {
   content: "\f2f5"; }
 
 .fa-signal:before {
   content: "\f012"; }
 
 .fa-signature:before {
   content: "\f5b7"; }
 
 .fa-sim-card:before {
   content: "\f7c4"; }
 
 .fa-simplybuilt:before {
   content: "\f215"; }
 
 .fa-sistrix:before {
   content: "\f3ee"; }
 
 .fa-sitemap:before {
   content: "\f0e8"; }
 
 .fa-sith:before {
   content: "\f512"; }
 
 .fa-skating:before {
   content: "\f7c5"; }
 
 .fa-sketch:before {
   content: "\f7c6"; }
 
 .fa-skiing:before {
   content: "\f7c9"; }
 
 .fa-skiing-nordic:before {
   content: "\f7ca"; }
 
 .fa-skull:before {
   content: "\f54c"; }
 
 .fa-skull-crossbones:before {
   content: "\f714"; }
 
 .fa-skyatlas:before {
   content: "\f216"; }
 
 .fa-skype:before {
   content: "\f17e"; }
 
 .fa-slack:before {
   content: "\f198"; }
 
 .fa-slack-hash:before {
   content: "\f3ef"; }
 
 .fa-slash:before {
   content: "\f715"; }
 
 .fa-sleigh:before {
   content: "\f7cc"; }
 
 .fa-sliders-h:before {
   content: "\f1de"; }
 
 .fa-slideshare:before {
   content: "\f1e7"; }
 
 .fa-smile:before {
   content: "\f118"; }
 
 .fa-smile-beam:before {
   content: "\f5b8"; }
 
 .fa-smile-wink:before {
   content: "\f4da"; }
 
 .fa-smog:before {
   content: "\f75f"; }
 
 .fa-smoking:before {
   content: "\f48d"; }
 
 .fa-smoking-ban:before {
   content: "\f54d"; }
 
 .fa-sms:before {
   content: "\f7cd"; }
 
 .fa-snapchat:before {
   content: "\f2ab"; }
 
 .fa-snapchat-ghost:before {
   content: "\f2ac"; }
 
 .fa-snapchat-square:before {
   content: "\f2ad"; }
 
 .fa-snowboarding:before {
   content: "\f7ce"; }
 
 .fa-snowflake:before {
   content: "\f2dc"; }
 
 .fa-snowman:before {
   content: "\f7d0"; }
 
 .fa-snowplow:before {
   content: "\f7d2"; }
 
 .fa-soap:before {
   content: "\f96e"; }
 
 .fa-socks:before {
   content: "\f696"; }
 
 .fa-solar-panel:before {
   content: "\f5ba"; }
 
 .fa-sort:before {
   content: "\f0dc"; }
 
 .fa-sort-alpha-down:before {
   content: "\f15d"; }
 
 .fa-sort-alpha-down-alt:before {
   content: "\f881"; }
 
 .fa-sort-alpha-up:before {
   content: "\f15e"; }
 
 .fa-sort-alpha-up-alt:before {
   content: "\f882"; }
 
 .fa-sort-amount-down:before {
   content: "\f160"; }
 
 .fa-sort-amount-down-alt:before {
   content: "\f884"; }
 
 .fa-sort-amount-up:before {
   content: "\f161"; }
 
 .fa-sort-amount-up-alt:before {
   content: "\f885"; }
 
 .fa-sort-down:before {
   content: "\f0dd"; }
 
 .fa-sort-numeric-down:before {
   content: "\f162"; }
 
 .fa-sort-numeric-down-alt:before {
   content: "\f886"; }
 
 .fa-sort-numeric-up:before {
   content: "\f163"; }
 
 .fa-sort-numeric-up-alt:before {
   content: "\f887"; }
 
 .fa-sort-up:before {
   content: "\f0de"; }
 
 .fa-soundcloud:before {
   content: "\f1be"; }
 
 .fa-sourcetree:before {
   content: "\f7d3"; }
 
 .fa-spa:before {
   content: "\f5bb"; }
 
 .fa-space-shuttle:before {
   content: "\f197"; }
 
 .fa-speakap:before {
   content: "\f3f3"; }
 
 .fa-speaker-deck:before {
   content: "\f83c"; }
 
 .fa-spell-check:before {
   content: "\f891"; }
 
 .fa-spider:before {
   content: "\f717"; }
 
 .fa-spinner:before {
   content: "\f110"; }
 
 .fa-splotch:before {
   content: "\f5bc"; }
 
 .fa-spotify:before {
   content: "\f1bc"; }
 
 .fa-spray-can:before {
   content: "\f5bd"; }
 
 .fa-square:before {
   content: "\f0c8"; }
 
 .fa-square-full:before {
   content: "\f45c"; }
 
 .fa-square-root-alt:before {
   content: "\f698"; }
 
 .fa-squarespace:before {
   content: "\f5be"; }
 
 .fa-stack-exchange:before {
   content: "\f18d"; }
 
 .fa-stack-overflow:before {
   content: "\f16c"; }
 
 .fa-stackpath:before {
   content: "\f842"; }
 
 .fa-stamp:before {
   content: "\f5bf"; }
 
 .fa-star:before {
   content: "\f005"; }
 
 .fa-star-and-crescent:before {
   content: "\f699"; }
 
 .fa-star-half:before {
   content: "\f089"; }
 
 .fa-star-half-alt:before {
   content: "\f5c0"; }
 
 .fa-star-of-david:before {
   content: "\f69a"; }
 
 .fa-star-of-life:before {
   content: "\f621"; }
 
 .fa-staylinked:before {
   content: "\f3f5"; }
 
 .fa-steam:before {
   content: "\f1b6"; }
 
 .fa-steam-square:before {
   content: "\f1b7"; }
 
 .fa-steam-symbol:before {
   content: "\f3f6"; }
 
 .fa-step-backward:before {
   content: "\f048"; }
 
 .fa-step-forward:before {
   content: "\f051"; }
 
 .fa-stethoscope:before {
   content: "\f0f1"; }
 
 .fa-sticker-mule:before {
   content: "\f3f7"; }
 
 .fa-sticky-note:before {
   content: "\f249"; }
 
 .fa-stop:before {
   content: "\f04d"; }
 
 .fa-stop-circle:before {
   content: "\f28d"; }
 
 .fa-stopwatch:before {
   content: "\f2f2"; }
 
 .fa-stopwatch-20:before {
   content: "\f96f"; }
 
 .fa-store:before {
   content: "\f54e"; }
 
 .fa-store-alt:before {
   content: "\f54f"; }
 
 .fa-store-alt-slash:before {
   content: "\f970"; }
 
 .fa-store-slash:before {
   content: "\f971"; }
 
 .fa-strava:before {
   content: "\f428"; }
 
 .fa-stream:before {
   content: "\f550"; }
 
 .fa-street-view:before {
   content: "\f21d"; }
 
 .fa-strikethrough:before {
   content: "\f0cc"; }
 
 .fa-stripe:before {
   content: "\f429"; }
 
 .fa-stripe-s:before {
   content: "\f42a"; }
 
 .fa-stroopwafel:before {
   content: "\f551"; }
 
 .fa-studiovinari:before {
   content: "\f3f8"; }
 
 .fa-stumbleupon:before {
   content: "\f1a4"; }
 
 .fa-stumbleupon-circle:before {
   content: "\f1a3"; }
 
 .fa-subscript:before {
   content: "\f12c"; }
 
 .fa-subway:before {
   content: "\f239"; }
 
 .fa-suitcase:before {
   content: "\f0f2"; }
 
 .fa-suitcase-rolling:before {
   content: "\f5c1"; }
 
 .fa-sun:before {
   content: "\f185"; }
 
 .fa-superpowers:before {
   content: "\f2dd"; }
 
 .fa-superscript:before {
   content: "\f12b"; }
 
 .fa-supple:before {
   content: "\f3f9"; }
 
 .fa-surprise:before {
   content: "\f5c2"; }
 
 .fa-suse:before {
   content: "\f7d6"; }
 
 .fa-swatchbook:before {
   content: "\f5c3"; }
 
 .fa-swift:before {
   content: "\f8e1"; }
 
 .fa-swimmer:before {
   content: "\f5c4"; }
 
 .fa-swimming-pool:before {
   content: "\f5c5"; }
 
 .fa-symfony:before {
   content: "\f83d"; }
 
 .fa-synagogue:before {
   content: "\f69b"; }
 
 .fa-sync:before {
   content: "\f021"; }
 
 .fa-sync-alt:before {
   content: "\f2f1"; }
 
 .fa-syringe:before {
   content: "\f48e"; }
 
 .fa-table:before {
   content: "\f0ce"; }
 
 .fa-table-tennis:before {
   content: "\f45d"; }
 
 .fa-tablet:before {
   content: "\f10a"; }
 
 .fa-tablet-alt:before {
   content: "\f3fa"; }
 
 .fa-tablets:before {
   content: "\f490"; }
 
 .fa-tachometer-alt:before {
   content: "\f3fd"; }
 
 .fa-tag:before {
   content: "\f02b"; }
 
 .fa-tags:before {
   content: "\f02c"; }
 
 .fa-tape:before {
   content: "\f4db"; }
 
 .fa-tasks:before {
   content: "\f0ae"; }
 
 .fa-taxi:before {
   content: "\f1ba"; }
 
 .fa-teamspeak:before {
   content: "\f4f9"; }
 
 .fa-teeth:before {
   content: "\f62e"; }
 
 .fa-teeth-open:before {
   content: "\f62f"; }
 
 .fa-telegram:before {
   content: "\f2c6"; }
 
 .fa-telegram-plane:before {
   content: "\f3fe"; }
 
 .fa-temperature-high:before {
   content: "\f769"; }
 
 .fa-temperature-low:before {
   content: "\f76b"; }
 
 .fa-tencent-weibo:before {
   content: "\f1d5"; }
 
 .fa-tenge:before {
   content: "\f7d7"; }
 
 .fa-terminal:before {
   content: "\f120"; }
 
 .fa-text-height:before {
   content: "\f034"; }
 
 .fa-text-width:before {
   content: "\f035"; }
 
 .fa-th:before {
   content: "\f00a"; }
 
 .fa-th-large:before {
   content: "\f009"; }
 
 .fa-th-list:before {
   content: "\f00b"; }
 
 .fa-the-red-yeti:before {
   content: "\f69d"; }
 
 .fa-theater-masks:before {
   content: "\f630"; }
 
 .fa-themeco:before {
   content: "\f5c6"; }
 
 .fa-themeisle:before {
   content: "\f2b2"; }
 
 .fa-thermometer:before {
   content: "\f491"; }
 
 .fa-thermometer-empty:before {
   content: "\f2cb"; }
 
 .fa-thermometer-full:before {
   content: "\f2c7"; }
 
 .fa-thermometer-half:before {
   content: "\f2c9"; }
 
 .fa-thermometer-quarter:before {
   content: "\f2ca"; }
 
 .fa-thermometer-three-quarters:before {
   content: "\f2c8"; }
 
 .fa-think-peaks:before {
   content: "\f731"; }
 
 .fa-thumbs-down:before {
   content: "\f165"; }
 
 .fa-thumbs-up:before {
   content: "\f164"; }
 
 .fa-thumbtack:before {
   content: "\f08d"; }
 
 .fa-ticket-alt:before {
   content: "\f3ff"; }
 
 .fa-times:before {
   content: "\f00d"; }
 
 .fa-times-circle:before {
   content: "\f057"; }
 
 .fa-tint:before {
   content: "\f043"; }
 
 .fa-tint-slash:before {
   content: "\f5c7"; }
 
 .fa-tired:before {
   content: "\f5c8"; }
 
 .fa-toggle-off:before {
   content: "\f204"; }
 
 .fa-toggle-on:before {
   content: "\f205"; }
 
 .fa-toilet:before {
   content: "\f7d8"; }
 
 .fa-toilet-paper:before {
   content: "\f71e"; }
 
 .fa-toilet-paper-slash:before {
   content: "\f972"; }
 
 .fa-toolbox:before {
   content: "\f552"; }
 
 .fa-tools:before {
   content: "\f7d9"; }
 
 .fa-tooth:before {
   content: "\f5c9"; }
 
 .fa-torah:before {
   content: "\f6a0"; }
 
 .fa-torii-gate:before {
   content: "\f6a1"; }
 
 .fa-tractor:before {
   content: "\f722"; }
 
 .fa-trade-federation:before {
   content: "\f513"; }
 
 .fa-trademark:before {
   content: "\f25c"; }
 
 .fa-traffic-light:before {
   content: "\f637"; }
 
 .fa-trailer:before {
   content: "\f941"; }
 
 .fa-train:before {
   content: "\f238"; }
 
 .fa-tram:before {
   content: "\f7da"; }
 
 .fa-transgender:before {
   content: "\f224"; }
 
 .fa-transgender-alt:before {
   content: "\f225"; }
 
 .fa-trash:before {
   content: "\f1f8"; }
 
 .fa-trash-alt:before {
   content: "\f2ed"; }
 
 .fa-trash-restore:before {
   content: "\f829"; }
 
 .fa-trash-restore-alt:before {
   content: "\f82a"; }
 
 .fa-tree:before {
   content: "\f1bb"; }
 
 .fa-trello:before {
   content: "\f181"; }
 
 .fa-tripadvisor:before {
   content: "\f262"; }
 
 .fa-trophy:before {
   content: "\f091"; }
 
 .fa-truck:before {
   content: "\f0d1"; }
 
 .fa-truck-loading:before {
   content: "\f4de"; }
 
 .fa-truck-monster:before {
   content: "\f63b"; }
 
 .fa-truck-moving:before {
   content: "\f4df"; }
 
 .fa-truck-pickup:before {
   content: "\f63c"; }
 
 .fa-tshirt:before {
   content: "\f553"; }
 
 .fa-tty:before {
   content: "\f1e4"; }
 
 .fa-tumblr:before {
   content: "\f173"; }
 
 .fa-tumblr-square:before {
   content: "\f174"; }
 
 .fa-tv:before {
   content: "\f26c"; }
 
 .fa-twitch:before {
   content: "\f1e8"; }
 
 .fa-twitter:before {
   content: "\f099"; }
 
 .fa-twitter-square:before {
   content: "\f081"; }
 
 .fa-typo3:before {
   content: "\f42b"; }
 
 .fa-uber:before {
   content: "\f402"; }
 
 .fa-ubuntu:before {
   content: "\f7df"; }
 
 .fa-uikit:before {
   content: "\f403"; }
 
 .fa-umbraco:before {
   content: "\f8e8"; }
 
 .fa-umbrella:before {
   content: "\f0e9"; }
 
 .fa-umbrella-beach:before {
   content: "\f5ca"; }
 
 .fa-underline:before {
   content: "\f0cd"; }
 
 .fa-undo:before {
   content: "\f0e2"; }
 
 .fa-undo-alt:before {
   content: "\f2ea"; }
 
 .fa-uniregistry:before {
   content: "\f404"; }
 
 .fa-unity:before {
   content: "\f949"; }
 
 .fa-universal-access:before {
   content: "\f29a"; }
 
 .fa-university:before {
   content: "\f19c"; }
 
 .fa-unlink:before {
   content: "\f127"; }
 
 .fa-unlock:before {
   content: "\f09c"; }
 
 .fa-unlock-alt:before {
   content: "\f13e"; }
 
 .fa-untappd:before {
   content: "\f405"; }
 
 .fa-upload:before {
   content: "\f093"; }
 
 .fa-ups:before {
   content: "\f7e0"; }
 
 .fa-usb:before {
   content: "\f287"; }
 
 .fa-user:before {
   content: "\f007"; }
 
 .fa-user-alt:before {
   content: "\f406"; }
 
 .fa-user-alt-slash:before {
   content: "\f4fa"; }
 
 .fa-user-astronaut:before {
   content: "\f4fb"; }
 
 .fa-user-check:before {
   content: "\f4fc"; }
 
 .fa-user-circle:before {
   content: "\f2bd"; }
 
 .fa-user-clock:before {
   content: "\f4fd"; }
 
 .fa-user-cog:before {
   content: "\f4fe"; }
 
 .fa-user-edit:before {
   content: "\f4ff"; }
 
 .fa-user-friends:before {
   content: "\f500"; }
 
 .fa-user-graduate:before {
   content: "\f501"; }
 
 .fa-user-injured:before {
   content: "\f728"; }
 
 .fa-user-lock:before {
   content: "\f502"; }
 
 .fa-user-md:before {
   content: "\f0f0"; }
 
 .fa-user-minus:before {
   content: "\f503"; }
 
 .fa-user-ninja:before {
   content: "\f504"; }
 
 .fa-user-nurse:before {
   content: "\f82f"; }
 
 .fa-user-plus:before {
   content: "\f234"; }
 
 .fa-user-secret:before {
   content: "\f21b"; }
 
 .fa-user-shield:before {
   content: "\f505"; }
 
 .fa-user-slash:before {
   content: "\f506"; }
 
 .fa-user-tag:before {
   content: "\f507"; }
 
 .fa-user-tie:before {
   content: "\f508"; }
 
 .fa-user-times:before {
   content: "\f235"; }
 
 .fa-users:before {
   content: "\f0c0"; }
 
 .fa-users-cog:before {
   content: "\f509"; }
 
 .fa-usps:before {
   content: "\f7e1"; }
 
 .fa-ussunnah:before {
   content: "\f407"; }
 
 .fa-utensil-spoon:before {
   content: "\f2e5"; }
 
 .fa-utensils:before {
   content: "\f2e7"; }
 
 .fa-vaadin:before {
   content: "\f408"; }
 
 .fa-vector-square:before {
   content: "\f5cb"; }
 
 .fa-venus:before {
   content: "\f221"; }
 
 .fa-venus-double:before {
   content: "\f226"; }
 
 .fa-venus-mars:before {
   content: "\f228"; }
 
 .fa-viacoin:before {
   content: "\f237"; }
 
 .fa-viadeo:before {
   content: "\f2a9"; }
 
 .fa-viadeo-square:before {
   content: "\f2aa"; }
 
 .fa-vial:before {
   content: "\f492"; }
 
 .fa-vials:before {
   content: "\f493"; }
 
 .fa-viber:before {
   content: "\f409"; }
 
 .fa-video:before {
   content: "\f03d"; }
 
 .fa-video-slash:before {
   content: "\f4e2"; }
 
 .fa-vihara:before {
   content: "\f6a7"; }
 
 .fa-vimeo:before {
   content: "\f40a"; }
 
 .fa-vimeo-square:before {
   content: "\f194"; }
 
 .fa-vimeo-v:before {
   content: "\f27d"; }
 
 .fa-vine:before {
   content: "\f1ca"; }
 
 .fa-virus:before {
   content: "\f974"; }
 
 .fa-virus-slash:before {
   content: "\f975"; }
 
 .fa-viruses:before {
   content: "\f976"; }
 
 .fa-vk:before {
   content: "\f189"; }
 
 .fa-vnv:before {
   content: "\f40b"; }
 
 .fa-voicemail:before {
   content: "\f897"; }
 
 .fa-volleyball-ball:before {
   content: "\f45f"; }
 
 .fa-volume-down:before {
   content: "\f027"; }
 
 .fa-volume-mute:before {
   content: "\f6a9"; }
 
 .fa-volume-off:before {
   content: "\f026"; }
 
 .fa-volume-up:before {
   content: "\f028"; }
 
 .fa-vote-yea:before {
   content: "\f772"; }
 
 .fa-vr-cardboard:before {
   content: "\f729"; }
 
 .fa-vuejs:before {
   content: "\f41f"; }
 
 .fa-walking:before {
   content: "\f554"; }
 
 .fa-wallet:before {
   content: "\f555"; }
 
 .fa-warehouse:before {
   content: "\f494"; }
 
 .fa-water:before {
   content: "\f773"; }
 
 .fa-wave-square:before {
   content: "\f83e"; }
 
 .fa-waze:before {
   content: "\f83f"; }
 
 .fa-weebly:before {
   content: "\f5cc"; }
 
 .fa-weibo:before {
   content: "\f18a"; }
 
 .fa-weight:before {
   content: "\f496"; }
 
 .fa-weight-hanging:before {
   content: "\f5cd"; }
 
 .fa-weixin:before {
   content: "\f1d7"; }
 
 .fa-whatsapp:before {
   content: "\f232"; }
 
 .fa-whatsapp-square:before {
   content: "\f40c"; }
 
 .fa-wheelchair:before {
   content: "\f193"; }
 
 .fa-whmcs:before {
   content: "\f40d"; }
 
 .fa-wifi:before {
   content: "\f1eb"; }
 
 .fa-wikipedia-w:before {
   content: "\f266"; }
 
 .fa-wind:before {
   content: "\f72e"; }
 
 .fa-window-close:before {
   content: "\f410"; }
 
 .fa-window-maximize:before {
   content: "\f2d0"; }
 
 .fa-window-minimize:before {
   content: "\f2d1"; }
 
 .fa-window-restore:before {
   content: "\f2d2"; }
 
 .fa-windows:before {
   content: "\f17a"; }
 
 .fa-wine-bottle:before {
   content: "\f72f"; }
 
 .fa-wine-glass:before {
   content: "\f4e3"; }
 
 .fa-wine-glass-alt:before {
   content: "\f5ce"; }
 
 .fa-wix:before {
   content: "\f5cf"; }
 
 .fa-wizards-of-the-coast:before {
   content: "\f730"; }
 
 .fa-wolf-pack-battalion:before {
   content: "\f514"; }
 
 .fa-won-sign:before {
   content: "\f159"; }
 
 .fa-wordpress:before {
   content: "\f19a"; }
 
 .fa-wordpress-simple:before {
   content: "\f411"; }
 
 .fa-wpbeginner:before {
   content: "\f297"; }
 
 .fa-wpexplorer:before {
   content: "\f2de"; }
 
 .fa-wpforms:before {
   content: "\f298"; }
 
 .fa-wpressr:before {
   content: "\f3e4"; }
 
 .fa-wrench:before {
   content: "\f0ad"; }
 
 .fa-x-ray:before {
   content: "\f497"; }
 
 .fa-xbox:before {
   content: "\f412"; }
 
 .fa-xing:before {
   content: "\f168"; }
 
 .fa-xing-square:before {
   content: "\f169"; }
 
 .fa-y-combinator:before {
   content: "\f23b"; }
 
 .fa-yahoo:before {
   content: "\f19e"; }
 
 .fa-yammer:before {
   content: "\f840"; }
 
 .fa-yandex:before {
   content: "\f413"; }
 
 .fa-yandex-international:before {
   content: "\f414"; }
 
 .fa-yarn:before {
   content: "\f7e3"; }
 
 .fa-yelp:before {
   content: "\f1e9"; }
 
 .fa-yen-sign:before {
   content: "\f157"; }
 
 .fa-yin-yang:before {
   content: "\f6ad"; }
 
 .fa-yoast:before {
   content: "\f2b1"; }
 
 .fa-youtube:before {
   content: "\f167"; }
 
 .fa-youtube-square:before {
   content: "\f431"; }
 
 .fa-zhihu:before {
   content: "\f63f"; }
 
 .sr-only {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px; }
 
 .sr-only-focusable:active, .sr-only-focusable:focus {
   clip: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   position: static;
   width: auto; }
 @font-face {
   font-family: 'Font Awesome 5 Brands';
   font-style: normal;
   font-weight: 400;
   font-display: block;
   src: url(/assets/management/fonts/fa-brands-400-811e1577184066108ceca86d5a624a9012303df5206c5cb0b27d5e3fedcba5a3.eot);
   src: url(/assets/management/fonts/fa-brands-400-811e1577184066108ceca86d5a624a9012303df5206c5cb0b27d5e3fedcba5a3.eot?#iefix) format("embedded-opentype"), url(/assets/management/fonts/fa-brands-400-5d9190292acdd48ba0fc35080f7e7448f3cdf0d79199a4d23f0f49b5341fdf29.woff2) format("woff2"), url(/assets/management/fonts/fa-brands-400-e836c5d5dfc13e18170c5bddefb4fdac7c65ac0ad43a4b431acdc4a98865a260.woff) format("woff"), url(/assets/management/fonts/fa-brands-400-a0c145382acfe59767d1487d6505f349665b685c2885cd91b621d141a292b0f8.ttf) format("truetype"), url(/../fonts/fa-brands-400.svg#fontawesome) format("svg"); }
 
 .fab {
   font-family: 'Font Awesome 5 Brands';
   font-weight: 400; }
 @font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 400;
   font-display: block;
   src: url(/assets/management/fonts/fa-regular-400-01f4416f5db59e2dd6b6fbd9dc32336d99db18f7eb623a49f584d04afd279473.eot);
   src: url(/assets/management/fonts/fa-regular-400-01f4416f5db59e2dd6b6fbd9dc32336d99db18f7eb623a49f584d04afd279473.eot?#iefix) format("embedded-opentype"), url(/assets/management/fonts/fa-regular-400-6a8c8e9e1e7f692c21af1956de163f3d026778e6449fe93a09a671847ca1ae65.woff2) format("woff2"), url(/assets/management/fonts/fa-regular-400-8e2d96198711b63752e5f2f5987b8ffc536df6156a065bdbe28cb7231cad793d.woff) format("woff"), url(/assets/management/fonts/fa-regular-400-f32b94a29060dfec0c797a1dfe111357eb1d682f1aca4ac4b95cf0f4c3e2bfa9.ttf) format("truetype"), url(/../fonts/fa-regular-400.svg#fontawesome) format("svg"); }
 
 .far {
   font-family: 'Font Awesome 5 Free';
   font-weight: 400; }
 @font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 900;
   font-display: block;
   src: url(/assets/management/fonts/fa-solid-900-32501727bb23fc77615b1ec76b5f298ec22198c0f3d6a3e7d6fe4ac3cf315db9.eot);
   src: url(/assets/management/fonts/fa-solid-900-32501727bb23fc77615b1ec76b5f298ec22198c0f3d6a3e7d6fe4ac3cf315db9.eot?#iefix) format("embedded-opentype"), url(/assets/management/fonts/fa-solid-900-7f4d3fd0a705dbf8403298aad91d5de6972e6b5d536068eba8b24954a5a0a8c7.woff2) format("woff2"), url(/assets/management/fonts/fa-solid-900-352f8ead280419dd953d2bc7843386bb9430e8152c2dbd2c2d2494f6b9567ee7.woff) format("woff"), url(/assets/management/fonts/fa-solid-900-231d68cefbc6846fb78cafca8467401a4f371e226418662e8900e3d52adc00ab.ttf) format("truetype"), url(/../fonts/fa-solid-900.svg#fontawesome) format("svg"); }
 
 .fa,
 .fas {
   font-family: 'Font Awesome 5 Free';
   font-weight: 900; }
 
.footable .btn,
.footable .caret {
    display: inline-block;
    vertical-align: middle
}

.footable-details.table,
.footable-details.table *,
.footable.table,
.footable.table * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footable-details.table th,
.footable.table th {
    text-align: left
}

.footable-details.table,
.footable.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.footable .btn.focus,
.footable .btn:focus,
.footable .btn:hover {
    color: #333;
    text-decoration: none
}

.footable .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.footable .btn-default.active,
.footable .btn-default.focus,
.footable .btn-default:active,
.footable .btn-default:focus,
.footable .btn-default:hover,
.footable .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}


.footable .btn-group,
.footable .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.footable .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.footable .btn-group>.btn:first-child {
    margin-left: 0
}

.footable .btn-group-vertical>.btn,
.footable .btn-group>.btn {
    position: relative;
    float: left
}

.footable .btn-group-xs>.btn,
.footable .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.footable .btn-group-sm>.btn,
.footable .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.footable .btn-group-lg>.btn,
.footable .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.footable .caret {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.footable .btn .caret {
    margin-left: 0
}

.form-group {
    margin-bottom: 15px
}


.footable .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.footable .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.footable .input-group-btn {
    position: relative;
    font-size: 0
}

.footable .input-group-addon,
.footable .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.footable .input-group .form-control,
.footable .input-group-addon,
.footable .input-group-btn {
    display: table-cell
}

.footable .input-group-btn:last-child>.btn,
.footable .input-group-btn:last-child>.btn-group,
.footable .input-group-btn>.btn+.btn {
    margin-left: -1px
}

.footable .input-group-btn>.btn {
    position: relative
}

.footable .input-group-btn>.btn:active,
.footable .input-group-btn>.btn:focus,
.footable .input-group-btn>.btn:hover {
    z-index: 2
}

.footable .input-group .form-control:first-child,
.footable .input-group-addon:first-child,
.footable .input-group-btn:first-child>.btn,
.footable .input-group-btn:first-child>.btn-group>.btn,
.footable .input-group-btn:first-child>.dropdown-toggle,
.footable .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.footable .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.footable .input-group .form-control:last-child,
.footable .input-group-addon:last-child,
.footable .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.footable .input-group-btn:first-child>.btn:not(:first-child),
.footable .input-group-btn:last-child>.btn,
.footable .input-group-btn:last-child>.btn-group>.btn,
.footable .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.footable .checkbox,
.footable .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.footable .checkbox label,
.footable .radio label {
    max-width: 100%;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.footable .checkbox input[type=checkbox],
.footable .checkbox-inline input[type=checkbox],
.footable .radio input[type=radio],
.footable .radio-inline input[type=radio] {
    position: absolute;
    margin: 4px 0 0 -20px;
    line-height: normal
}

.footable .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.footable .open>.dropdown-menu {
    display: block
}

.footable .dropdown-menu-right {
    right: 0;
    left: auto
}

.footable .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.footable .dropdown-menu>li>a:focus,
.footable .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.footable .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.footable .pagination>li {
    display: inline
}

.footable .pagination>li:first-child>a,
.footable .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.footable .pagination>li>a,
.footable .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.footable .pagination>li>a:focus,
.footable .pagination>li>a:hover,
.footable .pagination>li>span:focus,
.footable .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.footable .pagination>.active>a,
.footable .pagination>.active>a:focus,
.footable .pagination>.active>a:hover,
.footable .pagination>.active>span,
.footable .pagination>.active>span:focus,
.footable .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.footable .pagination>.disabled>a,
.footable .pagination>.disabled>a:focus,
.footable .pagination>.disabled>a:hover,
.footable .pagination>.disabled>span,
.footable .pagination>.disabled>span:focus,
.footable .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.footable .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.footable .label-default {
    background-color: #777
}

.footable-loader.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.footable .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

table.footable-details,
table.footable>thead>tr.footable-filtering>th div.form-group {
    margin-bottom: 0
}

@media (min-width:768px) {
    .footable .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .footable .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .footable .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .footable .form-inline .input-group .form-control,
    .footable .form-inline .input-group .input-group-addon,
    .footable .form-inline .input-group .input-group-btn {
        width: auto
    }

    .footable .form-inline .input-group>.form-control {
        width: 100%
    }
}

table.footable,
table.footable-details {
    position: relative;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

table.footable-hide-fouc {
    display: none
}

table>tbody>tr>td>span.footable-toggle {
    margin-right: 8px;
    opacity: .3
}

table>tbody>tr>td>span.footable-toggle.last-column {
    margin-left: 8px;
    float: right
}

table.table-condensed>tbody>tr>td>span.footable-toggle {
    margin-right: 5px
}

table.footable-details>tbody>tr>th:nth-child(1) {
    min-width: 40px;
    width: 120px
}

table.footable-details>tbody>tr>td:nth-child(2) {
    word-break: break-all
}

table.footable-details>tbody>tr:first-child>td,
table.footable-details>tbody>tr:first-child>th,
table.footable-details>tfoot>tr:first-child>td,
table.footable-details>tfoot>tr:first-child>th,
table.footable-details>thead>tr:first-child>td,
table.footable-details>thead>tr:first-child>th {
    border-top-width: 0
}

table.footable-details.table-bordered>tbody>tr:first-child>td,
table.footable-details.table-bordered>tbody>tr:first-child>th,
table.footable-details.table-bordered>tfoot>tr:first-child>td,
table.footable-details.table-bordered>tfoot>tr:first-child>th,
table.footable-details.table-bordered>thead>tr:first-child>td,
table.footable-details.table-bordered>thead>tr:first-child>th {
    border-top-width: 1px
}

div.footable-loader {
    vertical-align: middle;
    text-align: center;
    height: 300px;
    position: relative
}

div.footable-loader>span.fooicon {
    display: inline-block;
    opacity: .3;
    font-size: 30px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: fooicon-spin-r 2s infinite linear;
    animation: fooicon-spin-r 2s infinite linear
}

table.footable>tbody>tr.footable-empty>td {
    vertical-align: middle;
    text-align: center;
    font-size: 30px
}

table.footable>tbody>tr>td,
table.footable>tbody>tr>th {
    display: none
}

table.footable>tbody>tr.footable-detail-row>td,
table.footable>tbody>tr.footable-detail-row>th,
table.footable>tbody>tr.footable-empty>td,
table.footable>tbody>tr.footable-empty>th {
    display: table-cell
}

@-webkit-keyframes fooicon-spin-r {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fooicon-spin-r {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fooicon {
    display: inline-block;
    font-size: inherit;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fooicon:after,
.fooicon:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fooicon-loader:before {
    content: "\f01e"
}

.fooicon-plus:before {
    content: "\f067"
}

.fooicon-minus:before {
    content: "\f068"
}

.fooicon-search:before {
    content: "\f002"
}

.fooicon-remove:before {
    content: "\f00d"
}

.fooicon-sort:before {
    content: "\f0dc"
}

.fooicon-sort-asc:before {
    content: "\f160"
}

.fooicon-sort-desc:before {
    content: "\f161"
}

.fooicon-pencil:before {
    content: "\f040"
}

.fooicon-trash:before {
    content: "\f1f8"
}

.fooicon-eye-close:before {
    content: "\f070"
}

.fooicon-flash:before {
    content: "\f0e7"
}

.fooicon-cog:before {
    content: "\f013"
}

.fooicon-stats:before {
    content: "\f080"
}

table.footable>thead>tr.footable-filtering>th {
    border-bottom-width: 1px;
    font-weight: 400
}

.footable-filtering-external.footable-filtering-right,
table.footable.footable-filtering-right>thead>tr.footable-filtering>th,
table.footable>thead>tr.footable-filtering>th {
    text-align: right
}

.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left>thead>tr.footable-filtering>th {
    text-align: left
}

.footable-filtering-external.footable-filtering-center,
.footable-paging-external.footable-paging-center,
table.footable-paging-center>tfoot>tr.footable-paging>td,
table.footable.footable-filtering-center>thead>tr.footable-filtering>th,
table.footable>tfoot>tr.footable-paging>td {
    text-align: center
}

table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
    margin-top: 5px
}

table.footable>thead>tr.footable-filtering>th div.input-group {
    width: 100%
}

.footable-filtering-external ul.dropdown-menu>li>a.checkbox,
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox {
    margin: 0;
    display: block;
    position: relative
}

.footable-filtering-external ul.dropdown-menu>li>a.checkbox>label,
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox>label {
    display: block;
    padding-left: 20px
}

.footable-filtering-external ul.dropdown-menu>li>a.checkbox input[type=checkbox],
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox input[type=checkbox] {
    position: absolute;
    margin-left: -20px
}

@media (min-width:768px) {
    table.footable>thead>tr.footable-filtering>th div.input-group {
        width: auto
    }

    table.footable>thead>tr.footable-filtering>th div.form-group {
        margin-left: 2px;
        margin-right: 2px
    }

    table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
        margin-top: 0
    }
}

table.footable>tbody>tr>td.footable-sortable,
table.footable>tbody>tr>th.footable-sortable,
table.footable>tfoot>tr>td.footable-sortable,
table.footable>tfoot>tr>th.footable-sortable,
table.footable>thead>tr>td.footable-sortable,
table.footable>thead>tr>th.footable-sortable {
    position: relative;
    padding-right: 30px;
    cursor: pointer
}

td.footable-sortable>span.fooicon,
th.footable-sortable>span.fooicon {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    transition: opacity .3s ease-in
}

td.footable-sortable.footable-asc>span.fooicon,
td.footable-sortable.footable-desc>span.fooicon,
td.footable-sortable:hover>span.fooicon,
th.footable-sortable.footable-asc>span.fooicon,
th.footable-sortable.footable-desc>span.fooicon,
th.footable-sortable:hover>span.fooicon {
    opacity: 1
}

table.footable-sorting-disabled td.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover>span.fooicon {
    opacity: 0;
    visibility: hidden
}

.footable-paging-external ul.pagination,
table.footable>tfoot>tr.footable-paging>td>ul.pagination {
    margin: 10px 0 0
}

.footable-paging-external span.label,
table.footable>tfoot>tr.footable-paging>td>span.label {
    display: inline-block;
    margin: 0 0 10px;
    padding: 4px 10px
}

.footable-paging-external.footable-paging-left,
table.footable-paging-left>tfoot>tr.footable-paging>td {
    text-align: left
}

.footable-paging-external.footable-paging-right,
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing,
table.footable-paging-right>tfoot>tr.footable-paging>td {
    text-align: right
}

ul.pagination>li.footable-page {
    display: none
}

ul.pagination>li.footable-page.visible {
    display: inline
}

td.footable-editing {
    width: 90px;
    max-width: 90px
}

table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-view td.footable-editing {
    width: 70px;
    max-width: 70px
}

table.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing {
    width: 50px;
    max-width: 50px
}

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
    width: 0;
    max-width: 0;
    display: none !important
}

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
    text-align: left
}

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
    display: none
}

table.footable-editing.footable-editing-always-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide {
    display: inline-block
}

/* classes attached to <body> */


.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

.fc-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;

  font-size: 1em
}
.fc,
  .fc *,
  .fc *:before,
  .fc *:after {
    box-sizing: border-box;
  }
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em; /* normalize cross-browser */
  }
.fc th {
    text-align: center;
  }
.fc th,
  .fc td {
    vertical-align: top;
    padding: 0;
  }
.fc a[data-navlink] {
    cursor: pointer;
  }
.fc a[data-navlink]:hover {
    text-decoration: underline;
  }
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-theme-standard td,
  .fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
  .fc-liquid-hack th {
    position: relative;
  }

@font-face {
  font-family: 'fcicons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}
/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {

  /* reset */

}
.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
.fc .fc-button {
    -webkit-appearance: button;
  }
.fc .fc-button:not(:disabled) {
    cursor: pointer;
  }
.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
.fc {

  /* theme */

}
.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
  }
.fc .fc-button:hover {
    text-decoration: none;
  }
.fc .fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  }
.fc .fc-button:disabled {
    opacity: 0.65;
  }
.fc {

  /* "primary" coloring */

}
.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50);
  }
.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f);
  }
.fc .fc-button-primary:disabled { /* not DRY */
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
  }
.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc .fc-button-primary:not(:disabled):active,
  .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27);
  }
.fc .fc-button-primary:not(:disabled):active:focus,
  .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc {

  /* icons within buttons */

}
.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
  }
.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
.fc .fc-button-group > .fc-button {
    position: relative;
    flex: 1 1 auto;
  }
.fc .fc-button-group > .fc-button:hover {
    z-index: 1;
  }
.fc .fc-button-group > .fc-button:focus,
  .fc .fc-button-group > .fc-button:active,
  .fc .fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
  }
.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
  }
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
  }
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
    flex-direction: row-reverse;
  }
.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative; /* for abs-positioned elements within */
  }
.fc .fc-scroller-liquid {
    height: 100%;
  }
.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
      /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
      /* TODO: demonstrate in codepen */
  }
.fc .fc-scroller-harness-liquid {
    height: 100%;
  }
.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
    direction: rtl;
  }
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
  }
.fc .fc-scrollgrid,
    .fc .fc-scrollgrid table { /* all tables (self included) */
      width: 100%; /* because tables don't normally do this */
      table-layout: fixed;
    }
.fc .fc-scrollgrid table { /* inner tables */
      border-top-style: hidden;
      border-left-style: hidden;
      border-right-style: hidden;
    }
.fc .fc-scrollgrid {

    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;

  }
.fc .fc-scrollgrid-liquid {
    height: 100%;
  }
.fc .fc-scrollgrid-section { /* a <tr> */
    height: 1px /* better than 0, for firefox */

  }
.fc .fc-scrollgrid-section > td {
      height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
    }
.fc .fc-scrollgrid-section table {
      height: 1px;
        /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
        /* serves as a min-height. harmless */
    }
.fc .fc-scrollgrid-section-liquid {
    height: auto

  }
.fc .fc-scrollgrid-section-liquid > td {
      height: 100%; /* better than `auto`, for firefox */
    }
.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
  }
.fc .fc-scrollgrid-section-header > *,
  .fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
  }
.fc .fc-scrollgrid-section-body table,
  .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden; /* head keeps its bottom border tho */
  }
.fc {

  /* stickiness */

}
.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: -webkit-sticky;
    position: sticky;
    z-index: 2; /* TODO: var */
    /* TODO: box-shadow when sticking */
  }
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0; /* because border-sharing causes a gap at the top */
      /* TODO: give safari -1. has bug */
  }
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
  }
.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
    height: 1px; /* needs height to create scrollbars */
    margin-bottom: -1px;
  }
.fc-sticky { /* no .fc wrap because used as child of body */
  position: -webkit-sticky;
  position: sticky;
}
.fc .fc-view-harness {
    flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
    position: relative;
  }
.fc {

  /* when the harness controls the height, make the view liquid */

}
.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.fc .fc-col-header-cell-cushion {
    display: inline-block; /* x-browser for when sticky (when multi-tier header) */
    padding: 2px 4px;
  }
.fc .fc-bg-event,
  .fc .fc-non-business,
  .fc .fc-highlight {
    /* will always have a harness with position:relative/absolute, so absolutely expand */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc .fc-non-business {
    background: rgba(215, 215, 215, 0.3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
  }
.fc .fc-bg-event {
    background: rgb(143, 223, 130);
    background: var(--fc-bg-event-color, rgb(143, 223, 130));
    opacity: 0.3;
    opacity: var(--fc-bg-event-opacity, 0.3)
  }
.fc .fc-bg-event .fc-event-title {
      margin: .5em;
      font-size: .85em;
      font-size: var(--fc-small-font-size, .85em);
      font-style: italic;
    }
.fc .fc-highlight {
    background: rgba(188, 232, 241, 0.3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
  }
.fc .fc-cell-shaded,
  .fc .fc-day-disabled {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}
/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}
/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
  }
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
    opacity: 0.75;
  }
.fc-event-dragging.fc-event-selected { /* TOUCH */
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  }
/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
  }
.fc-event:hover, /* MOUSE */
.fc-event-selected { /* TOUCH */

}
.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
    display: block;
  }
.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)

    /* expand hit area */

  }
.fc-event-selected .fc-event-resizer:before {
      content: '';
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
    }
/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)

  /* expand hit area (subclasses should expand) */

}
.fc-event-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc-event-selected {

  /* dimmer effect */

}
.fc-event-selected:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 1;

    /* assume there's a border on all sides. overcome it. */
    /* sometimes there's NOT a border, in which case the dimmer will go over */
    /* an adjacent border, which looks fine. */
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}
.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
  }
.fc-h-event .fc-event-main-frame {
    display: flex; /* for make fc-event-title-container expand */
  }
.fc-h-event .fc-event-time {
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
  }
.fc-h-event .fc-event-title {
    display: inline-block; /* need this to be sticky cross-browser */
    vertical-align: top; /* for not messing up line-height */
    left: 0;  /* for sticky */
    right: 0; /* for sticky */
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}


:root {
  --fc-daygrid-event-dot-width: 8px;
}
.fc .fc-popover {
    position: fixed;
    top: 0; /* for when not positioned yet */
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
  }
.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px;
  }
.fc .fc-popover-title {
    margin: 0 2px;
  }
.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
  }
.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
  }
.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */
}
.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table; }
.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-body { /* a <div> that wraps the table */
    position: relative;
    z-index: 1; /* container inner z-index's because <tr>s can't do it */
  }
.fc .fc-daygrid-day.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
  }
.fc {

  /* cell top */

}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
  }
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
  }
.fc {

  /* day number (within cell top) */

}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
  }
.fc {

  /* event container */

}
.fc .fc-daygrid-day-events {
    margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
  }
.fc {

  /* positioning for balanced vs natural */

}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
      position: absolute;
      left: 0;
      right: 0;
    }
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
      position: relative; /* for containing abs positioned event harnesses */
      min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
    }
.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
  }
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
      margin-bottom: 1em;
    }
.fc {

  /* event harness */

}
.fc .fc-daygrid-event-harness {
    position: relative;
  }
.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0; /* fallback coords for when cannot yet be computed */
    left: 0; /* */
    right: 0; /* */
  }
.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0;
  }
.fc {

  /* bg content */

}
.fc .fc-daygrid-day-bg .fc-non-business { z-index: 1 }
.fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2 }
.fc .fc-daygrid-day-bg .fc-highlight { z-index: 3 }
.fc {

  /* events */

}
.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
  }
.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7;
  }
.fc {

  /* cell bottom (within day-events) */

}
.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    margin: 2px 3px 0;
  }
.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
  }
.fc {

  /* week number (within frame) */

}
.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    color: #808080;
    color: var(--fc-neutral-text-color, #808080);
  }
.fc {

  /* popover */

}
.fc .fc-more-popover {
    z-index: 8;
  }
.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px;
  }
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0;
  }
.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px;
  }
.fc-liquid-hack .fc-daygrid-day-frame {
    position: static; /* will cause inner absolute stuff to expand to <td> */
  }
.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
}
/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
  }
.fc-daygrid-block-event .fc-event-time,
  .fc-daygrid-block-event .fc-event-title {
    padding: 1px;
  }
/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0

}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
    overflow: hidden;
    font-weight: bold;
  }
.fc-daygrid-dot-event:hover,
  .fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, 0.1);
  }
.fc-daygrid-dot-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}
/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
  }
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
  }


/*
A VERTICAL event
*/

.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%;
  }

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden;
  }

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0; /* important for allowing to shrink all the way */
  }

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
    top: 0;
    bottom: 0;
    max-height: 100%; /* clip overflow */
    overflow: hidden;
  }

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.fc-v-event.fc-event-selected:before {
    /* expand hit area */
    left: -10px;
    right: -10px;
  }

.fc-v-event {

  /* resizer (mouse AND touch) */

}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize;
  }

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize;
  }

.fc-v-event {

  /* resizer for MOUSE */

}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
      height: 8px;
      height: var(--fc-event-resizer-thickness, 8px);
      left: 0;
      right: 0;
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event {

  /* resizer for TOUCH (when event is "selected") */

}

.fc-v-event.fc-event-selected .fc-event-resizer {
      left: 50%;
      margin-left: -4px;
      margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }
.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
    z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
  }
.fc .fc-timegrid-divider {
    padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
  }
.fc .fc-timegrid-body {
    position: relative;
    z-index: 1; /* scope the z-indexes of slots and cols */
    min-height: 100%; /* fill height always, even when slat table doesn't grow */
  }
.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
    position: relative /* offset parent for now-indicator-container */

  }
.fc .fc-timegrid-axis-chunk > table {
      position: relative;
      z-index: 1; /* above the now-indicator-container */
    }
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
  }
.fc .fc-timegrid-slot { /* a <td> */
    height: 1.5em;
    border-bottom: 0 /* each cell owns its top border */
  }
.fc .fc-timegrid-slot:empty:before {
      content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
    }
.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
  }
.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
  }
.fc .fc-timegrid-slot-label {
    vertical-align: middle; /* vertical align the slots */
  }
.fc {


  /* slots AND axis cells (top-left corner of view including the "all-day" text) */

}
.fc .fc-timegrid-axis-cushion,
  .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
  }
.fc {


  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */

}
.fc .fc-timegrid-axis-frame-liquid {
    height: 100%; /* will need liquid-hack in FF */
  }
.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center; /* vertical align */
    justify-content: flex-end; /* horizontal align. matches text-align below */
  }
.fc .fc-timegrid-axis-cushion {
    max-width: 60px; /* limits the width of the "all-day" text */
    flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
  }
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
  }
.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
  }
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc .fc-timegrid-col.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-timegrid-col-frame {
    min-height: 100%; /* liquid-hack is below */
    position: relative;
  }
.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc-media-screen .fc-timegrid-cols {
    position: absolute; /* no z-index. children will decide and go above slots */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
.fc-media-screen .fc-timegrid-cols > table {
      height: 100%;
    }
.fc-media-screen .fc-timegrid-col-bg,
  .fc-media-screen .fc-timegrid-col-events,
  .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
.fc-media-screen .fc-timegrid-event-harness {
    position: absolute; /* top/left/right/bottom will all be set by JS */
  }
.fc {

  /* bg */

}
.fc .fc-timegrid-col-bg {
    z-index: 2; /* TODO: kill */
  }
.fc .fc-timegrid-col-bg .fc-non-business { z-index: 1 }
.fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2 }
.fc .fc-timegrid-col-bg .fc-highlight { z-index: 3 }
.fc .fc-timegrid-bg-harness {
    position: absolute; /* top/bottom will be set by JS */
    left: 0;
    right: 0;
  }
.fc {

  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */

}
.fc .fc-timegrid-col-events {
    z-index: 3;
    /* child event segs have z-indexes that are scoped within this div */
  }
.fc {

  /* now indicator */

}
.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
    /* z-index is set on the individual elements */
  }
.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
  }
.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
  }
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event { /* events need to be root */

  font-size: .85em;

  font-size: var(--fc-small-font-size, .85em);
  border-radius: 3px

}
.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
  }
.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    margin-bottom: 1px;
  }
.fc-timegrid-event-condensed .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
  }
.fc-timegrid-event-condensed .fc-event-time:after {
    content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
  }
.fc-timegrid-event-condensed .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
  }
.fc-media-screen .fc-timegrid-event {
    position: absolute; /* absolute WITHIN the harness */
    top: 0;
    bottom: 1px; /* stay away from bottom slot line */
    left: 0;
    right: 0;
  }
.fc {

  /* line */

}
.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0;
  }
.fc {

  /* arrow */

}
.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px; /* vertically center on top coordinate */
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
  }
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;

    /* triangle pointing right. TODO: mixin */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;

    /* triangle pointing left. TODO: mixin */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }


:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}
.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
.fc {

  /* message when no events */

}
.fc .fc-list-empty {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* vertically aligns fc-list-empty-inner */
  }
.fc .fc-list-empty-cushion {
    margin: 5em 0;
  }
.fc {

  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-table {
    width: 100%;
    border-style: hidden; /* kill outer border on theme */
  }
.fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0;
  }
.fc .fc-list-sticky .fc-list-day > * { /* the cells */
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      background: #fff;
      background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
    }
.fc .fc-list-table th {
    padding: 0; /* uses an inner-wrapper instead... */
  }
.fc .fc-list-table td,
  .fc .fc-list-day-cushion {
    padding: 8px 14px;
  }
.fc {


  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; /* clear floating */
    }
.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}
/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic { padding-right: 0 }
.fc-direction-rtl .fc-list-table .fc-list-event-graphic { padding-left: 0 }
.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer; /* whole row will seem clickable */
  }
.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
  }
.fc {

  /* shrink certain cols */

}
.fc .fc-list-event-graphic,
  .fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px;
  }
.fc .fc-list-event-dot {
    display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
  }
.fc {

  /* reset <a> styling */

}
.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none;
  }
.fc {

  /* underline link when hovering over any part of row */

}
.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline;
  }



  .fc-theme-bootstrap a:not([href]) {
    color: inherit; /* natural color for navlinks */
  }
svg {
    touch-action: none;
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none;
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    box-sizing: content-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

.jvectormap-goback {
    bottom: 10px;
    z-index: 1000;
    padding: 6px;
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.jvectormap-legend-cnt {
    position: absolute;
}

.jvectormap-legend-cnt-h {
    bottom: 0;
    right: 0;
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0;
}

.jvectormap-legend {
    background: black;
    color: white;
    border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jvectormap-legend-tick-text {
    font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 3px;
}
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* required styles */


.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(/assets/management/fonts/la-brands-400-c0e323872bfa597c4ff4f580b46415a86ade6fd6485592e4605383669d7b1b4c.eot);src:url(/assets/management/fonts/la-brands-400-c0e323872bfa597c4ff4f580b46415a86ade6fd6485592e4605383669d7b1b4c.eot?#iefix) format("embedded-opentype"),url(/assets/management/fonts/la-brands-400-ff70c9bc4650cf5e6b12d1feaa7af29ebf0681993fc0c5ffe3658cea0dbd5403.woff2) format("woff2"),url(/assets/management/fonts/la-brands-400-14c633773bd885e7553b31688925829b2eb40ab5080f644bc180eeb14862e493.woff) format("woff"),url(/assets/management/fonts/la-brands-400-fbc9870278f1a9ba97f8c15ce9b065a6312a1a7232f619b5cd11bf117fee9395.ttf) format("truetype"),url(/assets/management/fonts/la-brands-400-af7a9c33faa8c99578de0b17f918a561229911866bc0995e4c119648cb13d3dc.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(/assets/management/fonts/la-regular-400-7dc456f0be714bdeca84b1e2f2124a62a0c020abf8315c5124147f876c5966a7.eot);src:url(/assets/management/fonts/la-regular-400-7dc456f0be714bdeca84b1e2f2124a62a0c020abf8315c5124147f876c5966a7.eot?#iefix) format("embedded-opentype"),url(/assets/management/fonts/la-regular-400-51ca2c00a3e30945e52227147fed9e296dde03af3c4d7589e8e95ca5740037db.woff2) format("woff2"),url(/assets/management/fonts/la-regular-400-7711fabca2d07d9322442f29543531b7e96703a65cebc45890846d020b392f6c.woff) format("woff"),url(/assets/management/fonts/la-regular-400-4b6ab8d0826f891a0bd559493a9837448d2c2ac8ae1bab3850b008111afbd29c.ttf) format("truetype"),url(/assets/management/fonts/la-regular-400-8606b5836eb8527481c002fd74f6fd5d2b0e6df95d4be9560a6fe303aa14b5a6.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(/assets/management/fonts/la-solid-900-8a57f8a90a863c736b625f2dd2089408f6711dc9f232fa9337f109d85584a58f.eot);src:url(/assets/management/fonts/la-solid-900-8a57f8a90a863c736b625f2dd2089408f6711dc9f232fa9337f109d85584a58f.eot?#iefix) format("embedded-opentype"),url(/assets/management/fonts/la-solid-900-10a68e01209d939afa9318ee71601b0a6e10f025d4cd6d98a492d340b73941fb.woff2) format("woff2"),url(/assets/management/fonts/la-solid-900-a0d21b2ab40d48860c6ae95e00c9e9ca12ecb34c23ba3b882ed81340d4509c67.woff) format("woff"),url(/assets/management/fonts/la-solid-900-07ce355990b27cd096df9864e0c102573f0cae020d611aee2578aa3d797e4230.ttf) format("truetype"),url(/assets/management/fonts/la-solid-900-36bf86c3d5cc830ef124dc6dc7359e57e41bc658280ea64b952ed53253827e84.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}
/** Trumbowyg v2.21.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */

#trumbowyg-icons,#trumbowyg-icons svg{height:0;width:0}#trumbowyg-icons{overflow:hidden;visibility:hidden}.trumbowyg-box *,.trumbowyg-box ::after,.trumbowyg-box ::before,.trumbowyg-modal *,.trumbowyg-modal ::after,.trumbowyg-modal ::before{box-sizing:border-box}.trumbowyg-box svg,.trumbowyg-modal svg{width:17px;height:100%;fill:#222}.trumbowyg-box,.trumbowyg-editor{display:block;position:relative;border:1px solid #DDD;width:100%;min-height:300px;margin:17px auto}.trumbowyg-box .trumbowyg-editor{margin:0 auto}.trumbowyg-box.trumbowyg-fullscreen{background:#FEFEFE;border:none!important}.trumbowyg-editor,.trumbowyg-textarea{position:relative;box-sizing:border-box;padding:20px;min-height:300px;width:100%;border-style:none;resize:none;outline:0;overflow:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.trumbowyg-editor.trumbowyg-autogrow-on-enter,.trumbowyg-textarea.trumbowyg-autogrow-on-enter{transition:height .3s ease-out}.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:transparent!important;text-shadow:0 0 7px #333}@media screen and (min-width:0 \0){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6)!important}}@supports (-ms-accelerator:true){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6)!important}}.trumbowyg-box-blur .trumbowyg-editor hr,.trumbowyg-box-blur .trumbowyg-editor img{opacity:.2}.trumbowyg-textarea{position:relative;display:block;overflow:auto;border:none;font-size:14px;font-family:Inconsolata,Consolas,Courier,"Courier New",sans-serif;line-height:18px}.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea{height:1px!important;width:25%;min-height:0!important;padding:0!important;background:0 0;opacity:0!important}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea{display:block;margin-bottom:1px}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor{display:none}.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea{opacity:.8;background:0 0}.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before{content:attr(placeholder);color:#999;pointer-events:none}.trumbowyg-button-pane{width:100%;min-height:36px;background:#ecf0f1;border-bottom:1px solid #d7e0e2;margin:0;padding:0 5px;position:relative;list-style-type:none;line-height:10px;backface-visibility:hidden;z-index:11}.trumbowyg-button-pane::after{content:" ";display:block;position:absolute;top:36px;left:0;right:0;width:100%;height:1px;background:#d7e0e2}.trumbowyg-button-pane .trumbowyg-button-group{display:inline-block}.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-button-pane .trumbowyg-button-group::after{content:" ";display:inline-block;width:1px;background:#d7e0e2;margin:0 5px;height:35px;vertical-align:top}.trumbowyg-button-pane .trumbowyg-button-group:last-child::after{content:none}.trumbowyg-button-pane button{display:inline-block;position:relative;width:35px;height:35px;padding:1px 6px!important;margin-bottom:1px;overflow:hidden;border:none;cursor:pointer;background:0 0;vertical-align:middle;transition:background-color 150ms,opacity 150ms}.trumbowyg-button-pane button.trumbowyg-textual-button{width:auto;line-height:35px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.trumbowyg-button-pane button.trumbowyg-disable,.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button){opacity:.2;cursor:default}.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before{background:#e3e9eb}.trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#FFF;outline:0}.trumbowyg-button-pane .trumbowyg-open-dropdown::after{display:block;content:" ";position:absolute;top:25px;right:3px;height:0;width:0;border:3px solid transparent;border-top-color:#555}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button{padding-left:10px!important;padding-right:18px!important}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after{top:17px;right:7px}.trumbowyg-button-pane .trumbowyg-right{float:right}.trumbowyg-dropdown{max-width:300px;max-height:250px;overflow-y:auto;overflow-x:hidden;white-space:nowrap;border:1px solid #ecf0f1;padding:5px 0;border-top:none;background:#FFF;margin-left:-1px;box-shadow:rgba(0,0,0,.1) 0 2px 3px;z-index:12}.trumbowyg-dropdown button{display:block;width:100%;height:35px;line-height:35px;text-decoration:none;background:#FFF;padding:0 20px 0 10px;color:#333!important;border:none;cursor:pointer;text-align:left;font-size:15px;transition:all 150ms}.trumbowyg-dropdown button:focus,.trumbowyg-dropdown button:hover{background:#ecf0f1}.trumbowyg-dropdown button svg{float:left;margin-right:14px}.trumbowyg-modal{position:absolute;top:0;left:50%;transform:translateX(-50%);max-width:520px;width:100%;height:350px;z-index:12;overflow:hidden;backface-visibility:hidden}.trumbowyg-modal-box{position:absolute;top:0;left:50%;transform:translateX(-50%);max-width:500px;width:calc(100% - 20px);padding-bottom:45px;z-index:1;background-color:#FFF;text-align:center;font-size:14px;box-shadow:rgba(0,0,0,.2) 0 2px 3px;backface-visibility:hidden}.trumbowyg-modal-box .trumbowyg-modal-title{font-size:24px;font-weight:700;margin:0 0 20px;padding:15px 0 13px;display:block;border-bottom:1px solid #EEE;color:#333;background:#fbfcfc}.trumbowyg-modal-box .trumbowyg-progress{width:100%;height:3px;position:absolute;top:58px}.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar{background:#2BC06A;width:0;height:100%;transition:width 150ms linear}.trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:29px;line-height:29px;overflow:hidden}.trumbowyg-modal-box label .trumbowyg-input-infos{display:block;text-align:left;height:25px;line-height:25px;transition:all 150ms}.trumbowyg-modal-box label .trumbowyg-input-infos span{display:block;color:#69878f;background-color:#fbfcfc;border:1px solid #DEDEDE;padding:0 7px;width:150px}.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-modal-box label.trumbowyg-input-error textarea{border:1px solid #e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos{margin-top:-27px}.trumbowyg-modal-box label input{position:absolute;top:0;right:0;height:27px;line-height:27px;border:1px solid #DEDEDE;background:#fff;font-size:14px;max-width:330px;width:70%;padding:0 7px;transition:all 150ms}.trumbowyg-modal-box label input:focus,.trumbowyg-modal-box label input:hover{outline:0;border:1px solid #95a5a6}.trumbowyg-modal-box label input:focus{background:#fbfcfc}.trumbowyg-modal-box label input[type=checkbox]{left:6px;top:6px;right:auto;height:16px;width:16px}.trumbowyg-modal-box label input[type=checkbox]+.trumbowyg-input-infos span{width:auto;padding-left:25px}.trumbowyg-modal-box .error{margin-top:25px;display:block;color:red}.trumbowyg-modal-box .trumbowyg-modal-button{position:absolute;bottom:10px;right:0;text-decoration:none;color:#FFF;display:block;width:100px;height:35px;line-height:33px;margin:0 10px;background-color:#333;border:none;cursor:pointer;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;font-size:16px;transition:all 150ms}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{right:110px;background:#2bc06a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:#40d47e;outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#25a25a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{color:#555;background:#e6e6e6}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:#fbfbfb;outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#d5d5d5}.trumbowyg-overlay{position:absolute;background-color:rgba(255,255,255,.5);height:100%;width:100%;left:0;display:none;top:0;z-index:10}body.trumbowyg-body-fullscreen{overflow:hidden}.trumbowyg-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:99999}.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen.trumbowyg-box{border:none}.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen .trumbowyg-textarea{height:calc(100% - 37px)!important;overflow:auto}.trumbowyg-fullscreen .trumbowyg-overlay{height:100%!important}.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#222;fill:transparent}.trumbowyg-editor embed,.trumbowyg-editor img,.trumbowyg-editor object,.trumbowyg-editor video{max-width:100%}.trumbowyg-editor img,.trumbowyg-editor video{height:auto}.trumbowyg-editor img{cursor:move}.trumbowyg-editor canvas:focus{outline:0}.trumbowyg-editor.trumbowyg-reset-css{background:#FEFEFE!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;line-height:1.45em!important;color:#333}.trumbowyg-editor.trumbowyg-reset-css a{color:#15c!important;text-decoration:underline!important}.trumbowyg-editor.trumbowyg-reset-css blockquote,.trumbowyg-editor.trumbowyg-reset-css div,.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css p,.trumbowyg-editor.trumbowyg-reset-css ul{box-shadow:none!important;background:0 0!important;margin:0 0 15px!important;line-height:1.4em!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;border:none}.trumbowyg-editor.trumbowyg-reset-css hr,.trumbowyg-editor.trumbowyg-reset-css iframe,.trumbowyg-editor.trumbowyg-reset-css object{margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css blockquote{margin-left:32px!important;font-style:italic!important;color:#555}.trumbowyg-editor.trumbowyg-reset-css ul{list-style:disc}.trumbowyg-editor.trumbowyg-reset-css ol{list-style:decimal}.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css ul{padding-left:20px!important}.trumbowyg-editor.trumbowyg-reset-css ol ol,.trumbowyg-editor.trumbowyg-reset-css ol ul,.trumbowyg-editor.trumbowyg-reset-css ul ol,.trumbowyg-editor.trumbowyg-reset-css ul ul{border:none;margin:2px!important;padding:0 0 0 24px!important}.trumbowyg-editor.trumbowyg-reset-css hr{display:block;height:1px;border:none;border-top:1px solid #CCC}.trumbowyg-editor.trumbowyg-reset-css h1,.trumbowyg-editor.trumbowyg-reset-css h2,.trumbowyg-editor.trumbowyg-reset-css h3,.trumbowyg-editor.trumbowyg-reset-css h4{color:#111;background:0 0;margin:0!important;padding:0!important;font-weight:700}.trumbowyg-editor.trumbowyg-reset-css h1{font-size:32px!important;line-height:38px!important;margin-bottom:20px!important}.trumbowyg-editor.trumbowyg-reset-css h2{font-size:26px!important;line-height:34px!important;margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css h3{font-size:22px!important;line-height:28px!important;margin-bottom:7px!important}.trumbowyg-editor.trumbowyg-reset-css h4{font-size:16px!important;line-height:22px!important;margin-bottom:7px!important}.trumbowyg-dark .trumbowyg-textarea{background:#111;color:#ddd}.trumbowyg-dark .trumbowyg-box{border:1px solid #343434}.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen{background:#111}.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{text-shadow:0 0 7px #ccc}@media screen and (min-width:0 \0){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6)!important}}@supports (-ms-accelerator:true){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6)!important}}.trumbowyg-dark .trumbowyg-box svg{fill:#ecf0f1;color:#ecf0f1}.trumbowyg-dark .trumbowyg-button-pane{background-color:#222;border-bottom-color:#343434}.trumbowyg-dark .trumbowyg-button-pane::after{background:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after{background-color:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after{background-color:#2a2a2a}.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#333}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after{border-top-color:#fff}.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:#ecf0f1;fill:transparent}.trumbowyg-dark .trumbowyg-dropdown{border-color:#222;background:#333;box-shadow:rgba(0,0,0,.3) 0 2px 3px}.trumbowyg-dark .trumbowyg-dropdown button{background:#333;color:#fff!important}.trumbowyg-dark .trumbowyg-dropdown button:focus,.trumbowyg-dark .trumbowyg-dropdown button:hover{background:#222}.trumbowyg-dark .trumbowyg-modal-box{background-color:#222}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title{border-bottom:1px solid #555;color:#fff;background:#3c3c3c}.trumbowyg-dark .trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:27px;line-height:27px;overflow:hidden}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span{color:#eee;background-color:#2f2f2f;border-color:#222}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea{border-color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label input{border-color:#222;color:#eee;background:#333}.trumbowyg-dark .trumbowyg-modal-box label input:focus,.trumbowyg-dark .trumbowyg-modal-box label input:hover{border-color:#626262}.trumbowyg-dark .trumbowyg-modal-box label input:focus{background-color:#2f2f2f}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{background:#1b7943}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:#25a25a}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#176437}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{background:#333;color:#ccc}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:#444}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#111}.trumbowyg-dark .trumbowyg-overlay{background-color:rgba(15,15,15,.6)}
.wickedpicker{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 5px 30px rgba(146, 153, 184,.15);background:#fff;margin:0 auto;border-radius:6px;width:270px;height:130px;font-size:14px;display:none}.wickedpicker__title{background-image:-webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);background-image:linear-gradient(to bottom,#fff 0,#f2f2f2 100%);position:relative;font-size:14px;font-weight:500;background:#f4f5f7;margin:0 auto;padding:12px 11px 10px 15px;color:#272b41;font-size:inherit}.wickedpicker__close{font-family:"Line Awesome Free";font-weight:900;-webkit-transform:translateY(-25%);-moz-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);position:absolute;top:25%;right:10px;color:#34495e;cursor:pointer}.wickedpicker__close:before{content:'\f00d'}.wickedpicker__controls{padding:10px 0;line-height:normal;color:#868eae;margin:0}.wickedpicker__controls__control,.wickedpicker__controls__control--separator{vertical-align:middle;display:inline-block;font-size:inherit;margin:0 auto;width:40px;letter-spacing:1.3px}.wickedpicker__controls__control-down,.wickedpicker__controls__control-up{color:#34495e;position:relative;display:block;margin:3px auto;font-size:18px;cursor:pointer}.wickedpicker__controls__control-up:before{content:'\f106'}.wickedpicker__controls__control-down:after{content:'\f107'}.wickedpicker__controls__control--separator{width:5px}.text-center,.wickedpicker__controls,.wickedpicker__controls__control,.wickedpicker__controls__control--separator,.wickedpicker__controls__control-down,.wickedpicker__controls__control-up,.wickedpicker__title{text-align:center}.hover-state{color:#3498db}.fontello-after:after,.fontello:before,.wickedpicker__controls__control-down:after,.wickedpicker__controls__control-up:before{font-family:"Line Awesome Free";font-style:normal;font-weight:900;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}
/*
Template Name: Striking Dash
Template URI: 
Author: Aazztech
Author URI: 
Version: 1.1.0
NB: this file contains the list of components/scss partial along with the style.scss contents order.
*/
/**                              **
**       TABLE OF CONTENTS       **
**                               **
-----------------------------------*/
/*
  01.COMMON
    -- miixins
    -- utility-classes
    -- keyframes
    -- general

  02.ELEMENTS
    -- background
    -- date-ranger
    -- social
  03.COMPONENTS
    -- navbar
    -- dropdown
    -- sidebar
    -- badges
    -- buttons
    -- alert
    -- avatar
    -- breadcrumb
    -- switch
    -- card
    -- carousel
    -- checkbox
    -- collapse
    -- comments
    -- notification
    -- empty
    -- card-socials
    -- card-charts
    -- profile
    -- table
    -- pagination
    -- modal
    -- progressbar
    -- result
    -- users
    -- input
    -- form
    -- timeline
    -- list
    -- menu
    -- message
    -- tag
    -- datepicker
    -- rate
    -- steps
    -- statistics
    -- spins
    -- upload
    -- pageHeader
    -- skeleton
    -- radio
    -- timepicker
    -- slider
    -- drawer
    -- tabs
    -- select
    -- tooltip
    -- projects
    -- chat
    -- calendar
    -- shop
    -- cart
    -- checkout
    -- table
    -- add-product
    -- order
    -- dashboard-base
    -- icons
    -- search
    -- galleys
    -- 404
    -- app-ui
    -- faq
    -- pricing
    -- note
    -- coming-soon
    -- change-log
    -- banner
    -- Testimonial
    -- fileM
    -- Import
    -- footer
  04. PAGES
    -- social-dashboard
    -- buttons
    -- avatar
    -- badges
    -- card
    -- email
    -- maintenance
    -- map
  
  05. RESPONSIVE CSS
***************************/


.m-btn-center {
  margin: 0 auto;
}

.m-top-0 {
  margin-top: 0px;
}

.m-top-5 {
  margin-top: 5px;
}

.m-top-8 {
  margin-top: 8px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-35 {
  margin-top: 35px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-45 {
  margin-top: 45px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-55 {
  margin-top: 55px;
}

.m-top-60 {
  margin-top: 60px;
}

.m-top-65 {
  margin-top: 65px;
}

.m-top-70 {
  margin-top: 70px;
}

.m-top-75 {
  margin-top: 75px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-85 {
  margin-top: 85px;
}

.m-top-90 {
  margin-top: 90px;
}

.m-top-95 {
  margin-top: 95px;
}

.m-top-100 {
  margin-top: 100px;
}

.m-top-105 {
  margin-top: 105px;
}

.m-top-110 {
  margin-top: 110px;
}

.m-top-115 {
  margin-top: 115px;
}

.m-top-120 {
  margin-top: 120px;
}

.m-top-125 {
  margin-top: 125px;
}

.m-top-130 {
  margin-top: 130px;
}

.m-top-135 {
  margin-top: 135px;
}

.m-top-140 {
  margin-top: 140px;
}

.m-top-145 {
  margin-top: 145px;
}

.m-top-150 {
  margin-top: 150px;
}

.m-right-0 {
  margin-right: 0px;
}

.m-right-5 {
  margin-right: 5px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-right-25 {
  margin-right: 25px;
}

.m-right-30 {
  margin-right: 30px;
}

.m-right-35 {
  margin-right: 35px;
}

.m-right-40 {
  margin-right: 40px;
}

.m-right-45 {
  margin-right: 45px;
}

.m-right-50 {
  margin-right: 50px;
}

.m-right-55 {
  margin-right: 55px;
}

.m-right-60 {
  margin-right: 60px;
}

.m-right-65 {
  margin-right: 65px;
}

.m-right-70 {
  margin-right: 70px;
}

.m-right-75 {
  margin-right: 75px;
}

.m-right-80 {
  margin-right: 80px;
}

.m-right-85 {
  margin-right: 85px;
}

.m-right-90 {
  margin-right: 90px;
}

.m-right-95 {
  margin-right: 95px;
}

.m-right-100 {
  margin-right: 100px;
}

.m-right-105 {
  margin-right: 105px;
}

.m-right-110 {
  margin-right: 110px;
}

.m-right-115 {
  margin-right: 115px;
}

.m-right-120 {
  margin-right: 120px;
}

.m-right-125 {
  margin-right: 125px;
}

.m-right-130 {
  margin-right: 130px;
}

.m-right-135 {
  margin-right: 135px;
}

.m-right-140 {
  margin-right: 140px;
}

.m-right-145 {
  margin-right: 145px;
}

.m-right-150 {
  margin-right: 150px;
}

.m-bottom-0 {
  margin-bottom: 0px;
}

.m-bottom-5 {
  margin-bottom: 5px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-bottom-35 {
  margin-bottom: 35px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.m-bottom-45 {
  margin-bottom: 45px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-bottom-55 {
  margin-bottom: 55px;
}

.m-bottom-60 {
  margin-bottom: 60px;
}

.m-bottom-65 {
  margin-bottom: 65px;
}

.m-bottom-70 {
  margin-bottom: 70px;
}

.m-bottom-75 {
  margin-bottom: 75px;
}

.m-bottom-80 {
  margin-bottom: 80px;
}

.m-bottom-85 {
  margin-bottom: 85px;
}

.m-bottom-90 {
  margin-bottom: 90px;
}

.m-bottom-95 {
  margin-bottom: 95px;
}

.m-bottom-100 {
  margin-bottom: 100px;
}

.m-bottom-105 {
  margin-bottom: 105px;
}

.m-bottom-110 {
  margin-bottom: 110px;
}

.m-bottom-115 {
  margin-bottom: 115px;
}

.m-bottom-120 {
  margin-bottom: 120px;
}

.m-bottom-125 {
  margin-bottom: 125px;
}

.m-bottom-130 {
  margin-bottom: 130px;
}

.m-bottom-135 {
  margin-bottom: 135px;
}

.m-bottom-140 {
  margin-bottom: 140px;
}

.m-bottom-145 {
  margin-bottom: 145px;
}

.m-bottom-150 {
  margin-bottom: 150px;
}

.m-left-0 {
  margin-left: 0px;
}

.m-left-5 {
  margin-left: 5px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-left-15 {
  margin-left: 15px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-25 {
  margin-left: 25px;
}

.m-left-30 {
  margin-left: 30px;
}

.m-left-35 {
  margin-left: 35px;
}

.m-left-40 {
  margin-left: 40px;
}

.m-left-45 {
  margin-left: 45px;
}

.m-left-50 {
  margin-left: 50px;
}

.m-left-55 {
  margin-left: 55px;
}

.m-left-60 {
  margin-left: 60px;
}

.m-left-65 {
  margin-left: 65px;
}

.m-left-70 {
  margin-left: 70px;
}

.m-left-75 {
  margin-left: 75px;
}

.m-left-80 {
  margin-left: 80px;
}

.m-left-85 {
  margin-left: 85px;
}

.m-left-90 {
  margin-left: 90px;
}

.m-left-95 {
  margin-left: 95px;
}

.m-left-100 {
  margin-left: 100px;
}

.m-left-105 {
  margin-left: 105px;
}

.m-left-110 {
  margin-left: 110px;
}

.m-left-115 {
  margin-left: 115px;
}

.m-left-120 {
  margin-left: 120px;
}

.m-left-125 {
  margin-left: 125px;
}

.m-left-130 {
  margin-left: 130px;
}

.m-left-135 {
  margin-left: 135px;
}

.m-left-140 {
  margin-left: 140px;
}

.m-left-145 {
  margin-left: 145px;
}

.m-left-150 {
  margin-left: 150px;
}

.p-left-0 {
  padding-left: 0px;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-left-20 {
  padding-left: 20px;
}

.p-left-21 {
  padding-left: 21px;
}

.p-left-25 {
  padding-left: 25px;
}

.p-left-30 {
  padding-left: 30px;
}

.p-left-35 {
  padding-left: 35px;
}

.p-left-40 {
  padding-left: 40px;
}

.p-left-45 {
  padding-left: 45px;
}

.p-left-50 {
  padding-left: 50px;
}

.p-left-55 {
  padding-left: 55px;
}

.p-left-60 {
  padding-left: 60px;
}

.p-left-65 {
  padding-left: 65px;
}

.p-left-70 {
  padding-left: 70px;
}

.p-left-75 {
  padding-left: 75px;
}

.p-left-80 {
  padding-left: 80px;
}

.p-left-85 {
  padding-left: 85px;
}

.p-left-90 {
  padding-left: 90px;
}

.p-left-95 {
  padding-left: 95px;
}

.p-left-100 {
  padding-left: 100px;
}

.p-left-105 {
  padding-left: 105px;
}

.p-left-110 {
  padding-left: 110px;
}

.p-left-115 {
  padding-left: 115px;
}

.p-left-120 {
  padding-left: 120px;
}

.p-left-125 {
  padding-left: 125px;
}

.p-left-130 {
  padding-left: 130px;
}

.p-left-135 {
  padding-left: 135px;
}

.p-left-140 {
  padding-left: 140px;
}

.p-left-145 {
  padding-left: 145px;
}

.p-left-150 {
  padding-left: 150px;
}

.p-right-0 {
  padding-right: 0px;
}

.p-right-5 {
  padding-right: 5px;
}

.p-right-10 {
  padding-right: 10px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-right-20 {
  padding-right: 20px;
}

.p-right-25 {
  padding-right: 25px;
}

.p-right-30 {
  padding-right: 30px;
}

.p-right-35 {
  padding-right: 35px;
}

.p-right-40 {
  padding-right: 40px;
}

.p-right-45 {
  padding-right: 45px;
}

.p-right-50 {
  padding-right: 50px;
}

.p-right-55 {
  padding-right: 55px;
}

.p-right-60 {
  padding-right: 60px;
}

.p-right-65 {
  padding-right: 65px;
}

.p-right-70 {
  padding-right: 70px;
}

.p-right-75 {
  padding-right: 75px;
}

.p-right-80 {
  padding-right: 80px;
}

.p-right-85 {
  padding-right: 85px;
}

.p-right-90 {
  padding-right: 90px;
}

.p-right-95 {
  padding-right: 95px;
}

.p-right-100 {
  padding-right: 100px;
}

.p-right-105 {
  padding-right: 105px;
}

.p-right-110 {
  padding-right: 110px;
}

.p-right-115 {
  padding-right: 115px;
}

.p-right-120 {
  padding-right: 120px;
}

.p-right-125 {
  padding-right: 125px;
}

.p-right-130 {
  padding-right: 130px;
}

.p-right-135 {
  padding-right: 135px;
}

.p-right-140 {
  padding-right: 140px;
}

.p-right-145 {
  padding-right: 145px;
}

.p-right-150 {
  padding-right: 150px;
}

.p-top-0 {
  padding-top: 0px;
}

.p-top-5 {
  padding-top: 5px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-35 {
  padding-top: 35px;
}

.p-top-40 {
  padding-top: 40px;
}

.p-top-45 {
  padding-top: 45px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-55 {
  padding-top: 55px;
}

.p-top-60 {
  padding-top: 60px;
}

.p-top-65 {
  padding-top: 65px;
}

.p-top-70 {
  padding-top: 70px;
}

.p-top-75 {
  padding-top: 75px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-top-85 {
  padding-top: 85px;
}

.p-top-90 {
  padding-top: 90px;
}

.p-top-95 {
  padding-top: 95px;
}

.p-top-100 {
  padding-top: 100px;
}

.p-top-105 {
  padding-top: 105px;
}

.p-top-110 {
  padding-top: 110px;
}

.p-top-115 {
  padding-top: 115px;
}

.p-top-120 {
  padding-top: 120px;
}

.p-top-125 {
  padding-top: 125px;
}

.p-top-130 {
  padding-top: 130px;
}

.p-top-135 {
  padding-top: 135px;
}

.p-top-140 {
  padding-top: 140px;
}

.p-top-145 {
  padding-top: 145px;
}

.p-top-150 {
  padding-top: 150px;
}

.p-bottom-0 {
  padding-bottom: 0px;
}

.p-bottom-5 {
  padding-bottom: 5px;
}

.p-bottom-10 {
  padding-bottom: 10px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.p-bottom-20 {
  padding-bottom: 20px;
}

.p-bottom-25 {
  padding-bottom: 25px;
}

.p-bottom-30 {
  padding-bottom: 30px;
}

.p-bottom-35 {
  padding-bottom: 35px;
}

.p-bottom-40 {
  padding-bottom: 40px;
}

.p-bottom-45 {
  padding-bottom: 45px;
}

.p-bottom-50 {
  padding-bottom: 50px;
}

.p-bottom-55 {
  padding-bottom: 55px;
}

.p-bottom-60 {
  padding-bottom: 60px;
}

.p-bottom-65 {
  padding-bottom: 65px;
}

.p-bottom-70 {
  padding-bottom: 70px;
}

.p-bottom-75 {
  padding-bottom: 75px;
}

.p-bottom-80 {
  padding-bottom: 80px;
}

.p-bottom-85 {
  padding-bottom: 85px;
}

.p-bottom-90 {
  padding-bottom: 90px;
}

.p-bottom-95 {
  padding-bottom: 95px;
}

.p-bottom-100 {
  padding-bottom: 100px;
}

.p-bottom-105 {
  padding-bottom: 105px;
}

.p-bottom-110 {
  padding-bottom: 110px;
}

.p-bottom-115 {
  padding-bottom: 115px;
}

.p-bottom-120 {
  padding-bottom: 120px;
}

.p-bottom-125 {
  padding-bottom: 125px;
}

.p-bottom-130 {
  padding-bottom: 130px;
}

.p-bottom-135 {
  padding-bottom: 135px;
}

.p-bottom-140 {
  padding-bottom: 140px;
}

.p-bottom-145 {
  padding-bottom: 145px;
}

.p-bottom-150 {
  padding-bottom: 150px;
}

.h-5 {
  height: 5px;
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-25 {
  height: 25px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-50 {
  height: 50px;
}

.h-55 {
  height: 55px;
}

.h-60 {
  height: 60px;
}

.h-65 {
  height: 65px;
}

.h-70 {
  height: 70px;
}

.h-75 {
  height: 75px;
}

.h-80 {
  height: 80px;
}

.h-85 {
  height: 85px;
}

.h-90 {
  height: 90px;
}

.h-95 {
  height: 95px;
}

.h-100 {
  height: 100px;
}

.h-105 {
  height: 105px;
}

.h-110 {
  height: 110px;
}

.h-115 {
  height: 115px;
}

.h-120 {
  height: 120px;
}

.h-125 {
  height: 125px;
}

.h-130 {
  height: 130px;
}

.h-135 {
  height: 135px;
}

.h-140 {
  height: 140px;
}

.h-145 {
  height: 145px;
}

.h-150 {
  height: 150px;
}

.icon-10x10 {
  width: 10px;
  height: 10px;
}

.icon-20x20 {
  width: 20px;
  height: 20px;
}

.icon-30x30 {
  width: 30px;
  height: 30px;
}

.icon-40x40 {
  width: 40px;
  height: 40px;
}

.icon-50x50 {
  width: 50px;
  height: 50px;
}

.icon-60x60 {
  width: 60px;
  height: 60px;
}

.icon-70x70 {
  width: 70px;
  height: 70px;
}

.icon-80x80 {
  width: 80px;
  height: 80px;
}

.icon-90x90 {
  width: 90px;
  height: 90px;
}

.icon-100x100 {
  width: 100px;
  height: 100px;
}

.ss-mb-35px {
  margin-bottom: 35px;
}

.color-primary,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6,
.navbar-right__menu .dropdown-wrapper__more:hover,
.strikingDash-top-menu ul li>ul li a:hover,
.strikingDash-top-menu ul li>ul li a.active,
.strikingDash-top-menu>ul>li a.active,
.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small ul li>a:hover,
.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small ul li>a.active,
.dropdown-default .dropdown-item:hover,
.dropdown-menu .dropdown-item:hover,
.sidebar.collapsed .sidebar__menu-group li a.active,
.sidebar.collapsed .sidebar__menu-group li a:hover,
.sidebar.collapsed .sidebar__menu-group .has-child ul li a:hover,
.sidebar.collapsed .sidebar__menu-group .has-child ul li a.active,
.sidebar__menu-group ul.sidebar_nav li>a:hover,
.sidebar__menu-group ul.sidebar_nav li>a.active,
.sidebar__menu-group ul.sidebar_nav li>a:hover .toggle-icon,
.sidebar__menu-group ul.sidebar_nav li>a:hover .nav-icon,
.sidebar__menu-group ul.sidebar_nav li>a.active .toggle-icon,
.sidebar__menu-group ul.sidebar_nav li>a.active .nav-icon,
.sidebar__menu-group ul.sidebar_nav li ul li>a:hover,
.sidebar__menu-group ul.sidebar_nav li ul li>a.active,
.sidebar-toggle:hover svg,
.sidebar-toggle:hover i,
.sidebar-toggle:hover svg #Path_1,
.sidebar-toggle:hover svg #Path_2,
.sidebar-toggle:hover svg #Path_3,
.badge.badge-outlined.badge-primary,
.badge.badge-transparent.badge-primary,
.atbd-nav-controller .nav .nav-link.active,
.atbd-nav-controller .nav .nav-link:focus,
.atbd-nav-controller .nav .nav-link.active:hover,
.atbd-nav-controller .nav .nav-link:focus:hover,
.avatar.avatar-primary.avatar-transparent,
.avatar .avatar-badge-wrap .badge-icon.badge-icon-primary,
.breadcrumb-main .breadcrumb-action .action-btn .btn i,
.breadcrumb-main .breadcrumb-action .action-btn .btn svg,
.breadcrumb-main .breadcrumb-action .input-container .icon-left svg,
.breadcrumb-main .breadcrumb-action .input-container .icon-left i,
.atbd-breadcrumb__item:first-child a,
.atbd-breadcrumb__item:first-child a span,
.card .card-header .card-tab-links li a.active,
.feature-cards figcaption button,
.custom-checkbox input[type="checkbox"]+label:before,
.performance-stats div:hover span,
.revenue-chart-box__Icon.order-bg-opacity-primary svg,
.orderDatatable_actions li a.revenue-chart-box__Icon.view:hover svg,
.ap-tab-main .nav-link.active,
.ap-post-cc-reply__reaction li a:hover,
.ps-tab .nav-link:hover,
.ps-tab .nav-link.active,
.signUp-condition.signIn-condition a,
.landing-pages-table table tbody td a:hover,
.modal-info-body .modal-info-icon.primary svg,
.user-info-tab .ap-tab-main .nav-item .nav-link.active,
.user-info-tab .ap-tab-main .nav-item .nav-link.active svg,
.project-tap .nav-link.active,
.icon-list-social__link.active,
.timeline-box.timeline-box--2 .timeline-single__content p:hover,
.atbd-menu.menu-horizontal .atbd-menu__item:hover>.atbd-menu__link,
.atbd-menu.menu-horizontal .atbd-menu__item.active>.atbd-menu__link,
.atbd-menu.menu-horizontal .atbd-menu__item:hover>.atbd-menu__link svg,
.atbd-menu.menu-horizontal .atbd-menu__item:hover>.atbd-menu__link img,
.atbd-menu.menu-horizontal .atbd-menu__item.active>.atbd-menu__link svg,
.atbd-menu.menu-horizontal .atbd-menu__item.active>.atbd-menu__link img,
.atbd-submenu li>a:hover,
.atbd-menu.menu-vertical .atbd-menu__item.has-submenu>.atbd-menu__link:hover:before,
.atbd-menu.menu-vertical .atbd-menu__item.has-submenu>.atbd-menu__link:hover .atbd-menu__icon,
.atbd-menu.menu-vertical .atbd-menu__item.has-submenu>.atbd-menu__link:hover .atbd-menu__text,
.atbd-menu.menu-vertical .atbd-menu__item .atbd-menu__link:hover:before,
.atbd-menu.menu-vertical .atbd-menu__item .atbd-menu__link:hover .atbd-menu__icon svg,
.atbd-menu.menu-vertical .atbd-menu__item .atbd-menu__link:hover .atbd-menu__text,
.atbd-pop-message.message-primary .atbd-pop-message__icon i,
.atbd-pop-message.message-primary .atbd-pop-message__icon svg,
.atbd-pop-message.message-primary .atbd-pop-message__icon span,
.atbd-tag.tag-primary.tag-transparented,
.atbd-steps__item.finished .atbd-steps__icon,
.atbd-upload__file li .file-name .name-text,
.page-title-wrap .atbd-breadcrumb__item:first-child a:hover,
.page-title-wrap .atbd-breadcrumb__item a:hover,
.page-info__single span.info-text.color-primary,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected],
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button i,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button svg,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button img,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button.fc-button-active,
.fc-daygrid-day.fc-day-today .fc-daygrid-day-number,
.shop-breadcrumb .action-btn .btn i,
.product-item__body .product-desc-price,
.quantity .bttn:hover,
.product-cart .subtotal,
.order-summery .total-money h5,
.table5 .userDatatable-title .userDatatable-sort i.down,
.order-profile-icon svg,
.search-result form button,
.gallery-filter .ap-tab-main .nav-link.active,
.breadcrumb-main.application-ui .breadcrumb-action .btn-group-toggle .btn:hover,
.faqs-wrapper-tab .nav-link:hover,
.faqs-wrapper-tab .nav-link.active,
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li.has-child.open>a,
.fileM-action__right .dropdown .dropdown-item:hover,
.fileM-action__right .dropdown .dropdown-item:hover svg,
.knowledgebase__list li a:hover,
.knowledgebase__list li .knowledgebase__list-collapsed:hover,
.knowledgebase__more a:hover,
.knowledgebase-adv__content article a:hover,
.knowledgebase-adv .collapse-adv__area .nav-pills .nav-link.active,
.knowledgebase-help-request .knowledgebase__share ul li a:hover,
.post-pagination p a:hover,
.footer-copyright p a:hover,
.footer-menu ul li a:hover,
.atbd-mail-sidebar .mail-list li a:hover i,
.atbd-mail-sidebar .mail-list li a:hover svg,
.atbd-mail-sidebar .mail-list li a:hover span,
.atbd-mail-sidebar .mail-list li a:hover img,
.atbd-mail-sidebar .mail-list li a.active i,
.atbd-mail-sidebar .mail-list li a.active svg,
.atbd-mail-sidebar .mail-list li a.active span,
.atbd-mail-sidebar .mail-list li a.active img,
.mailbox-top .icon-action:hover i,
.mailbox-top .icon-action:hover svg,
.mailbox-top .icon-action.active i,
.mailbox-top .icon-action.active svg,
.mail-details .icon-action:hover i,
.mail-details .icon-action:hover svg,
.mail-details .icon-action.active i,
.mail-details .icon-action.active svg,
.mail-reply__action a:hover,
.mailbox-list__single:hover .mail-content__top .mail-title .badge {
  color: #137efc;
}

.bg-primary,
.daterangepicker .ranges ul li.active,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date:after,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date:before,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:after,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:before,
.daterangepicker.single .calendar-table tbody td.today,
.daterangepicker.single .calendar-table tbody td.active,
.daterangepicker .ranges li.active,
.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small ul li>a:hover:after,
.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small ul li>a.active:after,
.badge-dot.dot-primary,
.btn.btn-transparent-primary:hover,
.atbd-button-group.btn-group-withIcon .btn:hover,
.atbd-nav-controller .nav .nav-link.active:not(:first-child):before,
.avatar.avatar-primary,
.custom-switch .custom-control-input .custom-control-input:checked~.custom-control-label::before,
.custom-switch.switch-primary .custom-control-input:checked~.custom-control-label::before,
.card .card-header .card-tab .btn.btn-white.active:hover,
.card .card-header .card-tab .btn.active,
.card .card-header .card-tab .btn.active:hover,
.card .card-header .card-tab-links li a.active:before,
.feature-cards figcaption button:hover,
.custom-checkbox input[type="checkbox"]:checked+label:after,
.custom-checkbox.checkbox-theme-2 input[type="checkbox"]+label::before,
.ap-tab-main .nav-link:after,
.account-profile-cards__button button.active,
.account-profile #remove_pro_pic,
.notification-content__body .custom-control-input:checked~.custom-control-label::before,
.atbd-pagination__link:hover,
.atbd-pagination__link.active,
.modal-content.modal-bg-primary,
.atbd-menu__link:after,
.atbd-tag.tag-primary,
.atbd-steps__item.finished .atbd-steps__line,
.atbd-steps__item.active .atbd-steps__icon,
.atbd-steps__item.active .atbd-steps__line,
.custom-radio input[type="radio"]:checked+label:after,
.radio-horizontal-list2 .custom-radio input[type="radio"]+label:before,
.atbd-tab .nav-link:after,
.new-member .modal-header .close:hover,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button-primary.fc-button-active,
.fc-daygrid-day .fc-daygrid-event.primary,
.ui-slider .ui-slider-range,
.checkout-progress div.step.current span:nth-of-type(1),
.wizard9 .checkout-progress2 .step.current span:first-child,
.search-keyword ul li a.active,
.ail-light+.ail-btn,
.ail-light:checked+.ail-btn,
.version-list__single ul.version-primary li::after,
.banner-feature--2,
.banner-feature--5,
.banner-feature--8,
.testimonial-slider-global.slick-slider .slick-dots li.slick-active button,
.kb__header-search-form .input-group button,
.mailbar-toggle span {
  background: #137efc;
}

.iborder-primary {
  color: #137efc;
}

.outline-primary {
  border: 1px solid #137efc;
  color: #137efc;
}

.active-color-primary label input:checked+span {
  background: #137efc;
  border-color: #137efc;
}

.circle-primary {
  color: #137efc;
  background: rgba(95, 99, 242, 0.1);
}

.border-primary,
.daterangepicker.show-calendar .calendar-table tbody td.today:after,
.badge.badge-outlined.badge-primary,
.custom-checkbox input[type="checkbox"]:checked+label:after,
.timeline-box .timeline-single__buble.buble-primary,
.atbd-steps__item.finished .atbd-steps__icon,
.atbd-steps__item.active .atbd-steps__icon,
.custom-radio input[type="radio"]:checked+label:after,
.atbd-slider .ui-slider-handle:after,
.size-control-nav .nav-item .nav-link.active {
  border: 1px solid #137efc;
}

.bg-opacity-primary,
.ap-tab-header__img img {
  background: rgba(95, 99, 242, 0.15);
}

.order-bg-opacity-primary,
.orderDatatable_actions li a.view:hover {
  background: rgba(95, 99, 242, 0.1);
}

.hover-primary:hover {
  background: #137efc;
  color: #ffffff;
}

.color-secondary,
.badge.badge-outlined.badge-secondary,
.avatar .avatar-badge-wrap .badge-icon.badge-icon-secondary,
.signUp-admin-right .card .card-header h6 span,
.atbd-tag.tag-secondary.tag-transparented,
.product-item__body .product-discount,
.upload-product-img span a {
  color: #ff69a5;
}

.bg-secondary,
.btn.btn-transparent-secondary:hover,
.custom-switch.switch-secondary .custom-control-input:checked~.custom-control-label::before,
.ffw:hover button,
.ffw:hover button:hover,
.atbd-tag.tag-secondary,
.fc-daygrid-day .fc-daygrid-event.secondary {
  background: #ff69a5;
}

.iborder-secondary {
  color: #ff69a5;
}

.outline-secondary {
  border: 1px solid #ff69a5;
  color: #ff69a5;
}

.active-color-secondary label input:checked+span {
  background: #ff69a5;
  border-color: #ff69a5;
}

.circle-secondary {
  color: #ff69a5;
  background: rgba(255, 105, 165, 0.1);
}

.border-secondary,
.badge.badge-outlined.badge-secondary {
  border: 1px solid #ff69a5;
}

.bg-opacity-secondary {
  background: rgba(255, 105, 165, 0.15);
}

.order-bg-opacity-secondary {
  background: rgba(255, 105, 165, 0.1);
}

.hover-secondary:hover {
  background: #ff69a5;
  color: #ffffff;
}

.color-success,
.badge.badge-transparent.badge-success,
.avatar.avatar-success.avatar-transparent,
.avatar .avatar-badge-wrap .badge-icon.badge-icon-success,
.card-overview-progress .card-progress__bar .progress-upword strong,
.feature-cards6 .card-short .card-short-checkbox .checkbox-text,
.atbd-notification-box.notification-success .atbd-notification-box__icon svg,
.performance-stats__up strong sub,
.revenue-chart-box__Icon.order-bg-opacity-success svg,
.modal-info-body .modal-info-icon.success svg,
.atbd-pop-message.message-success .atbd-pop-message__icon i,
.atbd-pop-message.message-success .atbd-pop-message__icon svg,
.atbd-pop-message.message-success .atbd-pop-message__icon span,
.atbd-tag.tag-success.tag-transparented,
.statistics-item.statistics-success .statistics-item__number,
.product-details__availability .title span.stock,
.select-cupon .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select-cupon .select2-container .select2-selection--single .select2-selection__rendered,
.wizard10 .payment-success-modal .modal-icon span,
.pricing__features ul li span.fa-check {
  color: #20c997;
}

.bg-success,
.badge-dot.dot-success,
.btn.btn-transparent-success:hover,
.avatar.avatar-success,
.custom-switch.switch-success .custom-control-input:checked~.custom-control-label::before,
.feature-cards6 .card-short .card-short-checkbox .custom-checkbox input[type="checkbox"]:checked+label:after,
.label-dot.dot-success,
.sales-target__progress-bar .left,
.top-circle,
.modal-content.modal-bg-success,
.media-ui--completed .progress-icon,
.atbd-tag.tag-success,
.project-task .ptl--hover .custom-checkbox input[type="checkbox"]:checked+label:after,
.todo-task .ptl--hover .custom-checkbox input[type="checkbox"]:checked+label:after,
.avatar-online,
.fc-daygrid-day .fc-daygrid-event.success,
.checkout-progress div.step.completed span:nth-of-type(1),
.wizard9 .checkout-progress2 .step.completed span:first-child,
.wizard7 .checkout-shipping-form .custom-checkbox input[type="checkbox"]:checked+label:after,
.version-list__single ul.version-success li::after,
.kanban-modal__list .custom-checkbox input[type="checkbox"]:checked+label:after,
.task-card__header .checkbox-group .custom-checkbox input[type="checkbox"]:checked+label:after {
  background: #20c997;
}

.iborder-success {
  color: #20c997;
}

.outline-success {
  border: 1px solid #20c997;
  color: #20c997;
}

.active-color-success label input:checked+span {
  background: #20c997;
  border-color: #20c997;
}

.circle-success {
  color: #20c997;
  background: rgba(32, 201, 151, 0.1);
}

.border-success,
.feature-cards6 .card-short .card-short-checkbox .custom-checkbox input[type="checkbox"]:checked+label:after,
.timeline-box .timeline-single__buble.buble-success,
.project-task .ptl--hover .custom-checkbox input[type="checkbox"]:checked+label:after,
.todo-task .ptl--hover .custom-checkbox input[type="checkbox"]:checked+label:after,
.promo-code div a,
.wizard10 .payment-success-modal .modal-icon,
.wizard7 .checkout-shipping-form .custom-checkbox input[type="checkbox"]:checked+label:after,
.kanban-modal__list .custom-checkbox input[type="checkbox"]:checked+label:after,
.task-card__header .checkbox-group .custom-checkbox input[type="checkbox"]:checked+label:after {
  border: 1px solid #20c997;
}

.bg-opacity-success {
  background: rgba(32, 201, 151, 0.15);
}

.order-bg-opacity-success {
  background: rgba(32, 201, 151, 0.1);
}

.hover-success:hover {
  background: #20c997;
  color: #ffffff;
}

.color-info,
.badge.badge-outlined.badge-info,
.badge.badge-transparent.badge-info,
.btn.btn-link,
.avatar.avatar-info,
.avatar .avatar-badge-wrap .badge-icon.badge-icon-info,
.atbd-breadcrumb__item a:hover,
.atbd-breadcrumb__item span:hover,
.atbd-breadcrumb__item:first-child a:hover span,
.atbd-notification-box.notification-info .atbd-notification-box__icon svg,
.table-social a,
.table-social a:hover,
.modal-info-body .modal-info-icon svg,
.atbd-tag.tag-info.tag-transparented {
  color: #2c99ff;
}

.bg-info,
.badge-dot.dot-info,
.btn.btn-transparent-info:hover,
.avatar.avatar-info,
.custom-switch.switch-info .custom-control-input:checked~.custom-control-label::before,
.label-dot.dot-info,
.atbd-tag.tag-info,
.version-list__single ul.version-info li::after,
.banner-feature--3,
.banner-feature--13 {
  background: #2c99ff;
}

.iborder-info {
  color: #2c99ff;
}

.outline-info {
  border: 1px solid #2c99ff;
  color: #2c99ff;
}

.active-color-info label input:checked+span {
  background: #2c99ff;
  border-color: #2c99ff;
}

.circle-info {
  color: #2c99ff;
  background: rgba(44, 153, 255, 0.1);
}

.border-info,
.badge.badge-outlined.badge-info {
  border: 1px solid #2c99ff;
}

.bg-opacity-info {
  background: rgba(44, 153, 255, 0.15);
}

.order-bg-opacity-info,
.orderDatatable_actions li a.edit:hover {
  background: rgba(44, 153, 255, 0.1);
}

.hover-info:hover {
  background: #2c99ff;
  color: #ffffff;
}

.color-warning,
.badge.badge-outlined.badge-warning,
.badge.badge-transparent.badge-warning,
.avatar.avatar-warning.avatar-transparent,
.avatar .avatar-badge-wrap .badge-icon.badge-icon-warning,
.atbd-notification-box.notification-warning .atbd-notification-box__icon svg,
.revenue-chart-box__Icon.order-bg-opacity-warning svg,
.modal-info-body .modal-info-icon.warning svg,
.atbd-pop-message.message-warning .atbd-pop-message__icon i,
.atbd-pop-message.message-warning .atbd-pop-message__icon svg,
.atbd-pop-message.message-warning .atbd-pop-message__icon span,
.atbd-tag.tag-warning.tag-transparented,
.todo-list__right li a.active svg,
.todo-list__right li a.active i,
.stars-rating .star-icon.active,
.stars-rating span.active,
.mailbox-list__single .star-toggle.stared i.lar,
.contact-list .table-actions a.active .feather-star {
  color: #fa8b0c;
}

.bg-warning,
.badge-dot.dot-warning,
.btn.btn-transparent-warning:hover,
.avatar.avatar-warning,
.custom-switch.switch-warning .custom-control-input:checked~.custom-control-label::before,
.label-dot.dot-warning,
.modal-content.modal-bg-warning,
.atbd-tag.tag-warning,
.avatar-offline,
.fc-daygrid-day .fc-daygrid-event.warning,
.banner-feature--10 {
  background: #fa8b0c;
}

.iborder-warning {
  color: #fa8b0c;
}

.outline-warning {
  border: 1px solid #fa8b0c;
  color: #fa8b0c;
}

.active-color-warning label input:checked+span {
  background: #fa8b0c;
  border-color: #fa8b0c;
}

.circle-warning {
  color: #fa8b0c;
  background: rgba(250, 139, 12, 0.1);
}

.border-warning,
.badge.badge-outlined.badge-warning {
  border: 1px solid #fa8b0c;
}

.bg-opacity-warning {
  background: rgba(250, 139, 12, 0.15);
}

.order-bg-opacity-warning {
  background: rgba(250, 139, 12, 0.1);
}

.hover-warning:hover {
  background: #fa8b0c;
  color: #ffffff;
}

.color-danger,
.badge.badge-outlined.badge-danger,
.avatar .avatar-badge-wrap .badge-icon.badge-icon-danger,
.card-overview-progress .card-progress__bar .progress-downword strong,
.atbd-notification-box.notification-danger .atbd-notification-box__icon svg,
.performance-stats__down strong sub,
.modal-info-body .modal-info-icon.danger svg,
.mobile-nav-wrapper .nav-close,
.atbd-pop-message.message-danger .atbd-pop-message__icon i,
.atbd-pop-message.message-danger .atbd-pop-message__icon svg,
.atbd-pop-message.message-danger .atbd-pop-message__icon span,
.atbd-tag.tag-danger.tag-transparented,
.statistics-item.statistics-danger .statistics-item__number,
.atbd-upload__file li.danger .file-name i,
.atbd-upload__file li.danger .file-name svg,
.atbd-upload__file li.danger .file-name span,
.atbd-upload__file li.danger .file-name img,
.atbd-upload__file li .btn-delete,
.like-icon button .icon.las,
.product-cart .table-hover tbody tr:hover .actions button i,
.upload-media-area__btn button svg,
.atbd-mail-sidebar .mailbar-cross svg,
.atbd-mail-sidebar .mailbar-cross i {
  color: #ff4d4f;
}

.bg-danger,
.badge-dot.dot-danger,
.btn.btn-transparent-danger:hover,
.custom-switch.switch-danger .custom-control-input:checked~.custom-control-label::before,
.modal-content.modal-bg-danger,
.atbd-tag.tag-danger,
.banner-feature--11 {
  background: #ff4d4f;
}

.iborder-danger {
  color: #ff4d4f;
}

.outline-danger {
  border: 1px solid #ff4d4f;
  color: #ff4d4f;
}

.active-color-danger label input:checked+span {
  background: #ff4d4f;
  border-color: #ff4d4f;
}

.circle-danger {
  color: #ff4d4f;
  background: rgba(255, 77, 79, 0.1);
}

.border-danger,
.badge.badge-outlined.badge-danger,
.timeline-box .timeline-single__buble.buble-danger {
  border: 1px solid #ff4d4f;
}

.bg-opacity-danger {
  background: rgba(255, 77, 79, 0.15);
}

.order-bg-opacity-danger,
.orderDatatable_actions li a.remove:hover {
  background: rgba(255, 77, 79, 0.1);
}

.hover-danger:hover {
  background: #ff4d4f;
  color: #ffffff;
}

.color-light,
.navbar-right__menu .search-toggle i,
.navbar-right__menu .search-toggle svg,
.navbar-right__mobileAction a svg,
.navbar-right__mobileAction a img,
.strikingDash-top-menu ul li.has-subMenu>a:before,
.strikingDash-top-menu ul li.has-subMenu-left>a:before,
.dropdown-default .dropdown-item,
.dropdown-menu .dropdown-item,
.badge.badge-outlined.badge-light,
.atbd-badge-text,
.badge.badge-transparent.badge-light,
.atbd-nav-controller .nav .nav-link,
.atbd-breadcrumb__item:last-child span,
.custom-checkbox input[type="checkbox"]+label,
.atbd-collapse .atbd-collapse-item__header .item-link i,
.atbd-collapse .atbd-collapse-item__header .item-link span,
.atbd-collapse .atbd-collapse-item__header .item-link svg,
.atbd-collapse .atbd-collapse-item__header .item-link img,
.atbd-collapse .atbd-collapse-item__body .collapse-body-text p,
.atbd-comment-box__content .cci__comment-text,
.ap-nameAddress__subTitle,
.po-details__sTitle,
.profile-header-title,
.user-content-info__item svg,
.ap-tab-main .nav-link,
.ap-content-wrapper .ap-po-details-time small,
.ap-post-content__title h6 small,
.ap-post-content__feedback a,
.ffw__title span,
.ps-tab .nav-link,
.account-profile-cards__button svg,
.account-profile-cards__button span,
.notification-content__body span,
.signUp-condition .custom-checkbox .checkbox-text,
.social-connector span,
.atbd-pagination__item .paging-option:after,
.atbd-pagination__link.pagination-control,
.users-list-body__title span,
.projectDatatable-title,
.userDatatable-inline-title p,
.user-info-tab .ap-tab-main .nav-item .nav-link svg,
.form-group-calender a svg,
.project-tap .nav-link,
.project-category .select2-container .select2-selection--single .select2-selection__rendered,
.project-category .select2-container--default .select2-selection--single .select2-selection__placeholder,
.icon-list-social__link,
.icon-list-social__link:hover,
.form-basic .form-inline-action .custom-checkbox .checkbox-text,
.atbd-tag.tag-light.tag-transparented,
.atbd-date-ranger .date-picker-icon svg,
.atbd-date-ranger .date-picker-icon img,
.statistics-item__title,
.statistics-countdown__title,
.spin-embadded p,
.page-title-wrap .atbd-breadcrumb__item:first-child a,
.page-title-wrap .atbd-breadcrumb__item a,
.page-info__single .info-list span,
.size-control-nav .nav-item .nav-link,
.application-ui .btn-group-toggle .btn,
.new-member .modal-header .close,
.chat-body .chat-header .dropdown svg,
.chat-wrapper form svg,
.user-list-item .users-list-body .last-chat-time small,
.user-list-item .users-list-body-title p,
.date-picker__top a svg,
.date-picker__top a img,
.date-picker__calendar .ui-datepicker-calendar thead tr th span,
.draggable-events a svg,
.draggable-events a img,
#full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button span.fc-icon,
#full-calendar .fc-toolbar-chunk .fc-button.fc-next-button span.fc-icon,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button,
.c-event-dialog .modal-footer .btn-white,
.c-event-form .e-form-row__left label,
.e-info-modal .e-info-list li .list-line .list-label,
.shop-search .user-member__form svg,
.stars-rating__review,
.product-ratings .checkbox-text,
.like-icon button,
.products_page .widget-header-title svg,
.product-ratings ul li .item-numbers,
.product-brands ul li .item-numbers,
.product-category ul li .item-numbers,
.product-details .product-item__body .product-desc-price sub,
.product-details .product-details-brandName,
.product-details .product-item__button .like-icon button,
.checkout-progress div.step span:nth-of-type(2),
.wizard10 .create-passord-warn,
.wizard8 .checkout-shipping-form .create-passord input,
.create-passord .create-passord-warn,
.order-search__form svg,
table.table-basic .table-actions a i,
table.table-basic .table-actions a svg,
table.table-basic .table-actions a img,
.table5 .userDatatable-title .userDatatable-sort i,
.upload-media-area__title span,
.search-result form svg,
.search-keyword ul li a,
.search-content .keyword-searching span,
.gc__title span,
.gallery-filter .ap-tab-main .nav-link,
.application-faqs .panel-title>a:before,
.pricing__price .pricing_offer,
.pricing__price .pricing_user,
.coming-social p,
.footer-copyright p,
.footer-copyright p a,
.footer-menu ul li a,
.atbd-mail-sidebar .mail-list-title,
.atbd-mail-sidebar .btn-add-label,
.mailbox-top .icon-action i,
.mailbox-top .icon-action svg,
.mailbox-top__search .input-container .input-icon.icon-left svg,
.mailbox-top__extra .result-perpage,
.mailbox-list__single .mail-content__top .mail-title .badge,
.mailbox-list__single .mail-content__bottom .mail-attatchment,
.card .card-body .dropdown .ellipsis-more svg,
.atbd-mailCompose__footer .footer-left a,
.atbd-mailCompose__footer .footer-right .btn-remove,
.mailCompose-form-content .form-group .input-label,
.mailCompose-form-content .form-group .mail-cc,
.mailCompose-form-content .trumbowyg-box .trumbowyg-editor[contenteditable="true"]:empty:not(:focus)::before,
.mail-details .icon-action i,
.mail-details .icon-action svg,
.mail-details .mail-attatched figcaption .file-size,
.mdc__author .author-info .mail-info-btn,
.mdc__author .author-info .mail-info li .mail-info__label,
.mdc__excerpt a,
.mdc__excerpt svg,
.mdc__excerpt i,
.mdc__excerpt .date-meta,
.reply-form__left a svg,
.reply-form__left a img,
.reply-form__right a svg,
.reply-form__right a img,
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form svg,
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form img,
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form i,
.contact-list .contact-item .contact_title .location,
.contact-card .c-info-list__item .c-info-item-icon svg,
.contact-card .c-info-list__item .c-info-item-icon img,
.contact-card .c-info-list__item .c-info-item-icon i {
  color: #9299b8;
}

.bg-light,
.btn.btn-transparent-light:hover {
  background: #9299b8;
}

.iborder-light {
  color: #9299b8;
}

.outline-light {
  border: 1px solid #9299b8;
  color: #9299b8;
}

.active-color-light label input:checked+span {
  background: #9299b8;
  border-color: #9299b8;
}

.circle-light {
  color: #9299b8;
  background: rgba(146, 153, 184, 0.1);
}

.border-light,
.badge.badge-outlined.badge-light,
.dynamic-badge-block .atbd-button-group,
.btn.btn-outline-dashed,
.custom-checkbox.checkbox-theme-2 input[type="checkbox"]+label:after,
.form-basic select,
.atbd-steps__icon,
.page-title-wrap.wrapper-bordered,
.product-item__button button {
  border: 1px solid #9299b8;
}

.bg-opacity-light {
  background: rgba(146, 153, 184, 0.15);
}

.order-bg-opacity-light {
  background: rgba(146, 153, 184, 0.1);
}

.hover-light:hover {
  background: #9299b8;
  color: #ffffff;
}

.color-dark,
.atbd-message,
.chartjs-tooltip table tbody td,
.daterangepicker.single .calendar-table tbody td,
.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-wide>li .mega-title,
.dynamic-badge-block .atbd-button-group .btn-icon svg,
.badge.badge-transparent.badge-danger,
.atbd-comment-box__content .cci__author-info,
.atbd-notification-box__close svg,
.atbd-notification-box__close img,
.atbd-empty__text,
.device-pieChart-wrap .pie-chart-legend span,
.revenue-chart-legend__data span,
.revenue-chart-box__data,
.crm .deals-table-wrap .table--default td,
.crm .table-selling-content .title,
.sales-target__progress-bar .total-count,
.ap-product .table thead tr th,
.edit-profile__body .form-group label,
.signUp-admin-right .card .card-header h6,
.atbd-notice__content .notice-list__text,
.users-list-body__title span span,
.user-social-profile .edit-profile__body label,
.media-ui .user-group-progress-top p,
.userDatatable-inline-title h6,
.userDatatable-content,
.new-member-modal .form-group label,
.form-basic label,
.timeline-box--3.basic-timeline .timeline li .timeline-single .timeline-single__days span,
.atbd-submenu .submenu-title,
.atbd-submenu li a,
.atbd-pop-message__text p,
.atbd-steps__text,
.statistics-item__number,
.statistics-countdown__time,
.page-title__left .title-text,
.page-info__single span,
.atbd-drawer__header .drawer-title,
.atbd-drawer__body p,
.area-drawer-wrapper h1,
.area-drawer-wrapper h2,
.area-drawer-wrapper h3,
.area-drawer-wrapper h4,
.area-drawer-wrapper h5,
.area-drawer-wrapper h6,
.atbd-drawer .profile-info__label,
.atbd-tab .nav-link,
.drag-drop-wrap .item_title h6 a,
.date-picker__calendar .ui-datepicker-header .ui-datepicker-title span,
#full-calendar .fc-toolbar-chunk .fc-toolbar-title,
.fc-listMonth-view .fc-list-day th,
.c-event-dialog .modal-header .modal-title,
.e-info-modal .e-info-list li .list-line .list-meta,
.product-item__body .card-title a,
.stars-rating__point,
#price-range .price-value,
.product-details__availability .title p,
.product-details .product-details-brandName span,
.quantity .input,
.product-cart__header th,
.Product-cart-title .media p,
.order-summery .total>div span,
.checkout-progress div.step,
.checkout-progress div.step.current span:nth-of-type(2),
.checkout-progress div.step.completed span:nth-of-type(2),
.wizard10 .checkout-progress3 .step span:first-child,
.wizard10 .select2-container .select2-selection--single .select2-selection__rendered,
.wizard10 .select2-container--default .select2-selection--single .select2-selection__placeholder,
.wizard10 .payment-method-card .select2-container .select2-selection--single .select2-selection__rendered,
.wizard10 .payment-method-card .select2-container--default .select2-selection--single .select2-selection__placeholder,
.wizard9 .checkout-progress2 .step.current span:last-child,
.wizard9 .checkout-progress2 .step.completed span:last-child,
.payment-method-card .card-body label,
.payment-method-paypal .form-control,
.check-review__contact p,
.crc__method,
.payment-invoice-logo span,
.payment-invoice-address__area address,
.payment-invoice-qr__number .display-3,
.payment-invoice-qr__number p,
.payment-invoice-qr__code p,
.payment-invoice-qr__address p,
.payment-invoice-table.userDatatable table thead tr th,
.orderDatatable-title,
table.table-basic tr td,
table.table-rounded tr th,
table.table-rounded tr td,
.table5 .pagination-total-text,
.add-product__body .form-group label,
.file-upload__label,
.file-upload__label:hover,
.upload-media-area__title p,
.add-product-status-radio .custom-radio input[type="radio"]:checked+label,
.icon-list i,
.icon-list svg,
.search-content .keyword-searching,
.gc__title p,
.application-faqs .panel-title a,
.ai-list-item span.active,
.counting-area .number,
.v-num,
.changelog-history__title,
.testimonial-slider-global .author-thumb p,
.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li.menu-title span,
.fileM-wrapper__title,
.fileM-card .fileM-excerpt,
.knowledgebase__more a,
.knowledgebase-adv__card .knowledgebase__list li a,
.knowledgebase-adv__card .knowledgebase__list li .knowledgebase__list-collapsed,
.post-pagination p a,
.kb__categories li p,
.kanban-list .list-title,
.kanban-modal__header .modal-title,
.kanban-modal__form label,
.kanban-modal__research h6,
.task-card .card-header,
.task-card__header .custom-checkbox input[type="checkbox"]+label,
.task-modal .modal-header h5,
.mailbox-list__single:hover .mail-authorBox .auhor-info .author-name,
.mailbox-list__single:hover .mail-content__top .mail-title a,
.mailbox-list__single:hover .time-meta,
.add-contact .add-new-contact label,
.contact-list .contact-item .contact_title a,
.contact-card .cp-info__title {
  color: #272b41;
}

.bg-dark,
.overlay-dark-sidebar,
.customizer-overlay,
.layout-dark .sidebar,
.layout-dark .sidebar .sidebar__menu-group ul li ul li>a:hover,
.layout-dark .sidebar .sidebar__menu-group ul li ul li>a.active,
.btn.btn-transparent-dark:hover,
.atbd-slider .tooltip-text,
.banner-feature--4,
.atbd-mailCompose__header {
  background: #272b41;
}

.iborder-dark {
  color: #272b41;
}

.outline-dark {
  border: 1px solid #272b41;
  color: #272b41;
}

.active-color-dark label input:checked+span {
  background: #272b41;
  border-color: #272b41;
}

.circle-dark {
  color: #272b41;
  background: rgba(39, 43, 65, 0.1);
}

.border-dark {
  border: 1px solid #272b41;
}

.bg-opacity-dark {
  background: rgba(39, 43, 65, 0.15);
}

.order-bg-opacity-dark {
  background: rgba(39, 43, 65, 0.1);
}

.hover-dark:hover {
  background: #272b41;
  color: #ffffff;
}

.color-text,
.modal-content.modal-colored .modal-footer .btn {
  color: #666d92;
}

.bg-text {
  background: #666d92;
}

.iborder-text {
  color: #666d92;
}

.outline-text {
  border: 1px solid #666d92;
  color: #666d92;
}

.active-color-text label input:checked+span {
  background: #666d92;
  border-color: #666d92;
}

.circle-text {
  color: #666d92;
  background: rgba(102, 109, 146, 0.1);
}

.border-text {
  border: 1px solid #666d92;
}

.bg-opacity-text {
  background: rgba(102, 109, 146, 0.15);
}

.order-bg-opacity-text {
  background: rgba(102, 109, 146, 0.1);
}

.hover-text:hover {
  background: #666d92;
  color: #ffffff;
}

.color-extra-light,
.badge.badge-transparent.badge-default,
.atbd-button-group .btn.btn-solid,
.card .card-body .dropdown svg,
.card .card-body .dropdown i,
.custom-checkbox.disabled input[type="checkbox"]:checked+label:before,
.atbd-comment-box__content .cci__comment-actions a,
.atbd-empty__text p.disabled,
.ap-post-content__feedback a svg,
.ap-post-attach__drop svg,
.ap-post-content-comment__write a,
.ap-post-cc-reply__reaction li,
.ap-post-cc-reply__reaction li a,
.ffp__title p,
.ffp__button svg,
.user-member__form svg,
.tm-card-overlay .dropdown svg,
.user-group-media button svg,
.userDatatable_actions svg,
.profile-card-3 .card-dropdown .dropdown svg,
.project-progress .dropdown svg,
.input-container .input-icon svg,
.input-container .input-icon img,
.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__link svg,
.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__link img,
.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__text,
.atbd-menu__link svg,
.atbd-menu__link img,
.atbd-date-picker input,
.atbd-steps__icon,
.page-title__left .sub-title,
.custom-radio.disabled input[type="radio"]+label,
.drawer-profile-box__single .profile-text .author-title,
.atbd-select.disabled select,
.drag-drop-wrap .item svg,
.drag-drop-wrap .item img,
.drag-drop-wrap .item i,
.project-task-list__right ul li button svg,
.files-area__right .dropdown svg,
.chat-body .chat-header .dropdown .dropdown-item svg,
.chat-text-box__other button svg,
.chat-type-text__write a svg,
.image-group ul li svg,
.product-item__body .product-price,
.product-cart .actions button i,
.payment-invoice__btn button svg,
.orderDatatable_actions li a svg,
.upload-product-img svg,
.ordertable-btns li svg,
.error-page__title,
.pricing__price sup,
.ai-list-item span,
.atbd-mail-sidebar .mail-list li a i,
.atbd-mail-sidebar .mail-list li a svg,
.atbd-mail-sidebar .mail-list li a span,
.atbd-mail-sidebar .mail-list li a img,
.mailbox-list__single .star-toggle i,
.mailbox-list__single .star-toggle svg,
.contact-list .table-actions a svg,
.contact-list .table-actions a img,
.contact-list .table-actions a i,
.contact-list .table-actions .btn-link svg {
  color: #adb4d2;
}

.bg-extra-light,
.badge-dot.dot-default,
.slick-slider .slick-dots button {
  background: #adb4d2;
}

.iborder-extra-light {
  color: #adb4d2;
}

.outline-extra-light {
  border: 1px solid #adb4d2;
  color: #adb4d2;
}

.active-color-extra-light label input:checked+span {
  background: #adb4d2;
  border-color: #adb4d2;
}

.circle-extra-light {
  color: #adb4d2;
  background: rgba(173, 180, 210, 0.1);
}

.border-extra-light,
.timeline-box .timeline-single__buble.border-extra-light {
  border: 1px solid #adb4d2;
}

.bg-opacity-extra-light {
  background: rgba(173, 180, 210, 0.15);
}

.order-bg-opacity-extra-light {
  background: rgba(173, 180, 210, 0.1);
}

.hover-extra-light:hover {
  background: #adb4d2;
  color: #ffffff;
}

.color-gray,
.btn-outline-lighten,
.tooltip-title,
.navbar-left form svg,
.navbar-left form img,
.strikingDash-top-menu ul li a,
.dropdown button .icon-right svg,
.dropdown button .icon-right i,
.dropdown button .icon-right span,
.btn.btn-white,
.btn.btn-light,
.btn.btn-light:active,
.btn.btn-light:active:focus,
.btn.btn-light:focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle,
.btn.btn-outline-dashed,
.button-inline-list .btn.btn-outline-light,
.button-inline-list .btn.btn-outline-light:hover,
.alert.alert-dismissible .close span,
.alert.alert-dismissible .close i,
.alert.alert-dismissible .close svg,
.alert.alert-dismissible .close img,
.breadcrumb-main .breadcrumb-action .input-container input,
.atbd-breadcrumb__item a,
.atbd-breadcrumb__item span,
.atbd-collapse .atbd-collapse-item__header h1,
.atbd-collapse .atbd-collapse-item__header h2,
.atbd-collapse .atbd-collapse-item__header h3,
.atbd-collapse .atbd-collapse-item__header h4,
.atbd-collapse .atbd-collapse-item__header h5,
.atbd-collapse .atbd-collapse-item__header h6,
.comment-list__title h1,
.comment-list__title h2,
.comment-list__title h3,
.comment-list__title h4,
.comment-list__title h5,
.comment-list__title h6,
.device-pieChart-wrap .pie-chart-legend p,
.revenue-chart-legend__label span,
.user-bio__content,
.user-content-info__item,
.user-skils-parent__item a,
.ap-content-wrapper .ap-po-details .overview-content p,
.ap-product .table tbody tr td,
.ap-post-content__p,
.ap-post-attach a,
.ap-post-content-comment__write,
.ap-post-content-comment__write input,
.ffp__title h6,
.ffw button.friends-follow,
.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.notification-content__body h6,
.signUp-topbar p,
.signUp-header-top p,
.atbd-pagination__item .page-selection,
.atbd-pagination__link,
.atbd-notice__text p,
.user-member__title span,
.users-list-body__title p,
.user-group-people p,
.user-group .dropdown-default .dropdown-item,
.user-group .dropdown-menu .dropdown-item,
.media-ui .user-group-people>p,
.userDatatable-header th .checkbox-text,
.userDatatable-title,
.user-info-tab .ap-tab-main .nav-item .nav-link,
.user-group-progress-bar .progress-percentage,
.timeline-box .timeline-single__content p,
.list-box__item,
.atbd-menu__link,
.atbd-pop-message__icon i,
.atbd-pop-message__icon svg,
.atbd-pop-message__icon span,
.atbd-tag.tag-light,
.atbd-tag i,
.atbd-tag span,
.atbd-tag a,
.atbd-rating-wrap .rater-text,
.spin-embadded .alert-heading,
.spin-embadded .embadden-spin-control span,
.atbd-upload__file li .file-name i,
.atbd-upload__file li .file-name svg,
.atbd-upload__file li .file-name span,
.atbd-upload__file li .file-name img,
.page-title-wrap .atbd-breadcrumb__item:last-child span,
.page-info__single span.info-text,
.custom-radio input[type="radio"]+label,
.slider-controller span,
.drawer-profile-box__single .profile-text .author-name,
.select2-dropdown .select2-results__option,
.about-projects__details p,
.chat-body .chat-header .dropdown .dropdown-item,
.chat-text-box__other .dropdown-default .dropdown-item,
.dropdown-menu .dropdown-item,
.user-button-top button svg,
.draggable-event-list__single .event-text,
#full-calendar .fc-toolbar-chunk .fc-today-button,
.fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion,
.fc-daygrid-day-top .fc-daygrid-day-number,
.e-info-modal .e-info-list li .list-text,
.shop-breadcrumb .action-btn .btn,
.product-item__button button,
.product--list .product-item .product-item__title p,
.product--list .product-item__body .card-title+p,
.product-brands .checkbox-text,
.product-details__availability .title span.free,
.product-details .product-deatils-pera,
.product-deatils__social li a,
.quantity .bttn,
.product-cart .price,
.Product-cart-title .media p span,
.order-summery .total>div,
.promo-code label,
.select-cupon .select2-container .select2-selection--single .select2-selection__clear,
.check-review__contact span,
.crc-table .table th.subtotal,
.crc-table .table td.subtotal,
.crc-table .table th .subtotalTotal span,
.crc-table .table th .taxes span,
.crc-table .table th .shipping span,
.crc-table .table td .subtotalTotal span,
.crc-table .table td .taxes span,
.crc-table .table td .shipping span,
.payment-invoice-qr__address span,
.payment-invoice-table .unit,
.payment-invoice-table .invoice-quantity,
.payment-invoice-table .order,
table.table-rounded thead tr th,
.add-product__body .form-group .input-group-text,
.upload-product-img span,
.add-product-status-radio .custom-radio input[type="radio"]+label,
.search-content .search-content__keyResult p,
.application-faqs .panel-body p,
.faqs-wrapper-tab .nav-link,
.pricing__price .pricing_subtitle,
.pricing__features ul li,
.banner-feature--7 .banner-feature__para,
.testimonial-slider-global .author-thumb span,
.testimonial-slider-global .author-comment,
.kanban-board__inline-body,
.kanban-board__add-card p,
.kanban-board__add-card p svg,
.kanban-items li,
.kanban-items li button span,
.add-card-btn,
.add-card-btn svg,
.kanban-board__add-card button,
.kanban-board__add-card button svg,
.kanban-modal__research button,
.kanban-modal__progress .progress-wrap .progress-percentage,
.kanban-modal__list button,
.kanban-modal__list .custom-checkbox input[type="checkbox"]+label,
.open-popup-modal svg,
.form-element-radioChecks .custom-radio.disabled input[type="radio"]+label,
.atbd-mail-sidebar .mail-list li a,
.mailbox-top .mail-selection label svg,
.mailbox-top .mail-selection__dropdown li a,
.mailbox-list__single .mail-authorBox .auhor-info .author-name,
.mailbox-list__single .mail-content__top .mail-title a,
.mailbox-list__single .mail-content__top p,
.mailbox-list .time-meta,
.mailCompose-form-content .trumbowyg-box p,
.mdc__author .author-info .mail-info li .mail-info__text,
.mdc__body h1,
.mdc__body h2,
.mdc__body h3,
.mdc__body h4,
.mdc__body h5,
.mdc__body h6,
.mdc__body p,
.mdc__body span,
.maintenance-page p,
.jvectormap-container .jvectormap-zoomin,
.jvectormap-container .jvectormap-zoomout {
  color: #5a5f7d;
}

.bg-gray,
.slick-slider__single,
.menu-mob-trigger span {
  background: #5a5f7d;
}

.iborder-gray {
  color: #5a5f7d;
}

.outline-gray {
  border: 1px solid #5a5f7d;
  color: #5a5f7d;
}

.active-color-gray label input:checked+span {
  background: #5a5f7d;
  border-color: #5a5f7d;
}

.circle-gray {
  color: #5a5f7d;
  background: rgba(90, 95, 125, 0.1);
}

.border-gray {
  border: 1px solid #5a5f7d;
}

.bg-opacity-gray {
  background: rgba(90, 95, 125, 0.15);
}

.order-bg-opacity-gray {
  background: rgba(90, 95, 125, 0.1);
}

.hover-gray:hover {
  background: #5a5f7d;
  color: #ffffff;
}

.color-third {
  color: #137efc;
}

.bg-third,
.crm .revenue-labels .current span:before {
  background: #137efc;
}

.iborder-third {
  color: #137efc;
}

.outline-third {
  border: 1px solid #137efc;
  color: #137efc;
}

.active-color-third label input:checked+span {
  background: #137efc;
  border-color: #137efc;
}

.circle-third {
  color: #137efc;
  background: rgba(95, 99, 242, 0.1);
}

.border-third {
  border: 1px solid #137efc;
}

.bg-opacity-third {
  background: rgba(95, 99, 242, 0.15);
}

.order-bg-opacity-third {
  background: rgba(95, 99, 242, 0.1);
}

.hover-third:hover {
  background: #137efc;
  color: #ffffff;
}

.color-white,
.layout-dark .sidebar .sidebar__menu-group ul li a:hover,
.layout-dark .sidebar .sidebar__menu-group ul li a.active,
.layout-dark .sidebar .sidebar__menu-group ul li ul li>a:hover,
.layout-dark .sidebar .sidebar__menu-group ul li ul li>a.active,
.badge-circle.badge-warning,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-warning:hover,
.btn.btn-warning,
.btn.btn-transparent-primary:hover,
.btn.btn-transparent-success:hover,
.btn.btn-transparent-info:hover,
.btn.btn-transparent-danger:hover,
.btn.btn-transparent-dark:hover,
.btn.btn-transparent-light:hover,
.button-inline-list .btn.btn-outline-light.active,
.btn.btn-ghost,
.breadcrumb-main .breadcrumb-action .action-btn .btn-add i,
.breadcrumb-main .breadcrumb-action .action-btn .btn-add svg,
.card .card-header .card-tab .btn.active,
.card-overview-progress .card-header h6,
.card-overview-progress .card-header .btn .la,
.atbd-pagination__link:hover,
.atbd-pagination__link.active,
.modal-content.modal-colored .modal-title,
.modal-content.modal-colored .close svg,
.modal-content.modal-colored .close i,
.modal-content.modal-colored .close span,
.modal-content.modal-colored .modal-body p,
.atbd-tag,
.atbd-steps__item.active .atbd-steps__icon,
.atbd-slider .tooltip-text,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button-primary.fc-button-active,
.e-info-modal .e-info-title,
.e-info-modal .e-info-action .btn-icon svg,
.e-info-modal .e-info-action .btn-icon i,
.atbd-mailCompose__header .mailCompose-title,
.atbd-mailCompose__action i,
.atbd-mailCompose__action svg,
.mail-details .mail-attatched__hover .btn-mail svg,
.mail-details .mail-attatched__hover .btn-mail img {
  color: #ffffff;
}

.bg-white,
.mobile-search,
.mobile-author-actions,
.atbd-nav-controller .nav .nav-link,
.forcast-cardbox,
.modal-content.modal-colored .modal-footer .btn,
.timeline-box .timeline-single__buble,
.atbd-submenu,
.mobile-nav-wrapper,
.atbd-pop-message,
.atbd-steps__content,
.custom-radio input[type="radio"]+label:after,
.custom-radio input[type="radio"]+label:before,
.atbd-slider .ui-slider-handle,
.atbd-slider .ui-slider-handle:after,
.atbd-drawer,
.tooltip .arrow:before,
.fc-theme-standard .fc-list .fc-list-empty,
#full-calendar .fc-toolbar-chunk .fc-today-button,
#full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button,
#full-calendar .fc-toolbar-chunk .fc-button.fc-next-button,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button-primary,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button.fc-button-active,
.fc-theme-standard .fc-daygrid-day.fc-day-today,
.fc-timegrid-slots .fc-timegrid-slot,
.e-info-modal .modal-body,
table.table-basic tr td,
table.table-rounded tbody tr td,
.add-lebel-from,
.mailbox-top .mail-selection__dropdown,
.atbd-mailCompose,
.mailCompose-form-content .trumbowyg-box .trumbowyg-button-pane,
.mdc__author .author-info .mail-info,
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form,
.contact-list-wrap,
.jvectormap-container .jvectormap-zoomin,
.jvectormap-container .jvectormap-zoomout {
  background: #ffffff;
}

.iborder-white {
  color: #ffffff;
}

.outline-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.active-color-white label input:checked+span {
  background: #ffffff;
  border-color: #ffffff;
}

.circle-white {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.border-white {
  border: 1px solid #ffffff;
}

.bg-opacity-white {
  background: rgba(255, 255, 255, 0.15);
}

.order-bg-opacity-white {
  background: rgba(255, 255, 255, 0.1);
}

.hover-white:hover {
  background: #ffffff;
  color: #ffffff;
}

.color-footer-dark {
  color: #353b58;
}

.bg-footer-dark {
  background: #353b58;
}

.border-footer-dark {
  border-color: #353b58;
}

.border-normal,
.card.card-default .card-header,
.atbd-pagination__item .page-selection,
.atbd-pagination__link,
.slider-wrapper.disabled .ui-slider-handle:after,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button,
.fc-view .fc-col-header tr th,
.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid,
.c-event-form .form-control-md,
.payment-method-card {
  border: 1px solid #f1f2f6;
}

.border-deep,
.custom-checkbox input[type="checkbox"]+label:after,
.custom-checkbox.disabled input[type="checkbox"]:checked+label:after,
.custom-radio.disabled input[type="radio"]:checked+label:after,
.custom-radio input[type="radio"]+label:after,
.atbd-select.disabled .form-control,
.size-control-nav .nav-item .nav-link {
  border: 1px solid #c6d0dc;
}

.border-color {
  border: 1px solid #e3e6ef;
}

.bg-normal,
.card.bg-normal .card-header,
.card.bg-normal .card-body,
.atbd-collapse .atbd-collapse-item__header,
.ap-product .table tbody tr:hover td,
.table-social th,
.slider-wrapper.disabled .atbd-slider,
table.fc-scrollgrid thead .fc-scroller-harness .fc-scroller,
.fc-view .fc-col-header,
.product-cart__cupon input,
.payment-invoice-qr,
.columnCard-wrapper {
  background: #f8f9fb;
}

.bg-lighter,
.cbg-light,
.contents,
.dropdown.dropdown-disable,
.badge-dot.dot-light,
.atbd-button-group.btn-group-solid,
.card .card-header .card-tab .btn.btn-white:hover,
.atbd-date-ranger.date-picker-disabled,
.atbd-date-ranger.date-picker-disabled .divider,
.atbd-upload__file li:hover,
.atbd-tab .nav-tabs:after,
.atbd-select.disabled .form-control,
.chat-wrapper form,
.chat-wrapper form input,
.chat-wrapper form input:focus,
.wizard10 .edit-profile__body .form-group .form-control,
.wizard10 .select2-container--default .select2-selection--single,
.wizard10 .select2-container--default .select2-selection--multiple,
.wizard10 .payment-method-card .card-body .form-control,
.kanban-board__body,
.kanban-list,
.list__add-card,
.kanban-board__add-card button,
.kanban-modal__form textarea,
.kanban-modal__research button,
.kanban-modal__list button,
.kanban-modal__list .checkbox-group:hover,
.mailbox-top__search .form-control-lg,
.mailbox-list__single .mail-content__bottom .mail-attatchment {
  background: #f4f5f7;
}

.bg-deep,
.atbd-tag.tag-light {
  background: #eff0f3;
}

.color-facebook {
  color: #2366b8;
}

.bg-facebook {
  background: #2366b8;
}

.border-facebook {
  border: 1px solid #2366b8;
}

.color-twitter {
  color: #00abe4;
}

.bg-twitter {
  background: #00abe4;
}

.border-twitter {
  border: 1px solid #00abe4;
}

.color-pinterest {
  color: #ef1b25;
}

.bg-pinterest {
  background: #ef1b25;
}

.border-pinterest {
  border: 1px solid #ef1b25;
}

.color-gplus {
  color: #dc4e41;
}

.bg-gplus {
  background: #dc4e41;
}

.border-gplus {
  border: 1px solid #dc4e41;
}

.color-linkedin {
  color: #007cbc;
}

.bg-linkedin {
  background: #007cbc;
}

.border-linkedin {
  border: 1px solid #007cbc;
}

.color-tumblr {
  color: #35465c;
}

.bg-tumblr {
  background: #35465c;
}

.border-tumblr {
  border: 1px solid #35465c;
}

.color-vk {
  color: #4a76a8;
}

.bg-vk {
  background: #4a76a8;
}

.border-vk {
  border: 1px solid #4a76a8;
}

.color-youtube {
  color: #e32212;
}

.bg-youtube {
  background: #e32212;
}

.border-youtube {
  border: 1px solid #e32212;
}

.color-ruby {
  color: #c2185b;
}

.bg-ruby {
  background: #c2185b;
}

.border-ruby {
  border: 1px solid #c2185b;
}

.color-instagram {
  color: #9c27b0;
}

.bg-instagram {
  background: #9c27b0;
}

.border-instagram {
  border: 1px solid #9c27b0;
}

.btn-shadow-primary {
  -webkit-box-shadow: 0 10px 15px rgba(95, 99, 242, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(95, 99, 242, 0.2);
  box-shadow: 0 10px 15px rgba(95, 99, 242, 0.2);
}

.btn-shadow-secondary {
  -webkit-box-shadow: 0 10px 15px rgba(255, 105, 165, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(255, 105, 165, 0.2);
  box-shadow: 0 10px 15px rgba(255, 105, 165, 0.2);
}

.btn-shadow-success {
  -webkit-box-shadow: 0 10px 15px rgba(32, 201, 151, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(32, 201, 151, 0.2);
  box-shadow: 0 10px 15px rgba(32, 201, 151, 0.2);
}

.btn-shadow-info {
  -webkit-box-shadow: 0 10px 15px rgba(44, 153, 255, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(44, 153, 255, 0.2);
  box-shadow: 0 10px 15px rgba(44, 153, 255, 0.2);
}

.btn-shadow-warning {
  -webkit-box-shadow: 0 10px 15px rgba(250, 139, 12, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(250, 139, 12, 0.2);
  box-shadow: 0 10px 15px rgba(250, 139, 12, 0.2);
}

.btn-shadow-danger {
  -webkit-box-shadow: 0 10px 15px rgba(255, 77, 79, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(255, 77, 79, 0.2);
  box-shadow: 0 10px 15px rgba(255, 77, 79, 0.2);
}

.btn-shadow-light {
  -webkit-box-shadow: 0 10px 15px rgba(146, 153, 184, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(146, 153, 184, 0.2);
  box-shadow: 0 10px 15px rgba(146, 153, 184, 0.2);
}

.btn-shadow-dark {
  -webkit-box-shadow: 0 10px 15px rgba(39, 43, 65, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(39, 43, 65, 0.2);
  box-shadow: 0 10px 15px rgba(39, 43, 65, 0.2);
}

.btn-shadow-text {
  -webkit-box-shadow: 0 10px 15px rgba(102, 109, 146, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(102, 109, 146, 0.2);
  box-shadow: 0 10px 15px rgba(102, 109, 146, 0.2);
}

.btn-shadow-extra-light {
  -webkit-box-shadow: 0 10px 15px rgba(173, 180, 210, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(173, 180, 210, 0.2);
  box-shadow: 0 10px 15px rgba(173, 180, 210, 0.2);
}

.btn-shadow-gray {
  -webkit-box-shadow: 0 10px 15px rgba(90, 95, 125, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(90, 95, 125, 0.2);
  box-shadow: 0 10px 15px rgba(90, 95, 125, 0.2);
}

.btn-shadow-third {
  -webkit-box-shadow: 0 10px 15px rgba(95, 99, 242, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(95, 99, 242, 0.2);
  box-shadow: 0 10px 15px rgba(95, 99, 242, 0.2);
}

.btn-shadow-white {
  -webkit-box-shadow: 0 10px 15px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 15px rgba(255, 255, 255, 0.2);
}

.outline-lg-primary {
  border: 2px solid #137efc;
  background: none;
  color: #137efc;
}

.outline-lg-secondary {
  border: 2px solid #ff69a5;
  background: none;
  color: #ff69a5;
}

.outline-lg-success {
  border: 2px solid #20c997;
  background: none;
  color: #20c997;
}

.outline-lg-info {
  border: 2px solid #2c99ff;
  background: none;
  color: #2c99ff;
}

.outline-lg-warning {
  border: 2px solid #fa8b0c;
  background: none;
  color: #fa8b0c;
}

.outline-lg-danger {
  border: 2px solid #ff4d4f;
  background: none;
  color: #ff4d4f;
}

.outline-lg-light {
  border: 2px solid #9299b8;
  background: none;
  color: #9299b8;
}

.outline-lg-dark {
  border: 2px solid #272b41;
  background: none;
  color: #272b41;
}

.outline-lg-text {
  border: 2px solid #666d92;
  background: none;
  color: #666d92;
}

.outline-lg-extra-light {
  border: 2px solid #adb4d2;
  background: none;
  color: #adb4d2;
}

.outline-lg-gray {
  border: 2px solid #5a5f7d;
  background: none;
  color: #5a5f7d;
}

.outline-lg-third {
  border: 2px solid #137efc;
  background: none;
  color: #137efc;
}

.outline-lg-white {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}

.btn-transparent-primary {
  background: rgba(95, 99, 242, 0.15);
  color: #137efc;
}

.btn-transparent-secondary {
  background: rgba(255, 105, 165, 0.15);
  color: #ff69a5;
}

.btn-transparent-success {
  background: rgba(32, 201, 151, 0.15);
  color: #20c997;
}

.btn-transparent-info {
  background: rgba(44, 153, 255, 0.15);
  color: #2c99ff;
}

.btn-transparent-warning {
  background: rgba(250, 139, 12, 0.15);
  color: #fa8b0c;
}

.btn-transparent-danger {
  background: rgba(255, 77, 79, 0.15);
  color: #ff4d4f;
}

.btn-transparent-light {
  background: rgba(146, 153, 184, 0.15);
  color: #9299b8;
}

.btn-transparent-dark {
  background: rgba(39, 43, 65, 0.15);
  color: #272b41;
}

.btn-transparent-text {
  background: rgba(102, 109, 146, 0.15);
  color: #666d92;
}

.btn-transparent-extra-light {
  background: rgba(173, 180, 210, 0.15);
  color: #adb4d2;
}

.btn-transparent-gray {
  background: rgba(90, 95, 125, 0.15);
  color: #5a5f7d;
}

.btn-transparent-third {
  background: rgba(95, 99, 242, 0.15);
  color: #137efc;
}

.btn-transparent-white {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.checkbox-primary .custom-control-label::before {
  background: #137efc;
}

.checkbox-primary .custom-control-input:checked~.custom-control-label::before {
  background: #137efc;
  border: 1px solid #137efc;
}

.checkbox-primary .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-secondary .custom-control-label::before {
  background: #ff69a5;
}

.checkbox-secondary .custom-control-input:checked~.custom-control-label::before {
  background: #ff69a5;
  border: 1px solid #ff69a5;
}

.checkbox-secondary .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-success .custom-control-label::before {
  background: #20c997;
}

.checkbox-success .custom-control-input:checked~.custom-control-label::before {
  background: #20c997;
  border: 1px solid #20c997;
}

.checkbox-success .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-info .custom-control-label::before {
  background: #2c99ff;
}

.checkbox-info .custom-control-input:checked~.custom-control-label::before {
  background: #2c99ff;
  border: 1px solid #2c99ff;
}

.checkbox-info .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-warning .custom-control-label::before {
  background: #fa8b0c;
}

.checkbox-warning .custom-control-input:checked~.custom-control-label::before {
  background: #fa8b0c;
  border: 1px solid #fa8b0c;
}

.checkbox-warning .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-danger .custom-control-label::before {
  background: #ff4d4f;
}

.checkbox-danger .custom-control-input:checked~.custom-control-label::before {
  background: #ff4d4f;
  border: 1px solid #ff4d4f;
}

.checkbox-danger .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-light .custom-control-label::before {
  background: #9299b8;
}

.checkbox-light .custom-control-input:checked~.custom-control-label::before {
  background: #9299b8;
  border: 1px solid #9299b8;
}

.checkbox-light .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-dark .custom-control-label::before {
  background: #272b41;
}

.checkbox-dark .custom-control-input:checked~.custom-control-label::before {
  background: #272b41;
  border: 1px solid #272b41;
}

.checkbox-dark .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-text .custom-control-label::before {
  background: #666d92;
}

.checkbox-text .custom-control-input:checked~.custom-control-label::before {
  background: #666d92;
  border: 1px solid #666d92;
}

.checkbox-text .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-extra-light .custom-control-label::before {
  background: #adb4d2;
}

.checkbox-extra-light .custom-control-input:checked~.custom-control-label::before {
  background: #adb4d2;
  border: 1px solid #adb4d2;
}

.checkbox-extra-light .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-gray .custom-control-label::before {
  background: #5a5f7d;
}

.checkbox-gray .custom-control-input:checked~.custom-control-label::before {
  background: #5a5f7d;
  border: 1px solid #5a5f7d;
}

.checkbox-gray .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-third .custom-control-label::before {
  background: #137efc;
}

.checkbox-third .custom-control-input:checked~.custom-control-label::before {
  background: #137efc;
  border: 1px solid #137efc;
}

.checkbox-third .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-white .custom-control-label::before {
  background: #ffffff;
}

.checkbox-white .custom-control-input:checked~.custom-control-label::before {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.checkbox-white .custom-control-input:checked~.custom-control-label::after {
  color: #9299b8;
}

.checkbox-outline-primary .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-primary .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #137efc;
  background: #137efc;
}

.checkbox-outline-primary .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-secondary .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-secondary .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #ff69a5;
  background: #ff69a5;
}

.checkbox-outline-secondary .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-success .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-success .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #20c997;
  background: #20c997;
}

.checkbox-outline-success .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-info .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-info .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #2c99ff;
  background: #2c99ff;
}

.checkbox-outline-info .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-warning .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-warning .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #fa8b0c;
  background: #fa8b0c;
}

.checkbox-outline-warning .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-danger .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-danger .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #ff4d4f;
  background: #ff4d4f;
}

.checkbox-outline-danger .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-light .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-light .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #9299b8;
  background: #9299b8;
}

.checkbox-outline-light .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-dark .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-dark .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #272b41;
  background: #272b41;
}

.checkbox-outline-dark .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-text .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-text .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #666d92;
  background: #666d92;
}

.checkbox-outline-text .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-extra-light .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-extra-light .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #adb4d2;
  background: #adb4d2;
}

.checkbox-outline-extra-light .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-gray .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-gray .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #5a5f7d;
  background: #5a5f7d;
}

.checkbox-outline-gray .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-third .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-third .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #0e68d4;
  background: #137efc;
}

.checkbox-outline-third .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.checkbox-outline-white .custom-control-label:before {
  border: 1px solid #e3e6ef;
}

.checkbox-outline-white .custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.checkbox-outline-white .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0E68D4FF;
  border-color: #0E68D4FF;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #e34a87;
  border-color: #e34a87;
}

.btn-success:hover {
  color: #fff;
  background-color: #0cab7c;
  border-color: #0cab7c;
}

.btn-info:hover {
  color: #fff;
  background-color: #0d79df;
  border-color: #0d79df;
}

.btn-warning:hover {
  color: #fff;
  background-color: #d47407;
  border-color: #d47407;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e30d0f;
  border-color: #e30d0f;
}

.btn-dark:hover {
  color: #fff;
  background-color: #131623;
  border-color: #131623;
}

.btn-gray:hover {
  color: #fff;
  background-color: #363a51;
  border-color: #363a51;
}

.btn-ruby:hover {
  color: #fff;
  background-color: #c2185b;
  border-color: #c2185b;
}

.vertical-tabs::-webkit-scrollbar-track {
  background-color: rgba(39, 43, 65, 0.05);
}

.vertical-tabs::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.vertical-tabs::-webkit-scrollbar-thumb {
  background-color: #e3e6ef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.table-top-regions::-webkit-scrollbar-track {
  background-color: rgba(39, 43, 65, 0.05);
}

.table-top-regions::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.table-top-regions::-webkit-scrollbar-thumb {
  background-color: #e3e6ef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.search-body::-webkit-scrollbar-track {
  background-color: rgba(39, 43, 65, 0.05);
}

.search-body::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.search-body::-webkit-scrollbar-thumb {
  background-color: #e3e6ef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.chat-box::-webkit-scrollbar-track {
  background-color: rgba(39, 43, 65, 0.05);
}

.chat-box::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.chat-box::-webkit-scrollbar-thumb {
  background-color: #e3e6ef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.content-center,
.media-badge,
.feature-cards figcaption button,
.custom-checkbox input:indeterminate~label::after,
.revenue-chart-box__Icon,
.selling-badge,
.ap-nameAddress__subTitle,
.user-skils-parent__item a,
.db-social-parent__item a,
.ap-post-attach__btn,
.ffp__icon,
.wig-overlay__content,
.wig-overlay__iconWrapper,
.account-profile-cards__button button,
.account-profile #remove_pro_pic,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.user-member .action-btn a,
.users-list__button button,
.userDatatable-content-status,
.icon-list-social__link,
.media-ui--completed .progress-icon,
.timeline-box .timeline-single__badge,
.timeline-box--3.basic-timeline .timeline>li .timeline-single__buble,
.timeline-box--3.basic-timeline .timeline>li .timeline-single__buble--svg,
.ui-datepicker-header a.ui-corner-all,
.date-picker__prev,
.date-picker__next,
.like-icon,
.quantity .bttn,
.product-cart .actions button,
.wizard10 .payment-success-modal .modal-icon,
.wizard9 .checkout-progress2 .step span:first-child,
.payment-invoice__btn button,
.order-button-group button,
.orderDatatable-status span,
.orderDatatable_actions li a,
.order-profile-icon,
.gc--gallery2 .gc__link,
.gc--gallery2 .gc__link li a,
.application-faqs .button-group button,
.pricing__tag,
.pricing__badge,
.coming-social ul li a,
.banner-feature--14 button,
.banner-feature--15 button,
.testimonial-slider-global .slider-arrow,
.fileM-Modal-overlay .modal-footer button,
.knowledgebase-adv__collapse .changelog__accordingArrow,
.knowledgebase-help .card-body,
.knowledgebase-help .card-body button,
.comment-respond button,
.add-card-btn,
.kanban-modal__research button,
.kanban-modal__list button,
.bookmark__button .btn,
.form-control.ih-large,
.form-control.ih-medium,
.form-control.ih-small,
.layout-button button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-content-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.align-center {
  display: flex;
  align-items: center;
}

.gradient1 {
  background: #137efc;
  background: -moz-linear-gradient(to right, #137efc, #ff69a5);
  background: -webkit-linear-gradient(to right, #137efc, #ff69a5);
  background: -o-linear-gradient(to right, #137efc, #ff69a5);
  background: linear-gradient(to right, #137efc, #ff69a5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#137efc, endColorstr=#ff69a5);
}

.gradient2 {
  background: #ff69a5;
  background: -moz-linear-gradient(to right, #ff69a5, #fa8b0c);
  background: -webkit-linear-gradient(to right, #ff69a5, #fa8b0c);
  background: -o-linear-gradient(to right, #ff69a5, #fa8b0c);
  background: linear-gradient(to right, #ff69a5, #fa8b0c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff69a5, endColorstr=#fa8b0c);
}

.gradient3 {
  background: #2cb7ff;
  background: -moz-linear-gradient(to right, #2cb7ff, #137efc);
  background: -webkit-linear-gradient(to right, #2cb7ff, #137efc);
  background: -o-linear-gradient(to right, #2cb7ff, #137efc);
  background: linear-gradient(to right, #2cb7ff, #137efc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2cb7ff, endColorstr=#137efc);
}

.gradient4 {
  background: #009646;
  background: -moz-linear-gradient(to right, #009646, #62de04);
  background: -webkit-linear-gradient(to right, #009646, #62de04);
  background: -o-linear-gradient(to right, #009646, #62de04);
  background: linear-gradient(to right, #009646, #62de04);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#009646, endColorstr=#62de04);
}

.gradientInstra {
  background: #ffc107;
  background: -moz-linear-gradient(to right, #ffc107, #9c27b0);
  background: -webkit-linear-gradient(to right, #ffc107, #9c27b0);
  background: -o-linear-gradient(to right, #ffc107, #9c27b0);
  background: linear-gradient(to right, #ffc107, #9c27b0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffc107, endColorstr=#9c27b0);
}

.b-light,
.btn-outline-lighten,
.new-member-modal button.b-light {
  border: 1px solid #e3e6ef;
}

.b-deep {
  border: 1px solid #c6d0dc;
}

.shadow1 {
  box-shadow: 0px 5px 10px #9299B81A;
}

.shadow2 {
  box-shadow: 0px 3px 5px #9299B80D;
}

.radius-xl {
  border-radius: 10px;
}

.radius-xs {
  border-radius: 4px;
}

.radius-md {
  border-radius: 6px;
}

/* flex */
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wh-18,
.media-ui--completed .progress-icon {
  width: 18px;
  height: 18px;
}

.wh-20 {
  width: 20px;
  height: 20px;
}

.wh-24 {
  width: 24px;
  height: 24px;
}

.wh-25 {
  width: 25px;
  height: 25px;
}

.wh-26 {
  width: 26px;
  height: 26px;
}

.wh-30 {
  width: 30px;
  height: 30px;
}

.wh-32 {
  width: 32px;
  height: 32px;
}

.wh-36 {
  width: 36px;
  height: 36px;
}

.wh-38,
.product-cart .actions button {
  width: 38px;
  height: 38px;
}

.wh-34,
.like-icon {
  width: 34px;
  height: 34px;
}

.wh-40,
.icon-list-social__link {
  width: 40px;
  height: 40px;
}

.wh-42 {
  width: 42px;
  height: 42px;
}

.wh-44 {
  width: 44px;
  height: 44px;
}

.wh-46 {
  width: 46px;
  height: 46px;
}

.wh-48 {
  width: 48px;
  height: 48px;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.wh-60 {
  width: 60px;
  height: 60px;
}

.wh-70 {
  width: 70px;
  height: 70px;
}

.wh-80 {
  width: 80px;
  height: 80px;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.wh-100 {
  width: 100px;
  height: 100px;
}

.w-100px {
  width: 100px;
}

.wh-120 {
  width: 120px;
  height: 120px;
}

.wh-150 {
  width: 150px;
  height: 150px;
}

.wh-160 {
  width: 160px;
  height: 160px;
  max-width: unset;
}

.w-150px {
  width: 150px;
}

.svg-w-10 svg {
  width: 10px;
}

.svg-w-12 svg {
  width: 12px;
}

.svg-w-18 svg {
  width: 18px;
}

.w-unset {
  width: unset;
}

.h-unset {
  height: unset;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .fs-18 {
    font-size: calc(16.2px + 0.15vw);
  }
}

.fs-20 {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .fs-20 {
    font-size: calc(16.4px + 0.3vw);
  }
}

.fs-22 {
  font-size: 22px;
}

@media (max-width: 1200px) {
  .fs-22 {
    font-size: calc(16.6px + 0.45vw);
  }
}

.fs-24 {
  font-size: 24px;
}

@media (max-width: 1200px) {
  .fs-24 {
    font-size: calc(16.8px + 0.6vw);
  }
}

.fw-100 {
  font-weight: 100;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.transparent {
  background-color: transparent;
}

.rounded-xl {
  border-radius: 10px;
}

.global-shadow {
  box-shadow: 0px 5px 20px #9299B808;
}

.lh-normal {
  line-height: normal;
}

.d-grid {
  display: grid;
}

.media-badge {
  padding: 3px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 700;
  display: inline-block;
}

.text-normal {
  font-size: 15px;
  line-height: 1.73333;
  font-weight: 400;
}

.text-small {
  font-size: 14px;
  line-height: 1.71429;
  font-weight: 400;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.clear-both {
  clear: both;
}

.mh-v-50 {
  min-height: 50vh;
}

.gradient-color-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-control.box-shadow-none:focus,
input.box-shadow-none {
  box-shadow: none !important;
}

.space-nowrap {
  white-space: nowrap;
}

.cursor-true {
  cursor: pointer;
}

.h-100vh {
  height: 100vh;
}

.btn-outline-lighten__height {
  height: 36px;
}

@keyframes spinMove {
  100% {
    opacity: 1;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(410deg);
  }
}

@keyframes shimmerEffect {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

html {
  font-size: 16px;
  direction: ltr;
  --scrollbarBG: white;
  --thumbBG: #eff0f3;
}

body {
  position: relative;
  background: #f4f5f7;
  min-height: 100vh;
  font-size: 14px;
  overflow-x: hidden;
  direction: ltr;
}

a {
  transition: all 0.3s ease;
}

button:focus,
button:active,
select:focus,
select:active {
  outline: none;
  box-shadow: 0 0 !important;
}

input,
textarea,
.form-control {
  transition: 0s;
}

input:focus,
textarea:focus,
.form-control:focus {
  outline: none;
  box-shadow: 0 5px 20px rgba(95, 99, 242, 0.1);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.outline-0:focus {
  outline: none;
}

.contents {
  padding: 74px 15px 72px 245px;
  transition: all 0.3s ease;
}

/*@media (max-width: 1150px) {*/
/*  .contents {*/
/*    padding: 73px 15px 72px 16px;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*  .contents {*/
/*    padding: 73px 15px 64px 16px;*/
/*  }*/
/*}*/

@media only screen and (max-width: 767px) {
  .contents {
    padding: 56px 0 85px 0;
  }
}

.contents.expanded {
  padding-left: 93px;
  transition: 0s;
}

/*@media (max-width: 1150px) {*/
/*  .contents.expanded {*/
/*    padding-left: 16px;*/
/*  }*/
/*}*/

@media only screen and (max-width: 767px) {
  .contents.expanded {
    padding-left: 0px;
  }
}

.contents.expanded+.footer-wrapper {
  padding-left: 93px;
}

/*@media only screen and (max-width: 991px) {*/
/*  .contents.expanded + .footer-wrapper {*/
/*    padding-left: 8px;*/
/*  }*/
/*}*/

/*@media (max-width: 1150px) {*/
/*  .contents.expanded + .footer-wrapper {*/
/*    padding-left: 0;*/
/*  }*/
/*}*/

.contents.expanded:focus {
  outline: none;
  box-shadow: 0 5px 20px rgba(95, 99, 242, 0.1);
}

.main-content {
  min-height: 100vh;
  position: relative;
}

.atbd-message {
  position: fixed;
  top: 0;
  left: 50%;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 40px rgba(146, 153, 184, 0.15);
  z-index: 99999;
  font-size: 14px;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.atbd-message.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px);
}

.chart-desc span {
  display: block;
  font-size: 14px;
  color: #868eae;
}

.chart-desc strong {
  font-size: 22px;
  font-weight: 600;
  color: #272b41;
}

.chart-desc sub {
  font-size: 14px;
  font-weight: 600;
  bottom: 0;
}

.border-line-chart {
  border-bottom: 1px solid #c6d0dc;
}

.overlay-dark,
.overlay-dark-l2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 27, 41, 0.5);
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 9988;
  opacity: 0;
  visibility: hidden;
}

.overlay-dark.show,
.overlay-dark-l2.show {
  opacity: 1;
  visibility: visible;
}

.overlay-dark-l2 {
  z-index: 9998;
}

.overlay-dark-sidebar,
.customizer-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  z-index: -1;
}

@media only screen and (max-width: 991px) {

  .overlay-dark-sidebar.show,
  .customizer-overlay.show {
    z-index: 99;
  }
}

.customizer-overlay {
  background: #10122130;
}

.customizer-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 9998;
}

.trumbowyg-modal-box label input {
  line-height: 19px;
}

.top-menu .search-form {
  display: none;
}

.top-menu .navbar-right__menu .nav-search {
  display: block !important;
}

.top-menu .sidebar-toggle {
  display: none;
}

.top-menu .sidebar {
  display: none;
}

@media only screen and (max-width: 991px) {
  .top-menu .sidebar {
    display: block;
  }
}

.top-menu .contents {
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .top-menu .contents {
    padding: 73px 15px 64px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .top-menu .contents {
    padding: 56px 0 85px 0;
  }
}

.top-menu .footer-wrapper {
  padding-left: 10px;
}

.side-menu .top-menu {
  display: none;
}

.regions-svg .svdg {
  width: auto;
  height: 200px;
}

@media only screen and (max-width: 1599px) {

  .col-xxl.col-lg-4,
  .col-xxl.col-lg-8,
  .col-xxl.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1599px) {
  .col-xl-4.col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media only screen and (max-width: 1199px) {
  .col-xl-4.col-xxl-5.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1599px) {
  .col-xl-6.col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media only screen and (max-width: 1199px) {
  .col-xl-6.col-xxl-7.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .col-xl-6.col-xxl-7.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1199px) {
  .col-xl-6.col-xxl-7.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1599px) {

  .col-xl-3.col-xxl-6,
  .col-xl-4.col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1199px) {

  .col-xl-3.col-lg-12,
  .col-xl-4.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {

  .col-xl-3.col-lg-6,
  .col-xl-4.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1199px) {

  .col-xl-3.col-sm-12,
  .col-xl-4.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {

  .col-xl-3.col-ssm-12,
  .col-xl-4.col-ssm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* chartjs tooltip */
.chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: #fff;
  box-shadow: 0 8px 10px #9299b815;
  padding: 10px 12px !important;
  border-radius: 3px;
  border: 1px solid #f1f2f6;
  min-width: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  transform: translate(-50%, 5%);
  z-index: 222;
  top: 0;
  /*rtl:ignore*/
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .chartjs-tooltip {
    padding: 6px 8px !important;
  }
}

.chartjs-tooltip:before {
  position: absolute;
  content: "";
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: "pink";
  margin-right: 10px;
}

.tooltip-title {
  font-size: 12px;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.tooltip-value {
  color: #63b963;
  font-size: 22px;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif;
}

.tooltip-value sup {
  font-size: 12px;
}

@media only screen and (max-width: 1199px) {
  .tooltip-value sup {
    font-size: 11px;
  }
}

.chartjs-tooltip table tbody td {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 3px;
  white-space: nowrap;
}

@media only screen and (max-width: 1199px) {
  .chartjs-tooltip table tbody td {
    font-size: 12px;
  }
}

.chartjs-tooltip table tbody td .data-label {
  margin-left: 3px;
  color: #868eae;
}

.laIcon-list-box .la {
  font-family: "Line Awesome Free", "Line Awesome Brands";
}

.user-group .media-body {
  margin: -10px 0 !important;
}

.user-group .media-body .media-badge {
  margin: 10px 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .w-md-50 {
    width: 50%;
  }
}

/* Date Picker */
.daterangepicker {
  top: 150px !important;
  border: 0 none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 30px rgba(143, 142, 159, 0.2);
}

@media (max-width: 400px) {
  .daterangepicker {
    width: 240px;
  }

  /* .header-toolbar-custom-buttons-content {
    display: none !important;
  } */
  .mrk_grid {
    height: 100%;
  }
}

.daterangepicker:before,
.daterangepicker:after {
  display: none;
}

.daterangepicker .ranges {
  display: block;
  width: auto;
  padding: 20px;
}

.daterangepicker .ranges ul {
  width: 100%;
}

.daterangepicker .ranges ul li {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  padding: 10px 18px;
  border: 1px solid #f1f2f6;
  border-radius: 4px;
}

.daterangepicker .ranges ul li:not(:last-child) {
  margin-bottom: 10px;
}

.daterangepicker .calendar-table table {
  border-collapse: separate !important;
  border-spacing: 5px 8px !important;
}

.daterangepicker .calendar-table thead th.prev span {
  margin-left: 3px;
}

.daterangepicker .calendar-table thead th.next span {
  margin-right: 3px;
}

.daterangepicker .calendar-table thead th.prev,
.daterangepicker .calendar-table thead th.next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.daterangepicker .calendar-table thead th.prev:hover,
.daterangepicker .calendar-table thead th.next:hover {
  background: #f7f7fe;
}

.daterangepicker .calendar-table thead th.prev:hover span,
.daterangepicker .calendar-table thead th.next:hover span {
  border-color: #137efc !important;
}

.daterangepicker.show-calendar {
  border-radius: 8px;
  margin-top: 0;
}

.daterangepicker.show-calendar .calendar-title {
  display: none;
}

.daterangepicker.show-calendar .calendar-table table {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
}

.daterangepicker.show-calendar .calendar-table td {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 32px;
  border: 0 none;
  position: relative;
  z-index: 33;
}

.daterangepicker.show-calendar .calendar-table thead th {
  font-size: 14px;
  color: #272b41;
  font-weight: 500;
  padding: 4px 0;
}

.daterangepicker.show-calendar .calendar-table thead tr:last-child th {
  font-size: 12px;
  color: #666d92;
}

.daterangepicker.show-calendar .calendar-table tbody td.today {
  position: relative;
  background-color: #fff;
  border-radius: 50% !important;
}

.daterangepicker.show-calendar .calendar-table tbody td.today:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
}

.daterangepicker.show-calendar .calendar-table tbody td.today.off:after {
  display: none;
}

.daterangepicker.show-calendar .calendar-table tbody td.active {
  color: #fff !important;
  border: 0 none !important;
  background-color: #fff !important;
  position: relative;
}

.daterangepicker.show-calendar .calendar-table tbody td.active.off {
  background-color: #fff !important;
  color: #adb4d2 !important;
}

.daterangepicker.show-calendar .calendar-table tbody td.active.in-range:after {
  display: none;
}

.daterangepicker.show-calendar .calendar-table tbody td.available {
  font-size: 13px;
  font-weight: 500;
  color: #272b41;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.off {
  color: #adb4d2;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.in-range {
  background: #f7f7fe;
  position: relative;
  z-index: 2;
  border-radius: 0% !important;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.in-range.active {
  border-radius: 50% !important;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.in-range.today {
  /* border-radius: 50% !important; */
}

.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date {
  color: #fff !important;
  border: 0 none !important;
  background-color: #fff !important;
  position: relative;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date:after,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date:before,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:after,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  z-index: -1;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date:before,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:before {
  left: 12px;
  background: #f7f7fe;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date.in-range::before,
.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date.in-range::before {
  opacity: 0;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:after {
  display: block;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date:before {
  left: auto;
  right: 12px;
  background: #f7f7fe;
}

.daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date.in-range:before {
  opacity: 1;
}

.daterangepicker.show-calendar .drp-buttons {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-color: #f1f2f6;
}

.daterangepicker.show-calendar .drp-buttons .drp-selected {
  font-size: 13px;
  color: #666d92;
  font-family: "Inter", sans-serif;
}

.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  color: #5a5f7d;
  border: 1px solid #f1f2f6;
  border-radius: 5px;
}

.daterangepicker.show-calendar .drp-buttons .btn {
  font-size: 13px;
  padding: 0 14.5px;
  font-weight: 600;
}

.daterangepicker.show-calendar.ltr .drp-calendar.left {
  border: 0 none;
}

.daterangepicker.single .calendar-table {
  padding-right: 0 !important;
}

.daterangepicker.single .calendar-table thead th {
  font-size: 12px;
  height: 32px;
}

.daterangepicker.single .calendar-table thead th.available span {
  border-width: 0 1px 1px 0;
  border-color: #272b41;
}

.daterangepicker.single .calendar-table thead .month {
  font-size: 15px;
  font-weight: 500;
}

.daterangepicker.single .calendar-table tbody td {
  font-size: 13px;
  font-weight: 600;
  height: 32px;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(143, 142, 159, 0.25);
  margin-bottom: 8px;
}

.daterangepicker.single .calendar-table tbody td.off {
  color: #bdbccc;
}

.daterangepicker.single .calendar-table tbody td.today,
.daterangepicker.single .calendar-table tbody td.active {
  color: #fff;
}

.daterangepicker.single .calander-title {
  display: block;
  padding: 22px 15px 15px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #f1f2f6;
}

.daterangepicker.single .drp-calendar {
  max-width: 305px;
}

.daterangepicker.single .drp-calendar.left {
  padding: 0 20px 20px;
}

.daterangepicker .ranges li.active {
  color: white;
}

.social-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 22px;
}

.header-top {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9988;
  background: #fff;
  box-shadow: 0px 2px 30px #9299b81a;
}

.layout-dark .header-top,
.layout-dark .mobile-author-actions.show {
  background-color: #22253a;
}

.navbar {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .navbar {
    padding: 0 1rem;
  }
}

.navbar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.navbar-left .sidebar-toggle {
  margin-right: 15px;
}

.navbar-left .navbar-brand {
  margin-right: 115px;
}

@media only screen and (max-width: 1199px) {
  .navbar-left .navbar-brand {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-left .navbar-brand {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .navbar-left .navbar-brand {
    margin-right: 25px;
    margin-left: 0;
  }

  .w-img-tick-v3 {
    width: 100% !important;
  }
}

.navbar-left .navbar-brand svg,
.navbar-left .navbar-brand img {
  max-width: 120px;
}

.navbar-left .navbar-brand .light {
  display: none;
}

.navbar-left .navbar-brand .svg.dark {
  display: block;
}

.navbar-left form {
  display: flex;
  align-items: center;
}

.navbar-left form span {
  width: 15px;
  color: #5a5f7d;
}

.navbar-left form input {
  height: 25px;
  border: 0 none;
  box-shadow: none;
  padding-left: 10px;
}

.navbar-left form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #adb4d2;
}

.navbar-left form svg,
.navbar-left form img {
  width: 18px;
  height: 18px;
}

.layout-dark .navbar-brand .light {
  display: block;
}

.layout-dark .navbar-brand .svg.dark {
  display: none;
}

.layout-dark .search-form svg {
  color: rgba(255, 255, 255, 0.6);
}

.layout-dark .search-form input {
  background-color: #22253a;
}

.layout-dark .search-form input::placeholder {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
}

.layout-dark .navbar-right__menu .nav-item-toggle svg,
.layout-dark .navbar-right__menu .nav-item-toggle i {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-right__menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -12px;
}

.navbar-right__menu>li {
  padding: 20px 12px;
}

@media only screen and (max-width: 991px) {
  .navbar-right__menu>li {
    padding: 20px 9px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-right__menu>li {
    padding: 0;
  }

  .navbar-right__menu>li .dropdown-custom {
    padding: 20px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-right__menu .dropdown-custom .dropdown-wrapper:before {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-right__menu .dropdown-wrapper {
    min-width: 100% !important;
    position: fixed !important;
  }
}

@media only screen and (max-width: 479px) {
  .navbar-right__menu .dropdown-wrapper {
    width: 100% !important;
  }
}

@media only screen and (max-width: 900px) {
  .navbar-right__menu .nav-settings .dropdown-custom .dropdown-wrapper--large {
    min-width: 100%;
    position: fixed;
  }
}

@media only screen and (max-width: 900px) {
  .navbar-right__menu .nav-settings .dropdown-custom .dropdown-wrapper--large:before {
    display: none;
  }
}

.navbar-right__menu .nav-flag-select img {
  width: 20px;
}

.navbar-right__menu .nav-flag-select .dropdown-wrapper {
  padding: 5px 0;
}

.navbar-right__menu .nav-flag-select .dropdown-wrapper a {
  display: flex;
  align-items: center;
  padding: 7px 20px;
  color: #666d92;
  transition: 0.3s ease;
  font-size: 14px;
}

.navbar-right__menu .nav-flag-select .dropdown-wrapper a:hover {
  color: #137efc;
  background: rgba(95, 99, 242, 0.1);
}

.navbar-right__menu .nav-flag-select .dropdown-wrapper a img {
  margin-right: 10px;
}

.navbar-right__menu .nav-search {
  position: relative;
}

.navbar-right__menu .nav-author img {
  width: 34px;
}

.navbar-right__menu .nav-item-toggle {
  position: relative;
  color: #9299b8;
}

.navbar-right__menu .nav-item-toggle span,
.navbar-right__menu .nav-item-toggle svg {
  width: 18px;
}

.navbar-right__menu .nav-item-toggle:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -7px;
}

.navbar-right__menu .nav-message .nav-item-toggle:before {
  background: #20c997;
}

@media only screen and (max-width: 479px) {
  .navbar-right__menu .nav-message ul li {
    align-items: flex-start !important;
  }
}

.navbar-right__menu .nav-notification .nav-item-toggle:before {
  background: #fa8b0c;
}

.navbar-right__menu .dropdown-wrapper {
  border-radius: 0 0 6px 6px;
}

.navbar-right__menu .dropdown-wrapper__title {
  margin: 10px;
  border-radius: 6px;
  background: #f4f5f7;
  padding: 15px;
  font-size: 14px;
  text-align: center;
}

.navbar-right__menu .dropdown-wrapper__more {
  padding: 15px;
  text-align: center;
  display: block;
  box-shadow: 0 -15px 20px rgba(146, 153, 184, 0.08);
  color: #868eae;
  font-size: 13px;
  font-weight: 500;
}

.navbar-right__menu .nav-message .dropdown-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}

.navbar-right__menu .nav-message .dropdown-wrapper ul li {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .navbar-right__menu .nav-message .dropdown-wrapper ul li {
    padding: 10px 25px;
  }
}

.navbar-right__menu .nav-message .dropdown-wrapper ul li:hover {
  box-shadow: 0 15px 50px rgba(146, 153, 184, 0.2);
}

.navbar-right__menu .nav-message .dropdown-wrapper .user-avater {
  margin-right: 15px;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .navbar-right__menu .nav-message .dropdown-wrapper .user-avater {
    margin: 0 10px 10px 0;
  }
}

.navbar-right__menu .nav-message .dropdown-wrapper .user-avater:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  right: 0;
  bottom: 0;
}

.navbar-right__menu .nav-message .dropdown-wrapper .author-online .user-avater:before {
  background: #20c997;
}

.navbar-right__menu .nav-message .dropdown-wrapper .author-offline .user-avater:before {
  background: #fa8b0c;
}

.navbar-right__menu .nav-message .dropdown-wrapper .user-message {
  flex: 1;
}

@media only screen and (max-width: 479px) {
  .navbar-right__menu .nav-message .dropdown-wrapper .user-message {
    width: 100%;
  }
}

.navbar-right__menu .nav-message .dropdown-wrapper .user-avater img {
  width: 40px;
  border-radius: 50%;
}

.navbar-right__menu .nav-message .dropdown-wrapper .user-message p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin: 0;
}

@media only screen and (max-width: 479px) {
  .navbar-right__menu .nav-message .dropdown-wrapper .user-message p .msg-count {
    margin-left: 10px;
  }
}

.navbar-right__menu .nav-message .dropdown-wrapper .subject {
  color: #272b41;
}

.navbar-right__menu .nav-message .dropdown-wrapper span.time-posted {
  font-size: 12px;
}

.navbar-right__menu .nav-message .dropdown-wrapper .has-new-message .time-posted {
  color: #20c997;
}

.navbar-right__menu .nav-notification ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}

.navbar-right__menu .nav-notification__single {
  padding: 15px 25px;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-right__menu .nav-notification__single:hover {
  box-shadow: 0 15px 50px rgba(146, 153, 184, 0.2);
}

.navbar-right__menu .nav-notification__type {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.navbar-right__menu .nav-notification__type span {
  font-size: 15px;
}

.navbar-right__menu .nav-notification__type svg {
  width: 15px;
}

.navbar-right__menu .nav-notification__type--primary {
  color: #137efc;
  background: #dfe0fc;
}

.navbar-right__menu .nav-notification__type--secondary {
  color: #ff69a5;
  background: #ffe1ed;
}

.navbar-right__menu .nav-notification__type--success {
  color: #20c997;
  background: #d2f4ea;
}

.navbar-right__menu .nav-notification__type--info {
  color: #2c99ff;
  background: #d5ebff;
}

.navbar-right__menu .nav-notification__type--danger {
  color: #ff4d4f;
  background: #ffdbdc;
}

.navbar-right__menu .nav-notification__details {
  flex: 1;
}

.navbar-right__menu .nav-notification__details p {
  margin-bottom: 5px;
  font-size: 14px;
}

.navbar-right__menu .nav-notification__details p:last-child {
  margin: 0;
}

.navbar-right__menu .nav-notification__details .time-posted {
  font-size: 12px;
}

.navbar-right__menu .nav-support .dropdown-wrapper {
  padding: 30px;
}

.navbar-right__menu .nav-support .list-group span {
  color: #9299b8;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.navbar-right__menu .nav-support .list-group ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  list-style: none;
}

.navbar-right__menu .nav-support .list-group ul:last-child {
  margin-bottom: 0;
}

.navbar-right__menu .nav-support .list-group ul li {
  margin-bottom: 10px;
}

.navbar-right__menu .nav-support .list-group ul li a {
  color: #272b41;
  font-size: 14px;
  font-weight: 500;
}

.navbar-right__menu .nav-author .dropdown-wrapper {
  min-width: 300px;
}

@media only screen and (max-width: 767px) {
  .navbar-right__menu .nav-author .dropdown-wrapper {
    min-width: 100%;
    position: fixed;
  }
}

.navbar-right__menu .nav-author__info {
  background: #f4f5f7;
  border-radius: 8px;
  margin: 10px;
  display: flex;
  align-items: center;
  padding: 20px 25px;
}

.navbar-right__menu .nav-author__info .author-img {
  margin-right: 15px;
}

.navbar-right__menu .nav-author__info .author-img img {
  max-width: 40px;
}

.navbar-right__menu .nav-author__info h6 {
  font-weight: 500;
  font-size: 14px;
}

.navbar-right__menu .nav-author__info span {
  font-size: 13px;
}

.navbar-right__menu .nav-author__signout {
  font-size: 13px;
  background: #f8f9fb;
  padding: 18px 15px;
  color: #868eae;
  display: block;
  text-align: center;
  font-weight: 500;
}

.navbar-right__menu .nav-author__signout svg {
  width: 15px;
}

.navbar-right__menu .nav-author__signout span {
  font-size: 15px;
}

.navbar-right__menu .nav-author__options ul {
  list-style: none;
  margin: 0;
  padding: 0 0 15px;
}

.navbar-right__menu .nav-author__options ul li {
  padding: 0;
}

.navbar-right__menu .nav-author__options ul li a {
  font-size: 14px;
  display: block;
  padding: 9px 25px 9px;
  color: #9299b8;
  transition: all 0.3s ease;
}

.navbar-right__menu .nav-author__options ul li a svg,
.navbar-right__menu .nav-author__options ul li a span {
  margin-right: 12px;
}

.navbar-right__menu .nav-author__options ul li a svg {
  width: 16px;
}

.navbar-right__menu .nav-author__options ul li a:hover {
  background: rgba(95, 99, 242, 0.05);
  padding-left: 35px;
  color: #137efc;
}

.navbar-right__menu .search-toggle.active i.la-times {
  display: block;
}

.navbar-right__menu .search-toggle.active i.la-search {
  display: none;
}

.navbar-right__menu .search-toggle i,
.navbar-right__menu .search-toggle svg {
  font-size: 18px;
}

.navbar-right__menu .search-toggle i.la-times {
  display: none;
}

.navbar-right__menu .search-toggle i.la-search {
  display: block;
}

.layout-dark .navbar-right__menu .search-toggle i,
.layout-dark .navbar-right__menu .search-toggle svg {
  color: #ffffff60;
}

.search-form-topMenu {
  display: none;
  position: absolute;
  padding: 0 15px;
  min-width: 320px;
  top: 4px;
  right: 40px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #f1f2f6;
  border-radius: 6px;
}

.search-form-topMenu.show {
  display: flex;
  align-items: center;
}

.search-form-topMenu .search-icon {
  width: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.search-form-topMenu input {
  border: 0 none;
  padding-left: 30px;
}

.navbar-right__mobileAction a {
  padding: 15px 0;
  display: inline-block;
}

.navbar-right__mobileAction a svg,
.navbar-right__mobileAction a img {
  width: 20px;
}

.navbar-right__mobileAction a+a {
  margin-left: 15px;
}

.navbar-right__mobileAction .btn-search.search-active .feather-search {
  display: none;
}

.navbar-right__mobileAction .btn-search.search-active .feather-x {
  display: inline-block;
}

.navbar-right__mobileAction .btn-search .feather-x {
  display: none;
}

.mobile-search,
.mobile-author-actions {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 56px;
  z-index: 999;
  display: flex;
  align-items: center;
  transform: translateY(-80px);
  transition: 0.35s;
  box-shadow: 0px 2px 30px rgba(146, 153, 184, 0.063);
}

.mobile-search.show,
.mobile-author-actions.show {
  transform: translateY(0px);
}

.mobile-search .search-form,
.mobile-author-actions .search-form {
  display: flex;
  align-items: center;
  width: 100%;
}

.mobile-search .search-form .form-control,
.mobile-author-actions .search-form .form-control {
  border: 0 none;
}

.mobile-search .search-form svg,
.mobile-search .search-form img,
.mobile-author-actions .search-form svg,
.mobile-author-actions .search-form img {
  margin-left: 15px;
  width: 20px;
}

.mobile-author-actions {
  padding: 0 15px;
  display: flex;
}

.mobile-author-actions .navbar-right__menu {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}

.list-settings {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

@media only screen and (max-width: 479px) {
  .list-settings {
    height: 300px;
    overflow-y: auto;
  }
}

.list-settings li {
  width: 50%;
  flex: 0 0 50%;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .list-settings li {
    padding: 10px;
    width: 100%;
    flex: 0 0 100%;
    flex-flow: column;
  }

  .list-settings li .mr-3 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.list-settings li:hover {
  background: #fff;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.15);
}

.list-settings li p {
  font-size: 14px;
  margin: 0;
}

.list-settings li a {
  color: #272b41;
}

.list-settings li h6 {
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .strikingDash-top-menu {
    display: none;
  }
}

.strikingDash-top-menu ul li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}

.strikingDash-top-menu ul li:not(:last-child) {
  margin-right: 34px;
}

@media only screen and (max-width: 1300px) {
  .strikingDash-top-menu ul li:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .strikingDash-top-menu ul li:not(:last-child) {
    margin-right: 26px;
  }
}

@media only screen and (max-width: 1024px) {
  .strikingDash-top-menu ul li:not(:last-child) {
    margin-right: 16px;
  }
}

.strikingDash-top-menu ul li.has-subMenu>a {
  position: relative;
}

.strikingDash-top-menu ul li.has-subMenu>a:before {
  font-size: 12px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-family: "Line Awesome Free";
  content: "\f107";
  line-height: 1;
}

.strikingDash-top-menu ul li.has-subMenu-left>a {
  position: relative;
}

.strikingDash-top-menu ul li.has-subMenu-left>a:before {
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-family: "Line Awesome Free";
  content: "\f105";
  line-height: 1;
}

.strikingDash-top-menu ul li:hover>.subMenu {
  top: 65px;
  opacity: 1;
  visibility: visible;
}

.strikingDash-top-menu ul li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 1.657rem 0;
}

.strikingDash-top-menu ul li a svg,
.strikingDash-top-menu ul li a img,
.strikingDash-top-menu ul li a i {
  margin-right: 14px;
  width: 16px;
}

.strikingDash-top-menu ul li>ul li {
  display: block;
  position: relative;
  padding-right: 0;
  margin-right: 0 !important;
}

.strikingDash-top-menu ul li>ul li a {
  font-weight: 400;
  padding: 0 30px;
  line-height: 3;
  color: #868eae;
  transition: 0.3s;
}

.strikingDash-top-menu ul li>ul li a:hover,
.strikingDash-top-menu ul li>ul li a.active {
  background-color: rgba(95, 99, 242, 0.06);
  padding-left: 40px;
}

.strikingDash-top-menu ul li>ul li:hover .subMenu {
  top: 0;
  left: 250px;
}

@media only screen and (max-width: 1300px) {
  .strikingDash-top-menu ul li>ul li:hover .subMenu {
    left: 180px;
  }
}

.strikingDash-top-menu .subMenu {
  width: 250px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 80px;
  padding: 12px 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 98;
  box-shadow: 0px 15px 40px 0px rgba(82, 63, 105, 0.15);
}

@media only screen and (max-width: 1300px) {
  .strikingDash-top-menu .subMenu {
    width: 180px;
  }
}

.strikingDash-top-menu .subMenu .subMenu {
  width: 250px;
  background: #fff;
  position: absolute;
  left: 250px;
  top: 0px;
  padding: 12px 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 98;
  box-shadow: 0px 15px 40px 0px rgba(82, 63, 105, 0.15);
}

@media only screen and (max-width: 1300px) {
  .strikingDash-top-menu .subMenu .subMenu {
    width: 200px;
    left: 180px;
  }
}

.layout-dark .strikingDash-top-menu>ul>li>a {
  color: #ffffff60;
}

.strikingDash-top-menu>ul>li:hover .megaMenu-wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.strikingDash-top-menu>ul>li.mega-item {
  position: static;
}

.strikingDash-top-menu>ul>li a.active:before {
  color: #137efc !important;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper {
  display: flex;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  overflow: hidden;
  z-index: -1;
  padding: 16px 0;
  box-shadow: 0px 15px 40px 0px rgba(82, 63, 105, 0.15);
  border-radius: 0 0 6px 6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #fff;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small {
  width: 500px;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small>li {
  flex: 0 0 50%;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small ul li>a {
  padding: 0 45px;
  position: relative;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small ul li>a:after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c6d0dc;
  content: "";
  transition: 0.3s;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small ul li>a:hover,
.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-small ul li>a.active {
  padding-left: 45px;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-wide {
  width: 1000px;
  padding: 5px 0 18px;
}

@media only screen and (max-width: 1300px) {
  .strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-wide {
    width: 800px;
  }
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-wide>li {
  position: relative;
  flex: 0 0 25%;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-wide>li:hover:after {
  opacity: 1;
  visibility: visible;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-wide>li .mega-title {
  display: inline-block;
  margin: 20px 0 14px 0;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 45px;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper.megaMenu-wide>li .mega-title:after {
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c6d0dc;
  content: "";
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper ul li {
  position: relative;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper ul li:hover>a {
  padding-left: 45px;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper ul li>a {
  line-height: 3;
  color: #868eae;
  font-weight: 400;
  transition: 0.3s;
}

.strikingDash-top-menu>ul>li .megaMenu-wrapper ul li:after {
  width: 6px;
  height: 1px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #868eae;
}

.dropdown {
  display: inline-block;
}

.dropdown a,
.dropdown i,
.dropdown span,
.dropdown svg {
  font-size: 14px;
}

.dropdown svg,
.dropdown img {
  width: 16px;
}

.dropdown button {
  padding: 0 21.36px;
  height: 36px;
}

.dropdown button .icon-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -42px;
  top: 0;
  width: 36px;
  height: 36px;
  z-index: 9;
  border: 1px solid #f1f2f6;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}

.dropdown button .icon-right svg,
.dropdown button .icon-right i,
.dropdown button .icon-right span {
  margin-right: 0;
}

.dropdown .btn-group button {
  border-radius: 5px 0 0 5px;
  padding: 0 16px;
}

.dropdown .btn-group button:first-child {
  border-radius: 5px 0 0 5px !important;
}

.dropdown .dropdown-toggle-split {
  padding: 0 9.5px !important;
  border-radius: 0 5px 5px 0 !important;
}

.dropdown .dropdown-toggle-split svg,
.dropdown .dropdown-toggle-split i,
.dropdown .dropdown-toggle-split img,
.dropdown .dropdown-toggle-split span {
  margin: 0;
}

.dropdown-list {
  margin: -4px -2px;
}

.dropdown-list .dropdown {
  margin: 4px 2px;
}

/* custom dropdown */
.dropdown-custom {
  position: relative;
}

.dropdown-custom .dropdown-wrapper {
  position: absolute;
  right: 0;
  top: 54px;
  min-width: 360px;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  transform: scale(0.7);
  transform-origin: top right;
}

.dropdown-custom .dropdown-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  top: -35px;
  left: 0;
}

.dropdown-custom .dropdown-wrapper--large {
  min-width: 700px;
}

.dropdown-custom .dropdown-wrapper--small {
  min-width: 130px;
}

.dropdown-custom:hover .dropdown-wrapper {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

/* basic dropdown */
.dropdown-default,
.dropdown-menu {
  position: absolute;
  background: #fff;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  padding: 15px 0;
  z-index: 2222;
  transform: none !important;
  top: 40px !important;
  left: auto !important;
  right: 0 !important;
}

.dropdown-default .dropdown-item,
.dropdown-menu .dropdown-item {
  font-size: 14px;
  display: block;
  line-height: 1.1;
  padding: 13px 30px;
  font-weight: 500;
}

.dropdown-default .dropdown-item:hover,
.dropdown-menu .dropdown-item:hover {
  background: rgba(95, 99, 242, 0.06);
}

.dropdown-default .dropdown-item.disabled,
.dropdown-menu .dropdown-item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.dropdown-hover {
  position: relative;
}

.dropdown-hover:hover .dropdown-default {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}

.dropdown-hover:hover.dropdown-btn .dropdown-default {
  transform: translateY(15px);
  top: 40px !important;
}

.dropdown-hover .dropdown-default {
  left: 0 !important;
  right: auto !important;
  top: 30px !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.dropdown-default.dropdown-bottomRight {
  left: auto !important;
  right: 0;
}

.dropdown-default.dropdown-bottomCenter {
  left: 50%;
  transform: translate(-50%, 0px) !important;
}

.dropdown-default.dropdown-topLeft {
  top: 0;
  transform: translateY(-110%) !important;
}

.dropdown-default.dropdown-topCenter {
  top: 0;
  transform: translate(-50%, -110%) !important;
  left: 50%;
}

.dropdown-default.dropdown-topRight {
  top: 0;
  transform: translateY(-110%) !important;
  left: auto !important;
  right: 0;
}

.dropdown-hover:hover .dropdown-default.dropdown-bottomCenter {
  transform: translate(-50%, 0px) !important;
}

.dropdown-hover:hover .dropdown-default.dropdown-topLeft {
  transform: translateY(-130%) !important;
}

.dropdown-hover:hover .dropdown-default.dropdown-topCenter {
  transform: translate(-50%, -130%) !important;
}

.dropdown-hover:hover .dropdown-default.dropdown-topRight {
  transform: translateY(-130%) !important;
}

.dropdown.dropdown-disable button {
  color: #adb4d2 !important;
  cursor: not-allowed !important;
}

.sidebar {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  box-shadow: 0 0 30px rgba(146, 153, 184, 0.1);
  width: 230px;
  background: #fff;
  padding: 0px;
  /*transition: all 0.3s ease;*/
  z-index: 999;
  display: flex;
  flex-direction: column;
  overflow: visible;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 767px) {
  .sidebar {
    top: 44px;
  }
}

.sidebar .menu-text {
  transition: 0.2s;
}

.sidebar .menuItem {
  display: inline-block;
}

.sidebar.collapsed {
  width: 76px;
  padding: 0px;
  transition: all 0.6s ease;
}

@media (max-width: 768px) {
  .sidebar.collapsed {
    left: -76px;
  }

  /* .header-toolbar-custom-buttons-content {
    display: none !important;
  } */
}

.sidebar.collapsed .menu-text {
  display: none;
}

.sidebar.collapsed .menuItem {
  display: none;
}

.sidebar.collapsed .sidebar__menu-group {
  margin-bottom: 0;
  height: calc(100vh - 152px);
}

.sidebar.collapsed .sidebar__menu-group .ss-custom-menu-content {
  overflow-y: visible;
}

.sidebar.collapsed .sidebar__menu-group>span {
  display: none;
}

.sidebar.collapsed .sidebar__menu-group li {
  position: relative;
}

.sidebar.collapsed .sidebar__menu-group li.menu-title {
  display: none;
}

.sidebar.collapsed .sidebar__menu-group li a {
  width: 42px;
  height: 42px;
  border-radius: 50%!important;
  padding: 15px 0;
  justify-content: center;
  margin: 0 auto;
}

.sidebar.collapsed .sidebar__menu-group li a .nav-icon {
  margin-right: 0;
}

.sidebar.collapsed .sidebar__menu-group li a .toggle-icon {
  display: none!important;
}

.sidebar.collapsed .sidebar__menu-group li a.active,
.sidebar.collapsed .sidebar__menu-group li a:hover {
  background-color: rgba(95, 99, 242, 0.05);
}

.sidebar.collapsed .sidebar__menu-group .has-child ul {
  width: 240px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  right: -225px;
  position: absolute;
  top: 0;
  padding: 10px 20px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  max-height: 350px;
  overflow: auto;
  z-index: 999;
}

@media only screen and (max-width: 1399px) {
  .sidebar.collapsed .sidebar__menu-group .has-child ul {
    max-height: 300px;
  }
}

.sidebar.collapsed .sidebar__menu-group .has-child ul li a {
  width: 100%;
  height: auto;
  padding: 8px 0;
  text-align: left;
  justify-content: flex-start;
}

@media only screen and (max-width: 1599px) {
  .sidebar.collapsed .sidebar__menu-group .has-child ul li a {
    padding: 6px 0;
  }
}

.sidebar.collapsed .sidebar__menu-group .has-child ul li a:hover,
.sidebar.collapsed .sidebar__menu-group .has-child ul li a.active {
  background-color: transparent;
}

.sidebar.collapsed .sidebar__menu-group .has-child:hover ul {
  display: block !important;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

/*.sidebar.collapsed .mCustomScrollBox,*/
/*.sidebar.collapsed .mCSB_container {*/
/*  overflow: visible;*/
/*}*/

.sidebar .mCustomScrollBox,
.sidebar .mCSB_container {
  overflow: visible;
}

.sidebar__menu-group {
  margin-bottom: 0;
  height: calc(100vh - 308px);
  display: flex;
  flex-direction: column;
}

.sidebar__menu-group .ss-custom-menu-content {
  overflow-y: auto;
  flex: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar__menu-group .ss-custom-menu-content::-webkit-scrollbar {
    display: none;
}

.sidebar__menu-group ul.sidebar_nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__menu-group ul.sidebar_nav li.menu-title span {
  text-transform: uppercase;
  display: block;
  color: #868eae;
  font-size: 12px;
  font-weight: 500;
  padding: 0 30px;
  margin-bottom: 10px;
}

.sidebar__menu-group ul.sidebar_nav li>a {
  display: flex;
  align-items: center;
  padding: 9.05px 30px 9.05px 14px;
  color: #272b41;
  font-size: 14px;
  position: relative;
}

.sidebar__menu-group ul.sidebar_nav li>a .nav-icon {
  color: #adb4d2;
  display: inline-block;
  margin-right: 20px;
  width: 16px;
  transition: all 0.3s ease;
}

.sidebar__menu-group ul.sidebar_nav li>a .toggle-icon {
  font-size: 12px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-left: auto;
  transition: all 0.3s ease;
}

.sidebar__menu-group ul.sidebar_nav li>a .toggle-icon:before {
  content: "\f105";
}

.sidebar__menu-group ul.sidebar_nav li>a .menuItem {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  font-size: 10px;
  border-radius: 3px;
  padding: 3px 4px 4px;
  line-height: 1;
  letter-spacing: 1px;
  color: white;
}

.sidebar__menu-group ul.sidebar_nav li ul {
  padding: 8px 0px 12px 36px;
}

.sidebar__menu-group ul.sidebar_nav li.has-child.open>a .toggle-icon:before {
  content: "\f107";
}

.sidebar__menu-group ul.sidebar_nav li ul li>a:hover,
.sidebar__menu-group ul.sidebar_nav li ul li>a.active {
  background-color: transparent;
}

.sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: relative;
  left: -10px;
}

/* .sidebar-toggle:hover {
  background-color: rgba(95, 99, 242, 0.1);
} */

.sidebar-toggle:hover svg #Path_1,
.sidebar-toggle:hover svg #Path_2,
.sidebar-toggle:hover svg #Path_3 {
  fill: #137efc;
}

.layout-dark .sidebar .sidebar__menu-group ul li.menu-title span {
  color: rgba(255, 255, 255, 0.38);
}

.layout-dark .sidebar .sidebar__menu-group ul li a {
  color: rgba(255, 255, 255, 0.6);
}

.layout-dark .sidebar .sidebar__menu-group ul li a:hover,
.layout-dark .sidebar .sidebar__menu-group ul li a.active {
  background-color: rgba(255, 255, 255, 0.05);
}

.layout-dark .sidebar .sidebar__menu-group ul li a .toggle-icon,
.layout-dark .sidebar .sidebar__menu-group ul li a .nav-icon {
  color: rgba(255, 255, 255, 0.6);
}

.badge-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6.64px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
}

.badge-sm {
  height: 14px;
  padding: 0 5.12px;
  font-size: 8px;
}

.badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6.64px;
  border-radius: 50%;
  font-size: 11px !important;
  font-weight: 500;
  line-height: 1.1;
}

.badge.badge-lg {
  height: 20px;
  padding: 0 8.23px;
  font-size: 12px;
}

.badge.badge-md {
  height: 15px;
  padding: 0 6.64px;
  font-size: 11px;
}

.badge.badge-sm {
  height: 14px;
  padding: 0 5.12px;
  font-size: 8px;
}

.badge.badge-circle {
  border-radius: 50%;
}

.badge.badge-round {
  border-radius: 15px;
}

.badge.badge-outlined {
  background: #fff;
}

.badge-dot-wrap {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  height: 8px;
  width: 8px;
  top: -2.5px;
  right: -2.5px;
}

.badge-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.badge-red {
  position: relative;
}

.badge-red.atbd-badge-text {
  font-size: 12px;
}

.badge-red.atbd-badge-text .badge-dot-wrap {
  right: -8px;
}


.badge-red .badge-dot-wrap {
  width: 10px;
  height: 10px;
  top: -2px;
  right: 0px;
}

.badge-red .badge-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 1px;
  right: 1px;
}

.dynamic-badge-block {
  display: flex;
  align-items: flex-start;
}

.dynamic-badge-block .atbd-button-group {
  border-radius: 3px;
}

.dynamic-badge-block .atbd-button-group .btn-icon {
  padding: 0 0.922rem;
  height: 32px;
  border-width: 0;
  border-right-width: 1px;
}

.dynamic-badge-block .atbd-button-group .btn-icon svg {
  width: 20px;
  height: 20px;
}

.dynamic-badge-block .atbd-button-group .btn-dec {
  border-right: 0;
}

.dynamic-badge-block .atbd-button-group .btn-dec {
  border-left: 1px solid #e3e6ef;
}

.dynamic-badge-block .custom-switch {
  margin: 8px 0 0 16px;
}

.dynamic-badge-block .custom-switch.switch-md .custom-control-label:after {
  top: calc(0.0425rem + 4px);
}

.status-list-inline .badge-dot {
  margin-right: 10px;
}

.atbd-badge-text {
  font-size: 10px;
}

.atbd-badge-text:not(:last-child) {
  margin-bottom: 6px;
}

.atbd-badge-text .badge-dot {
  display: inline-block;
  margin-right: 10px;
}

.badge.badge-transparent.badge-danger {
  background-color: rgba(255, 77, 79, 0.1);
}

.badge.badge-transparent.badge-default {
  background-color: rgba(173, 180, 210, 0.1);
}

.badge.badge-transparent.badge-info {
  background-color: rgba(44, 153, 255, 0.1);
}

.badge.badge-transparent.badge-primary {
  background-color: rgba(95, 99, 242, 0.1);
}

.badge.badge-transparent.badge-success {
  background-color: rgba(32, 201, 151, 0.1);
}

.badge.badge-transparent.badge-warning {
  background-color: rgba(250, 139, 12, 0.1);
}

.badge.badge-transparent.badge-light {
  background-color: rgba(146, 153, 184, 0.1);
}

.btn {
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.btn span,
.btn i {
  font-size: 15px;
  display: inline-block;
  margin-right: 8px;
}

.btn.btn-white {
  background: #fff;
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
}

.btn.btn-white:hover {
  border-color: transparent;
}

.btn.btn-white.btn-shadow-white {
  box-shadow: 0 10px 15px rgba(146, 153, 184, 0.15);
}

.btn.btn-white:focus {
  border-color: transparent;
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0);
}

.btn.btn-white:focus:active {
  background-color: transparent;
  box-shadow: 0 0 !important;
  border-color: transparent;
}

.btn.btn-light {
  background: #f4f5f7;
  border-color: transparent;
}

.btn.btn-light:hover {
  border-color: transparent;
  background-color: #e2e6ea;
}

.btn.btn-light:active {
  background-color: #e2e6ea;
  border-color: transparent;
}

.btn.btn-light:active:focus {
  background-color: #e2e6ea;
  border-color: transparent;
}

.btn.btn-light:focus {
  background-color: #e2e6ea;
  border-color: transparent;
}

.btn.btn-light.btn-transparent-light {
  background: rgba(244, 245, 247, 0.15);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  border-color: transparent;
  background-color: #e2e6ea;
}

.btn.btn-transparent-primary,
.btn.btn-transparent-secondary,
.btn.btn-transparent-success,
.btn.btn-transparent-info,
.btn.btn-transparent-warning,
.btn.btn-transparent-danger,
.btn.btn-transparent-dark,
.btn.btn-transparent-light {
  border-color: transparent;
}

.btn.btn-transparent-primary:hover,
.btn.btn-transparent-secondary:hover,
.btn.btn-transparent-success:hover,
.btn.btn-transparent-info:hover,
.btn.btn-transparent-warning:hover,
.btn.btn-transparent-danger:hover,
.btn.btn-transparent-dark:hover,
.btn.btn-transparent-light:hover {
  border-color: transparent;
}

.btn.btn-transparent-secondary {
  color: #ff69a5 !important;
}

.btn.btn-transparent-secondary:hover {
  color: #ffffff !important;
}

.btn.btn-transparent-warning {
  color: #fa8b0c !important;
}

.btn.btn-transparent-warning:hover {
  color: #ffffff !important;
}

.btn.btn-rounded {
  border-radius: 20px;
}

.btn.btn-circle {
  border-radius: 50%;
}

.btn.btn-icon {
  height: 42px;
  padding: 0 0.845rem;
}

.btn.btn-icon svg {
  margin: 0;
}

.btn.btn-outline-light {
  border-color: #f1f2f6;
}

.btn.btn-outline-light:hover {
  background-color: #e2e6ea;
}

.btn.btn-outline-dashed {
  border-style: dashed;
}

.btn-xs {
  font-size: 12px;
  border-radius: 4px;
  padding: 0 0.86rem;
  line-height: 2.4;
}

.btn-dropdown i {
  margin-left: 10px;
}

.atbd-button-group {
  border-radius: 0 3px 3px 0;
}

.atbd-button-group .btn {
  padding: 0 0.7rem;
  z-index: 0 !important;
}

.atbd-button-group .btn:focus,
.atbd-button-group .btn:active {
  color: #5a5f7d !important;
  outline: none;
  box-shadow: 0 0px 0px rgba(146, 153, 184, 0) !important;
  border-color: #f1f2f6 !important;
}

.atbd-button-group .btn:first-child {
  border-radius: 3px 0 0 3px;
}

.atbd-button-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}

.atbd-button-group .btn.btn-outline-light.active {
  background-color: #137efc !important;
  border-color: #137efc !important;
}

.atbd-button-group .btn.btn-outline-light.active:hover {
  background-color: #137efc !important;
  border-color: #137efc !important;
}

.atbd-button-group .btn.btn-outline-light:hover {
  background-color: #f4f5f7 !important;
}

.atbd-button-group.btn-group-solid .btn-light {
  color: #adb4d2 !important;
}

.atbd-button-group.btn-group-withIcon {
  border: 0 none;
}

.atbd-button-group.btn-group-withIcon .btn {
  padding: 0 0.69rem;
}

.atbd-button-group.btn-group-withIcon .btn.active {
  background-color: #0E68D4FF;
}

.atbd-button-group.btn-group-withIcon .btn svg {
  margin-right: 0;
}

.btn-group>.btn {
  z-index: 1;
}

.btn.btn-ghost {
  background: transparent;
  border: 1px solid #bfb2f0;
}

.btn.btn-ghost:hover {
  background: #ffffff10;
  color: #fff;
  border-color: transparent;
}

.btn.btn-block {
  width: 100%;
  display: block;
}

.button-group {
  display: flex;
  margin: -5px;
}

.button-group button {
  margin: 5px;
}

.btn:disabled {
  cursor: not-allowed;
}

.atbd-nav-controller .nav .nav-link {
  position: relative;
  flex: initial;
  line-height: 2.65;
  padding: 0 16.44px;
  border-width: 1px 1px 1px 0;
  border-radius: 0px;
  min-height: 42px;
}

.atbd-nav-controller .nav .nav-link.active,
.atbd-nav-controller .nav .nav-link:focus {
  background-color: #fff !important;
  box-shadow: 0 0;
}

.atbd-nav-controller .nav .nav-link.active:hover,
.atbd-nav-controller .nav .nav-link:focus:hover {
  background-color: #fff !important;
  box-shadow: 0 0;
}

.atbd-nav-controller .nav .nav-link.active:focus,
.atbd-nav-controller .nav .nav-link:focus:focus {
  outline: none;
  box-shadow: 0 0;
}

.atbd-nav-controller .nav .nav-link:last-child {
  border-radius: 0 5px 5px 0;
}

.atbd-nav-controller .nav .nav-link:first-child {
  border-radius: 5px 0 0 5px;
  border-left-width: 1px;
}

.atbd-nav-controller .nav .nav-link:not(:first-child):before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #e3e6ef;
  content: "";
}

.atbd-nav-controller .btn-group>.btn.active,
.atbd-nav-controller .btn-group>.btn.focus {
  z-index: 1 !important;
}

.atbd-nav-controller .nav-controller-content {
  margin-top: 35px;
}

.nav-controller-content .nav-link {
  border: 0 none;
}

.alert {
  display: flex;
  min-height: 44px;
}

.alert.alert-icon-area {
  align-items: center;
  padding: 0.5313rem 1.25rem;
}

.alert.alert-icon-area .alert-icon svg {
  margin-top: 1px;
}

.alert.alert-icon-big {
  padding: 1.125rem 1.25rem;
}

.alert.alert-big {
  padding: 0.8125rem 20px;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert .alert-icon {
  margin-right: 10px;
  display: flex;
}

.alert .alert-icon svg {
  width: 15px;
  margin-top: -3px;
}

.alert .alert-heading {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.alert p {
  font-size: 14px;
  margin-bottom: 0;
}

.alert.alert-dismissible .close {
  padding: 10px 20px;
}

.alert.alert-dismissible .close span,
.alert.alert-dismissible .close i {
  font-size: 12px;
  font-weight: 500;
  display: block;
  line-height: 1.9;
}

.alert.alert-dismissible .close svg,
.alert.alert-dismissible .close img {
  width: 12px;
}

.avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 10px;
}

.avatar.avatar-light {
  background: #f1f2f6;
}

.avatar.avatar-light.avatar-transparent {
  background: rgba(146, 153, 184, 0.15);
}

.avatar.avatar-warning.avatar-transparent {
  background: rgba(250, 139, 12, 0.15);
}

.avatar.avatar-primary.avatar-transparent {
  background: rgba(95, 99, 242, 0.15);
}

.avatar.avatar-success.avatar-transparent {
  background: rgba(32, 201, 151, 0.15);
}

.avatar.avatar-info.avatar-transparent {
  background: rgba(44, 153, 255, 0.15);
}

.avatar .avatar-text {
  text-transform: uppercase;
}

.avatar .avatar-img {
  width: 100%;
  height: 100%;
}

.avatar.avatar-xl {
  width: 120px;
  min-width: 120px;
  height: 120px;
}

.avatar.avatar-lg {
  width: 64px;
  min-width: 64px;
  height: 64px;
}

.avatar.avatar-lg svg,
.avatar.avatar-lg i {
  transform: scale(1.25);
}

.avatar.avatar-lg .avatar-letter {
  font-size: 24px;
}

.avatar.avatar-lg .avatar-text {
  font-size: 14px;
}

.avatar.avatar-md {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.avatar.avatar-md svg,
.avatar.avatar-md i {
  transform: scale(1);
}

.avatar.avatar-md .avatar-letter {
  font-size: 22px;
}

.avatar.avatar-md .avatar-text {
  font-size: 12px;
}

.avatar.avatar-sm {
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.avatar.avatar-sm svg,
.avatar.avatar-sm i {
  transform: scale(0.85);
}

.avatar.avatar-sm .avatar-letter {
  font-size: 20px;
}

.avatar.avatar-sm .avatar-text {
  font-size: 10px;
}

.avatar.avatar-xs {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.avatar.avatar-xs svg,
.avatar.avatar-xs i {
  transform: scale(0.6);
}

.avatar.avatar-xs .avatar-letter {
  font-size: 18px;
}

.avatar.avatar-xs .avatar-text {
  font-size: 8px;
}

.avatar.avatar-circle {
  border-radius: 50%;
}

.avatar.avatar-square {
  border-radius: 3px;
}

.avatar .avatar-badge-wrap {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border-radius: 50%;
  padding: 1.3px 3px;
  line-height: 1;
}

.avatar .avatar-badge-wrap .badge {
  padding: 1.5px 4.52px;
}

.avatar .avatar-badge-wrap.avatar-badge-icon {
  background: transparent;
}

.avatar .avatar-badge-wrap .badge-icon {
  width: 16px;
  height: 16px;
}

.breadcrumb-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
  margin-top: 23px;
}

@media only screen and (max-width: 575px) {
  .breadcrumb-main {
    margin-top: 20px;
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-main {
    flex-flow: column;
    justify-content: center;
  }
}

.breadcrumb-main .breadcrumb-action {
  display: flex;
  margin: 0 -4px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-main .breadcrumb-action {
    margin: 10px 4px 0 -4px;
  }
}

@media only screen and (max-width: 575px) {
  .breadcrumb-main .breadcrumb-action {
    margin: 5px 4px 0 -4px;
  }
}

.breadcrumb-main .breadcrumb-action .action-btn {
  margin: 7.5px 4px;
}

.breadcrumb-main .breadcrumb-action .action-btn .btn {
  border-radius: 3px;
  font-weight: 500;
  height: 34px;
  padding: 0 7.5px;
}

.breadcrumb-main .breadcrumb-action .action-btn .btn:focus,
.breadcrumb-main .breadcrumb-action .action-btn .btn:active {
  background: #fff;
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05) !important;
  border-color: transparent;
}

.breadcrumb-main .breadcrumb-action .action-btn .btn-add {
  padding: 0 9.125px;
}

.breadcrumb-main .breadcrumb-action .action-btn .btn-add:focus,
.breadcrumb-main .breadcrumb-action .action-btn .btn-add:active {
  background: #137efc;
}

.breadcrumb-main .breadcrumb-action .input-container.icon-left input {
  padding-left: 32px;
}

.breadcrumb-main .breadcrumb-action .input-container.icon-left input::placeholder {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  color: #5a5f7d;
}

.breadcrumb-main .breadcrumb-action .input-container .icon-left {
  left: 12px;
}

@media only screen and (max-width: 375px) {
  .breadcrumb-main .breadcrumb-action .input-container .icon-left {
    left: 8px;
  }
}

.breadcrumb-main .breadcrumb-action .input-container .icon-right {
  right: 8px;
}

@media only screen and (max-width: 375px) {
  .breadcrumb-main .breadcrumb-action .input-container .icon-right {
    right: 4px;
  }
}

.breadcrumb-main .breadcrumb-action .input-container input {
  padding: 10px 1rem;
  font-weight: 500;
  font-size: 12px;
}

.breadcrumb-main .breadcrumb-action .form-control {
  border: 0 none;
  height: 34px;
}

@media (min-width: 1200px) {
  .breadcrumb-main .user-member__form {
    width: 350px;
  }
}

.atbd-breadcrumb__item a,
.atbd-breadcrumb__item span {
  font-size: 14px;
}

.atbd-breadcrumb__item span.la {
  font-size: 14px;
}

.atbd-breadcrumb__item span.la-slash {
  /*rtl:ignore*/
  transform: rotate(-20deg);
}

.atbd-breadcrumb__item .dropdown>a:after {
  font-size: 10px;
  font-family: "Line Awesome Free";
  font-weight: 700;
  content: "\f107";
}

.custom-switch .custom-control-input:focus~.custom-control-label:before {
  box-shadow: none;
}

.custom-switch .custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: transparent;
  background-color: #E3E6EF;
}

.custom-switch .custom-control-input .custom-control-input:checked~.custom-control-label::before {
  border-color: #137efc;
}

.custom-switch .custom-control-label:before {
  background-color: #E3E6EF;
  border: transparent;
  box-shadow: none;
}

.custom-switch .custom-control-label:after {
  top: calc(0.0425rem + 4px);
  left: calc(-3rem + 4px);
  background-color: white;
}

.custom-switch.switch-md .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(0.85rem);
}

.custom-switch.switch-md .custom-control-label:before {
  width: 2.188rem;
  height: 1.25rem;
}

.custom-switch.switch-md .custom-control-label:after {
  top: calc(0.0425rem + 3px);
  width: calc(1.25rem - 6px);
  height: calc(1.25rem - 6px);
}

.custom-switch.switch-sm .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(0.88rem);
}

.custom-switch.switch-sm .custom-control-label:before {
  width: 1.875rem;
  height: .938rem;
}

.custom-switch.switch-sm .custom-control-label:after {
  top: calc(0.041rem + 2.9px);
  left: calc(-3rem + 3px);
  width: calc(1.125rem - 8px);
  height: calc(1.125rem - 8px);
}

.custom-switch.switch-primary .custom-control-input:checked~.custom-control-label::before {
  border-color: #137efc;
}

.custom-switch.switch-info .custom-control-input:checked~.custom-control-label::before {
  border-color: #2c99ff;
}

.custom-switch.switch-secondary .custom-control-input:checked~.custom-control-label::before {
  border-color: #ff69a5;
}

.custom-switch.switch-success .custom-control-input:checked~.custom-control-label::before {
  border-color: #20c997;
}

.custom-switch.switch-warning .custom-control-input:checked~.custom-control-label::before {
  border-color: #fa8b0c;
}

.custom-switch.switch-danger .custom-control-input:checked~.custom-control-label::before {
  border-color: #ff4d4f;
}

.card {
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
}

.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 60px;
}

@media only screen and (max-width: 575px) {
  .card .card-header {
    flex-flow: column;
    text-align: center;
    padding: 20px 0;
    min-height: auto;
    align-items: center;
  }
}

.card .card-header h1,
.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6 {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {

  .card .card-header h1,
  .card .card-header h2,
  .card .card-header h3,
  .card .card-header h4,
  .card .card-header h5,
  .card .card-header h6 {
    font-size: 15px;
  }
}

.card .card-header h1 span,
.card .card-header h2 span,
.card .card-header h3 span,
.card .card-header h4 span,
.card .card-header h5 span,
.card .card-header h6 span {
  font-size: 11px;
  /*rtl:begin:ignore*/
  margin-left: 15px;
  /*rtl:end:ignore*/
  color: #868eae;
}

@media only screen and (max-width: 767px) {

  .card .card-header h1 span,
  .card .card-header h2 span,
  .card .card-header h3 span,
  .card .card-header h4 span,
  .card .card-header h5 span,
  .card .card-header h6 span {
    display: block;
    margin: 8px 0 0 0;
  }
}

.card .card-header .card-tab {
  margin: -10px 0;
}

@media only screen and (max-width: 991px) {
  .card .card-header .card-tab {
    margin: 5px 0 5px;
  }
}

@media only screen and (max-width: 575px) {
  .card .card-header .card-tab {
    margin: 0 !important;
  }
}

.card .card-header .card-tab .btn {
  padding: 0 0.626rem;
  box-shadow: 0 0px 0px rgba(146, 153, 184, 0) !important;
}

.card .card-header .card-tab .btn:first-child {
  border-radius: 3px 0 0 3px;
}

.card .card-header .card-tab .btn:last-child {
  border-radius: 0 3px 3px 0;
}

.card .card-header .card-tab .btn.btn-white.active.border {
  border-color: #137efc !important;
}

.card .card-header .card-tab .btn.btn-white.active.border-light,
.card .card-header .card-tab .btn.btn-white.active.badge.badge-outlined.badge-light,
.card .card-header .card-tab .dynamic-badge-block .btn.btn-white.active.atbd-button-group,
.dynamic-badge-block .card .card-header .card-tab .btn.btn-white.active.atbd-button-group,
.card .card-header .card-tab .btn.btn-white.active.btn-outline-dashed,
.card .card-header .card-tab .custom-checkbox.checkbox-theme-2 input[type="checkbox"]+label.btn.btn-white.active:after,
.custom-checkbox.checkbox-theme-2 .card .card-header .card-tab input[type="checkbox"]+label.btn.btn-white.active:after,
.card .card-header .card-tab .form-basic select.btn.btn-white.active,
.form-basic .card .card-header .card-tab select.btn.btn-white.active,
.card .card-header .card-tab .btn.btn-white.active.atbd-steps__icon,
.card .card-header .card-tab .btn.btn-white.active.page-title-wrap.wrapper-bordered,
.card .card-header .card-tab .product-item__button button.btn.btn-white.active,
.product-item__button .card .card-header .card-tab button.btn.btn-white.active {
  border-color: #137efc !important;
}

.card .card-header .card-tab .btn.btn-white.active:focus {
  color: #ffffff !important;
}

.card .card-header .card-tab .btn.btn-white.border {
  border-color: #f1f2f6 !important;
}

.card .card-header .card-tab .btn.btn-white.border-light,
.card .card-header .card-tab .btn.btn-white.badge.badge-outlined.badge-light,
.card .card-header .card-tab .dynamic-badge-block .btn.btn-white.atbd-button-group,
.dynamic-badge-block .card .card-header .card-tab .btn.btn-white.atbd-button-group,
.card .card-header .card-tab .btn.btn-white.btn-outline-dashed,
.card .card-header .card-tab .custom-checkbox.checkbox-theme-2 input[type="checkbox"]+label.btn.btn-white:after,
.custom-checkbox.checkbox-theme-2 .card .card-header .card-tab input[type="checkbox"]+label.btn.btn-white:after,
.card .card-header .card-tab .form-basic select.btn.btn-white,
.form-basic .card .card-header .card-tab select.btn.btn-white,
.card .card-header .card-tab .btn.btn-white.atbd-steps__icon,
.card .card-header .card-tab .btn.btn-white.page-title-wrap.wrapper-bordered,
.card .card-header .card-tab .product-item__button button.btn.btn-white,
.product-item__button .card .card-header .card-tab button.btn.btn-white {
  border-color: #f1f2f6 !important;
}

.card .card-header .card-tab .btn.active {
  box-shadow: 0 0;
}

.card .card-header .card-extra {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .card .card-header .card-extra {
    flex-flow: column;
    margin-top: 15px;
  }
}

.card .card-header .card-extra .btn-link {
  font-size: 14px;
}

.card .card-header .dropdown {
  padding: 10px 0;
}

@media only screen and (max-width: 991px) {
  .card .card-header .dropdown {
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .card .card-header .dropdown {
    padding: 0;
    line-height: 1;
  }
}

.card .card-header .dropdown i,
.card .card-header .dropdown span,
.card .card-header .dropdown svg {
  font-size: 16px;
  color: #868eae;
}

.card .card-header .card-tab-links {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0px -8px;
}

@media only screen and (max-width: 991px) {
  .card .card-header .card-tab-links {
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .card .card-header .card-tab-links.mr-3 {
    margin-right: 0 !important;
  }
}

.card .card-header .card-tab-links a {
  display: block;
  font-weight: 500;
  color: #868eae;
  font-size: 12px;
  position: relative;
}

.card .card-header .card-tab-links li {
  padding: 0 8px;
}

@media only screen and (max-width: 1399px) {
  .card .card-header .card-tab-links li {
    padding: 0 6px;
  }
}

.card .card-header .card-tab-links li a {
  padding: 20.5px 0;
}

@media only screen and (max-width: 575px) {
  .card .card-header .card-tab-links li a {
    padding: 0;
  }
}

.card .card-header .card-tab-links li a.active {
  font-weight: 500;
}

.card .card-header .card-tab-links li a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 1px;
}

@media only screen and (max-width: 991px) {
  .card .card-header .card-tab-links li a.active:before {
    display: none;
  }
}

@media only screen and (max-width: 575px) {

  .card .card-header .card-tab+.dropdown,
  .card .card-header .card-tab-links+.dropdown {
    margin: 10px 0 -6px;
  }
}

.card .card-header .see-all {
  margin-top: 12px !important;
}

@media only screen and (max-width: 767px) {
  .card .card-body {
    padding: 1rem;
  }
}

.card.card-default {
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
  border: 0 none;
}

.card .card-single p {
  font-size: 14px;
  margin-bottom: 8px;
}

.card.card-md .card-header {
  padding: 18px 25px;
}

.card.card-sm .card-header {
  padding: 12px 15px;
}

.card.card-bordered {
  border-radius: 4px;
  border: 1px solid #f1f2f6;
}

.card.card-bordered .card-header {
  border-bottom: 1px solid #f1f2f6;
}

.card.bg-white .card-header,
.card.mobile-search .card-header,
.card.mobile-author-actions .card-header,
.atbd-nav-controller .nav .card.nav-link .card-header,
.card.forcast-cardbox .card-header,
.modal-content.modal-colored .modal-footer .card.btn .card-header,
.timeline-box .card.timeline-single__buble .card-header,
.card.atbd-submenu .card-header,
.card.mobile-nav-wrapper .card-header,
.card.atbd-pop-message .card-header,
.card.atbd-steps__content .card-header,
.custom-radio input[type="radio"]+label.card:after .card-header,
.custom-radio input[type="radio"]+label.card:before .card-header,
.atbd-slider .card.ui-slider-handle .card-header,
.atbd-slider .card.ui-slider-handle:after .card-header,
.card.atbd-drawer .card-header,
.tooltip .card.arrow:before .card-header,
.fc-theme-standard .fc-list .card.fc-list-empty .card-header,
#full-calendar .fc-toolbar-chunk .card.fc-today-button .card-header,
#full-calendar .fc-toolbar-chunk .card.fc-button.fc-prev-button .card-header,
#full-calendar .fc-toolbar-chunk .card.fc-button.fc-next-button .card-header,
#full-calendar .fc-toolbar-chunk .fc-button-group .card.fc-button-primary .card-header,
#full-calendar .fc-toolbar-chunk .fc-button-group .card.fc-button.fc-listMonth-button.fc-button-active .card-header,
.fc-theme-standard .card.fc-daygrid-day.fc-day-today .card-header,
.fc-timegrid-slots .card.fc-timegrid-slot .card-header,
.e-info-modal .card.modal-body .card-header,
table.table-basic tr td.card .card-header,
table.table-rounded tbody tr td.card .card-header,
.card.add-lebel-from .card-header,
.mailbox-top .card.mail-selection__dropdown .card-header,
.card.atbd-mailCompose .card-header,
.mailCompose-form-content .trumbowyg-box .card.trumbowyg-button-pane .card-header,
.mdc__author .author-info .card.mail-info .card-header,
.contact-breadcrumb .breadcrumb-main__wrapper .card.add-contact__form .card-header,
.card.contact-list-wrap .card-header,
.jvectormap-container .card.jvectormap-zoomin .card-header,
.jvectormap-container .card.jvectormap-zoomout .card-header,
.card.bg-white .card-body,
.card.mobile-search .card-body,
.card.mobile-author-actions .card-body,
.atbd-nav-controller .nav .card.nav-link .card-body,
.card.forcast-cardbox .card-body,
.modal-content.modal-colored .modal-footer .card.btn .card-body,
.timeline-box .card.timeline-single__buble .card-body,
.card.atbd-submenu .card-body,
.card.mobile-nav-wrapper .card-body,
.card.atbd-pop-message .card-body,
.card.atbd-steps__content .card-body,
.custom-radio input[type="radio"]+label.card:after .card-body,
.custom-radio input[type="radio"]+label.card:before .card-body,
.atbd-slider .card.ui-slider-handle .card-body,
.atbd-slider .card.ui-slider-handle:after .card-body,
.card.atbd-drawer .card-body,
.tooltip .card.arrow:before .card-body,
.fc-theme-standard .fc-list .card.fc-list-empty .card-body,
#full-calendar .fc-toolbar-chunk .card.fc-today-button .card-body,
#full-calendar .fc-toolbar-chunk .card.fc-button.fc-prev-button .card-body,
#full-calendar .fc-toolbar-chunk .card.fc-button.fc-next-button .card-body,
#full-calendar .fc-toolbar-chunk .fc-button-group .card.fc-button-primary .card-body,
#full-calendar .fc-toolbar-chunk .fc-button-group .card.fc-button.fc-listMonth-button.fc-button-active .card-body,
.fc-theme-standard .card.fc-daygrid-day.fc-day-today .card-body,
.fc-timegrid-slots .card.fc-timegrid-slot .card-body,
.e-info-modal .card.modal-body .card-body,
table.table-basic tr td.card .card-body,
table.table-rounded tbody tr td.card .card-body,
.card.add-lebel-from .card-body,
.mailbox-top .card.mail-selection__dropdown .card-body,
.card.atbd-mailCompose .card-body,
.mailCompose-form-content .trumbowyg-box .card.trumbowyg-button-pane .card-body,
.mdc__author .author-info .card.mail-info .card-body,
.contact-breadcrumb .breadcrumb-main__wrapper .card.add-contact__form .card-body,
.card.contact-list-wrap .card-body,
.jvectormap-container .card.jvectormap-zoomin .card-body,
.jvectormap-container .card.jvectormap-zoomout .card-body {
  background-color: #fff;
}

.card-grid-table tr:last-child td {
  border-bottom: 0 none;
}

.card-grid-table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.card-grid-table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

.card-grid-table tr td {
  padding: 22px;
  text-align: center;
  border-top: 0 none;
  border-bottom: 1px solid #f1f2f6;
  border-left: 1px solid #f1f2f6;
}

.card-grid-table tr td p {
  font-size: 14px;
}

.card-overview-progress {
  min-height: 548px;
}

@media only screen and (max-width: 1599px) {
  .card-overview-progress {
    min-height: 510px;
  }
}

@media only screen and (max-width: 991px) {
  .card-overview-progress {
    min-height: 100%;
    max-width: 470px;
    margin: 0 auto;
  }
}

.card-overview-progress .card-header {
  background: linear-gradient(to right, #ff69a5, #fa8b0c);
  min-height: 215px;
  padding-top: 15px;
  align-items: flex-start;
}

@media only screen and (max-width: 575px) {
  .card-overview-progress .card-header {
    padding: 20px;
    min-height: 180px;
  }
}

.card-overview-progress .card-header .dropdown-toggle {
  font-size: 12px;
  font-weight: 500;
}

.card-overview-progress .card-header .dropdown-toggle:focus,
.card-overview-progress .card-header .dropdown-toggle:active {
  outline: none;
  box-shadow: 0 0 !important;
}

.card-overview-progress .card-header .btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.card-overview-progress .card-header .btn .la {
  display: inline-block;
  margin-left: 6px;
  margin-right: 0;
  font-size: 10px;
}

.card-overview-progress .card-body {
  margin-top: -107px;
}

.card-overview-progress .card-progress {
  background: #fff;
  box-shadow: 0 10px 30px rgba(146, 153, 184, 0.15);
  border-radius: 10px;
  padding: 25px;
}

@media only screen and (max-width: 1399px) {
  .card-overview-progress .card-progress {
    padding: 15px;
  }
}

.card-overview-progress .card-progress:not(:last-child) {
  margin-bottom: 25px;
}

.card-overview-progress .card-progress__summery {
  margin-bottom: 28px;
}

.card-overview-progress .card-progress__summery strong,
.card-overview-progress .card-progress__summery span {
  display: block;
}

.card-overview-progress .card-progress__summery strong {
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 1399px) {
  .card-overview-progress .card-progress__summery strong {
    font-size: 20px;
  }
}

.card-overview-progress .card-progress__summery span {
  font-size: 14px;
  color: #868eae;
}

@media only screen and (max-width: 1399px) {
  .card-overview-progress .card-progress__summery span {
    font-size: 13px;
  }
}

.card-overview-progress .card-progress__summery div+div strong {
  text-align: right;
}

.card-overview-progress .card-progress__bar .progress {
  height: 6px;
  box-shadow: none;
}

.card-overview-progress .card-progress__bar .progress-excerpt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.card-overview-progress .card-progress__bar .progress-excerpt p {
  margin: 0;
}

.card-overview-progress .card-progress__bar .progress-excerpt .progress-total {
  display: inline-block;
  font-weight: 500;
  color: #272b41;
  font-size: 14px;
}

.card-overview-progress .card-progress__bar .progress-upword,
.card-overview-progress .card-progress__bar .progress-downword {
  font-size: 13px;
  color: #868eae;
  margin: 16px 0 0;
}

.card-overview-progress .card-progress__bar .progress-upword strong,
.card-overview-progress .card-progress__bar .progress-downword strong {
  font-weight: 500;
  font-size: 14px;
  margin-right: 6px;
}

.top-menu .card-overview-progress {
  min-height: 596px;
}

@media only screen and (max-width: 1599px) {
  .top-menu .card-overview-progress {
    min-height: auto;
  }
}

.feature-cards {
  background: white;
  border-radius: 10px;
  margin-bottom: 0px;
}

.feature-cards figure {
  margin-bottom: 0;
}

.feature-cards__top {
  display: flex;
  justify-content: space-between;
}

.feature-cards__top span {
  font-size: 12px;
  font-weight: 500;
  color: #868eae;
}

.feature-cards img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.feature-cards figcaption {
  padding: 25px;
}

.feature-cards figcaption h4 {
  margin: 0px 0px 10px;
}

.feature-cards figcaption p {
  line-height: 1.79;
  margin-bottom: 15px;
  color: #5a5f7d;
  font-size: 14px;
  font-weight: 400;
}

.feature-cards figcaption button {
  background: rgba(95, 99, 242, 0.082);
  font-size: 15px;
  font-weight: 600;
  height: 48px;
}

.feature-cards figcaption button:hover {
  color: white;
}

.feature-cards figcaption .feedbackSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #adb4d2;
  flex-wrap: wrap;
  margin: -5px 0;
}

.feature-cards figcaption .feedbackSection .author {
  color: #5a5f7d;
  margin-right: 10px;
}

.feature-cards figcaption .feedbackSection .author img {
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.feature-cards figcaption .feedbackSection .author span {
  font-size: 14px;
  font-weight: 500;
}

.feature-cards figcaption .feedbackSection .feedback span {
  font-size: 13px;
  color: #adb4d2;
  display: inline-flex;
  align-items: center;
}

.feature-cards figcaption .feedbackSection .feedback span svg {
  margin: 0px 5px;
  cursor: pointer;
  color: #868eae;
  width: 15px;
}

.feature-card--1 figcaption {
  padding: 21px 25px 25px 25px;
}

.feature-card--1 figcaption h5 {
  margin: 18px 0px 15px;
}

.feature-card--1 figcaption p {
  margin-bottom: 17px;
}

.feature-card--1 figcaption .author,
.feature-card--1 figcaption .feedback {
  margin: 5px 0;
}

.feature-card--1 figcaption .feedback {
  display: flex;
}

.feature-card--1 figcaption .feedback .like {
  margin-right: 5px;
}

.feature-card--1 figcaption .feedbackSection .author img {
  width: 35px;
  height: 35px;
}

.feature-cards2 {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  min-height: 253px;
}

.feature-cards2>img {
  height: 253px;
}

.feature-cards2 figcaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 25px;
  background: rgba(39, 43, 65, 0.314);
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.feature-cards2 figcaption .feedbackSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.feature-cards2 figcaption .feedbackSection .author {
  color: white;
}

.feature-cards2 figcaption .feedbackSection .author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

.feature-cards2 figcaption .feedbackSection .author span {
  font-weight: 500;
  font-size: 13px;
}

.feature-cards2 figcaption h2 {
  color: white;
  margin: 0 0 19px;
  font-size: 18px;
  font-weight: 600;
}

.feature-cards2 figcaption p {
  line-height: 25px;
  font-size: 13px;
}

.feature-cards3 {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 0px;
}

.feature-cards3 svg {
  width: 60px;
}

.feature-cards3 figcaption h2 {
  margin: 18px 0px 10px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

.feature-cards3 figcaption p {
  line-height: 1.79;
  color: #5a5f7d;
  font-size: 14px;
}

.feature-cards3 figcaption a {
  color: #137efc;
  font-size: 15px;
  font-weight: 600;
}

.feature-cards4 {
  background: white;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin: 0px;
  min-height: 324px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.feature-cards4 svg {
  height: 107px;
  width: 100%;
}

.feature-cards4 figcaption h2 {
  margin: 30px 0px 15px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .feature-cards4 figcaption h2 {
    font-size: calc(16.4px + 0.3vw);
  }
}

.feature-cards4 figcaption p {
  line-height: 1.79;
  color: #5a5f7d;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.card__more-action svg {
  width: 24px;
  height: 24px;
  color: #adb4d2;
}

.feature-cards5 .card__more-action {
  margin-top: -17px;
}

.feature-cards6 {
  background: white;
  border-radius: 10px;
  margin-bottom: 0;
}

.feature-cards6 .card-short .card-short__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  padding: 25px 25px 0px;
}

.feature-cards6 .card-short .card-short__title img {
  max-width: 50px;
  margin-right: 20px;
}

.feature-cards6 .card-short .card-short__content {
  padding: 0px 25px;
}

.feature-cards6 .card-short .card-short__content p {
  color: #5a5f7d;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
}

.feature-cards6 .card-short .card-short__bottom {
  border-top: 1px solid #f1f2f6;
  padding: 20px 25px 20px;
}

.feature-cards6 .card-short .card-short__bottom.installed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-cards6 .card-short .card-short__bottom.installed .content-installed {
  display: flex;
}

.feature-cards6 .card-short .card-short-actions .content-action {
  display: flex;
  align-items: center;
}

.feature-cards6 .card-short .card-short-actions .content-action>button {
  display: flex;
  align-items: center;
  border-radius: 42px;
  margin-right: 16px;
  min-width: 24px;
  height: 34px;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 500;
}

.feature-cards6 .card-short .card-short-actions .content-action>button span {
  margin: 0;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 500;
}

.feature-cards6 .card-short .card-short-actions .content-action .more svg {
  color: #adb4d2;
  width: 24px;
  height: 24px;
}

.feature-cards6 .card-short .card-short-actions .content-not-installed.content-action {
  justify-content: flex-end;
}

.feature-cards6 .card-short .card-short-actions .content-not-installed.content-action>button {
  box-shadow: rgba(95, 99, 242, 0.125) 0px 10px 15px;
}

.feature-cards6 .card-short .card-short-checkbox {
  margin-right: 10px;
}

.feature-cards6 .card-short .card-short-checkbox .checkbox-text {
  text-transform: capitalize;
}

.feature-cards7 {
  margin-bottom: 0;
}

.feature-cards7 .banner-card {
  padding: 20px 25px 25px;
  border-radius: 10px;
}

.feature-cards7 .banner-card .banner-card__action {
  margin-top: -23px;
}

.feature-cards7 .banner-card.banner-card-border {
  border: 1px solid #f1f2f6;
}

.feature-cards7 .banner-card.banner-card-border .banner-card__top .banner-card__title {
  color: #272b41;
}

.feature-cards7 .banner-card.banner-card-border .banner-card__body p {
  color: #5a5f7d;
}

.feature-cards7 .banner-card.banner-card-border .banner-card__bottom .card-author .author-name {
  color: #5a5f7d;
}

.feature-cards7 .banner-card.banner-card-border .banner-card__bottom .card-meta li span {
  color: #adb4d2;
}

.feature-cards7 .banner-card .banner-card__top {
  display: flex;
  align-items: center;
}

.feature-cards7 .banner-card .banner-card__top .banner-card__title {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 17px;
}

.feature-cards7 .banner-card .banner-card__top .banner-card__title img,
.feature-cards7 .banner-card .banner-card__top .banner-card__title svg {
  margin-right: 10px;
}

.feature-cards7 .banner-card .banner-card__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px 0;
}

.feature-cards7 .banner-card .banner-card__bottom .card-author {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.feature-cards7 .banner-card .banner-card__bottom .card-author img {
  max-width: 30px;
  border-radius: 50%;
}

.feature-cards7 .banner-card .banner-card__bottom .card-meta {
  margin: 5px 0;
}

.feature-cards7 .banner-card .banner-card__bottom .card-author .author-name {
  margin-left: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.565);
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
}

.feature-cards7 .banner-card .banner-card__bottom .card-meta ul {
  display: flex;
  align-items: center;
}

.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li {
  display: flex;
  align-items: center;
}

.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li img,
.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li svg {
  color: #adb4d2;
  margin-right: 6px;
  width: 16px;
}

.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li:not(:last-child) {
  margin-right: 10px;
}

.feature-cards7 .banner-card .banner-card__bottom .card-meta ul li span {
  font-size: 13px;
  color: white;
}

.feature-cards7 .banner-card .banner-card__body p {
  margin-bottom: 20px;
  line-height: 1.786;
  color: rgba(255, 255, 255, 0.565);
  font-size: 14px;
  line-height: 1.71429;
  font-weight: 400;
}

.feature-cards7 .banner-card-image {
  background-image: url(/assets/management/feature-card-image7-1e9f72ef4c40d88d7a80e8d1fd40bd1ad2a6c46f49978f6b4ea86067a4e285d6.png);
  background-size: cover;
  background-position: center center;
}

.slick-slider {
  direction: ltr;
}

.slick-slider__single {
  float: left;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

.slick-slider__single p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
}

.slick-slider .slick-dots li {
  display: inline-flex;
  padding: 0 3px;
}

.slick-slider .slick-dots li.slick-active button {
  width: 25px;
  background-color: #fff;
}

.slick-slider .slick-dots button {
  border: 0 none;
  border-radius: 5px;
  width: 15px;
  height: 3px;
  transition: width 0.3s ease;
  padding: 0;
  text-indent: -9999px;
}

.carousel-position .carouse-position-content {
  margin-top: 16px;
}

.slick-slider.slick-dots-top .slick-dots {
  bottom: auto;
  top: 0;
  margin: 25px 0 0;
}

.slick-slider.slick-dots-bottom .slick-dots {
  bottom: 0;
  margin: 0 0 25px;
}

.slick-slider.slick-dots-left .slick-dots,
.slick-slider.slick-dots-right .slick-dots {
  flex-direction: column;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-slider.slick-dots-left .slick-dots button,
.slick-slider.slick-dots-right .slick-dots button {
  width: 3px;
  height: 15px;
}

.slick-slider.slick-dots-left .slick-dots li,
.slick-slider.slick-dots-right .slick-dots li {
  display: block;
  padding: 3px 0;
}

.slick-slider.slick-dots-left .slick-dots li.slick-active button,
.slick-slider.slick-dots-right .slick-dots li.slick-active button {
  width: 3px;
  height: 25px;
}

.slick-slider.slick-dots-left .slick-dots {
  left: 0;
  margin: 0 0 0 25px;
}

.slick-slider.slick-dots-right .slick-dots {
  left: auto;
  right: 0;
  margin: 0 25px 0 0;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox label {
  display: inline-block !important;
  font-size: 14px;
}

.custom-checkbox input[type="checkbox"]+label {
  min-width: 18px;
  min-height: 18px;
  font-size: 14px;
  display: flex;
  flex-flow: column;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
}

.custom-checkbox input[type="checkbox"]+label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  content: "";
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.custom-checkbox input[type="checkbox"]+label:before {
  position: absolute;
  font-size: 10px;
  left: 3px;
  top: 2px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  display: block;
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

.custom-checkbox input[type="checkbox"]:checked+label:before {
  opacity: 1;
  color: #fff;
}

.custom-checkbox input:indeterminate~label::after {
  background: #137efc;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f068";
  color: #ffffff;
  font-size: 10px;
  line-height: 2;
  border: 1px solid #137efc;
}

.custom-checkbox.disabled {
  opacity: .4;
}

.custom-checkbox.disabled label {
  cursor: not-allowed;
}

.custom-checkbox.disabled input[type="checkbox"]:checked+label:after {
  background-color: #fff;
}

.custom-checkbox.disabled input[type="checkbox"]:checked+label:before {
  font-size: 8px;
  left: 4px;
  top: 4px;
}

.custom-checkbox.checkbox-theme-2 input[type="checkbox"]+label:after {
  background-color: #fff;
}

.custom-checkbox.checkbox-theme-2 input[type="checkbox"]+label::before {
  top: 3px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

.checkbox-controll__actions {
  margin-top: 35px;
}

.checkbox-controll__actions .btn-checkToggle {
  min-width: 95px;
  margin-right: 10px;
}

.checkbox-controll__actions .btn-activeToggle {
  min-width: 70px;
}

.checkbox-group-header {
  border-bottom: 1px solid #f1f2f6;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.checkbox-group__single:not(:last-child) {
  margin-right: 10px;
}

.atbd-collapse {
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}

.atbd-collapse .atbd-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.atbd-collapse .atbd-collapse-item:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.atbd-collapse .atbd-collapse-item:not(:last-child) .atbd-collapse-item__header {
  border-radius: 5px 0 0 5px;
}

.atbd-collapse .atbd-collapse-item:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.atbd-collapse .atbd-collapse-item:not(:first-child) .atbd-collapse-item__header {
  border-radius: 0 5px 5px 0;
}

.atbd-collapse .atbd-collapse-item:last-child {
  border-bottom: none;
}

.atbd-collapse .atbd-collapse-item__header {
  margin-bottom: -1px;
  border-bottom: 1px solid #d9d9d9;
}

.atbd-collapse .atbd-collapse-item__header.active i:before,
.atbd-collapse .atbd-collapse-item__header.active span:before {
  content: '\f107';
}

.atbd-collapse .atbd-collapse-item__header .item-link {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.atbd-collapse .atbd-collapse-item__header .item-link i,
.atbd-collapse .atbd-collapse-item__header .item-link span,
.atbd-collapse .atbd-collapse-item__header .item-link svg,
.atbd-collapse .atbd-collapse-item__header .item-link img {
  font-size: 12px;
  margin-right: 18px;
}

.atbd-collapse .atbd-collapse-item__header h1,
.atbd-collapse .atbd-collapse-item__header h2,
.atbd-collapse .atbd-collapse-item__header h3,
.atbd-collapse .atbd-collapse-item__header h4,
.atbd-collapse .atbd-collapse-item__header h5,
.atbd-collapse .atbd-collapse-item__header h6 {
  font-size: 14px;
  font-weight: 400;
}

.atbd-collapse .atbd-collapse-item__body .collapse-body-text {
  padding: 15px 20px;
}

.atbd-collapse .atbd-collapse-item__body .collapse-body-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.atbd-collapse .atbd-collapse-item .callapse-nested-block {
  padding: 20px;
}

.atbd-collapse .atbd-collapse-item .callapse-nested-block .atbd-collapse-item {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.atbd-collapse.atbd-collapse-borderless {
  border: none;
}

.atbd-collapse.atbd-collapse-borderless .atbd-collapse-item {
  border: none;
}

.atbd-collapse.atbd-collapse-borderless .atbd-collapse-item__header {
  border: none;
}

.atbd-collapse.atbd-collapse-custom {
  border: none;
}

.atbd-collapse.atbd-collapse-custom .atbd-collapse-item {
  border-radius: 0px;
  border: none;
}

.atbd-collapse.atbd-collapse-custom .atbd-collapse-item:not(:last-child) {
  margin-bottom: 20px;
}

.atbd-collapse.atbd-collapse-custom .atbd-collapse-item__header {
  border-bottom: 0;
  border-radius: 3px !important;
  border: none;
}

.atbd-collapse.atbd-collapse-custom .atbd-collapse-item__body .collapse-body-text {
  padding-top: 0;
}

.atbd-comment-box__author {
  margin-right: 15px;
}

@media only screen and (max-width: 375px) {
  .atbd-comment-box__author {
    margin-right: 10px;
  }
}

.atbd-comment-box__author figure {
  margin-bottom: 0;
}

.atbd-comment-box__author figure img {
  max-width: 32px;
}

.atbd-comment-box__content .cci__author-info {
  display: block;
  font-size: 12px;
}

.atbd-comment-box__content .cci__comment-text {
  font-size: 14px;
  margin: 4px 0 16px;
}

.atbd-comment-box__content .cci__comment-actions {
  display: flex;
  align-items: center;
}

.atbd-comment-box__content .cci__comment-actions a {
  font-size: 15px;
}

.atbd-comment-box__content .cci__comment-actions a.btn-reply {
  font-size: 12px;
}

.atbd-comment-box__content .cci__comment-actions a .line-count {
  display: inline-block;
  margin: 0 10px 0 5px;
  font-size: 12px;
}

.atbd-comment-box__content .cci__comment-actions a svg {
  width: 12px;
}

.comment-list__title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f2f6;
}

.comment-list__title h1,
.comment-list__title h2,
.comment-list__title h3,
.comment-list__title h4,
.comment-list__title h5,
.comment-list__title h6 {
  font-size: 12px;
  font-weight: 400;
}

.comment-list__ul .comment-list__ul {
  padding-left: 45px;
}

.reply-editor__author {
  margin-right: 15px;
}

.reply-editor__author img {
  max-width: 32px;
}

.reply-editor__form textarea {
  font-size: 14px;
  min-height: 170px;
  resize: none;
}

.notification-modal-box__btn {
  font-size: 14px;
  padding: 0px 15px;
  line-height: 34px;
  font-weight: 400;
  border-radius: 5px;
}

.notification-wrapper {
  position: fixed;
  z-index: 9999;
}

.notification-wrapper.top-left {
  top: 20px;
  left: 20px;
}

@media only screen and (max-width: 479px) {
  .notification-wrapper.top-left {
    left: 10px;
  }
}

.notification-wrapper.top-right {
  top: 20px;
  right: 20px;
}

@media only screen and (max-width: 479px) {
  .notification-wrapper.top-right {
    right: 10px;
  }
}

.notification-wrapper.bottom-left {
  bottom: 20px;
  left: 20px;
}

@media only screen and (max-width: 479px) {
  .notification-wrapper.bottom-left {
    left: 10px;
  }
}

.notification-wrapper.bottom-right {
  bottom: 20px;
  right: 20px;
}

@media only screen and (max-width: 479px) {
  .notification-wrapper.bottom-right {
    right: 10px;
  }
}

.atbd-notification-box {
  position: relative;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  padding: 15px;
  background-color: #fff;
}

.atbd-notification-box:not(:last-child) {
  margin-bottom: 20px;
}

.atbd-notification-box__icon {
  margin-right: 15px;
}

.atbd-notification-box__text h1,
.atbd-notification-box__text h2,
.atbd-notification-box__text h3,
.atbd-notification-box__text h4,
.atbd-notification-box__text h5,
.atbd-notification-box__text h6 {
  margin-bottom: 15px;
}

.atbd-notification-box__close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.atbd-notification-box__close svg,
.atbd-notification-box__close img {
  max-width: 20px;
}

.notification-placement-wrap {
  margin: -10px;
}

@media only screen and (max-width: 479px) {
  .notification-placement-wrap {
    flex-flow: column;
  }
}

.notification-placement-wrap .atbd-select {
  min-width: 140px;
  margin: 10px;
}

.atbd-empty__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.atbd-empty__text p {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
  margin-bottom: 0;
}

.atbd-empty__action {
  margin-top: 17px;
}

/* social overview */
.social-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -22px 0;
}

.social-overview li {
  width: 33.33%;
  text-align: center;
  padding: 22px 0;
}

.social-overview li .social-box {
  margin-bottom: 14px;
}

.social-overview li .social-box.gradientInstragram {
  background: #9c27b0;
  background: -moz-linear-gradient(top, #9c27b0 0%, #9c27b0 35%, #f44336 67%, #ffc107 100%);
  background: -webkit-linear-gradient(top, #9c27b0 0%, #9c27b0 35%, #f44336 67%, #ffc107 100%);
  background: linear-gradient(to bottom, #9c27b0 0%, #9c27b0 35%, #f44336 67%, #ffc107 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c27b0', endColorstr='#ffc107', GradientType=0);
}

.social-overview li h1,
.social-overview li h2,
.social-overview li h3,
.social-overview li h4,
.social-overview li h5,
.social-overview li h6 {
  margin-bottom: 5px;
}

.social-overview li p {
  font-size: 14px;
  color: #868eae;
  margin-bottom: 0;
}

.card-overview .br-1 {
  border-right: 1px solid #f1f2f6;
}

@media only screen and (max-width: 1199px) {
  .card-overview .br-1 {
    border: 0 none;
  }
}

.card-overview__left .col-xl-6 {
  padding-right: 12.5px;
}

@media only screen and (max-width: 767px) {
  .card-overview__left .col-xl-6 {
    padding-right: 12.5px;
  }
}

.card-overview__left .col-xl-6.br-1 {
  padding-right: 25px;
  padding-left: 12.5px;
}

@media only screen and (max-width: 1199px) {
  .card-overview__left .col-xl-6.br-1 {
    padding-right: 12.5px;
  }
}

.card-overview__right {
  margin-right: 3px;
}

.card-overview__right .col-xl-6 {
  padding-left: 25px;
}

@media only screen and (max-width: 1199px) {
  .card-overview__right .col-xl-6 {
    padding-left: 12.5px;
  }
}

@media only screen and (max-width: 767px) {
  .card-overview__right .col-xl-6 {
    padding-right: 12.5px;
  }
}

.card-overview__right .col-xl-6.co-last {
  padding-right: 12.5px;
  padding-left: 12.5px;
}

/* overview single chart */
.overview-single {
  padding: 30px 0 25px;
}

.overview-single .overview-content p {
  font-size: 14px;
  margin-top: 2px;
  color: #868eae;
}

.overview-single .overview-content small {
  font-size: 13px;
  margin-left: 6px;
  color: #868eae;
}

.overview-single .overview-content svg {
  width: 15px;
  margin-right: 6px;
}

.overview-single .overview-content strong {
  font-weight: 500;
}

.overview-single__chart {
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .overview-single__chart {
    margin-top: 25px;
  }
}

.ap-po-timeChart .overview-single__chart {
  margin-top: 16px;
}

.ap-po-timeChart .parentContainer {
  position: relative;
  bottom: -6px;
}

/* Card Bar chart */
.card-chart-bar {
  align-items: flex-end;
  margin-bottom: 25px;
}

.legend-static li {
  font-size: 13px;
}

.legend-static li:not(:last-child) {
  margin-right: 15px;
}

.legend-static li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 7px;
}

.legend-static li.custom-label {
  display: inline-flex;
  align-items: center;
}

/* bar chart top */
.card-bar-top p {
  margin-bottom: 6px;
  color: #868eae;
}

.card-bar-top .card-bar-info sub {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 6px;
}

.card-bar-top .card-bar-info sub svg,
.card-bar-top .card-bar-info sub img {
  width: 14px;
}

/* performance chart */
.perfomence-chart .legend-static {
  margin-top: 20px;
}

.performance-stats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.performance-stats div {
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .performance-stats div {
    padding: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .performance-stats div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.performance-stats div span {
  color: #868eae;
  font-size: 14px;
  margin-bottom: 13px;
}

.performance-stats div strong {
  font-size: 24px;
  font-weight: 600;
  color: #272b41;
}

@media only screen and (max-width: 1399px) {
  .performance-stats div strong {
    font-size: 20px;
  }
}

.performance-stats div strong sub {
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.performance-stats div:hover {
  box-shadow: 0 15px 30px rgba(146, 153, 184, 0.15);
  z-index: 1;
}

.performance-stats span,
.performance-stats strong {
  display: block;
}

.performance-stats a.active .performance-stats__up,
.performance-stats a.active .performance-stats__down {
  background: #f8f9fb;
}

.performance-stats a.active .performance-stats__up:hover,
.performance-stats a.active .performance-stats__down:hover {
  box-shadow: 0 15px 30px rgba(146, 153, 184, 0) !important;
}

.performance-stats__up {
  background: #fff;
}

.device-pieChart-wrap .pie-chart-legend {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 200px;
  margin-bottom: 0px;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.device-pieChart-wrap .pie-chart-legend p {
  margin-bottom: 0;
  font-size: 14px;
}

.device-pieChart-wrap .pie-chart-legend span {
  font-size: 24px;
  display: block;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .device-pieChart-wrap .pie-chart-legend span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1599px) {
  .linechart-overview-wrap .d-flex {
    flex-flow: column;
    align-items: flex-start !important;
  }
}

@media only screen and (max-width: 1599px) {
  .linechart-overview-wrap .d-flex:not(:last-child) .border-line-chart {
    margin-bottom: 10px !important;
  }
}

.linechart-overview-wrap .border-line-chart {
  max-width: 220px;
}

@media only screen and (max-width: 1599px) {
  .linechart-overview-wrap .border-line-chart {
    width: 100%;
    max-width: 100%;
  }
}

.top-menu .linechart-overview-wrap .mb-3 {
  margin-bottom: 28px !important;
}

@media only screen and (max-width: 1599px) {
  .top-menu .linechart-overview-wrap .mb-3 {
    margin-bottom: 1rem !important;
  }
}

/* chart doughnut legend */
.session-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px -30px -15px;
}

@media only screen and (max-width: 991px) {
  .session-wrap {
    margin: 10px 0px -5px;
  }
}

.session-wrap .session-single {
  text-align: center;
  padding: 15px 30px;
}

@media only screen and (max-width: 1399px) {
  .session-wrap .session-single {
    padding: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .session-wrap .session-single {
    padding: 10px;
  }
}

.session-wrap .session-single .chart-label {
  display: flex;
  align-items: center;
  color: #5a5f7d;
  font-size: 14px;
  margin-bottom: 5px;
}

.session-wrap .session-single strong {
  font-weight: 500;
  font-size: 18px;
  color: #272b41;
}

.session-wrap .session-single sub {
  bottom: 0;
  font-size: 13px;
  color: #868eae;
}

.label-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 9px;
}

/* Revenue Chart */
.revenue-labels {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 20px;
}

.revenue-labels div {
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .revenue-labels div {
    padding-bottom: 0;
  }
}

.revenue-labels strong {
  font-size: 24px;
  display: block;
  font-weight: 600;
  color: #272b41;
}

@media (max-width: 1200px) {
  .revenue-labels strong {
    font-size: calc(16.8px + 0.6vw);
  }
}

.revenue-chart-legend-list {
  margin-top: 25px;
}

.revenue-chart-legend:not(:last-child) {
  margin-bottom: 12px;
}

.revenue-chart-legend__label {
  min-width: 80px;
}

.revenue-chart-legend__label span {
  font-size: 14px;
}

.revenue-chart-legend__data span {
  font-size: 18px;
  font-weight: 500;
}

.revenue-chart-legend__percentage span {
  font-size: 13px;
  color: #868eae;
}

.revenue-pieChart-wrap {
  margin-top: 5px;
}

.crm .revenue-labels strong {
  padding-bottom: 8px;
}

.crm .cashflow-display__amount {
  padding-top: 8px;
}

.crm .dropdown svg {
  width: 18px;
}

/* Revenue Chart 3 */
@media only screen and (max-width: 767px) {
  .revenue-chart-box {
    text-align: center;
  }
}

.revenue-chart-box-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.overview-content3 .revenue-chart-box__Icon svg {
  width: 32px;
}

.revenue-chart-box__Icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 8px;
}

.revenue-chart-box__Icon svg {
  width: 25px;
}

.revenue-chart-box__data {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .revenue-chart-box__data {
    font-size: calc(16.4px + 0.3vw);
  }
}

.revenue-chart-box__label {
  font-size: 14px;
  line-height: 1.71429;
  font-weight: 400;
  color: #5A5F7D;
  margin-top: 8px;
}

/* Cash Flow Chart */
.cashflow-chart .legend-static {
  margin-top: 12px;
}

/* Forcast Card */
.forcast-cardbox {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
}

.forcast-cardbox .forcast-title {
  font-weight: 500;
  padding: 25px 25px 30px;
}

.forcast-cardbox .forcast-details {
  padding: 0 25px 0px 25px;
  margin-bottom: 24px;
}

.forcast-cardbox .forcast-details .forcast-value {
  font-size: 30px;
  margin-bottom: 6px;
}

@media (max-width: 1200px) {
  .forcast-cardbox .forcast-details .forcast-value {
    font-size: calc(17.4px + 1.05vw);
  }
}

.forcast-cardbox .forcast-details .forcast-status .percentage {
  font-size: 14px;
  font-weight: 500;
}

.forcast-cardbox .forcast-details .forcast-status .percentage svg,
.forcast-cardbox .forcast-details .forcast-status .percentage img {
  width: 14px;
}

.forcast-cardbox .forcast-details .forcast-status .forcast-text {
  font-size: 13px;
  margin-left: 4px;
  color: #868eae;
}

/* ration box */
.ratio-box .ratio-title {
  font-weight: 500;
  margin-bottom: 30px;
}

.ratio-box .ratio-info {
  margin-bottom: 12px;
}

.ratio-box .ratio-info .ratio-point {
  font-size: 36px;
}

@media (max-width: 1200px) {
  .ratio-box .ratio-info .ratio-point {
    font-size: calc(18px + 1.5vw);
  }
}

.ratio-box .ratio-info .ratio-percentage {
  font-size: 14px;
  font-weight: 500;
}

.ratio-box .progress {
  height: 6px;
}

.ratio-box .progress-text {
  display: inline-block;
  font-size: 14px;
  margin-top: 12px;
}

.ratio-box .progress-text .dark {
  font-weight: 500;
}

.ratio-box .progress-text .progress-target {
  color: #868eae;
  font-size: 13px;
  margin-left: 4px;
}

.top-menu .ratio-box {
  min-height: 245px;
}

@media only screen and (max-width: 1599px) {
  .top-menu .ratio-box {
    min-height: 100%;
  }
}

/* Income Expense */
@media only screen and (max-width: 1599px) {
  .inEx-wrap {
    flex-flow: column;
  }
}

.inEx-wrap .inEx-box {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 25px 0;
  border-right: 1px solid #f1f2f6;
}

@media only screen and (max-width: 1599px) {
  .inEx-wrap .inEx-box {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 0 0;
    border-right: 0 none;
  }
}

@media only screen and (max-width: 575px) {
  .inEx-wrap .inEx-box {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.inEx-wrap .inEx-chart {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 25px;
}

@media only screen and (max-width: 1599px) {
  .inEx-wrap .inEx-chart {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 18px;
  }
}

.inEx-wrap .inEx-chart .legend-static {
  margin-top: 12px;
}

@media only screen and (max-width: 575px) {
  .inEx-wrap .inEx-chart .legend-static li {
    display: flex !important;
  }
}

.inEx-wrap .inEx-chart .legend-static li:not(:last-child) {
  margin-right: 22px;
}

@media only screen and (max-width: 575px) {
  .inEx-wrap .inEx-chart .legend-static li:not(:last-child) {
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 575px) {
  .inEx__single {
    text-align: center !important;
  }
}

@media only screen and (max-width: 1599px) {
  .inEx__single {
    flex: 0 0 25%;
  }
}

@media only screen and (max-width: 1199px) {
  .inEx__single {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 575px) {
  .inEx__single {
    flex: 0 0 100%;
  }
}

.inEx__single:not(:last-child) {
  margin-bottom: 30px;
}

.inEx__single .inEx-subtitle {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #868eae;
}

@media only screen and (max-width: 1599px) {
  .inEx__single .inEx__info {
    flex-flow: column;
    align-items: flex-start !important;
  }
}

@media only screen and (max-width: 575px) {
  .inEx__single .inEx__info {
    align-items: center !important;
  }
}

.inEx__info .inEx__percentage {
  font-size: 14px;
  font-weight: 500;
  margin: 0 8px -2px 10px;
}

@media only screen and (max-width: 1599px) {
  .inEx__info .inEx__percentage {
    display: inline-block;
    margin: 15px 8px 0 0;
  }
}

.inEx__info .inEx__percentage svg,
.inEx__info .inEx__percentage img {
  width: 14px;
  margin-right: 4px;
}

.inEx__info .inEx-tail {
  font-size: 13px;
  color: #868eae;
}

/* Cash Flow */
.cashflow-display {
  margin: -20px -20px 10px;
}

@media only screen and (max-width: 575px) {
  .cashflow-display {
    margin: -10px -10px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .cashflow-display {
    flex-flow: column;
    align-items: center;
  }
}

.cashflow-display__single {
  margin: 20px;
}

@media only screen and (max-width: 575px) {
  .cashflow-display__single {
    text-align: center;
    margin: 10px;
  }
}

.cashflow-display__title {
  font-size: 14px;
  color: #868eae;
}

.cashflow-display__amount {
  margin-top: 6px;
}

.cashflow-display2 {
  padding: 17px 0px 5px 6px;
}

.regions-svg {
  width: 100%;
  height: 100%;
  min-height: 160px;
}

.regions-svg .jvectormap-container {
  width: 100%;
  height: 100%;
  text-align: center;
  min-height: 160px;
}

.crm .deals-table-wrap {
  padding-bottom: 9px;
}

.crm .deals-table-wrap .table--default td {
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 600;
  border-top: none;
  white-space: nowrap;
}

.crm .deals-table-wrap .table--default tbody tr:first-child td {
  padding-top: 23px;
}

.crm .deals-table-wrap .table--default tbody tr:last-child {
  border-bottom: none;
}

.crm .deals-table-wrap .table--default tbody tr:last-child td {
  padding-bottom: 23px;
}

.crm .selling-table-wrap .table--default tbody tr:last-child {
  border-bottom: none;
}

.crm .leader-table-wrap .table--default tbody tr:last-child {
  border-bottom: none;
}

.crm .table-selling-content {
  display: flex;
  align-items: center;
}

.crm .table-selling-content img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.crm .table-selling-content .title {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 600;
}

.crm .table-selling-content span {
  font-size: 13px;
  line-height: 1.53846;
  font-weight: 400;
  color: #9297AF;
}

.sales .revenue-labels div {
  padding: 17px 0px 0px 25px;
}

.sales-target__progress-bar {
  position: relative;
  margin: 4px;
  float: left;
  text-align: center;
}

.sales-target__progress-bar .barOverflow {
  position: relative;
  overflow: hidden;
  width: 222px;
  height: 111px;
  margin-bottom: -14px;
}

.sales-target__progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  height: 222px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 15px solid #E8FAF4;
  border-bottom-color: #20c997;
  border-right-color: #20c997;
  transform: rotate(45deg);
}

.sales-target__progress-bar .left {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  bottom: -24px;
  overflow: hidden;
}

.sales-target__progress-bar .right {
  position: absolute;
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: 0;
  bottom: -24px;
  overflow: hidden;
}

.sales-target__progress-bar .back {
  width: 15px;
  height: 15px;
  background: #E8FAF4;
  position: absolute;
}

.sales-target__progress-bar .total-count {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
}

.sales-target__progress-bar .total-count .total-count__text {
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #868EAE;
  font-weight: 400;
}

.top-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  bottom: 87px;
  overflow: hidden;
  top: 88%;
  left: 12%;
  transform: translate(-50%, -50%);
}

.sales-target {
  margin-top: 90px;
}

@media only screen and (max-width: 575px) {
  .sales-target {
    margin-top: 70px;
  }
}

.sales-target__single h3 {
  margin-bottom: 8px;
}

.selling-badge {
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
  width: max-content;
  text-transform: capitalize;
}

.profile-sider .card {
  max-width: 570px;
  margin: 0 auto 1.5625rem;
}

.profile-sider .card .card-header {
  align-items: flex-start;
}

.profile-sider .profile-overview {
  margin: -8px -2px;
}

@media only screen and (max-width: 767px) {
  .profile-content .card-body {
    padding: 1rem;
  }
}

@media (min-width: 1600px) {
  .profile-content .cos-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

.ap-nameAddress__title {
  line-height: 1.25;
  font-weight: 500;
}

.ap-nameAddress__subTitle {
  line-height: 1.78571;
  font-weight: 400;
  padding-top: 2px;
}

.ap-nameAddress__subTitle svg {
  width: 13px;
  height: 15px;
  margin-right: 8px;
}

.ap-button button {
  border-radius: 6px;
  font-size: 13px;
  line-height: 2.84615;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.ap-button button svg {
  width: 16px;
  margin-right: 8px;
}

.po-details {
  margin: 8px 2px;
}

.po-details__title {
  padding-bottom: 4px;
}

.po-details__sTitle {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  text-transform: capitalize;
}

.user-bio__content {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  text-transform: capitalize;
}

.user-bio .card-body {
  padding-top: 18px;
  padding-bottom: 21px;
}

.profile-header-title {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
}

.user-content-info__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
}

.user-content-info__item svg {
  width: 16px;
  height: 16px;
  margin-right: 11px;
}

.user-skils .card-body {
  padding-top: 22px;
}

.user-skils-parent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -6px 0;
}

@media only screen and (max-width: 991px) {
  .user-skils-parent {
    margin: 0;
  }
}

.user-skils-parent__item {
  margin: 0 6px 6px 0;
}

.user-skils-parent__item a {
  padding: 5px 10px;
  border: 1px solid #e3e6ef;
  font-size: 11px;
  line-height: 1.27273;
  font-weight: 500;
  border-radius: 4px;
  text-transform: uppercase;
}

.db-social-parent {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}

.db-social-parent__item {
  margin: 5px 10px;
}

.db-social-parent__item a {
  border-radius: 50rem;
  box-shadow: 0px 5px 15px #9299b81a;
  padding: 11px;
}

.ap-tab-header {
  box-shadow: 0px 5px 20px #9299b808;
  background: #ffffff;
  border-radius: 10px;
}

.ap-tab-header__img img {
  border-radius: 10px;
  box-shadow: 0px 5px 20px #9299b808;
  display: flex;
}

@media (min-width: 992px) {
  .ap-tab-header__img img {
    height: 220px;
  }
}

@media only screen and (max-width: 375px) {
  .ap-tab-main {
    justify-content: center;
  }
}

.ap-tab-main .nav-item:not(:last-child) {
  margin-right: 30px;
}

.ap-tab-main .nav-link {
  position: relative;
  padding: 0;
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 400;
  padding: 19px 0;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .ap-tab-main .nav-link {
    font-size: 14px;
  }
}

.ap-tab-main .nav-link:after {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1.5px;
  border-radius: 6px;
  content: "";
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 375px) {
  .ap-tab-main .nav-link {
    padding: 10px 0;
  }
}

.ap-tab-main .nav-link.active {
  font-weight: 500;
}

.ap-tab-main .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 575px) {
  .ap-tab-main .nav-link.active:after {
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (max-width: 375px) {
  .ap-tab-main .nav-link.active {
    border-bottom: 0 none;
  }
}

.projects-tab-content .nav-item .nav-link {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  padding: 20px 0;
}

.ap-po-details {
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
  padding: 24px 25px 20px 25px;
}

.ap-content-wrapper .ap-po-details-time span {
  font-weight: 500;
}

@media only screen and (max-width: 1599px) {
  .ap-content-wrapper .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1399px) {
  .ap-content-wrapper .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ap-po-details .overview-content p {
  margin: 2px 0 24px;
  color: #868eae;
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  text-transform: capitalize;
}

.ap-po-details-time i {
  font-size: 14px;
}

.ap-po-details-time strong {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .ap-po-details-time span {
    display: block;
  }
}

.ap-po-details-time small {
  color: #868eae;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

@media (min-width: 1600px) {
  .ap-statistics-charts canvas {
    height: fit-content !important;
    width: 100% !important;
  }
}

.ap-product .table {
  margin-bottom: 25px;
}

.ap-product .table thead tr th {
  border-top: none;
  border-bottom: 1px solid #e3e6ef;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 17px 25px;
}

.ap-product .table thead tr th:first-child {
  width: 60%;
}

.ap-product .table tbody tr {
  border-bottom: 1px solid #e3e6ef;
}

.ap-product .table tbody tr td {
  border: none;
  padding: 17px 25px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.ap-content-wrapper .card-header svg {
  width: 24px;
}

.ap-profile-image {
  width: 46px;
  height: 46px;
}

.ap-main-post__header {
  padding-top: 14px;
}

.ap-post-content textarea {
  resize: none;
}

.ap-post-content__title .dropdown button {
  height: unset;
  padding: 0;
}

.ap-post-content__title .dropdown button svg {
  width: 22px;
}

.ap-post-content__title h6 {
  font-size: 14px;
  line-height: 1.42857;
}

.ap-post-content__title h6 small {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

.ap-post-content__p {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
}

.ap-post-content__feedback {
  padding: 16px 0;
}

.ap-post-content__feedback a {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
  text-transform: capitalize;
}

.ap-post-content__feedback a:not(:last-child) {
  margin-right: 20px;
}

.ap-post-content__feedback a svg {
  width: 15px;
  margin-right: 5px;
}

.ap-post-attach {
  min-height: 60px;
}

.ap-post-attach a {
  line-height: 16px;
  padding: 7px 15px;
  height: 30px;
  background-color: #f4f5f7;
  font-size: 12px;
  font-weight: 500;
}

.ap-post-attach a.ap-post-attach__drop {
  padding: 0;
  width: 48px;
}

.ap-post-attach a.ap-post-attach__drop svg {
  width: 22px;
}

.ap-post-attach__drop svg {
  margin-right: 0;
  width: 18px;
  height: auto;
}

.ap-post-attach__btn {
  display: none;
  height: 35px;
  text-transform: capitalize;
  box-shadow: 0px 8px 13px #137efc33;
}

.ap-post-attach__headImg {
  border-radius: 8px;
}

.ap-post-content-comment button {
  box-shadow: 0px 8px 13px #137efc33;
}

.ap-post-content-comment button svg {
  margin-right: 0;
  width: 16px;
}

@media only screen and (max-width: 479px) {
  .ap-post-content-comment button svg {
    width: 12px;
  }
}

.ap-post-content-comment button.wh-50 {
  padding: 0 !important;
}

@media only screen and (max-width: 479px) {
  .ap-post-content-comment button.wh-50 {
    width: 30px;
    height: 30px;
  }
}

.ap-post-content-comment__write {
  background-color: #f4f5f7;
  height: 50px;
  border-radius: 25px;
  padding: 0 22px;
  margin-left: 45px;
}

@media only screen and (max-width: 479px) {
  .ap-post-content-comment__write {
    height: 40px;
    padding: 0 10px;
  }
}

.ap-post-content-comment__write input:focus {
  box-shadow: 0 0 !important;
}

.ap-post-content-comment__write input::placeholder {
  font-size: 14px;
  color: #9299b8;
}

@media (max-width: 575.98px) {
  .ap-post-content-comment__write input::placeholder {
    font-size: 12px;
  }
}

.ap-post-content-comment__write a svg {
  width: 18px;
}

@media only screen and (max-width: 479px) {
  .ap-post-content-comment__write a svg {
    width: 14px;
  }
}

.ap-post-content-comment__write a:not(:last-child) {
  margin-right: 18px;
}

@media only screen and (max-width: 479px) {
  .ap-post-content-comment__write a:not(:last-child) {
    margin-right: 8px;
  }
}

.wig {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -4px;
}

.ap-post-gallery-top,
.ap-post-gallery-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.wig__item {
  display: flex;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 3.5px;
}

@media only screen and (max-width: 1399px) {
  .wig__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .wig__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.wig__item img {
  border-radius: 6px;
  width: 100%;
}

.ap-post-gallery__item {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin: 4px;
}

.ap-post-gallery__item img {
  border-radius: 6px;
  width: 100%;
}

.ap-post-gallery-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ap-post-gallery-overlay__content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(39, 43, 65, 0.5);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  border-radius: 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .ap-post-gallery-overlay__content {
    font-size: calc(16.4px + 0.3vw);
  }
}

.ap-post-cc-reply p {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
  text-transform: capitalize;
}

.ap-post-cc-reply__reaction {
  margin-top: 3px;
  flex-wrap: wrap;
}

.ap-post-cc-reply__reaction li {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.ap-post-cc-reply__reaction li:not(:last-child) {
  margin-right: 19px;
}

.ap-post-cc-reply__reaction li:not(:last-child):after {
  content: "I";
  right: -11px;
  top: 0;
  position: absolute;
}

.ap-post-cc-reply__reply {
  padding-top: 19px;
}

.view-more-comment {
  display: block;
  margin-top: 18px;
}

.ffp {
  padding: 13px 25px;
  transition: all 0.3s ease;
}

.ffp__icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-right: 15px;
}

.ffp__icon svg {
  width: 15px;
}

.ffp__title h6 {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
}

.ffp__title h6 span {
  font-weight: 500;
}

.ffp__title p {
  font-size: 12px;
  line-height: 1.83333;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 2px;
}

.ffp__button {
  display: none;
  transition: all 0.3s ease;
}

.ffp__button svg {
  width: 22px;
}

.ffp.ffp--hover:hover {
  border-radius: 4px;
  box-shadow: 0px 15px 50px #9299b833;
}

.ffp.ffp--hover:hover .ffp__button {
  display: block;
}

.card .friends-widget .card-header,
.card .photo-gallery-widget .card-header,
.card .video-gallery-widget .card-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ffw {
  padding: 20px 25px;
  width: 100%;
  transition: all 0.3s ease;
  align-items: center;
}

@media only screen and (max-width: 1399px) {
  .ffw {
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .ffw {
    flex-flow: row;
    align-items: center;
  }
}

.ffw:hover {
  box-shadow: 0px 15px 50px #9299b833;
}

.ffw:hover button {
  color: #ffffff !important;
}

.ffw:hover button:hover {
  color: #ffffff !important;
}

.ffw button {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #f1f2f6;
}

.ffw button:focus {
  box-shadow: 0 0;
}

.ffw button.friends-follow {
  border: 1px solid #f1f2f6;
}

.ffw button.friends-follow svg {
  display: none;
}

.ffw button.friends-follow.following {
  background-color: #137efc;
  color: #ffffff;
}

.ffw__title h6 {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 600;
}

.ffw__title span {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
  padding-top: 6px;
}

.ffw__imgWrapper {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .ffw__imgWrapper {
    margin: 0 1rem 0 0 !important;
  }
}

.ffw__title {
  margin: 5px 0;
}

@media only screen and (max-width: 1399px) {
  .ffw>.d-flex {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .ffw>.d-flex {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .ffw>.d-flex {
    margin: -5px 0;
  }
}

.wig-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wig-overlay__content {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-radius: 6px;
  background: rgba(39, 43, 65, 0.2);
  flex-direction: column;
}

.wig-overlay__iconWrapper {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(39, 43, 65, 0.6);
}

.wig-overlay__iconWrapper svg {
  width: 9px;
  color: #ffffff;
}

.ap-post-form .card {
  position: relative;
  transform: scale(1);
  transition: 0.3s;
}

.ap-post-form .card .card-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ap-post-form .card .form-control::placeholder {
  color: #9299b8;
}

.ap-post-form.highlighted .ap-post-attach__btn {
  display: flex;
}

.ap-post-form.highlighted .card {
  z-index: 9999;
  transform: scale(1.004);
}

.ap-post-form textarea:focus {
  box-shadow: 0 0;
}

.ps-tab .nav-link {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  border-radius: 6px;
  text-transform: capitalize;
  padding: 15px 10px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: all 0.3s ease;
}

.ps-tab .nav-link svg {
  width: 16px;
  margin-right: 14px;
}

.ps-tab .nav-link:hover,
.ps-tab .nav-link.active {
  background: rgba(95, 99, 242, 0.05);
  padding: 15px 20px;
}

.account-profile-cards__button button {
  background: transparent;
}

.account-profile-cards__button button.active {
  color: white;
}

.account-profile-cards__button button.active span {
  color: white;
}

.account-profile-cards__button svg {
  width: 16px;
  margin-right: 8px;
}

.account-profile-cards__button span {
  margin-right: 7px;
  font-size: 18px;
}

.account-profile .pro_img_wrapper {
  width: 160px;
  height: 160px;
  border-radius: 300px;
  position: relative;
}

.account-profile #remove_pro_pic {
  position: absolute;
  color: #fff;
  border: 1px solid #25282D;
  top: 120px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  background: #0D1110;
}

.input-name-act input:-internal-autofill-selected,
.input-postal-code input:-internal-autofill-selected,
.input-hometown input:-internal-autofill-selected,
.toggle-input-state input:-internal-autofill-selected {
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 1000px #242323 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.select-profile-type .selectbox:after,
.select-country .selectbox:after,
.toggle-select-state .selectbox:after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  height: 24px;
  width: 14px;
  right: 6px;
  top: 32px;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.account-profile .account-profile__title {
  width:160px;
  h6 {
    color: #6F6E77;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}

.account-profile #remove_pro_pic svg {
  width: 16px;
}

.as-cover__imgWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.as-cover__imgWrapper label {
  width: 100%;
}

.as-cover__imgWrapper img {
  min-height: 120px;
}

.ap-cover__changeImgBtn {
  position: absolute;
  right: 20px;
  top: 20px;
}

.ap-cover__changeImgBtn .cover-btn {
  border: 1px solid #ffffff80;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.23077;
  font-weight: 500;
}

.ap-cover__changeImgBtn button {
  border: 1px solid #ffffff80;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.23077;
  font-weight: 500;
}

.edit-profile__body label {
  text-transform: capitalize;
}

.edit-profile__body .form-group label {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

.edit-profile__body .form-group .form-control {
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.edit-profile__body .form-group .form-control::placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #5a5f7d;
}

.edit-profile__body .form-group .form-control:focus {
  border: 1px solid #137efc;
  transition: all 0.3s ease;
}

.edit-profile__body .form-group textarea.form-control {
  height: auto;
  resize: none;
}

.edit-profile__body .form-control {
  height: 48px;
}

.edit-profile__body .form-control--social {
  height: 44px;
  padding: 0.375rem 0.9375rem;
}

.edit-profile__body .form-control--social::placeholder {
  color: #9299b8;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
  outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #5a5f7d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 12px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\f106";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #5a5f7d;
  /*text-transform: capitalize;*/
}

.select2-results__option {
  /*text-transform: capitalize;*/
}

.select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
}

.select2-container .select2-selection--single .select2-selection__clear {
  right: 0;
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #eff0f3;
  border: none;
  border-radius: 4px;
  height: 24px;
  font-size: 11px;
  line-height: 1.27273;
  font-weight: 400;
  /*text-transform: capitalize;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
  padding: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #137efc;
}

.field-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}

.notification-content {
  border-radius: 10px;
  background-color: #f8f9fb;
}

.notification-content__body h6 {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

.notification-content__body span {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
}

.notification-content__body .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.notification-content__body .custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: transparent;
  background-color: #e3e6ef;
}

.notification-content__body .custom-control-label::before {
  background-color: #e3e6ef;
  border: transparent;
  box-shadow: none;
}

.notification-content__body .custom-switch .custom-control-label::after {
  background-color: white;
}

.notification-content__body .custom-control-input:checked~.custom-control-label::before {
  border-color: #137efc;
}

.signUP-admin-left {
  background-color: #f9eff8;
  height: 100vh;
  border-radius: 0px 70px 70px 0px;
  padding: 147px 75px;
}

@media only screen and (max-width: 767px) {
  .signUP-admin-left {
    height: 540px;
    padding: 30px 30px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

.signUP-admin-left__content {
  font-size: 23px;
  line-height: 1.21739;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .signUP-admin-left__content {
    font-size: calc(16.7px + 0.525vw);
  }
}

@media (min-width: 1200px) {
  .signUP-admin-left__content {
    padding-right: 85px;
  }
}

@media (min-width: 768px) {
  .signUP-admin-left__content {
    padding-right: 0;
  }
}

.signUP-admin-left__content h1 {
  line-height: 1.22222;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .signUP-admin-left__content h1 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .signUP-admin-left__content h1 {
    font-size: 27px;
  }
}

.signUP-admin-left__img {
  top: 64%;
  left: 42%;
  transform: translate(-50%, -50%);
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .signUP-admin-left__img {
    top: 60%;
    left: 50%;
    width: 100%;
    padding: 30px;
  }
}

.signUP-admin {
  background-color: #ffffff;
}

.signUp-topbar p {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

@media (min-width: 1600px) {
  .signUp-admin-right .edit-profile {
    margin: 0 99px;
  }
}

@media (max-width: 1024px) {
  .select-profile-type .selectbox:after,
    .select-country .selectbox:after,
    .toggle-select-state .selectbox:after {
      top: 21px;
    }
}

@media only screen and (max-width: 767px) {
  .signUp-admin-right .card .card-header {
    justify-content: center;
  }
}

.signUp-admin-right .card .card-header h6 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .signUp-admin-right .card .card-header h6 {
    font-size: calc(16.8px + 0.6vw);
  }
}

.signUp-admin-right .card .card-header h6 span {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0;
  margin-left: 6px;
}

@media (max-width: 1200px) {
  .signUp-admin-right .card .card-header h6 span {
    font-size: calc(16.8px + 0.6vw);
  }
}

.signUp-admin-right .edit-profile__body .form-group .form-control::placeholder {
  color: #adb4d2;
}

.signUp-header-top p {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
}

.signUp-condition {
  margin-bottom: 22px;
}

.signUp-condition.signIn-condition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  margin-bottom: 24px;
  margin-top: 18px;
}

@media only screen and (max-width: 375px) {
  .signUp-condition.signIn-condition {
    flex-flow: column;
  }

  .signUp-condition.signIn-condition a {
    margin-top: 10px;
  }
}

.signUp-condition.signIn-condition .custom-checkbox input[type="checkbox"]+label:before,
.signUp-condition.signIn-condition .custom-checkbox input[type="checkbox"]+label:after {
  margin-top: 0;
}

.signUp-condition.signIn-condition a {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

.signUp-condition .custom-checkbox .checkbox-text {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

.signUp-condition .custom-checkbox input[type="checkbox"]+label:before,
.signUp-condition .custom-checkbox input[type="checkbox"]+label:after {
  margin-top: 5px;
}

.signUp-condition .custom-checkbox input[type="checkbox"]+label:before {
  top: 10px;
  left: 10px;
  transform: translate(-50%, -50%);
}

.signUp-condition .custom-checkbox input[type="checkbox"]+label:after {
  width: 20px;
  height: 20px;
}

.signUp-socialBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.signUp-socialBtn li button {
  box-shadow: 0px 5px 15px #9299b81a;
  border: 1px solid #f1f2f6;
  background: #f8f9fb;
  white-space: nowrap;
}

.signUp-socialBtn li svg {
  margin-right: 0;
  width: 20px;
  height: 20px;
}

.signUp-socialBtn li:first-child button {
  height: 48px;
}

.signUp-socialBtn li:first-child svg {
  margin-right: 8px;
}

.signUp-socialBtn li:not(:last-child) {
  margin-right: 10px;
}

.social-connector {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.social-connector span {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 500;
}

.social-connector:before,
.social-connector:after {
  background-color: #f1f2f6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.social-connector:before {
  right: 0.5em;
  margin-left: -50%;
}

.social-connector:after {
  left: 0.5em;
  margin-right: -50%;
}

.signUp-createBtn {
  width: 185px;
}

.signIn-createBtn {
  border-radius: 6px;
  white-space: nowrap;
}

.signupTop {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
  /*rtl:begin:remove*/
  transform: scaleX(1);
  /*rtl:end:remove*/
}

.signupBottom {
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(-1);
  /*rtl:begin:remove*/
  transform: scaleX(1);
  /*rtl:end:remove*/
}

.profile-setting .card .card-header {
  padding-top: 24px;
  padding-bottom: 17px;
}

.profile-setting .card .card-header .edit-profile__title h6 {
  padding-bottom: 1px;
}

/* table social metric */
.table-social {
  min-height: 382px;
}

.table-social th {
  border-top: 0 none !important;
  border-bottom: 0 none !important;
  font-size: 14px;
  font-weight: 500;
  color: #272b41;
}

.table-social tr th:first-child,
.table-social tr td:first-child {
  border-left: 0 none;
}

.table-social tr th:last-child,
.table-social tr td:last-child {
  border-right: 0 none;
}

.table-social tr td:first-child {
  padding-left: 25px;
}

.table-social tr td:last-child {
  padding-right: 25px;
}

.table-social tbody tr:not(:first-child) {
  transition: all 0.3s ease;
  color: #5a5f7d;
}

.table-social tbody tr:not(:first-child):hover {
  background: #f8f9fb;
}

.table-social tbody tr:first-child td {
  color: #272b41;
  font-weight: 500;
}

.table-social tbody tr td:not(:first-child) {
  text-align: right;
}

.table-social td {
  font-size: 14px;
}

.table-social th,
.table-social td {
  padding: 12.8px 15px;
}

.top-menu .table-social {
  margin-bottom: 64px;
}

@media only screen and (max-width: 1599px) {
  .top-menu .table-social {
    margin-bottom: 15px;
  }
}

/* table Landing Pages */
@media only screen and (max-width: 1599px) {
  .landing-pages-table {
    padding-bottom: 58px;
  }
}

@media only screen and (max-width: 1399px) {
  .landing-pages-table {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .landing-pages-table {
    padding-bottom: 0px;
  }
}

.landing-pages-table table tbody td a {
  white-space: nowrap;
}

/* table /.traffic channel */
.table--default th {
  border-top: 0 none !important;
  border-bottom: 0 none !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #272b41;
}

.table--default tr th:first-child,
.table--default tr td:first-child {
  border-left: 0 none;
}

.table--default tr th:last-child,
.table--default tr td:last-child {
  border-right: 0 none;
}

.table--default tr th:first-child,
.table--default tr td:first-child {
  padding-left: 25px;
}

.table--default tr th:last-child,
.table--default tr td:last-child {
  padding-right: 25px;
}

.table--default tbody tr {
  transition: all 0.3s ease;
  color: #5a5f7d;
}

.table--default tbody tr:hover {
  background: #f8f9fb;
}

.table--default tbody tr:last-child {
  border-bottom: 1px solid #f1f2f6;
}

.table--default tbody tr td:not(:first-child) {
  text-align: right;
}

.table--default thead tr th:not(:first-child) {
  text-align: right;
}

.table--default td {
  font-size: 14px;
  vertical-align: middle;
}

.table--default th,
.table--default td {
  padding: 16px 15px;
}

.table-borderless tr:last-child {
  border-bottom: 0 none !important;
}

.traffic-table .progress {
  height: 5px;
}

.top-menu .traffic-table {
  margin-bottom: 35px;
}

/* table top region */
.table-top-regions {
  border: 1px solid #f1f2f6;
  max-height: 289px;
  max-width: 300px;
  overflow-y: auto;
}

@media only screen and (max-width: 1599px) {
  .table-top-regions {
    max-width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .table-top-regions {
    margin: 0 auto 25px;
  }
}

.table-top-regions table {
  margin-bottom: 0;
}

.table-top-regions table thead {
  background: #f8f9fb;
}

.table-top-regions table th {
  padding: 12px 15px;
}

.table-top-regions table td {
  padding: 8px 15px;
}

.table-top-regions table tbody tr:first-child td {
  padding-top: 20px;
}

.table-top-regions table tbody tr:last-child td {
  padding-bottom: 20px;
}

/* table top selling location  */
.table-top-location {
  border-top: 1px solid #f1f2f6;
  margin-top: 18px;
  padding-top: 10px;
  margin-bottom: -8px;
}

.table-top-location table thead th {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #868eae;
}

.table-top-location table tbody tr:hover {
  background: #fff;
}

.table-top-location table tbody tr:hover td {
  background-color: #fff;
}

.table-top-location table th,
.table-top-location table td {
  padding: 7px 0 !important;
}

.top-menu .table-top-location {
  margin-bottom: 38px;
}

@media only screen and (max-width: 1599px) {
  .top-menu .table-top-location {
    margin-bottom: 0;
  }
}

/* Table Revenue  */
.table-revenue {
  min-height: 378px;
}

@media only screen and (max-width: 1199px) {
  .table-revenue {
    min-height: 100%;
  }
}

.table-revenue th {
  padding: 15px 18px;
}

.table-revenue td {
  padding: 10px 18px;
}

.top-menu .table-revenue {
  margin-bottom: 42px;
}

@media only screen and (max-width: 1599px) {
  .top-menu .table-revenue {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .atbd-pagination {
    flex-flow: column;
  }
}

.atbd-pagination__item {
  margin: -2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.atbd-pagination__item:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 479px) {
  .atbd-pagination__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
}

.atbd-pagination__item .paging-option {
  position: relative;
}

.atbd-pagination__item .paging-option:after {
  content: "\f107";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(-50%, -50%);
  font-size: 12px;
  pointer-events: none;
}

.atbd-pagination__item .page-selection {
  border-radius: 4px;
  font-size: 13px;
  height: 32px;
  padding: 4.5px 13px;
  appearance: none;
  margin: 2px;
  min-width: 103px;
  background-color: white;
}

.atbd-pagination__item_custom {
  margin: -2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.atbd-pagination__item_custom:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 479px) {
  .atbd-pagination__item_custom:not(:last-child) {
    margin: 0 0 15px 0;
  }
}

.atbd-pagination__item_custom .paging-option {
  position: relative;
}

.atbd-pagination__item_custom .paging-option:after {
  content: "\f107";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(-50%, -50%);
  font-size: 12px;
  pointer-events: none;
}

.atbd-pagination__item_custom .page-selection {
  border-radius: 4px;
  font-size: 13px;
  height: 32px;
  padding: 4.5px 13px;
  appearance: none;
  margin: 2px;
  min-width: 103px;
  background-color: white;
  border: none;
}

.atbd-pagination__link {
  min-height: 32px;
  font-size: 14px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4.5px 11.75px;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  margin: 2.5px;
}

body.dark-mode:not(.no-dark-mode) .atbd-pagination__item_custom .page-selection {
  background-color: var(--primary-background-color);
  border: 1px solid #f1f2f6;
  color: #5a5f7d;
}

body.dark-mode:not(.no-dark-mode) .atbd-pagination__item_custom .paging-option:after {
  color: #9299b8;
}

.atbd-pagination__link.pagination-control {
  width: 32px;
  height: 32px;
}

.atbd-pagination__link.pagination-control span {
  font-size: 12px;
}

.modal-header {
  align-items: center;
}

.modal-header button.close {
  margin: 0;
  padding: 0;
}

.modal-content .modal-footer {
  padding: .625rem;
}

.modal-content .modal-footer .btn.btn-sm {
  line-height: 2rem;
}

.modal-content.modal-colored .btn:hover {
  border-color: transparent;
}

.modal-info .modal-body {
  padding-bottom: 10px;
}

.modal-info .modal-footer {
  padding: .5rem .5rem 1rem;
  border-top: 0 none;
}

.modal-info-body .modal-info-icon {
  margin: -2px 14px 0 0;
}

.modal-info-body .modal-info-icon svg {
  width: 22px;
}

.modal-info-body .modal-info-text h1,
.modal-info-body .modal-info-text h2,
.modal-info-body .modal-info-text h3,
.modal-info-body .modal-info-text h4,
.modal-info-body .modal-info-text h5,
.modal-info-body .modal-info-text h6 {
  margin-bottom: 10px;
}

.modal-btn-group {
  margin: -5px;
}

.modal-btn-group button {
  margin: 5px;
}

/* note modal */
#noteModal .close {
  position: absolute;
  top: 15px;
  right: 20px;
}

#noteModal textarea {
  height: 110px;
}

.progress-wrap .progress {
  flex: 28;
}

.progress-wrap .progress .progress-bar {
  border-radius: 10px;
}

.progress-wrap .progress-percentage,
.progress-wrap .progress-icon {
  flex: 1;
}

.progress-wrap .progress-height {
  height: 5px;
}

.progress-wrap .progress-percentage {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}

.progress-wrap .progress-icon {
  margin-left: 10px;
}

.progress-wrap .progress-icon svg,
.progress-wrap .progress-icon i,
.progress-wrap .progress-icon span,
.progress-wrap .progress-icon img {
  width: 14px;
}

.progress-box .progress {
  background-color: rgba(255, 255, 255, 0.2);
}

.atbd-notice__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.atbd-notice__icon svg,
.atbd-notice__icon img,
.atbd-notice__icon i {
  font-size: 30px;
  width: 30px;
}

.atbd-notice__icon i.fa,
.atbd-notice__icon i.fas {
  font-size: 26px;
}

.atbd-notice__text {
  max-width: 550px;
  margin: 30px auto auto;
  margin-top: 30px;
}

.atbd-notice__text h1,
.atbd-notice__text h2,
.atbd-notice__text h3,
.atbd-notice__text h4,
.atbd-notice__text h5,
.atbd-notice__text h6 {
  font-weight: 500;
  margin-bottom: 20px;
}

.atbd-notice__text p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 18px;
}

.atbd-notice__action {
  margin-top: 20px;
}

.atbd-notice__action a+a {
  margin-left: 10px;
}

.atbd-notice__action .btn.btn-sm {
  padding: 0 .88rem;
  line-height: 2.65;
  border-radius: 3px;
  min-width: 100px;
  font-weight: 400;
}

.atbd-notice__content h1,
.atbd-notice__content h2,
.atbd-notice__content h3,
.atbd-notice__content h4,
.atbd-notice__content h5,
.atbd-notice__content h6 {
  font-weight: 500;
  margin-bottom: 14px;
}

.atbd-notice__content .notice-listBlock {
  padding: 24px;
}

.atbd-notice__content .notice-list li:not(:last-child) {
  margin-bottom: 9px;
}

.atbd-notice__content .notice-list li svg,
.atbd-notice__content .notice-list li img {
  width: 16px;
}

.atbd-notice__content .notice-list__text {
  font-size: 14px;
  margin-left: 6px;
}

.atbd-notice__content .notice-list__text a {
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .user-member .breadcrumb-main__wrapper {
    margin-bottom: 15px;
  }
}

.user-member .action-btn a {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  height: 40px;
  border-radius: 6px;
  text-transform: capitalize;
}

.user-member .action-btn a svg {
  width: 13px;
  height: 13px;
  margin-right: 7px;
}

.user-member__title {
  margin-right: 25px;
}

.user-member__title span {
  position: relative;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

.user-member__title span:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #e3e6ef;
}

.user-member__form {
  padding: 15px 25px;
  background: white;
  height: 46px;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 20px #9299b808;
  border-radius: 23px;
}

.user-member__form .form-control {
  padding: 10px 13px;
  line-height: 25px;
  height: 46px;
}

.user-member__form .form-control::placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #adb4d2;
}

.user-member__form svg {
  width: 20px;
}

.tm-card-overlay {
  top: 17px;
  right: 30px;
}

.tm-card-overlay .dropdown button {
  height: unset;
}

.tm-card-overlay .dropdown svg {
  width: 24px;
}

.users-list__button button {
  font-size: 13px;
  line-height: 2.92308;
  font-weight: 500;
  height: 38px;
}

@media (min-width: 1200px) {
  .users-list__button {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
}

.users-list-body__title h6 {
  margin-bottom: 3px;
}

.users-list-body__title span {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

.users-list-body__title span span {
  font-weight: 600;
}

.users-list-body__title p {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
}

.users-list-body__bottom span {
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
}

.status-radio .radio-horizontal-list .custom-radio {
  padding-left: 0;
  margin-right: 35px;
}

.user-social-profile .edit-profile__body label {
  font-weight: 500;
}

.user-social-profile .input-group,
.edit-social .input-group {
  border-radius: 4px;
}

.user-social-profile .input-group .input-group-prepend,
.edit-social .input-group .input-group-prepend {
  margin-right: 0;
}

.user-social-profile .input-group .input-group-text,
.edit-social .input-group .input-group-text {
  border-radius: 4px;
}

.user-social-profile .input-group .form-control,
.edit-social .input-group .form-control {
  border-left: none;
  margin-left: -2px;
  background: none;
}

.user-group .progress {
  height: 5px;
}

.user-group .user-group-progress-bar p {
  margin-top: 2px;
}

.user-group .user-group-progress-top {
  margin-top: 14px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.user-group .user-group-progress-top span {
  white-space: nowrap;
}

.user-group-media button svg {
  width: 24px;
}

.user-group-people p {
  margin-bottom: 23px;
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
}

.user-group-people__parent li:not(:last-child) {
  margin-right: 4px;
}

@media only screen and (max-width: 1199px) {
  .user-group-people__parent li:not(:last-child) {
    margin-bottom: 4px;
  }
}

.user-group .dropdown-default .dropdown-item,
.user-group .dropdown-menu .dropdown-item {
  padding: 1px 25px;
  font-size: 14px;
  line-height: 2.28571;
  font-weight: 400;
}

.user-group .dropdown-default .dropdown-item:hover,
.user-group .dropdown-menu .dropdown-item:hover {
  background: rgba(95, 99, 242, 0.05);
}

.user-group .dropdown-default,
.user-group .dropdown-menu {
  padding: 18px 0;
}

.media-ui.user-group .user-group-progress-top {
  margin-top: 0;
  margin-bottom: 22px;
}

.media-ui .user-group-people>p {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
  margin-bottom: 22px;
}

.media-ui .user-group-progress-top p {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 500;
}

.user-group:not(.media-ui) .media-body h6 {
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .user-pagination .justify-content-end {
    justify-content: center !important;
  }
}

.userDatatable table {
  border-bottom: 1px solid #f1f2f6;
  border-collapse: separate;
  border-spacing: 0;
}

.userDatatable table td {
  border-top: 0;
  border-bottom: none;
  padding: 10px 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.userDatatable table thead tr:not(.footable-filtering) {
  border-radius: 10px;
}

.userDatatable table thead tr:not(.footable-filtering) th {
  color: #5a5f7d;
  background: #f8f9fb;
  border-top: 1px solid #f1f2f6;
  border-bottom: 1px solid #f1f2f6;
  white-space: nowrap;
}

.userDatatable table thead tr:not(.footable-filtering) th:first-child {
  border-left: 1px solid #f1f2f6;
  border-radius: 10px 0px 0px 10px;
}

.userDatatable table thead tr:not(.footable-filtering) th:last-child {
  border-right: 1px solid #f1f2f6;
  border-radius: 0px 10px 10px 0px !important;
}

.userDatatable table tbody tr:first-child td {
  padding-top: 11px;
}

.userDatatable table tbody tr:last-child td {
  padding-bottom: 11px;
}

.userDatatable table>thead>tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

.userDatatable .userDatatable__imgWrapper {
  margin-right: 12px;
}

.userDatatable tbody .custom-checkbox input[type="checkbox"]+label {
  margin-right: 18px;
}

.userDatatable-header th {
  border-bottom: none;
  padding: 13px 20px 15px 20px;
  vertical-align: middle;
  background: #f8f9fb;
}

.userDatatable-header th .checkbox-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.userDatatable-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.projectDatatable-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.userDatatable-inline-title p {
  font-size: 12px;
  line-height: 1.83333;
  font-weight: 400;
  text-transform: capitalize;
}

.project-table .userDatatable-inline-title h6 {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
}

.userDatatable-inline-title h6,
.userDatatable-content {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  text-transform: capitalize;
}

.userDatatable-content-status {
  padding: 5px 12px;
  height: 25px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

.checkbox-text.userDatatable-title {
  margin-left: 18px;
}

.userDatatable_actions li:not(:last-child) {
  margin-right: 20px;
}

.userDatatable_actions svg {
  width: 16px;
}

.projectDatatable.userDatatable .table th {
  padding: 14px 20px;
}

.projectDatatable.userDatatable .table td {
  padding: 16px 20px;
}

.projects-tab-content .projectDatatable tbody tr {
  border-bottom: 1px solid #e3e6ef;
}

.user-info-tab .ap-tab-main .nav-item .nav-link {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  padding: 22px 0;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
}

.user-info-tab .ap-tab-main .nav-item .nav-link svg {
  width: 18px;
  margin-right: 8px;
}

.user-info-tab .ap-tab-main .nav-item .nav-link.active {
  border-bottom: 2px solid #137efc;
}

@media only screen and (max-width: 575px) {
  .user-info-tab .ap-tab-main .nav-item .nav-link.active {
    border-bottom: 2px solid transparent;
  }
}

.user-info-tab .custom-control-label::before {
  border: 1px solid #adb4d2;
}

.user-info-tab .custom-control-label::after {
  background: no-repeat 65% / 77% 65%;
}

.user-info-tab .custom-control-label::before,
.user-info-tab .custom-control-label::after {
  width: 16px;
  height: 16px;
  left: -25px;
}

.user-info-tab .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.user-info-tab .custom-control-input:checked~.custom-control-label::before {
  border-color: #137efc;
  background-color: #137efc;
}

.user-info-tab .custom-radio {
  padding-left: 25px;
}

.user-info-tab .ap-tab-main .nav-link:after {
  display: none;
}

.form-group-calender a {
  content: "";
  position: absolute;
  right: 15px;
  transform: translate(-50%, -50%);
  top: 50%;
}

.form-group-calender a svg {
  width: 16px;
}

.project-tap {
  background: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 40px;
}

.project-tap .nav-link {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  padding: 0 15px;
  text-transform: capitalize;
}

.project-tap .nav-item {
  position: relative;
}

.project-tap .nav-item:not(:first-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #e3e6ef;
}

@media only screen and (max-width: 767px) {
  .project-search--height {
    width: 382px;
  }
}

.project-search--height .user-member__form,
.project-search--height .form-control {
  height: 40px;
}

.project-search.shop-search .form-control {
  height: 46px;
}

.project-category {
  text-transform: capitalize;
}

.project-category .select2-container--default .select2-selection--single,
.project-category .select2-container--default .select2-selection--multiple {
  height: 40px;
  border: none;
  border-radius: 5px;
  min-width: 100px;
}

.project-category .select2-container .select2-selection--single .select2-selection__rendered,
.project-category .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
}

.project-category .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px 100px 0 25px;
}

/*=====  2.1: Social Icon ======*/
.icon-list-social__link {
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0px 5px 10px #9299b81a;
}

@media (max-width: 1200px) {
  .icon-list-social__link {
    font-size: calc(16.2px + 0.15vw);
  }
}

.icon-list-social__link.active {
  background: white;
}

.icon-list-social__link i {
  font-size: 20px;
}

.icon-list-social__link svg {
  width: 16px;
}

.profile-card-3 {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  border: none;
}

.profile-card-3 .profile {
  border-radius: 50%;
  border: 8px solid #ffffff;
}

.profile-card-3 .background-block {
  float: left;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.profile-card-3 .background-block .background {
  width: 100%;
  vertical-align: top;
  height: 150px;
  border-radius: 10px 10px 0px 0px;
}

.profile-card-3 .card-dropdown {
  margin-top: 7px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.profile-card-3 .card-dropdown:hover {
  background: #f4f5f7;
}

.profile-card-3 .card-dropdown .dropdown svg {
  width: 24px;
}

.profile-card-3 .card-content {
  background: #ffffff;
  border-radius: 30px 30px 10px 10px;
}

.profile-card-3 .card-content .card-content__body {
  width: 100%;
  padding: 25px 25px;
}

.user-group-progress-bar .progress-percentage {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

.media-ui--completed .progress-icon {
  flex: unset;
  border-radius: 50%;
}

.media-ui--completed .progress-icon svg {
  width: 12px;
  color: white;
}

.projectDatatable.project-table .table {
  border-bottom: none;
}

.projectDatatable.project-table .table td {
  border-bottom: 1px solid #e3e6ef;
}

.projectDatatable.project-table .table td:first-child {
  padding-left: 0;
}

.projectDatatable.project-table .table td:last-child {
  padding-right: 0;
}

.project-progress .dropdown svg {
  width: 22px;
}

@media (min-width: 992px) {
  .project-progress .user-group-progress-bar {
    width: 340px;
  }
}

.project-progress .user-group-progress-bar .progress {
  height: 5px;
}

.new-member-modal .form-control {
  height: 48px;
}

.new-member-modal .form-control::placeholder {
  color: #9299b8;
}

.new-member-modal .form-group label {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.85714;
  font-weight: 500;
  margin-bottom: 8px;
}

.new-member-modal textarea.form-control {
  padding: 13px 20px;
  height: 120px;
  resize: none;
}

.new-member-calendar .form-control::placeholder {
  color: #adb4d2;
}

.select2-dropdown.category-member {
  z-index: 9999;
}

@media (min-width: 1600px) {
  .cos-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.input-list-wrap {
  margin-bottom: -10px;
}

.input-list__single {
  margin: 0 10px 10px 0;
  flex: 0 0 33.33%;
}

@media only screen and (max-width: 575px) {
  .input-list__single {
    flex: 0 0 100%;
  }
}

.input-container .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}

.input-container .input-icon.icon-left {
  left: 20px;
}

.input-container .input-icon.icon-right {
  right: 20px;
}

.input-container .input-icon svg,
.input-container .input-icon img {
  width: 14px;
}

.input-container.icon-left input {
  padding-left: 40px;
}

.form-group input::placeholder {
  color: #9299b8;
}

.basic-form-wrapper {
  max-width: 420px;
}

.form-basic label {
  font-size: 14px;
  font-weight: 500;
}

.form-basic select {
  width: 100%;
}

.form-basic textarea {
  min-height: 100px;
}

.form-basic .form-inline-action {
  margin-top: 18px;
}

.form-basic .form-inline-action .custom-checkbox .checkbox-text {
  font-size: 13px;
}

.form-basic .form-inline-action .forgot-pass {
  font-size: 13px;
}

.form-basic .btn-submit {
  min-width: 180px;
}

.form-basic .form-control::placeholder {
  color: #adb4d2;
}

.form-control-md {
  height: 2.875rem;
}

.was-validated input:invalid~label,
input.is-invalid~label,
.was-validated input:invalid~label .invalid-feedback {
  color: #ff4d4f;
}

.was-validated input:invalid~label::after,
input.is-invalid~label::after {
  background-color: rgba(255, 77, 79, 0.3);
  border: 1px solid transparent;
}

.was-validated input:invalid~label .invalid-feedback {
  display: block;
}

.valid-feedback,
.invalid-feedback {
  margin-top: 8px;
}

.timeline-box {
  position: relative;
  z-index: 10;
}

.timeline-box.timeline-box--2 .timeline-single__content {
  width: 100%;
}

.timeline-box.timeline-box--2 .timeline-single__content p {
  transition: all 0.3s ease;
}

.timeline-box.timeline-box--2 .timeline-single__buble {
  background-color: #ADB4D2;
  border: none;
  border-style: none;
}

.timeline-box .timeline-single {
  position: relative;
  align-items: end;
}

.timeline-box .timeline-single:not(:last-child) {
  padding-bottom: 25px;
}

.timeline-box .timeline-single .timeline-line {
  position: absolute;
  left: 5px;
  top: 10px;
  height: 100%;
  width: 3px;
  z-index: -1;
  background-color: #E3E6EF;
}

.timeline-box .timeline-single__buble {
  display: inline-table;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border-width: 2px !important;
  border-style: solid;
}

.timeline-box .timeline-single__content {
  padding-left: 32px;
  margin-top: -6px;
}

@media only screen and (max-width: 575px) {
  .timeline-box .timeline-single__content {
    padding-left: 16px;
  }
}

.timeline-box .timeline-single__content p {
  margin-bottom: 10px;
}

.timeline-box .timeline-single__badge {
  height: 22px;
  padding: 0 11px;
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 500;
  border-radius: 4px;
  text-transform: capitalize;
  margin-left: 7px;
}

.timeline-box .timeline-single__days {
  font-size: 14px;
  font-weight: 600;
  color: #868EAE;
}

.timeline-vertical .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline-vertical .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #E3E6EF;
  left: 50%;
  margin-left: -1.5px;
}

@media only screen and (max-width: 575px) {
  .timeline-vertical .timeline:before {
    left: 0;
  }
}

.timeline-vertical .timeline li {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .timeline-vertical .timeline li {
    margin-bottom: 20px;
  }
}

.timeline-vertical .timeline li:before,
.timeline-vertical .timeline li:after {
  content: " ";
  display: table;
}

.timeline-vertical .timeline li:after {
  clear: both;
}

.timeline-vertical .timeline li .timeline-single {
  width: 45%;
  float: left;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .timeline-vertical .timeline li .timeline-single {
    width: 92%;
    float: right;
  }
}

@media only screen and (max-width: 479px) {
  .timeline-vertical .timeline li .timeline-single {
    width: 88%;
  }
}

.timeline-vertical .timeline li .timeline-single:before {
  position: absolute;
  top: 65px;
  right: -11px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-left: 11px solid #EFF0F3;
  border-right: 0 solid #EFF0F3;
  border-bottom: 7px solid transparent;
  content: " ";
}

@media only screen and (max-width: 575px) {
  .timeline-vertical .timeline li .timeline-single:before {
    border-left-width: 0;
    border-right-width: 12px;
    left: -12px;
    right: auto;
  }
}

.timeline-vertical .timeline li .timeline-single:after {
  position: absolute;
  top: 30%;
  right: -11px;
  display: inline-block;
  border-top: 8px solid #EFF0F3;
  border-bottom: 7px solid #EFF0F3;
  content: " ";
}

.timeline-vertical .timeline>li .timeline-single__buble {
  color: #fff;
  width: 10px;
  height: 10px;
  border: 10px solid #F8F9FB;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 62px;
  left: 50%;
  margin-left: -10px;
  z-index: 100;
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .timeline-vertical .timeline>li .timeline-single__buble {
    left: 0;
  }
}

.timeline-vertical .timeline>li .timeline-single__buble span {
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 1.4em;
  text-align: center;
  margin-left: -10px;
  z-index: 100;
  border-radius: 50%;
  top: -5px;
  left: 5px;
}

.timeline-vertical .timeline>li.timeline-inverted>.timeline-single {
  float: right;
}

.timeline-vertical .timeline>li.timeline-inverted>.timeline-single:before {
  border-left-width: 0;
  border-right-width: 12px;
  left: -12px;
  right: auto;
}

.timeline-vertical .timeline>li.timeline-inverted>.timeline-single:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-vertical.left-middle li {
  margin-bottom: 25px;
}

.timeline-vertical.left-middle .timeline:before {
  left: 0;
}

.timeline-vertical.left-middle .timeline>li .timeline-single__buble {
  left: 0;
}

.timeline-vertical.left-middle .timeline li .timeline-single {
  width: 94%;
}

@media only screen and (max-width: 575px) {
  .timeline-vertical.left-middle .timeline li .timeline-single {
    width: 92%;
    float: right;
  }
}

@media only screen and (max-width: 479px) {
  .timeline-vertical.left-middle .timeline li .timeline-single {
    width: 88%;
  }
}

.timeline-box--3.scroll-timeline {
  height: 100vh;
  overflow-x: auto;
  padding: 0 20px;
}

.timeline-box--3.scroll-timeline::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: #F5F5F5;
}

.timeline-box--3.scroll-timeline::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.timeline-box--3.scroll-timeline::-webkit-scrollbar-thumb {
  background-color: #E3E6EF;
  border: 3px solid #E3E6EF;
  border-radius: 4px;
}

.timeline-box--3.basic-timeline .timeline {
  padding: 0;
}

.timeline-box--3.basic-timeline .timeline-single__content {
  padding: 0;
  background-color: transparent;
}

.timeline-box--3.basic-timeline .timeline li .timeline-single {
  margin-top: 18px;
  padding-right: 45%;
}

@media only screen and (max-width: 1399px) {
  .timeline-box--3.basic-timeline .timeline li .timeline-single {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1399px) and (max-width: 575px) {
  .timeline-box--3.basic-timeline .timeline li .timeline-single {
    padding-right: 30%;
  }
}

@media only screen and (max-width: 1399px) and (max-width: 479px) {
  .timeline-box--3.basic-timeline .timeline li .timeline-single {
    padding-right: 0;
  }
}

.timeline-box--3.basic-timeline .timeline li .timeline-single:before {
  display: none;
}

.timeline-box--3.basic-timeline .timeline li .timeline-single .timeline-single__days span {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

.timeline-box--3.basic-timeline .timeline li .timeline-single .timeline-single__content p {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #5A5F7D;
  margin-top: 24px;
  margin-bottom: 11px;
}

.timeline-box--3.basic-timeline .timeline li .timeline-single .timeline-single__content span {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #868EAE;
}

.timeline-box--3.basic-timeline .timeline>li .timeline-single__buble {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border: none;
  margin-left: -28px;
  top: 0;
  border-radius: 50%;
}

.timeline-box--3.basic-timeline .timeline>li .timeline-single__buble--svg {
  width: 40px;
  height: 40px;
  border: none;
  margin-left: 0;
  top: 0;
  border-radius: 50%;
}

.timeline-box--3 .timeline-single__content {
  background: #EFF0F3;
  border-radius: 10px;
  padding: 20px;
}

.timeline-box--3 .timeline-single__content p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #5A5F7D;
  margin-bottom: 0;
}

.timeline-box--3 .timeline-single__days {
  text-align: end;
  margin-bottom: 7px;
}

@media only screen and (max-width: 575px) {
  .timeline-box--3 .timeline-single__days {
    text-align: left;
  }
}

.timeline-box--3 .timeline-single__days span {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  color: #ADB4D2;
}

.timeline-box--3 .timeline-inverted .timeline-single__days {
  text-align: start;
}

.list-box__item {
  font-size: 14px;
  padding: 12px 20px;
  border-left: 1px solid #f1f2f6;
  border-right: 1px solid #f1f2f6;
}

.list-box__item:not(:last-child) {
  border-bottom: 1px solid #f1f2f6;
}

.list-box__item:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #f1f2f6;
  border-left: 1px solid #f1f2f6;
  border-right: 1px solid #f1f2f6;
}

.list-box__item:first-child {
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #f1f2f6;
  border-left: 1px solid #f1f2f6;
  border-right: 1px solid #f1f2f6;
}

.atbd-menu.menu-horizontal {
  border-bottom: 1px solid #f1f2f6;
}

.atbd-menu.menu-horizontal .atbd-menu__item {
  position: relative;
  display: inline-block;
}

.atbd-menu.menu-horizontal .atbd-menu__item:not(:last-child) {
  margin-right: 30px;
}

.atbd-menu.menu-horizontal .atbd-menu__item:hover>.atbd-submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.atbd-menu.menu-horizontal .atbd-menu__item:hover>.atbd-menu__link:after,
.atbd-menu.menu-horizontal .atbd-menu__item.active>.atbd-menu__link:after {
  opacity: 1;
  visibility: visible;
}

.atbd-menu.menu-horizontal .atbd-menu__item.has-submenu>.atbd-menu__link:before {
  font-family: 'Line Awesome Free';
  font-weight: 700;
  content: "\f107";
  margin-left: 5px;
  margin-top: 1px;
  float: right;
}

.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__link {
  border-color: transparent !important;
  cursor: not-allowed;
}

.atbd-menu.menu-horizontal .atbd-menu__item.menu-item-disabled .atbd-menu__link:after {
  display: none;
}

.atbd-menu.menu-horizontal .atbd-menu__item .atbd-menu__item {
  display: block;
}

.atbd-menu.menu-horizontal .atbd-menu__item .atbd-menu__item>.atbd-menu__link:after {
  display: none;
}

.atbd-menu.menu-horizontal .atbd-menu__item .atbd-menu__item>.atbd-menu__link:before {
  content: "\f105";
}

.atbd-menu.menu-horizontal .atbd-menu__link {
  padding-bottom: 8px;
}

.atbd-menu__link {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 2.9;
}

.atbd-menu__link:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  content: '';
}

.atbd-menu__link svg,
.atbd-menu__link img {
  width: 16px;
  height: 16px;
}

.atbd-menu__link .atbd-menu__text {
  font-weight: 500;
  margin-left: 10px;
}

.atbd-submenu {
  position: absolute;
  left: 0;
  top: 48px;
  width: 260px;
  padding: 16px;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: .35s ease;
  z-index: 999;
}

@media only screen and (max-width: 575px) {
  .atbd-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    box-shadow: 0 0;
    padding: 0;
  }
}

.atbd-submenu .submenu-title {
  display: block;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.67;
}

.atbd-submenu li a {
  display: block;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.67;
}

.atbd-submenu ul {
  padding-left: 14px;
}

.atbd-submenu .atbd-submenu {
  left: 100%;
  top: 0;
}

.menu-wrapper .atbd-menu.menu-vertical {
  max-width: 280px;
}

.atbd-menu.menu-vertical {
  border-right: 1px solid #f1f2f6;
}

.atbd-menu.menu-vertical .atbd-menu__item {
  padding-right: 15px;
  position: relative;
}

.atbd-menu.menu-vertical .atbd-menu__item:hover>.atbd-submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.atbd-menu.menu-vertical .atbd-menu__item.has-submenu>.atbd-menu__link:before {
  font-family: 'Line Awesome Free';
  font-weight: 700;
  content: "\f105";
  margin-left: 5px;
  margin-top: 1px;
  float: right;
}

.atbd-menu.menu-vertical .atbd-submenu {
  left: 100%;
  top: 0;
}

.atbd-menu.menu-collapsable .atbd-menu__item.has-submenu>.atbd-menu__link:before {
  content: "\f107";
}

.atbd-menu.menu-collapsable .atbd-submenu {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  box-shadow: 0 0;
  padding: 0 0 0 20px;
  background: transparent;
}

.atbd-menu.menu-collapsable .atbd-submenu .atbd-menu__link {
  min-width: auto;
}

.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  transform: translateX(280px);
  transition: .3s;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 130px;
  z-index: 22;
  box-shadow: 0 0 30px rgba(146, 153, 184, 0.15);
}

.mobile-nav-wrapper.show {
  transform: translateX(0);
}

.mobile-nav-wrapper .atbd-menu {
  padding: 0 15px;
}

.mobile-nav-wrapper .atbd-menu.menu-horizontal {
  border-bottom: 0;
}

.mobile-nav-wrapper .atbd-menu.menu-horizontal .atbd-menu__item .atbd-menu__item>.atbd-menu__link:before {
  content: "\f107";
}

.mobile-nav-wrapper .atbd-menu__item {
  padding: 0;
  margin-right: 0 !important;
}

.mobile-nav-wrapper .atbd-menu__item.has-submenu>.atbd-menu__link:before {
  margin: 0 10px 0 0;
}

.mobile-nav-wrapper .atbd-submenu {
  padding: 0 0 0 15px;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  position: static;
  box-shadow: 0 0;
}

.mobile-nav-wrapper .atbd-submenu .atbd-submenu li:first-child a {
  padding-top: 0;
}

.mobile-nav-wrapper .nav-close {
  position: absolute;
  top: 95px;
  left: 12px;
}

.menu-mob-trigger {
  max-width: 40px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.menu-mob-trigger span {
  display: block;
  width: 30px;
  height: 2px;
}

.menu-mob-trigger span:not(:last-child) {
  margin-bottom: 4px;
}

.message-wrapper {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atbd-pop-message {
  min-width: 200px;
  margin-bottom: 15px;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 4px;
  box-shadow: 0 10px 15px rgba(146, 153, 184, 0.2);
}

.atbd-pop-message__icon {
  margin-right: 8px;
}

.atbd-pop-message__text p {
  font-size: 14px;
  margin-bottom: 0;
}

.btn-message {
  height: 48px;
}

.atbd-tag-wrap h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.atbd-tag-wrap .tag-box {
  margin: -4px;
}

.atbd-tag {
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.4;
  padding: 4px 10px;
  border-radius: 5px;
  margin: 4px;
}

.atbd-tag.tag-primary {
  font-weight: 600;
}

.atbd-tag.tag-primary.tag-transparented {
  background-color: rgba(95, 99, 242, 0.15);
}

.atbd-tag.tag-secondary {
  font-weight: 600;
}

.atbd-tag.tag-secondary.tag-transparented {
  background-color: rgba(255, 105, 165, 0.15);
}

.atbd-tag.tag-success {
  font-weight: 600;
}

.atbd-tag.tag-success.tag-transparented {
  background-color: rgba(32, 201, 151, 0.15);
}

.atbd-tag.tag-info {
  font-weight: 600;
}

.atbd-tag.tag-info.tag-transparented {
  background-color: rgba(44, 153, 255, 0.15);
}

.atbd-tag.tag-warning {
  font-weight: 600;
}

.atbd-tag.tag-warning.tag-transparented {
  background-color: rgba(250, 139, 12, 0.15);
}

.atbd-tag.tag-danger {
  font-weight: 600;
}

.atbd-tag.tag-danger.tag-transparented {
  background-color: rgba(255, 77, 79, 0.15);
}

.atbd-tag.tag-light {
  font-weight: 500;
}

.atbd-tag.tag-light.tag-transparented {
  background-color: rgba(146, 153, 184, 0.15);
}

.atbd-tag i,
.atbd-tag span,
.atbd-tag span {
  font-size: 10px;
}

.atbd-tag-mode .select2-search__field {
  text-align: left;
}

.ui-datepicker {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.3rem rgba(0, 0, 0, 0.2);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: auto !important;
  }
}

.ui-datepicker-month {
  border: none;
  color: #666d92;
}

.ui-datepicker-year {
  border: none;
  color: #666d92;
}

.ui-datepicker-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  color: #272b41;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 50%;
  line-height: 2rem;
  transition: 0.3s all;
  color: #272b41;
  font-size: 0.875rem;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid transparent;
  margin: 4px;
}

.ui-datepicker-calendar tbody td a:hover {
  border: 1px solid #137efc;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  color: #137efc;
  border: 1px solid #137efc;
}

.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background: #137efc;
  color: #ffffff;
}

.ui-datepicker-header a span {
  display: none;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-header a.ui-datepicker-prev::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f104";
  font-size: 18px;
  color: #272b41;
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-header a.ui-datepicker-next::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f105";
  font-size: 18px;
  color: #272b41;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #272b41;
  font-weight: 400;
  font-size: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .ui-datepicker-multi .ui-datepicker-group {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-first {
    margin-right: 0;
  }
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-calendar {
  width: 100%;
}

.date-picker__prev,
.date-picker__next {
  width: 45px;
  height: 45px;
}

.atbd-date-picker .date-picker-disabled {
  cursor: not-allowed;
}

.atbd-date-ranger {
  margin: 20px;
  border: 1px solid #f1f2f6;
  border-radius: 5px;
}

.atbd-date-ranger.date-picker-disabled .divider {
  display: flex;
  align-content: center;
  height: 42px;
  line-height: 2.5;
}

.atbd-date-ranger.date-picker-disabled .form-control {
  border-radius: 0;
}

.atbd-date-ranger .form-group {
  width: 100%;
}

.atbd-date-ranger .form-control {
  border: 0 none;
  text-align: center;
}

.atbd-date-ranger .date-picker-icon {
  position: absolute;
  right: 12px;
  transform: translate(-50%, -50%);
  top: 50%;
}

.atbd-date-ranger .date-picker-icon svg,
.atbd-date-ranger .date-picker-icon img {
  width: 16px;
}

.atbd-nav-controller.date-picker-size .date-picker-list {
  margin-top: 35px;
}

.date-picker-list {
  margin: -20px;
}

.date-picker-list .atbd-date-picker {
  margin: 20px;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  width: 48%;
}

.ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-first {
  margin-right: 2%;
}

.atbd-rating-wrap .rater {
  line-height: 1;
}

.atbd-rating-wrap .rater-text {
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  margin-left: 6px;
}

.atbd-rating-wrap .rater-text .rate-count {
  margin-right: 3px;
}

.rating-basic,
.rating-half-star,
.rater,
.rating-readOnly {
  display: flex;
  align-items: center;
}

.jq-star {
  margin-right: 2px;
  display: flex;
  align-items: center;
}

.jq-star .jq-star-svg {
  padding-left: 0;
}

.jq-star polygon {
  stroke: none !important;
}

@media only screen and (max-width: 575px) {
  .atbd-steps .nav {
    flex-flow: column;
  }
}

.atbd-steps__item {
  position: relative;
  flex: 1;
  z-index: 10;
}

@media only screen and (max-width: 575px) {
  .atbd-steps__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.atbd-steps__item:last-child {
  flex: none;
  padding-right: 0;
}

.atbd-steps__item:first-child {
  padding-left: 0;
}

.atbd-steps__content {
  padding: 0 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
}

.atbd-steps__line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #f1f2f6;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .atbd-steps__line {
    transform: translate(0, 0);
    top: 30px;
    left: 25px;
    height: 100%;
    width: 1px;
  }
}

.atbd-steps__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
}

.atbd-steps__text {
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}

.statistics-item {
  flex: 1;
}

.statistics-item__title {
  font-size: 14px;
}

.statistics-item__number {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
  font-size: 20px;
}

.statistics-item__number i,
.statistics-item__number svg,
.statistics-item__number span {
  font-size: 21px;
  margin-right: 4px;
}

.statistics-item__number i,
.statistics-item__number svg,
.statistics-item__number img {
  margin-left: -3px;
}

.statistics-item__number .number-fraction {
  margin: 0;
  font-size: 14px;
}

.statistics-item__action {
  margin-top: 16px;
}

.statistics-item__action a {
  display: inline-block;
}

.statistics-item .text-gray {
  letter-spacing: 1.5px;
  margin-left: 3px;
  font-size: 14px;
}

.statistics-countdown__title {
  font-size: 14px;
}

.statistics-countdown ul {
  margin-top: 10px;
}

.statistics-countdown ul li {
  display: inline-block;
}

.statistics-countdown__time {
  font-size: 20px;
}

.spin-list .atbd-spin-dots:not(:last-child) {
  margin-right: 20px;
}

.atbd-spin-dots {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(45deg);
  animation: rotate 1.2s infinite linear;
}

.atbd-spin-dots .spin-dot {
  transform: scale(0.75);
  position: absolute;
  opacity: .3;
  animation: spinMove 1s infinite linear alternate;
}

.atbd-spin-dots .spin-dot:nth-child(1) {
  left: 0;
  top: 0;
}

.atbd-spin-dots .spin-dot:nth-child(2) {
  right: 0;
  top: 0;
  animation-delay: .3s;
}

.atbd-spin-dots .spin-dot:nth-child(3) {
  left: 0;
  bottom: 0;
  animation-delay: .5s;
}

.atbd-spin-dots .spin-dot:nth-child(4) {
  right: 0;
  bottom: 0;
  animation-delay: .7s;
}

.spin-embadded {
  position: relative;
}

.spin-embadded .alert {
  border-radius: 5px;
  transition: .35s ease;
}

.spin-embadded .alert-content {
  padding: 10px 2px;
  transition: .35s ease;
}

.spin-embadded .alert-heading {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}

.spin-embadded .loaded-spin {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spin-embadded.spin-active .alert-primary {
  background: rgba(95, 99, 242, 0.06);
  border-color: #e7e8fd06;
}

.spin-embadded.spin-active .alert-content {
  opacity: .4;
}

.spin-embadded.spin-active .loaded-spin {
  display: inline-block;
}

.spin-embadded .embadden-spin-control {
  margin-top: 10px;
}

.spin-embadded .embadden-spin-control span {
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
}

.atbd-spin-dots.spin-md {
  font-size: 24px;
}

.atbd-spin-dots.spin-md .spin-dot {
  width: 8px;
  height: 8px;
}

.atbd-spin-dots.spin-lg {
  font-size: 30px;
}

.atbd-spin-dots.spin-lg .spin-dot {
  width: 10px;
  height: 10px;
}

.atbd-upload .btn-upload {
  border-radius: 5px;
  line-height: 2.9rem;
}

.atbd-upload .btn-upload svg,
.atbd-upload .btn-upload img {
  width: 16px;
  height: 16px;
}

.atbd-upload .upload-one {
  display: none;
}

.atbd-upload__file {
  margin-top: 12px;
}

.atbd-upload__file li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 4px;
  transition: 0.35s ease;
}

.atbd-upload__file li:hover .btn-delete {
  opacity: 1;
  visibility: visible;
}

.atbd-upload__file li:not(:last-child) {
  margin-bottom: 10px;
}

.atbd-upload__file li .file-name {
  display: flex;
  align-items: center;
}

.atbd-upload__file li .file-name i,
.atbd-upload__file li .file-name svg,
.atbd-upload__file li .file-name span,
.atbd-upload__file li .file-name img {
  font-size: 18px;
  margin-right: 7px;
}

.atbd-upload__file li .file-name .name-text {
  margin-top: -4px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}

.atbd-upload__file li .btn-delete {
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}

.atbd-upload-avatar .avatrSrc {
  max-width: 100px;
}

.atbd-upload-avatar .upload-avatar-input {
  display: none;
}

.atbd-upload .avatar-up .upload-avatar-input {
  display: none;
}

.page-title-wrap {
  padding: 20px 25px 17px;
  border-radius: 5px;
}

.page-title-wrap .atbd-breadcrumb {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .page-title {
    flex-flow: column;
  }
}

@media only screen and (max-width: 767px) {
  .page-title__right {
    margin-top: 12px;
  }
}

.page-title__right .page-top-action {
  flex-wrap: wrap;
  margin: -5px;
}

.page-title__right .page-top-action a {
  margin: 5px;
  min-height: 34px;
}

.page-title__right .page-top-action .btn-xs {
  padding: 0 1.134rem;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
}

.page-title-block.bg-container {
  padding: 25px;
}

.page-title-block .page-title-bg {
  border-radius: 5px;
}

.page-title__left {
  display: flex;
  align-items: center;
}

.page-title__left a i,
.page-title__left a svg,
.page-title__left a img,
.page-title__left a span {
  width: 16px;
  color: #000000;
}

.page-title__left a i {
  font-size: 20px;
  margin-top: 3px;
  margin-right: 9px;
}

.page-title__left .title-text {
  font-size: 22px;
  font-weight: 600;
}

.page-title__left .title-text {
  margin-left: 8px;
}

.page-title__left .sub-title {
  font-size: 14px;
  margin-left: 10px;
}

.page-info {
  padding: 0px 30px 12px 30px;
}

@media only screen and (max-width: 767px) {
  .page-info {
    flex-flow: column;
  }
}

.page-info__item {
  flex: 0 0 32%;
}

.page-info__single {
  margin-bottom: 8px;
}

.page-info__single span {
  font-size: 14px;
}

.atbd-skeleton__title {
  width: 30%;
  height: 16px;
  background: #f1f2f6;
  margin-bottom: 15px;
}

.atbd-skeleton__list li {
  height: 16px;
  width: 100%;
  margin-bottom: 15px;
}

.atbd-skeleton__list li:last-child {
  width: 40%;
  margin-bottom: 0;
}

.shimmer-effect {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmerEffect;
  animation-timing-function: linear;
}

.custom-radio input {
  display: none;
}

.custom-radio label {
  display: inline-block !important;
  font-size: 14px;
}

.custom-radio.disabled input[type="radio"]:checked+label:after {
  background: #c6d0dc;
}

.custom-radio.disabled label {
  cursor: not-allowed;
}

.custom-radio input[type="radio"]+label {
  min-width: 18px;
  min-height: 18px;
  font-size: 14px;
  display: flex;
  flex-flow: column;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
}

.custom-radio input[type="radio"]+label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  border-width: 1px;
  border-style: solid;
}

.custom-radio input[type="radio"]+label:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 5px;
  top: 38%;
  font-weight: 900;
  display: block;
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 2;
  transform: translateY(-50%);
  content: "";
}

.custom-radio input[type="radio"]:checked+label:before {
  opacity: 1;
  color: #fff;
}

.radio-vertical-list .custom-radio:not(:last-child) {
  margin-bottom: 14px;
}

.radio-horizontal-list:not(:last-child) {
  margin-bottom: 14px;
}

.radio-horizontal-list .custom-radio {
  margin-right: 20px;
}

.radio-horizontal-list2 .custom-radio input[type="radio"]:checked+label:after {
  background-color: #fff;
}

.time-picker .input-container {
  width: 34%;
}

@media only screen and (max-width: 575px) {
  .time-picker .input-container {
    width: 100%;
  }
}

.time-picker .input-container .input-icon i,
.time-picker .input-container .input-icon svg,
.time-picker .input-container .input-icon img {
  width: 18px;
  height: 18px;
}

.time-picker .input-container .form-control-lg {
  height: 3rem;
}

.wickedpicker {
  z-index: 10000;
  box-sizing: border-box;
}

.wickedpicker__controls {
  box-sizing: border-box;
}

.slider-wrapper {
  padding: 20px 0;
}

.slider-wrapper.disabled {
  cursor: not-allowed;
  opacity: .5;
}

.atbd-slider {
  height: 3px;
  border-radius: 10px;
  background-color: rgba(95, 99, 242, 0.2);
  position: relative;
}

.atbd-slider .ui-slider-handle {
  position: absolute;
  top: -10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.atbd-slider .ui-slider-handle:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border-width: 2px;
  border-radius: 50%;
}

.atbd-slider .ui-slider-handle.ui-state-hover .tooltip-text,
.atbd-slider .ui-slider-handle.ui-state-active .tooltip-text {
  display: inline-block;
}

.atbd-slider .tooltip-text {
  position: absolute;
  top: -40px;
  left: -4px;
  font-size: 13px;
  padding: 0 5px;
  line-height: 2.2;
  border-radius: 5px;
  display: none;
}

.slider-controller {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.slider-controller span {
  margin-right: 6px;
  font-size: 14px;
}

.slider-controller .custom-switch {
  display: inline;
}

.drawer-basic-wrap.show .atbd-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.drawer-basic-wrap.basic .drawer-basic {
  display: block !important;
}

.drawer-basic-wrap.account.bottom,
.drawer-basic-wrap.account.top,
.drawer-basic-wrap.account.left {
  right: 0;
  left: auto;
}

.drawer-basic-wrap.account.bottom .atbd-drawer,
.drawer-basic-wrap.account.top .atbd-drawer,
.drawer-basic-wrap.account.left .atbd-drawer {
  width: 570px;
  height: 100%;
  transform: translateX(570px);
}

.drawer-basic-wrap.account .drawer-account {
  display: block !important;
  width: 730px;
}

@media only screen and (max-width: 991px) {
  .drawer-basic-wrap.account .drawer-account {
    width: 520px;
  }
}

@media only screen and (max-width: 575px) {
  .drawer-basic-wrap.account .drawer-account {
    width: 320px;
  }
}

@media only screen and (max-width: 575px) {
  .drawer-basic-wrap.account .drawer-account {
    width: 280px;
  }
}

.drawer-basic-wrap.profile.bottom,
.drawer-basic-wrap.profile.top,
.drawer-basic-wrap.profile.left {
  right: 0;
  left: auto;
}

.drawer-basic-wrap.profile.bottom .atbd-drawer,
.drawer-basic-wrap.profile.top .atbd-drawer,
.drawer-basic-wrap.profile.left .atbd-drawer {
  width: 570px;
  height: 100%;
  transform: translateX(570px);
}

.drawer-basic-wrap.profile .drawer-profile {
  display: block !important;
  width: 730px;
}

@media only screen and (max-width: 991px) {
  .drawer-basic-wrap.profile .drawer-profile {
    width: 520px;
  }
}

@media only screen and (max-width: 575px) {
  .drawer-basic-wrap.profile .drawer-profile {
    width: 320px;
  }
}

@media only screen and (max-width: 375px) {
  .drawer-basic-wrap.profile .drawer-profile {
    width: 280px;
  }
}

@media only screen and (max-width: 1199px) {
  .drawer-placement-wrap {
    flex-flow: column;
  }
}

.drawer-placement-wrap .radio-horizontal-list {
  flex-wrap: wrap;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .drawer-placement-wrap .radio-horizontal-list .custom-radio {
    margin-bottom: 15px;
  }
}

.drawer-basic-wrap.left.show .atbd-drawer {
  transform: translateX(0);
}

.drawer-basic-wrap.left .atbd-drawer {
  right: auto;
  left: 0;
  transform: translateX(-320px);
}

.drawer-basic-wrap.top.show .atbd-drawer {
  transform: translate(0, 0);
}

.drawer-basic-wrap.top .atbd-drawer {
  height: 320px;
  width: 100%;
  transform: translate(0, -320px);
}

.drawer-basic-wrap.bottom.show .atbd-drawer {
  transform: translate(0, 0);
}

.drawer-basic-wrap.bottom .atbd-drawer {
  height: 320px;
  width: 100%;
  top: auto;
  bottom: 0;
  transform: translate(0, 320px);
}

.atbd-drawer {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(320px);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: all 0.35s ease-in;
}

@media only screen and (max-width: 1199px) {
  .atbd-drawer {
    width: 280px;
  }
}

@media only screen and (max-width: 375px) {
  .atbd-drawer {
    width: 260px;
  }
}

.atbd-drawer__header {
  padding: 18px 25px;
  border-bottom: 1px solid #f1f2f6;
}

.atbd-drawer__body {
  padding: 20px 24px 24px;
}

.atbd-drawer__body p {
  font-size: 14px;
}

.area-drawer-wrapper {
  text-align: center;
}

.area-drawer-wrapper h1,
.area-drawer-wrapper h2,
.area-drawer-wrapper h3,
.area-drawer-wrapper h4,
.area-drawer-wrapper h5,
.area-drawer-wrapper h6 {
  font-size: 14px;
  font-weight: 400;
}

.area-drawer-wrapper .drawer-btn {
  margin-top: 20px;
}

.area-drawer-wrapper .area-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 27, 41, 0.5);
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: 9988;
  opacity: 0;
  visibility: hidden;
}

.area-drawer-wrapper .area-overlay.show {
  opacity: 1;
  visibility: visible;
}

.area-drawer-wrapper .area-drawer.show .atbd-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.area-drawer-wrapper .atbd-drawer {
  position: absolute;
}

.atbd-drawer .drawer-content h6 {
  font-weight: 500;
  margin-bottom: 30px;
}

.atbd-drawer .profile-info-box__single:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f2f6;
}

.atbd-drawer .profile-info-box__single h6 {
  margin-bottom: 15px;
}

.atbd-drawer .profile-info__single {
  flex: 0 0 50%;
}

.atbd-drawer .profile-info__single:not(:last-child) {
  margin-bottom: 8px;
}

.atbd-drawer .profile-info__label {
  font-size: 14px;
  font-weight: 400;
}

.atbd-drawer .profile-info__text {
  font-size: 14px;
  font-weight: 400;
}

.drawer-profile-box {
  border: 1px solid #f1f2f6;
  border-radius: 3px;
}

.drawer-profile-box__single {
  padding: 25px;
}

@media only screen and (max-width: 375px) {
  .drawer-profile-box__single {
    padding: 15px;
  }
}

.drawer-profile-box__single:not(:last-child) {
  border-bottom: 1px solid #f1f2f6;
}

.drawer-profile-box__single .profile-author img {
  max-width: 32px;
  border-radius: 50%;
}

.drawer-profile-box__single .profile-text {
  margin-left: 10px;
}

.drawer-profile-box__single .profile-text .author-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.drawer-profile-box__single .profile-text .author-title {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
}

.drawer-profile-box__single .drawer-trigger {
  font-size: 14px;
}

.drawer-multiLevel.level-one.show {
  color: #fff;
}

.drawer-multiLevel.level-one.show .drawer-level-one {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.drawer-multiLevel.level-two.show {
  color: #fff;
}

.drawer-multiLevel.level-two.show .drawer-level-two {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 9999;
}

.drawer-multiLevel .atbd-drawer.drawer-level-one {
  width: 570px;
}

@media only screen and (max-width: 575px) {
  .drawer-multiLevel .atbd-drawer.drawer-level-one {
    width: 320px;
  }
}

@media only screen and (max-width: 575px) {
  .drawer-multiLevel .atbd-drawer.drawer-level-one {
    width: 280px;
  }
}

.atbd-tab .nav-tabs {
  position: relative;
  margin-bottom: 18px;
}

.atbd-tab .nav-tabs:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  content: "";
}

.atbd-tab .nav-item:not(:last-child) {
  margin-right: 12px;
}

.atbd-tab .nav-link {
  position: relative;
  font-size: 14px;
}

.atbd-tab .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}

.atbd-tab .nav-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  content: '';
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.atbd-tab .tab-content p {
  font-size: 14px;
}

.atbd-tab.tab-vertical {
  display: flex;
  max-height: 200px;
  overflow: hidden;
}

.atbd-tab.tab-vertical .nav-tabs {
  flex: 1;
  flex-flow: column;
  margin: 0 20px 0 0;
  overflow-y: scroll;
  min-width: 80px;
}

.atbd-tab.tab-vertical .nav-tabs:after {
  width: 2px;
  height: 100%;
  left: auto;
  right: 0;
}

.atbd-tab.tab-vertical .nav-tabs .nav-item {
  margin-right: 0;
}

.atbd-tab.tab-vertical .nav-tabs .nav-link:after {
  width: 3px;
  height: 100%;
  left: auto;
  right: 0;
}

.atbd-tab.tab-vertical .tab-content {
  flex: 19;
}

@media only screen and (max-width: 991px) {
  .tab-slide-content .vertical-tabs {
    justify-content: center;
  }
}

.atbd-tab.tab-small .nav-tabs {
  margin-bottom: 12px;
}

.atbd-tab.tab-small .nav-link {
  padding: 6px 12px;
}

.atbd-tab.tab-large .nav-tabs {
  margin-bottom: 25px;
}

.atbd-tab.tab-large .nav-link {
  padding: 15px 12px;
}

.nav-controller-slide .nav-controller-content {
  margin-top: 20px;
}

.atbd-select-list .atbd-select+.atbd-select {
  margin-left: 10px;
}

.atbd-select {
  min-width: 110px;
}

.atbd-select .select2-selection {
  height: 42px;
}

.atbd-select .select2-selection[aria-labelledby="select2-select-search-container"] {
  min-width: 200px;
}

.atbd-select .select2-selection__arrow {
  display: none;
}

.atbd-select.disabled select {
  cursor: not-allowed;
  appearance: none;
}

.atbd-select {
  position: relative;
  font-weight: 900;
}

.atbd-select:after {
  font-size: 10px;
  font-family: "Line Awesome Free";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f107';
}

.atbd-select select {
  appearance: none;
}

.size-control-nav .nav-item {
  margin-bottom: 16px;
}

.size-control-nav .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 4px;
}

.size-control-nav .nav-item:last-child .nav-link {
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
}

.size-control-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: .469rem .8rem;
  border-width: 1px;
  border-right-width: 0;
  border-style: solid;
}

.select-size-content {
  margin-top: 40px !important;
}

.select-size-content__single {
  margin: -20px 0;
}

.select-size-content__single .atbd-select {
  margin: 20px 0;
}

.select2-dropdown {
  background: #fff;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.15);
  padding: 15px 0;
  z-index: 1;
  border: none;
  z-index: 33;
}

.select2-dropdown .select2-results__option {
  font-size: 14px;
  display: block;
  line-height: 1.1;
  font-weight: 400;
  padding: 10px 25px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(95, 99, 242, 0.06);
}

select.select-arrow-none,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  background: none;
}

select.select-arrow-none::-ms-expand,
.was-validated .custom-select:invalid::-ms-expand,
.custom-select.is-invalid::-ms-expand {
  display: none;
}

.select-px-15 .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select-px-15 .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 15px;
}

.tooltip .arrow {
  position: relative;
  width: 12px;
  height: 8px;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #f1f2f6;
}

.tooltip .arrow:before {
  display: block;
  box-sizing: border-box;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid #f1f2f6;
  border-top: 1px solid #f1f2f6;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg) skew(10deg, 10deg);
  left: 0px;
  bottom: -6px;
}

.tooltip .tooltip-inner {
  border: 1px solid #f1f2f6;
  box-shadow: 0 8px 15px rgba(146, 153, 184, 0.15);
}

.drag-drop-wrap {
  margin: 20px 0;
}

.drag-drop-wrap .item {
  min-width: 200px;
}

.drag-drop-wrap .item-info {
  margin-left: 30px;
}

.drag-drop-wrap .item_title h6 {
  margin-left: 12px;
  font-size: 14px;
}

.drag-drop-wrap .drag-drop table tr {
  cursor: move;
}

.drag-drop-wrap .date {
  min-width: 150px;
}

.application-task .application-task-icon {
  border-radius: 12px;
  margin-right: 20px;
}

.application-task .application-task-content {
  flex: 1;
}

.about-projects__details p {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
}

.about-projects ul {
  margin-top: 35px;
  margin-bottom: -10px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .about-projects ul {
    flex-flow: column;
  }
}

.about-projects ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-projects ul li:not(:last-child) {
  margin-right: 80px;
}

.acButton {
  text-transform: capitalize;
  padding: 3px 15px;
  margin: 4px 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .acButton {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.acButton svg {
  width: 14px;
  margin-right: 7px;
}

.project-task-list__right ul li {
  display: flex;
  align-items: center;
}

.project-task-list__right ul li:not(:last-child) {
  margin-right: 20px;
}

.project-task-list__right ul li .time-completed {
  width: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.project-task-list__right ul li button {
  height: unset;
}

.project-task-list__right ul li button svg {
  width: 22px;
}

.project-task-list__right ul li a svg {
  color: #d8dceb;
  width: 14px;
}

.project-task .ptl--hover,
.todo-task .ptl--hover {
  padding: 0 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-task .ptl--hover td,
.todo-task .ptl--hover td {
  padding: 9px 0;
  vertical-align: middle;
}

.project-task .ptl--hover td:first-child,
.todo-task .ptl--hover td:first-child {
  padding-left: 25px;
}

.project-task .ptl--hover td:last-child,
.todo-task .ptl--hover td:last-child {
  padding-right: 25px;
  float: right;
}

.project-task .ptl--hover:hover,
.todo-task .ptl--hover:hover {
  box-shadow: 0px 15px 50px #9299b833;
}

input[type="checkbox"]:checked+label.strikethrough {
  text-decoration: line-through;
}

.task-list-btn button {
  font-weight: 500;
  font-size: 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: start;
  border: none;
  width: 100%;
  padding: 13px 20px;
  background-color: rgba(95, 99, 242, 0.08);
}

.task-list-btn button svg {
  margin-right: 5px;
  width: 18px;
}

@media only screen and (max-width: 575px) {
  .task-activities__left {
    flex-flow: column;
    width: 100%;
  }

  .task-activities__left .task-activities__month {
    padding: 30px 0;
    display: flex;
  }
}

@media only screen and (max-width: 575px) {
  .task-activities__right {
    padding-top: 17px;
  }
}

.files-area__img {
  margin-right: 20px;
}

.files-area__right p {
  text-transform: capitalize;
}

.files-area__right .dropdown svg {
  width: 22px;
}

.breadcrumb-edit,
.breadcrumb-remove {
  text-transform: capitalize;
  padding: 5px 15px;
}

.breadcrumb-edit svg,
.breadcrumb-remove svg {
  width: 14px;
  margin-right: 8px;
}

.application-ui .action-btn a {
  height: 35px;
  padding: 0 15px;
}

.application-ui .btn-group-toggle .btn {
  height: 35px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #c6d0dc;
  background: white;
  box-shadow: none;
}

.media-ui__title {
  margin-right: 10px;
}

.media-ui__start {
  margin-right: 30px;
}

.new-member .modal-header .close {
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  background: #f4f5f7;
  border-radius: 50%;
  text-shadow: none;
  opacity: 1;
  transition: all 0.3s ease;
  font-size: 18px;
}

.new-member .modal-header .close:hover {
  color: #fff;
}

.new-member .modal-header .close svg {
  width: 18px;
}

.new-member .modal-body {
  padding: 25px 30px 30px;
}

.new-member .textarea-group {
  margin-bottom: 28px;
}

.new-member .modal-header {
  padding: 12px 30px;
}

.app-ui-tab.ap-tab-main .nav-link:after {
  bottom: -1px;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  .project-top-progress .project-top-right {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .project-top-progress .project-tap {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1599px) {
  .projects-tab-content--progress .col-xl-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 575px) {
  .projects-tab-content--progress .col-xl-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.sidebar-group {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  margin: 0 30px 0 15px;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .sidebar-group {
    margin: 0;
  }
}

.sidebar-group .left-sidebar-wrap {
  background: #FBFBFB;
  width: 420px;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-shadow: 0px 5px 20px #9299B808;
}

@media only screen and (min-width: 991px) and (max-width: 992px) {
  .sidebar-group .left-sidebar-wrap {
    width: 360px;
  }
}

.sidebar-group .sidebar:not(.active) {
  display: none;
}

.chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all .5s ease;
  width: 100%;
  padding-right: 15px;
}

@media only screen and (max-width: 991px) {
  .chat {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .chat {
    padding-right: unset;
    padding: 0 15px;
  }
}

.chat-area {
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .chat-area {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .chat-area .chat-sidebar {
    width: calc(100% - 30px);
  }

  .chat-area .chat-sidebar .left-sidebar-wrap {
    width: 100%;
  }
}

.chat-body .chat-header {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 10px 20px #ADB4D226;
  border-radius: 10px 10px 0 0;
  height: 95px;
}

@media only screen and (max-width: 1399px) {
  .chat-body .chat-header {
    padding: 25px 20px;
  }
}

.chat-body .chat-header .dropdown .dropdown-item {
  padding: 4px 25px;
  font-weight: 400;
}

.chat-body .chat-header .dropdown .dropdown-item svg {
  width: 14px;
  margin-right: 13px;
}

.chat-body .chat-header .dropdown svg {
  width: 22px;
}

.chat-body .chat-header .media h5 {
  text-transform: capitalize;
}

.chat-wrapper {
  height: 646px;
  overflow: hidden;
}

.chat-wrapper form {
  border-radius: 23px;
  height: 46px;
  padding: 0 25px;
}

.chat-wrapper form input {
  padding: 8px 13px;
}

.chat-wrapper form input::placeholder {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #adb4d2;
}

.chat-wrapper form svg {
  width: 16px;
}

.chat-wrapper .search-header,
.chat-wrapper .search-tab {
  padding: 0 25px;
}

@media only screen and (max-width: 479px) {

  .chat-wrapper .search-header,
  .chat-wrapper .search-tab {
    padding: 0 15px;
  }
}

.search-body {
  flex: 1;
  width: 100%;
  overflow-y: auto;
  height: 495px;
  overflow: hidden auto;
}

.search-body .user-list {
  height: 495px;
  overflow: hidden auto;
  padding: 9px 0;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.search-body .user-list::-webkit-scrollbar {
  width: 11px;
}

.search-body .user-list::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.search-body .user-list::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.user-list-item {
  padding: 19px 0;
  transition: all 200ms ease-in-out;
  transform: scale(1);
}

.user-list-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.user-list-item:hover:hover {
  box-shadow: 0px 15px 50px #9299B833;
}

.user-list-item__wrapper {
  padding: 0 25px;
  padding-right: 20px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .user-list-item__wrapper {
    padding: 0 15px;
  }
}

.user-list-item .avatar {
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 0;
}

.user-list-item .users-list-body {
  flex: 1;
  position: relative;
  min-width: 0px;
  display: flex;
}

@media only screen and (max-width: 479px) {
  .user-list-item .users-list-body {
    display: grid;
  }
}

.user-list-item .users-list-body .last-chat-time {
  padding-left: 10px;
  position: relative;
  display: inline-grid;
  text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
  .user-list-item .users-list-body .last-chat-time {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: space-between;
  }
}

.user-list-item .users-list-body .last-chat-time small {
  font-size: 12px;
  line-height: 1.83333;
  font-weight: 400;
}

.user-list-item .users-list-body .last-chat-time .badge {
  border-radius: 10px;
  padding: 0 6px;
  margin: 0;
  z-index: auto;
  min-width: 20px;
  height: 20px;
  font-weight: 400;
  line-height: 20px;
}

.user-list-item .users-list-body-title {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.user-list-item .users-list-body-title h6 {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 6px;
}

.user-list-item .users-list-body-title p {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .user-list-item .users-list-body-title p {
    white-space: nowrap;
  }
}

.badge-direction-bottom {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  height: 12px;
  width: 12px;
  bottom: 0;
  right: 0;
}

.chat-badge-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.avatar-online {
  border: 2px solid #ffffff;
}

.avatar-offline {
  border: 2px solid #ffffff;
}

.search-tab .ap-tab-main {
  height: 66px;
  justify-content: space-between;
}

.search-tab .ap-tab-main .nav-link {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 23px 0;
}

.search-tab .ap-tab-main .nav-link.group-notification {
  display: flex;
  align-items: center;
}

.search-tab .ap-tab-main .nav-link.active {
  font-weight: 500;
}

.search-tab .ap-tab-main .nav-link.active .total-message {
  display: none;
}

.chat-box {
  height: 450px;
  overflow: hidden auto;
  padding: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.chat-box::-webkit-scrollbar {
  width: 11px;
}

.chat-box::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.chat-box::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 10px;
  border: 3px solid var(--scrollbarBG);
}

.incoming-chat .chat-text-box__subtitle {
  border-radius: 0 15px 15px 15px;
}

.outgoing-chat {
  margin: 5px 0;
}

.outgoing-chat .chat-text-box__subtitle {
  border-radius: 15px 15px 0 15px;
}

.chat-text-box {
  max-width: 80%;
}

@media only screen and (max-width: 1399px) {
  .chat-text-box {
    max-width: 100%;
  }
}

.chat-text-box__subtitle.typing {
  padding: 16px 13px;
}

.chat-text-box__subtitle p {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .chat-text-box__subtitle p {
    font-size: 14px;
  }
}

.chat-text-box__other button svg {
  width: 18px;
}

@media only screen and (max-width: 767px) {
  .outgoing-chat .dropdown-default.dropdown-bottomRight {
    right: auto !important;
    left: 0;
  }
}

.chat-body .social-connector {
  overflow: hidden;
  text-align: center;
}

.chat-body .social-connector:before,
.chat-body .social-connector:after {
  background-color: #e3e6ef;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.chat-body .social-connector:before {
  right: 0.5em;
  margin-left: -50%;
}

.chat-body .social-connector:after {
  left: 0.5em;
  margin-right: -50%;
}

.chat-body .social-connector span {
  font-weight: 400;
}

.chat-type-text__write {
  background-color: #F4F5F7;
  height: 70px;
  border-radius: 35px;
  padding: 0 25px;
  transition: all 0.3s ease;
  margin-right: 8px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .chat-type-text__write {
    width: 100%;
    height: unset;
    padding: 6px 25px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .chat-type-text__write {
    width: 100%;
    height: unset;
    padding: 6px 25px;
    margin-right: 0;
  }
}

.chat-type-text__write:hover {
  background: white;
  box-shadow: 0px 5px 30px #9299B826;
}

.chat-type-text__write input::placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #9299b8;
}

.chat-type-text__write a svg {
  width: 24px;
  margin-right: 20px;
}

.chat-type-text__write a input {
  padding: 8px 0;
}

.chat-type-text__btn svg {
  width: 18px;
}

.chat-type-text__btn button:last-child {
  box-shadow: 0px 8px 13px #137efc33;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .chat-type-text__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .chat-type-text__btn button:not(:last-child) {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 575px) {
  .chat-type-text__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .chat-type-text__btn button:not(:last-child) {
    margin-right: 8px;
  }
}

.chat-footer {
  padding: 20px;
}

.chat-text-box__other .dropdown-default .dropdown-item,
.dropdown-menu .dropdown-item {
  font-weight: 400;
  padding: 10px 25px;
  text-transform: capitalize;
}

@media only screen and (max-width: 479px) {

  .chat-text-box__other .dropdown-default .dropdown-item,
  .dropdown-menu .dropdown-item {
    padding: 10px 15px;
  }
}

.user-button-top {
  margin: 20px 14px 10px 25px;
}

.user-button-top button {
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 500;
  text-transform: capitalize;
}

.user-button-top button svg {
  margin-right: 11px;
  width: 14px;
}

.image-group ul li:not(:last-child) {
  margin-right: 4px;
}

.image-group ul li svg {
  width: 14px;
}

.seen-chat-group ul li:not(:last-child) {
  margin-right: 3px;
}

.emotions .dropdown-menu {
  min-width: max-content;
  padding: 15px 20px;
  border-radius: 5px;
}

@media only screen and (max-width: 479px) {
  .emotions .dropdown-menu {
    padding: 9px 20px;
  }
}

.emotions__parent li a img {
  width: 30px;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .emotions__parent li a img {
    width: 17px;
  }
}

.emotions__parent li a img:hover {
  transform: scale(1.2);
}

.emotions__parent li:not(:last-child) {
  margin-right: 15px;
}

.atbd-calendar-left .card {
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
}

.atbd-calendar-left .btn-create-event {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 25px;
}

table.fc-scrollgrid thead .fc-scroller-harness .fc-scroller {
  overflow-y: hidden !important;
}

.fc-theme-standard .fc-list {
  border: 1px solid #f1f2f6;
}

@media only screen and (max-width: 1599px) {
  .calendar-grid .col-xl-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media only screen and (max-width: 991px) {
  .calendar-grid .col-xl-3 {
    flex: 0 0 100%;
    max-width: 390px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1599px) {
  .calendar-grid .col-xl-9 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media only screen and (max-width: 991px) {
  .calendar-grid .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.date-picker__top {
  margin-bottom: 5px;
}

.date-picker__top a svg,
.date-picker__top a img {
  width: 16px;
  height: 16px;
}

.date-picker__date {
  border: 0 none;
  font-size: 16px;
  font-weight: 500;
  background: none;
}

.date-picker__calendar .ui-datepicker {
  padding: 0;
  box-shadow: 0 0;
  position: relative;
}

.date-picker__calendar .ui-datepicker-header .ui-datepicker-prev,
.date-picker__calendar .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
}

.date-picker__calendar .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}

.date-picker__calendar .ui-datepicker-header .ui-corner-all {
  top: 5px;
}

.date-picker__calendar .ui-datepicker-header .ui-corner-all:after {
  font-size: 12px;
}

.date-picker__calendar .ui-datepicker-header a.ui-datepicker-next {
  right: 25px;
}

.date-picker__calendar .ui-datepicker-header a.ui-datepicker-prev {
  left: 25px;
}

.date-picker__calendar .ui-datepicker-calendar {
  margin: 0 auto;
}

.date-picker__calendar .ui-datepicker-calendar thead tr th span {
  font-weight: 500;
}

.date-picker__calendar .ui-datepicker-calendar tbody td a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  width: 2.5rem;
  height: 2.5rem;
}

@media only screen and (max-width: 1599px) {
  .date-picker__calendar .ui-datepicker-calendar tbody td a {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media only screen and (max-width: 1300px) {
  .date-picker__calendar .ui-datepicker-calendar tbody td a {
    font-size: 12px;
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media only screen and (max-width: 1300px) {
  .date-picker__calendar .ui-datepicker-calendar tbody td a {
    width: 2rem;
    height: 2rem;
  }
}

@media only screen and (max-width: 1399px) {
  .date-picker__calendar .ui-datepicker-calendar tbody td a {
    width: 2rem;
    height: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  .date-picker__calendar .ui-datepicker-calendar tbody td a {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.draggable-events h1,
.draggable-events h2,
.draggable-events h3,
.draggable-events h4,
.draggable-events h5,
.draggable-events h6 {
  font-weight: 500;
}

.draggable-events a svg,
.draggable-events a img {
  width: 18px;
  height: 18px;
}

.draggable-event-list {
  margin-top: 20px;
}

.draggable-event-list__single {
  cursor: pointer;
}

.draggable-event-list__single:not(:last-child) {
  margin-bottom: 15px;
}

.draggable-event-list__single .event-text {
  font-size: 14px;
  margin-left: 12px;
}

#full-calendar .fc-toolbar {
  flex-wrap: wrap;
}

#full-calendar .header-toolbar-custom-dropdown-venues {
  margin-left: 1rem;
}

#full-calendar .header-toolbar-custom-buttons-content {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 1399px) {
  #full-calendar .fc-header-toolbar {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1399px) {
  #full-calendar .fc-toolbar-chunk:last-child {
    margin-top: 20px;
  }
}

#full-calendar .fc-toolbar-chunk>div {
  display: flex;
  align-items: center;
}

#full-calendar .fc-toolbar-chunk {
  margin: 1rem;
}

#full-calendar .fc-toolbar-chunk .fc-today-button {
  padding: 6.5px 15px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #f1f2f6;
  margin-right: 30px;
}

@media only screen and (max-width: 479px) {
  #full-calendar .fc-toolbar-chunk .fc-today-button {
    margin-right: 15px;
    padding: 6px 10px;
  }
}

#full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button,
#full-calendar .fc-toolbar-chunk .fc-button.fc-next-button {
  padding: 0.25em 0.563em;
  border: 1px solid #f1f2f6;
  border-radius: 4px;
}

@media only screen and (max-width: 479px) {

  #full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button,
  #full-calendar .fc-toolbar-chunk .fc-button.fc-next-button {
    padding: 0.2rem 0.4rem;
  }
}

#full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button span.fc-icon,
#full-calendar .fc-toolbar-chunk .fc-button.fc-next-button span.fc-icon {
  font-size: 14px;
  margin-top: -4px;
}

#full-calendar .fc-toolbar-chunk .fc-toolbar-title {
  margin: 0 20px;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 1300px) {
  #full-calendar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 14px;
    margin: 0 14px;
  }
}

@media only screen and (max-width: 479px) {
  #full-calendar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 12px;
    margin: 10px;
  }
}

#full-calendar .fc-toolbar-chunk .fc-button-group {
  border-radius: 0 4px 4px 0;
}

#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button {
  font-size: 13px;
  font-weight: 500;
  padding: 6.5px 13.68px;
  text-transform: capitalize;
}

@media only screen and (max-width: 1599px) {
  #full-calendar .fc-toolbar-chunk .fc-button-group .fc-button {
    padding: 6.5px 10px;
  }
}

#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button:first-child {
  border-radius: 4px 0 0 4px;
}

#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-dayGridMonth-button {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #f1f2f6;
}

#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button {
  display: flex;
  align-items: center;
  border: 0 none;
  margin-left: 0;
}

#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button i,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button svg,
#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button.fc-listMonth-button img {
  font-size: 15px;
  min-width: 14px;
  margin-right: 6px;
}

#full-calendar .fc-toolbar-chunk .fc-button-group .fc-button:focus {
  outline: none;
  box-shadow: 0 0;
}

@media (max-width: 700px) {
  #full-calendar .fc-toolbar-chunk .fc-button-group {
    margin-top: 10px;
  }

  /* .header-toolbar-custom-buttons-content {
    display: none !important;
  } */
}

.fc-view .fc-col-header tr th {
  padding: 12.5px 0;
}

.fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner {
  text-align: left;
}

.fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 1300px) {
  .fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    padding-left: 5px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 575px) {
  .fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    padding: 0;
    text-overflow: ellipsis;
    font-size: 11px;
  }
}

.fc-timegrid-event .fc-event-resizer {
  display: block !important;
}

.fc-timegrid-event .fc-event-resizer.fc-event-resizer-end {
  position: relative;
}

.fc-timegrid-event .fc-event-resizer.fc-event-resizer-end:after,
.fc-timegrid-event .fc-event-resizer.fc-event-resizer-end:before {
  position: absolute;
  left: 50%;
  height: 1px;
  width: 10px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
  top: -8px;
}

.fc-timegrid-event .fc-event-resizer.fc-event-resizer-end:before {
  top: -5px;
}

.fc-timegrid-event.primary .fc-event-resizer.fc-event-resizer-end:after,
.fc-timegrid-event.primary .fc-event-resizer.fc-event-resizer-end:before {
  background-color: rgba(95, 99, 242, 0.5);
}

.fc-timegrid-event.secondary .fc-event-resizer.fc-event-resizer-end:after,
.fc-timegrid-event.secondary .fc-event-resizer.fc-event-resizer-end:before {
  background-color: rgba(255, 105, 165, 0.5);
}

.fc-timegrid-event.success .fc-event-resizer.fc-event-resizer-end:after,
.fc-timegrid-event.success .fc-event-resizer.fc-event-resizer-end:before {
  background-color: rgba(32, 201, 151, 0.5);
}

.fc-timegrid-event.warning .fc-event-resizer.fc-event-resizer-end:after,
.fc-timegrid-event.warning .fc-event-resizer.fc-event-resizer-end:before {
  background-color: rgba(250, 139, 12, 0.5);
}

.fc-timegrid-slots tr:nth-child(2n) {
  border-bottom: 1px solid #f1f2f6;
}

.fc-timegrid-slots .fc-timegrid-slot {
  height: 10px;
  line-height: 1.2;
  padding: 1px 12px;
  border: 0 none;
}

.fc-timegrid-slots .fc-timegrid-slot:first-child {
  border-right: 1px solid #f1f2f6;
}

.fc-timegrid-slots .fc-timegrid-slot .fc-timegrid-slot-label-frame {
  position: relative;
  top: 100%;
  margin-top: 7.5px;
}

.fc-timegrid-slots .fc-timegrid-slot-label-cushion {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

.fc-media-screen .fc-timegrid-event {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-left: 10px;
  padding: 4px 10px 4px;
  border-radius: 3px 6px 6px 3px;
  background-color: #efeffe;
  border-color: #efeffe;
}

.fc-media-screen .fc-timegrid-event .fc-event-main-frame .fc-event-time {
  font-size: 12px;
}

.fc-media-screen .fc-timegrid-event .fc-event-main-frame .fc-event-title-container {
  margin-bottom: 1px;
  flex-grow: 0;
  order: -1;
}

.fc-media-screen .fc-timegrid-event .fc-event-main-frame .fc-event-title {
  font-weight: 500;
  font-size: 13px;
}

.fc-timegrid-event {
  min-width: 140px;
}

.fc-timegrid-event.primary {
  background-color: #efeffe !important;
  border-left-color: #137efc;
  border-left-width: 2px;
}

.fc-timegrid-event.primary .fc-event-main {
  color: #fff;
}

.fc-timegrid-event.primary .fc-event-main .fc-event-time,
.fc-timegrid-event.primary .fc-event-main .fc-event-title {
  color: #137efc;
}

.fc-timegrid-event.primary:hover {
  background-color: #efeffe !important;
}

.fc-timegrid-event.secondary {
  background-color: #fff0f6 !important;
  border-left-color: #ff69a5;
  border-left-width: 2px;
  color: #ff69a5;
}

.fc-timegrid-event.secondary .fc-event-main,
.fc-timegrid-event.secondary .fc-event-time,
.fc-timegrid-event.secondary .fc-event-title {
  color: #ff69a5;
}

.fc-timegrid-event.secondary:hover {
  background-color: #fff0f6 !important;
}

.fc-timegrid-event.success {
  background-color: #e8faf4 !important;
  border-left-color: #20c997;
  border-left-width: 2px;
}

.fc-timegrid-event.success .fc-event-time,
.fc-timegrid-event.success .fc-event-title {
  color: #20c997;
}

.fc-timegrid-event.success:hover {
  background-color: #e8faf4 !important;
}

.fc-timegrid-event.warning {
  background-color: #fff3e6 !important;
  border-left-color: #fa8b0c;
  border-left-width: 2px;
}

.fc-timegrid-event.warning .fc-event-time,
.fc-timegrid-event.warning .fc-event-title {
  color: #fa8b0c;
}

.fc-timegrid-event.warning.success {
  background-color: #fff3e6 !important;
  border-left-color: #20c997;
  border-left-width: 2px;
}

.fc-timegrid-event.warning.success .fc-event-time,
.fc-timegrid-event.warning.success .fc-event-title {
  color: #20c997;
}

.fc-timegrid-event.warning.success:hover {
  background-color: rgba(32, 201, 151, 0.1) !important;
}

.fc-timeGridWeek-view .fc-event-resizer {
  display: none !important;
}

.fc-daygrid-day.fc-day-today {
  background-color: rgba(95, 99, 242, 0.05) !important;
  border-top: 2px solid #137efc;
}

.fc-daygrid-day .fc-daygrid-event {
  color: #444;
}

.fc-daygrid-day .fc-daygrid-event.primary.fc-h-event {
  border-color: #137efc;
}

.fc-daygrid-day .fc-daygrid-event.secondary.fc-h-event {
  border-color: #ff69a5;
}

.fc-daygrid-day .fc-daygrid-event.success.fc-h-event {
  border-color: #20c997;
}

.fc-daygrid-day .fc-daygrid-event.warning.fc-h-event {
  border-color: #fa8b0c;
}

.fc-daygrid-day .fc-daygrid-event .fc-event-time {
  margin: auto;
}

.fc-daygrid-day .fc-daygrid-event .fc-event-title {
  display: none;
}

.fc-daygrid-day .fc-daygrid-day-events .fc-daygrid-event-harness {
  margin: 0 6px;
}

#full-calendar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white
}

.fc-header-toolbar {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 10;
  background: white
}

.fc-daygrid-day .fc-daygrid-day-events .fc-daygrid-event-harness a {
  line-height: 10px;
}

.fc-daygrid-day .fc-daygrid-day-events .fc-daygrid-event-harness+.fc-daygrid-event-harness {
  margin-top: 6px;
}

.fc-daygrid-day .fc-daygrid-event {
  padding: 5.5px 12px;
  font-size: 13px;
  color: #ffffff !important;
}

@media only screen and (max-width: 575px) {
  .fc-daygrid-day .fc-daygrid-event {
    font-size: 10px;
    margin: 0;
    padding: 2px 5px;
  }
}

.fc-daygrid-day .fc-daygrid-event .fc-daygrid-event-dot {
  display: none;
}

.fc-daygrid-day .fc-daygrid-event .fc-event-title {
  font-weight: 400;
}

@media only screen and (max-width: 479px) {
  .fc-daygrid-day .fc-daygrid-event .fc-event-title {
    display: none;
  }
}

.fc-daygrid-day-top {
  margin-bottom: 8px;
}

.fc-daygrid-day-top .fc-daygrid-day-number {
  font-size: 14px;
  margin: 6px 8px 0 0;
}

.fc-listMonth-view .fc-list-day {
  flex: 0 0 20%;
  max-width: 20%;
  border-bottom: 1px solid #f1f2f6;
}

.fc-listMonth-view .fc-list-day:last-child {
  border-bottom: 1px solid #f1f2f6;
}

.fc-listMonth-view .fc-list-day th {
  border: 0 none;
}

.fc-listMonth-view .fc-list-day .fc-list-day-cushion {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  padding: 12px 14px;
}

.fc-listMonth-view .fc-list-day .fc-list-day-cushion .fc-list-day-side-text {
  font-weight: 500;
}

.fc-listMonth-view .fc-list-event {
  cursor: pointer;
}

.fc-listMonth-view .fc-list-event.primary,
.fc-listMonth-view .fc-list-event.warning,
.fc-listMonth-view .fc-list-event.secondary,
.fc-listMonth-view .fc-list-event.success {
  background-color: transparent !important;
}

.fc-listMonth-view .fc-list-event:hover {
  background-color: #fff !important;
}

.fc-listMonth-view .fc-list-event td {
  font-size: 14px;
  background-color: #fff !important;
  padding: 16px 14px;
}

.fc-listMonth-view .fc-list-event+.fc-list-event {
  margin-left: 20%;
  border: 0 none;
}

.c-event-dialog {
  max-width: 500px;
}

.c-event-dialog .modal-header {
  padding: 20px 25px;
}

.c-event-dialog .modal-header .modal-title {
  font-size: 15px;
  font-weight: 500;
}

.c-event-dialog .modal-content {
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(146, 153, 184, 0.03);
}

.c-event-dialog .modal-body {
  padding: 20px 25px;
}

.c-event-dialog .modal-footer {
  border-top: 0 none;
  padding: 0 25px 25px;
}

.c-event-dialog .modal-footer .btn-sm {
  line-height: 2.15;
}

.c-event-form .form-control-md {
  border-radius: 4px;
}

.c-event-form .e-form-row:not(:last-child) {
  margin-bottom: 20px;
}

.c-event-form .e-form-row__left {
  min-width: 82px;
  margin-right: 40px;
}

.c-event-form .e-form-row__left label {
  font-size: 14px;
}

.c-event-form .e-form-row__right {
  flex: 1;
}

.c-event-form .e-form-row__right textarea {
  min-height: 100px;
}

.c-event-form .e-form-row .radio-theme-default input[type="radio"]+label:before {
  top: 44%;
}

.e-info-modal .modal-header {
  padding: 0.75rem 1.45rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.e-info-modal .modal-content {
  border-radius: 8px;
  background-color: transparent;
}

.e-info-modal .modal-body {
  padding: 0.95rem 0.95rem 1.15rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.e-info-modal .e-info-title {
  font-weight: 500;
}

.e-info-modal .e-info-action .btn-icon {
  background-color: transparent;
  border: 0 none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.e-info-modal .e-info-action .btn-icon:hover {
  background-color: rgba(244, 245, 247, 0.15);
}

.e-info-modal .e-info-action .btn-icon:hover svg {
  opacity: 1;
}

.e-info-modal .e-info-action .btn-icon svg,
.e-info-modal .e-info-action .btn-icon i {
  max-width: 14px;
  opacity: 0.6;
}

.e-info-modal .e-info-action .btn-close {
  padding: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  margin-left: 6px;
}

.e-info-modal .e-info-action .btn-close:hover {
  background-color: transparent;
}

.e-info-modal .e-info-list li {
  display: flex;
  align-items: flex-start;
}

.e-info-modal .e-info-list li:not(:last-child) {
  margin-bottom: 12px;
}

.e-info-modal .e-info-list li svg,
.e-info-modal .e-info-list li img {
  min-width: 14px;
  width: 14px;
  height: 18px;
  margin-right: 12px;
}

.e-info-modal .e-info-list li .list-line {
  font-size: 13px;
}

.e-info-modal .e-info-list li .list-line .list-meta {
  font-weight: 500;
}

.e-info-modal .e-info-list li .list-text {
  font-size: 14px;
}

.todo-list td {
  padding: 12px 25px !important;
}

.todo-list__right li:not(:last-child) {
  margin-right: 20px;
}

.todo-list__right li a svg,
.todo-list__right li a i,
.todo-list__right li a img {
  width: 16px;
  color: #adb4d2;
}

.todo-list .custom-checkbox input[type="checkbox"]:checked+label {
  color: #137efc !important;
}

.todo-list .custom-checkbox input[type="checkbox"]+label {
  color: #5a5f7d !important;
}

.add-task-action {
  margin: 15px 0 0 25px;
}

.add-task-action button {
  padding: 0 1.018rem;
  font-size: 12px;
  width: auto;
  background-color: rgba(95, 99, 242, 0.08);
}

.add-todo-modal .modal-header .close svg,
.add-todo-modal .modal-header .close img {
  width: 18px;
}

.shop-breadcrumb .action-btn .btn {
  height: 36px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  border-radius: 3px;
}

.shop-breadcrumb .action-btn .btn.btn-primary,
.shop-breadcrumb .action-btn .btn.btn-primary i {
  color: white;
}

.product_page--grid .project-category p,
.product_page--list .project-category p {
  margin-bottom: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 479px) {

  .product_page--grid .project-category p,
  .product_page--list .project-category p {
    margin: 8px 20px 8px;
  }
}

@media (max-width: 414px) {

  .product_page--grid .project-top-left,
  .product_page--list .project-top-left {
    margin-bottom: 5px;
  }

  /* .header-toolbar-custom-buttons-content {
    display: none !important;
  } */
  .mrk_grid {
    height: 100%;
  }
}

.product_page--grid .project-top-wrapper,
.product_page--list .project-top-wrapper {
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {

  .product_page--grid .project-top-wrapper,
  .product_page--list .project-top-wrapper {
    justify-content: center;
  }
}

.product_page--grid .shop_products_top_filter,
.product_page--list .shop_products_top_filter {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

  .product_page--grid .shop_products_top_filter,
  .product_page--list .shop_products_top_filter {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .project-search.order-search {
    margin: 10px 50px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 575px) {
  .project-search.order-search {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .project-search {
    display: flex;
    justify-content: center;
  }

  .project-search .user-member__form {
    min-width: 370px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .project-search .user-member__form {
    min-width: 350px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 479px) {
  .project-search .user-member__form {
    min-width: 250px;
    max-width: 350px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
  .project-search .user-member__form {
    min-width: 250px !important;
  }
}

.product {
  transition: all 0.3s ease;
}

.product .product-item__button button {
  height: 36px;
  margin: 5px;
}

.product--grid .product-item__button {
  margin: -5px;
}

.product--grid:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1399px) {
  .product--grid:hover {
    transform: unset;
  }
}

.product-item__body .card-title h6 {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.product-item__body .product-desc-price {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 600;
}

.product-item__body .product-price {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 10px;
  margin-left: 10px;
}

.product-item__body .product-discount {
  font-size: 12px;
  line-height: 1.83333;
  font-weight: 500;
}

.product-item__button button {
  height: 34px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
}

.product-item__button button svg {
  width: 13px;
}

.product-item__button button.btn-primary {
  color: white;
  box-shadow: 0px 3px 5px #20C9970D;
}

.product--list .product-item .product-item__image {
  width: 300px;
  height: 200px;
}

@media only screen and (max-width: 1399px) {
  .product--list .product-item .product-item__image {
    width: 300px;
    height: unset;
  }

  .product--list .product-item .product-item__image img {
    height: unset;
  }
}

.product--list .product-item .product-item__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product--list .like-icon {
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .product--list .like-icon {
    right: -10px;
  }
}

.product--list .product-item {
  padding: 20px;
}

.product--list .product-item .product-item__title p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 17px;
}

@media (min-width: 1200px) {
  .product--list .product-item .product-item__title {
    flex: 1.5;
    padding: 0 30px;
  }

  .product--list .product-item .product-item__content {
    flex: 1;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .product--list .product-item .product-item__title {
    flex: 1.5;
    padding: 0 15px;
    padding-right: 0;
  }

  .product--list .product-item .product-item__content {
    flex: 1;
    padding: 0 15px;
  }

  .product--list .product-item .product-item__image {
    width: 307px;
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .product--list .product-item .like-icon {
    top: 50%;
    right: -28px;
    transform: translate(-50%, -50%);
  }

  .product--list .product-item .product-item__image {
    width: 100%;
    height: 100%;
  }

  .product--list .product-item .product-item__title {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product--list .product-item .product-item__content {
    padding: 0;
  }
}

@media (min-width: 576px) {

  .product--list .product-item,
  .product--list .product-item__body {
    display: flex;
  }
}

.product--list .product-item__body .product-item__button {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .product--list .product-item__body .product-item__button {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .product--list .product-item__body .product-item__button button {
    width: 132px;
    height: 38px;
  }
}

.product--list .product-item__body .card-title {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .product--list .product-item__body .card-title {
    font-size: calc(16.2px + 0.15vw);
  }
}

.product--list .product-item__body .card-title+p {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  margin-top: 13px;
}

.stars-rating {
  line-height: normal;
}

.stars-rating .star-icon {
  font-size: 13px;
}

.stars-rating .star-icon.inactive {
  color: #C6D0DC;
}

.stars-rating span.inactive {
  color: #C6D0DC;
}

.stars-rating__point {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  margin-left: 6px;
  margin-right: 10px;
}

.stars-rating__review {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
}

.product-ratings .checkbox-text {
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
}

.product-ratings .stars-rating .active {
  font-size: 14px;
}

.like-icon {
  position: absolute;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  background-color: white;
  box-shadow: 0px 5px 10px #9299B81A;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}

.like-icon button {
  border: none;
  box-shadow: none;
  background: transparent;
}

.like-icon button .icon {
  font-size: 16px;
}

.bookmark-page .columns-1,
.bookmark-page .columns-2,
.products_page .columns-1,
.products_page .columns-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {

  .bookmark-page .columns-1,
  .products_page .columns-1 {
    flex: 0 0 20.70%;
    max-width: 20.70%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .bookmark-page .columns-1,
  .products_page .columns-1 {
    max-width: 30%;
    flex: 0 0 30%;
  }
}

@media (max-width: 575.98px) {

  .bookmark-page .columns-1,
  .products_page .columns-1 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 1600px) {

  .bookmark-page .columns-2,
  .products_page .columns-2 {
    flex: 1 0 79.30%;
    max-width: 79.30%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .bookmark-page .columns-2,
  .products_page .columns-2 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}

@media (min-width: 1600px) {

  .bookmark-page__list .cus-xl-3,
  .product-page-list .cus-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.bookmark-page__list .cus-xl-3 {
  padding: 0 12.50px;
}

.products_page .widget {
  background-color: #fff;
  box-shadow: 0px 5px 20px #9299B808;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.products_page .category_sidebar {
  padding: 25px;
}

@media only screen and (max-width: 1399px) {
  .products_page .category_sidebar {
    padding: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .products_page .category_sidebar {
    padding: 25px;
  }
}

.products_page .widget-header-title svg {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.product-sidebar-widget .widget_title h6 {
  font-size: 15px;
  line-height: 1.33333;
}

.product-ratings ul li,
.product-brands ul li,
.product-category ul li {
  text-transform: capitalize;
}

.product-ratings ul li:not(:last-child),
.product-brands ul li:not(:last-child),
.product-category ul li:not(:last-child) {
  margin-bottom: 10px;
}

.product-ratings ul li label,
.product-brands ul li label,
.product-category ul li label {
  width: 100%;
}

.product-ratings ul li .item-numbers,
.product-brands ul li .item-numbers,
.product-category ul li .item-numbers {
  float: right;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}

.product-brands .checkbox-text {
  font-size: 14px;
}

.product-ratings .checkbox-text {
  width: 100%;
  margin-left: 10px;
}

#price-range {
  width: 100%;
  margin: 5% auto;
}

#price-range .price-value {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #fff;
  border-radius: 50%;
}

.ui-slider-horizontal {
  height: 3px;
  border: 0;
  background-color: rgba(95, 99, 242, 0.2);
  border-radius: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  box-sizing: border-box;
  outline: 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: default;
  touch-action: none;
  background: white;
  border: 2px solid #137efc;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.product-details__availability .title {
  display: flex;
  align-items: center;
}

.product-details__availability .title:not(:last-child) {
  margin-bottom: 7px;
}

.product-details__availability .title p {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  flex-basis: 65px;
  margin-bottom: 0;
}

.product-details__availability .title span {
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

.product-details__availability .title span.free {
  font-weight: 400;
}

.product-details .product-item__body {
  flex-basis: 43%;
}

.product-details .product-item__body .product-desc-price {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 0.90909;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .product-details .product-item__body .product-desc-price {
    font-size: calc(16.6px + 0.45vw);
  }
}

.product-details .product-item__body .product-desc-price sub {
  font-size: 14px;
}

.product-details .product-details-brandName {
  font-size: 13px;
  line-height: 1.53846;
  font-weight: 400;
  display: flex;
  margin-top: 10px;
}

.product-details .product-details-brandName span {
  font-weight: 500;
  margin-left: 6px;
}

.product-details .product-item__body .product-price {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

.product-details .product-deatils-pera {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  margin: 25px 0;
}

@media only screen and (max-width: 767px) {
  .product-details .product-item__button {
    flex-flow: column;
    align-items: flex-start;
  }
}

.product-details .product-item__button button {
  color: white;
  height: 44px;
  padding: 14px 30px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.product-details .product-item__button button svg {
  width: 15px;
}

.product-details .product-item__button .like-icon {
  position: unset;
  box-shadow: 0px 5px 15px #9299B826;
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

.product-details .product-item__button .like-icon button {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .project-tap .nav-link {
    font-size: 13px;
    padding: 0 12px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .project-tap .nav-link {
    padding: 0 7.5px;
  }
}

@media only screen and (max-width: 1599px) {
  .project-top-left {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .project-top-left {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1599px) {

  .project-top-left,
  .project-top-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {

  .project-top-left,
  .project-top-right {
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {

  .shop_products_top_filter .project-top-left .project-search,
  .shop_products_top_filter .project-top-left .project-result-showing {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {

  .shop_products_top_filter .project-top-right .project-category,
  .shop_products_top_filter .project-top-right .project-icon-selected {
    width: 100%;
  }

  .shop_products_top_filter .project-top-right .project-category {
    justify-content: center;
  }
}

.product-deatils__social li a {
  font-size: 16px;
}

.product-deatils__social li:not(:first-child) a {
  margin-left: 10px;
}

.product-item__image .list-thumb-gallery {
  padding: 0;
  list-style-type: none;
  padding-top: 1rem;
  list-style-type: none;
}

.product-item__image .list-thumb-gallery>li {
  margin-bottom: 1rem;
  width: 80px;
  height: 80px;
}

.product-item__image .list-thumb-gallery>li:not(:last-child) {
  margin-right: 10px;
}

.product-item__image .list-thumb-gallery>li img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product-item__image .carousel-control-prev,
.product-item__image .carousel-control-next,
.product-item__image .carousel-indicators {
  display: none;
}

.product-item__image .carousel-item {
  width: 580px;
  height: 450px;
  max-width: 100%;
}

@media only screen and (max-width: 1599px) {
  .product-item__image .carousel-item {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 1199px) {
  .product-item__image .carousel-item {
    height: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .product-item__image .carousel-item {
    height: 100%;
  }
}

.product-item__image .carousel-item img {
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 1399px) {
  .product-item__image .carousel-item img {
    height: 100%;
  }
}

.quantity {
  display: flex;
  align-items: center;
}

.quantity .input {
  width: 38px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.quantity .bttn {
  border: 1px solid #e3e6ef;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .quantity .bttn {
    font-size: calc(16.4px + 0.3vw);
  }
}

.quantity .bttn:hover {
  background: rgba(95, 99, 242, 0.1);
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-quantity {
  margin-top: 30px;
}

.product-quantity .bttn {
  width: 38px;
  height: 38px;
}

.product-quantity p {
  margin-bottom: 0;
  margin-right: 40px;
}

.product-quantity button+span {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .shop-breadcrumb .breadcrumb-main {
    flex-flow: column;
    align-items: center;
    margin-bottom: 19px;
  }

  .shop-breadcrumb .breadcrumb-main h4 {
    margin-bottom: 6px;
  }
}

.product-item__content .product-item__button {
  margin-bottom: -5px;
}

.product-item__content .product-item__button .product-item__action {
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-item__content .product-item__button .product-deatils__social {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1400px) and (max-width: 4320px) {
  .cartPage .cus-xl-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .cartPage .cus-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.product-cart__header {
  border-radius: 10px;
}

.product-cart__header th {
  padding: 15px 20px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
  text-transform: capitalize;
}

.product-cart__cupon {
  display: flex;
}

.product-cart__cupon input {
  width: 180px;
  border: 1px solid #f1f2f6;
  margin-right: 10px;
  height: 44px;
}

.product-cart__cupon input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #9299b8;
}

.product-cart .table td {
  padding: 20px;
  vertical-align: middle;
}

.product-cart .table th {
  padding: 18px 20px;
  vertical-align: middle;
}

.product-cart .table-hover tbody tr {
  transition: all 0.3s ease;
}

.product-cart .table-hover tbody tr:hover {
  box-shadow: 0px 15px 40px #9299b826;
  border-radius: 10px;
  background-color: #ffffff;
}

.product-cart .table-hover tbody tr:hover .actions button {
  background: rgba(255, 77, 79, 0.2);
}

.product-cart .price {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
}

.product-cart .subtotal {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
}

.product-cart .actions button {
  margin: 0;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background: transparent;
  transition: all 0.3s ease;
}

.product-cart .actions button i {
  font-size: 18px;
  margin: 0;
  /*rtl:ignore*/
  margin-left: -2px;
}

@media (max-width: 1200px) {
  .product-cart .actions button i {
    font-size: calc(16.2px + 0.15vw);
  }
}

.Product-cart-title .media img {
  border-radius: 10px;
}

.Product-cart-title .media h5 {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
  margin-bottom: 5px;
}

.Product-cart-title .media p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2.14286;
  font-weight: 500;
  text-transform: capitalize;
}

.Product-cart-title .media p:not(:last-child) {
  margin-right: 20px;
}

.Product-cart-title .media p span {
  margin-left: 5px;
  font-weight: 400;
}

.product-cart__quantity .bttn {
  font-size: 17px;
}

@media (max-width: 1200px) {
  .product-cart__quantity .bttn {
    font-size: calc(16.1px + 0.075vw);
  }
}

.product-cart table tr td {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.product-cart__header th {
  background-color: #f8f9fb;
}

.product-cart__header th:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.product-cart__header th:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.order-summery {
  border-radius: 20px;
  border: 1px solid #f1f2f6;
}

.order-summery .card-body {
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0px 10px 30px #9299b81a;
}

@media only screen and (min-width: 1400px) and (max-width: 4320px) {
  .order-summery--width {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 4320px) {
  .order-summery--width {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1399px) {
  .order-summery--width {
    margin: 0 auto;
  }
}

.order-summery .total>div {
  display: block;
  padding-bottom: 10px;
  font-size: 0.8em;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.order-summery .total>div:not(:last-child) {
  margin: 0 0 7px 0;
}

.order-summery .total span {
  float: right;
  text-align: right;
}

.order-summery .total-money {
  margin-top: 37px;
}

.order-summery .total-money h6 {
  font-weight: 500;
}

.order-summery .checkout {
  border-radius: 8px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.order-summery .checkout i {
  margin-left: 8px;
  font-size: 16px;
}

td.order-summery .total>div {
  padding-bottom: 15px;
}

.promo-code a,
.promo-code input {
  height: 40px;
  transition: 0.15s ease-in-out;
}

.promo-code {
  text-transform: capitalize;
}

.promo-code label {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
}

.promo-code input {
  margin-right: 6px;
  max-width: 212px;
}

.promo-code div a {
  color: #20c997;
}

.select-cupon {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 9px;
}

.select-cupon .percent {
  margin-right: 10px;
}

.select-cupon .percent svg {
  width: 20px;
  height: 23px;
}

.select-cupon .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 500;
}

.select-cupon .select2-container--default .select2-selection--single,
.select-cupon .select2-container--default .select2-selection--multiple {
  height: unset;
  border: none;
  background: none;
}

.select-cupon .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 500;
}

.select-cupon .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: unset;
  height: unset;
  right: 0;
  left: unset;
}

.select-cupon .select2-container .select2-selection--single .select2-selection__clear {
  right: 25px;
}

@media only screen and (max-width: 1599px) {
  .checkout .col-xl-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 1599px) {
  .checkout .col-xl-4 {
    max-width: 60%;
    flex: 0 0 60%;
  }
}

@media only screen and (max-width: 767px) {
  .checkout .col-xl-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.checkout-progress {
  display: flex;
  flex-flow: row nowrap;
  padding: 0 30px;
  align-items: center;
}

@media (max-width: 700px) {
  .checkout-progress {
    flex-direction: column;
    justify-content: center;
  }

  .checkout-progress .step {
    margin-bottom: 50px;
  }

  .checkout-progress .current svg {
    display: none;
  }

  .checkout-progress .current span svg {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .checkout-progress {
    flex-flow: column;
  }
}

.checkout-progress h3 {
  flex-basis: 100%;
}

.checkout-progress div.step {
  position: relative;
  max-width: 50px;
  box-shadow: 10px 0px 20px #9299B826;
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .checkout-progress div.step {
    margin-bottom: 40px;
  }
}

.checkout-progress div.step.current span:nth-of-type(1) {
  color: white;
}

.checkout-progress div.step.current span:nth-of-type(2) {
  font-weight: 500;
}

.checkout-progress div.step.completed span:nth-of-type(1) {
  color: white;
  font-weight: 900;
}

.checkout-progress div.step.completed span:nth-of-type(2) {
  font-weight: 500;
}

.checkout-progress div.step span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .checkout-progress div.step span {
    font-size: calc(16.2px + 0.15vw);
  }
}

.checkout-progress div.step span:nth-of-type(1) {
  position: relative;
  height: 50px;
  width: 50px;
  list-style-type: none;
  text-align: center;
  line-height: 50px;
  transition: background-color 150ms ease;
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .checkout-progress div.step span:nth-of-type(1) {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
}

.checkout-progress div.step span:nth-of-type(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 13px;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.checkout-progress div.current svg {
  width: 94%;
}

@media only screen and (max-width: 991px) {
  .checkout-progress div.current svg {
    width: 100%;
  }
}

.checkout-progress div:not(.step) {
  border: none;
  transition: background-color 150ms ease;
  margin: 0 20px;
}

@media only screen and (max-width: 575px) {
  .checkout-progress div:not(.step) {
    opacity: 0;
  }
}

.checkout-progress div:first-of-type:before {
  content: none;
}

.wizard10 .checkout-shipping-form {
  margin-top: 0;
  padding-left: 50px;
  border: none;
  border-left: 1px solid #E3E6EF;
  padding-right: 27px;
  border-radius: 0;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .wizard10 .checkout-shipping-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wizard10 .checkout-shipping-form .card-header {
  align-items: flex-start;
}

.wizard10 .checkout-shipping-form .card-header h4 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  white-space: normal;
  text-align: left;
}

.wizard10 .checkout-progress3 .step {
  flex-direction: column;
  display: flex;
  border-radius: 5px;
  padding: 15px 30px;
}

.wizard10 .checkout-progress3 .step:not(:last-child) {
  margin-bottom: 7px;
}

.wizard10 .checkout-progress3 .step span:first-child {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 8px;
}

.wizard10 .checkout-progress3 .step span:last-child {
  color: #5A5F7D;
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

.wizard10 .edit-profile__body .form-group .form-control {
  border: none;
  color: #ADB4D2;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
}

.wizard10 .edit-profile__body .form-group .form-control::placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33333;
}

.wizard10 .create-passord-warn {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

.wizard10 .select2-container--default .select2-selection--single,
.wizard10 .select2-container--default .select2-selection--multiple {
  border: none;
}

.wizard10 .select2-container .select2-selection--single .select2-selection__rendered,
.wizard10 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 400;
}

.wizard10 .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #5A5F7D;
}

.wizard10 .payment-method-card .card-body .form-control {
  border: 4px;
}

.wizard10 .payment-method-card .card-body .form-control::placeholder {
  color: #272b41;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
}

.wizard10 .payment-method-card .card-body .form-control input {
  background-color: transparent;
}

.wizard10 .quantity .bttn {
  background-color: white;
  border: none;
}

.wizard10 .payment-success-modal {
  text-align: center;
  background-color: rgba(17, 18, 23, 0.6);
}

.wizard10 .payment-success-modal .modal-icon {
  width: 70px;
  height: 70px;
  border-radius: 70rem;
}

.wizard10 .payment-success-modal .modal-icon span {
  font-size: 30px;
}

@media (max-width: 1200px) {
  .wizard10 .payment-success-modal .modal-icon span {
    font-size: calc(17.4px + 1.05vw);
  }
}

.wizard10 .payment-success-modal .modal-dialog {
  width: 420px;
}

.wizard10 .payment-success-modal p {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  color: #5A5F7D;
  margin: 12px 0 26px 0;
}

.wizard10 .payment-success-modal .button-group {
  margin: -5px;
}

.wizard10 .payment-success-modal .button-group a {
  margin: 5px;
}

.wizard8 .checkout-progress div.step {
  box-shadow: none;
  background: rgba(173, 180, 210, 0.5);
  color: white;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .wizard8 .checkout-progress div.step:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 700px) {
  .wizard8 .checkout-progress div.step:not(:last-child) {
    margin-bottom: 20px;
  }
}

.wizard8 .payment-method-area--top {
  margin-top: 46px;
}

.wizard8 .checkout-progress-indicator {
  padding-top: 50px;
  padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .wizard8 .checkout-progress-indicator {
    height: unset;
    border-right: none;
    padding-right: 0;
  }
}

.wizard8 .checkout-progress-indicator .card-header {
  text-align: center;
  padding: 0;
}

.wizard8 .checkout-progress-indicator .card-header h4 {
  font-size: 22px;
  line-height: 1.22727;
  font-weight: 600;
  padding: 27px 0;
}

@media (max-width: 1200px) {
  .wizard8 .checkout-progress-indicator .card-header h4 {
    font-size: calc(16.6px + 0.45vw);
  }
}

.wizard8 .checkout-progress-indicator .card-header p {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  margin-bottom: 50px;
}

.wizard8 .checkout-progress-indicator .card-header svg {
  max-width: 100%;
}

.wizard8 .checkout-shipping-form {
  margin-top: 0;
  padding-left: 50px;
  border: none;
  border-left: 1px solid #E3E6EF;
  padding-right: 27px;
  border-radius: 0;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .wizard8 .checkout-shipping-form {
    height: unset;
    border-left: none;
    padding-left: 0;
  }
}

.wizard8 .checkout-shipping-form .card-header {
  margin-bottom: 22px;
  margin-top: 28px;
}

.wizard9 .checkout-progress2 {
  flex-direction: column;
}

.wizard9 .checkout-progress2 .step {
  display: flex;
  align-items: center;
}

.wizard9 .checkout-progress2 .step:not(:last-child) {
  margin-bottom: 30px;
}

.wizard9 .checkout-progress2 .step.current span:first-child {
  color: white;
}

.wizard9 .checkout-progress2 .step.completed span:first-child {
  color: white;
}

.wizard9 .checkout-progress2 .step span:first-child {
  width: 50px;
  height: 50px;
  background-color: rgba(173, 180, 210, 0.5);
  color: white;
  border-radius: 70rem;
  margin-right: 20px;
}

.wizard9 .checkout-progress2 .step span:last-child {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.wizard9.wizard7 .checkout-shipping-form {
  height: 218px;
}

.wizard7 .checkout-shipping-form {
  margin-top: 84px;
  min-height: 247px;
}

@media (max-width: 700px) {
  .wizard7 .checkout-shipping-form {
    margin-top: 40px;
  }
}

.wizard7 .payment-status {
  margin-top: 88px;
}

.wizard7 .checkout-shipping-form .edit-profile__body .form-control-plaintext {
  padding-left: 6px;
  border-radius: 4px;
}

.wizard7 .checkout-shipping-form .edit-profile__body .form-control-plaintext::placeholder {
  font-size: 15px;
  line-height: 1.53333;
  font-weight: 400;
  color: #ADB4D2;
  text-transform: capitalize;
  background-color: transparent;
}

.wizard7 .checkout-shipping-form .edit-profile__body .form-control-plaintext:focus {
  box-shadow: none;
  background: transparent;
}

@media (min-width: 1600px) {

  .wizard7.checkout-review .cus-8,
  .wizard6.checkout-review .cus-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.wizard7.checkout-review .checkout-progress div:not(.step),
.wizard6.checkout-review .checkout-progress div:not(.step) {
  padding: 0 30px;
}

.wizard6 .checkout-review-title {
  margin-top: 83px;
  margin-bottom: 50px;
}

.wizard6 .checkout-shipping-form {
  margin-top: 64px;
}

@media only screen and (max-width: 767px) {
  .wizard6 .checkout-shipping-form {
    margin-top: 8px;
  }
}

.wizard6 .payment-method-area--top {
  margin-top: 83px;
}

.wizard6 .checkout-progress div.step {
  box-shadow: none;
}

.wizard6 .checkout-progress div.step.current span:nth-of-type(1) {
  background-color: transparent;
}

.wizard6 .checkout-progress div.step.completed span:nth-of-type(1) {
  background-color: transparent;
}

.checkout-progress-indicator .button {
  margin: 0 auto;
  display: block;
}

.card.checkout-shipping-form .card-header h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  white-space: normal;
}

@media (max-width: 1200px) {
  .card.checkout-shipping-form .card-header h4 {
    font-size: calc(16.4px + 0.3vw);
  }
}

.create-passord input::placeholder {
  color: #9299b8;
}

.create-passord .create-passord-warn {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
  padding-top: 4px;
}

.checkout-shipping-form {
  margin-top: 90px;
}

@media only screen and (max-width: 575px) {
  .checkout-shipping-form {
    margin-top: 8px;
  }
}

.checkout-shipping-form .edit-profile__body .form-group {
  margin-bottom: 25px;
}

.checkout-shipping-form .edit-profile__body .form-group label {
  font-size: 15px;
  font-weight: 400;
}

.checkout-shipping-form .edit-profile__body .form-group .form-control::placeholder {
  color: #adb4d2;
}

.payment-method-card {
  border-radius: 20px;
}

@media only screen and (max-width: 575px) {
  .payment-method-card .card-header {
    flex-flow: column;
  }

  .payment-method-card .card-header .payment-way {
    margin-top: 10px;
  }
}

.payment-method-card .card-header h5 {
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.payment-method-card .card-body {
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0px 10px 30px #9299B81A;
}

.payment-method-card .card-body label {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
  text-transform: capitalize;
}

.payment-method-card .card-body .form-control {
  height: 48px;
  border-radius: 4px;
}

.payment-method-card .card-body .form-control input,
.payment-method-card .card-body .form-control::placeholder {
  color: #adb4d2;
  text-transform: capitalize;
}

.payment-method-card .card-body .form-control:focus {
  background-color: transparent;
}

.payment-method-card .select2-container .select2-selection--single .select2-selection__rendered,
.payment-method-card .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #adb4d2;
  text-transform: capitalize;
}

.payment-method-area--top {
  margin-top: 109px;
}

@media only screen and (max-width: 575px) {
  .payment-method-area--top {
    margin-top: 27px;
  }
}

@media (max-width: 700px) {
  .payment-method-area--top {
    margin-top: 25px;
  }
}

.payment-way img {
  width: 50px;
  height: 29px;
}

.payment-way img:not(:last-child) {
  margin-right: 8px;
}

.form-cc-img {
  width: 40px;
  height: 23px;
}

.payment-method-csv input {
  width: 120px;
}

.payment-method-paypal .form-control {
  height: 60px;
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
  border-radius: 10px;
}

.payment-method-paypal .form-control img {
  width: 103px;
  height: 25px;
}

.checkout-review-title {
  margin-top: 109px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
  .checkout-review-title {
    margin-top: 36px;
    margin-bottom: 25px;
  }
}

.crc__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.crc__title h5 {
  font-size: 18px;
  line-height: 1.22222;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .crc__title h5 {
    font-size: calc(16.2px + 0.15vw);
  }
}

.crc__title-btn {
  text-transform: capitalize;
}

.crc__title-btn svg {
  margin-right: 8px;
  width: 15px;
}

.crc .card-body {
  box-shadow: 0px 10px 30px #9299B81A;
}

.checkout-review .checkout-progress {
  padding: 0 30px;
}

.check-review__contact {
  flex-basis: 218px;
}

.check-review__contact p {
  font-size: 15px;
  line-height: 1.73333;
  font-weight: 500;
  margin-bottom: 5px;
}

.check-review__contact span {
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 400;
}

.crc__method {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
}

.crc__method img {
  width: 40px;
  height: 23px;
  margin-right: 20px;
}

.crc-table tbody tr:first-child td,
.crc-table tfoot tr:first-child td {
  padding-top: 0;
}

.crc-table tbody tr:last-child td,
.crc-table tfoot tr:last-child td {
  padding-bottom: 30px;
}

.crc-table tfoot {
  border-top: 1px solid #e3e6ef;
}

.crc-table tfoot .total {
  margin-top: 25px;
}

.crc-table .table td {
  padding: 8px 10px;
}

.crc-table .table th,
.crc-table .table td {
  vertical-align: middle;
}

.crc-table .table th:first-child,
.crc-table .table td:first-child {
  padding-left: 0;
}

.crc-table .table th:last-child,
.crc-table .table td:last-child {
  padding-right: 0;
  text-align: right;
}

.crc-table .table th .subtotalTotal span,
.crc-table .table th .taxes span,
.crc-table .table th .shipping span,
.crc-table .table td .subtotalTotal span,
.crc-table .table td .taxes span,
.crc-table .table td .shipping span {
  font-size: 15px;
}

.crc-table .order-summery .total>div:not(:last-child) {
  margin-bottom: 0;
}

.crc .check-review__contact p {
  margin-top: -5px;
}

.payment-status {
  margin-top: 112px;
}

@media (max-width: 700px) {
  .payment-status {
    margin-top: 28px;
  }
}

.payment-invoice-logo {
  display: flex;
}

.payment-invoice-logo a svg {
  max-width: 140px;
  width: 100%;
}

.payment-invoice-logo span {
  font-size: 27px;
  font-weight: bold;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .payment-invoice-logo span {
    font-size: calc(17.1px + 0.825vw);
  }
}

.payment-invoice__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 77px;
}

.payment-invoice__btn button {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  height: 38px;
}

.payment-invoice__btn button:not(:last-child) {
  margin-right: 10px;
}

.payment-invoice__btn button.download svg {
  color: white;
}

.payment-invoice__btn button svg {
  width: 16px;
}

.payment-invoice__body {
  margin: 80px 60px 40px 60px;
}

@media only screen and (max-width: 1199px) {
  .payment-invoice__body {
    margin: 30px;
  }
}

.payment-invoice-address {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .payment-invoice-address {
    margin-bottom: 30px;
  }
}

.payment-invoice-address__area address {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 500;
  float: right;
  margin-bottom: 0px;
  text-align: right;
}

.payment-invoice-qr {
  border-radius: 20px;
  flex-wrap: wrap;
}

.payment-invoice-qr__number .display-3 {
  line-height: 1.27778;
  font-weight: 600;
  margin-bottom: 5px;
}

.payment-invoice-qr__number p {
  font-size: 15px;
  line-height: 1.73333;
  font-weight: 500;
  margin-bottom: 0;
}

.payment-invoice-qr__code {
  text-align: center;
}

.payment-invoice-qr__code img {
  width: 270px;
  height: 60px;
}

.payment-invoice-qr__code p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

.payment-invoice-qr__address {
  float: right;
}

.payment-invoice-qr__address p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.payment-invoice-qr__address span {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: capitalize;
}

.payment-invoice-table table thead tr {
  border-radius: 10px;
}

.payment-invoice-table table thead tr th:first-child {
  border-left: 1px solid #f1f2f6;
  border-radius: 10px 0px 0px 10px;
}

.payment-invoice-table table thead tr th {
  color: #5a5f7d;
  background: #f8f9fb;
  border-top: 1px solid #f1f2f6;
  border-bottom: 1px solid #f1f2f6;
  white-space: nowrap;
}

.payment-invoice-table table>thead>tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

.payment-invoice-table table thead tr th:last-child {
  border-right: 1px solid #f1f2f6;
  border-radius: 0px 10px 10px 0px !important;
  border-right: 1px solid #f1f2f6;
  border-radius: 0px 10px 10px 0px !important;
}

.payment-invoice-table .table {
  border-collapse: separate;
  border-spacing: 0;
}

.payment-invoice-table .table td,
.payment-invoice-table tbody tr th {
  padding: 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.payment-invoice-table table thead .product-cart__header th:first-child {
  padding-left: 50px;
  width: 109px;
}

@media only screen and (max-width: 1199px) {
  .payment-invoice-table table thead .product-cart__header th:first-child {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .payment-invoice-table table thead .product-cart__header th:last-child {
    padding-right: 50px;
  }
}

.payment-invoice-table tbody tr td {
  border-bottom: 1px solid #e3e6ef;
}

.payment-invoice-table tbody tr th {
  border-bottom: 1px solid #e3e6ef;
}

.payment-invoice-table tbody tr th:first-child {
  padding-left: 50px;
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .payment-invoice-table tbody tr th:first-child {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1199px) {

  .payment-invoice-table tbody tr td:last-child,
  .payment-invoice-table tfoot tr td:last-child {
    padding-right: 50px;
  }
}

.payment-invoice-table .unit,
.payment-invoice-table .invoice-quantity,
.payment-invoice-table .order {
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 400;
}

.order-search__form {
  padding: 15px 20px;
  background: #f4f5f7;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .order-search__form {
    width: 300px;
  }
}

.order-search__form .form-control {
  padding: 8px 13px;
  background: transparent;
}

.order-search__form .form-control::placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #adb4d2;
}

.order-search__form svg {
  width: 18px;
}

.project-tap.order-project-tap {
  border: 1px solid #e3e6ef;
}

.project-tap.order-project-tap:not(:first-child):after {
  background-color: #f1f2f6;
}

.order-button-group button {
  height: 38px;
  margin: 4px;
}

.orderDatatable .table thead tr th {
  padding: 15px 20px;
}

.orderDatatable .table tbody tr td {
  padding: 6px 20px;
}

@media only screen and (max-width: 1199px) {
  .orderDatatable.sellerDatatable .project-top-wrapper {
    flex-flow: unset;
  }
}

@media only screen and (max-width: 575px) {
  .orderDatatable.sellerDatatable .project-top-wrapper {
    flex-flow: column;
  }
}

@media only screen and (max-width: 575px) {
  .orderDatatable.sellerDatatable .order-button-group {
    margin-top: 15px;
  }
}

.orderDatatable.sellerDatatable .table tbody tr td {
  padding: 8px 20px;
}

.orderDatatable.sellerDatatable .table tbody tr:first-child td {
  padding-top: 9px;
}

.orderDatatable.sellerDatatable .table tbody tr:last-child td {
  padding-bottom: 9px;
}

.orderDatatable .table-hover tbody tr {
  transition: all 0.3s ease;
}

.orderDatatable .table-hover tbody tr:hover {
  background: #f8f9fb;
}

.orderDatatable .table-hover tbody tr td:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.orderDatatable .table-hover tbody tr td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.orderDatatable tbody .custom-checkbox input[type="checkbox"]+label {
  margin-right: 0;
}

@media only screen and (max-width: 1199px) {
  .orderDatatable .project-top-wrapper {
    flex-flow: column;
  }
}

.orderDatatable-title {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

.orderDatatable-status span {
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: capitalize;
}

.orderDatatable_actions {
  min-width: 130px;
  max-width: 100%;
  justify-content: flex-end;
}

.orderDatatable_actions li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.orderDatatable_actions li a.view:hover svg {
  color: #137efc;
}

.orderDatatable_actions li a.edit:hover svg {
  color: #2c99ff;
}

.orderDatatable_actions li a.remove:hover svg {
  color: #ff4d4f;
}

.orderDatatable_actions li a svg {
  width: 16px;
}

@media only screen and (max-width: 1199px) {
  .selling-table-wrap {
    padding-bottom: 0;
  }
}

.selling-table-wrap table tbody td {
  white-space: nowrap;
}

.top-menu .selling-table-wrap {
  padding-bottom: 110px;
}

@media only screen and (max-width: 1599px) {
  .top-menu .selling-table-wrap {
    padding-bottom: 64px;
  }
}

table.table-basic tr:not(:last-child) th,
table.table-basic tr:not(:last-child) td {
  border-bottom: 1px solid #f1f2f6;
}

table.table-basic tr td {
  border: 0 none;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
}

table.table-basic .table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

table.table-basic .table-actions a:not(:last-child) {
  margin-right: 16px;
}

table.table-basic .table-actions a i,
table.table-basic .table-actions a svg,
table.table-basic .table-actions a img {
  width: 16px;
}

table.table-rounded tr th,
table.table-rounded tr td {
  font-size: 14px;
  font-weight: 500;
}

table.table-rounded thead tr th {
  padding: 16px 20px;
  text-transform: capitalize;
  background-color: #f8f9fb;
}

table.table-rounded thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}

table.table-rounded thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}

table.table-rounded tbody tr:hover td {
  background-color: rgba(95, 99, 242, 0.1);
}

table.table-rounded tbody tr td {
  padding: 12px 20px;
  vertical-align: middle;
}

table.table-rounded tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}

table.table-rounded tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.table4 {
  border-radius: 10px;
}

.table4 .checkbox-group-wrapper {
  margin-right: 20px;
}

.table4 .table td {
  border-bottom: 1px solid #e3e6ef;
  padding: 18px 20px;
}

.table4 .table thead th {
  border-bottom: 1px solid #e3e6ef;
  border-top: none;
}

.table4 .table thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

.table4 tbody tr {
  transition: all 0.3s ease;
}

.table4 tbody tr:hover {
  background-color: #fafafa;
}

.table4 .userDatatable-header th {
  background-color: #fafafa;
  padding: 15px 20px 15px 20px;
}

.table4 .userDatatable-title {
  color: rgba(0, 0, 0, 0.85);
}

.table4 .userDatatable-content {
  font-weight: 400;
  white-space: nowrap;
}

.table5.table4 .userDatatable-header th {
  background-color: unset;
  transition: all 0.3s ease;
  padding: 15px 20px 15px 20px;
}

.table5.table4 .userDatatable-header th:hover {
  background-color: #f2f2f2;
}

.table5 .userDatatable-header {
  background: #fafafa;
}

.table5 .userDatatable-title {
  display: flex;
  align-items: center;
}

.table5 .userDatatable-title .userDatatable-sort {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  margin-top: 4px;
}

.table5 .userDatatable-title .userDatatable-sort i {
  line-height: 5px;
  font-size: 13px;
}

@media only screen and (max-width: 375px) {
  .table5 .userDatatable-title .userDatatable-filter {
    padding-left: 60px;
  }
}

.table5 .userDatatable-title .userDatatable-filter i {
  font-size: 10px;
  color: #adb4d2;
}

.table5 tbody .custom-checkbox input[type="checkbox"]+label {
  margin-right: 18px;
}

.table5 .pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}

.add-product {
  border-radius: 20px;
  border: 1px solid #F1F2F6;
  background-color: #f8f9fb;
  padding: 30px;
}

.add-product .card-body {
  box-shadow: 0px 10px 30px #9299B81A;
  border-radius: 20px;
  background-color: #ffffff;
}

.add-product .card-body .card-header {
  background-color: white;
  border-bottom: 1px solid #e3e6ef;
  padding: 27px 40px;
}

.add-product__body {
  padding: 24px 40px;
}

.add-product__body .form-group {
  margin-bottom: 23px;
}

.add-product__body .form-group label {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.add-product__body .form-group .form-control {
  height: 48px;
  border: 1px solid #E3E6EF;
  border-radius: 4px;
  resize: none;
}

.add-product__body .form-group .form-control::placeholder {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  color: #9299b8;
  text-transform: capitalize;
}

.add-product__body .form-group .form-control:-moz-placeholder {
  line-height: 35px;
}

.add-product__body .form-group .form-control::-moz-placeholder {
  line-height: 35px;
}

.add-product__body .form-group textarea {
  padding: 15px 20px;
  min-height: 150px;
}

.add-product__body .form-group .input-group-text {
  background-color: #F8F9FB;
  border: 1px solid #E3E6EF;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
}

.add-product__body .form-group .input-group-text svg {
  width: 16px;
}

.add-product__body .form-group .input-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.add-product__body .form-group .input-group input::placeholder {
  color: #5a5f7d;
}

.add-product__body-img {
  padding: 30px 40px;
}

.add-product-btn button:last-child {
  box-shadow: 0px 8px 13px #137efc33;
}

.upload-product-img {
  width: 100%;
  border: 2px dashed #C6D0DC;
  background: #F8F9FB;
  border-radius: 10px;
  text-align: center;
  padding: 80px 0;
  display: block;
}

.upload-product-img svg {
  width: 60px;
  height: auto;
}

.upload-product-img .pera {
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 20px;
  display: block;
}

.upload-product-img span {
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
}

.file-upload {
  position: relative;
  display: inline-block;
}

.file-upload__label {
  display: block;
}

.file-upload__label:hover {
  cursor: pointer;
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}

.upload-media-area {
  width: 100%;
}

.upload-media-area img {
  border-radius: 6px;
  width: 100px;
  height: 80px;
  flex: 1;
}

@media only screen and (max-width: 375px) {
  .upload-media-area img {
    width: 70px;
    height: 60px;
  }
}

.upload-media-area__title {
  flex: 8;
  justify-content: space-between;
  word-break: break-all;
}

.upload-media-area__title p {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  margin-bottom: 0;
}

.upload-media-area__title span {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
}

.upload-media-area__btn button {
  padding: 0;
  transition: all 0.3s ease;
}

.upload-media-area__btn button:hover {
  background: rgba(146, 153, 184, 0.2);
}

.upload-media-area__btn button svg {
  width: 14px;
  margin: 0;
}

.add-product-status-radio .custom-radio input[type="radio"]+label {
  transition: 0.3s;
  font-weight: 500;
}

.quantity-appearance input[type="number"] {
  -moz-appearance: textfield;
}

.quantity-appearance input[type="number"]::-webkit-inner-spin-button,
.quantity-appearance input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-appearance .input-group-prepend {
  flex: 1;
}

.quantity-appearance .pt_Quantity {
  position: relative;
  display: flex;
  flex: 12;
}

.quantity-appearance .pt_Quantity input {
  font-size: 15px;
}

.quantity-appearance .pt_Quantity input:focus {
  outline: 0;
}

.quantity-appearance .pt_Quantity:hover .pt_QuantityNav {
  opacity: 1;
}

.quantity-appearance .pt_QuantityNav {
  float: left;
  position: relative;
  height: 48px;
  opacity: 0;
  transition: all 0.3s ease;
}

.quantity-appearance .pt_QuantityButton {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #e3e6ef;
  width: 25px;
  text-align: center;
  height: 24px;
  color: #9299b8;
  font-size: 9px;
  transform: translateX(-100%);
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-appearance .pt_QuantityButton:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.quantity-appearance .pt_QuantityButton.pt_QuantityUp {
  position: absolute;
  height: 52%;
  top: 0;
  border-bottom: 1px solid #e3e6ef;
}

.quantity-appearance .pt_QuantityButton.pt_QuantityDown {
  position: absolute;
  bottom: 0px;
  height: 50%;
}

.ordertable-btns li:not(:last-child) a {
  margin-right: 25px;
}

.ordertable-btns li svg {
  width: 18px;
}

.order-profile-icon svg {
  width: 16px;
}

.order-dateTitle {
  margin-left: 94px;
}

.shipped-dataTable table tbody tr:not(:last-child) {
  border-bottom: 1px solid #F1F2F6;
}

.dashboard-base {
  margin-top: 95px;
  margin-bottom: 90px;
}

@media only screen and (max-width: 575px) {
  .dashboard-base {
    margin-bottom: 9px;
    margin-top: 40px;
  }
}

.dashboard-base .table th,
.dashboard-base .table td {
  vertical-align: middle;
  padding: 0 15px;
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {

  .dashboard-base .table th,
  .dashboard-base .table td {
    padding: 0 10px;
  }
}

.dashboard-base .table tbody tr th {
  padding-left: 0;
}

.dashboard-base .type-info {
  font-size: 15px;
  line-height: 3.2;
  font-weight: 400;
  padding: 0;
}

.icon-list {
  margin: -10px 0;
}

.icon-list .col-sm-6 {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.icon-list .col-sm-6 .icon-text {
  font-size: 14px;
}

.icon-list i,
.icon-list svg {
  min-width: 25px;
  margin-right: 8px;
}

.icon-list svg,
.icon-list img {
  width: 18px;
  height: 18px;
}

.search-result form {
  height: 48px;
}

.search-result form .form-control {
  padding: 8px 13px;
}

.search-result form .form-control::placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #adb4d2;
}

.search-result form svg {
  width: 18px;
}

.search-result form button {
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .search-keyword {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .search-keyword ul {
    justify-content: center;
  }
}

.search-keyword ul li {
  margin: 5px;
}

.search-keyword ul li a {
  padding: 6px 15px;
  box-shadow: 0px 3px 6px #9299B80D;
  border-radius: 4px;
  background-color: white;
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 500;
  text-transform: capitalize;
}

.search-keyword ul li a.active {
  color: white;
}

.search-keyword ul li:not(:last-child) {
  margin-right: 4px;
}

.search-content .search-content__keyResult a h6 {
  text-transform: capitalize;
}

.search-content .search-content__keyResult a h6 span {
  font-weight: 600;
}

.search-content .search-content__keyResult p {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
  margin-top: 10px;
}

.search-content .keyword-searching {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.search-content .keyword-searching span {
  text-transform: lowercase;
}

@media only screen and (max-width: 1199px) {
  .search-content .card .card-header {
    flex-flow: unset;
  }
}

@media (min-width: 992px) {

  .search-content .card-header,
  .search-content .card-body {
    width: 1001px;
  }
}

@media (max-width: 1300px) {

  .search-content .card-header,
  .search-content .card-body {
    width: 100%;
  }
}

/*=====  17.1: 3 Columns  ======*/
.gallery-filter .filtr-container {
  display: none;
}

.push-down--style {
  margin: 0 -25px;
  /*rtl:ignore*/
  direction: ltr;
  /*rtl:ignore*/
}

.fltr-controls.active {
  color: #137efc;
}

.filtr-item--style {
  flex: 0 0 25%;
  width: 25%;
}

.filtr-item--style img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .filtr-item--style {
    flex: 0 0 33%;
    width: 33%;
  }
}

@media only screen and (max-width: 991px) {
  .filtr-item--style {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .filtr-item--style {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .filtr-item--style {
    flex: 0 0 100%;
    width: 100%;
  }
}

.filtr-item--style2 {
  width: 25%;
}

.filtr-item--style2 .card {
  width: 100%;
  overflow: hidden;
}

.filtr-item--style2 .card img {
  width: 100%;
}

.gc__title p {
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
  margin-bottom: 2px;
}

.gc__title span {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

.gc--gallery2 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gc--gallery2:after {
  position: absolute;
  content: '';
  left: 0;
  top: 200px;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 99, 242, 0.7);
  border-radius: 10px;
  transition: 0.3s;
  transform: scale(0.7);
}

.gc--gallery2:after {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.gc--gallery2:hover:after {
  visibility: visible;
  opacity: 1;
  top: 0;
  transform: scale(1);
}

.gc--gallery2:hover .card-body {
  visibility: visible;
  opacity: 1;
}

.gc--gallery2 .card-body {
  padding: 50px 25px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}

.gc--gallery2 .gc__title p,
.gc--gallery2 .gc__title span {
  color: white;
}

.gc--gallery2 .subtitle {
  color: white;
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 15px;
}

.gc--gallery2 .gc__link {
  margin-top: 19px;
}

.gc--gallery2 .gc__link li:not(:last-child) {
  margin-right: 10px;
}

.gc--gallery2 .gc__link li a {
  width: 30px;
  height: 30px;
  border-radius: 50rem;
  color: white;
  background: rgba(255, 255, 255, 0.25);
}

.gc--gallery2 .gc__link li a svg {
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 575px) {
  .gallery-filter .ap-tab-main {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 375px) {
  .gallery-filter .ap-tab-main {
    justify-content: center;
  }
}

.gallery-filter .ap-tab-main .nav-link {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  padding: 20px 0;
}

@media only screen and (max-width: 575px) {
  .gallery-filter .ap-tab-main .nav-link {
    padding: 6px 0;
    margin-bottom: 0px;
  }
}

.gallery-filter .ap-tab-main .nav-link.active {
  font-weight: 500;
}

.gallery-filter .ap-tab-main .nav-link:not(:last-child) {
  margin-right: 25px;
}

.gallery-filter .ap-tab-main .nav-link:after {
  height: 2px;
  bottom: 0;
}

.error-page {
  padding: 30px;
  padding-top: 0;
}

.error-page__title {
  font-size: 60px;
  line-height: 0.63333;
  font-weight: 600;
  margin-top: 107px;
  margin-bottom: 37px;
}

@media (max-width: 1200px) {
  .error-page__title {
    font-size: calc(20.4px + 3.3vw);
  }
}

@media only screen and (max-width: 767px) {
  .error-page__title {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .error-page__title {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}

.error-page svg {
  max-width: 100%;
  height: auto;
}

.application-faqs .panel-title {
  position: relative;
}

.application-faqs .panel-title a {
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
  width: 90%;
  display: flex;
}

.application-faqs .panel-title>a:before {
  float: right !important;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f068";
  padding-right: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.application-faqs .panel-title>a.collapsed:before {
  float: right !important;
  content: "\f067";
  font-family: 'Line Awesome Free';
  font-weight: 900;
}

.application-faqs .panel-title>a:hover,
.application-faqs .panel-title>a:active,
.application-faqs .panel-title>a:focus {
  text-decoration: none;
}

.application-faqs .panel-heading {
  padding: 19px 25px;
  border-radius: 5px 5px 0 0;
}

.application-faqs .panel-body {
  padding: 21px 25px 29px 25px;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #F1F2F6;
}

.application-faqs .panel-body p {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
}

.application-faqs .collapse.show .panel-body {
  box-shadow: 0px 15px 40px #9299B826;
}

.application-faqs .panel {
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #F1F2F6;
}

.application-faqs .button-group button {
  height: 36px;
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 500;
}

.application-faqs .button-group button svg {
  width: 18px;
  height: auto;
}

.breadcrumb-main {
  line-height: 1.85714;
}

.breadcrumb-main.application-ui button {
  height: 35px;
}

@media only screen and (max-width: 1199px) {
  .breadcrumb-main.application-ui {
    flex-flow: unset;
    justify-content: space-between;
  }

  .breadcrumb-main.application-ui .breadcrumb-action {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-main.application-ui {
    flex-flow: column;
    justify-content: center;
  }

  .breadcrumb-main.application-ui .breadcrumb-action {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 575px) {
  .breadcrumb-main.application-ui .breadcrumb-action {
    flex-flow: column;
    margin-bottom: 15px;
  }

  .breadcrumb-main.application-ui .breadcrumb-action .action-btn {
    margin-bottom: 15px;
  }
}

.breadcrumb-main.application-ui .breadcrumb-action {
  align-items: center;
}

.breadcrumb-main.application-ui .breadcrumb-action .action-btn .btn {
  padding: 0 15px;
  height: 35px;
  text-transform: capitalize;
}

.breadcrumb-main.application-ui .breadcrumb-action .action-btn .btn svg {
  color: white;
  width: 16px;
  margin-right: 7px;
}

.breadcrumb-main.application-ui .breadcrumb-action .btn-group-toggle .btn.active {
  box-shadow: none;
}

.task-activities .ffp {
  padding: 9px 0;
}

.task-activities .ffp span svg {
  width: 12px;
}

.faq-support svg {
  max-width: 100%;
}

.faq-support button {
  white-space: nowrap;
}

.faqs-wrapper-tab {
  padding-top: 28px;
}

.faqs-wrapper-tab .nav-link {
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 13px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
}

.faqs-wrapper-tab .nav-link:not(:last-child) {
  margin-bottom: 12px;
}

.faqs-wrapper-tab .nav-link .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.5;
  margin-right: 12px;
}

.faqs-wrapper-tab .nav-link svg {
  width: 16px;
  margin-right: 14px;
}

.faqs-wrapper-tab .nav-link:hover,
.faqs-wrapper-tab .nav-link.active {
  border-left: 2px solid #137efc;
  padding: 0 27px;
}

.faqs-wrapper-tab .nav-link:hover .dot,
.faqs-wrapper-tab .nav-link.active .dot {
  opacity: 1;
}

.pricing-action button {
  border-radius: 6px;
}

.pricing__tag {
  font-size: 13px;
  line-height: 1.53846;
  font-weight: 500;
  padding: 7px 22px;
  height: 32px;
}

.pricing__badge {
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 500;
  color: #ffffff;
  margin-left: 12px;
  height: 20px;
  border-radius: 3px;
  padding: 3px 6px;
}

.pricing__price .pricing_offer {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 400;
  margin-right: 10px;
}

.pricing__price .pricing_user {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
  margin-left: 8px;
}

.pricing__price .pricing_value {
  margin-top: 21px;
}

.pricing__price .pricing_subtitle {
  font-size: 13px;
  line-height: 1.53846;
  font-weight: 500;
  text-transform: capitalize;
}

.pricing__price sup {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.pricing__features ul {
  padding-top: 30px;
  padding-bottom: 2px;
}

.pricing__features ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  position: relative;
  padding-left: 1.33333rem;
  margin-left: 0;
  text-transform: capitalize;
}

.pricing__features ul li:not(:last-child) {
  margin-bottom: 15px;
}

.pricing__features ul li>span:first-child {
  position: absolute;
  left: 0;
  top: 4px;
  margin-right: 4px;
  width: 1.13333rem;
  font-size: 0.73333rem;
}

.pricing__features ul li span.fa-times {
  color: #e23636;
}

/*=====  13.1: Active Switcher  ======*/
.ai-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-list-item {
  margin: 0 8px;
}

.ai-list-item span {
  font-size: 14px;
  line-height: 1.28571;
  font-weight: 500;
}

.ail {
  display: none;
}

.ail,
.ail:after,
.ail:before,
.ail *,
.ail *:after,
.ail *:before,
.ail+.ail-btn {
  box-sizing: border-box;
}

.ail::selection,
.ail:after::selection,
.ail:before::selection,
.ail *::selection,
.ail *:after::selection,
.ail *:before::selection,
.ail+.ail-btn::selection {
  background: none;
}

.ail+.ail-btn {
  outline: 0;
  display: block;
  width: 45px;
  height: 24px;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin: 0;
}

.ail+.ail-btn:after,
.ail+.ail-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
}

.ail+.ail-btn:after {
  left: 1px;
  top: 1px;
}

.ail+.ail-btn:before {
  display: none;
}

.ail:checked+.ail-btn:after {
  left: 53%;
}

.ail-light+.ail-btn {
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease;
}

.ail-light+.ail-btn:after {
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease;
}

/* note layout */
.note-contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media only screen and (max-width: 575px) {
  .note-contents {
    display: block;
  }
}

.note-contents .note-sibebar-wrapper {
  width: 320px;
  margin: 0 12px;
}

@media (max-width: 1300px) {
  .note-contents .note-sibebar-wrapper {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .note-contents .note-sibebar-wrapper {
    width: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .note-contents .note-sibebar-wrapper {
    width: auto;
  }
}

.note-contents .note-grid-wrapper {
  margin: 0 12px;
  flex: 1;
}

.note-contents .note-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.note-contents .note-grid .note-single {
  width: 33.33%;
  padding: 12px;
}

@media only screen and (max-width: 991px) {
  .note-contents .note-grid .note-single {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .note-contents .note-grid .note-single {
    width: 100%;
  }
}

/* note sidebar */
.note-sidebar {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}

.note-sidebar .note-types {
  margin: 20px 0 35px 0;
}

.note-sidebar ul li a {
  color: #5a5f7d;
  font-size: 14px;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.note-sidebar ul li a svg {
  color: #adb4d2;
  width: 18px;
  margin-right: 13px;
}

.note-sidebar ul li a span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #9299b8;
  margin-right: 14px;
}

.note-sidebar ul li a.active {
  color: #137efc;
  background: rgba(95, 99, 242, 0.1);
}

.note-sidebar ul li a.active svg {
  color: #137efc;
}

.note-sidebar ul li a:hover {
  color: #137efc;
  background: rgba(95, 99, 242, 0.1);
}

.note-sidebar .note-labels p {
  padding: 0 20px;
  font-size: 12px;
  color: #9299b8;
  margin-bottom: 7px;
}

.note-sidebar .note-labels p svg {
  width: 18px;
  color: #868eae;
  margin-right: 6px;
}

.note-sidebar .note-labels .label-personal span {
  background: #137efc;
}

.note-sidebar .note-labels .label-work span {
  background: #20c997;
}

.note-sidebar .note-labels .label-social span {
  background: #fa8b0c;
}

.note-sidebar .note-labels .label-important span {
  background: #2c99ff;
}

/* note card */
.notes-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.notes-wrapper .row {
  margin-bottom: -30px;
}

.note-card {
  border-radius: 10px;
}

.note-card .card {
  background: none;
}

.note-card .note-title {
  font-size: 16px;
  color: #272b41;
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}

.note-card .note-title .note-status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
  background: transparent;
  position: relative;
  top: -2px;
}

.note-card p {
  margin-bottom: 10px;
}

.note-default {
  background: rgba(222, 222, 222, 0.4);
}

.note-social {
  background: rgba(250, 139, 12, 0.4);
}

.note-social .note-title .note-status {
  background: #fa8b0c;
}

.note-work {
  background: rgba(32, 201, 151, 0.4);
}

.note-work .note-title .note-status {
  background: #20c997;
}

.note-important {
  background: rgba(44, 153, 255, 0.4);
}

.note-important .note-title .note-status {
  background: #2c99ff;
}

.note-personal {
  background: rgba(95, 99, 242, 0.4);
}

.note-personal .note-title .note-status {
  background: #137efc;
}

.note-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.note-action__left {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.note-action__left a {
  padding: 0 5px;
}

.note-action__left a svg {
  width: 16px;
  color: #5a5f7d;
}

.note-action__left a.favorite svg {
  color: #fa8b0c;
}

.note-action__right a svg {
  width: 16px;
  color: #868eae !important;
}

.note-action__right .label-dropdown .dropdown-default {
  border-radius: 5px;
}

.label-dropdown .dropdown-default {
  left: auto;
  right: 0;
}

.label-dropdown a.dropdown-item {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.label-dropdown a.dropdown-item:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}

.label-dropdown a.dropdown-item.nl-personal:before {
  background: #137efc;
}

.label-dropdown a.dropdown-item.nl-work:before {
  background: #20c997;
}

.label-dropdown a.dropdown-item.nl-social:before {
  background: #fa8b0c;
}

.label-dropdown a.dropdown-item.nl-important:before {
  background: #2c99ff;
}

.counting-area {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  margin: -25px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .counting-area {
    margin-bottom: 12px;
  }
}

.counting-area .number {
  display: flex;
  flex-flow: column;
  font-size: 42px;
  line-height: 0.90476;
  font-weight: 600;
  min-width: 50px;
  margin: 25px;
}

@media (max-width: 1200px) {
  .counting-area .number {
    font-size: calc(18.6px + 1.95vw);
  }
}

@media only screen and (max-width: 479px) {
  .counting-area .number {
    margin: 20px;
  }
}

.counting-area .number .text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #868EAE;
  text-transform: capitalize;
  margin-top: 12px;
}

.coming-soon {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .coming-soon {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon {
    padding: 50px 0;
  }
}

.coming-soon h1 {
  font-size: 58px;
  line-height: 1.06897;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .coming-soon h1 {
    font-size: calc(20.2px + 3.15vw);
  }
}

.coming-soon .subtitle {
  font-size: 17px;
  line-height: 1.64706;
  font-weight: 400;
  color: #5A5F7D;
  max-width: 580px;
  margin: 30px auto 53px;
}

@media (max-width: 1200px) {
  .coming-soon .subtitle {
    font-size: calc(16.1px + 0.075vw);
  }
}

@media only screen and (max-width: 991px) {
  .coming-soon .subtitle {
    margin: 37px auto 42px;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon .subtitle {
    margin: 29px auto 42px;
  }
}

.coming-soon__body {
  margin-top: 168px;
  margin-bottom: 163px;
  padding: 0 30px;
}

@media only screen and (max-width: 991px) {
  .coming-soon__body {
    margin: 97px 0;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon__body {
    margin: 34px 0;
  }
}

.coming-soon .form-inline .form-control {
  width: 320px;
  max-width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #E3E6EF;
}

@media only screen and (max-width: 575px) {
  .coming-soon .form-inline .form-control {
    width: 100%;
  }
}

.coming-social ul li a {
  width: 44px;
  height: 44px;
  color: white;
  font-size: 18px;
}

.coming-social ul li:not(:last-child) {
  margin-right: 15px;
}

.coming-social p {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  margin-top: 28px;
}

@media only screen and (max-width: 479px) {
  .subscribe-bar {
    width: 100%;
  }

  .subscribe-bar button,
  .subscribe-bar .form-group {
    width: 100%;
  }
}

.subscribe-bar button {
  height: 48px;
}

.changelog__according {
  margin-top: 30px;
}

.changelog__according .card {
  border: 1px solid #E3E6EF;
  border-radius: 6px;
}

.changelog__according .card:not(:last-child) {
  margin-bottom: 20px;
}

.changelog__according .card .card-header {
  border-radius: 6px;
  background-color: #F8F9FB;
  height: 66px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .changelog__according .card .card-header {
    height: auto;
  }
}

.changelog__according .card .card-body {
  border-top: 1px solid #E3E6EF;
}

.changelog__accordingCollapsed {
  height: 66px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media only screen and (max-width: 479px) {
  .changelog__accordingCollapsed {
    height: auto;
  }
}

.changelog__accordingCollapsed:not(.collapsed) .changelog__accordingArrow {
  transform: rotate(90deg);
  transition: transform .24s;
}

.changelog__accordingCollapsed .changelog__accordingArrow {
  transition: transform .24s;
}

.changelog__accordingCollapsed .changelog__accordingArrow svg {
  width: 18px;
  color: #868EAE;
}

.changelog__accordingTitle .v-num {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.version-list__top .badge {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 8px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 14px;
  color: white;
  text-transform: capitalize;
}

.version-list__single:not(:last-child) {
  margin-bottom: 30px;
}

.version-list__single ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #5a5f7d;
  font-size: 16px;
}

.version-list__single ul li:not(:last-child) {
  margin-bottom: 12px;
}

.version-list__single ul li::after {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
}

.v-num {
  font-size: 18px;
  line-height: 1.22222;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .v-num {
    font-size: calc(16.2px + 0.15vw);
  }
}

.changelog-history__title {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

.history-title {
  font-size: 11px;
  line-height: 1.36364;
  margin-bottom: 24px;
  color: #868EAE;
}

.v-arrow {
  color: #5C637E;
  margin: 0px 4px 0 14px;
}

.rl-date {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #5A5F7D;
}

@media only screen and (max-width: 479px) {
  .rl-date {
    margin: 4px 0;
  }
}

.v-history-list li .version-name {
  font-size: 14px;
  font-weight: 500;
  color: #272b41;
  margin-right: 10px;
}

.v-history-list li .version-date {
  font-size: 14px;
  color: #868eae;
}

.v-history-list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.v-history-list li:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .changelog-19 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .changelog-5 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media (min-width: 1600px) {
  .changelog-19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .changelog-5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}

.banner-feature {
  margin-bottom: 70px;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 1399px) {
  .banner-feature {
    margin-bottom: 25px;
  }
}

.banner-feature svg {
  max-width: 100%;
}

@media (min-width: 768px) {
  .banner-feature {
    min-height: 270px;
    max-height: 100%;
  }
}

.banner-feature .card-body {
  padding: 43px 30px 40px 30px;
}

.banner-feature__heading {
  line-height: 1.26667;
}

.banner-feature__para {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  margin: 15px 0 18px 0;
}

.banner-feature__btn {
  text-transform: capitalize;
}

.banner-feature--2 .banner-feature__shape {
  position: absolute;
  bottom: 22px;
  right: 16px;
  z-index: -1;
}

.banner-feature--2 .card-body {
  padding: 55px 30px 55px 30px;
}

.banner-feature--2 .banner-feature__para {
  margin: 15px 0 36px 0;
}

.banner-feature--3 .banner-feature__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.banner-feature--3 .card-body {
  padding: 47px 30px 30px 30px;
}

.banner-feature--3 .banner-feature__para {
  margin: 15px 0 36px 0;
}

.banner-feature--4 .banner-feature__shape {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}

.banner-feature--4 .card-body {
  padding: 29px 30px 30px 30px;
}

.banner-feature--4 .banner-feature__para {
  margin: 17px 0 17px 0;
}

.banner-feature--5 .banner-feature__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.banner-feature--5 .card-body {
  padding: 55px 30px 55px 30px;
}

.banner-feature--5 .banner-feature__para {
  margin: 14px 0 18px 0;
  color: rgba(255, 255, 255, 0.7);
}

.banner-feature--6 {
  background-image: url(/assets/management/Rectangle381-67146359a9cae85c7609080571927f1e3133dc02239947372ae1f2a39bbfbe0f.png);
  background-size: cover;
  background-position: center center;
}

.banner-feature--6 .card-body {
  padding: 55px 30px 55px 30px;
}

.banner-feature--6 .banner-feature__para {
  margin: 14px 0 18px 0;
  color: rgba(255, 255, 255, 0.7);
}

.banner-feature--6 .banner-feature__heading {
  margin: 19px 0 18px 0;
}

.banner-feature--7 .card-body {
  padding: 40px 30px 40px 0;
  display: flex;
}

.banner-feature--7 .banner-feature__para {
  margin: 14px 0 18px 0;
}

.banner-feature--7 .banner-feature__heading {
  margin: 22px 0 19px 0;
}

.banner-feature--8 {
  text-align: center;
}

.banner-feature--8 .slick-slider {
  /*rtl:ignore*/
  direction: ltr;
  outline: none;
  border: none;
  box-shadow: none;
}

.banner-feature--8 .slick-slider:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.banner-feature--8 .slick-slider .slick-track {
  outline: none;
}

.banner-feature--8 .slick-slider .slick-slide {
  outline: none;
}

.banner-feature--8 .card-body {
  padding: 60px 20px 64px 20px;
}

.banner-feature--8 .banner-feature__para {
  margin: 19px 0 60px 0;
  color: rgba(255, 255, 255, 0.7);
}

.banner-feature--8 .slick-slider .slick-dots button {
  width: 5px;
  height: 5px;
}

.banner-feature--8 .slick-slider .slick-dots li.slick-active button {
  width: 5px;
}

.banner-feature--8 .slick-slider.slick-dots-bottom .slick-dots {
  margin: 0 0 70px;
}

.banner-feature--9 .card-body {
  text-align: center;
  padding: 37px 0 25px 0;
}

.banner-feature--10 {
  min-height: 450px;
  max-height: 100%;
  z-index: 1;
}

.banner-feature--10 .banner-feature__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  /*rtl:ignore*/
  padding-left: 40px;
  /*rtl:ignore*/
}

.banner-feature--10 .card-body {
  padding: 39px 25px 44px 40px;
}

.banner-feature--10 .banner-feature__btn {
  margin-top: 25px;
}

.banner-feature--11 {
  min-height: 450px;
  max-height: 100%;
  z-index: 1;
  overflow: hidden;
}

.banner-feature--11 .banner-feature__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.banner-feature--11 .card-body {
  padding: 39px 25px 44px 40px;
}

.banner-feature--11 .banner-feature__para {
  color: rgba(255, 255, 255, 0.7);
  margin: 17px 0 18px 0;
}

.banner-feature--12 {
  min-height: 223px;
  max-height: 100%;
  overflow: hidden;
  background-color: rgba(250, 139, 12, 0.3);
  margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
  .banner-feature--12 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .banner-feature--12 .banner-feature__shape {
    width: 100%;
  }
}

.banner-feature--12 .card-body {
  padding: 0 30px;
}

.banner-feature--13 {
  min-height: 223px;
  max-height: 100%;
  overflow: hidden;
}

.banner-feature--13 .banner-feature__para {
  color: rgba(39, 43, 65, 0.7);
  margin: 15px 0 16px 0;
}

.banner-feature--13 .banner-feature__shape {
  max-width: unset;
}

@media only screen and (max-width: 575px) {
  .banner-feature--13 .banner-feature__shape {
    width: 100%;
  }
}

.banner-feature--13 .card-body {
  padding: 30px 15px 30px 30px;
}

.banner-feature--14 {
  background: #F8F9FB;
}

.banner-feature--14 h1 {
  line-height: 1.2;
  margin-bottom: 17px;
}

.banner-feature--14 p {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  color: #5A5F7D;
  margin-bottom: 30px;
}

.banner-feature--14 button {
  height: 46px;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  box-shadow: 0 5px 10px rgba(0, 111, 255, 0.15);
  padding: 10px 20px;
}

.banner-feature--14 .card-body {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .banner-feature--14 .card-body {
    padding: 1rem;
  }
}

.banner-feature--15 {
  border-radius: 6px;
  padding: 30px;
  transition: all 0.3s ease;
  border: 1px solid #F1F2F6;
}

.banner-feature--15:hover {
  box-shadow: 0 15px 25px rgba(146, 153, 187, 0.15);
  border: 1px solid transparent;
}

.banner-feature--15 h4 {
  line-height: 1.2;
  font-weight: 500;
  margin-top: 27px;
}

.banner-feature--15 p {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  color: #5A5F7D;
  margin-top: 20px;
  margin-bottom: 0;
}

.banner-feature--15 button {
  height: 40px;
  padding: 0 30px;
}

.banner-feature--16 {
  padding: 100px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .banner-feature--16 {
    padding: 50px 0 0 0;
  }
}

.banner-feature--17 {
  margin-top: 85px;
}

@media only screen and (max-width: 479px) {
  .banner-feature--17 {
    margin-top: 30px;
  }
}

.banner-feature--17 .card-header h4 {
  white-space: normal;
}

@media only screen and (max-width: 479px) {
  .banner-feature--17 .application-faqs .panel-title>a:before {
    right: -15px;
  }
}

.banner-feature__shape svg {
  max-width: 100%;
}

.testimonial-section {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(146, 153, 184, 0.03);
  margin-bottom: 50px;
}

.testimonial-section__padding {
  padding: 85px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.testimonial-slider-global {
  /* Slick Slider */
  /* Arrow */
  /* Dots */
}

.testimonial-slider-global .card {
  border-radius: 8px;
}

.testimonial-slider-global .author-thumb p {
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
  margin: 16px 0 0 0;
}

.testimonial-slider-global .author-thumb span {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
  color: rgba(90, 95, 125, 0.7);
  margin: 4px 0 0 0;
}

.testimonial-slider-global .author-comment {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

.testimonial-slider-global .slick-slide {
  margin: 40px 15px;
  outline: none;
}

.testimonial-slider-global .slider-prev {
  left: -60px;
}

.testimonial-slider-global .slider-next {
  right: -60px;
}

.testimonial-slider-global .slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  color: #868EAE;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(146, 153, 184, 0.16);
  background-color: white;
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-global .slider-arrow {
    top: 100%;
  }

  .testimonial-slider-global .slider-arrow.slider-prev {
    left: 30px;
  }

  .testimonial-slider-global .slider-arrow.slider-next {
    right: 30px;
  }
}

.testimonial-slider-global .slick-dots li button:before {
  color: #fff;
  font-size: 10px;
}

.testimonial-slider-global .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.testimonial-slider-global.slick-slider .slick-dots button {
  width: 10px;
  height: 10px;
}

.testimonial-slider-global.slick-slider .slick-dots li button {
  background: rgba(95, 99, 242, 0.2);
}

.testimonial-slider-global.slick-slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
}

.testimonial-slider-global.testimonial-slider1 .card {
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
}

.testimonial-slider-global.testimonial-slider1 .card-body {
  text-align: center;
  padding: 40px;
  box-shadow: 0 10px 20px rgba(146, 153, 184, 0.1);
  border-radius: 8px;
}

.testimonial-slider-global.testimonial-slider1 .card-body .slick-initialized .slick-slide {
  outline: none;
}

.testimonial-slider-global.testimonial-slider1 .card-body .author-thumb span {
  margin-bottom: 24px;
}

.testimonial-slider-global.testimonial-slider1 .slick-slide.slick-center .card-body {
  box-shadow: 0 20px 30px rgba(146, 153, 184, 0.2);
}

.testimonial-slider-global.testimonial-slider2 .author-comment {
  margin-top: 22px;
  margin-bottom: 0;
}

.testimonial-slider-global.testimonial-slider2 .card {
  box-shadow: 0 10px 30px rgba(146, 153, 184, 0.1);
}

.testimonial-slider-global.testimonial-slider2 .card-body {
  padding: 40px 30px;
}

.testimonial-slider-global.testimonial-slider3-nav {
  margin-top: 50px;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-slide {
  transition: transform .4s;
  position: relative;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-slide:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform .4s;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-slide {
  transform: scale(0.7) translate(640px);
}

.testimonial-slider-global.testimonial-slider3-nav .slick-slide.slick-center+.slick-slide {
  transform: scale(0.9) translate(-225px);
  z-index: 10;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-slide.slick-center+.slick-slide+.slick-slide {
  transform: scale(0.7) translate(-640px);
  z-index: 5;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-slide.slick-active {
  transform: scale(0.9) translate(225px);
}

.testimonial-slider-global.testimonial-slider3-nav .slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-center:after {
  opacity: 0;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-list {
  height: 100px;
  transform: none;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-slide {
  margin: 15px;
  cursor: move;
}

.testimonial-slider-global.testimonial-slider3-nav img {
  min-width: 70px;
  min-height: 70px;
  opacity: .4;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-center img {
  min-width: 100px;
  min-height: 100px;
  opacity: 1;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-track {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.testimonial-slider-global.testimonial-slider3-nav .slick-track .slick-slide:not(.slick-active) img {
  opacity: 0;
}

.testimonial-slider-global.testimonial-slider3-for .slick-slide {
  margin: 20px 15px 0px 15px;
  cursor: move;
}

.testimonial-slider-global.testimonial-slider3-for .card-body {
  padding-bottom: 0;
}

.testimonial-slider-global.testimonial-slider4 .author-comment {
  margin-top: 25px;
}

.testimonial-slider-global.testimonial-slider4 .card-body {
  padding: 50px;
}

/* file manager layout */
.fileM-contents .fileM-grid-wrapper {
  padding: 30px;
  background-color: white;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
  border-radius: 10px;
}

@media (min-width: 1399px) {
  .fileM-contents .col-20 {
    flex: 0 0 20.50%;
    max-width: 20.50%;
  }

  .fileM-contents .col-79 {
    flex: 0 0 79.5%;
    max-width: 79.5%;
  }
}

/* file manager sidebar */
.fileM-sidebar {
  height: 100vh;
  background: #fff;
  border-radius: 10px;
}

.fileM-sidebar .fileM-types {
  margin: 0px 0 63px 0;
}

.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav {
  margin: 21px 0 0 0;
}

.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li.has-child>ul {
  visibility: hidden;
  opacity: 0;
}

.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li.has-child.open>ul {
  visibility: visible;
  opacity: 1;
}

.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li.menu-title span {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  padding: 0 14px;
}

.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li>a {
  padding: 0 5px 0 14px;
}

.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li>a .toggle-icon {
  position: absolute;
  left: -2px;
}

.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li>a .nav-icon {
  margin-right: 10px;
}

.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li ul {
  padding: 0px 0px 0px 25px;
}

.fileM-sidebar .fileM-types .sidebar__menu-group ul.sidebar_nav li>a .nav-icon {
  width: 14px;
}

.fileM-sidebar ul li a {
  color: #5a5f7d;
  font-size: 14px;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.fileM-sidebar ul li a svg {
  color: #adb4d2;
  width: 18px;
  margin-right: 13px;
}

.fileM-sidebar ul li a.active {
  color: #137efc;
}

.fileM-sidebar ul li a.active svg {
  color: #137efc;
}

.fileM-sidebar ul li a:hover {
  color: #137efc;
}

.fileM-progress {
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  .fileM-progress {
    margin: 0;
  }
}

.fileM-progress .user-group-progress-bar .progress {
  height: 5px;
  border-radius: 100px;
}

.fileM-progress .user-group-progress-bar .progress span {
  color: #5A5F7D;
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 500;
}

.fileM-progress .user-group-progress-bar .progress .progress-bar {
  border-radius: 100px;
}

.fileM-progress .user-group-progress-bar p {
  color: #5A5F7D;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  margin-bottom: 3px;
}

.fileM-progress .user-group-progress-bar span {
  color: #868EAE;
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 400;
}

.fileM-wrapper__title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 20px;
}

.fileM-top-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .fileM-top-search {
    flex-flow: column;
  }

  .fileM-top-search form {
    margin-bottom: 15px;
  }
}

.fileM-top-search form {
  border: 1px solid #E3E6EF;
  border-radius: 6px;
  padding: 0 20px;
}

.fileM-top-search form svg {
  color: #9299B8;
  width: 15px;
}

.fileM-top-search form input {
  padding: 8px 15px;
}

.fileM-top-search form input::placeholder {
  color: #ADB4D2;
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
}

.fileM-card {
  text-align: center;
}

.fileM-card .card {
  background-color: #F4F5F7;
}

.fileM-card .fileM-excerpt {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  margin-bottom: 0;
}

.fileM-card .fileM-img {
  margin-bottom: 18px;
}

.fileM-action .fileM-action__right .dropdown {
  top: 9px;
  right: 12px;
}

.fileM-action__right .dropdown .dropdown-default,
.fileM-action__right .dropdown .dropdown-menu {
  padding: 18px 0;
  margin-right: 0;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.2);
}

.fileM-action__right .dropdown .dropdown-item {
  font-size: 14px;
  line-height: 2.28571;
  font-weight: 400;
  color: #5A5F7D;
  display: flex;
  align-items: center;
  padding: 1px 25px;
}

.fileM-action__right .dropdown .dropdown-item:hover {
  background-color: rgba(95, 99, 242, 0.05);
}

.fileM-action__right .dropdown .dropdown-item svg {
  color: #9299B8;
  width: 16px;
  margin-right: 12px;
}

.fileM-action__right .dropdown svg {
  color: #868EAE;
  width: 20px;
}

.fileM-sidebar .fileM-action__right .dropdown>a {
  width: 100%;
  font-size: 14px;
}

.fileM-sidebar .fileM-action__right .dropdown>a svg {
  width: 15px;
  color: white;
}

.fileM-sidebar .fileM-action__right .dropdown .dropdown-menu {
  width: 100%;
}

.filleM-table .projectDatatable-title {
  font-weight: 500;
  color: #5A5F7D;
}

.filleM-table .files-area__title span {
  line-height: 1.83333;
  margin-top: 2px;
  text-transform: uppercase;
}

.filleM-table .table thead tr th {
  border-top: 1px solid #F1F2F6;
  padding: 14px 10px;
}

.filleM-table .table thead tr th:first-child {
  border-left: 1px solid #F1F2F6;
}

.filleM-table .table thead tr th:last-child {
  border-right: 1px solid #F1F2F6;
}

.filleM-table .table th,
.filleM-table .table td {
  white-space: nowrap;
  padding: 9px 10px;
  vertical-align: middle;
  border-top: none;
}

.filleM-table .table th:first-child,
.filleM-table .table td:first-child {
  padding-left: 38px;
}

.filleM-table tbody tr {
  transition: all 0.3s ease;
}

.filleM-table tbody tr:hover {
  box-shadow: 0 15px 50px rgba(146, 153, 184, 0.2);
}

.fileM-Modal-overlay .modal {
  background-color: rgba(17, 18, 23, 0.6);
}

.fileM-Modal-overlay .modal-header {
  border-bottom: none;
  padding-bottom: 30px;
}

.fileM-Modal-overlay .modal-footer {
  border-top: none;
  padding: 0 30px 30px 30px;
}

.fileM-Modal-overlay .modal-footer button {
  height: 36px;
  border: none;
}

.fileM-Modal-overlay .modal-content {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.03);
}

.fileM-Modal-overlay .modal-body {
  padding: 0 30px;
}

.fileM-Modal-overlay .modal-body input {
  height: 36px;
  border-radius: 4px;
}

.fileM-Modal-overlay .modal-body input::placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #9299B8;
}

.fileM-Modal-overlay .modal-title button svg {
  width: 20px;
  color: #9299B8;
}

.fileM-Modal-overlay .modal-footer>* {
  margin: 5px;
}

@media (min-width: 576px) {
  .fileM-sidebar .modal-dialog {
    max-width: 390px;
    margin: 1.75rem auto;
  }
}

.media-import {
  margin: 10px auto 30px;
  position: relative;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 280px;
  border: 2px dashed #C6D0DC;
  background-color: #ffffff;
  border-radius: 10px;
}

.media-import svg {
  color: #ADB4D2;
  width: 80px;
  height: auto;
}

.media-import p {
  line-height: 1.25;
  font-weight: 500;
  margin-top: 27px;
  margin-bottom: 0;
}

.exportDatatable .order-button-group button {
  height: 44px;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 600;
}

.exportDatatable .order-search__form {
  background-color: transparent;
  border: 1px solid #E3E6EF;
  padding: 12px 13px;
  width: 250px;
}

@media only screen and (max-width: 1599px) {
  .exportDatatable .order-search__form {
    width: 100%;
  }
}

.exportDatatable.orderDatatable .table tbody tr td {
  padding: 20px 20px;
}

.exportDatatable.orderDatatable .table-hover tbody tr:hover {
  box-shadow: 0 15px 50px rgba(146, 153, 184, 0.2);
  background: transparent;
  border-radius: 10px;
}

.exportDatatable .export-table .custom-checkbox input[type="checkbox"]+label {
  padding-left: 60px;
}

.exportDatatable .modal-dialog {
  max-width: 390px;
}

.exportDatatable .fileM-Modal-overlay .modal-body input {
  border: 1px solid #E3E6EF;
}

.exportDatatable .fileM-Modal-overlay .modal-body .select2-container--default .select2-selection--single,
.exportDatatable .fileM-Modal-overlay .modal-body .select2-container--default .select2-selection--multiple {
  height: 36px;
  border: 1px solid #E3E6EF;
}

.exportDatatable .fileM-Modal-overlay .modal-body .select2-container .select2-selection--single .select2-selection__rendered,
.exportDatatable .fileM-Modal-overlay .modal-body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9299B8;
}

.select2-dropdown {
  z-index: 9999;
}

.dropzone-lg-s {
  min-height: 180px;
}

.dropzone-md-s {
  min-height: 100px;
}

.knowledgebase {
  background-color: #F8F9FB;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
  padding: 68px 0;
}

@media (min-width: 1699px) {
  .knowledgebase .cus-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.knowledgebase__nav {
  border-bottom: 1px solid #E3E6EF;
}

.knowledgebase__nav li .nav-link {
  padding: 0;
  padding-bottom: 21px;
  border-bottom: 1px solid transparent;
  color: #5A5F7D;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

@media only screen and (max-width: 479px) {
  .knowledgebase__nav li .nav-link {
    font-size: 14px;
  }
}

.knowledgebase__nav li .nav-link.active {
  color: #272B41;
  font-weight: 500;
  border-bottom: 1px solid #272B41;
}

.knowledgebase__nav li:not(:last-child) {
  margin-right: 36px;
}

@media only screen and (max-width: 479px) {
  .knowledgebase__nav li:not(:last-child) {
    margin-right: 20px;
  }
}

.knowledgebase__cta {
  text-align: center;
}

.knowledgebase__cta h3 {
  line-height: 1.22727;
}

.knowledgebase__cta p {
  margin-top: 17px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  color: #5A5F7D;
}

.knowledgebase__cta button {
  height: 46px;
}

.knowledgebase__list h3 {
  line-height: 1.22727;
  margin-top: 37px;
  margin-bottom: 22px;
}

.knowledgebase__list li {
  margin-bottom: 6px;
}

.knowledgebase__list li a,
.knowledgebase__list li .knowledgebase__list-collapsed {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  color: #5A5F7D;
}

.knowledgebase__list a,
.knowledgebase__list .knowledgebase__list-collapsed {
  display: flex;
  position: relative;
}

.knowledgebase__list a:not(.collapsed) .changelog__accordingArrow,
.knowledgebase__list .knowledgebase__list-collapsed:not(.collapsed) .changelog__accordingArrow {
  transform: rotate(90deg);
  transition: transform .24s;
}

.knowledgebase__list a .changelog__accordingArrow,
.knowledgebase__list .knowledgebase__list-collapsed .changelog__accordingArrow {
  transition: transform .24s;
  position: absolute;
  left: -20px;
}

.knowledgebase__list a .changelog__accordingArrow svg,
.knowledgebase__list .knowledgebase__list-collapsed .changelog__accordingArrow svg {
  width: 15px;
  height: auto;
  color: #272B41;
}

.knowledgebase__list .collapse-area {
  margin-left: 22px;
  margin-bottom: 15px;
  margin-top: 6px;
  transition: all 0.3s ease;
}

.knowledgebase__list-plugin h3 {
  line-height: 1.22727;
}

.knowledgebase__plugin-wrapper {
  margin-top: 46px;
}

.knowledgebase__more {
  display: flex;
  align-items: center;
}

.knowledgebase__more a {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  margin-top: 11px;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}

.knowledgebase__more a i {
  font-size: 15px;
  margin-left: 13px;
  opacity: 0;
  transition: all 0.3s ease;
}

.knowledgebase__more a:hover i {
  opacity: 1;
}

.knowledgebase__more a:hover {
  border-bottom: 1px solid #137efc;
}

.knowledgebase__hr {
  background: #E3E6EF;
  width: 100%;
  height: 1px;
  margin: 70px 0;
}

.knowledgebase__article span {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.knowledgebase__article h3 {
  line-height: 1.36364;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 15px;
  margin-bottom: 25px;
}

.knowledgebase__article a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  position: relative;
}

.knowledgebase__article a i {
  visibility: hidden;
  opacity: 0;
}

.knowledgebase__article a:hover i {
  visibility: visible;
  opacity: 1;
}

.knowledgebase__article-title {
  margin-bottom: 30px;
}

.knowledgebase__article-title h2 {
  line-height: 1.25;
}

.knowledgebase-adv {
  margin-top: 62px;
}

.knowledgebase-adv__card .card-body {
  margin-left: 12px;
}

.knowledgebase-adv__card .knowledgebase__list li {
  margin-bottom: 17px;
}

.knowledgebase-adv__card .knowledgebase__list li a,
.knowledgebase-adv__card .knowledgebase__list li .knowledgebase__list-collapsed {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
}

.knowledgebase-adv__right h1 {
  line-height: 1.26667;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .knowledgebase-adv__right {
    margin-top: 50px;
  }
}

.knowledgebase-adv__content article h3 {
  line-height: 1.22727;
}

@media only screen and (max-width: 575px) {
  .knowledgebase-adv__content article h3 {
    width: 85%;
  }
}

.knowledgebase-adv__content article p {
  margin-top: 19px;
  margin-bottom: 40px;
  color: #272B41;
  font-size: 15px;
  line-height: 1.73333;
  font-weight: 400;
}

.knowledgebase-adv__content article a {
  color: #272B41;
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}

.knowledgebase-adv__content article:not(:first-child) {
  margin-top: 50px;
}

.knowledgebase-adv__collapse:not(.collapsed) .changelog__accordingArrow {
  transform: rotate(90deg);
  transition: transform .24s;
}

.knowledgebase-adv__collapse .changelog__accordingArrow {
  transition: transform .24s;
  width: 28px;
  height: 28px;
  box-shadow: 0 2px 2px rgba(146, 148, 159, 0.3);
  border-radius: 50%;
}

.knowledgebase-adv__collapse .changelog__accordingArrow svg {
  width: 18px;
  color: #272B41;
}

.knowledgebase-adv .collapse-adv__area .nav-pills .nav-link {
  padding: 8px 18px;
  border-radius: 0;
  background: transparent;
  color: #5A5F7D;
  border-left: 1px solid #EAEBEF;
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
}

.knowledgebase-adv .collapse-adv__area .nav-pills .nav-link.active {
  border-left: 1px solid #137efc;
}

.knowledgebase-updateDate {
  color: #868EAE;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 0;
}

.knowledgebase-updateDate span {
  color: #272B41;
  font-weight: 500;
}

.knowledgebase-help {
  border-radius: 5px;
  margin: 25px 0;
  border: 1px solid #E3E6EF;
  box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
}

.knowledgebase-help .card-body {
  flex-wrap: wrap;
  padding: 35px 30px;
  margin: 0 -20px;
}

@media only screen and (max-width: 575px) {
  .knowledgebase-help .card-body {
    flex-direction: column;
  }
}

.knowledgebase-help .card-body h6 {
  margin-right: 40px;
}

@media only screen and (max-width: 575px) {
  .knowledgebase-help .card-body h6 {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .knowledgebase-help .card-body h6 {
    margin: 5px 20px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .knowledgebase-help .card-body .button-group {
    margin: 0 20px;
  }
}

.knowledgebase-help .card-body button {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  height: 36px;
  text-transform: capitalize;
}

.knowledgebase-help .card-body button svg {
  width: 20px;
  height: 20px;
}

.knowledgebase-help-request {
  flex-wrap: wrap;
}

.knowledgebase-help-request>p {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #272B41;
  margin-bottom: 10px;
}

.knowledgebase-help-request>p a {
  margin-left: 10px;
}

.knowledgebase-help-request .knowledgebase__share {
  margin-bottom: 10px;
}

.knowledgebase-help-request .knowledgebase__share p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #868EAE;
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
}

.knowledgebase-help-request .knowledgebase__share ul {
  display: flex;
}

.knowledgebase-help-request .knowledgebase__share ul li {
  margin-right: 10px;
}

.knowledgebase-help-request .knowledgebase__share ul li a {
  color: #9299BB;
  font-size: 15px;
}

.knowledgebase-hr {
  width: 100%;
  height: 1px;
  background: #EAEBEF;
  margin-top: 40px;
  margin-bottom: 25px;
}

.knowledgebase-details {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
  padding: 68px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .knowledgebase-details {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1599px) {
  .knowledgebase-details .cus-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.post-pagination p {
  margin-bottom: 0;
  margin-top: 8px;
}

.post-pagination p a {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
}

.post-pagination .prev-post {
  float: left;
  text-align: left;
}

.post-pagination .prev-post span {
  color: #9299B8;
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

.post-pagination .next-post {
  float: right;
  text-align: end;
}

.post-pagination .next-post span {
  color: #9299B8;
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
}

.related-article {
  margin-top: 50px;
  border: 1px solid #E3E6EF;
  border-radius: 5px;
  box-shadow: none;
}

.related-article .card-body {
  padding: 27px 30px 30px 30px;
}

.related-article .card-body h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 23px;
}

@media (max-width: 1200px) {
  .related-article .card-body h4 {
    font-size: calc(16.4px + 0.3vw);
  }
}

.related-article .card-body ul li {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  color: #5A5F7D;
}

.related-article .card-body ul li i {
  color: #CCD4DE;
  margin-right: 9px;
}

.related-article .card-body ul li:not(:last-child) {
  margin-bottom: 14px;
}

.comment-respond {
  padding: 30px;
  border: 1px solid #E3E6EF;
  border-radius: 5px;
  margin-top: 30px;
}

.comment-respond h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 23px;
}

@media (max-width: 1200px) {
  .comment-respond h4 {
    font-size: calc(16.4px + 0.3vw);
  }
}

.comment-respond label {
  font-size: 15px;
  line-height: 1.66667;
  font-weight: 400;
  margin-bottom: 10px;
}

.comment-respond textarea {
  min-height: 150px;
  resize: none;
}

.comment-respond .form-group {
  margin-bottom: 23px;
}

.comment-respond button {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  height: 46px;
  padding: 0 34px;
}

.cr-form-control {
  border-radius: 4px;
  height: 50px;
  border: 1px solid #E3E6EF;
}

.kb h1 {
  margin-bottom: 30px;
}

.kb__header-search {
  margin: 0 39px 0px 39px;
  transition: background .4s ease;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.1);
}

@media only screen and (max-width: 575px) {
  .kb__header-search {
    box-shadow: none;
  }
}

.kb__header-search-form {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 575px) {
  .kb__header-search-form {
    outline: none;
  }
}

.kb__header-search-form .input-group {
  box-shadow: none;
  border-radius: 0;
  transition: all .15s ease;
}

@media only screen and (max-width: 575px) {
  .kb__header-search-form .input-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .kb__header-search-form .input-group .kb__select-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .kb__header-search-form .input-group input {
    width: 100%;
    margin-bottom: 15px;
  }

  .kb__header-search-form .input-group .kb__select-wrapper .select2-container--default .select2-selection--single,
  .kb__header-search-form .input-group .kb__select-wrapper .select2-container--default .select2-selection--multiple {
    border-right: none;
  }

  .kb__header-search-form .input-group .select2-selection--single {
    border-radius: 4px;
  }
}

.kb__header-search-form .input-group input {
  border: none;
  padding: 16px 25px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 54px;
  box-shadow: none;
  min-width: 160px;
}

@media only screen and (max-width: 575px) {
  .kb__header-search-form .input-group input {
    border-radius: 4px !important;
  }
}

.kb__header-search-form .input-group input::placeholder {
  color: #868EAE;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
}

.kb__header-search-form .input-group button {
  padding: 0 33px 0 33px;
  height: 54px;
  width: auto;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: white;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .kb__header-search-form .input-group button {
    border-radius: 4px !important;
  }
}

.kb__select {
  border: none;
  border-right: 1px solid #E3E6EF;
  outline: 0;
  z-index: 9;
  padding: 0 .75rem;
  width: 160px;
  height: 54px;
}

.kb__select-wrapper {
  max-width: 100%;
}

.kb__select-wrapper .select2-container--default .select2-selection--single,
.kb__select-wrapper .select2-container--default .select2-selection--multiple {
  height: unset;
}

.kb__select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  width: 160px;
  height: 54px;
  display: flex;
  align-items: center;
}

.kb__select-wrapper .select2-container--default .select2-selection--single,
.kb__select-wrapper .select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
  border-right: 1px solid #e3e6ef;
}

.kb__select-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.kb__select-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #5A5F7D;
}

.kb__select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #A0A4B4;
}

.kb__select-wrapper .select2-container .select2-selection--single .select2-selection__clear {
  display: none;
}

.kb__categories {
  margin-top: 23px;
  flex-wrap: wrap;
  padding: 0 30px;
}

.kb__categories li p {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  margin-right: 4px;
  margin-bottom: 0;
}

.kb__categories li:not(:last-child) {
  margin-right: 21px;
}

.kb__categories li a {
  color: #868EAE;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
}

.kb__categories li a:hover {
  text-decoration: underline;
  color: #5A5F7D;
}

.knowledgebase-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.knowledgebase-breadcrumb .breadcrumb-item,
.knowledgebase-breadcrumb .breadcrumb-item a {
  color: #5A5F7D;
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
}

.knowledgebase-breadcrumb .breadcrumb-item.active,
.knowledgebase-breadcrumb .breadcrumb-item a.active {
  color: #868EAE;
}

.kb__select-wrapper .select2,
.tagSelect-rtl .select2 {
  /* can be any value */
  width: 300px;
  text-align: right;
  direction: ltr;
  position: relative;
}

.kb__select-wrapper .select2 .select2-container--open+.select2-container--open,
.tagSelect-rtl .select2 .select2-container--open+.select2-container--open {
  left: auto;
  right: 0;
  width: 100%;
}

.kb__select-wrapper .select2 .select2-selection--single .select2-selection__arrow,
.kb__select-wrapper .select2 .select2-selection--multiple .select2-selection__arrow,
.tagSelect-rtl .select2 .select2-selection--single .select2-selection__arrow,
.tagSelect-rtl .select2 .select2-selection--multiple .select2-selection__arrow {
  left: unset;
}

.kb__select-wrapper .select2 .select2-selection--multiple .select2-selection__rendered,
.tagSelect-rtl .select2 .select2-selection--multiple .select2-selection__rendered {
  padding-right: 30px;
}

.kanban-board .card-header h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .kanban-board .card-header h4 {
    font-size: calc(16.4px + 0.3vw);
  }
}

.kanban-board__card {
  padding: 30px;
  background: white;
  border-radius: 10px;
}

.kanban-board__card .kanban-header {
  margin-bottom: 20px;
}

@media (min-width: 1699px) {
  .kanban-board__card .cus-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
}

@media (min-width: 1399px) {
  .kanban-board__card .cus-xl {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.kanban-board__body {
  padding: 14px 20px 14px;
  border-radius: 5px;
  margin-top: 16px;
  margin-bottom: 14px;
}

.kanban-board__body h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 14px;
  padding-top: 6px;
}

.kanban-board__body li {
  padding: 16px 15px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(146, 153, 187, 0.15);
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kanban-board__body li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.kanban-board__inline-body {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
}

.kanban-board__add-card {
  cursor: pointer;
}

.kanban-board__add-card p {
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.kanban-board__add-card p:hover {
  background: rgba(146, 153, 187, 0.2);
}

.kanban-board__add-card p svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

/* Lists */
.kanban-container {
  display: flex;
  align-items: start;
  overflow-x: auto;
  height: calc(100vh - 13.6rem);
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) rgba(146, 153, 184, 0.3);
  transition: all 0.3s ease;
}

.kanban-container::-webkit-scrollbar {
  height: 10px;
}

.kanban-container::-webkit-scrollbar-track {
  background: rgba(146, 153, 184, 0.3);
}

.kanban-container:hover::-webkit-scrollbar-thumb {
  background-color: #9299b8;
  border-radius: 6px;
  border: 3px solid #9299b8;
}

.kanban-list {
  flex: 0 0 284px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 15.8rem);
  height: 100%;
  border-radius: 5px;
  margin-right: 20px;
}

.kanban-list:last-of-type {
  margin-right: 0;
}

.kanban-list .list-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  padding: 9px 20px 9px 20px;
}

@media only screen and (max-width: 375px) {
  .kanban-list {
    flex: 0 0 230px;
  }
}

.kanban-items {
  display: flex;
  flex-direction: column;
  align-content: start;
  padding: 0 20px 0 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) transparent;
  transition: all 0.3s ease;
}

.kanban-items li {
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 500;
  background-color: #fff;
  padding: 16px 15px;
  border-radius: 4px;
  word-wrap: break-word;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(146, 153, 184, 0.1);
  position: relative;
}

.kanban-items li:not(:last-child) {
  margin-bottom: 10px;
}

.kanban-items li:last-of-type {
  margin-bottom: 0;
}

.kanban-items li:hover {
  background-color: #eee;
}

.kanban-items li button span {
  width: 10px;
  height: 10px;
}

.kanban-items::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  margin-right: -10px;
}

.kanban-items::-webkit-scrollbar-track {
  background: transparent;
}

.kanban-items::-webkit-scrollbar-thumb {
  background-color: rgba(146, 153, 184, 0.3);
  border-radius: 6px;
}

.kanban-items .lists-items-title {
  flex: 1;
}

.add-card-btn {
  font-size: 13px;
  line-height: 1.53846;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 10px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  border: none;
  margin: 10px 20px 10px 20px;
  background: #E3E6EF;
  text-decoration: none;
}

.add-card-btn:hover {
  background-color: #cdd2d4;
  color: #4d4d4d;
}

.add-card-btn svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.add-card-btn::after,
.add-list-btn::after {
  content: '...';
}

.kanban-tops svg {
  width: 24px;
  color: #868eae;
  margin-right: 18px;
}

.list__add-card {
  padding: 14px 20px 14px;
  border-radius: 5px;
}

.kanban-board__add-card button {
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  width: 100%;
}

.kanban-board__add-card button:hover {
  background: rgba(146, 153, 187, 0.2);
}

.kanban-board__add-card button svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

@media only screen and (max-width: 375px) {
  .kanban-modal__list .checkbox-group__single {
    flex: 3;
  }
}

.kanban-modal__list .dropdown-menu {
  padding: 10px 0;
}

.kanban-modal__list .dropdown-menu .dropdown-item {
  padding: 6px 15px;
}

.kanban-modal__header-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 27px 30px 17px 30px;
}

.kanban-modal__header-wrapper .close svg {
  color: #9299b8;
}

.kanban-modal__header .modal-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 6px;
}

@media (max-width: 1200px) {
  .kanban-modal__header .modal-title {
    font-size: calc(16.4px + 0.3vw);
  }
}

.kanban-modal__header span {
  color: #868eae;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 400;
}

.kanban-modal__body {
  padding: 0 30px 30px 30px;
}

.kanban-modal__card {
  background-color: rgba(17, 18, 23, 0.6);
}

.kanban-modal__form label {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
}

.kanban-modal__form textarea {
  border-radius: 4px;
  resize: none;
  min-height: 88px;
}

.kanban-modal__form textarea::placeholder {
  color: #5a5f7d;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
  padding: 4px 0px;
}

.kanban-modal__form button {
  padding: 0 25px 0 20px;
}

.kanban-modal__research {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.kanban-modal__research h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.kanban-modal__research button {
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  height: 38px;
  text-transform: capitalize;
}

.kanban-modal__progress .progress-wrap {
  margin-bottom: 11px;
}

.kanban-modal__progress .progress-wrap .progress-percentage {
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 500;
}

.kanban-modal__list button {
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 500;
  height: 36px;
  padding: 0 37px;
  text-transform: capitalize;
  border: 1px solid transparent;
}

.kanban-modal__list ul {
  margin-bottom: 10px;
}

.kanban-modal__list .checkbox-group {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 2px;
  padding: 4px 12px;
}

.kanban-modal__list .checkbox-group .dropdown {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.kanban-modal__list .checkbox-group .dropdown svg {
  color: #868eae;
  width: 24px;
  height: 24px;
}

.kanban-modal__list .checkbox-group:hover .dropdown {
  visibility: visible;
  opacity: 1;
}

.kanban-modal__list .custom-checkbox input[type="checkbox"]+label {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.kanban-modal__list .custom-checkbox input[type="checkbox"]:checked+label {
  color: #9299b8;
}

.popup-overlay {
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  border-radius: 4px;
  min-height: 116px;
  box-shadow: 0 5px 5px rgba(146, 153, 184, 0.1);
  display: none;
}

.popup-overlay.active {
  visibility: visible;
  text-align: center;
  display: block;
}

.popup-content {
  visibility: hidden;
  transition: all 0.3s ease;
  transition: none;
}

.popup-content.active {
  visibility: visible;
}

.popup-content textarea {
  resize: none;
}

.kanban-items li {
  transition: all 0.3s ease;
}

.kanban-items li .open-popup-modal {
  visibility: hidden;
  opacity: 0;
}

.kanban-items li.active .open-popup-modal {
  visibility: visible;
  opacity: 1;
}

.open-popup-modal {
  border: none;
  box-shadow: none;
  background: transparent;
}

.open-popup-modal svg {
  width: 14px;
  height: 14px;
}

.close-popup-modal {
  text-transform: capitalize;
}

.is-open {
  transition: all 0.3s ease;
  overflow: hidden;
}

.is-open:after {
  content: "";
  display: block;
  position: fixed;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(39, 43, 65, 0.3);
  z-index: 9998;
}

.task-card .card-header {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.task-card__header {
  flex: 2;
}

.task-card__header .custom-checkbox input[type="checkbox"]+label {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400;
}

.task-card__header .checkbox-group {
  margin-bottom: 4px;
}

.task-card__header .checkbox-group .custom-checkbox input[type="checkbox"]+label:after {
  width: 18px;
  height: 18px;
}

.task-card__header .checkbox-group .custom-checkbox input[type="checkbox"]+label:before {
  left: 4px;
  top: 4px;
}

.task-card__header span {
  color: #5A5F7D;
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 400;
}

.task-card__body {
  padding: 19px 30px;
}

.task-card__body:not(:last-child) {
  border-bottom: 1px solid #F1F2F6;
}

.task-card .table-actions a {
  margin-right: 10px;
}

.task-card .table-actions a svg {
  width: 18px;
  color: #ADB4D2;
}

.task-card .table-actions a.active svg {
  color: #FA8B0C;
}

.task-card__content .dropdown-item {
  font-size: 14px;
  line-height: 2.28571;
  font-weight: 400;
  color: #5A5F7D;
  height: 32px;
  display: flex;
  align-items: center;
}

.task-card__content .dropdown-item svg {
  color: #ADB4D2;
  width: 14px;
  height: 14px;
  margin-right: 11px;
}

.task-card__content .dropdown-item:active {
  color: #FA8B0C;
}

.task-modal {
  background: rgba(17, 18, 23, 0.3);
}

@media (min-width: 576px) {
  .task-modal .modal-dialog {
    max-width: 390px;
    margin: 1.75rem auto;
  }
}

.task-modal .modal-body {
  padding: 19px 30px;
}

.task-modal .modal-body form input {
  border: 1px solid #E3E6EF;
  height: 36px;
}

.task-modal .modal-body form input::placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #9299B8;
}

.task-modal .modal-body form textarea {
  height: 123px;
  border: 1px solid #E3E6EF;
  resize: none;
}

.task-modal .modal-body form textarea::placeholder {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #9299B8;
}

.task-modal .modal-header {
  border: none;
  padding: 0;
}

.task-modal .modal-header h5 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.task-modal .modal-header button {
  color: #9299B8;
}

.task-modal .modal-footer {
  border: none;
}

.task-modal .modal-footer button {
  border-radius: 5px;
  height: 36px;
  padding: 0 22px;
}

.task-modal .modal-footer button:first-child {
  border: 1px solid #E3E6EF;
  background: transparent;
  color: #9299B8;
  font-size: 14px;
  line-height: 1.57143;
  font-weight: 500;
}

.task-types ul li {
  width: 100%;
}

.bookmark--grid {
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(146, 153, 184, 0.14);
}

.bookmark__image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bookmark__image .like-icon {
  width: 30px;
  height: 30px;
}

.bookmark__image .like-icon i {
  font-size: 16px;
}

.bookmark__body h6 {
  font-size: 15px;
  line-height: 1.46667;
  font-weight: 500;
  margin-bottom: 4px;
}

.bookmark__body a {
  font-size: 13px;
  line-height: 1.69231;
  font-weight: 400;
  color: #9299B8;
}

.bookmark__button {
  margin: -5px;
}

.bookmark__button .btn {
  margin: 5px;
  text-transform: capitalize;
  border-radius: 3px;
  height: 32px;
  padding: 0 15px;
}

.bookmark-card .card-body {
  padding: 30px 22px;
}

.bookmark-card .card-header {
  padding: 0 30px;
}

.bookmark-sidebar {
  max-height: calc(100vh - 10.8rem);
  height: 100%;
}

.with-icon {
  position: relative;
}

.with-icon .form-control {
  padding-left: 40px;
}

.with-icon span {
  font-size: 18px;
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .with-icon span {
    font-size: calc(16.2px + 0.15vw);
  }
}

.form-control.ih-large {
  height: 60px;
}

.form-control.ih-medium {
  height: 48px;
}

.form-control.ih-small {
  height: 38px;
}

.ip-light::placeholder,
.form-group .ip-light::placeholder {
  color: #9299B8;
}

.ip-gray::placeholder,
.form-group .ip-gray::placeholder {
  color: #5A5F7D;
}

.il-gray {
  color: #5A5F7D;
}

.il-dark {
  color: #272B41;
}

.layout-button {
  margin: -7px;
  display: flex;
  flex-wrap: wrap;
}

.layout-button button {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 500;
  height: 44px;
  text-transform: capitalize;
  margin: 7px;
}

.layout-button button.btn-primary {
  box-shadow: 0 3px 5px rgba(32, 201, 151, 0.05);
}

.form-element-textarea textarea {
  height: 80px;
  border: 1px solid #E3E6EF;
  border-radius: 4px;
  resize: none;
}

.form-element .atbd-select .select2-selection {
  min-height: 48px;
}

.form-element .atbd-select.disabled .form-control {
  border: 1px solid #e3e6ef;
  background: #EFF0F3;
  color: #9299B8;
}

.form-element .custom-file-label {
  overflow: hidden;
  height: 48px;
  padding: 0.375rem 0.75rem;
  line-height: 33px;
  font-size: 14px;
  color: #9299B8;
  border: 1px solid #E3E6EF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-shadow: none;
}

.form-element .custom-file-label::after {
  height: 48px;
  padding: 0 23px;
  line-height: 1.5;
  color: #9299B8;
  content: "Browse";
  background-color: transparent;
  display: flex;
  align-items: center;
}

.form-element-radioChecks .custom-radio input[type="radio"]+label:before {
  top: 44%;
}

.form-element-radioChecks .custom-checkbox.disabled input[type="checkbox"]:checked+label:after {
  background-color: #137efc;
}

.select-style2 .select2-container .select2-selection--single .select2-selection__rendered,
.select-style2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9299B8;
}

.alert2,
.option2 {
  border: 1px solid #E3E6EF;
  box-shadow: none;
  padding: 16px 15px;
}

.alert2 .select2-results__option,
.option2 .select2-results__option {
  padding: 0;
  color: #5A5F7D;
  font-size: 14px;
  line-height: 2.5;
  font-weight: 400;
}

.alert2 .select2-search--dropdown,
.option2 .select2-search--dropdown {
  padding: 0;
}

.alert2 .select2-search--dropdown .select2-search__field,
.option2 .select2-search--dropdown .select2-search__field {
  height: 48px;
  border: 1px solid #E3E6EF;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(146, 153, 184, 0.15);
}

.alert2 .select2-results__option[aria-selected=true],
.alert2 .select2-results__option--highlighted[aria-selected],
.option2 .select2-results__option[aria-selected=true],
.option2 .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
}

.alert2 .select2-results>.select2-results__options,
.option2 .select2-results>.select2-results__options {
  padding: 13px 0;
}

.ui-datepicker-multi {
  z-index: 11 !important;
}

@media (min-width: 767px) {
  .ui-datepicker-multi {
    padding-right: 0;
  }
}

.ui-datepicker-multi .ui-datepicker-calendar tbody td a {
  width: 32px;
  height: 32px;
  margin: 2px;
}

.formElement-editor .trumbowyg-editor,
.formElement-editor .trumbowyg-textarea {
  min-height: 160px;
}

.formElement-editor .trumbowyg-button-pane {
  background-color: transparent;
  border-bottom: 1px solid #F1F2F6;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.formElement-editor .trumbowyg-box {
  border: 1px solid #F1F2F6;
  border-radius: 4px;
}

.formElement-editor .trumbowyg-button-pane::after {
  background: #F1F2F6;
  display: none;
}

.formElement-editor .trumbowyg-button-pane .trumbowyg-button-group::after {
  background: #F1F2F6;
  display: none;
}

.formElement-editor .trumbowyg-box {
  margin: 0;
  min-height: 160px;
}

.formElement-editor .trumbowyg-editor {
  font-size: 15px;
}

.color-picker input {
  padding: 9px 0;
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^="col-"] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(95, 99, 242, 0.584);
  color: white;
}

.bd-example-row .row>div:nth-last-child(odd) {
  background-color: #137efc;
}

.bd-example-row .row+.row {
  margin-top: 1rem;
}

.bd-example-row .flex-items-top,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-bottom {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99998;
  background: white;
  top: 0;
  left: 0;
  max-height: 100vh;
}

.loader-overlay {
  display: inline-block;
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlayScroll {
  overflow: hidden;
}

.adv-search-area form {
  padding: 0 20px;
  background: white;
  height: 40px;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 20px #9299b808;
  border-radius: 6px;
  border: 1px solid #E3E6EF;
  width: 280px;
}

.adv-search-area form svg {
  width: 20px;
  color: #9299B8;
}

.adv-search-area form .form-control {
  padding: 10px 13px;
  line-height: 25px;
  height: 36px;
}

.adv-search-area form .form-control::placeholder {
  color: #ADB4D2;
}

.adv-table-table__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.adv-table-table__button a {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 93px;
  padding-right: 35px;
  height: 40px;
  border-radius: 6px;
}

.adv-table-table__button a:after {
  font-weight: 900;
  font-size: 12px;
}

.adv-table-table__button .table-responsive {
  overflow-y: hidden;
}

.footable-filtering+tr {
  background-color: #f8f9fb;
}

#filter-form-container .form-inline {
  justify-content: center;
  margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  #filter-form-container .form-inline {
    margin-bottom: 15px;
  }
}

#filter-form-container label {
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #5A5F7D;
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  #filter-form-container .form-group {
    width: 100%;
    flex-wrap: wrap;
  }

  #filter-form-container .form-group select {
    width: 100%;
  }

  #filter-form-container .form-group:after {
    top: auto;
    bottom: 7%;
  }
}

#filter-form-container .footable-filtering-search {
  margin: 25px 0;
}

@media only screen and (max-width: 991px) {
  #filter-form-container .footable-filtering-search {
    margin: 15px 0;
  }
}

#filter-form-container .footable-filtering-search .input-group {
  font-weight: 900;
}

#filter-form-container .footable-filtering-search .input-group:after {
  font-size: 18px;
  font-family: "Line Awesome Free";
  position: absolute;
  left: 20px;
  top: 8px;
  transform: scaleX(-1);
  content: '\f002';
  color: #9299B8;
  z-index: 3;
}

#filter-form-container .footable-filtering-search .input-group-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

#filter-form-container .footable-filtering-search .input-group-btn button:first-child {
  background-color: transparent;
  border: none;
  color: #9299B8;
}

#filter-form-container .footable-filtering-search .input-group-btn .fooicon-search {
  visibility: hidden;
}

#filter-form-container .footable-filtering-search .form-control {
  width: 280px;
  padding-left: 46px;
}

#filter-form-container .form-control {
  border-radius: 6px;
  height: 40px;
  border: 1px solid #E3E6EF;
  color: #5A5F7D;
  text-transform: capitalize;
  width: 200px;
}

@media only screen and (max-width: 479px) {
  #filter-form-container .form-control {
    width: 150px;
    max-width: 100%;
  }
}

#filter-form-container input {
  border: 1px solid #E3E6EF;
}

.footable.adv-table .pagination>li {
  margin: 3px;
}

.footable.adv-table .pagination>li>a {
  border: 1px solid #F1F2F6;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #5A5F7D;
  font-size: 14px;
  line-height: 25px;
}

.footable.adv-table .pagination>li.active a {
  background-color: #137efc;
  color: white;
}

.adv-table .footable-filtering-search {
  height: 40px;
  margin-left: auto !important;
}

@media only screen and (max-width: 991px) {
  .adv-table .footable-filtering-search {
    margin-left: 0 !important;
  }
}

.adv-table .fooicon {
  color: #9299B8;
}

.userDatatable table.adv-table {
  border-bottom: none;
}

.userDatatable table.adv-table .pagination {
  border-top: 1px solid #F1F2F6;
  margin: 0;
  margin-top: 2;
  padding-top: 27px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 1599px) {
  .userDatatable table.adv-table .pagination {
    justify-content: flex-start;
  }
}

.adv-table tfoot {
  padding-top: 27px;
}

.adv-table tfoot td {
  padding: 0;
}

.footable-pagination-wrapper .label-default {
  display: none;
}

.footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px 0 24px 280px;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 1;
  box-shadow: rgba(146, 153, 184, 0.05) 0px -5px 10px;
}

@media only screen and (max-width: 991px) {
  .footer-wrapper {
    padding: 14px 0 14px 8px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-wrapper {
    padding: 20px 0 20px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrapper {
    padding: 15px 0 15px 0 !important;
  }
}

.footer-wrapper p {
  margin: 0;
}

.footer-copyright {
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
    padding-left: 0;
  }
}

.footer-copyright p {
  font-size: 14px;
}

.footer-copyright p a {
  margin-left: 4px;
}

.footer-menu {
  padding-right: 12px;
}

@media only screen and (max-width: 767px) {
  .footer-menu.text-right {
    margin-top: 10px;
    text-align: center !important;
    padding-right: 0;
  }
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li:not(:last-child) {
  margin-right: 18px;
}

.footer-menu ul li a {
  font-size: 14px;
}

.top-menu .footer-wrapper {
  padding-left: 7px;
}

.social-overview-wrap .card .card-body {
  padding: 1.56rem 1rem;
}

.atbd-button-list {
  margin: -5px -6px;
}

.atbd-button-list button {
  margin: 5px 6px;
}

.atbd-button-list .dropdown .btn {
  height: auto;
  line-height: 2.65rem;
}

.atbd-button-list .dropdown .btn i,
.atbd-button-list .dropdown .btn span,
.atbd-button-list .dropdown .btn svg,
.atbd-button-list .dropdown .btn img {
  margin: 0 0 0 6px;
}

.atbd-button-list .btn:focus {
  box-shadow: 0 0;
}

.atbd-button-block h1,
.atbd-button-block h2,
.atbd-button-block h3,
.atbd-button-block h4,
.atbd-button-block h5,
.atbd-button-block h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.atbd-button-block .button-inline-list .btn-group:not(:last-child) {
  margin-right: 18px;
}

.atbd-avatar-list {
  margin: 0 -10px;
}

.atbd-avatar-list:not(:last-child) {
  margin-bottom: 20px;
}

.atbd-badge-list {
  margin: -5px -6px;
}

.atbd-badge-list .badge {
  margin: 5px 6px;
}

.atbd-badge-list .badge-text {
  background: transparent;
}

.columnCard-wrapper {
  padding: 50px 30px 30px;
  border-radius: 4px;
}

@media only screen and (max-width: 575px) {
  .columnCard-wrapper {
    padding: 40px 20px 30px;
  }
}

.columnCard-wrapper .card .card-header {
  border-bottom: 1px solid #f1f2f6;
}

.columnGrid-wrapper .card .card-body {
  padding: 0;
}

.columnGrid-wrapper .card .card-body table {
  margin: 0;
}

.mailbox-wrapper .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media only screen and (max-width: 1599px) {
  .mailbox-wrapper .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 1399px) {
  .mailbox-wrapper .col-lg-2 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media only screen and (max-width: 1199px) {
  .mailbox-wrapper .col-lg-2 {
    flex: 0 0 33.333%;
    max-width: 33.33%;
  }
}

.mailbox-wrapper .col-lg-10 {
  flex: 0 0 80%;
  max-width: 80%;
}

@media only screen and (max-width: 1599px) {
  .mailbox-wrapper .col-lg-10 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media only screen and (max-width: 1399px) {
  .mailbox-wrapper .col-lg-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media only screen and (max-width: 1199px) {
  .mailbox-wrapper .col-lg-10 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}

@media only screen and (max-width: 767px) {
  .mailbox-wrapper .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.atbd-mail-sidebar {
  position: relative;
  transform: translateX(-280px);
  transition: 0.3s;
}

.atbd-mail-sidebar.show {
  transform: translateX(0);
}

@media only screen and (max-width: 767px) {
  .atbd-mail-sidebar {
    position: fixed;
    top: 55px;
    left: 0;
    width: 280px;
    height: 100%;
    z-index: 99;
  }
}

.atbd-mail-sidebar .mailbar-cross {
  position: absolute;
  right: 20px;
  top: 25px;
}

.atbd-mail-sidebar>.card {
  min-height: 636px;
}

@media only screen and (max-width: 767px) {
  .atbd-mail-sidebar>.card {
    border-radius: 0;
    height: 100%;
    padding-top: 60px;
  }
}

.atbd-mail-sidebar .card-body {
  padding: 30px 14px;
}

.atbd-mail-sidebar .btn-compose {
  width: 100%;
  border-radius: 22px;
}

.atbd-mail-sidebar .btn-compose.btn-shadow-primary {
  box-shadow: 0 10px 15px rgba(95, 99, 242, 0.1);
}

.atbd-mail-sidebar .btn-compose svg {
  width: 18px;
  height: 18px;
}

.atbd-mail-sidebar .mail-list-title {
  font-size: 12px;
  padding: 0 15px 0;
  margin-bottom: 12px;
  display: inline-block;
}

.atbd-mail-sidebar .mail-list {
  margin-top: 20px;
}

.atbd-mail-sidebar .mail-list li a {
  border-radius: 4px;
  display: block;
  padding: 6.9px 15px;
  font-size: 14px;
}

.atbd-mail-sidebar .mail-list li a:hover,
.atbd-mail-sidebar .mail-list li a.active {
  background-color: rgba(95, 99, 242, 0.1);
}

.atbd-mail-sidebar .mail-list li a i,
.atbd-mail-sidebar .mail-list li a svg,
.atbd-mail-sidebar .mail-list li a span,
.atbd-mail-sidebar .mail-list li a img {
  margin-right: 20px;
  width: 16px;
}

.atbd-mail-sidebar .mail-list li a .badge {
  float: right;
  margin-right: auto;
  width: auto;
  margin-top: 2px;
  margin-bottom: 1px;
}

.atbd-mail-sidebar .btn-add-label {
  font-size: 14px;
  padding: 7.5px 15px;
}

.atbd-mail-sidebar .btn-add-label svg,
.atbd-mail-sidebar .btn-add-label img {
  width: 16px;
  margin-right: 20px;
}

.add-lebel-from {
  position: relative;
  padding: 25px 30px;
  width: calc(100% + 100px);
  left: -50px;
  box-shadow: 0 10px 20px rgba(146, 153, 184, 0.2);
  border-radius: 8px;
  display: none;
}

@media only screen and (max-width: 1199px) {
  .add-lebel-from {
    padding: 20px;
  }
}

.add-lebel-from.show {
  display: block;
}

.add-lebel-from h1,
.add-lebel-from h2,
.add-lebel-from h3,
.add-lebel-from h4,
.add-lebel-from h5,
.add-lebel-from h6 {
  font-weight: 500;
  margin-bottom: 14px;
}

.add-lebel-from input {
  font-size: 14px;
  border-color: #f1f2f6;
}

.add-lebel-from .label-action {
  margin-top: 16px;
}

.mailbox-top {
  padding: 16px 30px;
  border-bottom: 1px solid #f1f2f6;
}

@media only screen and (max-width: 1599px) {
  .mailbox-top {
    flex-flow: column;
    align-items: center;
  }
}

@media only screen and (max-width: 1599px) {
  .mailbox-top__left {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .mailbox-top__right {
    flex-flow: column;
  }
}

@media only screen and (max-width: 479px) {
  .mailbox-top__actions li {
    line-height: 1;
  }
}

.mailbox-top__actions li:not(:last-child) {
  margin-right: 8px;
}

.mailbox-top__actions .custom-checkbox input[type="checkbox"]+label {
  padding-left: 20px;
  cursor: pointer;
}

.mailbox-top__actions .checkbox-theme-default svg,
.mailbox-top__actions .checkbox-theme-default img {
  width: 16px;
  height: 16px;
}

.mailbox-top .mail-selection {
  cursor: pointer;
  padding: 7.5px 0px;
}

.mailbox-top .mail-selection label svg {
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 479px) {
  .mailbox-top .mail-selection {
    padding: 0;
  }
}

.mailbox-top .mail-selection:hover .mail-selection__dropdown {
  top: 55px;
  opacity: 1;
  visibility: visible;
  z-index: 12;
}

.mailbox-top .mail-selection__dropdown {
  position: absolute;
  left: 30px;
  top: 70px;
  min-width: 200px;
  padding: 18px 0;
  box-shadow: 0 5px 30px rgba(146, 153, 184, 0.2);
  border-radius: 0 0 5px 5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}

.mailbox-top .mail-selection__dropdown li {
  margin-right: 0;
}

.mailbox-top .mail-selection__dropdown li a {
  display: block;
  padding: 5px 25px;
  font-size: 14px;
}

.mailbox-top .mail-selection__dropdown li a:hover {
  background-color: rgba(95, 99, 242, 0.05);
}

.mailbox-top .icon-action {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(95, 99, 242, 0);
}

@media only screen and (max-width: 479px) {
  .mailbox-top .icon-action {
    height: 25px;
    width: 25px;
  }
}

.mailbox-top .icon-action:hover,
.mailbox-top .icon-action.active {
  background-color: rgba(95, 99, 242, 0.05);
}

.mailbox-top .icon-action svg,
.mailbox-top .icon-action img {
  width: 16px;
}

.mailbox-top__search {
  margin-right: 50px;
}

@media only screen and (min-width: 1600px) and (max-width: 1650px) {
  .mailbox-top__search {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1399px) {
  .mailbox-top__search {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .mailbox-top__search {
    margin-bottom: 15px;
  }
}

.mailbox-top__search .input-container {
  width: 350px;
}

@media only screen and (max-width: 1399px) {
  .mailbox-top__search .input-container {
    max-width: 250px;
  }
}

.mailbox-top__search .input-container input {
  padding-left: 50px !important;
}

.mailbox-top__search .input-container input::placeholder {
  color: #adb4d2;
}

.mailbox-top__search .input-container .input-icon.icon-left svg {
  width: 16px;
}

.mailbox-top__search .form-control-lg {
  height: 2.875rem;
  border-radius: 23px;
  border: 0 none;
}

.mailbox-top__extra .result-perpage {
  font-size: 14px;
}

.mailbox-top__extra .icon-action {
  width: 30px;
  height: 30px;
}

.mailbox-top__extra .mail-sliding-control {
  margin: 0 15px 0 8px;
}

.mailbox-top__extra .mail-sliding-control .icon-action i {
  font-size: 12px;
}

@media (max-width: 400px) {
  .mailbox-top__extra .mail-sliding-control {
    display: flex;
  }
}

.mailbox-top__extra .dropdown {
  margin-left: 20px;
}

.mailbox-top__extra .dropdown .dropdown-menu {
  z-index: 11;
}

.mailbox-container .card .card-body {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .mailbox-container .card .card-body {
    padding: 0;
  }
}

.mailbox-list__single {
  padding: 18px 30px;
  padding-top: 17px;
  align-items: flex-start;
  border-bottom: 1px solid #f1f2f6;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1199px) {
  .mailbox-list__single {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .mailbox-list__single {
    flex-flow: column;
  }
}

.mailbox-list__single:not(.attach-file) {
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .mailbox-list__single:not(.attach-file) {
    align-items: flex-start;
  }
}

.mailbox-list__single:hover {
  border-color: #ffffff;
}

.mailbox-list__single:hover:after {
  opacity: 1;
  visibility: visible;
}

.mailbox-list__single:hover .mail-authorBox .auhor-info .author-name {
  font-weight: 600;
}

.mailbox-list__single:hover .mail-content__top .mail-title a {
  font-weight: 600;
}

.mailbox-list__single:hover .time-meta {
  font-weight: 500;
}

.mailbox-list__single:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 15px 40px rgba(146, 153, 184, 0.2);
  z-index: -1;
}

.mailbox-list__single .star-toggle {
  margin: 0 20px 0 10px;
}

.mailbox-list__single .star-toggle.stared i.lar {
  font-weight: 900;
}

.mailbox-list__single .star-toggle svg,
.mailbox-list__single .star-toggle img {
  width: 16px;
}

.mailbox-list__single .mail-authorBox {
  align-items: center;
  margin-right: 15px;
}

@media only screen and (max-width: 479px) {
  .mailbox-list__single .mail-authorBox {
    margin: 0 0 12px 0;
  }
}

.mailbox-list__single .mail-authorBox .auhor-info {
  white-space: nowrap;
}

@media only screen and (max-width: 1199px) {
  .mailbox-list__single .mail-authorBox .auhor-info {
    white-space: unset;
  }
}

.mailbox-list__single .mail-authorBox .auhor-info .author-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
}

@media only screen and (max-width: 1399px) {
  .mailbox-list__single .mail-authorBox .auhor-info .author-name {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .mailbox-list__single .mail-authorBox .auhor-info .author-name {
    margin: 5px 0 0;
  }
}

@media only screen and (max-width: 479px) {
  .mailbox-list__single .mail-authorBox .auhor-info .author-name {
    margin: 0 0 0 5px;
  }
}

.mailbox-list__single .mail-content {
  margin-right: 10px;
}

.mailbox-list__single .mail-content__top .mail-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

@media only screen and (max-width: 479px) {
  .mailbox-list__single .mail-content__top .mail-title {
    margin-bottom: 10px;
  }
}

.mailbox-list__single .mail-content__top .mail-title a {
  font-weight: 500;
}

.mailbox-list__single .mail-content__top .mail-title .badge {
  border-radius: 3px;
  padding: 0 7px;
  margin-left: 5px;
  background-color: #eff0f3;
  height: 20px;
}

@media only screen and (max-width: 1199px) {
  .mailbox-list__single .mail-content__top .mail-title .badge {
    display: flex;
    width: fit-content;
    margin: 8px 0 0;
  }
}

.mailbox-list__single .mail-content__top p {
  font-size: 14px;
  margin-bottom: 0;
}

.mailbox-list__single .mail-content__bottom {
  margin: 12px -3px -5px -3px;
}

@media only screen and (max-width: 479px) {
  .mailbox-list__single .mail-content__bottom {
    margin: 8px -3px -5px -3px;
  }
}

.mailbox-list__single .mail-content__bottom .mail-attatchment {
  display: inline-block;
  margin: 5px 3px;
  font-size: 13px;
  line-height: 2.35;
  border-radius: 15px;
  padding: 0 20px;
}

.mailbox-list__single .mail-content__bottom .mail-attatchment i,
.mailbox-list__single .mail-content__bottom .mail-attatchment svg {
  width: 16px;
  font-size: 16px;
}

.mailbox-list__single .mail-content__bottom .mail-attatchment+.mail-attatchment {
  margin-left: 6px;
}

.mailbox-list__single .checkbox-theme-default {
  margin-top: 5px;
  line-height: 1;
}

.mailbox-list .time-meta {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
}

@media only screen and (max-width: 479px) {
  .mailbox-list .time-meta {
    margin-top: 10px;
  }
}

.card .card-body .dropdown .ellipsis-more svg {
  width: 22px;
  height: 22px;
}

.atbd-mailCompose {
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(146, 153, 184, 0.3);
}

.atbd-mailCompose--position {
  position: fixed;
  right: 30px;
  bottom: 60px;
  width: 600px;
  display: none;
  z-index: 12;
}

@media (max-width: 650px) {
  .atbd-mailCompose--position {
    right: 15px;
    width: calc(100% - 30px);
  }
}

.atbd-mailCompose.show {
  display: block;
}

.atbd-mailCompose__header {
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 10px 40px rgba(146, 153, 184, 0.15);
}

.atbd-mailCompose__header .mailCompose-title {
  font-size: 15px;
  font-weight: 500;
}

.atbd-mailCompose__action i,
.atbd-mailCompose__action svg {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

.atbd-mailCompose__action a+a {
  margin-left: 6px;
}

.atbd-mailCompose__body {
  padding: 0px 20px 30px;
}

.atbd-mailCompose__footer {
  border-top: 1px solid #f1f2f6;
  margin: 0 30px;
  padding: 20px 0px 30px;
  border-radius: 0 0 10px 10px;
}

.atbd-mailCompose__footer .footer-left button:not(:last-child) {
  margin-right: 20px;
}

.atbd-mailCompose__footer .footer-left a svg,
.atbd-mailCompose__footer .footer-left a img {
  width: 16px;
}

.atbd-mailCompose__footer .footer-left a:not(:last-child) {
  margin-right: 20px;
}

.atbd-mailCompose__footer .footer-right .btn-remove svg,
.atbd-mailCompose__footer .footer-right .btn-remove img {
  width: 16px;
}

.mailCompose-form-content .form-control-lg {
  padding: 1rem 1rem 1.2em 0em;
  border: 0 none;
  height: 3.44rem;
  width: 100%;
  border-bottom: 1px solid #f1f2f6;
}

.mailCompose-form-content .form-control-lg:focus {
  box-shadow: none;
}

.mailCompose-form-content input:focus {
  box-shadow: none;
}

.mailCompose-form-content .form-group {
  position: relative;
  margin-bottom: 0;
}

.mailCompose-form-content .form-group .input-label,
.mailCompose-form-content .form-group .mail-cc {
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.mailCompose-form-content .form-group .input-label {
  left: 0;
}

.mailCompose-form-content .form-group .mail-cc {
  right: 0;
}

.mailCompose-form-content .form-group input::placeholder {
  color: #9299b8;
}

.mailCompose-form-content .select2-container--default .select2-selection--multiple {
  min-height: 55px;
  height: auto;
}

.mailCompose-form-content .select2-selection {
  border: 0 none !important;
  border-bottom: 1px solid #f1f2f6 !important;
}

.mailCompose-form-content .select2-selection .select2-selection__rendered {
  padding: 0 20px 0 25px !important;
}

.mailCompose-form-content .select2-selection .select2-selection__rendered .select2-selection__choice {
  font-size: 14px;
  font-weight: 500;
  margin: 5px;
}

.mailCompose-form-content .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 6px;
}

.mailCompose-form-content .select2-selection .select2-selection__rendered .select2-search.select2-search--inline {
  display: flex;
  align-items: center;
  line-height: 2;
  margin-top: 4px;
}

.mailCompose-form-content .select2-selection__choice {
  height: 30px !important;
  padding: 0 14px !important;
  border-radius: 16px !important;
}

.mailCompose-form-content .trumbowyg-box {
  min-height: 260px;
  max-height: 320px;
  margin: 0;
  border: 0 none;
}

.mailCompose-form-content .trumbowyg-box p {
  font-size: 15px;
}

.mailCompose-form-content .trumbowyg-box .trumbowyg-button-pane {
  padding: 12px 0;
  border-bottom: 1px solid #f1f2f6;
}

.mailCompose-form-content .trumbowyg-box .trumbowyg-button-pane:after {
  display: none;
}

.mailCompose-form-content .trumbowyg-box .trumbowyg-editor {
  padding: 20px 0;
}

.mailCompose-form-content .trumbowyg-box .trumbowyg-editor[contenteditable="true"]:empty:not(:focus)::before {
  font-size: 14px;
}

.mailCompose-form-content .trumbowyg-box .trumbowyg-button-group:after {
  display: none;
}

.mail-read-content {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .mail-read-content {
    padding: 15px;
  }
}

.mail-details__top {
  margin-bottom: 20px;
}

.mail-details__title {
  display: flex;
  align-content: center;
  font-weight: 500;
}

.mail-details__title .badge {
  margin: 5px 0 0 20px;
  padding: 0 7.58px !important;
  border-radius: 3px !important;
}

.mail-details__content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f2f6;
}

@media only screen and (max-width: 1199px) {
  .mail-details__content {
    flex-flow: column;
  }
}

.mail-details .icon-action {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(95, 99, 242, 0);
}

.mail-details .icon-action:hover,
.mail-details .icon-action.active {
  background-color: rgba(95, 99, 242, 0.05);
}

.mail-details .icon-action svg,
.mail-details .icon-action img {
  width: 16px;
}

.mail-details .icon-action .double-icon svg,
.mail-details .icon-action .double-icon img {
  width: 12px;
  height: 12px;
}

.mail-details .mail-attatched {
  margin: -10px -5px;
  flex-wrap: wrap;
}

.mail-details .mail-attatched__item {
  margin: 10px 5px;
  flex: 0 0 20%;
  padding: 10px;
  border: 1px solid #f1f2f6;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(146, 153, 184, 0.1);
}

@media only screen and (max-width: 1199px) {
  .mail-details .mail-attatched__item {
    flex: 0 0 30.75%;
  }
}

@media only screen and (max-width: 479px) {
  .mail-details .mail-attatched__item {
    flex: 0 0 46%;
  }
}

@media only screen and (max-width: 375px) {
  .mail-details .mail-attatched__item {
    flex: 0 0 96%;
  }
}

.mail-details .mail-attatched__item:hover .mail-attatched__image::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.mail-details .mail-attatched__item:hover .btn-mail {
  opacity: 1;
  visibility: visible;
}

.mail-details .mail-attatched__image {
  position: relative;
}

.mail-details .mail-attatched__image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  border-radius: 10px;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: rgba(39, 43, 65, 0.5);
}

.mail-details .mail-attatched__image img {
  width: 100%;
}

.mail-details .mail-attatched__hover {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 1;
}

.mail-details .mail-attatched__hover a+a {
  margin-left: 10px;
}

.mail-details .mail-attatched__hover .btn-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mail-details .mail-attatched__hover .btn-mail svg,
.mail-details .mail-attatched__hover .btn-mail img {
  width: 16px;
}

.mail-details .mail-attatched figcaption .file-name {
  font-size: 13px;
  font-weight: 500;
}

.mail-details .mail-attatched figcaption .file-size {
  font-size: 12px;
}

.mdc__left img {
  max-width: 50px;
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .mdc__left img {
    margin: 0 0 15px 0;
  }
}

.mdc__head {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .mdc__head {
    flex-flow: column;
  }
}

@media only screen and (max-width: 1199px) {
  .mdc__author {
    margin: 0 0 8px 0;
  }
}

.mdc__author .author-info {
  position: relative;
}

.mdc__author .author-info h6 {
  font-weight: 500;
}

.mdc__author .author-info .mail-info-btn {
  font-size: 13px;
  padding: 8px 0;
  cursor: pointer;
}

.mdc__author .author-info .mail-info-btn:hover .mail-info {
  opacity: 1;
  visibility: visible;
}

.mdc__author .author-info .mail-info-btn svg,
.mdc__author .author-info .mail-info-btn img {
  width: 16px;
}

.mdc__author .author-info .mail-info {
  position: absolute;
  padding: 25px;
  left: 0;
  top: 50px;
  width: 300px;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 40px rgba(146, 153, 184, 0.25);
  transition: all 0.3s ease;
  z-index: 12;
}

.mdc__author .author-info .mail-info li {
  display: flex;
}

.mdc__author .author-info .mail-info li:not(:last-child) {
  margin-bottom: 10px;
}

.mdc__author .author-info .mail-info li span {
  font-size: 14px;
}

.mdc__author .author-info .mail-info li .mail-info__label {
  min-width: 60px;
}

.mdc__author .author-info .mail-info li .mail-info__text {
  display: inline-block;
  margin-left: 32px;
  text-align: left;
}

.mdc__excerpt {
  font-size: 13px;
}

.mdc__excerpt .dropdownMenu svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 400px) {
  .mdc__excerpt .dropdownMenu svg {
    width: 17px;
    height: 17px;
  }
}

.mdc__excerpt a:not(:last-child) {
  margin-right: 26px;
}

@media (max-width: 400px) {
  .mdc__excerpt a:not(:last-child) {
    margin-right: 5px;
  }
}

.mdc__excerpt .feather-paperclip {
  width: 14px;
}

.mdc__excerpt svg,
.mdc__excerpt img {
  width: 16px;
}

.mdc__excerpt .date-meta {
  display: inline-block;
  margin: 0 26px 0 20px;
  font-size: 13px;
}

@media (max-width: 400px) {
  .mdc__excerpt .date-meta {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.mdc__body h1,
.mdc__body h2,
.mdc__body h3,
.mdc__body h4,
.mdc__body h5,
.mdc__body h6,
.mdc__body p,
.mdc__body span {
  font-size: 15px;
  font-weight: 400;
}

.mdc__body h6 {
  margin-bottom: 35px;
}

.mdc__body p {
  line-height: 1.667;
}

.mdc__body p:last-child {
  margin-bottom: 0;
}

.mdc__body .mail-signature {
  margin: 42px 0 48px;
}

.mdc__body .mail-signature .author-name {
  margin-top: 10px;
}

.mail-reply__single {
  margin: 0 -30px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(146, 153, 184, 0.1);
}

@media only screen and (max-width: 479px) {
  .mail-reply__single {
    margin: 0;
    padding: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .mail-reply__single .mdc__head .date-meta {
    margin-left: 0;
  }
}

.mail-reply__action {
  padding: 0 70px;
  margin: 50px 0 30px;
}

@media only screen and (max-width: 1199px) {
  .mail-reply__action {
    padding-left: 0;
  }
}

.mail-reply__action a:hover {
  background: transparent;
}

.mail-reply__action a+a {
  margin-left: 10px;
}

@media only screen and (max-width: 1199px) {
  .mail-reply .mail-reply-box {
    flex-flow: column;
  }
}

.mail-reply .mail-reply-box figure {
  margin-right: 20px;
}

.mail-reply .mail-details__content {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.mail-reply .mdc__head {
  margin-bottom: 6px;
}

.reply-form {
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  border: 1px solid #f1f2f6;
  box-shadow: 0 10px 40px rgba(146, 153, 184, 0.15);
}

@media only screen and (max-width: 479px) {
  .reply-form {
    padding: 10px 15px 15px 15px;
  }
}

.reply-form__left .btn-send {
  margin-right: 20px;
}

.reply-form__left a {
  display: inline-block;
}

.reply-form__left a svg,
.reply-form__left a img {
  width: 16px;
}

.reply-form__left a+a {
  margin-left: 20px;
}

.reply-form__header {
  padding: 20px;
  color: white;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #272b41;
}

.reply-form__header p {
  margin-bottom: 0;
}

.reply-form__header .icon-right svg {
  cursor: pointer;
  opacity: 0.7;
}

.reply-form__header .icon-right svg:hover {
  opacity: 1;
}

.reply-form__header .icon-right svg:not(:last-child) {
  margin-right: 20px;
}

.reply-form .mailCompose-form-content .trumbowyg-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f2f6;
}

.reply-form .mailCompose-form-content .trumbowyg-editor,
.reply-form .mailCompose-form-content .trumbowyg-box {
  min-height: 180px;
}

.reply-form .select2-selection .select2-selection__rendered {
  padding: 0 20px 0 60px !important;
}

.reply-form__right a svg,
.reply-form__right a img {
  width: 16px;
}

.mailbar-toggle {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 50px;
  margin: 0 auto 20px;
  cursor: pointer;
  margin-bottom: 25px;
  border-radius: 6px;
  background: white;
  color: #137efc;
  padding: 15px 8px;
  cursor: pointer;
}

.mailbar-toggle span {
  display: block;
  width: 22px;
  height: 2px;
}

.mailbar-toggle span+span {
  margin-top: 5px;
}

.sidebar.collapsed .sidebar__menu-group ul.sidebar_nav li.menu-title span {
  display: none;
  transition: all 0.3s ease;
}

.mailbox-list__single:hover .mail-content__top .mail-title .badge {
  background-color: rgba(95, 99, 242, 0.1);
}

.maintenance-page__title {
  font-weight: 500;
  margin: 70px 0 14px;
}

.maintenance-page p {
  font-size: 14px;
}

.maintenance-page svg {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1399px) {
  .contact-card-group .col-xl-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media only screen and (max-width: 991px) {
  .contact-card-group .col-xl-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .contact-card-group .col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .contact-breadcrumb .breadcrumb-main__wrapper {
    flex-flow: column;
  }
}

@media only screen and (max-width: 767px) {
  .contact-breadcrumb .breadcrumb-main__wrapper {
    margin-bottom: 15px;
  }
}

.contact-breadcrumb .breadcrumb-main__wrapper .sub-title {
  display: none;
}

.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form {
  width: 280px;
  border-radius: 6px;
  box-shadow: 0 5px 5px rgba(146, 153, 184, 0.03);
  height: 40px;
  padding: 15px 18px;
}

@media only screen and (max-width: 575px) {
  .contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form {
    margin: 10px 0 2px 0;
  }
}

.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form svg,
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form img,
.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form i {
  width: 16px;
}

.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form .form-control {
  height: 40px;
}

.contact-breadcrumb .breadcrumb-main__wrapper .add-contact__form .form-control::placeholder {
  color: #adb4d2;
}

.contact-breadcrumb .action-btn .btn {
  box-shadow: 0 5px 10px rgba(95, 99, 242, 0.1);
  padding: 0 0.75rem;
}

.add-contact .close svg,
.add-contact .close img {
  width: 18px;
}

.add-contact .add-new-contact {
  margin-top: -8px;
}

.add-contact .add-new-contact label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.add-contact .add-new-contact .form-control.form-control-lg {
  height: 3rem;
}

.add-contact .add-new-contact button {
  text-transform: capitalize;
}

.contact-list-wrap {
  padding: 25px 25px 30px 25px;
}

.contact-list table th.c-name {
  min-width: 120px;
}

.contact-list table th.c-company {
  min-width: 120px;
}

.contact-list table th.c-position {
  min-width: 120px;
}

.contact-list table th.c-phone {
  min-width: 170px;
}

.contact-list table th.c-action {
  min-width: 110px;
}

.contact-list .contact-item {
  min-width: 210px;
}

.contact-list .contact-item .contact-personal-info {
  align-items: center;
  margin-left: 20px;
}

.contact-list .contact-item .contact-personal-info .profile-image {
  margin-right: 12px !important;
}

.contact-list .contact-item .contact_title h1,
.contact-list .contact-item .contact_title h2,
.contact-list .contact-item .contact_title h3,
.contact-list .contact-item .contact_title h4,
.contact-list .contact-item .contact_title h5,
.contact-list .contact-item .contact_title h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

.contact-list .contact-item .contact_title .location {
  font-size: 12px;
  font-weight: 400;
}

.contact-list .table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-list .table-actions a:not(:last-child) {
  margin-right: 20px;
}

.contact-list .table-actions a svg,
.contact-list .table-actions a img,
.contact-list .table-actions a i {
  width: 18px;
}

.contact-list .table-actions .dropdown-menu {
  min-width: 7rem;
}

.contact-list .table-actions .btn-link svg {
  width: 18px;
}

.contact-card {
  position: relative;
}

.contact-card .dropdown-menu {
  min-width: 7rem;
}

.contact-card .card__more-action {
  position: absolute;
  right: 30px;
  top: 15px;
}

.contact-card .cp-img {
  margin-bottom: 20px;
}

.contact-card .cp-img img {
  max-width: 120px;
}

.contact-card .cp-info__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-card .cp-info__designation {
  font-size: 14px;
  color: #8288a4;
}

.contact-card .c-info-list {
  margin-bottom: 5px;
  margin-top: -2px;
}

.contact-card .c-info-list__item {
  display: flex;
  align-items: center;
}

.contact-card .c-info-list__item:not(:last-child) {
  margin-bottom: 4px;
}

.contact-card .c-info-list__item .c-info-item-icon svg,
.contact-card .c-info-list__item .c-info-item-icon img,
.contact-card .c-info-list__item .c-info-item-icon i {
  width: 14px;
  margin-right: 12px;
}

.contact-card .c-info-list__item p {
  font-size: 14px;
  color: #8288a4;
  margin-bottom: 0;
}

#world-map {
  height: 650px;
}

.jvectormap-container .jvectormap-zoomin,
.jvectormap-container .jvectormap-zoomout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  bottom: 25px;
  right: 0;
  top: auto;
  left: auto;
  border: 1px solid #f1f2f6;
}

.jvectormap-container .jvectormap-zoomin {
  border-radius: 6px 6px 0 0;
}

.jvectormap-container .jvectormap-zoomout {
  bottom: 0px;
  border-top: 0 none;
  border-radius: 0 0 6px 6px;
}

.regions-svg #region-map,
.regions-svg #s_region-map_T,
.regions-svg #s_region-map_W,
.regions-svg #s_region-map_M,
.regions-svg #s_region-map_Y,
.regions-svg #s_region-map_W {
  height: 100%;
  width: 100%;
}

#leaflet-basic,
#leaflet-multiIcon,
#leaflet-customIcon,
#leaflet-cluster,
.google-map {
  height: 450px;
}

@media only screen and (max-width: 991px) {
  .project-category p {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .payment-invoice-qr {
    flex-flow: column;
  }

  .payment-invoice-qr .payment-invoice-qr__address,
  .payment-invoice-qr .payment-invoice-qr__number {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .signUp-header-top {
    flex-flow: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .orderDatatable .project-category {
    flex-flow: column;
  }

  .project-top-progress .project-category {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
  }

  .project-top-progress .project-top-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .payment-invoice-logo {
    align-items: center;
  }

  .payment-invoice-qr__code img {
    width: 180px;
  }

  .payment-invoice-address {
    flex-flow: column;
    align-items: center;
  }

  .payment-invoice-address__area address {
    margin-top: 15px;
    text-align: center;
  }

  .user-member__title {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 8px;
  }

  .user-member__title span {
    padding-left: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .project-top-progress .project-tap {
    height: auto;
  }

  .project-top-progress .project-tap .nav-item:not(:first-child):after {
    display: none;
  }

  .project-top-progress .project-tap .nav-link {
    padding: 6px 7.5px;
  }

  .project-top-progress .project-tap ul {
    justify-content: center;
    padding: 5px 0;
  }

  .project-top-progress .project-category p {
    display: none;
  }

  .breadcrumb-main__wrapper {
    flex-flow: column;
  }

  .user-member {
    justify-content: center;
  }

  .user-member__title {
    margin: 0 10px;
    padding-bottom: 10px;
    flex-flow: column;
  }

  .user-member__title span {
    margin: 0;
    padding: 0;
    position: unset;
    margin-top: 15px;
  }

  .shop-breadcrumb .breadcrumb-action .action-btn {
    margin: 10px 4px;
  }

  .product-details .product-item__image .list-thumb-gallery>li {
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
  }

  .upload-include-area img {
    width: 60px;
    height: 50px;
  }

  .orderDatatable .button-group {
    flex-wrap: wrap;
    justify-content: center;
  }

  .orderDatatable .project-tap {
    height: auto;
  }

  .orderDatatable .project-tap ul {
    justify-content: center;
  }

  .orderDatatable .project-tap .nav-link {
    padding: 5px 7.5px;
  }

  .orderDatatable .project-tap .nav-item:not(:first-child):after {
    background: transparent;
  }

  .payment-invoice__btn {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .payment-invoice__btn button {
    margin-bottom: 15px;
  }

  .payment-invoice-address__area address,
  .payment-invoice-qr__address span {
    font-size: 13px;
  }

  .user-info-tab .ap-tab-main .nav-item .nav-link {
    padding: 10px 0;
  }

  .chat-body .chat-header {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    height: unset;
  }

  .chat-body .chat-header .chat-name {
    margin-bottom: 5px;
  }

  .chat-body .chat-header .chat-name .include-body__content {
    justify-content: center;
  }

  .chat-wrapper {
    height: 750px;
  }

  .chat-box {
    padding: 20px 10px;
  }

  .search-tab .ap-tab-main {
    height: unset;
    justify-content: unset;
    flex-direction: column;
    padding: 15px 0;
  }

  .search-tab .ap-tab-main .nav-link {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }

  .search-tab .ap-tab-main .nav-link:after {
    display: none;
  }

  .sidebar-group {
    margin: 0 15px;
  }

  .sidebar-group .left-sidebar-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) and (max-width: 479px) {
  .sidebar-group.chat_sidebar {
    margin: 0;
  }
}

@media only screen and (max-width: 479px) {
  .order-summery .checkout {
    font-size: 11px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 0) and (max-width: 320px) {
  .user-member__title {
    margin: 0;
  }

  .shop-breadcrumb .breadcrumb-action .action-btn .btn {
    padding: 0 8px;
  }

  .project-category p {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-wrapper {
    padding: 20px 30px 18px;
  }

  .order-summery .checkout {
    padding: 0 10px;
    font-size: 11px;
  }

  .payment-invoice-qr__code img {
    width: 170px;
  }

  .error-page__title {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .chat-box {
    padding: 19px 0;
  }
}

.ui-datepicker-today .ui-state-default {
  background: #137efc !important;
  color: #ffffff !important;
}


#payment-form .custom-card-checkout-cart {
  display: flex;
  gap: 0 10px;
  justify-items: center;
  justify-content: center;
  .custom-card-element-extend{
    float: left;
    width: 33.33%;
    position: relative;
    height: 36px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 1px -1px #ddd;
    .custom-card-postal-code {
      -webkit-font-smoothing: antialiased;
      -webkit-animation: native-autofill-out 1ms;
      box-shadow: none;
      padding-left: .5rem !important;
      font-family: Arial, sans-serif;
      font-size: 16px;
      background: transparent !important;
      padding-top: 5px;
    }
    .custom-card-postal-code::placeholder {
      color: #32325d;
    }
    .custom-card-postal-code:focus {
      outline: none;
    }
  }
}

#payment-form .custom-card-number-shopping-cart {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 1px -1px #ddd;
}

.dark-mode {
  #payment-form .custom-card-number-shopping-cart {
    background-color: #3D4148;
    border-radius: 5px;
  }

  #payment-form .custom-card-checkout-cart {
    .custom-card-element-extend {
      background-color: #3D4148;
      border-radius: 5px;
    }
  }
  .custom-card-checkout-cart {
    border-bottom: 0 !important;
    .custom-card-postal-code {}
    .custom-card-postal-code:focus {
      outline: none;
    }
  }
}

.custom-card-checkout-cart {
  .custom-card-postal-code {
    border: none;
  }
}

.custom-card-checkout-cart {
  .custom-card-postal-code::placeholder {
    color: #8c93b0 !important;
  }
}
@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.mobile-author-actions {
  height: unset;
  top: 40px;
  background-color: #f4f5f7;
  transform: translateY(-268px); }

.mobile-author-actions.show {
  transform: translateY(35px);
  position: sticky; }

.tooltip .arrow {
  display: none; }

#copied-tooltip {
  position: absolute;
  top: 25px;
  left: -100px;
  width: 75px;
  display: none;
  margin-left: 40px;
  padding: 5px 12px;
  background-color: #000000df;
  border-radius: 4px;
  color: #fff; }

.reports-page * {
  font-family: 'Greycliff CF Regular', sans-serif; }
.reports-page .total_tickets_on_sales {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  color: #25282D;
  line-height: 1.25; }
.reports-page .header-title {
  color: #25282D;
  font-size: 30px;
  font-weight: 600; }
.reports-page .list-btn-event {
  border-radius: 3px;
  border: 1px solid #CDD0D5;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); }
  .reports-page .list-btn-event .btn-all.bg-active,
  .reports-page .list-btn-event .border-left.bg-active {
    background-color: #167EFC; }
    .reports-page .list-btn-event .btn-all.bg-active a.active,
    .reports-page .list-btn-event .border-left.bg-active a.active {
      color: #FFFFFF; }
  .reports-page .list-btn-event .border-left {
    border-left: 1px solid #CDD0D5 !important; }
.reports-page .btn-custom {
  border-radius: 3px;
  border: 1px solid #CDD0D5;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); }
.reports-page .btn-custom.bg-active {
  background-color: #167EFC; }
  .reports-page .btn-custom.bg-active a.active {
    color: #FFFFFF; }
.reports-page .search-form {
  background-color: #f4f5f7;
  border-radius: 3px;
  border: 1px solid  #CDD0D5;
  width: 15%; }
  .reports-page .search-form svg {
    color: #25282D; }
  .reports-page .search-form input {
    color: #25282D;
    padding: 0 10px 0 0;
    background-color: #f4f5f7; }
  .reports-page .search-form input:-internal-autofill-selected {
    -webkit-text-fill-color: #25282D;
    -webkit-box-shadow: 0 0 0 1000px #f4f5f7 inset;
    transition: background-color 5000s ease-in-out 0s; }
  .reports-page .search-form input::-webkit-input-placeholder {
    color: #25282D !important;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px; }
  .reports-page .search-form input::-webkit-search-cancel-button {
    position: relative;
    left: 5px; }
.reports-page .btn-calendar {
  background-color: #f4f5f7;
  border-radius: 3px;
  border: 1px solid #CDD0D5;
  color: #25282D;
  height: 40px; }
.reports-page .dropdown-click {
  border-radius: 12px !important; }
  .reports-page .dropdown-click .dropleft button {
    height: 40px;
    padding: 0 10px;
    border-radius: 12px !important;
    background: #167EFC !important;
    color: #FFFFFF; }
    .reports-page .dropdown-click .dropleft button svg {
      width: 24px;
      height: 24px; }
    .reports-page .dropdown-click .dropleft button .export {
      font-size: 14px;
      font-weight: 600;
      margin-left: 5px;
      margin-right: 5px; }
    .reports-page .dropdown-click .dropleft button .icon-select {
      background-image: url(/../assets/management/select-down.png);
      background-repeat: no-repeat;
      background-size: 24px;
      width: 24px;
      height: 24px;
      margin-right: 0; }
  .reports-page .dropdown-click .dropleft .dropdown-menu {
    margin-top: 5px;
    min-width: 13rem;
    padding-top: 5px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05); }
    .reports-page .dropdown-click .dropleft .dropdown-menu .dropdown-item {
      font-weight: 400;
      padding: 12px 8px;
      text-transform: capitalize;
      font-size: 14px;
      display: block;
      line-height: 1.1;
      border-radius: 8px; }
  .reports-page .dropdown-click .dropleft .dropdown-menu.show a .down-pdf path {
    fill: #25282D; }
  .reports-page .dropdown-click .dropleft .dropdown-menu.show a:hover .down-pdf path {
    fill: #167EFC; }
  .reports-page .dropdown-click .dropleft .dropdown-menu.show a .down-csv path {
    stroke: #25282D; }
  .reports-page .dropdown-click .dropleft .dropdown-menu.show a:hover .down-csv path {
    stroke: #167EFC; }
  .reports-page .dropdown-click .dropleft.show button .icon-select {
    background-image: url(/../assets/management/select-up.png);
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    margin-right: 0; }
.reports-page #balance {
  border-radius: 3px;
  background: #013068;
  color: #67ABFD;
  padding: 3px 8px 0 8px;
  height: 40px; }
  .reports-page #balance div:first-child {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #67ABFD; }
  .reports-page #balance div:last-child {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #67ABFD; }
.reports-page .breadcrumb-main-custom > * {
  margin-top: 10px; }
.reports-page #reportrange svg {
  width: 19px; }
.reports-page .select-event-types {
  display: flex;
  justify-content: space-between;
  height: 40px; }
  .reports-page .select-event-types a {
    padding-left: 15px;
    padding-right: 15px;
    color: #25282D;
    font-size: 14px;
    font-weight: 600; }
  @media (max-width: 991px) {
    .reports-page .select-event-types {
      width: 100%; }
      .reports-page .select-event-types a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px; } }
.reports-page .summary-select-event-type {
  margin-left: 130px; }
@media (max-width: 991px) {
  .reports-page #reportrange {
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
    display: flex; } }
@media (max-width: 991px) {
  .reports-page #main-card {
    background: transparent;
    border: none;
    box-shadow: none; } }
.reports-page #main-card .sort-icon svg {
  width: 15px;
  margin-left: 2px; }
.reports-page .form-select-ticket-names .select2-selection {
  min-height: 100px !important; }
.reports-page .no-act-profile-avatar {
  color: white; }
.reports-page .download-btn {
  min-height: 36.8px; }
.reports-page .badge-dropdown-wrapper {
  right: 100%;
  min-width: 270px;
  overflow: auto;
  font-size: 14px; }
  .reports-page .badge-dropdown-wrapper .schedule-header {
    color: #FA8B0C;
    background-color: #FFEEDA; }
.reports-page .dropdown-badge {
  right: 100%;
  top: 0;
  min-width: 250px;
  margin-bottom: 0;
  max-height: 300px;
  overflow: auto; }
.reports-page .popup-badge {
  right: 100%;
  bottom: 0;
  min-width: 250px;
  max-height: 300px;
  overflow: auto;
  top: unset; }
.reports-page .table-custom thead .name {
  padding-left: 0; }
.reports-page .table-custom thead th {
  padding: 10px 10px 10px 6px;
  background-color: transparent;
  border-radius: unset;
  color: #25282D; }
.reports-page .table-custom thead th:first-child {
  width: 20%; }
.reports-page .card {
  background-color: unset;
  box-shadow: unset;
  padding: 0; }
  .reports-page .card .table-custom td {
    padding: 10px 10px 10px 6px;
    font-size: 14px;
    font-weight: 400;
    color: #25282D;
    background-color: #FCFCFD; }
    .reports-page .card .table-custom td .not-img {
      background: linear-gradient(0deg, #303338 0%, #303338 100%), #C7B9DA; }
    .reports-page .card .table-custom td .name {
      font-size: 14px;
      font-weight: 600;
      color: #25282D;
      font-family: "Inter", sans-serif; }
    .reports-page .card .table-custom td .progress-custom .progress {
      height: 8px;
      background-color: #eff0f3; }
      .reports-page .card .table-custom td .progress-custom .progress .percent-bar {
        background-color: #42ADEF;
        height: 8px; }
    .reports-page .card .table-custom td .on-sale {
      border-radius: 2px;
      background: #12A329;
      font-size: 12px;
      font-weight: 500;
      color: #FFFFFF; }
    .reports-page .card .table-custom td .off-sale {
      border-radius: 2px;
      background: #ACB0BA;
      font-size: 12px;
      font-weight: 500;
      color: #FFFFFF; }
    .reports-page .card .table-custom td .scheduled {
      border-radius: 2px;
      background: #D89346;
      font-size: 12px;
      font-weight: 500;
      color: #FFFFFF; }
    .reports-page .card .table-custom td .done {
      border-radius: 2px;
      background: #185CAE;
      font-size: 12px;
      font-weight: 500;
      color: #FFFFFF; }
    .reports-page .card .table-custom td .more-avatars {
      margin-left: -16px !important;
      border: 1px solid #000 !important;
      background: #4A4A4A; }
      .reports-page .card .table-custom td .more-avatars .events-size {
        color: #FFF !important;
        font-size: 12px;
        font-weight: 500; }
    .reports-page .card .table-custom td .dropdown-topLeft.show .more-avatars {
      margin-left: 0 !important; }
    .reports-page .card .table-custom td .dropdown-scroll-into-view svg {
      color: #25282D; }
    .reports-page .card .table-custom td .dropdown-scroll-into-view .icon-coupon path {
      fill: #25282D; }
    .reports-page .card .table-custom td .dropdown-scroll-into-view .icon-quick-sales-report path {
      stroke: #25282D; }
    .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show {
      border-radius: 8px;
      background: transparent;
      box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
      padding: 0; }
      .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show a {
        color: #25282D; }
      .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show a:hover svg {
        color: #167EFC; }
      .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show a:hover .icon-coupon path {
        fill: #167EFC; }
      .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show a:hover .icon-quick-sales-report path {
        stroke: #167EFC; }
.reports-page .atbd-pagination__item .page-selection {
  padding: 4.5px 25px 4.5px 10px; }
.reports-page .atbd-pagination__link.active {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.reports-page .atbd-pagination__link:hover {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.reports-page .dropdown {
  border-radius: 3px; }
.reports-page .atbd-pagination__item .paging-option:after {
  color: #25282D; }
@media (min-width: 1440px) and (max-width: 1650px) {
  .reports-page .header-title {
    font-size: 24px; }
  .reports-page .select-event-types a {
    padding-left: 5px;
    padding-right: 5px; }
  .reports-page .btn-calendar {
    padding-left: 5px !important;
    padding-right: 5px !important; }
    .reports-page .btn-calendar .date-text {
      margin-left: 5px !important;
      margin-right: 5px !important; }
  .reports-page .dropdown-click .dropleft button {
    padding: 0 5px; } }

.report_summary .card {
  border-radius: 4px;
  border: 1px #E6EAF0;
  background: #FFFFFF;
  padding-bottom: 16px; }
  .report_summary .card .tab-horizontal .nav-link {
    background: #FFFFFF;
    padding: 20px 16px; }
  .report_summary .card .atbd-tab .nav-tabs:after {
    height: 0px;
    background: #E6EAF0; }
  .report_summary .card .atbd-tab .nav-link:after {
    height: 1px; }
  .report_summary .card .title-select-profiles,
  .report_summary .card .title-select-ticket-names {
    position: relative;
    border: 1px solid #CDD0D5;
    border-radius: 3px;
    width: 100%; }
    .report_summary .card .title-select-profiles .select2-selection__clear,
    .report_summary .card .title-select-ticket-names .select2-selection__clear {
      display: none; }
    .report_summary .card .title-select-profiles .select2-selection,
    .report_summary .card .title-select-ticket-names .select2-selection {
      background-color: #FFFFFF;
      border: unset;
      height: 100%; }
      .report_summary .card .title-select-profiles .select2-selection .select2-selection__rendered,
      .report_summary .card .title-select-ticket-names .select2-selection .select2-selection__rendered {
        padding: 4px 32px 4px 12px; }
      .report_summary .card .title-select-profiles .select2-selection .select2-selection__choice,
      .report_summary .card .title-select-ticket-names .select2-selection .select2-selection__choice {
        position: relative;
        padding-right: 22px;
        background-color: #C2C5CC;
        color: #25282D;
        margin-top: 4px; }
        .report_summary .card .title-select-profiles .select2-selection .select2-selection__choice .select2-selection__choice__remove,
        .report_summary .card .title-select-ticket-names .select2-selection .select2-selection__choice .select2-selection__choice__remove {
          position: absolute;
          right: 4px;
          color: #25282D;
          font-size: 14px;
          font-weight: normal;
          top: 3px; }
  .report_summary .card .form-select-ticket-names .select2-selection__clear, .report_summary .card .form-select-profile .select2-selection__clear {
    display: none; }
  .report_summary .card .form-select-ticket-names .select2-selection, .report_summary .card .form-select-profile .select2-selection {
    background-color: #FFFFFF;
    border: unset;
    height: 100%; }
    .report_summary .card .form-select-ticket-names .select2-selection .select2-selection__rendered, .report_summary .card .form-select-profile .select2-selection .select2-selection__rendered {
      padding: 4px 32px 4px 12px; }
    .report_summary .card .form-select-ticket-names .select2-selection .select2-selection__choice, .report_summary .card .form-select-profile .select2-selection .select2-selection__choice {
      position: relative;
      padding-right: 22px;
      background-color: #C2C5CC;
      color: #25282D;
      margin-top: 4px; }
      .report_summary .card .form-select-ticket-names .select2-selection .select2-selection__choice .select2-selection__choice__remove, .report_summary .card .form-select-profile .select2-selection .select2-selection__choice .select2-selection__choice__remove {
        position: absolute;
        right: 4px;
        color: #25282D;
        font-size: 14px;
        font-weight: normal;
        top: 3px; }
  .report_summary .card .title-select-profiles label,
  .report_summary .card .title-select-ticket-names label {
    position: absolute;
    top: -10px;
    left: 12px;
    margin: 0;
    padding: 0 4px;
    z-index: 8;
    color: #6B7280;
    font-size: 12px; }
  .report_summary .card .title-select-profiles label:after,
  .report_summary .card .title-select-ticket-names label:after {
    content: " ";
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 7px;
    z-index: -1; }
  .report_summary .card .title-select-profiles:focus-within,
  .report_summary .card .title-select-ticket-names:focus-within {
    border: 1px solid #2c99ff; }
  .report_summary .card .title-select-profiles:focus-within label,
  .report_summary .card .title-select-ticket-names:focus-within label {
    color: #2c99ff; }
  .report_summary .card input.btn-save {
    border-radius: 4px;
    background: #167EFC;
    font-size: 14px;
    font-weight: 600; }
  .report_summary .card .summary-left {
    width: 60%;
    padding: 0 16px; }
  .report_summary .card .summary-right {
    width: 100%;
    padding: 0 16px; }
    .report_summary .card .summary-right .mini-summary-chart {
      max-height: 204px;
      border-radius: 4px;
      border: 1px solid #E6EAF0;
      background: #FCFCFD; }
      .report_summary .card .summary-right .mini-summary-chart .forcast-value {
        color: #7F8694;
        font-size: 16px;
        font-weight: 500; }
      .report_summary .card .summary-right .mini-summary-chart .forcast-status {
        color: #25282D;
        font-size: 24px;
        font-weight: 600; }
.report_summary .atbd-pagination-custom .dropdown {
  margin-right: 16px; }

#exportStripeReport .modal-header {
  background-color: rgba(33, 150, 243, 0.51);
  border: none; }
  #exportStripeReport .modal-header .modal-title {
    font-size: 30px;
    font-weight: 600;
    color: #25282D; }
  #exportStripeReport .modal-header span {
    font-weight: normal; }
#exportStripeReport .modal-body {
  background-color: rgba(33, 150, 243, 0.51);
  color: #25282D; }

.coupons-header {
  background: #f4f5f7;
  border-bottom: unset; }
  .coupons-header h5 {
    color: #25282D;
    font-size: 18px;
    font-weight: 600; }

.coupons-body {
  background: #f4f5f7; }
  .coupons-body h4.ticket-name {
    color: #25282D;
    font-size: 24px;
    font-weight: 700; }
  .coupons-body span.ticket-date {
    color: #25282D;
    font-size: 16px;
    font-weight: 400; }
  .coupons-body .on-sale {
    border-radius: 2px;
    background: #12A329 !important;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF !important; }
  .coupons-body .off-sale {
    border-radius: 2px;
    background: #ACB0BA !important;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF !important; }
  .coupons-body .scheduled {
    border-radius: 2px;
    background: #D89346 !important;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF !important; }
  .coupons-body .done {
    border-radius: 2px;
    background: #185CAE !important;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF !important; }
  .coupons-body .dropdown-custom-ss {
    background-color: unset; }
    .coupons-body .dropdown-custom-ss a .dropdown-coupon {
      color: #25282D; }
    .coupons-body .dropdown-custom-ss .dropdown-menu {
      border-radius: 8px;
      border: 1px solid #E6EAF0;
      background: #FFFFFF;
      box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
      padding: 5px 0 5px 0; }
    .coupons-body .dropdown-custom-ss .dropdown-menu.show a span {
      color: #25282D; }
    .coupons-body .dropdown-custom-ss .dropdown-menu.show a .down-pdf path {
      fill: #25282D; }
    .coupons-body .dropdown-custom-ss .dropdown-menu.show a .down-csv path {
      stroke: #25282D; }
    .coupons-body .dropdown-custom-ss .dropdown-menu.show a:hover .down-pdf path {
      fill: #167EFC; }
    .coupons-body .dropdown-custom-ss .dropdown-menu.show a:hover .down-csv path {
      stroke: #167EFC; }
  .coupons-body .total-number {
    color: #25282D;
    font-size: 18px;
    font-weight: 700; }
  .coupons-body .table-custom thead th {
    padding: 12px 10px 12px 6px;
    background-color: transparent;
    border-radius: unset;
    color: #25282D; }
  .coupons-body .table-custom thead th:first-child {
    padding-left: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .coupons-body .table-custom thead th:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .coupons-body .table-custom tbody .border-bottom {
    background-color: #FCFCFD;
    border-bottom: 1px solid #E6EAF0; }
    .coupons-body .table-custom tbody .border-bottom td {
      padding: 15px 10px 15px 6px;
      font-size: 14px;
      font-weight: 400;
      color: #25282D;
      font-family: "Inter", sans-serif;
      font-weight: 600; }
    .coupons-body .table-custom tbody .border-bottom td:first-child {
      padding-left: 15px; }

.attendee-list .modal-header {
  background: #f4f5f7;
  border-bottom: unset; }
  .attendee-list .modal-header h5 {
    color: #25282D;
    font-size: 18px;
    font-weight: 600; }
.attendee-list .modal-body {
  background: #f4f5f7; }
  .attendee-list .modal-body h4.ticket-name {
    color: #25282D;
    font-size: 24px;
    font-weight: 700; }
  .attendee-list .modal-body span.ticket-date {
    color: #25282D;
    font-size: 16px;
    font-weight: 400; }
  .attendee-list .modal-body .on-sale {
    border-radius: 2px;
    background: #12A329;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF; }
  .attendee-list .modal-body .off-sale {
    border-radius: 2px;
    background: #ACB0BA;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF; }
  .attendee-list .modal-body .scheduled {
    border-radius: 2px;
    background: #D89346;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF; }
  .attendee-list .modal-body .done {
    border-radius: 2px;
    background: #185CAE;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF; }
  .attendee-list .modal-body .dropdown-custom-ss {
    background-color: unset; }
    .attendee-list .modal-body .dropdown-custom-ss a .dropdown-attendee-list {
      color: #25282D; }
    .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu {
      border-radius: 8px;
      border: 1px solid #E6EAF0;
      background: #FFFFFF;
      box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
      padding: 5px 0 5px 0; }
    .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a span {
      color: #25282D; }
    .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a .down-pdf path {
      fill: #25282D; }
    .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a .down-csv path {
      stroke: #25282D; }
    .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a:hover .down-pdf path {
      fill: #167EFC; }
    .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a:hover .down-csv path {
      stroke: #167EFC; }
  .attendee-list .modal-body .table-custom tbody tr th {
    width: 15%;
    padding: 12px 10px 12px 6px;
    background-color: transparent;
    border-radius: unset;
    color: #25282D;
    font-size: 12px;
    font-weight: 500; }
  .attendee-list .modal-body .table-custom tbody tr th:first-child {
    padding-left: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .attendee-list .modal-body .table-custom tbody tr th:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .attendee-list .modal-body .table-custom tbody .ticket-order-item-row {
    background-color: #FCFCFD;
    border-bottom: 1px solid #E6EAF0; }
    .attendee-list .modal-body .table-custom tbody .ticket-order-item-row td {
      padding: 15px 10px 15px 6px;
      font-size: 14px;
      font-weight: 400;
      color: #25282D;
      font-family: "Inter", sans-serif;
      font-weight: 600; }
    .attendee-list .modal-body .table-custom tbody .ticket-order-item-row td:first-child {
      padding-left: 15px; }
  .attendee-list .modal-body .atbd-pagination__item .dropdown-menu {
    top: 40px !important;
    left: auto !important; }
  .attendee-list .modal-body .atbd-pagination__link,
  .attendee-list .modal-body .atbd-pagination__item .page-selection {
    background-color: unset !important;
    border: unset;
    color: #25282D; }
  .attendee-list .modal-body .atbd-pagination__item .page-selection {
    border-radius: 3px;
    background-color: #FFF !important;
    padding: 4.5px 25px 4.5px 10px; }
  .attendee-list .modal-body .atbd-pagination__link.active {
    color: #167EFC;
    border-radius: 3px;
    background: rgba(22, 126, 252, 0.1) !important; }
  .attendee-list .modal-body .atbd-pagination__link:hover {
    color: #167EFC;
    border-radius: 3px;
    background: rgba(22, 126, 252, 0.1) !important; }
  .attendee-list .modal-body .dropdown {
    background: #FFF;
    border-radius: 3px; }
  .attendee-list .modal-body .atbd-pagination__item .paging-option:after {
    color: #25282D; }

.addon-detail .modal-header {
  background: #f4f5f7;
  border-bottom: unset; }
  .addon-detail .modal-header h5 {
    color: #25282D;
    font-size: 18px;
    font-weight: 600; }
.addon-detail .modal-body {
  background: #f4f5f7; }
  .addon-detail .modal-body .bg-header {
    position: relative; }
    .addon-detail .modal-body .bg-header .background-img {
      width: 100%;
      height: 200px;
      position: relative;
      overflow: hidden; }
      .addon-detail .modal-body .bg-header .background-img .cover-image {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        filter: blur(14px);
        overflow: hidden; }
      .addon-detail .modal-body .bg-header .background-img .figure {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50%;
        transform: translate(50%);
        overflow: hidden;
        width: 100%; }
        .addon-detail .modal-body .bg-header .background-img .figure .header-image {
          height: 100%; }
        .addon-detail .modal-body .bg-header .background-img .figure .object-fit-container {
          object-fit: contain; }
        .addon-detail .modal-body .bg-header .background-img .figure .object-fit-cover {
          object-fit: cover; }
    .addon-detail .modal-body .bg-header .ticket-info-header {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .addon-detail .modal-body .bg-header .ticket-info-header h4 {
        font-size: 24px;
        font-weight: 700;
        color: #FFFFFF; }
      .addon-detail .modal-body .bg-header .ticket-info-header .on-sale {
        border-radius: 2px;
        background: #12A329;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF; }
      .addon-detail .modal-body .bg-header .ticket-info-header .off-sale {
        border-radius: 2px;
        background: #ACB0BA;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF; }
      .addon-detail .modal-body .bg-header .ticket-info-header .scheduled {
        border-radius: 2px;
        background: #D89346;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF; }
      .addon-detail .modal-body .bg-header .ticket-info-header .done {
        border-radius: 2px;
        background: #185CAE;
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF; }
      .addon-detail .modal-body .bg-header .ticket-info-header .sp-price {
        color: #FFF;
        font-size: 18px;
        font-weight: 700; }
      .addon-detail .modal-body .bg-header .ticket-info-header .dropdown-custom-ss {
        background-color: unset; }
        .addon-detail .modal-body .bg-header .ticket-info-header .dropdown-custom-ss a svg {
          color: #FFFFFF; }
  .addon-detail .modal-body .table-custom thead th {
    padding: 12px 10px 12px 6px;
    background-color: transparent;
    border-radius: unset;
    color: #25282D; }
  .addon-detail .modal-body .table-custom thead th:first-child {
    padding-left: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .addon-detail .modal-body .table-custom thead th:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .addon-detail .modal-body .table-custom tbody .border-bottom {
    background-color: #FCFCFD;
    border-bottom: 1px solid #E6EAF0 !important; }
    .addon-detail .modal-body .table-custom tbody .border-bottom td {
      padding: 15px 10px 15px 6px;
      font-size: 14px;
      font-weight: 400;
      color: #25282D; }
      .addon-detail .modal-body .table-custom tbody .border-bottom td .tag-success {
        border-radius: 2px;
        background: #12A329;
        color: #FFFFFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        margin: 0;
        padding: 6px 8px;
        text-align: center; }
      .addon-detail .modal-body .table-custom tbody .border-bottom td .tag-danger {
        border-radius: 2px;
        background: #F04438;
        color: #FFFFFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        margin: 0;
        padding: 4px 8px;
        text-align: center; }
      .addon-detail .modal-body .table-custom tbody .border-bottom td .tag-warning {
        border-radius: 2px;
        background: #C67C2A;
        color: #FFFFFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        margin: 0;
        padding: 4px 8px;
        text-align: center; }
    .addon-detail .modal-body .table-custom tbody .border-bottom td:first-child {
      padding-left: 15px; }

.artist_report_detail .modal-content {
  background: #f4f5f7; }
.artist_report_detail .modal-header {
  border-bottom: unset; }
  .artist_report_detail .modal-header h5 {
    color: #25282D;
    font-size: 18px;
    font-weight: 600;
    line-height: normal; }
  .artist_report_detail .modal-header .close {
    color: #25282D;
    opacity: 1; }
.artist_report_detail .artist-report .card-profile {
  position: relative;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 12px;
  border: 1px solid #E6EAF0;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); }
  .artist_report_detail .artist-report .card-profile .info-profile {
    display: flex;
    align-items: center; }
    .artist_report_detail .artist-report .card-profile .info-profile .avatar {
      margin: 0 20px 0 0; }
    .artist_report_detail .artist-report .card-profile .info-profile .info-profile-right h6 {
      color: #25282D;
      font-size: 24px;
      font-weight: 700;
      line-height: normal; }
    .artist_report_detail .artist-report .card-profile .info-profile .info-profile-right p span {
      color: #25282D;
      font-size: 16px;
      font-weight: 400;
      line-height: normal; }
  .artist_report_detail .artist-report .card-profile .data-profile {
    padding-top: 1.5rem; }
    .artist_report_detail .artist-report .card-profile .data-profile .total-sales span,
    .artist_report_detail .artist-report .card-profile .data-profile .orders span,
    .artist_report_detail .artist-report .card-profile .data-profile .tickets span {
      color: #6B7280;
      font-size: 16px;
      font-weight: 400;
      line-height: normal; }
    .artist_report_detail .artist-report .card-profile .data-profile .total-sales p,
    .artist_report_detail .artist-report .card-profile .data-profile .orders p,
    .artist_report_detail .artist-report .card-profile .data-profile .tickets p {
      color: #25282D;
      font-size: 30px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 0; }
    .artist_report_detail .artist-report .card-profile .data-profile .orders,
    .artist_report_detail .artist-report .card-profile .data-profile .tickets {
      border-left: 1px solid #CDD0D5;
      padding-left: 15px; }
.artist_report_detail .artist-report .card-profile-right .avatar {
  margin: 0 15px 0 0;
  width: 56px;
  min-width: 56px;
  height: 56px; }
.artist_report_detail .artist-report .card-profile-right h6.event-name {
  color: #25282D;
  font-size: 24px;
  font-weight: 700;
  line-height: normal; }
.artist_report_detail .artist-report .card-profile-right span.convert-datetime {
  color: #25282D;
  font-size: 16px;
  font-weight: 400;
  line-height: normal; }
.artist_report_detail .artist-report .card-profile-right .on-sale {
  border-radius: 2px;
  background: #12A329;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 7px 12px; }
.artist_report_detail .artist-report .card-profile-right .off-sale {
  border-radius: 2px;
  background: #ACB0BA;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 7px 12px; }
.artist_report_detail .artist-report .card-profile-right .scheduled {
  border-radius: 2px;
  background: #D89346;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 7px 12px; }
.artist_report_detail .artist-report .card-profile-right .done {
  border-radius: 2px;
  background: #185CAE;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 7px 12px; }
.artist_report_detail .artist-report .card-profile-right .table-custom thead th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0;
  width: 32%; }
.artist_report_detail .artist-report .card-profile-right .table-custom thead th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0; }
.artist_report_detail .artist-report .card-profile-right .table-custom thead th {
  padding: 10px;
  background-color: transparent;
  border-radius: unset;
  color: #25282D; }
.artist_report_detail .artist-report .card-profile-right .table-custom tbody {
  background: #FFFFFF; }
  .artist_report_detail .artist-report .card-profile-right .table-custom tbody tr td {
    padding: 10px;
    color: #25282D;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #E6EAF0;
    font-family: "Inter", sans-serif;
    font-weight: 600; }
  .artist_report_detail .artist-report .card-profile-right .table-custom tbody tr:last-child td {
    border-bottom: unset; }
  .artist_report_detail .artist-report .card-profile-right .table-custom tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px; }
  .artist_report_detail .artist-report .card-profile-right .table-custom tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px; }
.artist_report_detail .artist-report .chart-profile {
  margin-top: 30px; }
  .artist_report_detail .artist-report .chart-profile .orders-per-day,
  .artist_report_detail .artist-report .chart-profile .avg-transaction-amount {
    background-color: #FFFFFF;
    border-radius: 12px;
    width: 49%; }
    .artist_report_detail .artist-report .chart-profile .orders-per-day h6,
    .artist_report_detail .artist-report .chart-profile .avg-transaction-amount h6 {
      border-bottom: 1px solid #E6EAF0;
      color: #25282D;
      font-size: 18px;
      font-weight: 500; }

@media only screen and (max-width: 575px) {
  .ticketing-reports-page .mobile-author-actions {
    top: -5px !important; }
    .ticketing-reports-page .mobile-author-actions .breadcrumb-main {
      margin-top: 40px;
      margin-bottom: 0;
      padding: 0 16px;
      line-height: 1.5; }
      .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types {
        margin-left: 0; }
        .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types a {
          padding-left: 10px;
          padding-right: 10px; }
        .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types .btn-custom {
          margin-left: 0 !important; }
      .ticketing-reports-page .mobile-author-actions .breadcrumb-main .search-form {
        margin-top: 10px; }
        .ticketing-reports-page .mobile-author-actions .breadcrumb-main .search-form button svg {
          margin-left: 8px; }
      .ticketing-reports-page .mobile-author-actions .breadcrumb-main #reportrange .feather-chevron-down {
        display: none; }
  .ticketing-reports-page .header-top .navbar {
    padding: 5px 1rem; }
    .ticketing-reports-page .header-top .navbar .navbar-left .sidebar-toggle {
      margin-right: 0; }
    .ticketing-reports-page .header-top .navbar .navbar-left .title-attendees {
      color: #25282D;
      font-size: 16px;
      font-weight: 600; }
    .ticketing-reports-page .header-top .navbar .navbar-left .total-on-sales {
      color: #ACB0BA;
      font-size: 14px;
      font-weight: 400; }
    .ticketing-reports-page .header-top .navbar .navbar-right {
      align-items: center;
      display: flex;
      justify-content: space-between; }
      .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click {
        border-radius: 12px; }
        .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft button {
          height: 40px;
          padding: 0 5px;
          border-radius: 12px !important;
          background: #167EFC !important;
          color: #FFFFFF; }
          .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft button svg {
            width: 24px;
            height: 24px; }
          .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft button .export {
            font-size: 14px;
            font-weight: 600;
            margin-left: 3px;
            margin-right: 0; }
          .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft button .icon-select {
            background-image: url(/../assets/management/select-down.png);
            background-repeat: no-repeat;
            background-size: 24px;
            width: 24px;
            height: 24px;
            margin-right: 0; }
        .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft .dropdown-menu {
          margin-top: 5px;
          min-width: 13rem;
          padding-top: 5px;
          border-radius: 8px;
          border: 1px solid #E6EAF0;
          background: #FFFFFF;
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05); }
          .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft .dropdown-menu .dropdown-item {
            font-weight: 400;
            padding: 12px 8px;
            text-transform: capitalize;
            font-size: 14px;
            display: block;
            line-height: 1.1;
            border-radius: 8px; }
        .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft.show button .icon-select {
          background-image: url(/../assets/management/select-up.png);
          background-repeat: no-repeat;
          background-size: 24px;
          width: 24px;
          height: 24px;
          margin-right: 0; }
      .ticketing-reports-page .header-top .navbar .navbar-right .btn-author-action svg {
        color: #25282D; }
      .ticketing-reports-page .header-top .navbar .navbar-right #balance {
        border-radius: 3px;
        background: #CBE2FE;
        padding: 3px 8px 0 8px;
        height: 40px; }
        .ticketing-reports-page .header-top .navbar .navbar-right #balance div:first-child {
          font-size: 12px;
          font-weight: 500;
          line-height: 15px;
          color: #0249A0; }
        .ticketing-reports-page .header-top .navbar .navbar-right #balance div:last-child {
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          color: #0249A0; }
  .ticketing-reports-page .contents {
    padding-left: 16px;
    padding-right: 16px; }
    .ticketing-reports-page .contents .reports-page .tr-mobile {
      border: 1px solid #f1f2f6;
      display: flex;
      flex-wrap: wrap;
      margin: 15px 16px 0 16px;
      border-radius: unset; }
      .ticketing-reports-page .contents .reports-page .tr-mobile td {
        padding: 15px 8px !important; }
        .ticketing-reports-page .contents .reports-page .tr-mobile td .card {
          border: unset;
          border-bottom: unset !important; }
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card .avatar.avatar-lg {
            width: 40px;
            min-width: 40px;
            height: 40px;
            margin-left: 0; }
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card svg {
            width: 20px;
            height: 20px; }
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card .progress-wrap {
            width: 50%;
            margin-top: 0 !important;
            margin-left: 10px; }
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card .on-sale,
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card .off-sale,
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card .scheduled,
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card .done {
            margin-left: 0; }
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card .title-span {
            color: #7F8694; }
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card .title-span-1 {
            color: #25282D; }
          .ticketing-reports-page .contents .reports-page .tr-mobile td .card .profile-mb {
            margin-left: 14px; }
    .ticketing-reports-page .contents .reports-page .pagination-btn {
      padding-left: 16px;
      padding-right: 16px; }
      .ticketing-reports-page .contents .reports-page .pagination-btn .atbd-pagination__link,
      .ticketing-reports-page .contents .reports-page .pagination-btn .atbd-pagination__item .page-selection {
        border: unset;
        color: #25282D;
        padding: 4.5px 3px; }
    .ticketing-reports-page .contents .report_summary {
      margin: 16px 0 0 0; }
      .ticketing-reports-page .contents .report_summary .card .summary-left {
        width: 100%; }
        .ticketing-reports-page .contents .report_summary .card .summary-left .title-select-profiles .select2-selection {
          min-height: 60px; }
      .ticketing-reports-page .contents .report_summary .card .summary-right .carousel-slide-left-button {
        top: 0;
        left: -30px;
        z-index: 99;
        width: 42px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #25282D; }
      .ticketing-reports-page .contents .report_summary .card .summary-right .carousel-slide-right-button {
        top: 0;
        right: -30px;
        z-index: 99;
        width: 42px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #25282D; }
      .ticketing-reports-page .contents .report_summary #main-card {
        border-radius: 0;
        border: unset !important;
        background: unset !important;
        padding-bottom: 0 !important; }
        .ticketing-reports-page .contents .report_summary #main-card .tr-mobile {
          margin: 0 0 16px 0; }
          .ticketing-reports-page .contents .report_summary #main-card .tr-mobile .card {
            border-radius: 0;
            border: unset !important;
            background: unset !important;
            padding-bottom: 0 !important; }
      .ticketing-reports-page .contents .report_summary .atbd-pagination-custom .dropdown {
        margin-right: 0; }
  .ticketing-reports-page .modal .modal-coupons {
    margin: 0.5rem !important; }
    .ticketing-reports-page .modal .modal-coupons .coupons-header {
      padding: 16px; }
    .ticketing-reports-page .modal .modal-coupons .coupons-body {
      padding: 0 16px 16px 16px; }
      .ticketing-reports-page .modal .modal-coupons .coupons-body h4.ticket-name {
        font-size: 16px;
        font-weight: 700; }
      .ticketing-reports-page .modal .modal-coupons .coupons-body span.ticket-date {
        font-size: 16px;
        font-weight: 400; }
      .ticketing-reports-page .modal .modal-coupons .coupons-body .total-number {
        margin-left: 14px; }
      .ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile {
        display: flex;
        margin: 15px 0 0 0; }
        .ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile .border-bottom {
          border-bottom: unset !important; }
          .ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile .border-bottom .title-span {
            color: #7F8694; }
          .ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile .border-bottom .title-span-1 {
            color: #25282D;
            word-break: break-all; }
          .ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile .border-bottom .icon-info {
            background-image: url(/../assets/management/drop-down-v4-light.png);
            background-position: 50%;
            background-size: 100%;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px; }
          .ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile .border-bottom .show.icon-info {
            background-image: url(/../assets/management/drop-up-v4-light.png);
            background-position: 50%;
            background-size: 100%;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px; }
  .ticketing-reports-page .modal .modal-addons {
    margin: 0.5rem !important; }
    .ticketing-reports-page .modal .modal-addons .modal-header {
      padding: 16px; }
    .ticketing-reports-page .modal .modal-addons .modal-body {
      padding: 0 16px 16px 16px; }
      .ticketing-reports-page .modal .modal-addons .modal-body .ticket-info-header h4 {
        font-size: 16px;
        font-weight: 700; }
      .ticketing-reports-page .modal .modal-addons .modal-body .on-sale {
        margin-left: 10px; }
      .ticketing-reports-page .modal .modal-addons .modal-body .off-sale {
        margin-left: 10px; }
      .ticketing-reports-page .modal .modal-addons .modal-body .scheduled {
        margin-left: 10px; }
      .ticketing-reports-page .modal .modal-addons .modal-body .done {
        margin-left: 10px; }
      .ticketing-reports-page .modal .modal-addons .modal-body .total-number {
        margin-left: 14px;
        font-size: 18px;
        font-weight: 700;
        color: #FFFFFF; }
      .ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile {
        display: flex;
        margin: 5px 0 0 0; }
        .ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile .border-bottom {
          border-bottom: unset !important; }
          .ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile .border-bottom .title-span {
            color: #7F8694; }
          .ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile .border-bottom .title-span-1 {
            color: #25282D;
            word-break: break-all; }
          .ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile .border-bottom .icon-info {
            background-image: url(/../assets/management/drop-down-v4-light.png);
            background-position: 50%;
            background-size: 100%;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px; }
          .ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile .border-bottom .show.icon-info {
            background-image: url(/../assets/management/drop-up-v4-light.png);
            background-position: 50%;
            background-size: 100%;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px; }
  .ticketing-reports-page .modal-attendee-list .modal-xxl {
    margin: 0.5rem !important; }
    .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-header {
      padding: 16px; }
    .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body {
      padding: 0 16px 16px 16px; }
      .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body h4.ticket-name {
        font-size: 16px;
        font-weight: 700; }
      .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body span.ticket-date {
        font-size: 16px;
        font-weight: 400; }
      .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .total-number {
        margin-left: 14px; }
      .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile {
        display: flex;
        margin: 15px 0 0 0; }
        .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom {
          border-bottom: unset !important;
          background-color: #FCFCFD; }
          .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom .title-span {
            color: #7F8694; }
          .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom .title-span-1 {
            color: #25282D;
            word-break: break-all; }
          .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom .icon-info {
            background-image: url(/../assets/management/drop-down-v4-light.png);
            background-position: 50%;
            background-size: 100%;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px; }
          .ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom .show.icon-info {
            background-image: url(/../assets/management/drop-up-v4-light.png);
            background-position: 50%;
            background-size: 100%;
            background-repeat: no-repeat;
            height: 25px;
            width: 25px; }

  .artist_report_detail .modal-header {
    padding-left: 15px;
    padding-right: 15px; }
  .artist_report_detail .modal-body {
    padding-top: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .artist_report_detail .modal-body .card-profile {
      padding: 15px; }
      .artist_report_detail .modal-body .card-profile .info-profile .avatar {
        width: 80px;
        min-width: 80px;
        height: 80px; }
      .artist_report_detail .modal-body .card-profile .total-sales-mobile {
        padding-top: 1rem; }
        .artist_report_detail .modal-body .card-profile .total-sales-mobile span {
          color: #6B7280;
          font-size: 14px;
          font-weight: 400; }
        .artist_report_detail .modal-body .card-profile .total-sales-mobile p {
          margin: 0;
          color: #25282D;
          font-size: 24px;
          font-weight: 700; }
      .artist_report_detail .modal-body .card-profile .data-profile {
        padding-top: 1rem; }
        .artist_report_detail .modal-body .card-profile .data-profile .orders {
          border-left: unset;
          padding-left: 0;
          width: 50%; }
          .artist_report_detail .modal-body .card-profile .data-profile .orders span {
            font-size: 14px; }
          .artist_report_detail .modal-body .card-profile .data-profile .orders p {
            font-size: 24px; }
        .artist_report_detail .modal-body .card-profile .data-profile .tickets {
          width: 50%;
          text-align: center; }
          .artist_report_detail .modal-body .card-profile .data-profile .tickets span {
            font-size: 14px; }
          .artist_report_detail .modal-body .card-profile .data-profile .tickets p {
            font-size: 24px; }
    .artist_report_detail .modal-body .card-profile-right {
      padding-left: 0;
      padding-right: 0; }
      .artist_report_detail .modal-body .card-profile-right .header-card-profile-right {
        flex-direction: column;
        align-items: start !important;
        padding-top: 1.5rem; }
        .artist_report_detail .modal-body .card-profile-right .header-card-profile-right h6.event-name {
          font-size: 16px; }
        .artist_report_detail .modal-body .card-profile-right .header-card-profile-right .atbd-tag {
          margin-top: 20px; }
      .artist_report_detail .modal-body .card-profile-right .ticket-status {
        width: 100%;
        text-align: center; }
      .artist_report_detail .modal-body .card-profile-right .title-span {
        color: #7F8694;
        font-size: 14px;
        font-weight: 400; }
      .artist_report_detail .modal-body .card-profile-right .title-span-1 {
        color: #25282D;
        font-size: 14px;
        font-weight: 400; }
      .artist_report_detail .modal-body .card-profile-right .icon-info {
        background-image: url(/../assets/management/drop-down-v4-light.png);
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 25px;
        width: 25px; }
      .artist_report_detail .modal-body .card-profile-right .show.icon-info {
        background-image: url(/../assets/management/drop-up-v4-light.png);
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 25px;
        width: 25px; }
      .artist_report_detail .modal-body .card-profile-right .data-row-mobile {
        background: #FFFFFF;
        margin-top: 20px; }
    .artist_report_detail .modal-body .chart-profile {
      flex-direction: column; }
      .artist_report_detail .modal-body .chart-profile .orders-per-day,
      .artist_report_detail .modal-body .chart-profile .avg-transaction-amount {
        width: 100%; }
      .artist_report_detail .modal-body .chart-profile .avg-transaction-amount {
        margin-top: 30px;
        margin-bottom: 15px; } }
@media (min-width: 376px) and (max-width: 390px) {
  .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types a {
    padding-left: 8px;
    padding-right: 8px; } }
@media only screen and (max-width: 375px) {
  .ticketing-reports-page .mobile-author-actions {
    top: -5px !important; }
    .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types a {
      padding-left: 8px;
      padding-right: 8px; }
    .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types .btn-custom {
      margin-left: 6px !important; }
      .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types .btn-custom a {
        padding-left: 4px;
        padding-right: 4px; }
  .ticketing-reports-page .contents .reports-page .pagination-btn .atbd-pagination__link.pagination-control {
    width: 24px; }
  .ticketing-reports-page .contents .reports-page .pagination-btn .atbd-pagination__link.active {
    color: #167EFC;
    border-radius: 3px;
    background: rgba(22, 126, 252, 0.1) !important;
    padding: 4.5px 11.75px; }
  .ticketing-reports-page .contents .reports-page .pagination-btn .dropdown {
    background-color: #3D4148;
    border-radius: 3px; }
    .ticketing-reports-page .contents .reports-page .pagination-btn .dropdown .atbd-pagination__item .page-selection {
      padding: 0.5px 25px 0 10px;
      border: 1px solid #3D4148; } }
@media only screen and (max-width: 320px) {
  .ticketing-reports-page .mobile-author-actions {
    top: -5px !important; }
    .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types a {
      padding-left: 4px;
      padding-right: 4px;
      font-size: 11px; }
    .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types .btn-custom {
      margin-left: 10px !important; }
    .ticketing-reports-page .mobile-author-actions .breadcrumb-main .search-form input::-webkit-input-placeholder {
      font-size: 13px; }
    .ticketing-reports-page .mobile-author-actions .breadcrumb-main #reportrange .date-text {
      font-size: 13px; }
  .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft button svg {
    width: 20px;
    height: 20px; }
  .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft button .icon-select {
    width: 20px;
    height: 20px; } }
#balance {
  font-weight: bold; }

.ticket-sale-number {
  justify-content: end;
  font-weight: bold;
  text-align: center; }
  .ticket-sale-number .paid {
    margin-right: 20px; }

@media (max-width: 768px) {
  .ticket-sale-number {
    justify-content: start;
    margin-top: 20px; } }
.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show .ss-fake-bg-select {
  border-radius: 8px;
  max-height: 308px;
  padding: 1px;
  width: 100%;
  background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.05) 39%, rgba(255, 255, 255, 0.05) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }
  .ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show .ss-fake-bg-select .ss-fake-border-dropdown {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 8px;
    max-height: 306px;
    overflow-y: auto; }

.dark-mode.ticketing-reports-page .reports-page .total_tickets_on_sales {
  color: #ACB0BA; }
.dark-mode.ticketing-reports-page .reports-page .select-event-types .list-btn-event {
  border-radius: 3px;
  border: 1px solid #6B7280;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); }
  .dark-mode.ticketing-reports-page .reports-page .select-event-types .list-btn-event .btn-all.bg-active,
  .dark-mode.ticketing-reports-page .reports-page .select-event-types .list-btn-event .border-left.bg-active {
    background-color: #167EFC; }
    .dark-mode.ticketing-reports-page .reports-page .select-event-types .list-btn-event .btn-all.bg-active a.active,
    .dark-mode.ticketing-reports-page .reports-page .select-event-types .list-btn-event .border-left.bg-active a.active {
      color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .reports-page .select-event-types .list-btn-event .btn-all {
    background: #3D4148; }
  .dark-mode.ticketing-reports-page .reports-page .select-event-types .list-btn-event .border-left {
    border-left: 1px solid #6B7280 !important;
    background: #3D4148; }
.dark-mode.ticketing-reports-page .reports-page .select-event-types .btn-custom {
  border-radius: 3px;
  border: 1px solid #6B7280;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  background: #3D4148; }
  .dark-mode.ticketing-reports-page .reports-page .select-event-types .btn-custom a {
    color: #FFFFFF; }
.dark-mode.ticketing-reports-page .reports-page .select-event-types .btn-custom.bg-active {
  background-color: #167EFC; }
  .dark-mode.ticketing-reports-page .reports-page .select-event-types .btn-custom.bg-active a.active {
    color: #FFFFFF; }
.dark-mode.ticketing-reports-page .reports-page .search-form {
  background-color: #25282D;
  border: 1px solid #7F8694; }
  .dark-mode.ticketing-reports-page .reports-page .search-form input {
    background-color: #25282D; }
  .dark-mode.ticketing-reports-page .reports-page .search-form input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0 1000px #25282D inset;
    transition: background-color 5000s ease-in-out 0s; }
.dark-mode.ticketing-reports-page .reports-page .btn-calendar {
  background-color: #25282D !important;
  border: 1px solid #7F8694; }
.dark-mode.ticketing-reports-page .reports-page .dropdown-click .dropdown-menu.show {
  background: #25282D; }
.dark-mode.ticketing-reports-page .reports-page .dropdown-click .dropdown-menu.show a .down-pdf path {
  fill: #FFFFFF; }
.dark-mode.ticketing-reports-page .reports-page .dropdown-click .dropdown-menu.show a:hover .down-pdf path {
  fill: #167EFC; }
.dark-mode.ticketing-reports-page .reports-page .dropdown-click .dropdown-menu.show a .down-csv path {
  stroke: #FFFFFF; }
.dark-mode.ticketing-reports-page .reports-page .dropdown-click .dropdown-menu.show a:hover .down-csv path {
  stroke: #167EFC; }
.dark-mode.ticketing-reports-page .reports-page .card {
  background-color: unset;
  box-shadow: unset;
  padding: 0; }
  .dark-mode.ticketing-reports-page .reports-page .card .table-custom thead th {
    background: transparent;
    color: #C2C5CC; }
    .dark-mode.ticketing-reports-page .reports-page .card .table-custom thead th .sort-icon {
      color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .reports-page .card .table-custom td {
    color: #FFFFFF;
    background-color: #303338;
    border-bottom: 1px solid #3D4148; }
    .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .not-img {
      background: linear-gradient(0deg, #FCFCFD 0%, #FCFCFD 100%), #C7B9DA; }
      .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .not-img span {
        color: #000000; }
    .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .name {
      color: #FFFFFF; }
    .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .progress-custom .progress {
      background-color: #25282D !important; }
    .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown {
      background-color: unset !important; }
    .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view {
      background-color: unset !important; }
      .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view svg {
        color: #FFFFFF; }
      .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view .icon-coupon path {
        fill: #FFFFFF; }
      .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view .icon-quick-sales-report path {
        stroke: #FFFFFF; }
      .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show {
        border-radius: 8px;
        padding: 0;
        opacity: 0.95; }
        .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show .ss-fake-bg-select {
          border-radius: 8px;
          max-height: 308px;
          padding: 1px;
          width: 100%;
          background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.05) 39%, rgba(255, 255, 255, 0.05) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }
          .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show .ss-fake-bg-select .ss-fake-border-dropdown {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(50px);
            -webkit-backdrop-filter: blur(50px);
            box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
            padding: 8px;
            border-radius: 8px;
            max-height: 306px;
            overflow-y: auto; }
        .dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show a {
          color: #FFFFFF; }
.dark-mode.ticketing-reports-page .reports-page .atbd-pagination__link,
.dark-mode.ticketing-reports-page .reports-page .atbd-pagination__item .page-selection {
  background-color: unset !important;
  border: unset;
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page .reports-page .atbd-pagination__item .page-selection {
  padding: 4.5px 25px 4.5px 10px; }
.dark-mode.ticketing-reports-page .reports-page .atbd-pagination__link.active {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.dark-mode.ticketing-reports-page .reports-page .atbd-pagination__link:hover {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.dark-mode.ticketing-reports-page .reports-page .dropdown {
  background-color: #3D4148 !important;
  border-radius: 3px; }
.dark-mode.ticketing-reports-page .reports-page .atbd-pagination__item .paging-option:after {
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page .report_summary .card {
  border-radius: 4px;
  border: 1px #3D4148;
  background: #303338;
  padding-bottom: 16px; }
  .dark-mode.ticketing-reports-page .report_summary .card .tab-horizontal .nav-link {
    background: #303338;
    padding: 20px 16px; }
  .dark-mode.ticketing-reports-page .report_summary .card .atbd-tab .nav-tabs:after {
    height: 0px;
    background: #3D4148; }
  .dark-mode.ticketing-reports-page .report_summary .card .atbd-tab .nav-link:after {
    height: 1px; }
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-profiles,
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-ticket-names {
    position: relative;
    border: 1px solid #7F8694;
    border-radius: 3px;
    width: 100%; }
    .dark-mode.ticketing-reports-page .report_summary .card .title-select-profiles .select2-selection__clear,
    .dark-mode.ticketing-reports-page .report_summary .card .title-select-ticket-names .select2-selection__clear {
      display: none; }
    .dark-mode.ticketing-reports-page .report_summary .card .title-select-profiles .select2-selection,
    .dark-mode.ticketing-reports-page .report_summary .card .title-select-ticket-names .select2-selection {
      background-color: #303338; }
      .dark-mode.ticketing-reports-page .report_summary .card .title-select-profiles .select2-selection .select2-selection__choice,
      .dark-mode.ticketing-reports-page .report_summary .card .title-select-ticket-names .select2-selection .select2-selection__choice {
        position: relative;
        padding-right: 22px;
        background-color: #3D4148;
        color: #FFFFFF; }
        .dark-mode.ticketing-reports-page .report_summary .card .title-select-profiles .select2-selection .select2-selection__choice .select2-selection__choice__remove,
        .dark-mode.ticketing-reports-page .report_summary .card .title-select-ticket-names .select2-selection .select2-selection__choice .select2-selection__choice__remove {
          position: absolute;
          right: 4px;
          color: #FFFFFF;
          font-size: 14px;
          font-weight: normal;
          top: 3px; }
  .dark-mode.ticketing-reports-page .report_summary .card .form-select-ticket-names .select2-selection__clear, .dark-mode.ticketing-reports-page .report_summary .card .form-select-profile .select2-selection__clear {
    display: none; }
  .dark-mode.ticketing-reports-page .report_summary .card .form-select-ticket-names .select2-selection, .dark-mode.ticketing-reports-page .report_summary .card .form-select-profile .select2-selection {
    background-color: #303338; }
    .dark-mode.ticketing-reports-page .report_summary .card .form-select-ticket-names .select2-selection .select2-selection__choice, .dark-mode.ticketing-reports-page .report_summary .card .form-select-profile .select2-selection .select2-selection__choice {
      position: relative;
      padding-right: 22px;
      background-color: #3D4148;
      color: #FFFFFF; }
      .dark-mode.ticketing-reports-page .report_summary .card .form-select-ticket-names .select2-selection .select2-selection__choice .select2-selection__choice__remove, .dark-mode.ticketing-reports-page .report_summary .card .form-select-profile .select2-selection .select2-selection__choice .select2-selection__choice__remove {
        position: absolute;
        right: 4px;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: normal;
        top: 3px; }
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-profiles label,
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-ticket-names label {
    position: absolute;
    top: -10px;
    left: 12px;
    margin: 0;
    padding: 0 4px;
    z-index: 8;
    color: #7F8694;
    font-size: 12px; }
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-profiles label:after,
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-ticket-names label:after {
    content: " ";
    position: absolute;
    background-color: #303338;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 7px;
    z-index: -1; }
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-profiles:focus-within,
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-ticket-names:focus-within {
    border: 1px solid #2c99ff; }
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-profiles:focus-within label,
  .dark-mode.ticketing-reports-page .report_summary .card .title-select-ticket-names:focus-within label {
    color: #2c99ff; }
  .dark-mode.ticketing-reports-page .report_summary .card input.btn-save {
    border-radius: 4px;
    background: #167EFC;
    font-size: 14px;
    font-weight: 600; }
  .dark-mode.ticketing-reports-page .report_summary .card .summary-left {
    width: 60%;
    padding: 0 16px; }
  .dark-mode.ticketing-reports-page .report_summary .card .summary-right {
    width: 100%;
    padding: 0 16px; }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .mini-summary-chart {
      max-height: 204px;
      border-radius: 4px;
      border: 1px solid #3D4148;
      background: #3D4148; }
      .dark-mode.ticketing-reports-page .report_summary .card .summary-right .mini-summary-chart .forcast-value {
        color: #969BA7;
        font-size: 16px;
        font-weight: 500; }
      .dark-mode.ticketing-reports-page .report_summary .card .summary-right .mini-summary-chart .forcast-status {
        color: #FFF;
        font-size: 24px;
        font-weight: 600; }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .ss-static-bg {
      position: relative; }
      .dark-mode.ticketing-reports-page .report_summary .card .summary-right .ss-static-bg .ss-bg-fixed-box {
        position: absolute;
        top: 1px;
        left: 1px;
        border-radius: 12px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        background: #1F1D1E !important; }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .revenue-fake-border {
      background: linear-gradient(104.98deg, rgba(75, 154, 244, 0.1) 0.22%, rgba(75, 154, 244, 0.09) 34.47%, rgba(75, 154, 244, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #55B9F7 0%, transparent 100%); }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .face_value-fake-border {
      background: linear-gradient(104.98deg, rgba(84, 222, 25, 0.1) 0.22%, rgba(84, 222, 25, 0.09) 34.47%, rgba(84, 222, 25, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #80EF51 0%, transparent 100%); }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .tax-fake-border {
      background: linear-gradient(104.98deg, rgba(156, 81, 222, 0.1) 0.22%, rgba(156, 81, 222, 0.09) 34.47%, rgba(156, 81, 222, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #B36FEE 0%, transparent 100%); }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .tix_sold-fake-border {
      background: linear-gradient(104.98deg, rgba(203, 93, 20, 0.1) 0.22%, rgba(241, 169, 121, 0.09) 34.47%, rgba(242, 184, 146, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #F4B489 0%, transparent 100%); }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .revenue-bg-custom {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(56, 135, 217, 0.06) 76.44%) !important; }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .face_value-bg-custom {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(67, 166, 24, 0.06) 76.44%) !important; }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .tix_sold-bg-custom {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(240, 133, 61, 0.06) 76.44%) !important; }
    .dark-mode.ticketing-reports-page .report_summary .card .summary-right .tax-bg-custom {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(156, 81, 222, 0.06) 76.44%) !important; }
.dark-mode.ticketing-reports-page .report_summary .dropdown {
  background-color: #3D4148 !important;
  border-radius: 3px; }
.dark-mode.ticketing-reports-page #exportStripeReport .modal-header .modal-title {
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page #exportStripeReport .modal-body {
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page .coupons-header h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600; }
.dark-mode.ticketing-reports-page .coupons-body h4.ticket-name {
  color: #FFF; }
.dark-mode.ticketing-reports-page .coupons-body span.ticket-date {
  color: #FFF; }
.dark-mode.ticketing-reports-page .coupons-body .dropdown-custom-ss {
  background-color: unset; }
  .dark-mode.ticketing-reports-page .coupons-body .dropdown-custom-ss a .dropdown-coupon {
    color: #FFF; }
  .dark-mode.ticketing-reports-page .coupons-body .dropdown-custom-ss .dropdown-menu {
    background-color: #25282D;
    box-shadow: unset;
    border: 1px solid #3D4148; }
  .dark-mode.ticketing-reports-page .coupons-body .dropdown-custom-ss .dropdown-menu.show a span {
    color: #FFF; }
  .dark-mode.ticketing-reports-page .coupons-body .dropdown-custom-ss .dropdown-menu.show a .down-pdf path {
    fill: #FFF; }
  .dark-mode.ticketing-reports-page .coupons-body .dropdown-custom-ss .dropdown-menu.show a .down-csv path {
    stroke: #FFF; }
  .dark-mode.ticketing-reports-page .coupons-body .dropdown-custom-ss .dropdown-menu.show a:hover .down-pdf path {
    fill: #167EFC; }
  .dark-mode.ticketing-reports-page .coupons-body .dropdown-custom-ss .dropdown-menu.show a:hover .down-csv path {
    stroke: #167EFC; }
.dark-mode.ticketing-reports-page .coupons-body .total-number {
  color: #FFF; }
.dark-mode.ticketing-reports-page .coupons-body .table-custom thead th {
  padding: 12px 10px 12px 6px;
  background-color: #3D4148;
  border-radius: unset;
  color: #C2C5CC; }
.dark-mode.ticketing-reports-page .coupons-body .table-custom thead th:first-child {
  padding-left: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.dark-mode.ticketing-reports-page .coupons-body .table-custom thead th:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.dark-mode.ticketing-reports-page .coupons-body .table-custom tbody .border-bottom {
  background-color: #303338;
  border-bottom: 1px solid #3D4148 !important; }
  .dark-mode.ticketing-reports-page .coupons-body .table-custom tbody .border-bottom td {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .coupons-body .table-custom tbody .border-bottom td:first-child {
    padding-left: 15px; }
.dark-mode.ticketing-reports-page .attendee-list .modal-header h5 {
  color: #FFF; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body h4.ticket-name {
  color: #FFF; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body span.ticket-date {
  color: #FFF; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .dropdown-custom-ss {
  background-color: unset; }
  .dark-mode.ticketing-reports-page .attendee-list .modal-body .dropdown-custom-ss a .dropdown-attendee-list {
    color: #FFF; }
  .dark-mode.ticketing-reports-page .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu {
    background-color: #25282D;
    box-shadow: unset;
    border: 1px solid #3D4148; }
  .dark-mode.ticketing-reports-page .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a span {
    color: #FFF; }
  .dark-mode.ticketing-reports-page .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a .down-pdf path {
    fill: #FFF; }
  .dark-mode.ticketing-reports-page .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a .down-csv path {
    stroke: #FFF; }
  .dark-mode.ticketing-reports-page .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a:hover .down-pdf path {
    fill: #167EFC; }
  .dark-mode.ticketing-reports-page .attendee-list .modal-body .dropdown-custom-ss .dropdown-menu.show a:hover .down-csv path {
    stroke: #167EFC; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .table-custom tbody tr th {
  padding: 12px 10px 12px 6px;
  background-color: transparent;
  border-radius: unset;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .table-custom tbody tr th:first-child {
  padding-left: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .table-custom tbody tr th:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .table-custom tbody .ticket-order-item-row {
  background-color: #303338;
  border-bottom: 1px solid #3D4148 !important; }
  .dark-mode.ticketing-reports-page .attendee-list .modal-body .table-custom tbody .ticket-order-item-row td {
    padding: 15px 10px 15px 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .attendee-list .modal-body .table-custom tbody .ticket-order-item-row td:first-child {
    padding-left: 15px; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .atbd-pagination__item .dropdown-menu {
  top: 40px !important;
  left: auto !important; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .atbd-pagination__link,
.dark-mode.ticketing-reports-page .attendee-list .modal-body .atbd-pagination__item .page-selection {
  background-color: unset !important;
  border: unset;
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .atbd-pagination__item .page-selection {
  padding: 4.5px 25px 4.5px 10px; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .atbd-pagination__link.active {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .atbd-pagination__link:hover {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .atbd-pagination-custom .dropdown {
  background-color: #3D4148 !important;
  border-radius: 3px; }
.dark-mode.ticketing-reports-page .attendee-list .modal-body .atbd-pagination__item .paging-option:after {
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page .addon-detail .modal-header h5 {
  color: #FFF; }
.dark-mode.ticketing-reports-page .addon-detail .modal-body .table-custom thead th {
  padding: 12px 10px 12px 6px;
  background-color: #3D4148;
  border-radius: unset;
  color: #C2C5CC; }
.dark-mode.ticketing-reports-page .addon-detail .modal-body .table-custom thead th:first-child {
  padding-left: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.dark-mode.ticketing-reports-page .addon-detail .modal-body .table-custom thead th:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.dark-mode.ticketing-reports-page .addon-detail .modal-body .table-custom tbody .border-bottom {
  background-color: #303338;
  border-bottom: 1px solid #3D4148 !important; }
  .dark-mode.ticketing-reports-page .addon-detail .modal-body .table-custom tbody .border-bottom td {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .addon-detail .modal-body .table-custom tbody .border-bottom td:first-child {
    padding-left: 15px; }
.dark-mode.ticketing-reports-page .artist_report_detail .modal-content {
  background: #25282D; }
.dark-mode.ticketing-reports-page .artist_report_detail .modal-header h5 {
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page .artist_report_detail .modal-header .close {
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile {
  border: 1px solid #3D4148;
  background: #303338; }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .info-profile .info-profile-right h6 {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .info-profile .info-profile-right p span {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .data-profile .total-sales span,
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .data-profile .orders span,
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .data-profile .tickets span {
    color: #CDD0D5; }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .data-profile .total-sales p,
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .data-profile .orders p,
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .data-profile .tickets p {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .data-profile .orders,
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile .data-profile .tickets {
    border-left: 1px solid #6B7280; }
.dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile-right h6.event-name {
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile-right span.convert-datetime {
  color: #FFFFFF; }
.dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile-right .table-custom thead th {
  background-color: #3D4148 !important;
  color: #C2C5CC; }
.dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile-right .table-custom tbody {
  background: #303338; }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile-right .table-custom tbody tr td {
    color: #FFFFFF;
    border-bottom: 1px solid #3D4148; }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile-right .table-custom tbody tr:last-child td {
    border-bottom: unset; }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile-right .table-custom tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px; }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .card-profile-right .table-custom tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px; }
.dark-mode.ticketing-reports-page .artist_report_detail .artist-report .chart-profile .orders-per-day,
.dark-mode.ticketing-reports-page .artist_report_detail .artist-report .chart-profile .avg-transaction-amount {
  border: 1px solid #3D4148;
  background: #303338;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); }
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .chart-profile .orders-per-day h6,
  .dark-mode.ticketing-reports-page .artist_report_detail .artist-report .chart-profile .avg-transaction-amount h6 {
    border-bottom: 1px solid #3D4148;
    color: #FFFFFF; }
@media only screen and (max-width: 575px) {
  .dark-mode.ticketing-reports-page .mobile-author-actions.show {
    background-color: #25282D !important;
    box-shadow: unset; }
  .dark-mode.ticketing-reports-page .mobile-author-actions {
    background-color: #25282D !important;
    box-shadow: unset; }
    .dark-mode.ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types a {
      color: #FFFFFF; }
    .dark-mode.ticketing-reports-page .mobile-author-actions .breadcrumb-main .search-form button svg {
      color: #FFFFFF; }
    .dark-mode.ticketing-reports-page .mobile-author-actions .breadcrumb-main .search-form input::-webkit-input-placeholder {
      color: #FFFFFF !important; }
    .dark-mode.ticketing-reports-page .mobile-author-actions .breadcrumb-main #reportrange svg {
      color: #FFFFFF; }
    .dark-mode.ticketing-reports-page .mobile-author-actions .breadcrumb-main #reportrange .date-text {
      color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .header-top {
    background: #303338;
    border-bottom: 1px solid #3D4148;
    box-shadow: unset; }
    .dark-mode.ticketing-reports-page .header-top .navbar .navbar-left .sidebar-toggle svg path {
      stroke: #FFFFFF; }
    .dark-mode.ticketing-reports-page .header-top .navbar .navbar-left .title-attendees {
      color: #FFFFFF; }
    .dark-mode.ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft .dropdown-menu {
      background: #25282D; }
    .dark-mode.ticketing-reports-page .header-top .navbar .navbar-right .btn-author-action svg {
      color: #FFFFFF; }
    .dark-mode.ticketing-reports-page .header-top .navbar .navbar-right #balance {
      background: #013068; }
      .dark-mode.ticketing-reports-page .header-top .navbar .navbar-right #balance div:first-child {
        color: #67ABFD; }
      .dark-mode.ticketing-reports-page .header-top .navbar .navbar-right #balance div:last-child {
        color: #67ABFD; }
  .dark-mode.ticketing-reports-page .contents .reports-page .tr-mobile {
    border: none; }
    .dark-mode.ticketing-reports-page .contents .reports-page .tr-mobile td {
      border-bottom: unset; }
      .dark-mode.ticketing-reports-page .contents .reports-page .tr-mobile td .card .title-span {
        color: #ACB0BA; }
      .dark-mode.ticketing-reports-page .contents .reports-page .tr-mobile td .card .title-span-1 {
        color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .contents .reports-page .pagination-btn .atbd-pagination__link,
  .dark-mode.ticketing-reports-page .contents .reports-page .pagination-btn .atbd-pagination__item .page-selection {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .contents .reports-page .pagination-btn .atbd-pagination__link.active {
    color: #FFF; }
  .dark-mode.ticketing-reports-page .contents .report_summary .card .summary-left {
    width: 100%; }
  .dark-mode.ticketing-reports-page .contents .report_summary .card .summary-right .carousel-slide-left-button {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .contents .report_summary .card .summary-right .carousel-slide-right-button {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal .modal-coupons .coupons-body .dropdown-custom-ss a .dropdown-coupon {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal .modal-coupons .coupons-body .dropdown-custom-ss .dropdown-menu.show a span {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal .modal-coupons .coupons-body .dropdown-custom-ss .dropdown-menu.show a .down-pdf path {
    fill: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal .modal-coupons .coupons-body .dropdown-custom-ss .dropdown-menu.show a .down-csv path {
    stroke: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile .border-bottom .title-span {
    color: #ACB0BA; }
  .dark-mode.ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile .border-bottom .title-span-1 {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile .border-bottom .icon-info {
    background-image: url(/../assets/management/drop-down-v4.png); }
  .dark-mode.ticketing-reports-page .modal .modal-coupons .coupons-body .table-custom tbody .tr-mobile .border-bottom .show.icon-info {
    background-image: url(/../assets/management/drop-up-v4.png); }
  .dark-mode.ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile .border-bottom .title-span {
    color: #ACB0BA; }
  .dark-mode.ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile .border-bottom .title-span-1 {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile .border-bottom .icon-info {
    background-image: url(/../assets/management/drop-down-v4.png); }
  .dark-mode.ticketing-reports-page .modal .modal-addons .modal-body .table-custom tbody .tr-mobile .border-bottom .show.icon-info {
    background-image: url(/../assets/management/drop-up-v4.png); }
  .dark-mode.ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .dropdown-custom-ss a .dropdown-attendee-list {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .dropdown-custom-ss .dropdown-menu.show a span {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .dropdown-custom-ss .dropdown-menu.show a .down-pdf path {
    fill: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .dropdown-custom-ss .dropdown-menu.show a .down-csv path {
    stroke: #FFFFFF; }
  .dark-mode.ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom {
    background-color: #303338; }
    .dark-mode.ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom .title-span {
      color: #ACB0BA; }
    .dark-mode.ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom .title-span-1 {
      color: #FFFFFF; }
    .dark-mode.ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom .icon-info {
      background-image: url(/../assets/management/drop-down-v4.png); }
    .dark-mode.ticketing-reports-page .modal-attendee-list .modal-xxl .modal-body .table-custom tbody .tr-mobile .border-bottom .show.icon-info {
      background-image: url(/../assets/management/drop-up-v4.png); }
  .dark-mode.ticketing-reports-page .artist_report_detail .modal-body .card-profile .total-sales-mobile span {
    color: #CDD0D5; }
  .dark-mode.ticketing-reports-page .artist_report_detail .modal-body .card-profile .total-sales-mobile p {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .artist_report_detail .modal-body .card-profile .data-profile .orders {
    border-left: unset; }
  .dark-mode.ticketing-reports-page .artist_report_detail .modal-body .card-profile-right .title-span {
    color: #ACB0BA; }
  .dark-mode.ticketing-reports-page .artist_report_detail .modal-body .card-profile-right .title-span-1 {
    color: #FFFFFF; }
  .dark-mode.ticketing-reports-page .artist_report_detail .modal-body .card-profile-right .icon-info {
    background-image: url(/../assets/management/drop-down-v4.png); }
  .dark-mode.ticketing-reports-page .artist_report_detail .modal-body .card-profile-right .show.icon-info {
    background-image: url(/../assets/management/drop-up-v4.png); }
  .dark-mode.ticketing-reports-page .artist_report_detail .modal-body .card-profile-right .data-row-mobile {
    background: #303338; } }
@media only screen and (max-width: 375px) {
  .dark-mode.ticketing-reports-page .ticketing-reports-page .mobile-author-actions {
    top: -5px !important; }
    .dark-mode.ticketing-reports-page .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types a {
      padding-left: 8px;
      padding-right: 8px; }
    .dark-mode.ticketing-reports-page .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types .btn-custom {
      margin-left: 6px !important; }
      .dark-mode.ticketing-reports-page .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types .btn-custom a {
        padding-left: 4px;
        padding-right: 4px; }
  .dark-mode.ticketing-reports-page .ticketing-reports-page .contents .reports-page .pagination-btn .atbd-pagination__link.pagination-control {
    width: 24px; }
  .dark-mode.ticketing-reports-page .ticketing-reports-page .contents .reports-page .pagination-btn .atbd-pagination__link.active {
    color: #167EFC;
    border-radius: 3px;
    background: rgba(22, 126, 252, 0.1) !important;
    padding: 4.5px 11.75px; }
  .dark-mode.ticketing-reports-page .ticketing-reports-page .contents .reports-page .pagination-btn .dropdown {
    background-color: #3D4148;
    border-radius: 3px; }
    .dark-mode.ticketing-reports-page .ticketing-reports-page .contents .reports-page .pagination-btn .dropdown .atbd-pagination__item .page-selection {
      padding: 0.5px 25px 0 10px;
      border: 1px solid #3D4148; } }
@media only screen and (max-width: 320px) {
  .dark-mode.ticketing-reports-page .ticketing-reports-page .mobile-author-actions {
    top: -5px !important; }
    .dark-mode.ticketing-reports-page .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types a {
      padding-left: 4px;
      padding-right: 4px;
      font-size: 11px; }
    .dark-mode.ticketing-reports-page .ticketing-reports-page .mobile-author-actions .breadcrumb-main .select-event-types .btn-custom {
      margin-left: 10px !important; }
    .dark-mode.ticketing-reports-page .ticketing-reports-page .mobile-author-actions .breadcrumb-main .search-form input::-webkit-input-placeholder {
      font-size: 13px; }
    .dark-mode.ticketing-reports-page .ticketing-reports-page .mobile-author-actions .breadcrumb-main #reportrange .date-text {
      font-size: 13px; }
  .dark-mode.ticketing-reports-page .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft button svg {
    width: 20px;
    height: 20px; }
  .dark-mode.ticketing-reports-page .ticketing-reports-page .header-top .navbar .navbar-right .report-btn-group .dropdown-click .dropleft button .icon-select {
    width: 20px;
    height: 20px; } }

.head-title-page-v5 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 24px; }
  .head-title-page-v5 * {
    font-family: 'Greycliff CF Regular', sans-serif;
    color: #25282D; }

.rel {
  position: relative; }

.text-bold {
  font-family: 'Greycliff CF Bold', sans-serif; }

.text-sub-title-8 {
  color: rgba(0, 0, 0, 0.8); }

.fake-border-mini-chart {
  padding: 1px;
  border-radius: 12px; }

.ss-hidden-mobile-flex {
  display: inline-flex; }

.ss-show-mobile {
  display: none; }

.ss-flex-mobile {
  display: none !important; }

.fake-border {
  box-sizing: border-box;
  padding: 1px;
  border-radius: 8px;
  display: inline-flex;
  background: linear-gradient(156.52deg, rgba(0, 0, 0, 0.4) 2.12%, rgba(0, 0, 0, 0.05) 39%, rgba(0, 0, 0, 0.05) 54.33%, rgba(0, 0, 0, 0.1) 93.02%); }

#reportrange {
  background: #d0d1d2;
  height: 40px;
  display: flex;
  border-radius: 8px;
  align-items: center;
  padding: 0 12px;
  max-width: 280px;
  width: 100%;
  color: #25282D; }
  #reportrange svg {
    width: 20px;
    height: 20px; }

.d-flex-content-right {
  display: flex;
  justify-content: end;
  width: 100%;
  align-items: center; }

.balance {
  padding: 0 16px;
  border-radius: 8px;
  background-color: #B7D7FE;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.balance a {
  padding: 0;
  border: 0;
  margin: 0;
  display: block; }

.balance span {
  color: #0249A0;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0; }

.balance .f-16-bold {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Greycliff CF Bold'; }

.ss-v5-icon-menu {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .ss-v5-icon-menu .line-v5 {
    width: 100%;
    height: 2px;
    background: #25282D;
    border-radius: 1px;
    margin-bottom: 4px; }

.ui_v5_custom {
  /* Track */
  /* Handle */ }
  .ui_v5_custom .main-page-content {
    min-height: 100vh;
    background: #f5f7f8; }
  .ui_v5_custom .daterangepicker {
    min-width: 230px;
    border-radius: 8px;
    top: 70px !important; }
    .ui_v5_custom .daterangepicker .ranges {
      display: block;
      min-width: 228px;
      padding: 8px; }
      .ui_v5_custom .daterangepicker .ranges ul li {
        font-family: "Greycliff CF Regular", sans-serif;
        font-size: 14px;
        width: 100%;
        padding: 11px 8px;
        border: none;
        border-radius: 10px;
        line-height: 14px; }
        .ui_v5_custom .daterangepicker .ranges ul li:hover {
          background: rgba(255, 255, 255, 0.05); }
        .ui_v5_custom .daterangepicker .ranges ul li.active {
          background: rgba(255, 255, 255, 0.1); }
      .ui_v5_custom .daterangepicker .ranges ul li:not(:last-child) {
        margin-bottom: 2px; }
  .ui_v5_custom > .select2-container.select2-container--default.select2-container--open {
    top: 62px !important; }
  .ui_v5_custom .select2-dropdown {
    padding: 8px;
    border-radius: 8px; }
  .ui_v5_custom .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .ui_v5_custom .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 0;
    display: none; }
  .ui_v5_custom .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0; }
  .ui_v5_custom .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0; }
  .ui_v5_custom .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 8px; }
  .ui_v5_custom .select2-dropdown .select2-results__option {
    font-size: 14px;
    display: block;
    line-height: 14px;
    font-weight: 400;
    padding: 8px;
    border-radius: 6px; }

.ss-select-custom-v5 {
  position: relative;
  background: #d0d1d2;
  box-sizing: border-box;
  border-radius: 9px; }
  .ss-select-custom-v5 button {
    height: 40px;
    width: 100%;
    padding: 0 16px;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 8px; }
    .ss-select-custom-v5 button .label-text {
      margin-right: 10px; }
      .ss-select-custom-v5 button .label-text span {
        position: relative;
        max-width: 189px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inherit; }
  .ss-select-custom-v5 .icon-select {
    width: 18px;
    height: 18px; }
  .ss-select-custom-v5 .ss-list-content-v5 {
    position: absolute;
    z-index: 99;
    top: calc(100% + 6px);
    right: 0;
    width: 100%;
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(156.52deg, rgba(0, 0, 0, 0.4) 2.12%, rgba(0, 0, 0, 0.05) 39%, rgba(0, 0, 0, 0.05) 54.33%, rgba(0, 0, 0, 0.1) 93.02%);
    max-height: 367px; }
    .ss-select-custom-v5 .ss-list-content-v5.ss-hidden-v5 {
      display: none; }
    .ss-select-custom-v5 .ss-list-content-v5 .ss-list-custom-v5 {
      padding: 8px;
      border-radius: 8px;
      background: #FFF; }
      .ss-select-custom-v5 .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5 {
        color: #25282D;
        cursor: pointer;
        font-size: 14px; }
  .ss-select-custom-v5.export-btn-v5 .ss-list-content-v5 {
    width: 208px; }
    .ss-select-custom-v5.export-btn-v5 .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5 a {
      display: block;
      color: #25282D;
      font-size: 14px;
      padding: 12px 8px;
      border-radius: 10px;
      margin-bottom: 2px; }
      .ss-select-custom-v5.export-btn-v5 .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5 a:hover {
        background: rgba(0, 0, 0, 0.1); }
  .ss-select-custom-v5.select-type-btn .ss-list-content-v5 {
    width: 160px; }
    .ss-select-custom-v5.select-type-btn .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5 a {
      display: block;
      color: #25282D;
      font-size: 14px;
      padding: 12px 8px;
      border-radius: 10px;
      margin-bottom: 2px; }
      .ss-select-custom-v5.select-type-btn .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5 a:hover {
        background: rgba(0, 0, 0, 0.1); }
    .ss-select-custom-v5.select-type-btn .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5.bg-active a {
      background: rgba(0, 0, 0, 0.1); }

.search-form.search-form-v5 {
  position: relative;
  border-radius: 8px;
  background: #d0d1d2; }
  .search-form.search-form-v5 .ss-fake-pointer {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 4px; }
    .search-form.search-form-v5 .ss-fake-pointer.ss-remove {
      width: 0;
      height: 0; }
  .search-form.search-form-v5 button {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    padding: 0 10px;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .search-form.search-form-v5 button svg {
      width: 20px;
      height: 20px;
      color: #25282D; }
  .search-form.search-form-v5 input {
    padding-left: 0;
    padding-right: 0;
    width: 0px;
    transition: all 1s ease-in-out;
    background: #d0d1d2; }
    .search-form.search-form-v5 input.expand {
      width: 158px;
      padding-right: 4px;
      transition: all 1s ease-in-out; }

.ticketing-reports-page .reports-page .ss-tb-new-v5 {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px; }
  .ticketing-reports-page .reports-page .ss-tb-new-v5 .ss-table-content-v5 {
    border: 1px solid rgba(184, 184, 184, 0.15);
    padding: 24px;
    background: linear-gradient(142.31deg, rgba(184, 184, 184, 0.1) 9.84%, rgba(184, 184, 184, 0.1414) 42.97%, rgba(184, 184, 184, 0.1) 91.75%); }
    .ticketing-reports-page .reports-page .ss-tb-new-v5 .ss-table-content-v5 table {
      background: transparent !important;
      border-spacing: 0 10px !important;
      border-collapse: unset !important; }
  .ticketing-reports-page .reports-page .ss-tb-new-v5 .table-custom {
    margin-bottom: 0; }
  .ticketing-reports-page .reports-page .ss-tb-new-v5 .table-custom td {
    font-family: "Inter", sans-serif;
    font-weight: 600; }
    .ticketing-reports-page .reports-page .ss-tb-new-v5 .table-custom td .atbd-tag {
      width: 76px;
      height: 24px;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: capitalize;
      font-family: 'Greycliff CF Bold', sans-serif;
      font-size: 14px; }
      .ticketing-reports-page .reports-page .ss-tb-new-v5 .table-custom td .atbd-tag.done {
        background: rgba(47, 142, 243, 0.2);
        border: 1px solid rgba(47, 142, 243, 0.3);
        color: #62A6ED; }
      .ticketing-reports-page .reports-page .ss-tb-new-v5 .table-custom td .atbd-tag.tag-success {
        background: rgba(14, 233, 98, 0.2);
        border: 1px solid rgba(14, 233, 98, 0.3);
        color: #56DE8A; }
      .ticketing-reports-page .reports-page .ss-tb-new-v5 .table-custom td .atbd-tag .tag-light {
        background: rgba(146, 153, 184, 0.2);
        border: 1px solid rgba(146, 153, 184, 0.3);
        color: #5a5c60; }
    .ticketing-reports-page .reports-page .ss-tb-new-v5 .table-custom td .off-sale {
      width: 76px;
      height: 24px;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: capitalize;
      font-family: 'Greycliff CF Bold', sans-serif;
      background: rgba(146, 153, 184, 0.2);
      border: 1px solid rgba(146, 153, 184, 0.3);
      color: #5a5c60; }
.ticketing-reports-page .reports-page .atbd-pagination__link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: transparent;
  border: none !important;
  margin: 2.5px;
  font-family: 'Greycliff CF Regular', sans-serif;
  color: #000; }
  .ticketing-reports-page .reports-page .atbd-pagination__link.la {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: #d0d0d0 !important;
    font-family: 'Line Awesome Free'; }
.ticketing-reports-page .reports-page .atbd-pagination__link:hover,
.ticketing-reports-page .reports-page .atbd-pagination__link.active {
  color: #FFF;
  border-radius: 16px;
  background: #137EFC !important; }
  .ticketing-reports-page .reports-page .atbd-pagination__link:hover.la,
  .ticketing-reports-page .reports-page .atbd-pagination__link.active.la {
    color: #FFF; }
.ticketing-reports-page .reports-page .dropdown-menu .atbd-pagination__item .paging-option .page-selection {
  background: #f5f7f8 !important;
  color: #25282D !important; }

.border-radius-6px {
  border-radius: 6px; }

.icon-down.rorate {
  transform: rotate(180deg); }

.ticketing-reports-page .dropdown-menu {
  padding: 8px;
  width: 240px; }
  .ticketing-reports-page .dropdown-menu a {
    padding: 0;
    border-radius: 8px; }
  .ticketing-reports-page .dropdown-menu .ss-item-select-menu-table {
    padding: 8px;
    border-radius: 8px;
    display: flex; }
    .ticketing-reports-page .dropdown-menu .ss-item-select-menu-table:hover {
      background: rgba(255, 255, 255, 0.2); }
      .ticketing-reports-page .dropdown-menu .ss-item-select-menu-table:hover a {
        color: #25282D; }
    .ticketing-reports-page .dropdown-menu .ss-item-select-menu-table span {
      padding-left: 4px;
      display: block;
      line-height: 20px;
      color: #25282D; }
      .ticketing-reports-page .dropdown-menu .ss-item-select-menu-table span.currency_symbol {
        padding-left: 0;
        display: inline-flex;
        width: 16px;
        justify-content: center;
        align-items: center;
        height: 20px;
        line-height: 20px;
        font-size: 16px; }

body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .ss-tb-new-v5 .ss-table-content-v5 {
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(142.31deg, rgba(184, 184, 184, 0.1) 9.84%, rgba(184, 184, 184, 0.1414) 42.97%, rgba(184, 184, 184, 0.1) 91.75%);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px); }
  body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .ss-tb-new-v5 .ss-table-content-v5 table {
    background: transparent !important;
    border-spacing: 0 10px !important;
    border-collapse: unset !important; }
body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .ss-tb-new-v5 .table-custom .border-bottom {
  border-bottom: 1px solid transparent !important; }
body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .ss-tb-new-v5 .table-custom td {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05) !important;
  border-bottom: none !important; }
body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .atbd-pagination__link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1) !important;
  margin: 2.5px;
  font-family: 'Greycliff CF Regular', sans-serif; }
  body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .atbd-pagination__link.la {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-family: 'Line Awesome Free'; }
body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .atbd-pagination__link:hover, body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .atbd-pagination__link.active {
  color: #FFF;
  border-radius: 16px;
  background: #137EFC !important; }
body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .dropdown-menu .ss-item-select-menu-table:hover {
  background: rgba(255, 255, 255, 0.1); }
  body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .dropdown-menu .ss-item-select-menu-table:hover a {
    color: #FFF; }
body.dark-mode:not(.no-dark-mode).ticketing-reports-page .reports-page .dropdown-menu .ss-item-select-menu-table span {
  color: #FFF; }

.ticketing-reports-page .contents .reports-page .avatar.avatar-lg {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 6px; }

.ticketing-reports-page .contents .reports-page .avatar.avatar-lg .avatar-letter {
  font-size: 16px; }

.d-flex-item-center {
  display: flex;
  align-items: center; }

.mb-24px {
  margin-bottom: 24px; }

.ss-w-320px {
  width: 320px; }

.ss-d-flex {
  display: flex; }

.align-end {
  align-items: flex-end; }

.pl-16px {
  padding-left: 16px; }

.ss-grid-cols-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  width: 100%; }

.report_summary .card.ss-summary-content-v5 {
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(142.31deg, rgba(184, 184, 184, 0.1) 9.84%, rgba(184, 184, 184, 0.1414) 42.97%, rgba(184, 184, 184, 0.1) 91.75%);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(184, 184, 184, 0.15); }
  .report_summary .card.ss-summary-content-v5 .ss-summary-select-content {
    padding: 16px;
    background: #FFF;
    border-radius: 8px;
    border-top-left-radius: 0px; }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top {
      display: flex;
      width: 100%;
      gap: 16px;
      margin-bottom: 16px; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top h2 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
        color: #25282D; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .form-group {
        margin-bottom: 0; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .select2-selection {
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.2);
        min-height: 40px !important; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .select2-container--default .select2-selection--multiple {
        height: 40px; }
        .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .select2-container--default .select2-selection--multiple .select2-selection__rendered {
          overflow-y: auto;
          max-height: 40px;
          /* Track */
          /* Handle */ }
          .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .select2-container--default .select2-selection--multiple .select2-selection__rendered {
            -ms-overflow-style: none;
            /* IE and Edge */
            scrollbar-width: none;
            /* Firefox */ }
          .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
            width: 0;
            display: none; }
          .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
            background: transparent;
            border-radius: 0; }
          .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
            background: transparent;
            border-radius: 0; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .ss-flex-algin-end {
        display: flex;
        align-items: flex-end; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .btn-save-v5 {
        display: inline-flex;
        height: 40px;
        padding: 0 16px;
        border-radius: 12px;
        color: #FFF;
        background: #137EFC;
        cursor: pointer;
        font-family: "Inter", sans-serif;
        font-weight: 600; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .ss-dropdown-select {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%); }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .mini-summary-chart {
      height: 168px;
      backdrop-filter: blur(40px);
      -webkit-backdrop-filter: blur(40px);
      padding-top: 66px; }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .chart-desc {
      position: absolute;
      top: 16px;
      left: 16px;
      display: flex;
      width: calc(100% - 32px); }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .chart-desc .chart-desc-title {
        font-size: 16px;
        color: #25282D;
        line-height: 16px;
        margin-bottom: 8px; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .chart-desc .chart-desc-total {
        font-size: 18px;
        color: #25282D;
        line-height: 18px;
        font-family: 'Greycliff CF Bold'; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .chart-desc .abs {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        margin-left: 4px; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .chart-desc .ss-v5-icon-thumb-mini-chart {
        width: 42px;
        height: 42px; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .chart-desc .chart-desc-status img {
        width: 18px;
        height: 18px; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .chart-desc .color-up {
        color: #18CB7A !important; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .chart-desc .color-down {
        color: #F04438 !important; }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .ss-static-bg {
      position: relative; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .ss-static-bg .ss-bg-fixed-box {
        position: absolute;
        top: 1px;
        left: 1px;
        border-radius: 12px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        background: #FFF; }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .fake-border-mini-chart {
      padding: 1px;
      border-radius: 12px; }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .revenue-fake-border {
      background: linear-gradient(104.98deg, rgba(75, 154, 244, 0.46) 0.22%, rgba(75, 154, 244, 0.09) 34.47%, rgba(75, 154, 244, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #55B9F7 0%, transparent 100%); }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .face_value-fake-border {
      background: linear-gradient(104.98deg, rgba(84, 222, 25, 0.46) 0.22%, rgba(84, 222, 25, 0.09) 34.47%, rgba(84, 222, 25, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #80EF51 0%, transparent 100%); }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .tax-fake-border {
      background: linear-gradient(104.98deg, rgba(156, 81, 222, 0.46) 0.22%, rgba(156, 81, 222, 0.09) 34.47%, rgba(156, 81, 222, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #B36FEE 0%, transparent 100%); }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .tix_sold-fake-border {
      background: linear-gradient(104.98deg, rgba(203, 93, 20, 0.46) 0.22%, rgba(241, 169, 121, 0.09) 34.47%, rgba(242, 184, 146, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #F4B489 0%, transparent 100%); }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .revenue-bg-custom {
      background: linear-gradient(6deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1) 70.71%), linear-gradient(127deg, rgba(56, 135, 217, 0.25) 24.95%, rgba(56, 135, 217, 0.06) 76.44%); }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .face_value-bg-custom {
      background: linear-gradient(6deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1) 70.71%), linear-gradient(127deg, rgba(54, 127, 22, 0.25) 24.95%, rgba(67, 166, 24, 0.06) 76.44%); }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .tix_sold-bg-custom {
      background: linear-gradient(6deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1) 70.71%), linear-gradient(127deg, rgba(240, 133, 61, 0.25) 24.95%, rgba(240, 133, 61, 0.06) 76.44%); }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .tax-bg-custom {
      background: linear-gradient(6deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1) 70.71%), linear-gradient(127deg, rgba(156, 81, 222, 0.25) 24.95%, rgba(156, 81, 222, 0.06) 76.44%); }
  .report_summary .card.ss-summary-content-v5 .atbd-tab .nav-tabs {
    margin-bottom: 0; }
  .report_summary .card.ss-summary-content-v5 .tab-horizontal .nav-link {
    background: #FFF;
    padding: 8px 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #25282D; }
    .report_summary .card.ss-summary-content-v5 .tab-horizontal .nav-link .active {
      color: #25282D; }
    .report_summary .card.ss-summary-content-v5 .tab-horizontal .nav-link:after {
      width: 0;
      height: 0; }

body.dark-mode:not(.no-dark-mode) .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .ss-static-bg .ss-bg-fixed-box {
  background: #1F1D1E; }

body.dark-mode:not(.no-dark-mode) .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .revenue-fake-border {
  background: linear-gradient(104.98deg, rgba(75, 154, 244, 0.1) 0.22%, rgba(75, 154, 244, 0.09) 34.47%, rgba(75, 154, 244, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #55B9F7 0%, transparent 100%); }
body.dark-mode:not(.no-dark-mode) .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .face_value-fake-border {
  background: linear-gradient(104.98deg, rgba(84, 222, 25, 0.1) 0.22%, rgba(84, 222, 25, 0.09) 34.47%, rgba(84, 222, 25, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #80EF51 0%, transparent 100%); }
body.dark-mode:not(.no-dark-mode) .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .tax-fake-border {
  background: linear-gradient(104.98deg, rgba(156, 81, 222, 0.1) 0.22%, rgba(156, 81, 222, 0.09) 34.47%, rgba(156, 81, 222, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #B36FEE 0%, transparent 100%); }
body.dark-mode:not(.no-dark-mode) .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .tix_sold-fake-border {
  background: linear-gradient(104.98deg, rgba(203, 93, 20, 0.1) 0.22%, rgba(241, 169, 121, 0.09) 34.47%, rgba(242, 184, 146, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #F4B489 0%, transparent 100%); }
body.dark-mode:not(.no-dark-mode) .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .revenue-bg-custom {
  background: linear-gradient(to bottom, rgba(56, 135, 217, 0.25) 24.95%, rgba(56, 135, 217, 0.06) 76.44%) !important; }
body.dark-mode:not(.no-dark-mode) .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .face_value-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(67, 166, 24, 0.06) 76.44%) !important; }
body.dark-mode:not(.no-dark-mode) .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .tix_sold-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(240, 133, 61, 0.06) 76.44%) !important; }
body.dark-mode:not(.no-dark-mode) .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-chart-summary .tax-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(156, 81, 222, 0.06) 76.44%) !important; }

.icon-black {
  filter: brightness(0); }

body.dark-mode:not(.no-dark-mode) .icon-black {
  filter: unset; }

body.dark-mode:not(.no-dark-mode) .head-title-page-v5 * {
  color: #FFF; }

.daterangepicker .ranges li.active {
  color: #137EFC; }

body.dark-mode:not(.no-dark-mode) .daterangepicker .ranges li.active {
  color: #FFF; }

.scrollbar-custom-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.scrollbar-custom-hidden::-webkit-scrollbar {
  width: 0;
  display: none; }

/* Track */
.scrollbar-custom-hidden::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0; }

/* Handle */
.scrollbar-custom-hidden::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0; }

.ticketing-reports-page .ss-custom-dropdown {
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  padding: 0;
  opacity: 0.95; }
  .ticketing-reports-page .ss-custom-dropdown .ss-fake-bg-select {
    border-radius: 8px;
    max-height: 308px;
    padding: 1px;
    width: 100%;
    background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.05) 39%, rgba(255, 255, 255, 0.05) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }
    .ticketing-reports-page .ss-custom-dropdown .ss-fake-bg-select .ss-fake-border-dropdown {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
      padding: 8px;
      border-radius: 8px;
      max-height: 306px;
      overflow-y: auto; }
  .ticketing-reports-page .ss-custom-dropdown a {
    color: #25282D; }
  .ticketing-reports-page .ss-custom-dropdown .ss-profile-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer; }
    .ticketing-reports-page .ss-custom-dropdown .ss-profile-item:hover {
      background: rgba(255, 255, 255, 0.1); }
    .ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-avt {
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 12px;
      background: #4A4A4A;
      overflow: hidden; }
      .ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-avt img {
        width: 100%;
        height: 100%; }
      .ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-avt span {
        font-size: 12px;
        color: #FFF; }
    .ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-text {
      flex: 1;
      padding-left: 8px; }
      .ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-text p {
        font-size: 14px;
        line-height: 24px;
        color: #25282D;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }

.new-popup-v5 .ss-static-bg {
  position: relative;
  border-radius: 12px; }
  .new-popup-v5 .ss-static-bg .ss-bg-fixed-box {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 12px;
    width: calc(100% - 2px);
    height: calc(100% - 2px); }
.new-popup-v5 .fake-border-mini-chart {
  padding: 1px;
  border-radius: 12px; }
.new-popup-v5 .chart-salePerDay-fake-border {
  background: linear-gradient(104.98deg, rgba(75, 154, 244, 0.1) 0.22%, rgba(75, 154, 244, 0.09) 34.47%, rgba(75, 154, 244, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #55B9F7 0%, transparent 100%); }
.new-popup-v5 .chart-transactions-fake-border {
  background: linear-gradient(104.98deg, rgba(84, 222, 25, 0.1) 0.22%, rgba(84, 222, 25, 0.09) 34.47%, rgba(84, 222, 25, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #80EF51 0%, transparent 100%); }
.new-popup-v5 .salePerDay-bg-custom {
  background: linear-gradient(to bottom, #e4f1ff 24.95%, rgba(56, 135, 217, 0.06) 76.44%) !important;
  padding: 48px 12px 12px;
  border-radius: 12px;
  position: relative; }
  .new-popup-v5 .salePerDay-bg-custom .ss-header {
    position: absolute;
    top: 12px;
    left: 12px; }
    .new-popup-v5 .salePerDay-bg-custom .ss-header h2 {
      font-family: 'Greycliff CF Bold';
      font-size: 16px;
      line-height: 16px;
      color: #252525;
      margin: 0 0 8px; }
    .new-popup-v5 .salePerDay-bg-custom .ss-header p {
      font-family: 'Greycliff CF Bold';
      font-size: 12px;
      line-height: 12px;
      color: #252525;
      margin: 0; }
.new-popup-v5 .transactions-bg-custom {
  background: linear-gradient(to bottom, #f3ffee 24.95%, rgba(67, 166, 24, 0.06) 76.44%) !important;
  padding: 48px 12px 12px;
  border-radius: 12px;
  position: relative; }
  .new-popup-v5 .transactions-bg-custom .ss-header {
    position: absolute;
    top: 12px;
    left: 12px; }
    .new-popup-v5 .transactions-bg-custom .ss-header h2 {
      font-family: 'Greycliff CF Bold';
      font-size: 16px;
      line-height: 16px;
      color: #25282D;
      margin: 0 0 8px; }
    .new-popup-v5 .transactions-bg-custom .ss-header p {
      font-family: 'Greycliff CF Bold';
      font-size: 12px;
      line-height: 12px;
      color: #25282D;
      margin: 0; }
.new-popup-v5 .icon-info {
  background-image: url(/../assets/management/drop-down-v4-light.png);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px; }
.new-popup-v5 .show.icon-info {
  background-image: url(/../assets/management/drop-up-v4-light.png);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px; }

body.dark-mode:not(.no-dark-mode) .new-popup-v5 .ss-static-bg {
  position: relative;
  border-radius: 12px; }
  body.dark-mode:not(.no-dark-mode) .new-popup-v5 .ss-static-bg .ss-bg-fixed-box {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 12px;
    width: calc(100% - 2px);
    height: calc(100% - 2px); }
body.dark-mode:not(.no-dark-mode) .new-popup-v5 .fake-border-mini-chart {
  padding: 1px;
  border-radius: 12px; }
body.dark-mode:not(.no-dark-mode) .new-popup-v5 .chart-salePerDay-fake-border {
  background: linear-gradient(104.98deg, rgba(75, 154, 244, 0.1) 0.22%, rgba(75, 154, 244, 0.09) 34.47%, rgba(75, 154, 244, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #55B9F7 0%, transparent 100%); }
body.dark-mode:not(.no-dark-mode) .new-popup-v5 .chart-transactions-fake-border {
  background: linear-gradient(104.98deg, rgba(84, 222, 25, 0.1) 0.22%, rgba(84, 222, 25, 0.09) 34.47%, rgba(84, 222, 25, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #80EF51 0%, transparent 100%); }
body.dark-mode:not(.no-dark-mode) .new-popup-v5 .salePerDay-bg-custom {
  background: linear-gradient(to bottom, #0d1823 24.95%, rgba(56, 135, 217, 0.06) 76.44%) !important;
  padding: 48px 12px 12px;
  border-radius: 12px;
  position: relative; }
  body.dark-mode:not(.no-dark-mode) .new-popup-v5 .salePerDay-bg-custom .ss-header h2 {
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .new-popup-v5 .salePerDay-bg-custom .ss-header p {
    color: #FFF; }
body.dark-mode:not(.no-dark-mode) .new-popup-v5 .transactions-bg-custom {
  background: linear-gradient(to bottom, #0e1b08 24.95%, rgba(67, 166, 24, 0.06) 76.44%) !important;
  padding: 48px 12px 12px;
  border-radius: 12px;
  position: relative; }
  body.dark-mode:not(.no-dark-mode) .new-popup-v5 .transactions-bg-custom .ss-header h2 {
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .new-popup-v5 .transactions-bg-custom .ss-header p {
    color: #FFF; }
body.dark-mode:not(.no-dark-mode) .new-popup-v5 .icon-info {
  background-image: url(/../assets/management/drop-down-v4.png); }
body.dark-mode:not(.no-dark-mode) .new-popup-v5 .show.icon-info {
  background-image: url(/../assets/management/drop-up-v4.png); }

body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown {
  border-radius: 8px;
  border: none;
  padding: 0;
  opacity: 0.95; }
  body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown .ss-fake-bg-select {
    border-radius: 8px;
    max-height: 308px;
    padding: 1px;
    width: 100%;
    background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.05) 39%, rgba(255, 255, 255, 0.05) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }
    body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown .ss-fake-bg-select .ss-fake-border-dropdown {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
      padding: 8px;
      border-radius: 8px;
      max-height: 306px;
      overflow-y: auto; }
  body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown a {
    color: #FFFFFF; }
  body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown .ss-profile-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer; }
    body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown .ss-profile-item:hover {
      background: rgba(255, 255, 255, 0.1); }
    body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-avt {
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 12px;
      background: #4A4A4A;
      overflow: hidden; }
      body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-avt img {
        width: 100%;
        height: 100%; }
      body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-avt span {
        font-size: 12px;
        color: #FFF; }
    body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-text {
      flex: 1;
      padding-left: 8px; }
      body.dark-mode:not(.no-dark-mode).ticketing-reports-page .ss-custom-dropdown .ss-profile-item .ss-profile-item-text p {
        font-size: 14px;
        line-height: 24px;
        color: #FFF;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }

body.dark-mode:not(.no-dark-mode) .main-page-content.ui_update_v5, body.dark-mode:not(.no-dark-mode) .ui_update_v5 .main-page-content {
  background-color: #000403 !important; }

body.dark-mode.ticketing-reports-page .reports-page .card .table-custom td .dropdown-scroll-into-view .dropdown-menu.show {
  background: #1F1D1E; }

.dark-mode.ticketing-reports-page .dropdown-custom-ss .dropdown-menu {
  border-radius: 8px;
  padding: 0;
  opacity: 0.95;
  margin-top: 5px; }
  .dark-mode.ticketing-reports-page .dropdown-custom-ss .dropdown-menu.ss-border-static {
    border: 1px solid #3D4148; }

.dark-mode.ticketing-reports-page .reports-page .dropdown-click .dropdown-menu.show {
  border-radius: 8px;
  padding: 0;
  opacity: 0.95; }
  .dark-mode.ticketing-reports-page .reports-page .dropdown-click .dropdown-menu.show .ss-fake-bg-select {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    box-shadow: 0 4px 13.4px 0 rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 8px; }
  .dark-mode.ticketing-reports-page .reports-page .dropdown-click .dropdown-menu.show a {
    color: #FFFFFF; }

body.dark-mode.ticketing-reports-page .dropdown .dropdown-menu .dropdown-item:hover {
  color: #FFF;
  background: rgba(255, 255, 255, 0.05); }
  body.dark-mode.ticketing-reports-page .dropdown .dropdown-menu .dropdown-item:hover span {
    color: #FFF; }

.ticketing-reports-page .reports-page .card .table-custom td .more-avatars {
  border: 1px solid #000 !important;
  background: #4A4A4A !important;
  overflow: hidden; }
  .ticketing-reports-page .reports-page .card .table-custom td .more-avatars .events-size, .ticketing-reports-page .reports-page .card .table-custom td .more-avatars span {
    color: #FFF !important;
    background: transparent !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px; }

body.dark-mode.ticketing-reports-page .reports-page .card .table-custom td .more-avatars {
  border: 1px solid #FFF !important;
  background: #4A4A4A !important; }
  body.dark-mode.ticketing-reports-page .reports-page .card .table-custom td .more-avatars .events-size, body.dark-mode.ticketing-reports-page .reports-page .card .table-custom td .more-avatars span {
    color: #FFF !important;
    background: transparent !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px; }

body.dark-mode:not(.no-dark-mode).ui_v5_custom .dark-mode-show {
  display: block; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .light-mode-show {
  display: none; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .fake-border {
  box-sizing: border-box;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .balance {
  background: #091c33; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .balance span {
  color: #137EFC; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom #reportrange {
  background: #1F1D1E;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 8px;
  border: none;
  color: white; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-v5-icon-menu .line-v5 {
  background: #FFF; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .daterangepicker {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.1); }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .daterangepicker .ranges ul li:hover {
    background: rgba(255, 255, 255, 0.05); }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .daterangepicker .ranges ul li.active {
    background: rgba(255, 255, 255, 0.1); }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-dropdown {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.1); }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-container--default .select2-search--dropdown .select2-search__field {
  background: transparent;
  color: #fff; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-results__option--highlighted {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #FFF !important; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-container--default .select2-results__option[aria-selected=true],
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(255, 255, 255, 0.1); }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-select-custom-v5 {
  border: none;
  border-radius: 8px; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-select-custom-v5 button {
    background: #1F1D1E; }
    body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-select-custom-v5 button .label-text span {
      color: #FFF; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-select-custom-v5 .ss-list-content-v5 {
    background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.05) 39%, rgba(255, 255, 255, 0.05) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }
    body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-select-custom-v5 .ss-list-content-v5 .ss-list-custom-v5 {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px); }
      body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-select-custom-v5 .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5 {
        color: #FFF; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-select-custom-v5.export-btn-v5 .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5 a {
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-select-custom-v5.select-type-btn .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5 a {
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .ss-select-custom-v5.select-type-btn .ss-list-content-v5 .ss-list-custom-v5 .ss-item-list-v5.bg-active a {
    background: rgba(255, 255, 255, 0.1); }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .search-form.search-form-v5 {
  background: #1F1D1E; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .search-form.search-form-v5 button svg {
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .search-form.search-form-v5 input {
    background: #1F1D1E; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 {
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(142.31deg, rgba(184, 184, 184, 0.1) 9.84%, rgba(184, 184, 184, 0.1414) 42.97%, rgba(184, 184, 184, 0.1) 91.75%);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.15); }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 h1 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Greycliff CF Regular';
    margin: 0;
    padding: 0; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .atbd-tab .nav-tabs {
    margin-bottom: 0; }
    body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .atbd-tab .nav-tabs:after {
      width: 0; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .tab-horizontal .nav-link {
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff; }
    body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .tab-horizontal .nav-link .active {
      color: #fff; }
    body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .tab-horizontal .nav-link:after {
      width: 0; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .ss-summary-select-content {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border-top-left-radius: 0px; }
    body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top h2 {
      color: #FFF; }
    body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .select2-selection {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2); }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .ss-chart-summary .chart-desc .chart-desc-title {
    color: rgba(255, 255, 255, 0.8); }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .ss-chart-summary .chart-desc .chart-desc-total {
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .remove-bg-v5 {
    background: transparent !important; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .btn-ex-v5 {
    border-radius: 12px !important;
    height: 40px;
    background: #137EFC;
    padding: 0 8px; }
    body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .btn-ex-v5 .export {
      margin: 0 6px; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 button.btn-ex-v5 .icon-select {
    background-image: url(/../assets/management/select-down.png);
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    margin-right: 0; }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .report_summary .card.ss-summary-content-v5 .icon-export-w-18 {
    width: 18px !important;
    height: 18px !important; }

.d-flex-desktop {
  display: flex; }

.ss-v5-status {
  height: 24px;
  display: inline-flex;
  border-radius: 12px;
  padding: 0 8px;
  font-size: 14px;
  font-family: 'Greycliff CF Regular';
  border: 1px solid transparent;
  color: #FFF;
  white-space: nowrap; }
  .ss-v5-status.ss-primary {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.3);
    color: #62A6ED; }
  .ss-v5-status.ss-success {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.3);
    color: #56DE8A; }
  .ss-v5-status.ss-light {
    background: rgba(146, 153, 184, 0.2);
    border: 1px solid rgba(146, 153, 184, 0.5);
    color: #25282D; }
  .ss-v5-status.ss-warning {
    background: rgba(198, 125, 42, 0.2);
    border: 1px solid rgba(198, 125, 42, 0.5);
    color: #DD2461; }
  .ss-v5-status.ss-scanned {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.3);
    color: #56DE8A; }
  .ss-v5-status.ss-not-scanned {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.3);
    color: #62A6ED; }

body.dark-mode:not(.no-dark-mode) .ss-v5-status {
  height: 24px;
  display: inline-flex;
  border-radius: 12px;
  padding: 0 8px;
  font-size: 14px;
  font-family: 'Greycliff CF Bold';
  border: 1px solid transparent;
  color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .ss-v5-status.ss-primary {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.3);
    color: #62A6ED; }
  body.dark-mode:not(.no-dark-mode) .ss-v5-status.ss-success {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.3);
    color: #56DE8A; }
  body.dark-mode:not(.no-dark-mode) .ss-v5-status.ss-light {
    background: rgba(146, 153, 184, 0.2);
    border: 1px solid rgba(146, 153, 184, 0.3);
    color: #25282D; }
  body.dark-mode:not(.no-dark-mode) .ss-v5-status.ss-warning {
    background: rgba(198, 125, 42, 0.2);
    border: 1px solid rgba(198, 125, 42, 0.5);
    color: #DD2461; }
  body.dark-mode:not(.no-dark-mode) .ss-v5-status.ss-scanned {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.3);
    color: #56DE8A; }
  body.dark-mode:not(.no-dark-mode) .ss-v5-status.ss-not-scanned {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.3);
    color: #62A6ED; }

.modal-dialog .new-popup-v5 .modal-header h5 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Greycliff CF Bold'; }
.modal-dialog .new-popup-v5 .modal-header .close {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .modal-dialog .new-popup-v5 .modal-header .close svg {
    width: 18px;
    height: 18px; }
.modal-dialog .new-popup-v5 .modal-body h4.ticket-name {
  font-size: 32px;
  line-height: 32px;
  font-family: 'Greycliff CF Regular';
  margin-bottom: 8px;
  color: #25282D; }
.modal-dialog .new-popup-v5 .modal-body span.ticket-date {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Greycliff CF Bold';
  margin-right: 8px;
  display: block;
  color: #25282D; }
.modal-dialog .new-popup-v5 .modal-body .btn-ex-v5 {
  border-radius: 12px !important;
  height: 40px;
  background: #137EFC;
  padding: 0 8px; }
  .modal-dialog .new-popup-v5 .modal-body .btn-ex-v5 .export {
    margin: 0 6px; }
  .modal-dialog .new-popup-v5 .modal-body .btn-ex-v5 span {
    color: #FFF; }
.modal-dialog .new-popup-v5 .modal-body button.btn-ex-v5 .icon-select {
  background-image: url(/../assets/management/select-down.png);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 0; }
.modal-dialog .new-popup-v5 .modal-body .dropdown-menu {
  padding: 8px; }
  .modal-dialog .new-popup-v5 .modal-body .dropdown-menu .dropdown-item {
    font-weight: 400;
    padding: 12px 8px;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1.1;
    border-radius: 8px; }
    .modal-dialog .new-popup-v5 .modal-body .dropdown-menu .dropdown-item:hover {
      background: rgba(255, 255, 255, 0.05); }
.modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05); }
  .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .ss-table-content-v5 {
    padding: 16px;
    background: rgba(255, 255, 255, 0.3); }
  .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom {
    margin-bottom: 0;
    background: transparent !important;
    border-spacing: 0 10px !important;
    border-collapse: unset !important; }
    .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom .border-bottom {
      border-bottom: 1px solid transparent !important; }
    .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom thead th {
      padding: 12px 6px;
      background-color: transparent;
      border-radius: unset;
      color: #25282D; }
  .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    background: #FFF !important;
    border-bottom: none !important; }
    .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td .atbd-tag {
      width: 76px;
      height: 24px;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: capitalize;
      font-family: 'Greycliff CF Regular', sans-serif; }
      .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td .atbd-tag.done {
        background: rgba(47, 142, 243, 0.2);
        border: 1px solid rgba(47, 142, 243, 0.3);
        color: #62A6ED; }
      .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td .atbd-tag.tag-success {
        background: rgba(14, 233, 98, 0.2);
        border: 1px solid rgba(14, 233, 98, 0.3);
        color: #56DE8A; }
      .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td .atbd-tag .tag-light {
        background: rgba(146, 153, 184, 0.2);
        border: 1px solid rgba(146, 153, 184, 0.3);
        color: #5a5c60; }
.modal-dialog .new-popup-v5 .modal-body .atbd-pagination__link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1) !important;
  margin: 2.5px;
  font-family: 'Greycliff CF Regular', sans-serif; }
  .modal-dialog .new-popup-v5 .modal-body .atbd-pagination__link.la {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: #d0d0d0 !important;
    font-family: 'Line Awesome Free'; }
.modal-dialog .new-popup-v5 .modal-body .atbd-pagination__link:hover,
.modal-dialog .new-popup-v5 .modal-body .atbd-pagination__link.active {
  color: #FFF;
  border-radius: 16px;
  background: #137EFC !important; }
.modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content {
  margin-bottom: 24px; }
  .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .col-md-4 {
    padding-left: 12px;
    padding-right: 12px; }
  .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info {
    background: #FFF;
    border-radius: 8px;
    padding: 16px; }
    .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info h2 {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 8px;
      padding: 0;
      color: #25282D; }
    .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info p {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 16px;
      padding: 0;
      color: #25282D; }
    .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-avatar-thumb {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 16px; }
      .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-avatar-thumb img {
        width: 100%;
        height: 100%; }
    .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-sale-info {
      display: grid;
      grid-template-columns: 3fr 2fr 2fr;
      grid-gap: 0px;
      width: 100%; }
      .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-sale-info .br-solid {
        border-right: 1px solid rgba(255, 255, 255, 0.8); }
      .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-sale-info h4 {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 8px;
        padding: 0;
        color: rgba(255, 255, 255, 0.8);
        font-family: 'Greycliff CF Bold'; }
      .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-sale-info h3 {
        font-size: 22px;
        line-height: 22px;
        margin: 0;
        padding: 0;
        color: #25282D;
        font-family: 'Greycliff CF Bold'; }

body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-header h5 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Greycliff CF Bold'; }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-header .close {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-header .close svg {
    width: 18px;
    height: 18px; }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body h4.ticket-name {
  font-size: 32px;
  line-height: 32px;
  font-family: 'Greycliff CF Regular';
  margin-bottom: 8px;
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body span.ticket-date {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Greycliff CF Bold';
  margin-right: 8px;
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .btn-ex-v5 {
  border-radius: 12px !important;
  height: 40px;
  background: #137EFC;
  padding: 0 8px; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .btn-ex-v5 .export {
    margin: 0 6px; }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body button.btn-ex-v5 .icon-select {
  background-image: url(/../assets/management/select-down.png);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 0; }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .dropdown-menu {
  padding: 8px; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .dropdown-menu .dropdown-item {
    font-weight: 400;
    padding: 12px 8px;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    line-height: 1.1;
    border-radius: 8px; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .dropdown-menu .dropdown-item:hover {
      background: rgba(255, 255, 255, 0.05); }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05); }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .ss-table-content-v5 {
    padding: 16px;
    background: transparent; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom {
    margin-bottom: 0;
    background: transparent !important;
    border-spacing: 0 10px !important;
    border-collapse: unset !important; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom .border-bottom {
      border-bottom: 1px solid transparent !important; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom thead th {
      padding: 12px 6px;
      background-color: transparent;
      border-radius: unset;
      color: #FFFF; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    background: #2d2d2d !important;
    border-bottom: none !important; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td .atbd-tag {
      width: 76px;
      height: 24px;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: capitalize;
      font-family: 'Greycliff CF Regular', sans-serif; }
      body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td .atbd-tag.done {
        background: rgba(47, 142, 243, 0.2);
        border: 1px solid rgba(47, 142, 243, 0.3);
        color: #62A6ED; }
      body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td .atbd-tag.tag-success {
        background: rgba(14, 233, 98, 0.2);
        border: 1px solid rgba(14, 233, 98, 0.3);
        color: #56DE8A; }
      body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td .atbd-tag .tag-light {
        background: rgba(146, 153, 184, 0.2);
        border: 1px solid rgba(146, 153, 184, 0.3);
        color: #5a5c60; }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .atbd-pagination__link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1) !important;
  margin: 2.5px;
  font-family: 'Greycliff CF Regular', sans-serif; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .atbd-pagination__link.la {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-family: 'Line Awesome Free'; }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .atbd-pagination__link:hover,
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .atbd-pagination__link.active {
  color: #FFF;
  border-radius: 16px;
  background: #137EFC !important; }
body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content {
  margin-bottom: 24px; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .col-md-4 {
    padding-left: 12px;
    padding-right: 12px; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 16px; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info h2 {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 8px;
      padding: 0;
      color: #FFF; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info p {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 16px;
      padding: 0;
      color: #FFF; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-avatar-thumb {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 16px; }
      body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-avatar-thumb img {
        width: 100%;
        height: 100%; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-sale-info {
      display: grid;
      grid-template-columns: 3fr 2fr 2fr;
      grid-gap: 0px;
      width: 100%; }
      body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-sale-info .br-solid {
        border-right: 1px solid rgba(255, 255, 255, 0.8); }
      body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-sale-info h4 {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 8px;
        padding: 0;
        color: rgba(255, 255, 255, 0.8);
        font-family: 'Greycliff CF Bold'; }
      body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-content .ss-profile-report-info .ss-sale-info h3 {
        font-size: 22px;
        line-height: 22px;
        margin: 0;
        padding: 0;
        color: #FFF;
        font-family: 'Greycliff CF Bold'; }

.ticketing-reports-page .dropdown-mb-custom .dropdown-menu {
  width: 120px; }

@media only screen and (max-width: 768px) {
  .dropdown-mb-custom {
    margin-top: 16px; }
    .dropdown-mb-custom .atbd-pagination__item, .dropdown-mb-custom .paging-option {
      width: 120px; }

  .fake-border.ss-mr-8px-mobile {
    margin-right: 8px; }

  .ss-custom-margin-mobile {
    margin: 12px 8px !important; }

  .ss-hidden-mobile-flex, body.dark-mode:not(.no-dark-mode) .ss-hidden-mobile-flex {
    display: none !important; }

  .ss-flex-mobile {
    display: flex !important; }

  .ss-show-mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px; }

  #reportrange {
    max-width: 40px;
    padding: 8px; }

  #reportrange .date-text,
  #reportrange .chevron-down {
    display: none; }

  .d-flex-content-right {
    padding: 16px; }

  .px-0 {
    padding: 0; }

  .fake-border.mb-mobile-0 {
    margin-bottom: 0; }

  .mr-mobile-8px {
    margin-right: 8px; }

  .ss-select-custom-v5.select-type-btn .ss-list-content-v5 {
    right: unset;
    left: 0; }

  .search-form.search-form-v5 input.expand {
    width: 80px; }

  .ss-select-custom-v5.export-btn-v5 button {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .ss-select-custom-v5.export-btn-v5 .ss-list-content-v5 {
    width: 208px; }
  .ss-select-custom-v5 .icon-export-mobile {
    width: 18px;
    height: 18px; }

  .ticketing-reports-page .reports-page .ss-tb-new-v5 {
    margin-top: 48px; }
    .ticketing-reports-page .reports-page .ss-tb-new-v5 .ss-table-content-v5 {
      padding: 8px !important; }
  .ticketing-reports-page .reports-page .paging-option .dropdown-default,
  .ticketing-reports-page .reports-page .paging-option .dropdown-menu {
    left: 0 !important;
    right: unset !important; }
  .ticketing-reports-page .contents .reports-page .tr-mobile {
    border: none;
    margin: 0 0 10px; }

  .line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }

  .ticketing-reports-page .contents .reports-page .tr-mobile td {
    padding: 8px !important; }

  .ticketing-reports-page .contents .reports-page .tr-mobile td .card {
    padding: 0 !important; }

  .ticketing-reports-page .contents .reports-page .tr-mobile td .card .avatar.avatar-lg {
    width: 40px;
    height: 40px; }

  .ss-grid-cols-4 {
    grid-template-columns: 1fr; }

  .report_summary .card.ss-summary-content-v5 {
    padding: 16px 8px !important; }
    .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top {
      display: block;
      margin-bottom: 16px; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .ss-w-320px {
        width: 100%; }
      .report_summary .card.ss-summary-content-v5 .ss-summary-select-content .ss-select-top .form-group {
        margin-bottom: 16px; }

  .d-flex-desktop {
    display: block; }

  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body h4.ticket-name {
    font-size: 18px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body span.ticket-date {
    font-size: 16px;
    line-height: 16px;
    margin-right: 0;
    margin-bottom: 8px;
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .btn-ex-v5 {
    height: 40px;
    width: 40px; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 {
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .ss-table-content-v5 {
      padding: 0; }
      body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .ss-table-content-v5 .avatar.avatar-lg {
        width: 48px;
        height: 48px; }
    body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-tb-new-v5 .table-custom td {
      background: rgba(255, 255, 255, 0.05) !important;
      border-bottom: none !important;
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px); }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-info h2 {
    font-size: 20px;
    line-height: 20px; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-info p {
    font-size: 14px;
    line-height: 20px; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-info .ss-avatar-thumb {
    width: 48px;
    height: 48px; }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .new-popup-v5 .modal-body .ss-profile-report-info .ss-sale-info .br-solid {
    border-right: 1px solid rgba(255, 255, 255, 0.8); } }
.ss-tb-new-v5 table tr td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.ss-tb-new-v5 table tr td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }
.header-settlement-report-mb {
  display: none; }

@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.ui_v5_custom .settlement_report * {
  font-family: 'Greycliff CF Regular', sans-serif;
  box-sizing: border-box; }
.ui_v5_custom .settlement_report .toggle-display-more * {
  font-family: 'Greycliff CF Bold', sans-serif; }
.ui_v5_custom .settlement_report .ss-ml-16px {
  margin-left: 16px; }
.ui_v5_custom .settlement_report .ss-mb-16px {
  margin-bottom: 16px; }
.ui_v5_custom .settlement_report .ss-mb-24px {
  margin-bottom: 24px; }
.ui_v5_custom .settlement_report .card-header-info {
  background-color: #f4f5f7;
  box-shadow: unset;
  border-radius: 0;
  position: relative;
  height: 260px;
  border-radius: 16px;
  margin-bottom: 24px; }
.ui_v5_custom .settlement_report .settlement-card-container th, .ui_v5_custom .settlement_report .settlement-card-container td {
  padding-left: 15px; }
.ui_v5_custom .settlement_report .background-img {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px; }
  .ui_v5_custom .settlement_report .background-img .cover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center; }
.ui_v5_custom .settlement_report .ss-info-fix-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%; }
.ui_v5_custom .settlement_report .desktop-header-section {
  padding: 16px;
  display: flex;
  background: linear-gradient(to bottom, transparent, black);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); }
.ui_v5_custom .settlement_report .header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
.ui_v5_custom .settlement_report .header-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 10px; }
  .ui_v5_custom .settlement_report .header-content .ss-desc-flex {
    display: flex;
    width: 100%; }
  .ui_v5_custom .settlement_report .header-content .title-name {
    font-size: 32px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .ui_v5_custom .settlement_report .header-content .calendar-feather {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
  .ui_v5_custom .settlement_report .header-content .calendar-feather span {
    font-size: 20px;
    line-height: 20px; }
  .ui_v5_custom .settlement_report .header-content .info-city span {
    font-size: 20px;
    line-height: 20px; }
  .ui_v5_custom .settlement_report .header-content .title-name,
  .ui_v5_custom .settlement_report .header-content .calendar-feather,
  .ui_v5_custom .settlement_report .header-content .info-city, .ui_v5_custom .settlement_report .header-content .location {
    display: flex;
    align-items: center;
    color: #25282D;
    text-align: left; }
    .ui_v5_custom .settlement_report .header-content .title-name span,
    .ui_v5_custom .settlement_report .header-content .calendar-feather span,
    .ui_v5_custom .settlement_report .header-content .info-city span, .ui_v5_custom .settlement_report .header-content .location span {
      color: #25282D;
      margin-left: 8px; }
  .ui_v5_custom .settlement_report .header-content .location {
    margin-right: 8px; }
.ui_v5_custom .settlement_report .desktop-header-section .header-content .title-name,
.ui_v5_custom .settlement_report .desktop-header-section .header-content .calendar-feather,
.ui_v5_custom .settlement_report .desktop-header-section .header-content .info-city {
  color: #FFFFFF; }
  .ui_v5_custom .settlement_report .desktop-header-section .header-content .title-name span,
  .ui_v5_custom .settlement_report .desktop-header-section .header-content .calendar-feather span,
  .ui_v5_custom .settlement_report .desktop-header-section .header-content .info-city span {
    color: #FFFFFF; }
  .ui_v5_custom .settlement_report .desktop-header-section .header-content .title-name .location span,
  .ui_v5_custom .settlement_report .desktop-header-section .header-content .calendar-feather .location span,
  .ui_v5_custom .settlement_report .desktop-header-section .header-content .info-city .location span {
    color: #FFFFFF; }
.ui_v5_custom .settlement_report .desktop-header-section .header-options .custom-switch .hide-add-ons {
  color: #CDD0D5; }
.ui_v5_custom .settlement_report .desktop-header-section .header-options .custom-switch.switch-sm .custom-on-off:before {
  background-color: rgba(255, 255, 255, 0.2); }
.ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status {
  height: 24px !important;
  display: inline-flex !important;
  border-radius: 12px !important;
  padding: 0 8px !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: "Greycliff CF Regular" !important;
  border: 1px solid transparent;
  color: #FFF; }
  .ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-primary {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.5);
    color: #1361B4 !important; }
  .ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-success {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.5);
    color: #148843 !important; }
  .ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-light {
    background: rgba(146, 153, 184, 0.2);
    border: 1px solid rgba(146, 153, 184, 0.5);
    color: #25282D !important; }
  .ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-warning {
    background: rgba(198, 125, 42, 0.2);
    border: 1px solid rgba(198, 125, 42, 0.5);
    color: #F04438 !important; }
  .ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-scanned {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.5);
    color: #148843 !important; }
  .ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-not-scanned {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.5);
    color: #1361B4 !important; }
.ui_v5_custom .settlement_report .header-options {
  display: flex;
  align-items: center; }
  .ui_v5_custom .settlement_report .header-options a {
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    height: 40px;
    border-radius: 12px;
    background-color: #137EFC;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Greycliff CF Bold', sans-serif;
    color: #FFF; }
  .ui_v5_custom .settlement_report .header-options .custom-switch {
    padding-left: 56px; }
    .ui_v5_custom .settlement_report .header-options .custom-switch .custom-on-off {
      line-height: 32px;
      color: #5a5f7d;
      position: relative;
      vertical-align: top;
      background-position: unset;
      background: unset;
      width: 0 !important;
      height: 0; }
    .ui_v5_custom .settlement_report .header-options .custom-switch .hide-facility-fees,
    .ui_v5_custom .settlement_report .header-options .custom-switch .hide-add-ons {
      color: #6B7280;
      font-size: 14px;
      font-weight: 400;
      line-height: 32px; }
  .ui_v5_custom .settlement_report .header-options .custom-switch.switch-sm .custom-on-off:before {
    width: 48px;
    height: 32px;
    left: -56px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    display: block;
    pointer-events: none;
    content: "";
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 16px; }
  .ui_v5_custom .settlement_report .header-options .custom-switch.switch-sm .custom-on-off::after {
    position: absolute;
    display: block;
    content: "";
    border-radius: 14px;
    background-color: #FFFFFF; }
  .ui_v5_custom .settlement_report .header-options .custom-control-input:checked ~ .custom-on-off::before {
    background-color: #0363D7; }
  .ui_v5_custom .settlement_report .header-options .custom-switch.switch-sm .custom-on-off:after {
    top: 2px;
    left: -54px;
    width: 28px;
    height: 28px; }
  .ui_v5_custom .settlement_report .header-options .custom-switch.switch-sm .custom-control-input:checked ~ .custom-on-off::after {
    transform: translateX(16px); }
.ui_v5_custom .settlement_report .ss-grid-cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  width: 100%; }
  .ui_v5_custom .settlement_report .ss-grid-cols-2.gap-16 {
    grid-gap: 16px; }
.ui_v5_custom .settlement_report .ss-grid-cols-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  width: 100%; }
  .ui_v5_custom .settlement_report .ss-grid-cols-3.gap-16 {
    grid-gap: 16px; }
.ui_v5_custom .settlement_report .ss-grid-cols-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
  width: 100%; }
.ui_v5_custom .settlement_report .fake-border {
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(106.74deg, rgba(184, 184, 184, 0.46) 0.13%, rgba(184, 184, 184, 0.09) 32.84%, rgba(184, 184, 184, 0.1) 54.85%, rgba(184, 184, 184, 0.2) 95.4%); }
  .ui_v5_custom .settlement_report .fake-border .card {
    width: 100%; }
.ui_v5_custom .settlement_report .mb-24px {
  margin-bottom: 24px; }
.ui_v5_custom .settlement_report .fixed-table {
  table-layout: fixed;
  width: 100%; }
.ui_v5_custom .settlement_report .table-responsive table thead th {
  border-top: none;
  border-bottom: none; }
.ui_v5_custom .settlement_report .card-overview {
  border-radius: 8px;
  padding: 24px;
  background: #edeff0; }
  .ui_v5_custom .settlement_report .card-overview .settlement-card-title .label-title {
    color: #25282D;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
    font-family: 'Greycliff CF Bold', sans-serif; }
  .ui_v5_custom .settlement_report .card-overview .settlement-card-title .fake-border-style-1 {
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(104.98deg, rgba(75, 154, 244, 0.46) 0.22%, rgba(75, 154, 244, 0.09) 34.47%, rgba(75, 154, 244, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #55B9F7 0%, transparent 100%); }
  .ui_v5_custom .settlement_report .card-overview .settlement-card-title .fake-border-style-2 {
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(104.98deg, rgba(203, 93, 20, 0.46) 0.22%, rgba(241, 169, 121, 0.09) 34.47%, rgba(242, 184, 146, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #F4B489 0%, transparent 100%); }
  .ui_v5_custom .settlement_report .card-overview .settlement-card-title .fake-border-style-3 {
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(104.98deg, rgba(84, 222, 25, 0.46) 0.22%, rgba(84, 222, 25, 0.09) 34.47%, rgba(84, 222, 25, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #80EF51 0%, transparent 100%); }
  .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress {
    height: 100%; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body {
      padding-left: 0;
      padding-right: 0; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online {
      padding: 16px;
      height: 100%;
      border-radius: 8px;
      background: linear-gradient(6deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1) 70.71%), linear-gradient(87deg, rgba(56, 135, 217, 0.25) 24.95%, rgba(56, 135, 217, 0.06) 76.44%);
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online .price {
        color: #FFF;
        font-size: 18px;
        line-height: 18px;
        font-family: 'Greycliff CF Bold', sans-serif;
        margin-bottom: 16px;
        display: block; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online .title {
        color: #FFF;
        font-size: 16px;
        line-height: 16px;
        font-family: 'Greycliff CF Bold', sans-serif;
        line-height: 20px;
        margin-top: 16px;
        margin-bottom: 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online .progress {
        background: rgba(255, 255, 255, 0.05); }
        .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online .progress .progress-bar {
          background-color: #137efc; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash {
      padding: 16px;
      height: 100%;
      border-radius: 8px;
      background: linear-gradient(6deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1) 70.71%), linear-gradient(87deg, rgba(240, 133, 61, 0.2) 24.95%, rgba(240, 133, 61, 0.06) 76.44%);
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash .price {
        color: #FFF;
        font-size: 18px;
        line-height: 18px;
        font-family: 'Greycliff CF Bold', sans-serif;
        margin-bottom: 16px;
        display: block; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash .title {
        color: #FFF;
        font-size: 16px;
        line-height: 16px;
        font-family: 'Greycliff CF Bold', sans-serif;
        line-height: 20px;
        margin-top: 16px;
        margin-bottom: 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash .progress {
        background: rgba(255, 255, 255, 0.05); }
        .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash .progress .progress-bar {
          background-color: #137efc; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total {
      padding: 16px;
      height: 100%;
      border-radius: 8px;
      background: linear-gradient(6deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1) 70.71%), linear-gradient(87deg, rgba(54, 127, 22, 0.25) 24.95%, rgba(67, 166, 24, 0.06) 76.44%);
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05); }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total .price {
        color: #FFF;
        font-size: 18px;
        line-height: 18px;
        font-family: 'Greycliff CF Bold', sans-serif;
        margin-bottom: 16px;
        display: block; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total .title {
        color: #FFF;
        font-size: 16px;
        line-height: 16px;
        font-family: 'Greycliff CF Bold', sans-serif;
        line-height: 20px;
        margin-top: 16px;
        margin-bottom: 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total .progress {
        background: rgba(255, 255, 255, 0.05); }
        .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total .progress .progress-bar {
          background-color: #137efc; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-default {
      padding: 16px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      min-height: 100px;
      height: 100%;
      width: 100%;
      box-shadow: none;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-default .price {
        color: #25282D;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-default .title {
        color: #25282D;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-default .progress {
        background-color: rgba(255, 255, 255, 0.05);
        margin: 5px 0 0 0; }
        .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-default .progress .progress-bar {
          background-color: #137EFC; }
.ui_v5_custom .settlement_report .card-summary {
  border-radius: 8px;
  padding: 24px;
  background: #edeff0; }
  .ui_v5_custom .settlement_report .card-summary .settlement-card-title .label-title {
    color: #25282D;
    font-size: 20px;
    font-size: 20px;
    font-family: 'Greycliff CF Bold', sans-serif;
    margin-bottom: 16px; }
  .ui_v5_custom .settlement_report .card-summary .table-responsive thead tr th {
    background-color: transparent;
    color: #25282D;
    font-size: 14px;
    padding: 8px 12px; }
  .ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr {
    border-top: 10px solid #edeff0; }
    .ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr.fix-space-table {
      border-top: 2px solid #edeff0; }
      .ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr.fix-space-table td:first-child {
        border-radius: 0; }
      .ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr.fix-space-table td:last-child {
        border-radius: 0; }
    .ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr.fix-border-top-table {
      border-top: 2px solid #edeff0; }
  .ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr td {
    color: #25282D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.3); }
    .ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr td * {
      font-family: "Inter", sans-serif;
      font-weight: 600; }
.ui_v5_custom .settlement_report .card-volume,
.ui_v5_custom .settlement_report .card-ticket,
.ui_v5_custom .settlement_report .card-add-ons {
  border-radius: 8px;
  padding: 24px;
  background: #edeff0; }
  .ui_v5_custom .settlement_report .card-volume .settlement-card-title .label-title,
  .ui_v5_custom .settlement_report .card-ticket .settlement-card-title .label-title,
  .ui_v5_custom .settlement_report .card-add-ons .settlement-card-title .label-title {
    color: #25282D;
    font-size: 20px;
    font-size: 20px;
    font-family: 'Greycliff CF Bold', sans-serif;
    margin-bottom: 16px; }
  .ui_v5_custom .settlement_report .card-volume .table-responsive thead tr th,
  .ui_v5_custom .settlement_report .card-ticket .table-responsive thead tr th,
  .ui_v5_custom .settlement_report .card-add-ons .table-responsive thead tr th {
    background-color: transparent;
    color: #25282D;
    font-size: 14px;
    padding: 8px 12px; }
  .ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr,
  .ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr,
  .ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr {
    border-top: 10px solid #edeff0; }
    .ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr.fix-space-table,
    .ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr.fix-space-table,
    .ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr.fix-space-table {
      border-top: 2px solid #edeff0; }
      .ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr.fix-space-table td:first-child,
      .ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr.fix-space-table td:first-child,
      .ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr.fix-space-table td:first-child {
        border-radius: 0; }
      .ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr.fix-space-table td:last-child,
      .ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr.fix-space-table td:last-child,
      .ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr.fix-space-table td:last-child {
        border-radius: 0; }
    .ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr.fix-border-top-table,
    .ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr.fix-border-top-table,
    .ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr.fix-border-top-table {
      border-top: 2px solid #edeff0; }
  .ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr td,
  .ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr td,
  .ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr td {
    color: #25282D;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.3); }
    .ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr td *,
    .ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr td *,
    .ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr td * {
      font-family: "Inter", sans-serif;
      font-weight: 600; }
.ui_v5_custom .settlement_report .card-comps,
.ui_v5_custom .settlement_report .card-no-charge {
  border-radius: 8px;
  padding: 24px;
  background: #edeff0; }
  .ui_v5_custom .settlement_report .card-comps .settlement-card-title,
  .ui_v5_custom .settlement_report .card-no-charge .settlement-card-title {
    background-color: transparent;
    margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .card-comps .settlement-card-title .label-title,
    .ui_v5_custom .settlement_report .card-no-charge .settlement-card-title .label-title {
      color: #25282D;
      font-size: 20px;
      font-size: 20px;
      font-family: 'Greycliff CF Bold', sans-serif;
      margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .card-comps .settlement-card-title a svg,
    .ui_v5_custom .settlement_report .card-no-charge .settlement-card-title a svg {
      color: #25282D; }
  .ui_v5_custom .settlement_report .card-comps .table-responsive thead tr th,
  .ui_v5_custom .settlement_report .card-no-charge .table-responsive thead tr th {
    background-color: transparent;
    color: #25282D;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px; }
  .ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr,
  .ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr {
    border-top: 10px solid #edeff0; }
    .ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr.fix-space-table,
    .ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr.fix-space-table {
      border-top: 2px solid #edeff0; }
      .ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr.fix-space-table td:first-child,
      .ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr.fix-space-table td:first-child {
        border-radius: 0; }
      .ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr.fix-space-table td:last-child,
      .ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr.fix-space-table td:last-child {
        border-radius: 0; }
    .ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr.fix-border-top-table,
    .ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr.fix-border-top-table {
      border-top: 2px solid #edeff0; }
  .ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr td,
  .ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr td {
    color: #25282D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.3); }
    .ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr td *,
    .ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr td * {
      font-family: "Inter", sans-serif;
      font-weight: 600; }
.ui_v5_custom .settlement_report .card-online-sales {
  border-radius: 8px;
  padding: 24px;
  background: #edeff0; }
  .ui_v5_custom .settlement_report .card-online-sales .settlement-card-title {
    background-color: transparent;
    margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .card-online-sales .settlement-card-title .label-title {
      color: #25282D;
      font-size: 20px;
      font-size: 20px;
      font-family: 'Greycliff CF Bold', sans-serif;
      margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .card-online-sales .settlement-card-title a svg {
      color: #25282D; }
  .ui_v5_custom .settlement_report .card-online-sales .table-responsive thead tr th {
    background-color: transparent;
    color: #25282D;
    font-size: 14px;
    padding: 8px 12px; }
  .ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr {
    border-top: 10px solid #edeff0; }
    .ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr.fix-space-table {
      border-top: 2px solid #edeff0; }
      .ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr.fix-space-table td:first-child {
        border-radius: 0; }
      .ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr.fix-space-table td:last-child {
        border-radius: 0; }
    .ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr.fix-border-top-table {
      border-top: 2px solid #edeff0; }
  .ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr td {
    color: #25282D;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.3); }
    .ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr td * {
      font-family: "Inter", sans-serif;
      font-weight: 600; }
.ui_v5_custom .settlement_report .card-cash-sales {
  border-radius: 8px;
  padding: 24px;
  background: #edeff0; }
  .ui_v5_custom .settlement_report .card-cash-sales .settlement-card-title {
    background-color: transparent;
    margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .card-cash-sales .settlement-card-title .label-title {
      color: #25282D;
      font-size: 20px;
      font-size: 20px;
      font-family: 'Greycliff CF Bold', sans-serif;
      margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .card-cash-sales .settlement-card-title a svg {
      color: #25282D; }
  .ui_v5_custom .settlement_report .card-cash-sales .table-responsive thead tr th {
    background-color: transparent;
    color: #25282D;
    font-size: 14px;
    padding: 8px 12px; }
  .ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr {
    border-top: 10px solid #edeff0; }
    .ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr.fix-space-table {
      border-top: 2px solid #edeff0; }
      .ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr.fix-space-table td:first-child {
        border-radius: 0; }
      .ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr.fix-space-table td:last-child {
        border-radius: 0; }
    .ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr.fix-border-top-table {
      border-top: 2px solid #edeff0; }
  .ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr td {
    color: #25282D;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.3); }
    .ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr td * {
      font-family: "Inter", sans-serif;
      font-weight: 600; }
.ui_v5_custom .settlement_report .card-additional-details,
.ui_v5_custom .settlement_report .card-transferred,
.ui_v5_custom .settlement_report .card-misc-charge {
  border-radius: 8px;
  padding: 24px;
  background: #edeff0; }
  .ui_v5_custom .settlement_report .card-additional-details .settlement-card-title,
  .ui_v5_custom .settlement_report .card-transferred .settlement-card-title,
  .ui_v5_custom .settlement_report .card-misc-charge .settlement-card-title {
    background-color: transparent;
    margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .card-additional-details .settlement-card-title .label-title,
    .ui_v5_custom .settlement_report .card-transferred .settlement-card-title .label-title,
    .ui_v5_custom .settlement_report .card-misc-charge .settlement-card-title .label-title {
      color: #25282D;
      font-size: 20px;
      font-size: 20px;
      font-family: 'Greycliff CF Bold', sans-serif;
      margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .card-additional-details .settlement-card-title a svg,
    .ui_v5_custom .settlement_report .card-transferred .settlement-card-title a svg,
    .ui_v5_custom .settlement_report .card-misc-charge .settlement-card-title a svg {
      color: #25282D; }
  .ui_v5_custom .settlement_report .card-additional-details .table-responsive thead tr th,
  .ui_v5_custom .settlement_report .card-transferred .table-responsive thead tr th,
  .ui_v5_custom .settlement_report .card-misc-charge .table-responsive thead tr th {
    background-color: transparent;
    color: #25282D;
    font-size: 14px;
    padding: 8px 12px; }
  .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr,
  .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr,
  .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr {
    border-top: 10px solid #edeff0; }
    .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr.fix-space-table,
    .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr.fix-space-table,
    .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr.fix-space-table {
      border-top: 2px solid #edeff0; }
      .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr.fix-space-table td:first-child,
      .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr.fix-space-table td:first-child,
      .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr.fix-space-table td:first-child {
        border-radius: 0; }
      .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr.fix-space-table td:last-child,
      .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr.fix-space-table td:last-child,
      .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr.fix-space-table td:last-child {
        border-radius: 0; }
    .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr.fix-border-top-table,
    .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr.fix-border-top-table,
    .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr.fix-border-top-table {
      border-top: 2px solid #edeff0; }
  .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr td,
  .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr td,
  .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr td {
    color: #25282D;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.3); }
    .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr td *,
    .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr td *,
    .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr td * {
      font-family: "Inter", sans-serif;
      font-weight: 600; }
    .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr td .arrow-down-right,
    .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr td .arrow-down-right,
    .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr td .arrow-down-right {
      background-color: #F04438;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 24px; }
      .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr td .arrow-down-right svg,
      .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr td .arrow-down-right svg,
      .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr td .arrow-down-right svg {
        color: #FFFFFF; }
    .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr td .arrow-up-left,
    .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr td .arrow-up-left,
    .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr td .arrow-up-left {
      background-color: #12A329;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 24px; }
      .ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr td .arrow-up-left svg,
      .ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr td .arrow-up-left svg,
      .ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr td .arrow-up-left svg {
        color: #FFFFFF; }
.ui_v5_custom .settlement_report .settelement-header-avatar {
  margin-top: -35%; }
  .ui_v5_custom .settlement_report .settelement-header-avatar a {
    height: inherit;
    width: inherit; }
.ui_v5_custom .settlement_report .progress-total {
  height: 10px; }
.ui_v5_custom .settlement_report .card-general-info {
  min-height: 285px; }
.ui_v5_custom .settlement_report .mobile-header-section {
  display: none; }
.ui_v5_custom .settlement_report .right-border-container {
  border-right: 1px solid #f1f2f6; }
.ui_v5_custom .settlement_report .settlement-table {
  color: unset;
  width: 100%;
  margin-bottom: 0; }
  .ui_v5_custom .settlement_report .settlement-table.ss-settlement-table-custom-v4 tbody tr td {
    vertical-align: middle; }
  .ui_v5_custom .settlement_report .settlement-table.ss-settlement-table-custom-v4 tbody .text-center {
    text-align: center; }
  .ui_v5_custom .settlement_report .settlement-table thead th {
    vertical-align: middle; }
  .ui_v5_custom .settlement_report .settlement-table .start_total_session {
    border-top: 1.5px solid lightgray; }
.ui_v5_custom .settlement_report .settlement-card-collapse {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.ui_v5_custom .settlement_report .settlement-table {
  color: unset; }
.ui_v5_custom .settlement_report .settlement-transfer-table td {
  vertical-align: middle; }
.ui_v5_custom .settlement_report .ss-v5-status {
  height: 24px;
  display: inline-flex;
  border-radius: 12px;
  padding: 0 8px;
  font-size: 14px;
  font-family: 'Greycliff CF Regular';
  border: 1px solid transparent;
  color: #FFF; }
  .ui_v5_custom .settlement_report .ss-v5-status.ss-primary {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.5);
    color: #FFF !important; }
  .ui_v5_custom .settlement_report .ss-v5-status.ss-success {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.5);
    color: #FFF !important; }
  .ui_v5_custom .settlement_report .ss-v5-status.ss-light {
    background: rgba(146, 153, 184, 0.2);
    border: 1px solid rgba(146, 153, 184, 0.5);
    color: #FFF !important; }
  .ui_v5_custom .settlement_report .ss-v5-status.ss-warning {
    background: rgba(198, 125, 42, 0.2);
    border: 1px solid rgba(198, 125, 42, 0.5);
    color: #FFF !important; }
  .ui_v5_custom .settlement_report .ss-v5-status.ss-scanned {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.5);
    color: #FFF !important; }
  .ui_v5_custom .settlement_report .ss-v5-status.ss-not-scanned {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.5);
    color: #FFF !important; }
.ui_v5_custom .settlement_report .d-desktop-none {
  display: none; }
@media only screen and (max-width: 1366px) {
  .ui_v5_custom .settlement_report .settelement-header-avatar.avatar.avatar-xl {
    width: 100px;
    height: 100px;
    min-width: unset;
    margin-top: -200%; } }
@media only screen and (max-width: 767px) {
  .ui_v5_custom .settlement_report .card-general-info {
    min-height: unset; }
  .ui_v5_custom .settlement_report .d-desktop-none {
    display: table-row; }
  .ui_v5_custom .settlement_report .m-auto-mobile {
    padding: 0 16px; }
  .ui_v5_custom .settlement_report .card-header-info {
    height: 330px; }
  .ui_v5_custom .settlement_report .desktop-header-section {
    display: block; }
  .ui_v5_custom .settlement_report .header-content {
    margin-left: 0; }
    .ui_v5_custom .settlement_report .header-content .ss-desc-flex {
      display: block;
      width: 100%; }
    .ui_v5_custom .settlement_report .header-content .title-name {
      font-size: 20px;
      line-height: 24px; }
    .ui_v5_custom .settlement_report .header-content .calendar-feather {
      padding-right: 0;
      margin-right: 0;
      border-right: none;
      margin-bottom: 8px; }
    .ui_v5_custom .settlement_report .header-content .calendar-feather span {
      font-size: 12px;
      line-height: 20px; }
    .ui_v5_custom .settlement_report .header-content .info-city {
      margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .header-content .info-city span {
      font-size: 12px;
      line-height: 20px; }
    .ui_v5_custom .settlement_report .header-content .location {
      margin-right: 8px; }
  .ui_v5_custom .settlement_report .background-img {
    height: 330px; }
  .ui_v5_custom .settlement_report .header-action {
    width: 100%; }
    .ui_v5_custom .settlement_report .header-action .header-options {
      justify-content: space-between; }
  .ui_v5_custom .settlement_report .ss-grid-cols-2 {
    grid-template-columns: 1fr;
    grid-gap: 16px; }
  .ui_v5_custom .settlement_report .ss-grid-cols-3 {
    grid-template-columns: 1fr;
    grid-gap: 16px; }
  .ui_v5_custom .settlement_report .ss-grid-cols-4 {
    grid-template-columns: 1fr;
    grid-gap: 16px; }
  .ui_v5_custom .settlement_report .px-m-16px {
    padding: 0 16px; }
  .ui_v5_custom .settlement_report .ss-gird-mobile-cols-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px; }
  .ui_v5_custom .settlement_report .card-overview {
    padding: 16px; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .label-title {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 16px; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online {
      padding: 16px 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online .price {
        margin-bottom: 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online .title {
        margin-top: 0; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash {
      padding: 16px 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash .price {
        margin-bottom: 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash .title {
        margin-top: 0;
        margin-bottom: 8px; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total {
      padding: 16px 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total .price {
        margin-bottom: 8px; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total .title {
        margin-top: 0; } }
.ui_v5_custom .settlement_report .thead_space {
  display: none; }
@media only screen and (max-width: 575px) {
  .ui_v5_custom .settlement_report .card-overview {
    padding: 16px; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .label-title {
      font-size: 16px; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .flex-column-mobile {
      flex-direction: column;
      margin-bottom: 2rem !important; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .flex-column-mobile .mr-center {
        margin: 0;
        padding: 15px 0; }
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .flex-column-mobile .col-progress .card-body-online,
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .flex-column-mobile .col-progress .card-body-cash,
      .ui_v5_custom .settlement_report .card-overview .settlement-card-title .flex-column-mobile .col-progress .card-body-total {
        height: 110px; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .group-card-mobile .mr-center {
      margin: 0; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .group-card-mobile .col-progress:nth-child(1) {
      margin-right: 0.5rem; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .group-card-mobile .col-progress:nth-child(2) {
      margin-left: 0.5rem; }
    .ui_v5_custom .settlement_report .card-overview .settlement-card-title .group-card-mobile .col-progress .card-body-default .price {
      font-size: 18px;
      font-weight: 700; }
  .ui_v5_custom .settlement_report .card-comps,
  .ui_v5_custom .settlement_report .card-summary,
  .ui_v5_custom .settlement_report .card-no-charge,
  .ui_v5_custom .settlement_report .card-volume,
  .ui_v5_custom .settlement_report .card-ticket,
  .ui_v5_custom .settlement_report .card-add-ons,
  .ui_v5_custom .settlement_report .card-online-sales,
  .ui_v5_custom .settlement_report .card-cash-sales,
  .ui_v5_custom .settlement_report .card-additional-details,
  .ui_v5_custom .settlement_report .card-transferred,
  .ui_v5_custom .settlement_report .card-misc-charge {
    padding: 16px; } }

.dark-mode.ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr {
  border-top: 10px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr.fix-space-table {
    border-top: 1px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr.fix-border-top-table {
    border-top: 2px solid transparent; }
.dark-mode.ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr,
.dark-mode.ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr,
.dark-mode.ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr {
  border-top: 10px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr.fix-space-table,
  .dark-mode.ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr.fix-space-table,
  .dark-mode.ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr.fix-space-table {
    border-top: 1px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr.fix-border-top-table,
  .dark-mode.ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr.fix-border-top-table,
  .dark-mode.ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr.fix-border-top-table {
    border-top: 2px solid transparent; }
.dark-mode.ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr,
.dark-mode.ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr {
  border-top: 10px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr.fix-space-table,
  .dark-mode.ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr.fix-space-table {
    border-top: 1px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr.fix-border-top-table,
  .dark-mode.ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr.fix-border-top-table {
    border-top: 2px solid transparent; }
.dark-mode.ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr {
  border-top: 10px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr.fix-space-table {
    border-top: 1px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr.fix-border-top-table {
    border-top: 2px solid transparent; }
.dark-mode.ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr {
  border-top: 10px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr.fix-space-table {
    border-top: 1px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr.fix-border-top-table {
    border-top: 2px solid transparent; }
.dark-mode.ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr,
.dark-mode.ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr,
.dark-mode.ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr {
  border-top: 10px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr.fix-space-table,
  .dark-mode.ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr.fix-space-table,
  .dark-mode.ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr.fix-space-table {
    border-top: 1px solid transparent; }
  .dark-mode.ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr.fix-border-top-table,
  .dark-mode.ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr.fix-border-top-table,
  .dark-mode.ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr.fix-border-top-table {
    border-top: 2px solid transparent; }

.dark-mode.ui_v5_custom .settlement_report .fake-border {
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(106.74deg, rgba(184, 184, 184, 0.46) 0.13%, rgba(184, 184, 184, 0.09) 32.84%, rgba(184, 184, 184, 0.1) 54.85%, rgba(184, 184, 184, 0.2) 95.4%) !important; }
  .dark-mode.ui_v5_custom .settlement_report .fake-border .card {
    width: 100%; }
.dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-content .title-name,
.dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-content .calendar-feather,
.dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-content .info-city {
  color: #FFFFFF; }
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-content .title-name span,
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-content .calendar-feather span,
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-content .info-city span {
    color: #FFFFFF; }
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-content .title-name .location span,
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-content .calendar-feather .location span,
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-content .info-city .location span {
    color: #FFFFFF; }
.dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-options .custom-switch .hide-add-ons {
  color: #CDD0D5; }
.dark-mode.ui_v5_custom .settlement_report .desktop-header-section .header-options .custom-switch.switch-sm .custom-on-off:before {
  background-color: rgba(255, 255, 255, 0.2); }
.dark-mode.ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status {
  height: 24px;
  display: inline-flex;
  border-radius: 12px;
  padding: 0 8px;
  font-size: 14px;
  font-family: 'Greycliff CF Regular';
  border: 1px solid transparent;
  color: #FFF; }
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-primary {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.5);
    color: #FFF !important; }
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-success {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.5);
    color: #FFF !important; }
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-light {
    background: rgba(146, 153, 184, 0.2);
    border: 1px solid rgba(146, 153, 184, 0.5);
    color: #FFF !important; }
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-warning {
    background: rgba(198, 125, 42, 0.2);
    border: 1px solid rgba(198, 125, 42, 0.5);
    color: #FFF !important; }
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-scanned {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.5);
    color: #FFF !important; }
  .dark-mode.ui_v5_custom .settlement_report .desktop-header-section .ss-v5-status.ss-not-scanned {
    background: rgba(47, 142, 243, 0.2);
    border: 1px solid rgba(47, 142, 243, 0.5);
    color: #FFF !important; }
.dark-mode.ui_v5_custom .settlement_report .card-overview {
  background-color: #141716 !important;
  box-shadow: unset; }
  .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .fake-border-style-1 {
    background: linear-gradient(104.98deg, rgba(75, 154, 244, 0.46) 0.22%, rgba(75, 154, 244, 0.09) 34.47%, rgba(75, 154, 244, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #55B9F7 0%, transparent 100%); }
  .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .fake-border-style-2 {
    background: linear-gradient(104.98deg, rgba(203, 93, 20, 0.46) 0.22%, rgba(241, 169, 121, 0.09) 34.47%, rgba(242, 184, 146, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #F4B489 0%, transparent 100%); }
  .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .fake-border-style-3 {
    background: linear-gradient(104.98deg, rgba(84, 222, 25, 0.46) 0.22%, rgba(84, 222, 25, 0.09) 34.47%, rgba(84, 222, 25, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #80EF51 0%, transparent 100%); }
  .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), linear-gradient(122.32deg, rgba(56, 135, 217, 0.25) 4.95%, rgba(56, 135, 217, 0.06) 76.44%); }
  .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), linear-gradient(122.32deg, rgba(240, 133, 61, 0.2) 4.95%, rgba(240, 133, 61, 0.06) 76.44%); }
  .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), linear-gradient(122.32deg, rgba(54, 127, 22, 0.25) 4.95%, rgba(67, 166, 24, 0.06) 76.44%); }
  .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .label-title {
    color: #FFFFFF; }
  .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-default {
    background: rgba(255, 255, 255, 0.05); }
    .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-default .title {
      color: rgba(255, 255, 255, 0.8); }
    .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-default .price {
      color: #FFFFFF; }
    .dark-mode.ui_v5_custom .settlement_report .card-overview .settlement-card-title .col-progress .card-body-default .progress {
      background-color: rgba(255, 255, 255, 0.05); }
.dark-mode.ui_v5_custom .settlement_report .card-summary,
.dark-mode.ui_v5_custom .settlement_report .card-volume,
.dark-mode.ui_v5_custom .settlement_report .card-ticket,
.dark-mode.ui_v5_custom .settlement_report .card-add-ons,
.dark-mode.ui_v5_custom .settlement_report .card-comps,
.dark-mode.ui_v5_custom .settlement_report .card-no-charge,
.dark-mode.ui_v5_custom .settlement_report .card-online-sales,
.dark-mode.ui_v5_custom .settlement_report .card-cash-sales,
.dark-mode.ui_v5_custom .settlement_report .card-additional-details,
.dark-mode.ui_v5_custom .settlement_report .card-transferred,
.dark-mode.ui_v5_custom .settlement_report .card-misc-charge {
  background-color: #141716 !important;
  box-shadow: unset; }
  .dark-mode.ui_v5_custom .settlement_report .card-summary .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-volume .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-ticket .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-add-ons .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-comps .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-no-charge .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-online-sales .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-cash-sales .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-additional-details .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-transferred .settlement-card-title,
  .dark-mode.ui_v5_custom .settlement_report .card-misc-charge .settlement-card-title {
    background-color: #141716; }
    .dark-mode.ui_v5_custom .settlement_report .card-summary .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-volume .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-ticket .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-add-ons .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-comps .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-no-charge .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-online-sales .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-cash-sales .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-additional-details .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-transferred .settlement-card-title .label-title,
    .dark-mode.ui_v5_custom .settlement_report .card-misc-charge .settlement-card-title .label-title {
      color: #FFFFFF !important; }
    .dark-mode.ui_v5_custom .settlement_report .card-summary .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-volume .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-ticket .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-add-ons .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-comps .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-no-charge .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-online-sales .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-cash-sales .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-additional-details .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-transferred .settlement-card-title a svg,
    .dark-mode.ui_v5_custom .settlement_report .card-misc-charge .settlement-card-title a svg {
      color: #FFFFFF; }
  .dark-mode.ui_v5_custom .settlement_report .card-summary .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-volume .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-ticket .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-add-ons .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-comps .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-no-charge .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-online-sales .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-cash-sales .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-additional-details .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-transferred .table-responsive,
  .dark-mode.ui_v5_custom .settlement_report .card-misc-charge .table-responsive {
    border-spacing: 0 10px !important;
    border-collapse: unset !important; }
    .dark-mode.ui_v5_custom .settlement_report .card-summary .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-volume .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-ticket .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-add-ons .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-comps .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-no-charge .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-online-sales .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-cash-sales .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-additional-details .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-transferred .table-responsive thead tr th,
    .dark-mode.ui_v5_custom .settlement_report .card-misc-charge .table-responsive thead tr th {
      background-color: transparent;
      color: #FFF;
      border: none;
      font-family: 'Greycliff CF Regular', sans-serif; }
    .dark-mode.ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr td,
    .dark-mode.ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr td {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      color: #FFFFFF;
      border-top: none;
      border-bottom: none;
      border-color: transparent;
      font-family: "Inter", sans-serif;
      font-weight: 600; }
    .dark-mode.ui_v5_custom .settlement_report .card-summary .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-volume .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-ticket .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-add-ons .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-comps .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-no-charge .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-online-sales .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-cash-sales .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-additional-details .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-transferred .table-responsive tbody tr:last-child td,
    .dark-mode.ui_v5_custom .settlement_report .card-misc-charge .table-responsive tbody tr:last-child td {
      border-bottom: unset; }
@media only screen and (max-width: 575px) {
  .dark-mode.ui_v5_custom .settlement_report .card-header-info {
    background: #25282D !important; }
    .dark-mode.ui_v5_custom .settlement_report .card-header-info .mobile-header-section .title-name {
      color: #FFFFFF; }
    .dark-mode.ui_v5_custom .settlement_report .card-header-info .mobile-header-section .header-row-ticket-info svg {
      color: #FFFFFF; }
    .dark-mode.ui_v5_custom .settlement_report .card-header-info .mobile-header-section .header-row-ticket-info span {
      color: #FFFFFF; } }

@media (min-width: 575px) and (max-width: 768px) {
  .main-content .contents.expanded {
    padding-left: 0; }
    .main-content .contents.expanded .settlement_report .settelement-header-avatar.avatar.avatar-xl {
      margin: 0;
      margin-top: -50%; }
    .main-content .contents.expanded .settlement_report .pdf-header-info {
      width: 75%; }
    .main-content .contents.expanded .settlement_report .header-content .info-city .location {
      width: 70%; }
    .main-content .contents.expanded .settlement_report .header-options a {
      padding: 0 1.197rem; }
    .main-content .contents.expanded .settlement_report .card-overview {
      padding: 16px; }
      .main-content .contents.expanded .settlement_report .card-overview .flex-column-mobile {
        flex-direction: column; }
        .main-content .contents.expanded .settlement_report .card-overview .flex-column-mobile .mr-center {
          margin: 0;
          padding: 16px 0; }
      .main-content .contents.expanded .settlement_report .card-overview .group-card-mobile {
        margin-bottom: 4px !important; }
        .main-content .contents.expanded .settlement_report .card-overview .group-card-mobile .col-progress {
          width: 50% !important; }
          .main-content .contents.expanded .settlement_report .card-overview .group-card-mobile .col-progress .card-body-default {
            padding: 8px; }
            .main-content .contents.expanded .settlement_report .card-overview .group-card-mobile .col-progress .card-body-default .title {
              font-size: 11px; }
            .main-content .contents.expanded .settlement_report .card-overview .group-card-mobile .col-progress .card-body-default .price {
              font-size: 14px; }
        .main-content .contents.expanded .settlement_report .card-overview .group-card-mobile .col-progress:nth-child(1) {
          margin-right: 2px; }
        .main-content .contents.expanded .settlement_report .card-overview .group-card-mobile .col-progress:nth-child(2) {
          margin-left: 2px; }
        .main-content .contents.expanded .settlement_report .card-overview .group-card-mobile .mr-center {
          margin: 0; }
    .main-content .contents.expanded .settlement_report .card-comps,
    .main-content .contents.expanded .settlement_report .card-summary,
    .main-content .contents.expanded .settlement_report .card-no-charge,
    .main-content .contents.expanded .settlement_report .card-volume,
    .main-content .contents.expanded .settlement_report .card-ticket,
    .main-content .contents.expanded .settlement_report .card-add-ons,
    .main-content .contents.expanded .settlement_report .card-online-sales,
    .main-content .contents.expanded .settlement_report .card-cash-sales,
    .main-content .contents.expanded .settlement_report .card-additional-details,
    .main-content .contents.expanded .settlement_report .card-transferred,
    .main-content .contents.expanded .settlement_report .card-misc-charge {
      padding: 16px; } }
@media (min-width: 820px) and (max-width: 1024px) {
  .main-content .settlement_report .settelement-header-avatar.avatar.avatar-xl {
    margin: 0;
    margin-top: -50%; }
  .main-content .settlement_report .pdf-header-info {
    width: 75%; }
  .main-content .settlement_report .header-content .info-city .location {
    width: 70%; }
  .main-content .settlement_report .header-options a {
    padding: 0 1.197rem; }
  .main-content .settlement_report .card-overview {
    padding: 8px; }
    .main-content .settlement_report .card-overview .flex-column-mobile {
      flex-direction: column; }
      .main-content .settlement_report .card-overview .flex-column-mobile .mr-center {
        margin: 0;
        padding: 16px 0; }
    .main-content .settlement_report .card-overview .group-card-mobile {
      margin-bottom: 4px !important; }
      .main-content .settlement_report .card-overview .group-card-mobile .col-progress {
        width: 50% !important;
        margin-right: 4px !important; }
        .main-content .settlement_report .card-overview .group-card-mobile .col-progress .card-body-default {
          padding: 4px; }
          .main-content .settlement_report .card-overview .group-card-mobile .col-progress .card-body-default .title {
            font-size: 11px; }
          .main-content .settlement_report .card-overview .group-card-mobile .col-progress .card-body-default .price {
            font-size: 14px; }
      .main-content .settlement_report .card-overview .group-card-mobile .mr-center {
        margin: 0; }
  .main-content .settlement_report .card-comps,
  .main-content .settlement_report .card-summary,
  .main-content .settlement_report .card-no-charge,
  .main-content .settlement_report .card-volume,
  .main-content .settlement_report .card-ticket,
  .main-content .settlement_report .card-add-ons,
  .main-content .settlement_report .card-online-sales,
  .main-content .settlement_report .card-cash-sales,
  .main-content .settlement_report .card-additional-details,
  .main-content .settlement_report .card-transferred,
  .main-content .settlement_report .card-misc-charge {
    padding: 8px; } }
@media (min-width: 1025px) and (max-width: 1440px) {
  .settlement_report .card-overview {
    padding: 16px; }
    .settlement_report .card-overview .settlement-card-title .col-progress .card-body-online,
    .settlement_report .card-overview .settlement-card-title .col-progress .card-body-cash,
    .settlement_report .card-overview .settlement-card-title .col-progress .card-body-total {
      padding: 10px; }

  .settlement_report .card-comps,
  .settlement_report .card-summary,
  .settlement_report .card-no-charge,
  .settlement_report .card-volume,
  .settlement_report .card-ticket,
  .settlement_report .card-add-ons,
  .settlement_report .card-online-sales,
  .settlement_report .card-cash-sales,
  .settlement_report .card-additional-details,
  .settlement_report .card-transferred,
  .settlement_report .card-misc-charge {
    padding: 16px; } }
.settlement_report table.settlement-table tr td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.settlement_report table.settlement-table tr td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }
.attendee-list table th {
  width: 20%; }
.attendee-list .atbd-pagination__item .dropdown-default, .attendee-list .atbd-pagination__item .dropdown-menu {
  left: 0 !important;
  top: 25px !important; }
@media (max-width: 991px) {
  .attendee-list .ticket-order-item-row {
    border-bottom: 1px solid grey; } }
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
.ss-email-sms-blast-header-v4 p,
.ss-email-sms-blast-header-v4 h1,
.ss-email-sms-blast-header-v4 h2,
.ss-email-sms-blast-header-v4 h3,
.ss-email-sms-blast-header-v4 h4,
.ss-email-sms-blast-header-v4 a,
.ss-email-sms-blast-header-v4 div,
.ss-email-sms-blast-header-v4 button {
  color: #25282D;
  font-family: 'Roboto Flex', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
.ss-email-sms-blast-header-v4 .mr-16px {
  margin-right: 16px; }
.ss-email-sms-blast-header-v4 .breadcrumb-main-custom {
  padding: 32px 0 21px; }
  .ss-email-sms-blast-header-v4 .breadcrumb-main-custom h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600; }
.ss-email-sms-blast-header-v4 .ss-flex-box {
  display: flex; }
.ss-email-sms-blast-header-v4 .ss-custom-box {
  display: flex;
  padding: 0 16px;
  border-radius: 4px;
  align-items: center; }
  .ss-email-sms-blast-header-v4 .ss-custom-box.ss-sms-box {
    background-color: #E0EEFF; }
  .ss-email-sms-blast-header-v4 .ss-custom-box.ss-email-box {
    background-color: #F7EBFF; }
  .ss-email-sms-blast-header-v4 .ss-custom-box p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px; }
.ss-email-sms-blast-header-v4 .ss-btn-create-v4 {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #167EFC;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 16px;
  cursor: pointer;
  outline: none;
  text-decoration: none; }
  .ss-email-sms-blast-header-v4 .ss-btn-create-v4:hover {
    color: #fff; }
  .ss-email-sms-blast-header-v4 .ss-btn-create-v4 svg {
    margin-right: 8px; }

.ss-marketing-emails-page-v4 p,
.ss-marketing-emails-page-v4 h1,
.ss-marketing-emails-page-v4 h2,
.ss-marketing-emails-page-v4 h3,
.ss-marketing-emails-page-v4 h4,
.ss-marketing-emails-page-v4 a,
.ss-marketing-emails-page-v4 button {
  color: #25282D;
  font-family: 'Roboto Flex', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
.ss-marketing-emails-page-v4 .flex-1 {
  flex: 1; }
.ss-marketing-emails-page-v4 .ss-flex-box {
  display: flex; }
.ss-marketing-emails-page-v4 .ss-items-center {
  align-items: center; }
.ss-marketing-emails-page-v4 .pl-12px {
  padding-left: 12px; }
.ss-marketing-emails-page-v4 .mb-16px {
  margin-bottom: 16px; }
.ss-marketing-emails-page-v4 .mb-24px {
  margin-bottom: 24px; }
.ss-marketing-emails-page-v4 .tab-wrapper .nav-tabs {
  border-bottom: 1px solid #CDD0D5;
  margin-bottom: 24px; }
  .ss-marketing-emails-page-v4 .tab-wrapper .nav-tabs:after {
    height: 0; }
  .ss-marketing-emails-page-v4 .tab-wrapper .nav-tabs .nav-link {
    padding: 20px 16px;
    font-size: 14px;
    font-weight: 600; }
  .ss-marketing-emails-page-v4 .tab-wrapper .nav-tabs .nav-link.active,
  .ss-marketing-emails-page-v4 .tab-wrapper .nav-tabs .nav-item.show .nav-link {
    color: #137efc;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff; }
.ss-marketing-emails-page-v4 .tab-wrapper .atbd-tab .nav-link:after {
  bottom: -1px;
  height: 2px; }
.ss-marketing-emails-page-v4 .ss-box-sms-email-v4 {
  box-shadow: none !important;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-header {
    display: flex;
    padding: 10px 16px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #CDD0D5; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-header h2 {
      font-size: 18px;
      font-weight: 600;
      line-height: 21px;
      margin-bottom: 2px; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-header p {
      font-size: 14px;
      line-height: 20px; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-header .dropdown svg {
      color: #25282D; }
  .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body {
    padding: 24px 16px; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .card-content {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-avt-v4 {
      width: 56px;
      height: 56px;
      min-width: 56px;
      border-radius: 28px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-title-name-v4 {
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
      margin-bottom: 10px; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-title-price-v4 {
      font-size: 20px;
      font-weight: 700;
      line-height: 23px; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .atbd-tag {
      text-transform: capitalize; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .atbd-tag.tag-success.tag-transparented {
      background: #12A329;
      color: #fff; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .atbd-tag.tag-primary.tag-transparented {
      background: #137efc;
      color: #fff; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .atbd-tag.tag-danger.tag-transparented {
      background: #fa8b0c;
      color: #fff; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .atbd-tag.tag-warning.tag-transparented {
      background: #C67C2A;
      color: #fff; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .atbd-tag.tag-light.tag-transparented {
      background: #969BA7;
      color: #fff; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-content-email-v4 {
      font-size: 14px;
      line-height: 20px; }
      .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-content-email-v4 img {
        max-width: 100%; }
      .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-content-email-v4.ss-custom-max-h-content {
        max-height: 60px;
        overflow: auto; }
    .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-process-v4 {
      margin-bottom: 16px; }
      .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-process-v4:last-child {
        margin-bottom: 0; }
      .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-process-v4 p,
      .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-process-v4 span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500; }
      .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-process-v4 span {
        color: #7F8694; }
.ss-marketing-emails-page-v4 .ss-btn-blue-v4 {
  color: #fff; }
.ss-marketing-emails-page-v4 #cke_44 {
  display: none; }

.modal .ss-marketing-emails-popup-v4 #cke_44 {
  display: none; }
.modal .ss-marketing-emails-popup-v4 .flex-1 {
  flex: 1; }
.modal .ss-marketing-emails-popup-v4 .ss-flex-box {
  display: flex; }
.modal .ss-marketing-emails-popup-v4 .ss-items-center {
  align-items: center; }
.modal .ss-marketing-emails-popup-v4 .pl-12px {
  padding-left: 12px; }
.modal .ss-marketing-emails-popup-v4 .mb-12px {
  margin-bottom: 12px; }
.modal .ss-marketing-emails-popup-v4 .mb-16px {
  margin-bottom: 16px; }
.modal .ss-marketing-emails-popup-v4 .mb-24px {
  margin-bottom: 24px; }
.modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs {
  border-bottom: 1px solid #CDD0D5;
  margin-bottom: 24px;
  color: #25282D;
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box; }
  .modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs:after {
    height: 0; }
  .modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs .nav-link {
    padding: 20px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #25282D;
    font-family: 'Roboto Flex', sans-serif;
    box-sizing: border-box; }
  .modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs .nav-link.active,
  .modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs .nav-item.show .nav-link {
    color: #137efc;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
    font-family: 'Roboto Flex', sans-serif;
    box-sizing: border-box; }
.modal .ss-marketing-emails-popup-v4 .tab-wrapper .atbd-tab .nav-link:after {
  bottom: -1px;
  height: 2px; }
.modal .ss-marketing-emails-popup-v4 .form-view h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 24px;
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box; }
.modal .ss-marketing-emails-popup-v4 .form-view p {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #7F8694 !important;
  margin-bottom: 0 !important;
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box; }
.modal .ss-marketing-emails-popup-v4 .modal-header {
  padding: 32px 32px 8px;
  background: #F3F5F7;
  border-bottom: none;
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box; }
.modal .ss-marketing-emails-popup-v4 .modal-body {
  padding: 0 32px 16px;
  background: #F3F5F7;
  max-height: calc(100vh - 260px); }
.modal .ss-marketing-emails-popup-v4 .modal-footer {
  background: #F3F5F7;
  border-top: none;
  padding: 16px 32px 40px; }
.modal .ss-marketing-emails-popup-v4 .ss-px-0 {
  padding-left: 0px;
  padding-right: 0px; }
.modal .ss-marketing-emails-popup-v4 .mb-12px {
  margin-bottom: 12px; }
.modal .ss-marketing-emails-popup-v4 .ss-total-left {
  display: inline-flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  background: #FFF;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box; }
  .modal .ss-marketing-emails-popup-v4 .ss-total-left .ss-blue-text {
    color: #167EFC;
    font-weight: 700; }
.modal .ss-marketing-emails-popup-v4 .ss-custom-select .select2-container--default .select2-selection--single,
.modal .ss-marketing-emails-popup-v4 .ss-custom-select .select2-container--default .select2-selection--multiple {
  background-color: transparent; }
.modal .ss-marketing-emails-popup-v4 .ss-custom-select .select2-container .select2-selection--single .select2-selection__rendered,
.modal .ss-marketing-emails-popup-v4 .ss-custom-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #25282D;
  font-weight: 500; }
.modal .ss-marketing-emails-popup-v4 .ss-input-top-label {
  position: relative;
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box; }
  .modal .ss-marketing-emails-popup-v4 .ss-input-top-label .select2-selection,
  .modal .ss-marketing-emails-popup-v4 .ss-input-top-label #marketing_email_email_subject {
    border: 1px solid #CDD0D5;
    background: transparent; }
  .modal .ss-marketing-emails-popup-v4 .ss-input-top-label #marketing_email_email_subject {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    color: #25282D;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto Flex', sans-serif;
    box-sizing: border-box; }
  .modal .ss-marketing-emails-popup-v4 .ss-input-top-label .selecttext {
    padding-left: 2px;
    color: #25282D;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto Flex', sans-serif;
    box-sizing: border-box; }
  .modal .ss-marketing-emails-popup-v4 .ss-input-top-label .select-arrow {
    display: none; }
  .modal .ss-marketing-emails-popup-v4 .ss-input-top-label .ss-arrow-down {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer; }
  .modal .ss-marketing-emails-popup-v4 .ss-input-top-label .ss-label-top {
    background: #F3F5F7;
    left: 8px;
    padding: 4px;
    top: -12px;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #979797;
    z-index: 2;
    font-family: 'Roboto Flex', sans-serif;
    box-sizing: border-box; }
  .modal .ss-marketing-emails-popup-v4 .ss-input-top-label label {
    display: none; }
.modal .ss-marketing-emails-popup-v4 .cke_bottom {
  display: none; }
.modal .ss-marketing-emails-popup-v4 .ss-text {
  color: #25282D;
  font-size: 14px;
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box; }
.modal .ss-marketing-emails-popup-v4 .ss-text-gray {
  color: #6B7280;
  font-size: 14px;
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box; }
.modal .ss-marketing-emails-popup-v4 .ss-content-grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
  width: 100%; }
.modal .ss-marketing-emails-popup-v4 .ss-btn-v4 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  border-radius: 4px; }
.modal .ss-marketing-emails-popup-v4 #cke_marketing_email_email_content {
  border: none; }
.modal .ss-marketing-emails-popup-v4 #table-tickets {
  background: #fff; }
  .modal .ss-marketing-emails-popup-v4 #table-tickets .ss-color-dark {
    color: #25282D;
    font-weight: 500; }
  .modal .ss-marketing-emails-popup-v4 #table-tickets .ss-color-light {
    color: #25282D;
    font-weight: 400; }
.modal .ss-marketing-emails-popup-v4 .ss-border-b-trans {
  border-bottom: 1px solid #F3F5F7; }
.modal .ss-marketing-emails-popup-v4 .ss-custom-select-2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #C2C5CC;
  color: #25282D;
  margin-bottom: 5px; }
  .modal .ss-marketing-emails-popup-v4 .ss-custom-select-2 .select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #25282D;
    font-size: 16px; }
.modal .ss-marketing-emails-popup-v4 .select2-selection,
.modal .ss-marketing-emails-popup-v4 #marketing_email_scheduled_time_to_send_date {
  background: #F3F5F7 !important; }
.modal .ss-marketing-emails-popup-v4 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: 24px;
  overflow-y: auto; }
.modal .ss-marketing-emails-popup-v4 .ss-text-title-box {
  font-size: 14px;
  line-height: 20px;
  color: #25282D; }
.modal .ss-marketing-emails-popup-v4 .ss-btn-upload-v4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 74px;
  border-radius: 4px;
  gap: 8px;
  border: 1px dashed #CDD0D5;
  background: #fff;
  padding: 0 8px;
  cursor: pointer;
  outline: none; }
  .modal .ss-marketing-emails-popup-v4 .ss-btn-upload-v4 svg {
    margin-right: 0;
    width: 24px;
    height: 24px; }
  .modal .ss-marketing-emails-popup-v4 .ss-btn-upload-v4:focus {
    box-shadow: none; }
  .modal .ss-marketing-emails-popup-v4 .ss-btn-upload-v4 .ss-blue-text {
    color: #167EFC;
    font-weight: 600; }
.modal .ss-marketing-emails-popup-v4 .ss-preview-v4 {
  padding: 24px 0;
  background: #191818;
  margin-top: 16px; }
  .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-px-content {
    padding: 0 16px; }
  .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-logo {
    margin-bottom: 24px; }
  .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-banner {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #191818;
    margin-bottom: 16px;
    height: 150px; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-banner .background-img {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-banner .background-img .cover-image {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        filter: blur(14px);
        overflow: hidden; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-banner .background-img .figure {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50%;
        transform: translate(50%);
        overflow: hidden;
        width: 100%; }
        .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-banner .background-img .figure img {
          display: block;
          margin-left: auto;
          margin-right: auto;
          max-width: 100%;
          height: 100%; }
  .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-desc {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #535A68;
    display: flex; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-desc h2 {
      font-size: 24px;
      line-height: 28px;
      color: #fff; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-desc p {
      font-size: 16px;
      line-height: 18px;
      color: #fff; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-desc .ss-view-all {
      padding-left: 24px;
      display: flex;
      align-items: center; }
  .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-title-buy {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px; }
  .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item {
    display: flex; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item .ss-thumb {
      width: 168px;
      height: 100px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #FFF; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item .ss-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item .flex-1 {
      padding: 0 16px; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item h2 {
      font-size: 16px;
      line-height: 18px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 4px; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item p {
      font-size: 14px;
      line-height: 16px;
      color: #CDD0D5; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item .ss-btn-view {
      display: flex;
      align-items: center; }
  .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 #email_content {
    background: #fff;
    margin-bottom: 16px;
    padding: 16px; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 #email_content img {
      max-width: 100%; }

body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 p,
body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 h1,
body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 h2,
body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 h3,
body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 h4,
body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 a,
body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 div,
body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 button {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 .ss-custom-box.ss-sms-box {
  background-color: #28323E; }
body.dark-mode:not(.no-dark-mode) .ss-email-sms-blast-header-v4 .ss-custom-box.ss-email-box {
  background-color: #28323E; }

body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 p,
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 h1,
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 h2,
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 h3,
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 h4,
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 a,
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 button {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .tab-wrapper .nav-tabs {
  border-bottom: 1px solid #6B7280; }
  body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .tab-wrapper .nav-tabs .nav-link.active,
  body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .tab-wrapper .nav-tabs .nav-item.show .nav-link {
    color: #137efc;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff; }
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .tab-wrapper .tab-horizontal .nav-link {
  background: #25282D !important; }
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-header {
  background: #3D4148;
  border-bottom: 2px solid #6B7280; }
  body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-header .dropdown {
    background: #3D4148 !important; }
    body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-header .dropdown svg {
      color: #FFF; }
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body {
  background: #3D4148; }
  body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-body .ss-process-v4 span {
    color: #ACB0BA; }
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #fff; }
body.dark-mode:not(.no-dark-mode) .ss-marketing-emails-page-v4 .btn_preview_confirmation_email {
  color: #25282D; }

body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs {
  border-bottom: 1px solid #7F8694;
  color: #25282D; }
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs .nav-link {
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs .nav-link.active,
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs .nav-item.show .nav-link {
    color: #137efc; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .form-view h2 {
  color: #fff; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .form-view p {
  color: #ACB0BA !important; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .modal-header {
  background: #25282D; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .modal-body {
  background: #25282D; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .modal-footer {
  background: #25282D; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-total-left {
  background: #292F35;
  color: #fff; }
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-total-left .ss-blue-text {
    color: #167EFC;
    font-weight: 700; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-custom-select .select2-container--default .select2-selection--single,
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-custom-select .select2-container--default .select2-selection--multiple {
  background-color: transparent; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-custom-select .select2-container .select2-selection--single .select2-selection__rendered,
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-custom-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-input-top-label .select2-selection,
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-input-top-label #marketing_email_email_subject {
  border: 1px solid #7F8694; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-input-top-label .selecttext,
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-input-top-label #marketing_email_email_subject {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-input-top-label .ss-label-top {
  background: #25282D;
  color: #979797; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-text {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-text-gray {
  color: #CDD0D5; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .custom-checkbox .mode-switchable--text-color {
  color: #CDD0D5; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .form-group-calender a svg {
  color: #fff; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 #cke_marketing_email_email_content {
  border: none; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .cke_wysiwyg_frame,
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .cke_wysiwyg_div {
  background-color: #3D4148; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 #table-tickets {
  background: #25282D; }
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 #table-tickets .ss-color-dark {
    color: #FFF;
    font-weight: 500; }
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 #table-tickets .ss-color-light {
    color: #FFF;
    font-weight: 400; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-border-b-trans {
  border-bottom: 1px solid #3D4148; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-custom-select-2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #3D4148;
  color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-custom-select-2 .select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #FFF; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .tab-horizontal .nav-link {
  background: #25282D !important; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .select2-selection,
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 #marketing_email_scheduled_time_to_send_date {
  background: #25282D !important;
  border: 1px solid #7F8694; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .custom-checkbox input[type="checkbox"] + label:after {
  background-color: #25282D;
  border-color: #7F8694; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .custom-checkbox input[type="checkbox"]:checked + label:after {
  border: 1px solid #7F8694 !important; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-text-title-box {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-btn-upload-v4 {
  border: 1px dashed #6B7280;
  background: #3D4148; }
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-btn-upload-v4 svg {
    margin-right: 0;
    width: 24px;
    height: 24px; }
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-btn-upload-v4:focus {
    box-shadow: none; }
  body.dark-mode:not(.no-dark-mode) .modal .ss-marketing-emails-popup-v4 .ss-btn-upload-v4 .ss-blue-text {
    color: #167EFC;
    font-weight: 600; }

.ss-alert-v4 {
  padding: 0 !important;
  border: none;
  background: rgba(231, 209, 16, 0.62); }
  .ss-alert-v4.alert-success {
    background: rgba(36, 160, 43, 0.69); }
  .ss-alert-v4.alert-danger {
    background: rgba(239, 23, 23, 0.57); }
  .ss-alert-v4 .alert-content {
    display: flex;
    width: 100%;
    padding: 16px; }
    .ss-alert-v4 .alert-content .info-thumb {
      display: flex;
      width: 24px; }
    .ss-alert-v4 .alert-content p {
      flex: 1;
      padding-left: 16px;
      padding-right: 16px;
      color: #25282D; }
    .ss-alert-v4 .alert-content .ss-dark-mode {
      display: none; }
    .ss-alert-v4 .alert-content .ss-light-mode {
      display: block; }

.alert.alert-dismissible .close {
  padding: 10px 15px !important;
  opacity: 1; }

.alert.alert-dismissible .close svg, .alert.alert-dismissible .close img {
  width: 16px; }

body.dark-mode:not(.no-dark-mode) .ss-alert-v4 {
  padding: 0 !important;
  border: none; }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4.alert-success {
    background: rgba(36, 160, 43, 0.25); }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4.alert-danger {
    background: rgba(239, 23, 23, 0.25); }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4 .alert-content .info-thumb path {
    stroke: #F9E29E; }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4 .alert-content p {
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4 .alert-content .ss-dark-mode {
    display: block; }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4 .alert-content .ss-light-mode {
    display: none; }

@media only screen and (max-width: 992px) {
  .ss-btn-m-create-v4 {
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #167EFC;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-family: 'Roboto Flex', sans-serif; }
    .ss-btn-m-create-v4:hover {
      color: #fff; }
    .ss-btn-m-create-v4 svg {
      margin-right: 8px; }

  .flex-item-center {
    display: flex;
    align-items: center; }

  .leading-8 {
    line-height: 32px; }

  .ss-email-sms-blast-header-v4 {
    padding-top: 64px; }
    .ss-email-sms-blast-header-v4 .breadcrumb-main-custom {
      width: 100%;
      padding-left: 16px;
      padding-right: 16px; }
      .ss-email-sms-blast-header-v4 .breadcrumb-main-custom .ss-flex-box {
        width: 100%; }
        .ss-email-sms-blast-header-v4 .breadcrumb-main-custom .ss-flex-box .ss-email-box {
          margin-right: 0; }
    .ss-email-sms-blast-header-v4 .ss-custom-box {
      padding: 10px 16px;
      flex: 1;
      width: 100%;
      display: flex;
      justify-content: center; }
      .ss-email-sms-blast-header-v4 .ss-custom-box p {
        padding-left: 0; }

  .ss-marketing-emails-page-v4 {
    padding: 0 16px; }
    .ss-marketing-emails-page-v4 .tab-wrapper {
      margin: 0 16px; }
      .ss-marketing-emails-page-v4 .tab-wrapper .nav-tabs .nav-link {
        padding: 10px 8px; }

  .modal .ss-marketing-emails-popup-v4 .tab-wrapper .nav-tabs .nav-link {
    padding: 10px 8px; }
  .modal .ss-marketing-emails-popup-v4 .form-view p {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #ACB0BA !important;
    margin-bottom: 0 !important; }
  .modal .ss-marketing-emails-popup-v4 .modal-header {
    padding: 16px 16px 8px; }
  .modal .ss-marketing-emails-popup-v4 .modal-body {
    padding: 0 16px 16px; }

  .d-m-none {
    display: none; }

  .title-page-gr {
    padding-left: 16px; }

  .ss-show-hide-email-sms {
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 12px;
    cursor: pointer; }

  .pt-24px {
    padding-top: 24px; }

  .modal .ss-marketing-emails-popup-v4 .ss-content-grid-4 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px; } }
@media only screen and (max-width: 575px) {
  .ss-marketing-emails-page-v4 .ss-box-sms-email-v4 .card-header {
    flex-flow: row;
    text-align: left; }

  .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 {
    padding: 16px 0; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-px-content {
      padding: 0 16px; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-logo {
      margin-bottom: 24px; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-logo svg {
        width: 200px; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-banner {
      margin-bottom: 16px; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-banner img {
        object-fit: cover; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-desc {
      display: block; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-desc h2 {
        font-size: 20px;
        line-height: 24px;
        color: #fff; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-desc p {
        font-size: 16px;
        line-height: 18px;
        color: #fff; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-desc .ss-view-all {
        padding-left: 0; }
        .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-desc .ss-view-all .ss-btn-v4 {
          width: 100%; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-title-buy {
      color: #fff; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item {
      display: block; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item .ss-thumb {
        width: 100%;
        height: 130px;
        margin-bottom: 16px; }
        .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item .ss-thumb img {
          object-fit: cover; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item .flex-1 {
        padding: 0; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item h2 {
        margin-bottom: 4px;
        font-size: 14px;
        font-weight: 500; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item p {
        margin-bottom: 16px;
        font-size: 14px; }
      .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 .ss-ticket-list .ss-ticket-item .ss-btn-view {
        display: flex;
        justify-content: flex-start; }
    .modal .ss-marketing-emails-popup-v4 .ss-preview-v4 #email_content {
      color: #fff;
      margin-bottom: 16px; } }
.coupons-management-page {
  background-color: #F3F5F7; }
  .coupons-management-page.modal-open {
    overflow-y: hidden; }
  .coupons-management-page .main-page-content {
    background-color: #F3F5F7; }
  .coupons-management-page .card-coupon {
    background-color: #F3F5F7;
    border: none;
    box-shadow: none; }
  .coupons-management-page .alert-message {
    margin-bottom: 25px; }
  .coupons-management-page .status-check {
    position: relative;
    top: -2px;
    right: 15px; }
  .coupons-management-page .atbd-pagination-custom .dropdown {
    margin-left: 10px; }
  .coupons-management-page .atbd-pagination-custom .atbd-pagination__link {
    color: #25282D;
    font-weight: 400;
    font-size: 14px;
    background: none;
    border: none;
    padding: 9px 17px; }
    .coupons-management-page .atbd-pagination-custom .atbd-pagination__link.la-angle-left, .coupons-management-page .atbd-pagination-custom .atbd-pagination__link.la-angle-right {
      font-size: 20px;
      font-weight: bolder;
      position: relative;
      top: 2px; }
    .coupons-management-page .atbd-pagination-custom .atbd-pagination__link.active {
      background: rgba(22, 126, 252, 0.1);
      color: #167EFC;
      border-radius: 3px; }
  .coupons-management-page .atbd-pagination__item .paging-option:after {
    font-size: 16px;
    color: #25282D; }
  .coupons-management-page .atbd-pagination__item button.page-selection {
    color: #25282D;
    font-weight: 400;
    height: 40px;
    width: 120px;
    border-color: #E6EAF0;
    padding-left: 0;
    background-color: transparent;
    border-radius: 3px; }
    .coupons-management-page .atbd-pagination__item button.page-selection span {
      position: relative;
      left: -5px; }

.coupon-header-page-mobile {
  display: none; }

.coupons-header-page {
  padding-top: 7px; }
  .coupons-header-page .header-coupon-text {
    font-size: 30px;
    color: #25282D;
    margin-left: 8px; }
  .coupons-header-page .coupons-search-container {
    border-radius: 3px;
    border: 1px solid #CDD0D5;
    background-color: #F3F5F7;
    margin-right: 55px;
    width: 322px; }
    .coupons-header-page .coupons-search-container svg {
      stroke: #25282D; }
    .coupons-header-page .coupons-search-container input {
      background-color: #F3F5F7; }
      .coupons-header-page .coupons-search-container input::placeholder {
        color: #25282D !important;
        font-weight: 500;
        font-size: 14px; }
    .coupons-header-page .coupons-search-container input[type="search" i]::-webkit-search-cancel-button {
      position: relative;
      left: 15px; }
  .coupons-header-page .export-btn {
    border-radius: 5px;
    background-color: #167EFC; }
    .coupons-header-page .export-btn svg {
      width: 18px;
      height: 18px;
      position: relative;
      left: 4px; }
  .coupons-header-page .btn-add-coupon {
    border-radius: 5px;
    background-color: #167EFC;
    font-size: 14px;
    font-weight: 600; }
  .coupons-header-page .remove-unuses-code-btn {
    border: 1px solid #167EFC;
    border-radius: 5px;
    color: #167EFC;
    font-weight: 600;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px; }
    .coupons-header-page .remove-unuses-code-btn span {
      display: block;
      margin-top: 5px; }
  .coupons-header-page .remove-unuses-code-mobile {
    display: none; }

.coupons-list {
  margin-top: 17px; }
  .coupons-list table thead th {
    padding-bottom: 13px;
    color: #7F8694;
    font-size: 12px;
    font-weight: 500;
    background-color: #E6EDF0;
    border-radius: 0 !important; }
    .coupons-list table thead th:first-child {
      padding-left: 15px; }
  .coupons-list table tbody tr {
    background-color: #FCFCFD;
    border-bottom: 1px solid #E6EAF0; }
    .coupons-list table tbody tr td {
      font-size: 14px;
      color: #25282D;
      font-weight: 400;
      padding-bottom: 20px;
      padding-top: 21px; }
      .coupons-list table tbody tr td:first-child {
        padding-left: 15px; }
  .coupons-list .dropdown-menu {
    border: 1px solid #E6EAF0;
    box-shadow: 0px 4px 13.4px 0px #0000000D;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .coupons-list .dropdown-menu .dropdown-item {
      color: #25282D; }
  .coupons-list .description-column {
    width: 30%; }
  .coupons-list .event-column {
    width: 20%; }
  .coupons-list .color-light {
    color: #25282D; }

.coupon-status {
  font-size: 12px;
  font-weight: 500;
  color: white;
  padding: 4px 8px;
  border-radius: 2px; }
  .coupon-status.off-sale {
    background-color: #ACB0BA; }
  .coupon-status.inactive {
    background-color: #F04438; }
  .coupon-status.active {
    background-color: #12A329; }
  .coupon-status.scheduled {
    background-color: #D89346; }

body.dark-mode:not(.no-dark-mode).coupons-management-page .dropdown {
  background-color: #303338 !important; }

body.dark-mode:not(.no-dark-mode).coupons-management-page .dropdown .dropdown-menu {
  background-color: #25282D !important;
  border-color: #3D4148 !important; }

.coupon-modal .select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #2c99ff !important; }
.coupon-modal .title-container {
  justify-content: space-between; }
  .coupon-modal .title-container button {
    display: inline;
    opacity: 1 !important; }
    .coupon-modal .title-container button svg {
      position: relative;
      top: -13px;
      opacity: 1; }
      .coupon-modal .title-container button svg path {
        stroke: #9e9e9e; }
.coupon-modal .right-auto-apply {
  display: flex;
  align-items: center; }
.coupon-modal .status-toggle-container {
  display: flex;
  gap: 1em; }
.coupon-modal .status-label {
  position: relative;
  top: 2px; }
.coupon-modal .status-line {
  margin-bottom: 24px; }
.coupon-modal #coupon_code_uses_limit,
.coupon-modal .apply_all .select2-selection--single {
  width: 120px; }
.coupon-modal #mass_coupon_quantity {
  width: 150px; }
.coupon-modal ul.select2-selection__rendered .select2-selection__choice {
  font-size: 12px;
  font-weight: 400;
  color: #25282D;
  background-color: #CDD0D5;
  padding: 8px;
  padding-right: 22px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 1px; }
.coupon-modal ul.select2-selection__rendered .select2-selection__choice__remove {
  position: absolute;
  right: 4px;
  color: #25282D;
  font-size: 14px;
  top: 2px; }
.coupon-modal .modal-title {
  font-size: 18px !important;
  font-weight: 600;
  color: #25282D;
  margin-bottom: 20px; }
.coupon-modal .modal-body {
  padding: 28px 40px 0 40px; }
.coupon-modal .modal-footer {
  border: none;
  padding-right: 36px;
  padding-bottom: 35px; }
.coupon-modal .modal-content {
  width: 626px;
  margin: auto;
  background-color: #F3F5F7; }
.coupon-modal .warning-use-auto {
  margin-left: 10px;
  align-items: center;
  background: rgba(33, 150, 243, 0.25);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 1px 8px;
  border-radius: 4px; }
  .coupon-modal .warning-use-auto svg {
    width: 40px;
    margin-right: 10px; }
.coupon-modal .col-form-label {
  color: #6B7280;
  font-size: 12px;
  font-weight: 400; }
.coupon-modal .select2-selection__rendered {
  color: #25282D !important; }
.coupon-modal .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #25282D; }
.coupon-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-top: 10px;
  padding-bottom: 10px; }
.coupon-modal input[type="text"],
.coupon-modal input[type="number"],
.coupon-modal .select2-selection,
.coupon-modal .select-multiple-auto-height .select2-selection--multiple {
  height: 40px !important;
  min-height: 40px !important;
  border-color: #CDD0D5;
  border-radius: 3px;
  color: #25282D !important;
  background-color: #F3F5F7;
  font-weight: 500; }
  .coupon-modal input[type="text"]:focus,
  .coupon-modal input[type="number"]:focus,
  .coupon-modal .select2-selection:focus,
  .coupon-modal .select-multiple-auto-height .select2-selection--multiple:focus {
    border-color: #2c99ff !important; }
  .coupon-modal input[type="text"]::placeholder,
  .coupon-modal input[type="number"]::placeholder,
  .coupon-modal .select2-selection::placeholder,
  .coupon-modal .select-multiple-auto-height .select2-selection--multiple::placeholder {
    color: #6B7280 !important;
    font-weight: 400;
    font-size: 14px; }
.coupon-modal .discount-amount .select2-selection .select2-selection__rendered {
  color: #25282D;
  padding-left: 11px; }
.coupon-modal .discount-amount .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #25282D;
  position: relative;
  left: 4px; }
.coupon-modal .cp-discount-unit {
  margin-right: 5px; }
.coupon-modal .none-border {
  border: none; }
.coupon-modal .custom-checkbox input[type="checkbox"] + label.checkbox-single-use {
  color: #6B7280;
  font-weight: 500;
  font-size: 16px; }
.coupon-modal .custom-checkbox input[type="checkbox"] + label.checkbox-single-use:after {
  background-color: #F3F5F7;
  border-color: #969BA7;
  border-radius: 6px;
  width: 20px;
  height: 20px; }
.coupon-modal .custom-checkbox input[type="checkbox"]:checked + label.checkbox-single-use:after {
  background-color: #0363D7 !important;
  border: 1px solid #0363D7 !important; }
.coupon-modal .custom-checkbox input[type="checkbox"] + label.checkbox-single-use:before {
  font-size: 12px;
  left: 4px;
  top: 3px; }
.coupon-modal .custom-switch.switch-md .custom-control-label.coupon_status_switch:before {
  width: 44px;
  height: 24px;
  border-radius: 12px; }
.coupon-modal .custom-switch.switch-md .custom-control-label.coupon_status_switch:after {
  width: 20px;
  height: 20px;
  left: calc(-2.9rem + 4px);
  top: calc(0.0425rem + 2px); }
.coupon-modal .custom-switch.switch-md .custom-control-label.auto_apply:after {
  top: calc(0.0425rem + 3px); }
.coupon-modal .date-expire-detail {
  position: relative; }
.coupon-modal .auto-apply-wrapper {
  align-items: center; }
.coupon-modal label.auto_apply {
  padding: 0; }
.coupon-modal .btn-close {
  font-size: 14px;
  font-weight: 600;
  color: #6B7280;
  background-color: #FCFCFD;
  border-radius: 5px;
  padding: 9.5px 13px; }
.coupon-modal #submitForm {
  background-color: #167EFC;
  border-radius: 5px;
  padding: 3px 15px;
  margin-left: 10px; }
.coupon-modal .standard-space {
  margin-bottom: 26px; }
.coupon-modal .discount-amount {
  margin-bottom: 11px; }
.coupon-modal .min-tix-per-order {
  margin-bottom: 12px; }
.coupon-modal .max-tix-per-order {
  margin-bottom: 11px; }
.coupon-modal .code-uses-limit {
  margin-top: 3px;
  margin-bottom: 5px; }
.coupon-modal .apply_all {
  margin-bottom: 5px; }
.coupon-modal .expire-date-container {
  margin-top: 5px;
  margin-bottom: 6px;
  display: flex; }
.coupon-modal .form-group-calender {
  align-items: baseline; }
.coupon-modal .expire-date svg {
  stroke: #25282D; }
.coupon-modal .mass-coupons {
  margin-top: 26px; }
.coupon-modal .expire-date-container .expire-date {
  width: 53%; }
.coupon-modal .expire-date-container .date-expire-detail {
  width: 50%; }

.width-100 {
  width: 100%; }

.position-relative {
  position: relative; }

.input-with-top-label.focus span {
  color: #2c99ff !important; }
.input-with-top-label span {
  font-size: 12px;
  background: #F3F5F7;
  position: absolute;
  top: -8px;
  left: 23px;
  padding: 0 3px;
  color: #969BA7;
  z-index: 1000; }
.input-with-top-label input {
  background-color: #F3F5F7; }
  .input-with-top-label input:focus {
    background-color: #F3F5F7; }
.input-with-top-label.for-expire-date span {
  left: 7px; }
.input-with-top-label.date-input span {
  left: 12px; }

.dark-mode .title-container {
  justify-content: space-between; }
  .dark-mode .title-container button {
    display: inline;
    opacity: 1 !important; }
    .dark-mode .title-container button svg {
      position: relative;
      top: -13px;
      opacity: 1; }
      .dark-mode .title-container button svg path {
        stroke: white !important; }
.dark-mode .input-with-top-label span {
  color: #6B7280;
  background-color: #25282D; }
.dark-mode.coupons-management-page {
  background-color: #25282D !important; }
  .dark-mode.coupons-management-page .main-page-content {
    background-color: #25282D !important; }
  .dark-mode.coupons-management-page .card-coupon {
    background-color: #25282D !important; }
  .dark-mode.coupons-management-page:not(.no-dark-mode) .atbd-pagination__link {
    background-color: transparent; }
  .dark-mode.coupons-management-page .atbd-pagination__item button.page-selection {
    color: white;
    border-color: #3d4148 !important;
    background-color: #25282D !important; }
  .dark-mode.coupons-management-page .atbd-pagination__item .paging-option:after {
    color: #fff; }
  .dark-mode.coupons-management-page .atbd-pagination-custom .dropdown-item {
    text-transform: none !important; }
  .dark-mode.coupons-management-page .atbd-pagination-custom .atbd-pagination__link {
    color: #fff; }
    .dark-mode.coupons-management-page .atbd-pagination-custom .atbd-pagination__link.active {
      background: rgba(22, 126, 252, 0.1);
      color: #167EFC; }
.dark-mode .coupons-list table thead th {
  background-color: #3D4148 !important;
  color: #C2C5CC !important; }
.dark-mode .coupons-list table tbody tr {
  background-color: #303338;
  border-bottom: 1px solid #3D4148; }
  .dark-mode .coupons-list table tbody tr td {
    color: white; }
.dark-mode .coupons-list .color-light {
  color: white !important; }
.dark-mode .coupons-header-page .header-coupon-text {
  color: #fff; }
.dark-mode .coupons-header-page .coupons-search-container {
  border-color: #7F8694;
  background-color: #25282D !important; }
  .dark-mode .coupons-header-page .coupons-search-container svg {
    stroke: #fff; }
  .dark-mode .coupons-header-page .coupons-search-container input {
    background-color: #25282D !important; }
    .dark-mode .coupons-header-page .coupons-search-container input::placeholder {
      color: #fff !important; }
.dark-mode .coupon-modal input, .dark-mode .coupon-modal .select2-selection {
  background-color: #25282D !important;
  border: 1px solid #7F8694 !important; }
  .dark-mode .coupon-modal input:focus, .dark-mode .coupon-modal .select2-selection:focus {
    border-color: #2c99ff !important; }
.dark-mode .coupon-modal .select2-container--focus .select2-selection--multiple {
  border-color: #2c99ff !important; }
.dark-mode .coupon-modal input.select2-search__field {
  border: none !important; }
.dark-mode .coupon-modal .ticket-select-box .select2-selection__rendered {
  padding-top: 10px; }
.dark-mode .coupon-modal .modal-content {
  background-color: #25282D !important; }
.dark-mode .coupon-modal .custom-checkbox input[type="checkbox"] + label.checkbox-single-use:after {
  background-color: #25282D;
  border-color: #7F8694; }
.dark-mode .coupon-modal ul.select2-selection__rendered .select2-selection__choice {
  color: white;
  background-color: #181919; }
.dark-mode .coupon-modal ul.select2-selection__rendered .select2-selection__choice__remove {
  color: #fff; }
.dark-mode .coupon-modal .btn-close {
  background-color: #3D4148;
  color: #CDD0D5; }
.dark-mode .coupon-modal .expire-date svg {
  stroke: #fff; }
.dark-mode .coupon-modal .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.dark-mode .coupon-modal .discount-amount .select2-container--default .select2-selection--single .select2-selection__arrow:after,
.dark-mode .coupon-modal .select2-selection__rendered,
.dark-mode .coupon-modal input[type="text"],
.dark-mode .coupon-modal input[type="number"],
.dark-mode .coupon-modal .select2-selection,
.dark-mode .coupon-modal .select-multiple-auto-height .select2-selection--multiple {
  color: white !important; }
  .dark-mode .coupon-modal .select2-container--default .select2-selection--single .select2-selection__arrow:after:focus,
  .dark-mode .coupon-modal .discount-amount .select2-container--default .select2-selection--single .select2-selection__arrow:after:focus,
  .dark-mode .coupon-modal .select2-selection__rendered:focus,
  .dark-mode .coupon-modal input[type="text"]:focus,
  .dark-mode .coupon-modal input[type="number"]:focus,
  .dark-mode .coupon-modal .select2-selection:focus,
  .dark-mode .coupon-modal .select-multiple-auto-height .select2-selection--multiple:focus {
    border-color: #2c99ff !important; }
  .dark-mode .coupon-modal .select2-container--default .select2-selection--single .select2-selection__arrow:after::placeholder,
  .dark-mode .coupon-modal .discount-amount .select2-container--default .select2-selection--single .select2-selection__arrow:after::placeholder,
  .dark-mode .coupon-modal .select2-selection__rendered::placeholder,
  .dark-mode .coupon-modal input[type="text"]::placeholder,
  .dark-mode .coupon-modal input[type="number"]::placeholder,
  .dark-mode .coupon-modal .select2-selection::placeholder,
  .dark-mode .coupon-modal .select-multiple-auto-height .select2-selection--multiple::placeholder {
    color: #7F8694 !important; }
.dark-mode .coupon-modal .col-form-label {
  color: #CDD0D5 !important; }
.dark-mode .custom-switch .custom-control-label.coupon_status_switch:before,
.dark-mode .custom-switch .custom-control-label:before {
  background-color: #545964 !important; }
.dark-mode .custom-switch.switch-primary .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0363D7 !important; }
.dark-mode .custom-checkbox input[type="checkbox"] + label.checkbox-single-use {
  color: #CDD0D5; }

@media (max-width: 991px) {
  body.coupons-management-page .container-fluid-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body.coupons-management-page .header-top, body.coupons-management-page .mobile-author-actions, body.coupons-management-page .mobile-search {
    display: none; }
  body.coupons-management-page .header-mode-switchable {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px; }
  body.coupons-management-page .custom-toggle-container, body.coupons-management-page .profile-img-container {
    margin-top: 12px; }
  body.coupons-management-page .atbd-pagination-custom .dropdown {
    display: none !important; }

  .title-container button {
    padding-right: 15px; }

  .coupons-header-page {
    margin-top: 60px; }

  .coupons-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 15px;
    margin-top: 2px; }
    .coupons-list .dropdown-menu {
      border-radius: 8px;
      box-shadow: 0px 4px 13.4px 0px #0000000D;
      padding-top: 5px;
      padding-bottom: 5px;
      min-width: 8rem;
      border: 1px solid #E6EAF0; }

  .coupon-item {
    padding: 2px 7px;
    padding-bottom: 9px;
    background-color: #FCFCFD;
    margin-bottom: 15px; }
    .coupon-item .arrow-down {
      display: none; }
    .coupon-item .arrow-up {
      display: block; }
    .coupon-item.short-mode {
      padding-bottom: 5px; }
      .coupon-item.short-mode .arrow-down {
        display: block; }
      .coupon-item.short-mode .arrow-up {
        display: none; }
      .coupon-item.short-mode .coupon-item-line {
        display: none; }
        .coupon-item.short-mode .coupon-item-line.first-line {
          display: flex; }
    .coupon-item .coupon-item-line {
      padding: 9px 0;
      display: flex; }
      .coupon-item .coupon-item-line.cp-code {
        padding-top: 12px; }
      .coupon-item .coupon-item-line .dropdown {
        margin-right: 9px; }
    .coupon-item .title {
      color: #7F8694;
      font-weight: 400;
      font-size: 14px;
      width: 30%; }
    .coupon-item .content {
      width: 50%;
      padding-right: 20px; }
    .coupon-item .action {
      margin-left: auto;
      position: relative;
      top: -3px; }
      .coupon-item .action .arrow-down, .coupon-item .action .arrow-up {
        margin-top: 9px; }

  .coupon-header-page-mobile {
    display: flex !important;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
    justify-content: space-between;
    background-color: #FFF;
    border-bottom: 1px solid #C2C5CC; }
    .coupon-header-page-mobile .left-header {
      align-items: center; }
      .coupon-header-page-mobile .left-header h4 {
        color: #25282D;
        font-weight: 600;
        font-size: 16px;
        margin-left: 25px; }
    .coupon-header-page-mobile .right-header .btn-export {
      background-color: #167EFC;
      border-radius: 5px;
      text-align: center;
      padding-left: 6px;
      padding-right: 6px;
      height: 32px; }
      .coupon-header-page-mobile .right-header .btn-export svg {
        width: 18px;
        height: 18px;
        margin-right: 0; }
    .coupon-header-page-mobile .right-header .btn-create {
      height: 32px;
      background-color: #167EFC;
      border-radius: 5px;
      color: #fff;
      padding-left: 11px;
      padding-right: 12px; }
      .coupon-header-page-mobile .right-header .btn-create svg {
        margin-right: 10px;
        width: 14px;
        height: 14px; }

  .breadcrumb-main-custom {
    justify-content: flex-end !important;
    width: 100%; }

  .header-coupon-text, .export-btn, .btn-add-coupon, .remove-unuses-code-btn {
    display: none !important; }

  .coupons-header-page .coupons-search-container {
    background-color: #F3F5F7; }
    .coupons-header-page .coupons-search-container input {
      background-color: #F3F5F7; }

  .coupons-header-page .coupons-search-container input::placeholder {
    color: white !important; }

  .coupons-header-page .remove-unuses-code-btn span {
    margin-top: 0; }

  .remove-unuses-code-mobile {
    display: block !important;
    padding-bottom: 7.5px;
    padding-top: 4.5px;
    margin-bottom: 18px; }

  .coupons-header-page .coupons-search-container {
    margin-right: 0;
    width: 100%; }
    .coupons-header-page .coupons-search-container button {
      padding-left: 0 !important; }
    .coupons-header-page .coupons-search-container svg {
      position: relative;
      top: -2px; }

  .coupon-modal .custom-switch.switch-md .custom-control-label.auto_apply:after {
    top: calc(0.0425rem + 2px); }
  .coupon-modal .status-toggle-container {
    display: flex;
    gap: 0; }
  .coupon-modal .status-label {
    position: relative;
    top: 5px; }
  .coupon-modal .modal-content {
    width: 100% !important; }
    .coupon-modal .modal-content .modal-body {
      overflow-x: hidden; }
      .coupon-modal .modal-content .modal-body .modal-title {
        padding-left: 15px; }
      .coupon-modal .modal-content .modal-body .row {
        margin-left: 0 !important;
        margin-right: 0 !important; }
  .coupon-modal .modal-footer {
    padding-right: 15px !important; }
  .coupon-modal label.auto_apply {
    margin-bottom: 5px; }
  .coupon-modal .expire-date {
    margin-top: 10px;
    margin-bottom: 24px; }
  .coupon-modal .status-container {
    margin-bottom: 10px; }
  .coupon-modal .warning-use-auto {
    align-items: flex-start;
    padding: 3px 8px;
    color: #2196F3;
    font-size: 12px; }
  .coupon-modal .discount-amount .cp-discount-unit,
  .coupon-modal .discount-amount .quantity {
    width: 50% !important; }
  .coupon-modal .coupon-status,
  .coupon-modal .status-switch {
    margin-left: auto; }
  .coupon-modal .expire-date-container {
    display: block; }
  .coupon-modal .expire-date,
  .coupon-modal .date-expire-detail {
    width: 100% !important;
    padding-right: 0 !important; }
  .coupon-modal .date-expire-detail .input-field {
    width: 33.333% !important; }

  .width-mobile-100 {
    width: 100%; }

  .dark-mode .coupon-header-page-mobile {
    background-color: #303338;
    border-bottom-color: #3D4148; }
    .dark-mode .coupon-header-page-mobile .left-header h4 {
      color: white; }
    .dark-mode .coupon-header-page-mobile svg path {
      stroke: white; }
  .dark-mode .coupons-header-page .coupons-search-container {
    border-color: #7F8694;
    background-color: #25282D !important; }
    .dark-mode .coupons-header-page .coupons-search-container input {
      background-color: #25282D !important; }
  .dark-mode .coupon-item {
    background-color: #303338; }
    .dark-mode .coupon-item .content {
      color: #fff; }
    .dark-mode .coupon-item .action svg path {
      stroke: white; }
  .dark-mode .coupon-item .title {
    color: #ACB0BA; }
  .dark-mode .warning-use-auto {
    color: #fff; } }
.pass-management-page.modal-open {
  overflow-y: hidden !important; }

.table-pass td:first-child {
  width: 11%; }
.table-pass td:nth-child(2) {
  width: 26%; }
.table-pass td .pass-tickets {
  line-height: 1.5em;
  overflow: hidden; }
.table-pass td p {
  margin-bottom: 0 !important; }

.pass .pass-list-mobile {
  display: none; }
.pass .mobile-pass-item-container {
  display: flex;
  border-bottom: 1px solid #f1f2f6;
  padding: 15px; }
  .pass .mobile-pass-item-container:first-child {
    padding-top: 0; }

.disabled-pass {
  color: darkgrey !important;
  pointer-events: none; }

.pass-modal .modal-body {
  padding: 12px 50px 0 50px; }
.pass-modal .modal-header {
  border-bottom: none;
  align-items: baseline;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0; }
  .pass-modal .modal-header .modal-title {
    margin-bottom: 10px; }
  .pass-modal .modal-header .close {
    opacity: 1; }
  .pass-modal .modal-header svg {
    stroke: #9e9e9e; }
  .pass-modal .modal-header .explain-content {
    color: #7F8694;
    font-size: 14px;
    font-weight: 400; }
.pass-modal .no-events {
  margin-top: 26px; }
.pass-modal .input-width-100 {
  width: 100px; }
.pass-modal .select-event-container {
  margin-bottom: 10px; }
.pass-modal .ticket_detail_container {
  margin-bottom: 5px; }
.pass-modal .upload-product-img svg {
  width: 100% !important;
  margin-bottom: 18px; }
.pass-modal .input-time-container:focus-within .input-with-top-label span {
  color: #2c99ff; }
.pass-modal .input-time-container:focus-within input {
  border: 1px solid #2c99ff !important; }
.pass-modal label.error {
  margin-bottom: 0 !important; }
.pass-modal input.error {
  border-color: #F44336; }
.pass-modal .modal-footer {
  float: right;
  padding-bottom: 45px; }
.pass-modal .width-100,
.pass-modal .facility-unit .select2 {
  width: 100px !important; }
.pass-modal .date-container {
  padding-right: 7px; }
.pass-modal .date-time-inputs .input-with-top-label span {
  left: 8px !important; }
.pass-modal .date-time-inputs svg {
  stroke: #25282D;
  width: 16px; }
.pass-modal .standard-padding {
  padding-bottom: 12px; }
.pass-modal .date-padding {
  margin-bottom: 27px; }
.pass-modal .custom-switch.switch-md .custom-control-label:before {
  width: 44px;
  height: 24px;
  border-radius: 12px; }
.pass-modal .custom-switch.switch-md .custom-control-label:after {
  top: calc(0.0425rem + 2px);
  width: 20px;
  height: 20px; }
.pass-modal .custom-switch.switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.1rem); }
.pass-modal .center-image-upload {
  background-color: black !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
.pass-modal .hidden-opacity {
  background-color: transparent !important; }
  .pass-modal .hidden-opacity .desc-upload-image,
  .pass-modal .hidden-opacity .file-upload {
    opacity: 0; }
.pass-modal label.error {
  font-size: 12px; }
.pass-modal textarea {
  background-color: #F3F5F7; }
.pass-modal .tooltip-for-field {
  display: none;
  background: #CDD0D5;
  padding: 12px;
  border-radius: 8px;
  overflow: scroll;
  max-width: 75%;
  z-index: 100000000;
  position: absolute;
  bottom: 22px;
  color: #25282D; }
.pass-modal #pass_price {
  width: 100px; }
.pass-modal .limit-to-purchase {
  margin-bottom: 23px;
  align-items: center;
  font-size: 12px;
  color: #6B7280; }
.pass-modal .custom-switch {
  position: relative;
  top: -2px; }
.pass-modal .limit-item {
  margin-bottom: 25px; }
.pass-modal .quantity_available {
  font-size: 12px; }
.pass-modal .light-mode-img {
  display: inline-block; }
.pass-modal .dark-mode-img {
  display: none; }
.pass-modal .select2-selection--multiple {
  height: auto !important; }
.pass-modal .arrow-down-select-events {
  position: absolute;
  right: 32px;
  top: 17px; }
.pass-modal .layout-bg-image:hover .hidden-opacity {
  opacity: 0.8;
  background-color: #FFFFFF !important; }
.pass-modal .layout-bg-image:hover .hidden-opacity .file-upload {
  opacity: 1; }
.pass-modal .layout-bg-image:hover .hidden-opacity .desc-upload-image {
  opacity: 1; }
.pass-modal .layout-bg-image:hover .hidden-opacity .desc-upload-image {
  opacity: 1; }
.pass-modal .desc-upload-image {
  color: #7F8694;
  font-weight: 400;
  font-size: 14px; }
  .pass-modal .desc-upload-image a {
    color: #167EFC;
    font-weight: 600; }
.pass-modal .upload-product-img {
  border: 1px dashed #CDD0D5;
  background-color: white;
  padding: 50px 0 !important;
  border-radius: 4px; }
.pass-modal .file-upload__input {
  width: 100%;
  z-index: 0; }
.pass-modal .input-width-208 {
  width: 208px; }
.pass-modal .alert.alert-dismissible .close {
  padding: 0 5px !important; }

.dark-mode .pass-modal .limit-to-purchase {
  color: #CDD0D5; }
.dark-mode .pass-modal .pass_ticket {
  color: #fff; }
.dark-mode .pass-modal .date-time-inputs svg {
  stroke: white; }
.dark-mode .pass-modal .arrow-down-select-events path {
  stroke: white !important;
  stroke-width: 1.5; }
.dark-mode .pass-modal .quantity_available {
  color: white; }
.dark-mode .pass-modal .layout-bg-image:hover .hidden-opacity {
  opacity: 0.8;
  background-color: #3D4148 !important; }
.dark-mode .pass-modal .desc-upload-image {
  color: #C2C5CC; }
.dark-mode .pass-modal .upload-product-img {
  border-color: #6B7280;
  background-color: #303338 !important; }
.dark-mode .pass-modal .hidden-opacity {
  background-color: transparent !important; }
.dark-mode .pass-modal .modal-header .explain-content {
  color: #ACB0BA; }
.dark-mode .pass-modal .light-mode-img {
  display: none; }
.dark-mode .pass-modal .dark-mode-img {
  display: inline-block; }
.dark-mode .pass-modal .ss-event-cutsom-v4 ul.select2-selection__rendered .select2-selection__choice, .dark-mode .pass-modal .ss-event-cutsom-v4 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important; }

@media only screen and (max-width: 767px) {
  .pass-header-page .coupons-search-container input::placeholder {
    color: #25282D !important; }

  .pass-modal {
    padding: 20px 15px; }
    .pass-modal .modal-header {
      padding-top: 0; }
      .pass-modal .modal-header .explain-content {
        padding-left: 15px; }
      .pass-modal .modal-header .close {
        position: relative;
        right: 15px; }
    .pass-modal .modal-body {
      max-height: 500px; }
    .pass-modal .upload-product-img svg {
      width: 25px !important; }
    .pass-modal .custom-switch {
      margin-left: auto; }
    .pass-modal .limit-to-purchase {
      padding-left: 15px; }
    .pass-modal .modal-footer {
      padding-bottom: 15px;
      width: 100%;
      justify-content: center; }
    .pass-modal .btn-close {
      padding: 9.5px 27px; }
    .pass-modal .date-padding {
      margin-bottom: 10px; }
    .pass-modal .limit-to-purchase {
      margin-bottom: 10px; }
    .pass-modal .limit-item {
      margin-bottom: 10px; }
      .pass-modal .limit-item input {
        width: 100px; }
    .pass-modal #pass_secret_pass_code {
      width: 100px; }
    .pass-modal #submitForm {
      padding: 3px 34px; }

  .pass-management-page .alert-message {
    margin-bottom: 10px; }

  .pass-header-page-mobile .right-header .btn-create {
    padding-left: 13px;
    padding-right: 15px; }

  .pass-management-page .status-check {
    right: -6px; }

  .pass .pass-list-desktop {
    display: none; }
  .pass .pass-list-mobile {
    display: block; }
  .pass .atbd-upload__button .btn-upload {
    margin: auto; } }
.pass-block-unlimited-scan {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease; }
.attendees-page.light-mode .main-page-content .card {
  background-color: #f4f5f7;
  box-shadow: unset;
  padding: 0 !important;
  border: none; }
.attendees-page.light-mode .header-top .navbar {
  padding: 5px 1rem; }
  .attendees-page.light-mode .header-top .navbar .navbar-left .sidebar-toggle {
    margin-right: 5px; }
  .attendees-page.light-mode .header-top .navbar .navbar-left .title-attendees {
    color: #25282D; }
  .attendees-page.light-mode .header-top .navbar .navbar-right {
    align-items: baseline;
    display: flex;
    justify-content: space-between; }
    .attendees-page.light-mode .header-top .navbar .navbar-right .attendee-btn-group a {
      height: 32px;
      padding: 0 3px; }
    .attendees-page.light-mode .header-top .navbar .navbar-right .btn-author-action svg {
      color: #25282D; }
.attendees-page.light-mode .modal-dialog {
  max-width: 850px; }
  .attendees-page.light-mode .modal-dialog .modal-content {
    background-color: #f4f5f7; }
.attendees-page.light-mode .partial-refund-popup {
  max-width: 950px; }
.attendees-page.light-mode .refund-confirm-popup {
  max-width: 510px; }
.attendees-page.light-mode .attendee-info-popup {
  max-width: 1440px; }
.attendees-page.light-mode .header-attendees-tittle {
  color: #25282D;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }
.attendees-page.light-mode .title-select-actions {
  position: relative;
  border: 1px solid #CDD0D5;
  border-radius: 3px;
  width: 100%; }
.attendees-page.light-mode .title-select-actions label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #979797;
  font-size: 12px; }
.attendees-page.light-mode .title-select-actions label:after {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.attendees-page.light-mode .title-select-actions:focus-within {
  border: 1px solid #2c99ff; }
.attendees-page.light-mode .title-select-actions:focus-within label {
  color: #2c99ff; }
.attendees-page.light-mode .title-select-search {
  position: relative;
  border: 1px solid #CDD0D5;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 20px; }
  .attendees-page.light-mode .title-select-search .search-form {
    border-radius: 3px;
    background-color: #f4f5f7; }
    .attendees-page.light-mode .title-select-search .search-form button {
      padding-left: 10px; }
    .attendees-page.light-mode .title-select-search .search-form svg {
      color: #25282D; }
    .attendees-page.light-mode .title-select-search .search-form input {
      background-color: #f4f5f7;
      color: #25282D;
      padding-left: 0; }
.attendees-page.light-mode .title-select-search label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #979797;
  font-size: 12px; }
.attendees-page.light-mode .title-select-search label:after {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.attendees-page.light-mode .title-select-search:focus-within {
  border: 1px solid #2c99ff; }
.attendees-page.light-mode .title-select-search:focus-within label {
  color: #2c99ff; }
.attendees-page.light-mode .title-select-search .search-form input:-internal-autofill-selected {
  -webkit-text-fill-color: #25282D;
  -webkit-box-shadow: 0 0 0 1000px #f4f5f7 inset !important;
  transition: background-color 5000s ease-in-out 0s; }
.attendees-page.light-mode .title-select-search input[type="search"]::-webkit-search-cancel-button {
  margin-right: -15px; }
.attendees-page.light-mode .title-select-date-range {
  position: relative;
  border: 1px solid #CDD0D5;
  border-radius: 3px; }
.attendees-page.light-mode .title-select-date-range label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #979797;
  font-size: 12px; }
.attendees-page.light-mode .title-select-date-range label:after {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.attendees-page.light-mode .title-select-date-range .attendee-calendar {
  background-color: #f4f5f7;
  color: #25282D;
  padding: 7px 0; }
  .attendees-page.light-mode .title-select-date-range .attendee-calendar svg {
    height: 18px;
    width: 18px; }
.attendees-page.light-mode .title-select-date-range.active {
  border: 1px solid #2c99ff; }
.attendees-page.light-mode .title-select-date-range.active label {
  color: #2c99ff; }
.attendees-page.light-mode .title-select-filter {
  position: relative;
  border: 1px solid #CDD0D5;
  border-radius: 3px;
  width: 100%; }
.attendees-page.light-mode .title-select-filter label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #979797;
  font-size: 12px; }
.attendees-page.light-mode .title-select-filter label:after {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.attendees-page.light-mode .title-select-filter:focus-within {
  border: 1px solid #2c99ff; }
.attendees-page.light-mode .title-select-filter:focus-within label {
  color: #2c99ff; }
.attendees-page.light-mode .btn-actions {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #167EFC;
  background-color: #f4f5f7;
  color: #167EFC; }
  .attendees-page.light-mode .btn-actions svg {
    width: 18px; }
.attendees-page.light-mode .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 3px;
  border: none;
  background-color: #f4f5f7; }
  .attendees-page.light-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #25282D;
    width: 186px; }
  .attendees-page.light-mode .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: #25282D; }
.attendees-page.light-mode .dropdown_search_actions {
  z-index: 999;
  width: 280px !important;
  top: 10px;
  left: -30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #E6EAF0;
  background: #FFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05); }
  .attendees-page.light-mode .dropdown_search_actions ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1); }
    .attendees-page.light-mode .dropdown_search_actions ul li.select2-results__option--highlighted svg {
      width: 24px; }
      .attendees-page.light-mode .dropdown_search_actions ul li.select2-results__option--highlighted svg path {
        fill: #167EFC !important; }
    .attendees-page.light-mode .dropdown_search_actions ul li.select2-results__option--highlighted .void_order path {
      stroke: #167EFC !important; }
    .attendees-page.light-mode .dropdown_search_actions ul li.select2-results__option--highlighted .transfer_order path {
      stroke: #167EFC;
      fill: none !important; }
  .attendees-page.light-mode .dropdown_search_actions ul li.select2-results__option {
    display: flex;
    align-items: center; }
    .attendees-page.light-mode .dropdown_search_actions ul li.select2-results__option svg {
      width: 24px; }
    .attendees-page.light-mode .dropdown_search_actions ul li.select2-results__option span {
      padding-left: 5px; }
.attendees-page.light-mode .dropdown_search_filters {
  z-index: 999;
  width: 170px !important;
  top: 10px;
  left: -30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #E6EAF0;
  background: #FFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05); }
  .attendees-page.light-mode .dropdown_search_filters ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1); }
.attendees-page.light-mode .show-calendar {
  right: 150px !important;
  top: 90px !important;
  box-shadow: unset; }
.attendees-page.light-mode .modal-export-new-v4 {
  padding: 48px; }
  .attendees-page.light-mode .modal-export-new-v4 .modal-header {
    padding: 0;
    border-bottom: unset; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-header h6 {
      color: #25282D;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-header button {
      color: #25282D;
      opacity: unset; }
  .attendees-page.light-mode .modal-export-new-v4 .modal-body {
    padding: 0;
    overflow-y: unset; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .instant_payout_session {
      margin: 32px 0; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .btn-choice-export a {
      padding: 0 15px;
      height: 40px;
      border-radius: 5px;
      font-size: 14px;
      font-style: normal;
      font-weight: 600; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time {
      position: relative;
      border: 1px solid #CDD0D5;
      border-radius: 3px;
      width: 160px; }
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date input,
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time input,
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date input,
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time input {
        border: unset;
        padding: 0 15px;
        height: 40px;
        border-radius: 3px;
        color: #25282D;
        background-color: #f4f5f7; }
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date .input-icon,
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time .input-icon,
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date .input-icon,
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time .input-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0;
        right: 20px; }
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date svg,
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time svg,
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date svg,
      .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time svg {
        color: #25282D;
        width: 18px; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time.active,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time.active {
      border: 1px solid #2c99ff; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time.active label,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time.active label {
      color: #2c99ff; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date label,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time label,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date label,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time label {
      position: absolute;
      top: -10px;
      left: 12px;
      margin: 0;
      padding: 0 4px;
      z-index: 8;
      color: #7F8694;
      font-size: 12px; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date label:after,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time label:after,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date label:after,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time label:after {
      content: " ";
      position: absolute;
      background-color: #f4f5f7;
      width: 100%;
      height: 4px;
      left: 0;
      bottom: 8px;
      z-index: -1; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date:focus-within,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time:focus-within,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date:focus-within,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date:focus-within label,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time:focus-within label,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date:focus-within label,
    .attendees-page.light-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time:focus-within label {
      color: #2c99ff; }
.attendees-page.light-mode .table-custom thead th {
  padding: 10px 10px 10px 6px;
  background-color: #E6EDF0;
  border-radius: unset;
  color: #7F8694 !important; }
  .attendees-page.light-mode .table-custom thead th .custom-checkbox input[type="checkbox"] + label:before {
    font-size: 12px;
    left: 4px;
    top: 3px;
    color: #FFF; }
  .attendees-page.light-mode .table-custom thead th .custom-checkbox input[type="checkbox"] + label:after {
    width: 20px;
    height: 20px;
    background-color: #CDD0D5;
    border: 1px solid #969BA7;
    border-radius: 6px; }
  .attendees-page.light-mode .table-custom thead th .content-center {
    color: #7F8694; }
    .attendees-page.light-mode .table-custom thead th .content-center a {
      color: #25282D; }
.attendees-page.light-mode .table-custom tbody td {
  padding: 15px 8px;
  background-color: #FCFCFD;
  border-bottom: 1px solid #E6EAF0;
  color: #25282D; }
  .attendees-page.light-mode .table-custom tbody td .custom-checkbox input[type="checkbox"] + label:before {
    font-size: 12px;
    left: 4px;
    top: 3px;
    color: #FFF; }
  .attendees-page.light-mode .table-custom tbody td .custom-checkbox input[type="checkbox"] + label:after {
    width: 20px;
    height: 20px;
    background-color: #f4f5f7;
    border: 1px solid #969BA7 !important;
    border-radius: 6px; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-success {
    border-radius: 2px;
    background: #12A329;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-info {
    border-radius: 2px;
    background: #185CAE;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-pending {
    border-radius: 2px;
    background: #C67C2A;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-danger {
    border-radius: 2px;
    background: #F04438;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-purple {
    border-radius: 2px;
    background: #7E2A9F;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-void {
    background: #969BA7;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-light {
    border-radius: 2px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-block {
    border-radius: 2px;
    background: #0E0F11;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-delivered {
    border-radius: 2px;
    background: #12A329;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-open {
    border-radius: 2px;
    background: #185CAE;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-processed {
    border-radius: 2px;
    background: #C67C2A;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented.tag-click {
    border-radius: 2px;
    background: #7E2A9F;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 6px 8px;
    text-align: center; }
.attendees-page.light-mode .table-custom tbody td.colspan .data-more-info {
  padding: 0 0 20px 30px; }
  .attendees-page.light-mode .table-custom tbody td.colspan .data-more-info .accordian-body {
    padding-top: 20px; }
    .attendees-page.light-mode .table-custom tbody td.colspan .data-more-info .accordian-body .order-delivery,
    .attendees-page.light-mode .table-custom tbody td.colspan .data-more-info .accordian-body .email-delivery {
      font-size: 16px;
      font-weight: 700;
      color: #25282D; }
    .attendees-page.light-mode .table-custom tbody td.colspan .data-more-info .accordian-body .mail-to,
    .attendees-page.light-mode .table-custom tbody td.colspan .data-more-info .accordian-body .mail-from,
    .attendees-page.light-mode .table-custom tbody td.colspan .data-more-info .accordian-body .mail-subject {
      color: #6B7280;
      margin-bottom: 0.5rem; }
    .attendees-page.light-mode .table-custom tbody td.colspan .data-more-info .accordian-body .txt-mail-to,
    .attendees-page.light-mode .table-custom tbody td.colspan .data-more-info .accordian-body .txt-mail-from,
    .attendees-page.light-mode .table-custom tbody td.colspan .data-more-info .accordian-body .txt-mail-subject {
      word-break: break-all; }
.attendees-page.light-mode .table-custom tbody .event-name {
  width: 190px;
  word-break: break-all; }
.attendees-page.light-mode .table-custom tbody .ticket-level {
  width: 170px;
  word-break: break-all; }
.attendees-page.light-mode .table-custom tbody td .icon-info {
  background-image: url(/../assets/management/drop-down-v4-light.png);
  background-position: 50%;
  background-size: 70%;
  background-repeat: no-repeat;
  height: 25px; }
.attendees-page.light-mode .table-custom tbody td.show .icon-info {
  background-image: url(/../assets/management/drop-up-v4-light.png);
  background-position: 50%;
  background-size: 70%;
  background-repeat: no-repeat;
  height: 25px; }
.attendees-page.light-mode .sort-icon svg {
  width: 15px;
  margin-left: 2px; }
.attendees-page.light-mode table.row-expand td {
  padding-top: 5px;
  padding-bottom: 5px; }
.attendees-page.light-mode .mobile-author-actions {
  height: unset;
  top: 40px;
  background-color: #f4f5f7;
  transform: translateY(-268px); }
  .attendees-page.light-mode .mobile-author-actions.show {
    transform: translateY(35px);
    position: sticky; }
.attendees-page.light-mode .partial-refund-select-box .select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
  min-height: 48px;
  max-width: 150px; }
.attendees-page.light-mode .partial-refund-select-box .select2-selection__clear {
  margin-right: -10px !important; }
.attendees-page.light-mode .btn-add-attendee {
  background-color: white; }
  .attendees-page.light-mode .btn-add-attendee:hover {
    background-color: #137efc; }
.attendees-page.light-mode .thead-mobile-attendee {
  width: 30%; }
.attendees-page.light-mode .highlight {
  background-color: unset;
  color: #DB50E0; }
.attendees-page.light-mode .attendee-btn-group a {
  height: 40px;
  padding: 0 10px;
  border-radius: 5px !important; }
  .attendees-page.light-mode .attendee-btn-group a svg {
    width: 24px;
    height: 24px; }
  .attendees-page.light-mode .attendee-btn-group a span {
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px; }
.attendees-page.light-mode .dropdown-badge {
  right: 100%;
  top: 0;
  min-width: 250px;
  margin-bottom: 0;
  overflow: auto; }
.attendees-page.light-mode .popup-badge {
  right: 100%;
  bottom: 0;
  min-width: 250px;
  overflow: auto;
  top: unset; }
.attendees-page.light-mode .filter-status-selector {
  width: 140px;
  margin-left: 20px;
  margin-right: 20px; }
.attendees-page.light-mode .action-selector-container {
  width: 240px; }
.attendees-page.light-mode #select2-filter_status-results, .attendees-page.light-mode #select2-action_selector-results {
  max-height: none; }
.attendees-page.light-mode #transfer-ticket-popup select#transfer_ticket {
  width: 100%; }
.attendees-page.light-mode #transfer-ticket-popup .dest-item-select-container {
  max-width: 33.33%;
  width: 16%; }
.attendees-page.light-mode #transfer-ticket-popup .multi-source-transfer-item .select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
  min-height: 48px;
  max-width: 150px; }
.attendees-page.light-mode #transfer-ticket-popup .multi-source-transfer-item .select2-selection__clear {
  margin-right: -10px !important; }
.attendees-page.light-mode .badge-dropdown-wrapper {
  right: 103%;
  overflow: auto;
  font-size: 14px;
  border-radius: 4px; }
.attendees-page.light-mode .badge-dropdown-wrapper.tag-success {
  min-width: 240px; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-success .complete-header {
    background-color: #12A329; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-success .complete-content {
    background-color: #f4f5f7;
    padding: 15px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-success .complete-content svg {
      color: #969BA7; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-success .complete-content span {
      color: #6B7280;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-success .complete-content .color-light {
      color: #25282D;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.light-mode .badge-dropdown-wrapper.tag-pending {
  min-width: 270px; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-pending .pending-header {
    background-color: #C67C2A; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-pending .pending-content {
    background-color: #f4f5f7;
    padding: 15px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-pending .pending-content svg {
      color: #969BA7; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-pending .pending-content span {
      color: #6B7280;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-pending .pending-content .color-light {
      color: #25282D;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.light-mode .badge-dropdown-wrapper.tag-charged {
  min-width: 270px; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-charged .charged-header {
    background-color: #185CAE; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-charged .charged-content {
    background-color: #f4f5f7;
    padding: 15px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-charged .charged-content svg {
      color: #969BA7; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-charged .charged-content span {
      color: #6B7280;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-charged .charged-content .color-light {
      color: #25282D;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.light-mode .badge-dropdown-wrapper.tag-purple {
  min-width: 532px; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-header {
    background-color: #7E2A9F; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content {
    background-color: #f4f5f7;
    padding: 20px 21px 30px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .title-transferred {
      color: #6B7280;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content b {
      color: #6B7280;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .avatar {
      margin: 0; }
      .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .avatar .avatar-letter {
        width: unset;
        font-size: 24px;
        color: #7F8694; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-from .title-event-name {
      color: #7F8694;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0.3rem; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-from svg {
      color: #969BA7;
      width: 20px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-from span {
      color: #7F8694;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 200px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-to .title-event-name {
      color: #25282D;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0.3rem; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-to svg {
      color: #25282D;
      width: 20px; }
      .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-to svg path.seating {
        fill: #25282D; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-to span {
      color: #25282D;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 200px; }
.attendees-page.light-mode .badge-dropdown-wrapper.tag-danger {
  min-width: 290px; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-danger .refund-header {
    background-color: #EF181A; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-danger .refund-content {
    background-color: #f4f5f7;
    padding: 15px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-danger .refund-content svg {
      color: #969BA7;
      width: 20px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-danger .refund-content span {
      color: #6B7280;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-danger .refund-content .total-price {
      color: #25282D; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-danger .refund-content .color-light {
      color: #25282D;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-danger .refund-content .color-light-1 {
      color: #25282D;
      white-space: pre-wrap;
      line-height: 20px; }
.attendees-page.light-mode .badge-dropdown-wrapper.tag-void {
  min-width: 240px; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-void .void-header {
    background-color: #969BA7; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-void .void-content {
    background-color: #f4f5f7;
    padding: 15px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-void .void-content svg {
      color: #969BA7; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-void .void-content span {
      color: #6B7280;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-void .void-content .color-light {
      color: #25282D;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.light-mode .badge-dropdown-wrapper.tag-block {
  min-width: 270px; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-block .void-header {
    background-color: #0E0F11; }
  .attendees-page.light-mode .badge-dropdown-wrapper.tag-block .void-content {
    background-color: #f4f5f7;
    padding: 15px; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-block .void-content svg {
      color: #969BA7; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-block .void-content span {
      color: #6B7280;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.light-mode .badge-dropdown-wrapper.tag-block .void-content .color-light {
      color: #25282D;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.light-mode .attendee-body {
  overflow-x: unset !important; }
.attendees-page.light-mode .hidden {
  display: none; }
.attendees-page.light-mode .atbd-pagination__link,
.attendees-page.light-mode .atbd-pagination__item .page-selection {
  background-color: unset !important;
  border: unset;
  color: #25282D; }
.attendees-page.light-mode .atbd-pagination__item .page-selection {
  border: 1px solid #3D4148;
  background-color: #f4f5f7 !important;
  padding: 4.5px 25px; }
.attendees-page.light-mode .atbd-pagination__link.active {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.attendees-page.light-mode .atbd-pagination__link:hover {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.attendees-page.light-mode .dropdown {
  background-color: #3D4148 !important;
  border-radius: 3px; }
.attendees-page.light-mode .atbd-pagination__item .paging-option:after {
  color: #25282D; }
.attendees-page.light-mode #partial-refund-popup {
  padding: 48px; }
  .attendees-page.light-mode #partial-refund-popup .modal-header {
    padding: 0;
    border: none; }
    .attendees-page.light-mode #partial-refund-popup .modal-header .modal-title {
      font-size: 18px;
      line-height: normal;
      color: #25282D; }
  .attendees-page.light-mode #partial-refund-popup .modal-body {
    padding: 32px 0 0 0; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .avatar-circle {
      background-color: #FFFFFF; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .avatar-circle .avatar-letter {
        color: #25282D; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-event-name {
      color: #25282D;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #attendee_name {
      color: #25282D;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .attendees-page.light-mode #partial-refund-popup .modal-body svg {
      color: #25282D; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .list-content {
      margin-bottom: 2rem;
      margin-top: 1rem; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .list-content .sp-date-time {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #25282D;
        padding: 0 10px; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .list-content .email-border-style {
        border-left-style: solid;
        border-right-style: solid;
        border-left-color: #C2C5CC;
        border-right-color: #C2C5CC;
        padding-left: 10px;
        border-width: 1px; }
        .attendees-page.light-mode #partial-refund-popup .modal-body .list-content .email-border-style .sp-attendee-email {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: #25282D;
          padding: 0 10px; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .list-content .phone-border-style {
        padding-left: 10px; }
        .attendees-page.light-mode #partial-refund-popup .modal-body .list-content .phone-border-style .sp-attendee-phone {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: #25282D;
          padding: 0 10px; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items tr th {
      color: #C2C5CC; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item td {
      color: #25282D; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .color-info {
      color: #167EFC; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .desktop-partial-refund-selector {
      width: 120px; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item select {
      height: 52px;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      background-image: url(/../assets/management/drop-down-v4-light.png);
      background-position: 95%;
      background-size: 25%;
      background-repeat: no-repeat;
      background-color: #FFFFFF;
      border: 1px solid #CDD0D5;
      padding: 6px 10px; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .select2-container--default {
      border-radius: 3px; }
      .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .select2-container--default .select2-selection--multiple {
        background-color: #FFFFFF; }
        .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .select2-container--default .select2-selection--multiple .select2-selection__rendered {
          padding-top: 7px;
          padding-bottom: 5px; }
          .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
            margin-bottom: 2px; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount {
      position: relative;
      border: 1px solid #CDD0D5;
      border-radius: 3px;
      width: 50%;
      margin-top: 5px;
      outline: unset; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount input {
        background-color: #f4f5f7;
        border-radius: 3px;
        box-shadow: unset;
        padding-left: 40px;
        width: 100% !important;
        border: unset; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount input[type="number"]::-webkit-outer-spin-button,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount .input-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0;
        left: 8px; }
        .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount .input-icon svg {
          width: 14px; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount label {
        position: absolute;
        top: -10px;
        left: 12px;
        margin: 0;
        padding: 0 4px;
        z-index: 8;
        color: #6B7280;
        font-size: 12px; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount label:after {
        content: " ";
        position: absolute;
        background-color: #f4f5f7;
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 8px;
        z-index: -1; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount:focus-within label {
      color: #2c99ff; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .maximum-amount {
      color: #167EFC; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container {
      margin-bottom: 32px; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-name,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-email,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-phone,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-address,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-city,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code {
      position: relative;
      border: 1px solid #CDD0D5;
      border-radius: 3px;
      margin-top: 5px;
      width: 310px; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-name input,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-email input,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-phone input,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-address input,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-city input,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state input,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code input {
        background-color: #f4f5f7;
        border-radius: 3px;
        box-shadow: unset;
        padding: 12px 10px;
        border: unset; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-name input::-webkit-input-placeholder,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-email input::-webkit-input-placeholder,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-phone input::-webkit-input-placeholder,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-address input::-webkit-input-placeholder,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-city input::-webkit-input-placeholder,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state input::-webkit-input-placeholder,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code input::-webkit-input-placeholder {
        color: #6B7280 !important; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-name label,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-email label,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-phone label,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-address label,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-city label,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state label,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code label {
        position: absolute;
        top: -10px;
        left: 12px;
        margin: 0;
        padding: 0 4px;
        z-index: 8;
        color: #7F8694;
        font-size: 12px; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-name label:after,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-email label:after,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-phone label:after,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-address label:after,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-city label:after,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state label:after,
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code label:after {
        content: " ";
        position: absolute;
        background-color: #f4f5f7;
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 8px;
        z-index: -1; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-name:focus-within,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-email:focus-within,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-phone:focus-within,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-address:focus-within,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-city:focus-within,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state:focus-within,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-name:focus-within label,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-email:focus-within label,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-phone:focus-within label,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-address:focus-within label,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-city:focus-within label,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state:focus-within label,
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code:focus-within label {
      color: #2c99ff; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state {
      width: 139px;
      margin-right: 1rem; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-state:focus-within label {
      color: #2c99ff; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code {
      width: 139px;
      margin-left: 1rem; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-postal-code:focus-within label {
      color: #2c99ff; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .email-pd,
    .attendees-page.light-mode #partial-refund-popup .modal-body .city-pd {
      padding: 0 2rem; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .custom-checkbox input[type="checkbox"] + label {
      padding-left: 22px;
      color: #25282D; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .purchases {
      color: #25282D;
      margin-bottom: 24px;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
  .attendees-page.light-mode #partial-refund-popup .modal-footer {
    padding: 0;
    border: none; }
    .attendees-page.light-mode #partial-refund-popup .modal-footer .noti-attendee-info {
      width: 50%;
      padding: 10px 20px;
      border-radius: 4px;
      background: rgba(36, 160, 43, 0.69);
      margin: auto; }
      .attendees-page.light-mode #partial-refund-popup .modal-footer .noti-attendee-info .noti-header button {
        color: #25282D;
        opacity: unset;
        padding: 0;
        line-height: unset;
        margin: 0 -0.5rem 0 auto;
        background-color: unset;
        font-size: 18px; }
      .attendees-page.light-mode #partial-refund-popup .modal-footer .noti-attendee-info span {
        color: #25282D;
        font-style: normal; }
    .attendees-page.light-mode #partial-refund-popup .modal-footer input {
      align-self: start;
      margin: 0;
      padding: 12px 44px;
      border-radius: 5px;
      background-color: #167EFC;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px; }
    .attendees-page.light-mode #partial-refund-popup .modal-footer button {
      padding: 0 32px;
      line-height: 2.4rem;
      margin-right: 35px;
      background-color: #F04438; }
    .attendees-page.light-mode #partial-refund-popup .modal-footer span {
      color: #7F8694;
      font-style: italic;
      font-weight: 400; }
    .attendees-page.light-mode #partial-refund-popup .modal-footer #refund-message {
      padding: 8px 12px;
      border-radius: 4px;
      background: rgba(33, 150, 243, 0.51);
      color: #25282D; }
.attendees-page.light-mode #partial-refund-confirm-popup {
  padding: 40px; }
  .attendees-page.light-mode #partial-refund-confirm-popup .modal-header {
    padding: 0;
    border-bottom: unset; }
    .attendees-page.light-mode #partial-refund-confirm-popup .modal-header img {
      width: 48px;
      margin-left: auto;
      margin-right: auto; }
  .attendees-page.light-mode #partial-refund-confirm-popup .modal-body {
    padding: 0; }
    .attendees-page.light-mode #partial-refund-confirm-popup .modal-body .info-confirm p {
      color: #25282D;
      font-size: 18px;
      font-weight: 600; }
    .attendees-page.light-mode #partial-refund-confirm-popup .modal-body .info-confirm span {
      color: #7F8694;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px; }
    .attendees-page.light-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund {
      position: relative;
      border: 1px solid #CDD0D5;
      border-radius: 3px;
      margin-top: 15px; }
      .attendees-page.light-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund label {
        position: absolute;
        top: -10px;
        left: 12px;
        margin: 0;
        padding: 0 4px;
        z-index: 8;
        color: #7F8694;
        font-size: 12px; }
      .attendees-page.light-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund label:after {
        content: " ";
        position: absolute;
        background-color: #f4f5f7;
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 8px;
        z-index: -1; }
      .attendees-page.light-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund textarea {
        background-color: #f4f5f7;
        border-radius: 3px;
        padding: 10px;
        border: unset; }
      .attendees-page.light-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund textarea::-webkit-input-placeholder {
        color: #6B7280 !important; }
    .attendees-page.light-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund:focus-within {
      border: 1px solid #2c99ff !important; }
    .attendees-page.light-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund:focus-within label {
      color: #2c99ff !important; }
  .attendees-page.light-mode #partial-refund-confirm-popup .modal-footer {
    padding: 40px 0 0 0; }
    .attendees-page.light-mode #partial-refund-confirm-popup .modal-footer button {
      padding: 3px 42px;
      background-color: #F04438;
      font-size: 14px;
      font-weight: 600; }
.attendees-page.light-mode #transfer-ticket-popup {
  padding: 48px; }
  .attendees-page.light-mode #transfer-ticket-popup .modal-header {
    padding: 0;
    border-bottom: unset; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-header .modal-title {
      font-size: 18px;
      line-height: normal;
      padding-bottom: 5px; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-header span {
      color: #7F8694;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; }
  .attendees-page.light-mode #transfer-ticket-popup .modal-body {
    max-height: 500px;
    padding: 32px 0; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-body .title-attendee {
      color: #6B7280; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-body .mb-info {
      margin-bottom: 1rem; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .mb-info svg {
        color: #25282D; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .mb-info span {
        color: #25282D;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .mb-info .attendee_email,
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .mb-info .attendee_phone {
        font-weight: 400; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket {
      background-color: #FFFFFF;
      padding: 16px;
      border-radius: 4px; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-current-ticket {
        margin-bottom: 24px; }
        .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-current-ticket h5 {
          color: #25282D;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .avatar {
        margin-left: 0; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket b {
        color: #25282D;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket svg {
        color: #25282D; }
        .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket svg path {
          fill: #25282D; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket span {
        color: #25282D;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets {
        position: relative;
        border: 1px solid #CDD0D5;
        border-radius: 3px;
        width: 100%; }
        .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets label {
          position: absolute;
          top: -10px;
          left: 12px;
          margin: 0;
          padding: 0 4px;
          z-index: 8;
          font-size: 12px;
          color: #6B7280; }
        .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets label:after {
          content: " ";
          position: absolute;
          background-color: #FFFFFF;
          width: 100%;
          height: 4px;
          left: 0;
          bottom: 5px;
          z-index: -1; }
        .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple {
          max-width: unset;
          background-color: #FFFFFF;
          border: unset;
          border-radius: 3px; }
          .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered {
            padding-top: 10px;
            padding-bottom: 5px; }
            .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
              display: none; }
            .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
              margin-bottom: 5px;
              background-color: #C2C5CC;
              color: #25282D;
              font-size: 12px;
              position: relative;
              padding-right: 22px;
              padding-bottom: 5px;
              padding-top: 5px;
              height: 100%;
              white-space: normal; }
              .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
                position: absolute;
                right: 4px;
                top: 1px;
                color: #25282D; }
            .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-search {
              width: 100%; }
              .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-search input {
                background-color: #FFFFFF;
                color: #CDD0D5;
                height: 50px;
                width: 100% !important; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets:focus-within {
        border: 1px solid #2c99ff; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets:focus-within label {
        color: #2c99ff; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket #source_quantity {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-image: url(/../assets/management/drop-down-v4-light.png);
        background-position: 92%;
        background-size: 30%;
        background-repeat: no-repeat;
        background-color: #FFFFFF;
        border: 1px solid #CDD0D5;
        padding: 6px 10px;
        border-radius: 3px;
        height: 32px; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .txt-total,
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .bg-current-ticket .txt-price {
        font-size: 16px;
        font-weight: 700; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-body .left-section {
      width: 20%; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .left-section h5 {
        font-size: 16px;
        font-weight: 700; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-body .right-section {
      width: 100%; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .right-section select {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-image: url(/../assets/management/drop-down-v4-light.png);
        background-position: 98%;
        background-size: 4%;
        background-repeat: no-repeat;
        background-color: #FFFFFF;
        border: 1px solid #CDD0D5;
        padding: 6px 10px; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .right-section #transfer_ticket {
        border: 1px solid #CDD0D5;
        background-color: #f4f5f7;
        padding-right: 45px; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-body #transfer-ticket-item #quantity {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      background-image: url(/../assets/management/drop-down-v4-light.png);
      background-position: 92%;
      background-size: 30%;
      background-repeat: no-repeat;
      background-color: #FFFFFF;
      border: 1px solid #CDD0D5;
      padding: 6px 10px;
      border-radius: 3px;
      height: 32px; }
  .attendees-page.light-mode #transfer-ticket-popup .modal-footer {
    padding: 0;
    border-top: unset; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-footer button {
      padding: 0 32px;
      line-height: 2.4rem;
      margin-right: 35px; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-footer span {
      color: #7F8694;
      font-style: italic; }
@media (max-width: 991px) {
  .attendees-page.light-mode .mobile-w-100 {
    width: 100%; }
  .attendees-page.light-mode .filter-status-selector {
    padding: 6px 0; }
  .attendees-page.light-mode .attendee-calendar {
    margin-bottom: 6px; }
    .attendees-page.light-mode .attendee-calendar svg.feather-chevron-down {
      float: right; }
  .attendees-page.light-mode .card-mobile-tr {
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #f1f2f6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px 7px 5px; }
  .attendees-page.light-mode .attendees-card {
    background: transparent; }
  .attendees-page.light-mode .attendee-info-container {
    flex-direction: column; }
    .attendees-page.light-mode .attendee-info-container > div {
      margin-top: 5px;
      margin-bottom: 5px; }
  .attendees-page.light-mode .attendee-btn-group {
    top: 10px; }
  .attendees-page.light-mode .btn-export-fan-contact {
    margin: 0 5px; }
  .attendees-page.light-mode #partial-refund-popup .mobile-thead {
    color: #ACB0BA;
    width: 46%;
    padding-left: 15px !important; } }
@media only screen and (max-width: 575px) {
  .attendees-page.light-mode .mobile-author-actions .search-form svg {
    margin-left: 0 !important; }
  .attendees-page.light-mode .attendee-btn-group .btn-add-attendee {
    background-color: #167EFC; }
    .attendees-page.light-mode .attendee-btn-group .btn-add-attendee svg {
      color: #FFFFFF; }
  .attendees-page.light-mode .contents {
    padding-top: 65px;
    padding-left: 16px;
    padding-right: 16px; }
  .attendees-page.light-mode .breadcrumb-main {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0 16px; }
  .attendees-page.light-mode .mobile-author-actions {
    top: -5px !important; }
  .attendees-page.light-mode .title-select-search {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%; }
  .attendees-page.light-mode .filter-status-selector {
    padding: 0 !important;
    margin: 0 0 0 0.5rem !important;
    width: 30% !important; }
  .attendees-page.light-mode .title-select-search .search-form input.i-search:-internal-autofill-selected {
    -webkit-text-fill-color: #25282D;
    -webkit-box-shadow: 0 0 0 1000px #f4f5f7 inset !important;
    transition: background-color 5000s ease-in-out 0s; }
  .attendees-page.light-mode .title-select-date-range {
    width: 100%; }
  .attendees-page.light-mode .attendee-calendar {
    margin-bottom: 0 !important; }
  .attendees-page.light-mode .dropdown_search_actions {
    left: 0 !important; }
  .attendees-page.light-mode .dropdown_search_filters {
    left: -80px !important; }
  .attendees-page.light-mode .daterangepicker {
    top: 270px !important;
    width: 390px; }
    .attendees-page.light-mode .daterangepicker .drp-calendar.left {
      padding: 8px;
      max-width: 390px; }
    .attendees-page.light-mode .daterangepicker .drp-calendar.right {
      padding: 8px;
      max-width: 390px; }
  .attendees-page.light-mode .card-mobile-tr {
    margin: 0 16px !important; }
  .attendees-page.light-mode .table-custom tbody td .custom-checkbox input[type="checkbox"] + label:before {
    font-size: 10px !important;
    left: 3px !important;
    top: 4px !important; }
  .attendees-page.light-mode .table-custom tbody td .custom-checkbox input[type="checkbox"] + label:after {
    width: 16px !important;
    height: 16px !important;
    top: 2px !important; }
  .attendees-page.light-mode .table-custom tbody td .expandable-row .atbd-tag.tag-transparented {
    margin-left: 60px !important; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 83px;
    margin-left: 0 !important; }
  .attendees-page.light-mode .custom-checkbox input[type="checkbox"] + label {
    padding-left: 25px; }
  .attendees-page.light-mode .card-mobile-tr {
    border-radius: unset !important;
    margin-top: 15px !important; }
  .attendees-page.light-mode .icon-down {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    color: #25282D; }
  .attendees-page.light-mode .table-custom tbody tr {
    border-bottom: unset !important; }
    .attendees-page.light-mode .table-custom tbody tr td {
      border-bottom: unset !important; }
    .attendees-page.light-mode .table-custom tbody tr td.colspan .data-more-info {
      padding: 0 15px; }
      .attendees-page.light-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body {
        padding-top: 0;
        padding-bottom: 10px; }
        .attendees-page.light-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .order-delivery,
        .attendees-page.light-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .email-delivery {
          margin-bottom: 0;
          font-size: 14px;
          font-weight: 500; }
        .attendees-page.light-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .mail-to,
        .attendees-page.light-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .mail-from,
        .attendees-page.light-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .mail-subject {
          width: 50%;
          color: #7F8694; }
    .attendees-page.light-mode .table-custom tbody tr .mode-switchable--secondary-background-info {
      padding: 15px 0; }
      .attendees-page.light-mode .table-custom tbody tr .mode-switchable--secondary-background-info .icon-down {
        margin-left: 10px; }
  .attendees-page.light-mode .tb-attendees-mb tr {
    display: flex;
    justify-content: space-between;
    margin-left: 17px; }
    .attendees-page.light-mode .tb-attendees-mb tr td:first-child {
      width: 35.5%;
      color: #7F8694; }
    .attendees-page.light-mode .tb-attendees-mb tr td:last-child {
      width: 64%;
      color: #25282D; }
  .attendees-page.light-mode .table-custom tbody tr td .tb-attendees-mb tr td {
    padding: 6px 8px;
    border-bottom: unset;
    word-break: break-all; }
  .attendees-page.light-mode .pagination-btn {
    padding-left: 16px;
    padding-right: 16px; }
  .attendees-page.light-mode .modal-export-new-v4 {
    padding: 30px 20px 10px 20px !important; }
  .attendees-page.light-mode .instant_payout_session {
    margin: 32px 0 0 0 !important; }
    .attendees-page.light-mode .instant_payout_session .all-inputs {
      display: block !important; }
      .attendees-page.light-mode .instant_payout_session .all-inputs .title-export-atten-start-date,
      .attendees-page.light-mode .instant_payout_session .all-inputs .title-export-atten-start-time,
      .attendees-page.light-mode .instant_payout_session .all-inputs .title-export-atten-end-date,
      .attendees-page.light-mode .instant_payout_session .all-inputs .title-export-atten-end-time {
        width: 100% !important;
        margin-bottom: 25px; }
  .attendees-page.light-mode .btn-choice-export {
    display: block !important;
    width: 100% !important;
    text-align: center; }
    .attendees-page.light-mode .btn-choice-export a {
      width: 70%;
      display: block;
      padding: 0;
      margin: auto auto 10px auto; }
  .attendees-page.light-mode .atbd-pagination__link,
  .attendees-page.light-mode .atbd-pagination__item .page-selection {
    background-color: unset !important;
    border: unset;
    color: #25282D;
    padding: 4.5px 3px; }
  .attendees-page.light-mode .atbd-pagination__item .page-selection {
    padding: 0.5px 25px 0 10px;
    border: 1px solid #3D4148;
    background-color: #f4f5f7 !important; }
  .attendees-page.light-mode .atbd-pagination__link.active {
    color: #167EFC;
    border-radius: 3px;
    background: rgba(22, 126, 252, 0.1) !important;
    padding: 4.5px 11.75px; }
  .attendees-page.light-mode .dropdown {
    background-color: #3D4148 !important;
    border-radius: 3px; }
  .attendees-page.light-mode .atbd-pagination__item .paging-option:after {
    color: #25282D; }
  .attendees-page.light-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: unset; }
  .attendees-page.light-mode #partial-refund-popup {
    padding: 16px; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .list-content {
      flex-direction: column;
      margin-bottom: 1rem; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .list-content .email-border-style {
        border: unset;
        padding: 10px 0; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .list-content .phone-border-style {
        padding-left: 0; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .title-span {
      color: #7F8694 !important; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .title-span-1 {
      color: #25282D !important; }
    .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item {
      display: flex;
      flex-wrap: wrap;
      margin-top: 15px; }
      .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .row-expand-popup td {
        color: #25282D;
        border-bottom: unset; }
      .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .row-expand-popup .mobile-thead {
        color: #7F8694;
        border-bottom: unset; }
      .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .row-expand-popup .mobile-partial-refund-selector {
        width: 75% !important; }
      .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .row-expand-popup .select2-selection--single,
      .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .row-expand-popup .select2-selection--multiple {
        background-color: #FCFCFD;
        border-radius: 3px;
        border: 1px solid #CDD0D5; }
      .attendees-page.light-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .donation {
        padding-bottom: 0;
        border-bottom: unset; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount {
      width: 95%; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .title-input-refund-amount input {
        padding-left: 30px; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container {
      margin-bottom: 0; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container .email-pd,
      .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container .city-pd {
        padding: 0; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-name,
      .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-email,
      .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-phone,
      .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-address,
      .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-city,
      .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-state,
      .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-postal-code {
        width: 100%; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .confirmation-delivery .box-office-content-container {
      height: 115px;
      flex-direction: column;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .attendees-page.light-mode #partial-refund-popup .modal-body .confirmation-delivery .box-office-content-container .custom-checkbox {
        margin-right: 0 !important;
        margin-bottom: 8px;
        max-width: 50%; }
    .attendees-page.light-mode #partial-refund-popup .modal-body .attendee-info-container > div {
      margin-bottom: 15px; }
    .attendees-page.light-mode #partial-refund-popup .mobile-thead-info {
      color: #7F8694;
      width: 46%;
      padding-left: 15px !important;
      word-break: break-all; }
  .attendees-page.light-mode #partial-refund-confirm-popup {
    padding: 16px; }
  .attendees-page.light-mode #transfer-ticket-popup {
    padding: 16px; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-body .info-transfer {
      flex-direction: column; }
    .attendees-page.light-mode #transfer-ticket-popup .modal-body .transfer-to {
      flex-direction: column; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .transfer-to .left-section {
        width: 100%;
        margin-bottom: 15px; }
      .attendees-page.light-mode #transfer-ticket-popup .modal-body .transfer-to .right-section select {
        background-size: 8%;
        padding-right: 40px; } }
@media only screen and (max-width: 425px) {
  .attendees-page.light-mode .daterangepicker {
    width: 378px; }
  .attendees-page.light-mode .daterangepicker.show-calendar .calendar-table td {
    height: 52px;
    font-size: 16px; }
  .attendees-page.light-mode .tb-attendees-mb tr td:last-child {
    width: 65%; }
  .attendees-page.light-mode .table-custom tbody td .expandable-row .atbd-tag.tag-transparented {
    margin-left: 15px !important; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 83px;
    margin-left: 0 !important; } }
@media only screen and (max-width: 375px) {
  .attendees-page.light-mode .daterangepicker {
    top: 270px !important;
    width: 352px;
    left: 12px !important; }
  .attendees-page.light-mode .daterangepicker.show-calendar .calendar-table td {
    height: 46px; }
  .attendees-page.light-mode .tb-attendees-mb tr td:last-child {
    width: 64%; }
  .attendees-page.light-mode .table-custom tbody td .expandable-row .atbd-tag.tag-transparented {
    margin-left: 0 !important; }
  .attendees-page.light-mode .table-custom tbody td .atbd-tag.tag-transparented {
    margin-left: 0 !important; }
  .attendees-page.light-mode .atbd-pagination__link.pagination-control {
    width: 24px; }
  .attendees-page.light-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: unset; } }
@media only screen and (max-width: 320px) {
  .attendees-page.light-mode .daterangepicker {
    top: 270px !important;
    width: 288px;
    left: 16px !important; }
    .attendees-page.light-mode .daterangepicker .drp-calendar.left {
      padding: 8px;
      max-width: 288px; }
    .attendees-page.light-mode .daterangepicker .drp-calendar.right {
      padding: 8px;
      max-width: 390px; }
  .attendees-page.light-mode .card-mobile-tr {
    margin: 15px 5px 0 5px !important; }
  .attendees-page.light-mode .tb-attendees-mb {
    margin-left: 0 !important;
    display: block;
    width: 288px; }
    .attendees-page.light-mode .tb-attendees-mb tr {
      margin-left: 17px; }
  .attendees-page.light-mode .tb-attendees-mb tr td:last-child {
    width: 62.5%; }
  .attendees-page.light-mode .expandable-row span {
    font-size: 12px !important; } }

.attendees-page.dark-mode .main-page-content {
  background-color: #25282D !important; }
  .attendees-page.dark-mode .main-page-content .card {
    background-color: unset !important;
    box-shadow: unset;
    padding: 0 !important; }
.attendees-page.dark-mode .header-top .navbar {
  padding: 5px 1rem; }
  .attendees-page.dark-mode .header-top .navbar .navbar-left .sidebar-toggle {
    margin-right: 5px; }
    .attendees-page.dark-mode .header-top .navbar .navbar-left .sidebar-toggle svg path {
      stroke: #FFFFFF; }
  .attendees-page.dark-mode .header-top .navbar .navbar-left .title-attendees {
    color: #FFFFFF; }
  .attendees-page.dark-mode .header-top .navbar .navbar-right {
    align-items: baseline;
    display: flex;
    justify-content: space-between; }
    .attendees-page.dark-mode .header-top .navbar .navbar-right .attendee-btn-group a {
      height: 32px;
      padding: 0 3px; }
    .attendees-page.dark-mode .header-top .navbar .navbar-right .btn-author-action svg {
      color: #FFFFFF; }
.attendees-page.dark-mode .modal-dialog {
  max-width: 850px; }
  .attendees-page.dark-mode .modal-dialog .modal-content {
    background-color: #25282D !important; }
.attendees-page.dark-mode .partial-refund-popup {
  max-width: 950px; }
.attendees-page.dark-mode .refund-confirm-popup {
  max-width: 510px; }
.attendees-page.dark-mode .attendee-info-popup {
  max-width: 1440px; }
.attendees-page.dark-mode .header-attendees-tittle {
  color: #FFFFFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }
.attendees-page.dark-mode .title-select-actions {
  position: relative;
  border: 1px solid #7F8694;
  border-radius: 3px;
  width: 100%; }
.attendees-page.dark-mode .title-select-actions label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #CDD0D5;
  font-size: 12px; }
.attendees-page.dark-mode .title-select-actions label:after {
  content: " ";
  position: absolute;
  background-color: #25282D;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.attendees-page.dark-mode .title-select-actions:focus-within {
  border: 1px solid #2c99ff; }
.attendees-page.dark-mode .title-select-actions:focus-within label {
  color: #2c99ff; }
.attendees-page.dark-mode .title-select-search {
  position: relative;
  border: 1px solid #7F8694;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 20px; }
  .attendees-page.dark-mode .title-select-search .search-form {
    border-radius: 3px;
    background-color: #25282D; }
    .attendees-page.dark-mode .title-select-search .search-form button {
      padding-left: 10px; }
    .attendees-page.dark-mode .title-select-search .search-form svg {
      color: #FFFFFF; }
    .attendees-page.dark-mode .title-select-search .search-form input {
      background-color: #25282D;
      color: #FFFFFF;
      padding-left: 0; }
.attendees-page.dark-mode .title-select-search label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #CDD0D5;
  font-size: 12px; }
.attendees-page.dark-mode .title-select-search label:after {
  content: " ";
  position: absolute;
  background-color: #25282D;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.attendees-page.dark-mode .title-select-search:focus-within {
  border: 1px solid #2c99ff; }
.attendees-page.dark-mode .title-select-search:focus-within label {
  color: #2c99ff; }
.attendees-page.dark-mode .title-select-search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: inline-block;
  width: 9.5px;
  height: 9.5px;
  margin-right: -15px;
  background: linear-gradient(45deg, transparent 0%, transparent 43%, #167EFC 45%, #167EFC 55%, transparent 57%, transparent 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #167EFC 45%, #167EFC 55%, transparent 57%, transparent 100%); }
.attendees-page.dark-mode .title-select-search .search-form input#search:-internal-autofill-selected {
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 1000px #25282D inset !important;
  transition: background-color 5000s ease-in-out 0s;
  border-radius: unset; }
.attendees-page.dark-mode .title-select-date-range {
  position: relative;
  border: 1px solid #7F8694;
  border-radius: 3px; }
.attendees-page.dark-mode .title-select-date-range label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #CDD0D5;
  font-size: 12px; }
.attendees-page.dark-mode .title-select-date-range label:after {
  content: " ";
  position: absolute;
  background-color: #25282D;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.attendees-page.dark-mode .title-select-date-range .attendee-calendar {
  background-color: #25282D !important;
  color: #FFFFFF !important;
  padding: 7px 0; }
  .attendees-page.dark-mode .title-select-date-range .attendee-calendar svg {
    height: 18px;
    width: 18px; }
.attendees-page.dark-mode .title-select-date-range.active {
  border: 1px solid #2c99ff; }
.attendees-page.dark-mode .title-select-date-range.active label {
  color: #2c99ff; }
.attendees-page.dark-mode .title-select-filter {
  position: relative;
  border: 1px solid #7F8694;
  border-radius: 3px;
  width: 100%; }
.attendees-page.dark-mode .title-select-filter label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #CDD0D5;
  font-size: 12px; }
.attendees-page.dark-mode .title-select-filter label:after {
  content: " ";
  position: absolute;
  background-color: #25282D;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.attendees-page.dark-mode .title-select-filter:focus-within {
  border: 1px solid #2c99ff; }
.attendees-page.dark-mode .title-select-filter:focus-within label {
  color: #2c99ff; }
.attendees-page.dark-mode .btn-actions {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #167EFC;
  background-color: #25282D;
  color: #167EFC; }
  .attendees-page.dark-mode .btn-actions svg {
    width: 18px;
    color: #167EFC; }
.attendees-page.dark-mode .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 3px;
  border: none;
  background-color: #25282D !important; }
  .attendees-page.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #25282D;
    width: 186px; }
  .attendees-page.dark-mode .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: #FFFFFF; }
.attendees-page.dark-mode .dropdown_search_actions {
  z-index: 999;
  width: 280px !important;
  top: 10px;
  left: -30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #3D4148;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  background-color: #25282D !important; }
  .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1);
    color: #167EFC; }
    .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option--highlighted svg {
      width: 24px; }
      .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option--highlighted svg path {
        fill: #167EFC !important; }
    .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option--highlighted .void_order path {
      stroke: #167EFC !important; }
    .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option--highlighted .transfer_order path {
      stroke: #167EFC !important;
      fill: none !important; }
  .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option {
    display: flex;
    align-items: center; }
    .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option svg {
      width: 24px; }
      .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option svg path {
        fill: #FFFFFF; }
    .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option .void_order path {
      stroke: #FFFFFF; }
    .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option .transfer_order path {
      stroke: #FFFFFF;
      fill: none; }
    .attendees-page.dark-mode .dropdown_search_actions ul li.select2-results__option span {
      padding-left: 5px; }
.attendees-page.dark-mode .dropdown_search_filters {
  z-index: 999;
  width: 170px !important;
  top: 10px;
  left: -30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #3D4148;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  background-color: #25282D !important; }
  .attendees-page.dark-mode .dropdown_search_filters ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1);
    color: #167EFC; }
.attendees-page.dark-mode .show-calendar {
  right: 150px !important;
  top: 90px !important;
  background-color: #25282D !important;
  box-shadow: unset;
  border: 1px solid #3D4148; }
.attendees-page.dark-mode .modal-export-new-v4 {
  padding: 48px; }
  .attendees-page.dark-mode .modal-export-new-v4 .modal-header {
    padding: 0;
    border-bottom: unset; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-header h6 {
      color: #FFFFFF;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-header button {
      color: #FFFFFF;
      opacity: unset; }
  .attendees-page.dark-mode .modal-export-new-v4 .modal-body {
    padding: 0;
    overflow-y: unset; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .instant_payout_session {
      margin: 32px 0; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .btn-choice-export a {
      padding: 0 15px;
      height: 40px;
      border-radius: 5px;
      font-size: 14px;
      font-style: normal;
      font-weight: 600; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time {
      position: relative;
      border: 1px solid #7F8694;
      border-radius: 3px;
      width: 160px; }
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date input,
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time input,
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date input,
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time input {
        border: unset;
        padding: 0 15px;
        height: 40px;
        border-radius: 3px;
        color: #FFFFFF;
        background-color: #25282D; }
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date .input-icon,
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time .input-icon,
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date .input-icon,
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time .input-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0;
        right: 20px; }
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date svg,
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time svg,
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date svg,
      .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time svg {
        color: #FFFFFF;
        width: 18px; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time.active,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time.active {
      border: 1px solid #2c99ff; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time.active label,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time.active label {
      color: #2c99ff; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date label,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time label,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date label,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time label {
      position: absolute;
      top: -10px;
      left: 12px;
      margin: 0;
      padding: 0 4px;
      z-index: 8;
      color: #7F8694;
      font-size: 12px; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date label:after,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time label:after,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date label:after,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time label:after {
      content: " ";
      position: absolute;
      background-color: #25282D;
      width: 100%;
      height: 4px;
      left: 0;
      bottom: 8px;
      z-index: -1; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date:focus-within,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time:focus-within,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date:focus-within,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-date:focus-within label,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-start-time:focus-within label,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-date:focus-within label,
    .attendees-page.dark-mode .modal-export-new-v4 .modal-body .title-export-atten-end-time:focus-within label {
      color: #2c99ff; }
.attendees-page.dark-mode .table-custom thead th {
  padding: 10px 10px 10px 6px;
  background-color: #3D4148 !important;
  border-radius: unset;
  color: #C2C5CC !important; }
  .attendees-page.dark-mode .table-custom thead th .custom-checkbox input[type="checkbox"] + label:before {
    font-size: 12px;
    left: 4px;
    top: 3px;
    color: #137efc; }
  .attendees-page.dark-mode .table-custom thead th .custom-checkbox input[type="checkbox"] + label:after {
    width: 20px;
    height: 20px;
    background-color: #25282D;
    border: 1px solid #7F8694;
    border-radius: 6px; }
  .attendees-page.dark-mode .table-custom thead th .custom-checkbox input[type="checkbox"] + label.checked-all:before {
    color: #FFFFFF; }
  .attendees-page.dark-mode .table-custom thead th .custom-checkbox input[type="checkbox"] + label.checked-all:after {
    background-color: #137efc;
    border: 1px solid #137efc; }
  .attendees-page.dark-mode .table-custom thead th .custom-checkbox input[type="checkbox"] + label.checked:before {
    color: #FFFFFF; }
  .attendees-page.dark-mode .table-custom thead th .custom-checkbox input[type="checkbox"] + label.checked:after {
    background-color: #137efc;
    border: 1px solid #137efc; }
  .attendees-page.dark-mode .table-custom thead th .content-center {
    color: #C2C5CC; }
    .attendees-page.dark-mode .table-custom thead th .content-center a {
      color: #FFFFFF; }
.attendees-page.dark-mode .table-custom tbody tr {
  background-color: #303338;
  border-bottom: 1px solid #3D4148 !important; }
  .attendees-page.dark-mode .table-custom tbody tr td {
    padding: 15px 8px; }
    .attendees-page.dark-mode .table-custom tbody tr td .custom-checkbox input[type="checkbox"] + label:before {
      font-size: 12px;
      left: 4px;
      top: 3px;
      color: #137efc; }
    .attendees-page.dark-mode .table-custom tbody tr td .custom-checkbox input[type="checkbox"] + label:after {
      width: 20px;
      height: 20px;
      background-color: #25282D;
      border: 1px solid #7F8694;
      border-radius: 6px; }
    .attendees-page.dark-mode .table-custom tbody tr td .custom-checkbox input[type="checkbox"] + label.checked-all:before {
      color: #FFFFFF; }
    .attendees-page.dark-mode .table-custom tbody tr td .custom-checkbox input[type="checkbox"] + label.checked-all:after {
      background-color: #137efc;
      border: 1px solid #137efc; }
    .attendees-page.dark-mode .table-custom tbody tr td .custom-checkbox input[type="checkbox"] + label.checked:before {
      color: #FFFFFF; }
    .attendees-page.dark-mode .table-custom tbody tr td .custom-checkbox input[type="checkbox"] + label.checked:after {
      background-color: #137efc;
      border: 1px solid #137efc; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-success {
      border-radius: 2px;
      background: #12A329;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-info {
      border-radius: 2px;
      background: #185CAE;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-pending {
      border-radius: 2px;
      background: #C67C2A;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-danger {
      border-radius: 2px;
      background: #F04438;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-purple {
      border-radius: 2px;
      background: #7E2A9F;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-void {
      background: #969BA7;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-light {
      border-radius: 2px;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-block {
      border-radius: 2px;
      background: #0E0F11;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-delivered {
      border-radius: 2px;
      background: #12A329;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-open {
      border-radius: 2px;
      background: #185CAE;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-processed {
      border-radius: 2px;
      background: #C67C2A;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
    .attendees-page.dark-mode .table-custom tbody tr td .atbd-tag.tag-transparented.tag-click {
      border-radius: 2px;
      background: #7E2A9F;
      color: #FFFFFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      margin: 0;
      padding: 6px 8px;
      text-align: center; }
  .attendees-page.dark-mode .table-custom tbody tr .event-name {
    width: 190px;
    word-break: break-all; }
  .attendees-page.dark-mode .table-custom tbody tr .ticket-level {
    width: 170px;
    word-break: break-all; }
  .attendees-page.dark-mode .table-custom tbody tr td .icon-info {
    background-image: url(/../assets/management/drop-down-v4.png);
    background-position: 50%;
    background-size: 70%;
    background-repeat: no-repeat;
    height: 25px; }
  .attendees-page.dark-mode .table-custom tbody tr td.show .icon-info {
    background-image: url(/../assets/management/drop-up-v4.png);
    background-position: 50%;
    background-size: 70%;
    background-repeat: no-repeat;
    height: 25px; }
  .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info {
    padding: 0 0 20px 30px; }
    .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body {
      padding-top: 20px; }
      .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .order-delivery,
      .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .email-delivery {
        font-size: 16px;
        font-weight: 700; }
      .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .mail-to,
      .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .mail-from,
      .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .mail-subject {
        color: #CDD0D5;
        margin-bottom: 0.5rem; }
      .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .txt-mail-to,
      .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .txt-mail-from,
      .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .txt-mail-subject {
        word-break: break-all; }
.attendees-page.dark-mode .sort-icon svg {
  width: 15px;
  margin-left: 2px; }
.attendees-page.dark-mode table.row-expand td {
  padding-top: 5px;
  padding-bottom: 5px; }
.attendees-page.dark-mode .mobile-author-actions {
  height: unset;
  top: 40px;
  background-color: #f4f5f7;
  transform: translateY(-268px); }
  .attendees-page.dark-mode .mobile-author-actions.show {
    transform: translateY(35px);
    position: sticky;
    background-color: #25282D !important;
    box-shadow: unset; }
.attendees-page.dark-mode .partial-refund-select-box .select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
  min-height: 48px;
  max-width: 150px; }
.attendees-page.dark-mode .partial-refund-select-box .select2-selection__clear {
  margin-right: -10px !important; }
.attendees-page.dark-mode .btn-add-attendee {
  background-color: white; }
  .attendees-page.dark-mode .btn-add-attendee:hover {
    background-color: #137efc; }
.attendees-page.dark-mode .thead-mobile-attendee {
  width: 30%; }
.attendees-page.dark-mode .highlight {
  background-color: unset;
  color: #DB50E0; }
.attendees-page.dark-mode .attendee-btn-group .btn-add-attendee {
  height: 40px;
  padding: 0 10px;
  border-radius: 5px !important;
  background-color: #25282D !important; }
  .attendees-page.dark-mode .attendee-btn-group .btn-add-attendee svg {
    width: 24px;
    height: 24px;
    color: #137efc; }
  .attendees-page.dark-mode .attendee-btn-group .btn-add-attendee span {
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px; }
.attendees-page.dark-mode .attendee-btn-group a.btn-primary {
  height: 40px;
  padding: 0 10px;
  border-radius: 5px !important;
  background-color: #167EFC !important; }
  .attendees-page.dark-mode .attendee-btn-group a.btn-primary svg {
    width: 24px;
    height: 24px; }
  .attendees-page.dark-mode .attendee-btn-group a.btn-primary span {
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px; }
.attendees-page.dark-mode .dropdown-badge {
  right: 100%;
  top: 0;
  min-width: 250px;
  margin-bottom: 0;
  overflow: auto; }
.attendees-page.dark-mode .popup-badge {
  right: 100%;
  bottom: 0;
  min-width: 250px;
  overflow: auto;
  top: unset; }
.attendees-page.dark-mode .filter-status-selector {
  width: 140px;
  margin-left: 20px;
  margin-right: 20px; }
.attendees-page.dark-mode .action-selector-container {
  width: 240px; }
.attendees-page.dark-mode #select2-filter_status-results, .attendees-page.dark-mode #select2-action_selector-results {
  max-height: none; }
.attendees-page.dark-mode #transfer-ticket-popup select#transfer_ticket {
  width: 100%; }
.attendees-page.dark-mode #transfer-ticket-popup .dest-item-select-container {
  max-width: 33.33%;
  width: 16%; }
.attendees-page.dark-mode #transfer-ticket-popup .multi-source-transfer-item .select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
  min-height: 48px;
  max-width: 150px; }
.attendees-page.dark-mode #transfer-ticket-popup .multi-source-transfer-item .select2-selection__clear {
  margin-right: -10px !important; }
.attendees-page.dark-mode .badge-dropdown-wrapper {
  right: 103%;
  overflow: auto;
  font-size: 14px;
  border-radius: 4px; }
.attendees-page.dark-mode .badge-dropdown-wrapper.tag-success {
  min-width: 240px; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-success .complete-header {
    background-color: #12A329; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-success .complete-content {
    background-color: #25282D;
    padding: 15px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-success .complete-content svg {
      color: #969BA7; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-success .complete-content span {
      color: #CDD0D5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-success .complete-content .color-light {
      color: #FFFFFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.dark-mode .badge-dropdown-wrapper.tag-pending {
  min-width: 270px; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-pending .pending-header {
    background-color: #C67C2A; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-pending .pending-content {
    background-color: #25282D;
    padding: 15px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-pending .pending-content svg {
      color: #969BA7; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-pending .pending-content span {
      color: #CDD0D5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-pending .pending-content .color-light {
      color: #FFFFFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.dark-mode .badge-dropdown-wrapper.tag-charged {
  min-width: 270px; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-charged .charged-header {
    background-color: #185CAE; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-charged .charged-content {
    background-color: #25282D;
    padding: 15px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-charged .charged-content svg {
      color: #969BA7; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-charged .charged-content span {
      color: #CDD0D5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-charged .charged-content .color-light {
      color: #FFFFFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple {
  min-width: 532px; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-header {
    background-color: #7E2A9F; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content {
    background-color: #25282D;
    padding: 20px 21px 30px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content .title-transferred {
      color: #CDD0D5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content b {
      color: #CDD0D5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content .avatar {
      margin: 0; }
      .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content .avatar .avatar-letter {
        width: unset;
        font-size: 24px;
        color: #7F8694; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-from .title-event-name {
      color: #7F8694;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0.3rem; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-from svg {
      color: #969BA7;
      width: 20px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-from span {
      color: #7F8694;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 200px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-to .title-event-name {
      color: #FFFFFF;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0.3rem; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-to svg {
      color: #FFFFFF;
      width: 20px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-purple .transferred-content .mrk-to span {
      color: #FFFFFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      width: 200px; }
.attendees-page.dark-mode .badge-dropdown-wrapper.tag-danger {
  min-width: 290px; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-danger .refund-header {
    background-color: #EF181A; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-danger .refund-content {
    background-color: #25282D;
    padding: 15px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-danger .refund-content svg {
      color: #969BA7;
      width: 20px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-danger .refund-content span {
      color: #CDD0D5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-danger .refund-content .total-price {
      color: #FFFFFF; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-danger .refund-content .color-light {
      color: #FFFFFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-danger .refund-content .color-light-1 {
      color: #FFFFFF;
      white-space: pre-wrap;
      line-height: 20px; }
.attendees-page.dark-mode .badge-dropdown-wrapper.tag-void {
  min-width: 240px; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-void .void-header {
    background-color: #969BA7; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-void .void-content {
    background-color: #25282D;
    padding: 15px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-void .void-content svg {
      color: #969BA7; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-void .void-content span {
      color: #CDD0D5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-void .void-content .color-light {
      color: #FFFFFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.dark-mode .badge-dropdown-wrapper.tag-block {
  min-width: 270px; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-block .void-header {
    background-color: #0E0F11; }
  .attendees-page.dark-mode .badge-dropdown-wrapper.tag-block .void-content {
    background-color: #25282D;
    padding: 15px; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-block .void-content svg {
      color: #969BA7; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-block .void-content span {
      color: #CDD0D5;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .attendees-page.dark-mode .badge-dropdown-wrapper.tag-block .void-content .color-light {
      color: #FFFFFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding-left: 10px; }
.attendees-page.dark-mode .attendee-body {
  overflow-x: unset !important; }
.attendees-page.dark-mode .hidden {
  display: none; }
.attendees-page.dark-mode .atbd-pagination__link,
.attendees-page.dark-mode .atbd-pagination__item .page-selection {
  background-color: unset !important;
  border: unset;
  color: #FFFFFF; }
.attendees-page.dark-mode .atbd-pagination__item .page-selection {
  padding: 4.5px 25px; }
.attendees-page.dark-mode .atbd-pagination__link.active {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.attendees-page.dark-mode .atbd-pagination__link:hover {
  color: #167EFC;
  border-radius: 3px;
  background: rgba(22, 126, 252, 0.1) !important; }
.attendees-page.dark-mode .dropdown {
  background-color: #3D4148 !important;
  border-radius: 3px; }
.attendees-page.dark-mode .atbd-pagination__item .paging-option:after {
  color: #FFFFFF; }
.attendees-page.dark-mode #partial-refund-popup {
  padding: 48px; }
  .attendees-page.dark-mode #partial-refund-popup .modal-header {
    padding: 0; }
    .attendees-page.dark-mode #partial-refund-popup .modal-header .modal-title {
      font-size: 18px;
      line-height: normal; }
  .attendees-page.dark-mode #partial-refund-popup .modal-body {
    padding: 32px 0 0 0; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-event-name {
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body #attendee_name {
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body svg {
      color: #FFFFFF; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .list-content {
      margin-bottom: 2rem;
      margin-top: 1rem; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .list-content .sp-date-time {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #FFFFFF;
        padding: 0 10px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .list-content .email-border-style {
        border-left-style: solid;
        border-right-style: solid;
        border-left-color: #FFFFFF;
        border-right-color: #FFFFFF;
        padding-left: 10px; }
        .attendees-page.dark-mode #partial-refund-popup .modal-body .list-content .email-border-style .sp-attendee-email {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: #FFFFFF;
          padding: 0 10px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .list-content .phone-border-style {
        padding-left: 10px; }
        .attendees-page.dark-mode #partial-refund-popup .modal-body .list-content .phone-border-style .sp-attendee-phone {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          color: #FFFFFF;
          padding: 0 10px; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body #mrk-table-order-items tr th {
      color: #C2C5CC; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .desktop-partial-refund-selector {
      width: 120px; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item select {
      height: 52px;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      background-image: url(/../assets/management/drop-down-v4.png);
      background-position: 95%;
      background-size: 25%;
      background-repeat: no-repeat;
      background-color: #303338;
      border: 1px solid #6B7280;
      padding: 6px 10px; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .select2-container--default {
      border: 1px solid #6B7280;
      border-radius: 3px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .select2-container--default .select2-selection--multiple {
        background-color: #303338; }
        .attendees-page.dark-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .select2-container--default .select2-selection--multiple .select2-selection__rendered {
          padding-top: 7px;
          padding-bottom: 5px; }
          .attendees-page.dark-mode #partial-refund-popup .modal-body #mrk-table-order-items .mrk-tr-order-item .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
            margin-bottom: 2px; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount {
      position: relative;
      border: 1px solid #6B7280;
      border-radius: 3px;
      width: 50%;
      margin-top: 5px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount input {
        background-color: #25282D;
        border-radius: 3px;
        box-shadow: unset;
        padding-left: 40px;
        width: 100% !important; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount input[type="number"]::-webkit-outer-spin-button,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount .input-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0;
        left: 8px; }
        .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount .input-icon svg {
          width: 14px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount label {
        position: absolute;
        top: -10px;
        left: 12px;
        margin: 0;
        padding: 0 4px;
        z-index: 8;
        color: #CDD0D5;
        font-size: 12px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount label:after {
        content: " ";
        position: absolute;
        background-color: #25282D;
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 8px;
        z-index: -1; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount:focus-within label {
      color: #2c99ff; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .maximum-amount {
      color: #167EFC; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container {
      margin-bottom: 32px; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-name,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-email,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-phone,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-address,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-city,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code {
      position: relative;
      border: 1px solid #7F8694;
      border-radius: 3px;
      margin-top: 5px;
      width: 310px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-name input,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-email input,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-phone input,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-address input,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-city input,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state input,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code input {
        background-color: #25282D;
        border-radius: 3px;
        box-shadow: unset;
        padding: 12px 10px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-name input::-webkit-input-placeholder,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-email input::-webkit-input-placeholder,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-phone input::-webkit-input-placeholder,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-address input::-webkit-input-placeholder,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-city input::-webkit-input-placeholder,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state input::-webkit-input-placeholder,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code input::-webkit-input-placeholder {
        color: #7F8694 !important; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-name label,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-email label,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-phone label,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-address label,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-city label,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state label,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code label {
        position: absolute;
        top: -10px;
        left: 12px;
        margin: 0;
        padding: 0 4px;
        z-index: 8;
        color: #7F8694;
        font-size: 12px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-name label:after,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-email label:after,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-phone label:after,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-address label:after,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-city label:after,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state label:after,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code label:after {
        content: " ";
        position: absolute;
        background-color: #25282D;
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 8px;
        z-index: -1; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-name:focus-within,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-email:focus-within,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-phone:focus-within,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-address:focus-within,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-city:focus-within,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state:focus-within,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-name:focus-within label,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-email:focus-within label,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-phone:focus-within label,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-address:focus-within label,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-city:focus-within label,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state:focus-within label,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code:focus-within label {
      color: #2c99ff; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state {
      width: 139px;
      margin-right: 1rem; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-state:focus-within label {
      color: #2c99ff; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code {
      width: 139px;
      margin-left: 1rem; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code:focus-within {
      border: 1px solid #2c99ff; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-postal-code:focus-within label {
      color: #2c99ff; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .email-pd,
    .attendees-page.dark-mode #partial-refund-popup .modal-body .city-pd {
      padding: 0 2rem; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .custom-checkbox input[type="checkbox"] + label {
      padding-left: 22px;
      color: #FFFFFF; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .purchases {
      color: #FFFFFF;
      margin-bottom: 24px;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
  .attendees-page.dark-mode #partial-refund-popup .modal-footer {
    padding: 0; }
    .attendees-page.dark-mode #partial-refund-popup .modal-footer .noti-attendee-info {
      width: 50%;
      padding: 10px 20px;
      border-radius: 4px;
      background: rgba(36, 160, 43, 0.25);
      margin: auto; }
      .attendees-page.dark-mode #partial-refund-popup .modal-footer .noti-attendee-info .noti-header button {
        color: #FFFFFF;
        opacity: unset;
        padding: 0;
        line-height: unset;
        margin: 0 -0.5rem 0 auto;
        background-color: unset;
        font-size: 18px; }
      .attendees-page.dark-mode #partial-refund-popup .modal-footer .noti-attendee-info span {
        color: #FFFFFF;
        font-style: normal; }
    .attendees-page.dark-mode #partial-refund-popup .modal-footer input {
      align-self: start;
      margin: 0;
      padding: 12px 44px;
      border-radius: 5px;
      background-color: #167EFC;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px; }
    .attendees-page.dark-mode #partial-refund-popup .modal-footer button {
      padding: 0 32px;
      line-height: 2.4rem;
      margin-right: 35px;
      background-color: #F04438; }
    .attendees-page.dark-mode #partial-refund-popup .modal-footer span {
      color: #7F8694;
      font-style: italic;
      font-weight: 400; }
    .attendees-page.dark-mode #partial-refund-popup .modal-footer #refund-message {
      padding: 8px 12px;
      border-radius: 4px;
      background: rgba(33, 150, 243, 0.25);
      color: #FFFFFF; }
.attendees-page.dark-mode #partial-refund-confirm-popup {
  padding: 40px; }
  .attendees-page.dark-mode #partial-refund-confirm-popup .modal-header {
    padding: 0; }
    .attendees-page.dark-mode #partial-refund-confirm-popup .modal-header img {
      width: 48px;
      margin-left: auto;
      margin-right: auto; }
  .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body {
    padding: 0; }
    .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body .info-confirm p {
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 600; }
    .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body .info-confirm span {
      color: #C2C5CC;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px; }
    .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund {
      position: relative;
      border: 1px solid #7F8694;
      border-radius: 3px;
      margin-top: 15px; }
      .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund label {
        position: absolute;
        top: -10px;
        left: 12px;
        margin: 0;
        padding: 0 4px;
        z-index: 8;
        color: #969BA7;
        font-size: 12px; }
      .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund label:after {
        content: " ";
        position: absolute;
        background-color: #25282D;
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 8px;
        z-index: -1; }
      .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund textarea {
        background-color: #25282D;
        border-radius: 3px;
        padding: 10px; }
      .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund textarea::-webkit-input-placeholder {
        color: #7F8694 !important; }
    .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund:focus-within {
      border: 1px solid #2c99ff !important; }
    .attendees-page.dark-mode #partial-refund-confirm-popup .modal-body .title-feedback-refund:focus-within label {
      color: #2c99ff !important; }
  .attendees-page.dark-mode #partial-refund-confirm-popup .modal-footer {
    padding: 40px 0 0 0; }
    .attendees-page.dark-mode #partial-refund-confirm-popup .modal-footer button {
      padding: 3px 42px;
      background-color: #F04438;
      font-size: 14px;
      font-weight: 600; }
.attendees-page.dark-mode #transfer-ticket-popup {
  padding: 48px; }
  .attendees-page.dark-mode #transfer-ticket-popup .modal-header {
    padding: 0; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-header .modal-title {
      font-size: 18px;
      line-height: normal;
      padding-bottom: 5px; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-header span {
      color: #ACB0BA;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; }
  .attendees-page.dark-mode #transfer-ticket-popup .modal-body {
    max-height: 500px;
    padding: 32px 0; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-body .title-attendee {
      color: #CDD0D5; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-body .mb-info {
      margin-bottom: 1rem; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .mb-info svg {
        color: #FFFFFF; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .mb-info span {
        color: #FFFFFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .mb-info .attendee_email,
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .mb-info .attendee_phone {
        font-weight: 400; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket {
      background-color: #303338;
      padding: 16px;
      border-radius: 4px; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-current-ticket {
        margin-bottom: 24px; }
        .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-current-ticket h5 {
          color: #FFFFFF;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .avatar {
        margin-left: 0; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket b {
        color: #FFFFFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket svg {
        color: #FFFFFF; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket span {
        color: #FFFFFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets {
        position: relative;
        border: 1px solid #7F8694;
        border-radius: 3px;
        width: 100%; }
        .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets label {
          position: absolute;
          top: -10px;
          left: 12px;
          margin: 0;
          padding: 0 4px;
          z-index: 8;
          font-size: 12px;
          color: #CDD0D5; }
        .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets label:after {
          content: " ";
          position: absolute;
          background-color: #303338;
          width: 100%;
          height: 4px;
          left: 0;
          bottom: 5px;
          z-index: -1; }
        .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple {
          max-width: unset;
          background-color: #303338; }
          .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered {
            padding-top: 10px;
            padding-bottom: 5px; }
            .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
              display: none; }
            .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
              margin-bottom: 5px;
              background-color: #3D4148;
              color: #FFFFFF;
              font-size: 12px;
              position: relative;
              padding-right: 22px;
              padding-bottom: 5px;
              padding-top: 5px;
              height: 100%;
              white-space: normal; }
              .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
                position: absolute;
                right: 4px;
                top: 1px; }
            .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-search {
              width: 100%; }
              .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .title-select-tickets .select2-selection--multiple .select2-selection__rendered .select2-search input {
                background-color: #303338;
                color: #CDD0D5;
                height: 50px;
                width: 100% !important; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket #source_quantity {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-image: url(/../assets/management/drop-down-v4.png);
        background-position: 92%;
        background-size: 30%;
        background-repeat: no-repeat;
        background-color: #303338;
        border: 1px solid #7F8694;
        padding: 6px 10px;
        border-radius: 3px;
        height: 32px; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .txt-total,
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .bg-current-ticket .txt-price {
        font-size: 16px;
        font-weight: 700; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-body .left-section {
      width: 20%; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .left-section h5 {
        font-size: 16px;
        font-weight: 700; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-body .right-section {
      width: 100%; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .right-section select {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-image: url(/../assets/management/drop-down-v4.png);
        background-position: 98%;
        background-size: 4%;
        background-repeat: no-repeat;
        background-color: #303338;
        border: 1px solid #6B7280;
        padding: 6px 10px; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .right-section #transfer_ticket {
        border: 1px solid #7F8694;
        background-color: #25282D;
        padding-right: 45px; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-body #transfer-ticket-item #quantity {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      background-image: url(/../assets/management/drop-down-v4.png);
      background-position: 92%;
      background-size: 30%;
      background-repeat: no-repeat;
      background-color: #303338;
      border: 1px solid #7F8694;
      padding: 6px 10px;
      border-radius: 3px;
      height: 32px; }
  .attendees-page.dark-mode #transfer-ticket-popup .modal-footer {
    padding: 0; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-footer button {
      padding: 0 32px;
      line-height: 2.4rem;
      margin-right: 35px; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-footer span {
      color: #7F8694;
      font-style: italic; }
@media (max-width: 991px) {
  .attendees-page.dark-mode .mobile-w-100 {
    width: 100%; }
  .attendees-page.dark-mode .filter-status-selector {
    padding: 6px 0; }
  .attendees-page.dark-mode .attendee-calendar {
    margin-bottom: 6px; }
    .attendees-page.dark-mode .attendee-calendar svg.feather-chevron-down {
      float: right; }
  .attendees-page.dark-mode .card-mobile-tr {
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #f1f2f6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px 7px 5px; }
  .attendees-page.dark-mode .attendees-card {
    background: transparent; }
  .attendees-page.dark-mode .attendee-info-container {
    flex-direction: column; }
    .attendees-page.dark-mode .attendee-info-container > div {
      margin-top: 5px;
      margin-bottom: 5px; }
  .attendees-page.dark-mode .attendee-btn-group {
    top: 10px; }
  .attendees-page.dark-mode .btn-export-fan-contact {
    margin: 0 5px; }
  .attendees-page.dark-mode #partial-refund-popup .mobile-thead {
    color: #ACB0BA;
    width: 46%;
    padding-left: 15px !important;
    word-break: break-all; } }
@media only screen and (max-width: 575px) {
  .attendees-page.dark-mode .attendee-btn-group .btn-add-attendee {
    background-color: #167EFC !important; }
    .attendees-page.dark-mode .attendee-btn-group .btn-add-attendee svg {
      color: #FFFFFF; }
  .attendees-page.dark-mode .header-top {
    background: #303338;
    border-bottom: 1px solid #3D4148;
    box-shadow: unset; }
  .attendees-page.dark-mode .mobile-author-actions .search-form svg {
    margin-left: 0 !important; }
  .attendees-page.dark-mode .contents {
    padding-top: 65px;
    padding-left: 16px;
    padding-right: 16px; }
  .attendees-page.dark-mode .breadcrumb-main {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0 16px; }
  .attendees-page.dark-mode .mobile-author-actions {
    top: -5px !important; }
  .attendees-page.dark-mode .title-select-search {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%; }
  .attendees-page.dark-mode .filter-status-selector {
    padding: 0 !important;
    margin: 0 0 0 0.5rem !important;
    width: 30% !important; }
  .attendees-page.dark-mode .title-select-search .search-form input.i-search:-internal-autofill-selected {
    -webkit-text-fill-color: #25282D;
    -webkit-box-shadow: 0 0 0 1000px #f4f5f7 inset !important;
    transition: background-color 5000s ease-in-out 0s; }
  .attendees-page.dark-mode .title-select-date-range {
    width: 100%; }
  .attendees-page.dark-mode .attendee-calendar {
    margin-bottom: 0 !important; }
  .attendees-page.dark-mode .dropdown_search_actions {
    left: 0 !important; }
  .attendees-page.dark-mode .dropdown_search_filters {
    left: -80px !important; }
  .attendees-page.dark-mode .daterangepicker {
    top: 270px !important;
    width: 390px; }
    .attendees-page.dark-mode .daterangepicker .drp-calendar.left {
      padding: 8px;
      max-width: 390px; }
    .attendees-page.dark-mode .daterangepicker .drp-calendar.right {
      padding: 8px;
      max-width: 390px; }
  .attendees-page.dark-mode .card-mobile-tr {
    margin: 0 16px !important; }
  .attendees-page.dark-mode .table-custom tbody td .custom-checkbox input[type="checkbox"] + label:before {
    font-size: 10px !important;
    left: 3px !important;
    top: 4px !important; }
  .attendees-page.dark-mode .table-custom tbody td .custom-checkbox input[type="checkbox"] + label:after {
    width: 16px !important;
    height: 16px !important;
    top: 2px !important; }
  .attendees-page.dark-mode .table-custom tbody td .expandable-row .atbd-tag.tag-transparented {
    margin-left: 60px !important; }
  .attendees-page.dark-mode .table-custom tbody td .atbd-tag.tag-transparented {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 83px;
    margin-left: 0 !important; }
  .attendees-page.dark-mode .custom-checkbox input[type="checkbox"] + label {
    padding-left: 25px; }
  .attendees-page.dark-mode .card-mobile-tr {
    border-radius: unset !important;
    margin-top: 15px !important; }
  .attendees-page.dark-mode .icon-down {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    color: #FFFFFF; }
  .attendees-page.dark-mode .table-custom tbody tr {
    border-bottom: unset !important; }
    .attendees-page.dark-mode .table-custom tbody tr td {
      background-color: #303338 !important;
      border-bottom: unset !important; }
    .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info {
      padding: 0 15px; }
      .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body {
        padding-top: 0;
        padding-bottom: 10px; }
        .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .order-delivery,
        .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .email-delivery {
          margin-bottom: 0;
          font-size: 14px;
          font-weight: 500; }
        .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .mail-to,
        .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .mail-from,
        .attendees-page.dark-mode .table-custom tbody tr td.colspan .data-more-info .accordian-body .mail-subject {
          width: 50%;
          color: #ACB0BA; }
    .attendees-page.dark-mode .table-custom tbody tr .mode-switchable--secondary-background-info {
      padding: 15px 0; }
      .attendees-page.dark-mode .table-custom tbody tr .mode-switchable--secondary-background-info .icon-down {
        margin-left: 10px; }
  .attendees-page.dark-mode .mrk-tr-order-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px; }
    .attendees-page.dark-mode .mrk-tr-order-item .donation {
      padding-bottom: 0; }
      .attendees-page.dark-mode .mrk-tr-order-item .donation label {
        color: #ACB0BA; }
  .attendees-page.dark-mode .title-span {
    color: #ACB0BA !important; }
  .attendees-page.dark-mode .title-span-1 {
    color: #FFFFFF !important; }
  .attendees-page.dark-mode .tb-attendees-mb tr {
    display: flex;
    justify-content: space-between;
    margin-left: 17px; }
    .attendees-page.dark-mode .tb-attendees-mb tr td:first-child {
      width: 35.5%;
      color: #ACB0BA; }
    .attendees-page.dark-mode .tb-attendees-mb tr td:last-child {
      width: 64%;
      color: #FFFFFF; }
  .attendees-page.dark-mode .table-custom tbody tr td .tb-attendees-mb tr td {
    padding: 6px 8px;
    word-break: break-all; }
  .attendees-page.dark-mode .pagination-btn {
    padding-left: 16px;
    padding-right: 16px; }
  .attendees-page.dark-mode .modal-export-new-v4 {
    padding: 30px 20px 10px 20px !important; }
  .attendees-page.dark-mode .instant_payout_session {
    margin: 32px 0 0 0 !important; }
    .attendees-page.dark-mode .instant_payout_session .all-inputs {
      display: block !important; }
      .attendees-page.dark-mode .instant_payout_session .all-inputs .title-export-atten-start-date,
      .attendees-page.dark-mode .instant_payout_session .all-inputs .title-export-atten-start-time,
      .attendees-page.dark-mode .instant_payout_session .all-inputs .title-export-atten-end-date,
      .attendees-page.dark-mode .instant_payout_session .all-inputs .title-export-atten-end-time {
        width: 100% !important;
        margin-bottom: 25px; }
  .attendees-page.dark-mode .btn-choice-export {
    display: block !important;
    width: 100% !important;
    text-align: center; }
    .attendees-page.dark-mode .btn-choice-export a {
      width: 70%;
      display: block;
      padding: 0;
      margin: auto auto 10px auto; }
  .attendees-page.dark-mode .atbd-pagination__link,
  .attendees-page.dark-mode .atbd-pagination__item .page-selection {
    background-color: unset !important;
    border: unset;
    color: #FFFFFF;
    padding: 4.5px 3px; }
  .attendees-page.dark-mode .atbd-pagination__item .page-selection {
    padding: 0.5px 25px 0 10px; }
  .attendees-page.dark-mode .atbd-pagination__link.active {
    color: #167EFC;
    border-radius: 3px;
    background: rgba(22, 126, 252, 0.1) !important;
    padding: 4.5px 11.75px; }
  .attendees-page.dark-mode .dropdown {
    background-color: #3D4148 !important;
    border-radius: 3px; }
  .attendees-page.dark-mode .atbd-pagination__item .paging-option:after {
    color: #FFFFFF; }
  .attendees-page.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: unset; }
  .attendees-page.dark-mode #partial-refund-popup {
    padding: 16px; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .list-content {
      flex-direction: column;
      margin-bottom: 1rem; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .list-content .email-border-style {
        border: unset;
        padding: 10px 0; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .list-content .phone-border-style {
        padding-left: 0; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body #mrk-table-order-items .row-expand-popup .mobile-partial-refund-selector {
      width: 75% !important; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount {
      width: 95%; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .title-input-refund-amount input {
        padding-left: 30px; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container {
      margin-bottom: 0; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container .email-pd,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container .city-pd {
        padding: 0; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-name,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-email,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-phone,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-address,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-city,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-state,
      .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container .title-input-postal-code {
        width: 100%; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .confirmation-delivery .box-office-content-container {
      height: 115px;
      flex-direction: column;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .attendees-page.dark-mode #partial-refund-popup .modal-body .confirmation-delivery .box-office-content-container .custom-checkbox {
        margin-right: 0 !important;
        margin-bottom: 8px;
        max-width: 50%; }
    .attendees-page.dark-mode #partial-refund-popup .modal-body .attendee-info-container > div {
      margin-bottom: 15px; }
    .attendees-page.dark-mode #partial-refund-popup .mobile-thead-info {
      color: #ACB0BA;
      width: 46%;
      padding-left: 15px !important;
      word-break: break-all; }
  .attendees-page.dark-mode #partial-refund-confirm-popup {
    padding: 16px; }
  .attendees-page.dark-mode #transfer-ticket-popup {
    padding: 16px; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-body .info-transfer {
      flex-direction: column; }
    .attendees-page.dark-mode #transfer-ticket-popup .modal-body .transfer-to {
      flex-direction: column; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .transfer-to .left-section {
        width: 100%;
        margin-bottom: 15px; }
      .attendees-page.dark-mode #transfer-ticket-popup .modal-body .transfer-to .right-section select {
        background-size: 8%;
        padding-right: 40px; } }
@media only screen and (max-width: 425px) {
  .attendees-page.dark-mode .daterangepicker {
    width: 378px; }
  .attendees-page.dark-mode .daterangepicker.show-calendar .calendar-table td {
    height: 52px;
    font-size: 16px; }
  .attendees-page.dark-mode .tb-attendees-mb tr td:last-child {
    width: 65%; }
  .attendees-page.dark-mode .table-custom tbody td .expandable-row .atbd-tag.tag-transparented {
    margin-left: 15px !important; }
  .attendees-page.dark-mode .table-custom tbody td .atbd-tag.tag-transparented {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 83px;
    margin-left: 0 !important; } }
@media only screen and (max-width: 375px) {
  .attendees-page.dark-mode .daterangepicker {
    top: 270px !important;
    width: 352px;
    left: 12px !important; }
  .attendees-page.dark-mode .daterangepicker.show-calendar .calendar-table td {
    height: 46px; }
  .attendees-page.dark-mode .tb-attendees-mb tr td:last-child {
    width: 64%; }
  .attendees-page.dark-mode .table-custom tbody td .expandable-row .atbd-tag.tag-transparented {
    margin-left: 0 !important; }
  .attendees-page.dark-mode .table-custom tbody td .atbd-tag.tag-transparented {
    margin-left: 0 !important; }
  .attendees-page.dark-mode .atbd-pagination__link.pagination-control {
    width: 24px; } }
@media only screen and (max-width: 320px) {
  .attendees-page.dark-mode .daterangepicker {
    top: 270px !important;
    width: 288px;
    left: 16px !important; }
    .attendees-page.dark-mode .daterangepicker .drp-calendar.left {
      padding: 8px;
      max-width: 288px; }
    .attendees-page.dark-mode .daterangepicker .drp-calendar.right {
      padding: 8px;
      max-width: 390px; }
  .attendees-page.dark-mode .card-mobile-tr {
    margin: 15px 5px 0 5px !important; }
  .attendees-page.dark-mode .tb-attendees-mb {
    margin-left: 0 !important;
    display: block;
    width: 288px; }
    .attendees-page.dark-mode .tb-attendees-mb tr {
      margin-left: 17px; }
  .attendees-page.dark-mode .tb-attendees-mb tr td:last-child {
    width: 62.5%; }
  .attendees-page.dark-mode .expandable-row span {
    font-size: 12px !important; }
  .attendees-page.dark-mode .table-custom tbody tr .mode-switchable--secondary-background-info {
    padding: 15px 0; }
    .attendees-page.dark-mode .table-custom tbody tr .mode-switchable--secondary-background-info .icon-down {
      margin-left: 0; } }

@media (min-width: 1201px) and (max-width: 1398px) {
  .attendees-page .breadcrumb-main .action-selector-container {
    width: 200px; }
    .attendees-page .breadcrumb-main .action-selector-container .select2-selection--single {
      width: 146px; }
  .attendees-page .breadcrumb-main .title-select-search {
    margin-left: 5px;
    margin-right: 5px;
    width: 90px; }
  .attendees-page .breadcrumb-main .filter-status-selector {
    width: 90px;
    margin-left: 5px;
    margin-right: 5px; } }
@media (min-width: 1399px) and (max-width: 1540px) {
  .attendees-page .breadcrumb-main .title-select-search {
    margin-left: 10px;
    margin-right: 10px;
    width: 160px; }
  .attendees-page .breadcrumb-main .filter-status-selector {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px; } }
@media only screen and (max-width: 575px) {
  .attendees-page #partialRefundConfirm {
    top: unset;
    bottom: 0;
    height: unset; }
    .attendees-page #partialRefundConfirm .modal-dialog {
      margin: 0.5rem !important; } }

.text-break-all {
  word-break: break-all; }

.table-content-orders-attendee .pagination-attendee-table {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  padding: 16px 0 0; }
.table-content-orders-attendee .pagination-attendee-table span {
  cursor: pointer;
  border: 1px solid #E6EAF0;
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center; }
.table-content-orders-attendee .pagination-attendee-table .previous-order-attendee {
  margin-right: 8px; }
@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.sales-page * {
  color: #25282D;
  font-family: 'Greycliff CF Regular', sans-serif; }
.sales-page .carousel-slide-left-button {
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  position: relative;
  z-index: 20;
  width: 42px;
  height: 42px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 1px; }
  .sales-page .carousel-slide-left-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 11px; }
.sales-page .carousel-slide-right-button {
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  position: relative;
  z-index: 99;
  width: 42px;
  height: 42px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 1px; }
  .sales-page .carousel-slide-right-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 11px; }
.sales-page .sales-overview {
  flex-direction: column; }
.sales-page .card-sales-table {
  padding: 0; }
.sales-page .mobile-expandable-row {
  display: none; }
.sales-page .ticket-info-label {
  margin-left: 30%; }
.sales-page .revenue-current-period::before {
  background-color: #12A229 !important; }
.sales-page .paid-current-period::before {
  background-color: #FF69A5 !important; }
.sales-page .incoming-current-period::before {
  background-color: #77C9FF !important; }
.sales-page .tax-current-period::before {
  background-color: #1A78CE !important; }
.sales-page .tix_sold-current-period::before {
  background-color: #E01777 !important; }
.sales-page .profit-current-period:before {
  background-color: #F04438 !important; }
.sales-page .scans-current-period::before {
  background-color: #713DE5 !important; }
.sales-page .add_ons-current-period::before {
  background-color: #FB8B0A !important; }
.sales-page .gift_cards-current-period::before {
  background-color: #FFDD55 !important; }
.sales-page .passes-current-period::before {
  background-color: #137EFC !important; }
.sales-page .tick-point-display {
  min-height: 14px; }
.sales-page .ticket-point-no-content-before::before {
  content: unset !important; }
.sales-page .revenue-labels.chart-body {
  margin-bottom: 0; }
  .sales-page .revenue-labels.chart-body .chart-data-container {
    padding-bottom: 0; }
.sales-page .chart-data-container.current {
  padding-right: 0 !important; }
.sales-page .chart-data-container:not(.current) {
  padding-left: 8px !important; }
.sales-page .revenue-labels span:not(.chart-percentage) {
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  position: relative;
  padding-left: 0;
  font-weight: 500; }
.sales-page .hidden {
  display: none !important; }
.sales-page .mini-sales-chart {
  height: 204px;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px); }
  .sales-page .mini-sales-chart .forcast-status {
    padding-right: 25px; }
.sales-page .ticket-ids-select-box .select2-selection__rendered {
  max-height: 24px;
  overflow-y: auto;
  overflow-x: hidden; }
.sales-page .ticket-ids-select-box .select2-container {
  width: 100%;
  display: table;
  table-layout: fixed; }
.sales-page .ticket-ids-select-box li.select2-search--inline {
  width: 100%; }
  .sales-page .ticket-ids-select-box li.select2-search--inline input.select2-search__field {
    width: 100% !important;
    color: #25282D; }
  .sales-page .ticket-ids-select-box li.select2-search--inline input.select2-search__field::placeholder {
    color: #25282D !important; }
.sales-page .chartjs-tooltip {
  padding: 0 !important; }
.sales-page .sign-dot::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6B7280;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
.sales-page .head-title {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 8px; }
.sales-page .title-page h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  color: #25282D; }
.sales-page .title-page span {
  font-size: 16px;
  line-height: 24px;
  color: #7F8694; }
.sales-page .d-flex-content-right {
  display: flex;
  justify-content: end;
  width: 100%;
  align-items: center; }
.sales-page .select-profile {
  width: 280px !important;
  margin-left: 0; }
.sales-page .ticket-ids-select-box {
  max-width: 40px;
  width: 100%;
  position: relative;
  transition: all 1s ease-in-out; }
  .sales-page .ticket-ids-select-box .ss-fake-pointer {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0; }
    .sales-page .ticket-ids-select-box .ss-fake-pointer.ss-remove {
      width: 0;
      height: 0; }
  .sales-page .ticket-ids-select-box.ss-explain {
    max-width: 320px;
    transition: all 1s ease-in-out; }
.sales-page .select2-container--default .select2-selection--single,
.sales-page .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  height: 40px; }
.sales-page .sales-search-submit {
  width: 20px;
  height: 38px;
  position: absolute;
  top: 1px;
  left: 10px;
  border: none;
  outline: none;
  cursor: pointer; }
.sales-page .select-profile .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-size: 14px;
  color: #25282D; }
.sales-page .select-profile .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
  width: 14px;
  right: 8px; }
.sales-page .ticket-ids-select-box .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 40px; }
.sales-page #sales-date-range {
  background: transparent;
  height: 40px;
  display: flex;
  border: 1px solid #e3e6ef;
  border-radius: 4px;
  align-items: center;
  padding: 0 12px;
  max-width: 270px;
  width: 100%; }
.sales-page .select2-container .select2-selection--single .select2-selection__rendered,
.sales-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #25282D; }
.sales-page #sales-date-range .calendar,
.sales-page #sales-date-range .chevron-down {
  width: 20px;
  height: 20px;
  color: #25282D; }
.sales-page #sales-date-range .data-text {
  color: #25282D; }
.sales-page .carouselSaleCustom {
  width: calc(100% + 16px);
  margin: 0 auto 24px;
  margin-left: -8px; }
.sales-page .forcast-cardbox {
  border: 1px solid #E6EBF7;
  box-shadow: 0px 3px 14px 0px rgba(67, 103, 243, 0.06); }
.sales-page .forcast-cardbox,
.sales-page .card {
  border-radius: 12px; }
.sales-page .carousel-item .row {
  margin: 0; }
.sales-page .carousel-item .col-md-3 {
  padding: 0 8px; }
.sales-page .table-custom th,
.sales-page .table-custom td {
  padding: 12px 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600; }
.sales-page .avt-table {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  margin: 0 12px 0 0;
  padding: 0;
  display: block;
  overflow: hidden; }
  .sales-page .avt-table .avatar-img {
    width: 100%;
    height: 100%; }
.sales-page .icon-data-table-filter {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  cursor: pointer; }
.sales-page .table-custom thead th span {
  color: #9299B8; }
.sales-page .table-custom .atbd-tag {
  width: 76px;
  height: 24px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-family: 'Greycliff CF Regular', sans-serif; }
.sales-page .table-custom .atbd-tag.tag-transparented.tag-success {
  background: rgba(14, 233, 98, 0.2);
  border: 1px solid rgba(14, 233, 98, 0.5);
  color: #fff; }
.sales-page .table-custom .atbd-tag.tag-transparented.tag-primary {
  background: rgba(47, 142, 243, 0.2);
  border: 1px solid rgba(47, 142, 243, 0.5);
  color: #fff; }
.sales-page .table-custom .atbd-tag.tag-transparented.tag-light {
  background: rgba(146, 153, 184, 0.2);
  border: 1px solid rgba(146, 153, 184, 0.5);
  color: #fff; }
.sales-page .bg-0363D7 {
  background: #42ADEF; }
.sales-page .progress-custom .progress {
  height: 8px;
  width: 100%;
  border-radius: 4px;
  background: #fff; }
.sales-page .mini-sales-chart {
  padding-top: 66px; }
.sales-page .chart-desc {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  width: calc(100% - 32px); }
  .sales-page .chart-desc .chart-desc-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 16px;
    margin-bottom: 8px; }
  .sales-page .chart-desc .chart-desc-total {
    font-size: 18px;
    color: #25282D;
    line-height: 18px;
    font-family: 'Greycliff CF Bold'; }
  .sales-page .chart-desc .abs {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-left: 4px; }
  .sales-page .chart-desc .ss-v5-icon-thumb-mini-chart {
    width: 42px;
    height: 42px; }
.sales-page .ss-d-flex {
  display: flex; }
.sales-page .flex-1 {
  flex: 1; }
.sales-page .pl-16px {
  padding-left: 16px; }
.sales-page .align-end {
  align-items: flex-end; }
.sales-page .color-up {
  color: #18CB7A !important; }
.sales-page .color-down {
  color: #F04438 !important; }
.sales-page .revenue-labels .abs {
  padding-left: 0 !important; }
.sales-page .revenue-labels .chart-desc-status {
  padding: 0; }
.sales-page .current-period-p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ACB0BA;
  margin: 0;
  padding: 0; }
.sales-page .card .card-header {
  display: block;
  border-radius: 0;
  text-transform: capitalize;
  margin: 0 0 8px;
  padding: 0;
  min-height: auto;
  border: none; }
.sales-page .card .card-header h6 {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Greycliff CF Bold', sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left; }
.sales-page .price {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Greycliff CF Bold', sans-serif;
  margin: 0 0 10px;
  padding: 0; }
.sales-page .pl-12px {
  margin-left: 12px; }
.sales-page .mt-28px {
  margin-top: 28px; }
.sales-page .w-scale-20 {
  width: calc(100% + 20px);
  margin-left: -10px; }
.sales-page .start-time-chart p,
.sales-page .end-time-chart p {
  color: #ACB0BA;
  font-size: 12px;
  line-height: 14px; }
.sales-page .table-custom thead th {
  background: #E6EDF0; }
.sales-page .sales-tr {
  background-color: #FCFCFD; }
.sales-page .avatar-letter-sale {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #25282D;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center; }
.sales-page .d-desktop-none {
  display: none; }
@media only screen and (max-width: 767px) {
  .sales-page .sales-overview {
    flex-direction: row;
    justify-content: space-between; }
  .sales-page .d-desktop-none {
    display: block; }
  .sales-page .sales-tr {
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #f1f2f6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 7px;
    display: flex;
    flex-wrap: wrap; }
  .sales-page .card-sales-table {
    background: transparent;
    padding-top: 0; }
  .sales-page .mobile-ticket-status {
    display: flex;
    justify-items: flex-end;
    align-items: baseline; }
  .sales-page .ticket-ids-select-box {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .sales-page .main-chart .chart-data-container {
    padding-top: 8px;
    padding-left: 0; }
  .sales-page .revenue-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 6px; }
  .sales-page .main-paid-chart,
  .sales-page .main-incoming-chart {
    display: none !important; }
  .sales-page .revenue-labels.chart-body {
    justify-content: space-between; }
  .sales-page .head-title {
    padding-bottom: 4px;
    border-bottom: none;
    margin-bottom: 0; }
  .sales-page .title-page {
    display: none; }
  .sales-page .d-flex-content-right {
    padding: 16px; }
  .sales-page .ticket-ids-select-box,
  .sales-page #sales-date-range {
    margin: 0;
    width: 100% !important;
    max-width: 100%; }
  .sales-page .mobie-p-4 {
    padding: 0 16px; }
  .sales-page .main-chart {
    margin-bottom: 12px; }
  .sales-page .moblie-mt-0 {
    margin-top: 0; }
  .sales-page .ev-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .sales-page .d-lg-none p {
    margin: 0;
    padding: 0; }
  .sales-page .atbd-tag {
    margin: 0; }
  .sales-page .mb-8px {
    margin-bottom: 8px; }
  .sales-page .card-header {
    padding: 16px 0;
    margin-bottom: 16px; }
  .sales-page .date-text {
    width: calc(100% - 40px); }
  .sales-page tr.sales-tr.hide .d-lg-none > div:nth-child(n+2) {
    display: none !important; }
  .sales-page .wp-chart.show,
  .sales-page .selectbox-gr.show {
    display: none; }
  .sales-page .card .card-header {
    padding-top: 16px; }
  .sales-page .mt-28px {
    margin-top: 0; }
  .sales-page .chart-data-container:not(.current).pl-25-mb {
    padding: 8px 0 0 !important; }
  .sales-page .chart-container {
    overflow: hidden; }
  .sales-page .price {
    font-size: 24px;
    line-height: 28px; } }
.sales-page .w-160 {
  width: 160px; }
.sales-page .div-tooltip {
  position: relative; }
.sales-page .data-tooltip {
  width: 250px;
  display: none;
  position: absolute;
  top: -45px;
  right: 0; }
.sales-page .sale-tooltip {
  width: fit-content;
  padding: 10px;
  background: #E6EDF0; }
.sales-page .div-tooltip:hover .data-tooltip {
  display: block; }
.sales-page .card-header {
  background: transparent !important; }
.sales-page .card {
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px); }
.sales-page .revenue-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(56, 135, 217, 0.06) 76.44%) !important; }
.sales-page .card.revenue-bg-custom {
  background: linear-gradient(142.31deg, rgba(14, 14, 14, 0.3) 9.84%, rgba(72, 153, 250, 0.1414) 42.97%, rgba(158, 164, 172, 0.1) 91.75%) !important; }
.sales-page .paid-bg-custom,
.sales-page .card.paid-bg-custom {
  background-color: #FF69A5 !important; }
.sales-page .incoming-bg-custom,
.sales-page .card.incoming-bg-custom {
  background-color: #77C9FF !important; }
.sales-page .tax-bg-custom,
.sales-page .card.tax-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(240, 133, 61, 0.06) 76.44%) !important; }
.sales-page .tix_sold-bg-custom,
.sales-page .card.tix_sold-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(67, 166, 24, 0.06) 76.44%) !important; }
.sales-page .profit-bg-custom,
.sales-page .card.profit-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(22, 150, 230, 0.06) 47.49%) !important; }
.sales-page .scans-bg-custom,
.sales-page .card.scans-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(156, 81, 222, 0.06) 76.44%) !important; }
.sales-page .add_ons-bg-custom,
.sales-page .card.add_ons-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(19, 137, 109, 0.06) 76.44%) !important; }
.sales-page .gift_cards-bg-custom,
.sales-page .card.gift_cards-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(132, 9, 72, 0.06) 76.44%) !important; }
.sales-page .passes-bg-custom,
.sales-page .card.passes-bg-custom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 24.95%, rgba(68, 10, 87, 0.06) 76.44%) !important; }
.sales-page .fake-border-mini-chart {
  padding: 1px;
  border-radius: 12px; }
.sales-page .revenue-fake-border {
  background: linear-gradient(104.98deg, rgba(75, 154, 244, 0.1) 0.22%, rgba(75, 154, 244, 0.09) 34.47%, rgba(75, 154, 244, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #55B9F7 0%, transparent 100%); }
  .sales-page .revenue-fake-border.show-chart {
    background: linear-gradient(104.98deg, rgba(75, 154, 244, 0.4) 0.22%, rgba(75, 154, 244, 0.09) 34.47%, rgba(75, 154, 244, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%); }
.sales-page .paid-fake-border {
  background-color: #FF69A5 !important; }
.sales-page .incoming-fake-border {
  background-color: #77C9FF !important; }
.sales-page .tax-fake-border {
  background: linear-gradient(104.98deg, rgba(203, 93, 20, 0.1) 0.22%, rgba(241, 169, 121, 0.09) 34.47%, rgba(242, 184, 146, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #F4B489 0%, transparent 100%); }
  .sales-page .tax-fake-border.show-chart {
    background: linear-gradient(104.98deg, rgba(203, 93, 20, 0.4) 0.22%, rgba(241, 169, 121, 0.09) 34.47%, rgba(242, 184, 146, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%); }
.sales-page .tix_sold-fake-border {
  background: linear-gradient(104.98deg, rgba(84, 222, 25, 0.1) 0.22%, rgba(84, 222, 25, 0.09) 34.47%, rgba(84, 222, 25, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #80EF51 0%, transparent 100%); }
  .sales-page .tix_sold-fake-border.show-chart {
    background: linear-gradient(104.98deg, rgba(84, 222, 25, 0.4) 0.22%, rgba(84, 222, 25, 0.09) 34.47%, rgba(84, 222, 25, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%); }
.sales-page .profit-fake-border {
  background: linear-gradient(104.98deg, rgba(19, 126, 252, 0.1) 0.22%, rgba(19, 126, 252, 0.09) 34.47%, rgba(19, 126, 252, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #6AAEFD 0%, transparent 100%); }
  .sales-page .profit-fake-border.show-chart {
    background: linear-gradient(104.98deg, rgba(19, 126, 252, 0.4) 0.22%, rgba(19, 126, 252, 0.09) 34.47%, rgba(19, 126, 252, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%); }
.sales-page .scans-fake-border {
  background: linear-gradient(104.98deg, rgba(156, 81, 222, 0.1) 0.22%, rgba(156, 81, 222, 0.09) 34.47%, rgba(156, 81, 222, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #B36FEE 0%, transparent 100%); }
  .sales-page .scans-fake-border.show-chart {
    background: linear-gradient(104.98deg, rgba(156, 81, 222, 0.4) 0.22%, rgba(156, 81, 222, 0.09) 34.47%, rgba(156, 81, 222, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%); }
.sales-page .add_ons-fake-border {
  background: linear-gradient(104.98deg, rgba(61, 240, 198, 0.1) 0.22%, rgba(28, 180, 144, 0.09) 34.47%, rgba(28, 180, 144, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #3DF0C6 0%, transparent 100%); }
  .sales-page .add_ons-fake-border.show-chart {
    background: linear-gradient(104.98deg, rgba(61, 240, 198, 0.4) 0.22%, rgba(28, 180, 144, 0.09) 34.47%, rgba(28, 180, 144, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%); }
.sales-page .gift_cards-fake-border {
  background: linear-gradient(104.98deg, rgba(240, 61, 153, 0.1) 0.22%, rgba(240, 61, 153, 0.09) 34.47%, rgba(170, 20, 97, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #F790C5 0%, transparent 100%); }
  .sales-page .gift_cards-fake-border.show-chart {
    background: linear-gradient(104.98deg, rgba(240, 61, 153, 0.4) 0.22%, rgba(240, 61, 153, 0.09) 34.47%, rgba(170, 20, 97, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%); }
.sales-page .passes-fake-border {
  background: linear-gradient(104.98deg, rgba(195, 61, 240, 0.1) 0.22%, rgba(195, 61, 240, 0.09) 34.47%, rgba(195, 61, 240, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%), radial-gradient(7.74% 20.64% at 0% 23.73%, #D881F5 0%, transparent 100%); }
  .sales-page .passes-fake-border.show-chart {
    background: linear-gradient(104.98deg, rgba(195, 61, 240, 0.4) 0.22%, rgba(195, 61, 240, 0.09) 34.47%, rgba(195, 61, 240, 0.1) 57.5%, rgba(255, 255, 255, 0.04) 99.95%); }
.sales-page .fake-border-chart {
  padding: 1px;
  border-radius: 12px; }
.sales-page .ss-tb-new-v5-fake-border {
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(106.74deg, rgba(184, 184, 184, 0.46) 0.13%, rgba(184, 184, 184, 0.09) 32.84%, rgba(184, 184, 184, 0.1) 54.85%, rgba(184, 184, 184, 0.2) 95.4%); }
.sales-page .table-custom tr td span {
  font-family: "Inter", sans-serif;
  font-weight: 600; }
.sales-page .card-header-new-v5 {
  padding: 0 0 0 12px;
  border-left: 3px solid #137EFC; }
  .sales-page .card-header-new-v5.revenue-border-custom {
    border-left: 3px solid #1380fc; }
    .sales-page .card-header-new-v5.revenue-border-custom.period {
      border-left: 3px solid rgba(19, 128, 252, 0.25); }
  .sales-page .card-header-new-v5.tax-border-custom {
    border-left: 3px solid #f0853d; }
    .sales-page .card-header-new-v5.tax-border-custom.period {
      border-left: 3px solid rgba(240, 133, 61, 0.25); }
  .sales-page .card-header-new-v5.tix_sold-border-custom {
    border-left: 3px solid #54de19; }
    .sales-page .card-header-new-v5.tix_sold-border-custom.period {
      border-left: 3px solid rgba(84, 222, 25, 0.25); }
  .sales-page .card-header-new-v5.profit-border-custom {
    border-left: 3px solid #10be4a; }
    .sales-page .card-header-new-v5.profit-border-custom.period {
      border-left: 3px solid rgba(16, 190, 74, 0.25); }
  .sales-page .card-header-new-v5.scans-border-custom {
    border-left: 3px solid #6513ad; }
    .sales-page .card-header-new-v5.scans-border-custom.period {
      border-left: 3px solid rgba(101, 19, 173, 0.25); }
  .sales-page .card-header-new-v5.add_ons-border-custom {
    border-left: 3px solid #3df0c6; }
    .sales-page .card-header-new-v5.add_ons-border-custom.period {
      border-left: 3px solid rgba(61, 240, 198, 0.25); }
  .sales-page .card-header-new-v5.gift_cards-border-custom {
    border-left: 3px solid #f03d99; }
    .sales-page .card-header-new-v5.gift_cards-border-custom.period {
      border-left: 3px solid rgba(240, 61, 153, 0.25); }
  .sales-page .card-header-new-v5.passes-border-custom {
    border-left: 3px solid #c33df0; }
    .sales-page .card-header-new-v5.passes-border-custom.period {
      border-left: 3px solid rgba(195, 61, 240, 0.25); }
.sales-page .ss-v5-percentage {
  display: flex;
  height: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4px !important;
  margin-bottom: 10px;
  margin-left: 12px; }
  .sales-page .ss-v5-percentage.p-0 {
    padding: 0 !important; }
  .sales-page .ss-v5-percentage.bg-color-up {
    background-color: rgba(14, 233, 98, 0.21); }
  .sales-page .ss-v5-percentage.bg-color-down {
    background-color: rgba(255, 66, 60, 0.21); }
  .sales-page .ss-v5-percentage.hidden {
    display: none; }
  .sales-page .ss-v5-percentage .mr-4px {
    margin-right: 4px; }
.sales-page .ss-v5-table-custom {
  padding: 12px;
  border-radius: 8px; }
.sales-page .ss-tb-new-v5 {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px; }

.ui_v5_custom {
  /* Track */
  /* Handle */ }
  .ui_v5_custom .daterangepicker {
    min-width: 230px;
    border-radius: 8px; }
    .ui_v5_custom .daterangepicker .ranges {
      display: block;
      min-width: 228px;
      padding: 8px; }
      .ui_v5_custom .daterangepicker .ranges ul li {
        font-family: "Greycliff CF Regular", sans-serif;
        font-size: 14px;
        width: 100%;
        padding: 11px 8px;
        border: none;
        border-radius: 10px;
        line-height: 14px; }
        .ui_v5_custom .daterangepicker .ranges ul li:hover {
          background: rgba(255, 255, 255, 0.05); }
        .ui_v5_custom .daterangepicker .ranges ul li.active {
          background: rgba(255, 255, 255, 0.1); }
      .ui_v5_custom .daterangepicker .ranges ul li:not(:last-child) {
        margin-bottom: 2px; }
  .ui_v5_custom > .select2-container.select2-container--default.select2-container--open {
    top: 62px !important; }
  .ui_v5_custom .select2-dropdown {
    padding: 8px;
    border-radius: 8px; }
  .ui_v5_custom .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .ui_v5_custom .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 0;
    display: none; }
  .ui_v5_custom .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0; }
  .ui_v5_custom .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0; }
  .ui_v5_custom .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 8px; }
  .ui_v5_custom .select2-dropdown .select2-results__option {
    font-size: 14px;
    display: block;
    line-height: 14px;
    font-weight: 400;
    padding: 8px;
    border-radius: 6px; }

body.dark-mode:not(.no-dark-mode).ui_v5_custom .daterangepicker {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.1); }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .daterangepicker .ranges ul li:hover {
    background: rgba(255, 255, 255, 0.05); }
  body.dark-mode:not(.no-dark-mode).ui_v5_custom .daterangepicker .ranges ul li.active {
    background: rgba(255, 255, 255, 0.1); }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-dropdown {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.1); }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-container--default .select2-search--dropdown .select2-search__field {
  background: transparent;
  color: #fff; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-results__option--highlighted {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #FFF !important; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-container--default .select2-results__option[aria-selected=true],
body.dark-mode:not(.no-dark-mode).ui_v5_custom .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(255, 255, 255, 0.1); }

@media only screen and (max-width: 430px) {
  .sales-page .div-tooltip {
    width: 106px !important; }
  .sales-page .data-tooltip {
    left: 125px;
    top: -20px; } }
.modal-dialog .top-event-list * {
  font-family: 'Greycliff CF Regular', sans-serif; }

.modal-dialog .top-event-list .modal-header h5 {
  font-family: 'Greycliff CF Bold', sans-serif; }

.modal-dialog .top-event-list .close {
  color: #25282D;
  opacity: 1;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center; }

.modal-dialog .top-event-list .table-custom tbody tr td, .modal-dialog .top-event-list .table-custom tbody tr b {
  font-family: "Inter", sans-serif;
  font-weight: 600; }

body.dark-mode:not(.no-dark-mode) .modal-dialog .top-event-list .close {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1); }
  body.dark-mode:not(.no-dark-mode) .modal-dialog .top-event-list .close svg {
    width: 18px;
    height: 18px; }

.top-event-list .modal-content .table-custom thead th {
  background: #E6EDF0;
  color: #7F8694; }

.top-event-list .modal-content .table-custom tr {
  background: #fff; }

.top-event-list .modal-content .table-custom th,
.top-event-list .modal-content .table-custom td {
  padding: 8px; }

.top-event-list .modal-header h5 {
  font-weight: 600;
  color: #25282D; }

body.dark-mode:not(.no-dark-mode) .main-page-content {
  background-color: #25282D; }

body.dark-mode:not(.no-dark-mode) .main-page-content.ui_update_v5 {
  background-color: #000403 !important; }

.sales-page .select2-container--default .select2-selection--multiple {
  border: 1px solid #e3e6ef !important; }

@media only screen and (max-width: 767px) {
  body.dark-mode:not(.no-dark-mode) .sales-page .mode-switchable--primary-background {
    background: #000403 !important; }

  .ui_v5_custom .daterangepicker {
    width: 238px !important; }
    .ui_v5_custom .daterangepicker .ranges {
      width: 100%;
      min-width: unset; } }
.v4-header-sale p {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.v4-header-sale {
  height: 64px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  z-index: 1000;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background-color: white;
  border-bottom: 1px solid #C2C5CC;
  width: 100%; }

.w-full {
  width: 100%; }

body.dark-mode:not(.no-dark-mode) .v4-header-sale {
  background-color: #000403;
  border-bottom: none; }

.items-center {
  align-items: center; }

.balance {
  padding: 0 16px;
  border-radius: 8px;
  background-color: #B7D7FE;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.balance a {
  padding: 0;
  border: 0;
  margin: 0;
  display: block; }

.balance span {
  color: #0249A0;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0; }

.balance .f-16-bold {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Greycliff CF Bold'; }

.revenue-labels-mobile {
  display: none; }

.daterangepicker {
  top: 58px !important; }

@media only screen and (max-width: 767px) {
  .sales-page {
    padding-top: 72px; }
    .sales-page .card .card-header h6 {
      font-size: 12px;
      line-height: 12px;
      margin: 0 0 8px 0; }
    .sales-page .price {
      font-size: 16px;
      line-height: 16px;
      margin: 0 0 10px; }
    .sales-page .revenue-labels span:not(.chart-percentage) {
      font-size: 12px;
      line-height: 12px; }

  .title-page-gr {
    padding-left: 12px; }

  .title-page-gr .title-page {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
    padding: 0; }

  .title-page-gr p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #000; }

  .ticket-sale-number {
    display: none; }

  .revenue-labels-mobile {
    display: block;
    padding-top: 16px;
    padding-left: 0px; }

  .revenue-labels-mobile strong.price {
    font-size: 24px;
    color: #25282D;
    line-height: 28px;
    font-weight: 600; }

  .revenue-labels-mobile.hide {
    display: none; }

  .daterangepicker {
    top: 70px !important;
    right: 8px !important; }

  .daterangepicker.show-calendar .drp-buttons .drp-selected {
    font-size: 10px !important; }

  .fake-border {
    margin-bottom: 12px; }
    .fake-border.ss-mb-mobile {
      margin-bottom: 0; }

  .fake-border.mr-16px {
    margin-right: 0px; }

  .sales-page .select-profile {
    width: 100% !important; }

  .fake-border.ml-12px {
    margin-left: 0; }

  .w-mobile-100 {
    width: 100% !important; }

  .sales-page .avt-table, .sales-page .avatar-letter-sale {
    width: 40px;
    height: 40px; }

  .ss-show-hide {
    transform: rotate(180deg);
    transition: all 1s ease; }

  .ss-show-hide.rotate span {
    transform: rotate(0);
    transition: all 1s ease; }

  .ss-grid-cols-2-fix-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 24px; }
    .ss-grid-cols-2-fix-mobile .col-md-3 {
      padding-left: 0;
      padding-right: 0; }
    .ss-grid-cols-2-fix-mobile .forcast__chart {
      display: none; }

  .sales-page .mini-sales-chart {
    padding-top: 62px; }
  .sales-page .ss-grid-cols-2-fix-mobile .pl-16px {
    padding-left: 8px; }
  .sales-page .mini-sales-chart {
    height: auto; }
  .sales-page .chart-desc {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    width: calc(100% - 16px); }
    .sales-page .chart-desc .chart-desc-title {
      font-size: 14px;
      line-height: 14px; }
    .sales-page .chart-desc .chart-desc-total {
      font-size: 16px;
      line-height: 16px; }
    .sales-page .chart-desc .abs {
      font-size: 12px;
      line-height: 14px; }
    .sales-page .chart-desc .ss-v5-icon-thumb-mini-chart {
      width: 32px;
      height: 32px; } }
.rotate {
  rotate: 180deg; }

.w-106 {
  width: 106px; }

.w-120 {
  width: 120px; }

.w-130 {
  width: 130px; }

.item-center {
  display: flex;
  align-items: center; }

.mr-16px {
  margin-right: 16px; }

.ml-12px {
  margin-left: 12px; }

body.dark-mode:not(.no-dark-mode) .sales-page * {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .sales-page .fake-border {
  box-sizing: border-box;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }
body.dark-mode:not(.no-dark-mode) .sales-page #sales-date-range {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 8px;
  border: none; }
body.dark-mode:not(.no-dark-mode) .sales-page .select2-container--default .select2-selection--single, body.dark-mode:not(.no-dark-mode) .sales-page .select2-container--default .select2-selection--multiple {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 8px;
  border: none !important; }
body.dark-mode:not(.no-dark-mode) .sales-page .title-page span {
  color: rgba(255, 255, 255, 0.8); }
body.dark-mode:not(.no-dark-mode) .sales-page .balance {
  background: #091c33; }
body.dark-mode:not(.no-dark-mode) .sales-page .balance span {
  color: #137EFC; }
body.dark-mode:not(.no-dark-mode) .sales-page .sales-search-submit {
  color: #FFF !important; }
body.dark-mode:not(.no-dark-mode) .sales-page .carousel-slide-left-button, body.dark-mode:not(.no-dark-mode) .sales-page .carousel-slide-right-button {
  background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }
  body.dark-mode:not(.no-dark-mode) .sales-page .carousel-slide-left-button a, body.dark-mode:not(.no-dark-mode) .sales-page .carousel-slide-right-button a {
    background: linear-gradient(180deg, rgba(61, 61, 61, 0.6) 0%, rgba(37, 37, 37, 0.6) 83.46%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px); }
body.dark-mode:not(.no-dark-mode) .sales-page .carousel-slide-left-button span, body.dark-mode:not(.no-dark-mode) .sales-page .carousel-slide-right-button span {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .sales-page .chart-desc .chart-desc-title {
  color: rgba(255, 255, 255, 0.8); }
body.dark-mode:not(.no-dark-mode) .sales-page .chart-desc .chart-desc-total {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .sales-page .btn-show-more, body.dark-mode:not(.no-dark-mode) .sales-page svg {
  color: #fff; }
body.dark-mode:not(.no-dark-mode) .sales-page .dark-mode-show {
  display: block; }
body.dark-mode:not(.no-dark-mode) .sales-page .light-mode-show {
  display: none; }
body.dark-mode:not(.no-dark-mode) .sales-page .current-period-p,
body.dark-mode:not(.no-dark-mode) .sales-page .revenue-labels span:not(.chart-percentage) {
  color: #ACB0BA; }
body.dark-mode:not(.no-dark-mode) .sales-page .ticket-ids-select-box li.select2-search--inline input.select2-search__field {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .sales-page .forcast-cardbox {
  border: none; }
body.dark-mode:not(.no-dark-mode) .sales-page .select2-container--default .select2-selection--multiple .select2-selection__choice,
body.dark-mode:not(.no-dark-mode) .sales-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #25282D; }
body.dark-mode:not(.no-dark-mode) .sales-page .start-time-chart p, body.dark-mode:not(.no-dark-mode) .sales-page .end-time-chart p {
  color: #ACB0BA; }
body.dark-mode:not(.no-dark-mode) .sales-page .progress-custom .progress {
  background: rgba(0, 0, 0, 0.1) !important; }
body.dark-mode:not(.no-dark-mode) .sales-page .avatar-letter-sale {
  background: #FFF;
  color: #25282D; }
body.dark-mode:not(.no-dark-mode) .sales-page .price {
  color: #fff !important; }
body.dark-mode:not(.no-dark-mode) .sales-page .card-sales-table {
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(142.31deg, rgba(184, 184, 184, 0.1) 9.84%, rgba(184, 184, 184, 0.1414) 42.97%, rgba(184, 184, 184, 0.1) 91.75%);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px); }
  body.dark-mode:not(.no-dark-mode) .sales-page .card-sales-table h1 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Greycliff CF Bold'; }
  body.dark-mode:not(.no-dark-mode) .sales-page .card-sales-table .table-custom {
    background: transparent !important;
    border-spacing: 0 10px !important;
    border-collapse: unset !important; }
    body.dark-mode:not(.no-dark-mode) .sales-page .card-sales-table .table-custom thead tr {
      background: transparent !important; }
    body.dark-mode:not(.no-dark-mode) .sales-page .card-sales-table .table-custom tbody tr {
      background: rgba(255, 255, 255, 0.05) !important;
      border-radius: 6px; }
    body.dark-mode:not(.no-dark-mode) .sales-page .card-sales-table .table-custom th {
      background: transparent !important; }
    body.dark-mode:not(.no-dark-mode) .sales-page .card-sales-table .table-custom .border-bottom {
      border-bottom: 10px solid transparent !important; }

body.dark-mode:not(.no-dark-mode) .ss-v5-modal .modal-header, body.dark-mode:not(.no-dark-mode) .ss-v5-modal .modal-body {
  background: rgba(24, 24, 24, 0.5); }
body.dark-mode:not(.no-dark-mode) .ss-v5-modal .ss-v5-table-custom {
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05); }
  body.dark-mode:not(.no-dark-mode) .ss-v5-modal .ss-v5-table-custom .table-custom {
    margin-bottom: 0px; }
    body.dark-mode:not(.no-dark-mode) .ss-v5-modal .ss-v5-table-custom .table-custom th {
      background-color: transparent; }
    body.dark-mode:not(.no-dark-mode) .ss-v5-modal .ss-v5-table-custom .table-custom tbody tr {
      background: rgba(255, 255, 255, 0.05) !important;
      border-radius: 6px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); }
    body.dark-mode:not(.no-dark-mode) .ss-v5-modal .ss-v5-table-custom .table-custom .border-bottom {
      border-bottom: 10px solid transparent !important; }

.dark-mode-show {
  display: none; }

.flex-center-hz {
  display: flex;
  align-items: center; }

body.dark-mode:not(.no-dark-mode).ui_v5_custom .dark-mode-show {
  display: block; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .light-mode-show {
  display: none; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .fake-border {
  box-sizing: border-box;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .balance {
  background: #091c33; }
body.dark-mode:not(.no-dark-mode).ui_v5_custom .balance span {
  color: #137EFC; }

@media only screen and (max-width: 400px) {
  .daterangepicker {
    width: 270px !important; }

  body.dark-mode:not(.no-dark-mode) .sales-page .card-sales-table .table-custom .border-bottom {
    border-bottom: 0px solid transparent !important; } }
.scrollbar-custom-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.scrollbar-custom-hidden::-webkit-scrollbar {
  width: 0;
  display: none; }

/* Track */
.scrollbar-custom-hidden::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0; }

/* Handle */
.scrollbar-custom-hidden::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0; }

.ss-btn-sale-select-profile {
  position: relative;
  width: 240px;
  box-sizing: border-box;
  border: 1px solid #e3e6ef;
  border-radius: 4px; }
  .ss-btn-sale-select-profile .ss-flex-hz {
    display: flex;
    align-items: center; }
  .ss-btn-sale-select-profile .btn-select-profile {
    height: 40px;
    width: 100%;
    padding: 0 16px;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 8px; }
  .ss-btn-sale-select-profile .icon-select-profile {
    width: 18px;
    height: 18px; }
  .ss-btn-sale-select-profile .sale-profile-list {
    display: none;
    position: absolute;
    z-index: 999;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 1px;
    max-height: 367px;
    border: 1px solid #e3e6ef; }
    .ss-btn-sale-select-profile .sale-profile-list .ss-sale-profile-list-search {
      background: #fff;
      padding: 8px; }
      .ss-btn-sale-select-profile .sale-profile-list .ss-sale-profile-list-search input {
        width: 100%;
        height: 32px;
        background-color: #fff;
        font-size: 14px;
        color: #25282D;
        border-radius: 4px;
        outline: none;
        padding: 0 8px;
        border: 1px solid rgba(255, 255, 255, 0.1); }
    .ss-btn-sale-select-profile .sale-profile-list .profile-title {
      color: #25282D; }
    .ss-btn-sale-select-profile .sale-profile-list .profile-list-fake-border {
      padding: 8px;
      width: 100%;
      max-height: 310px;
      overflow-y: auto;
      overflow-x: hidden; }
      .ss-btn-sale-select-profile .sale-profile-list .profile-list-fake-border .profile-item {
        cursor: pointer;
        display: flex;
        padding: 8px;
        border-radius: 4px; }
        .ss-btn-sale-select-profile .sale-profile-list .profile-list-fake-border .profile-item span {
          font-size: 14px;
          line-height: 14px;
          color: #25282D; }
        .ss-btn-sale-select-profile .sale-profile-list .profile-list-fake-border .profile-item:hover {
          background: rgba(95, 99, 242, 0.06); }
        .ss-btn-sale-select-profile .sale-profile-list .profile-list-fake-border .profile-item.selected {
          background: rgba(95, 99, 242, 0.06); }
    .ss-btn-sale-select-profile .sale-profile-list.open-list {
      display: block; }
    .ss-btn-sale-select-profile .sale-profile-list .ss-image-thumb-custom {
      width: 30px;
      height: 30px;
      border-radius: 15px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      .ss-btn-sale-select-profile .sale-profile-list .ss-image-thumb-custom img {
        width: 100%;
        height: 100%; }
    .ss-btn-sale-select-profile .sale-profile-list .ss-pl-12px {
      padding-left: 12px; }

.ss-ticket-ids-select-box {
  width: 39px;
  height: 39px;
  position: relative;
  transition: all 1s ease-in-out;
  background: #FFF;
  border-radius: 8px;
  overflow: hidden; }
  .ss-ticket-ids-select-box .ss-flex-hz {
    display: flex;
    align-items: center; }
  .ss-ticket-ids-select-box .ss-fake-pointer {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 4px; }
    .ss-ticket-ids-select-box .ss-fake-pointer.ss-remove {
      width: 0;
      height: 0; }
  .ss-ticket-ids-select-box.ss-explain {
    width: 320px;
    transition: all 1s ease-in-out;
    overflow: visible; }
  .ss-ticket-ids-select-box .select-ticket-label {
    width: 318px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FFF;
    height: 39px;
    padding-left: 48px;
    padding-right: 12px;
    align-items: center;
    border-radius: 8px; }
    .ss-ticket-ids-select-box .select-ticket-label span {
      font-size: 14px;
      color: #25282D;
      white-space: nowrap; }
    .ss-ticket-ids-select-box .select-ticket-label img {
      width: 18px;
      height: 18px; }
  .ss-ticket-ids-select-box .sales-tickets-list {
    display: none;
    position: absolute;
    z-index: 999;
    top: 48px;
    left: 0;
    width: calc(100% + 80px);
    background: #fff;
    border-radius: 4px;
    padding: 1px;
    height: 367px; }
    .ss-ticket-ids-select-box .sales-tickets-list.open-list {
      display: block; }
    .ss-ticket-ids-select-box .sales-tickets-list .ss-sale-tickets-list-search {
      background: #fff;
      padding: 8px; }
      .ss-ticket-ids-select-box .sales-tickets-list .ss-sale-tickets-list-search input {
        width: 100%;
        height: 32px;
        background-color: #fff;
        font-size: 14px;
        color: #25282D;
        border-radius: 4px;
        outline: none;
        padding: 0 8px;
        border: 1px solid rgba(255, 255, 255, 0.1); }
    .ss-ticket-ids-select-box .sales-tickets-list .tickets-title {
      color: #25282D;
      padding-left: 8px; }
    .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border {
      padding: 8px 0;
      width: 100%;
      height: 310px;
      overflow-y: auto;
      overflow-x: hidden; }
      .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item {
        cursor: pointer;
        display: flex;
        padding: 8px;
        border-radius: 4px;
        width: 100%;
        margin-bottom: 4px; }
        .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item:hover, .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item.item-checked {
          background: rgba(255, 255, 255, 0.1); }
        .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item .flex-1 {
          flex: 1; }
        .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item span {
          font-size: 14px;
          line-height: 14px;
          color: #25282D;
          margin: 0;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 240px; }
        .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item p {
          font-size: 14px;
          line-height: 14px;
          color: #25282D;
          margin: 0; }
        .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item .ss-checkbox {
          width: 16px;
          height: 16px;
          margin-right: 8px; }
          .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item .ss-checkbox input.ticket_checkbox {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 16px;
            height: 16px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: transparent;
            cursor: pointer;
            border-radius: 4px;
            position: relative; }
          .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item .ss-checkbox input.ticket_checkbox:checked {
            background-color: #137EFC;
            border: 1px solid #137EFC; }
          .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item .ss-checkbox input.ticket_checkbox:checked::after {
            content: "";
            position: absolute;
            top: 2px;
            left: 5px;
            width: 4px;
            height: 8px;
            border: solid #FFF;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg); }

.ss-v5-icon-menu {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .ss-v5-icon-menu .line-v5 {
    width: 100%;
    height: 2px;
    background: #25282D;
    border-radius: 1px;
    margin-bottom: 4px; }

.ss-hidden-mobile {
  display: block; }

.ss-show-mobile {
  display: none; }

.ss-flex-mobile {
  display: none !important; }

.text-greycliff {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Greycliff CF Regular", sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0; }

.text-semi-bold {
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0; }

.top-event-list-tr .item-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px; }
.top-event-list-tr .ss-show-hide {
  transform: rotate(180deg);
  transition: all 1s ease; }
.top-event-list-tr .ss-show-hide.rotate span {
  transform: rotate(0);
  transition: all 1s ease; }
.top-event-list-tr.hide .ss-hid {
  display: none !important; }

@media only screen and (max-width: 768px) {
  .fake-border.ss-mr-8px-mobile {
    margin-right: 8px; }

  .ss-hidden-mobile {
    display: none; }

  .ss-flex-mobile {
    display: flex !important; }

  .ss-show-mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px; }
    .ss-show-mobile .ss-btn-sale-select-profile {
      width: 160px; }

  .sales-page #sales-date-range {
    max-width: 40px;
    padding: 8px; }
    .sales-page #sales-date-range .date-text, .sales-page #sales-date-range .chevron-down {
      display: none; }
  .sales-page .head-title {
    padding: 0; }

  .ss-ticket-ids-select-box.ss-explain {
    width: 180px; }

  .ss-ticket-ids-select-box .select-ticket-label {
    width: 178px; }

  .mb-mobile-0 {
    margin-bottom: 0 !important; }

  .title-page-mb {
    font-size: 16px;
    font-family: 'Greycliff CF Bold', sans-serif; }

  .ss-custom-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #f5f7f8 !important; }

  body.dark-mode:not(.no-dark-mode) .ss-custom-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #000403 !important; }

  .ss-mt-16px {
    margin-top: 16px; }

  .ss-ticket-ids-select-box .sales-tickets-list {
    left: -40px; }
    .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item span {
      max-width: 110px; } }
body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile {
  border: none;
  border-radius: unset; }
  body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .btn-select-profile {
    background: #1F1D1E; }
  body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border: 1px solid rgba(255, 255, 255, 0.1); }
    body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list .ss-sale-profile-list-search {
      background: transparent;
      padding: 8px; }
      body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list .ss-sale-profile-list-search input {
        background-color: rgba(255, 255, 255, 0.05);
        color: #FFF;
        border: 1px solid rgba(255, 255, 255, 0.1); }
    body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list .profile-title {
      color: rgba(255, 255, 255, 0.5); }
    body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list .profile-list-fake-border .profile-item span {
      color: #FFF; }
    body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list .profile-list-fake-border .profile-item:hover {
      background: rgba(255, 255, 255, 0.1); }
    body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list .profile-list-fake-border .profile-item.selected {
      background: rgba(255, 255, 255, 0.1); }
    body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list.open-list {
      display: block; }
    body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list .ss-image-thumb-custom {
      width: 30px;
      height: 30px;
      border-radius: 15px; }
      body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list .ss-image-thumb-custom img {
        width: 100%;
        height: 100%; }
    body.dark-mode:not(.no-dark-mode) .ss-btn-sale-select-profile .sale-profile-list .ss-pl-12px {
      padding-left: 12px; }
body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box {
  background: #1F1D1E; }
  body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .ss-fake-pointer {
    cursor: pointer; }
    body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .ss-fake-pointer.ss-remove {
      width: 0;
      height: 0; }
  body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box.ss-explain {
    transition: all 1s ease-in-out; }
  body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .select-ticket-label {
    background: #1F1D1E; }
    body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .select-ticket-label span {
      color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .sales-tickets-list {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border: 1px solid rgba(255, 255, 255, 0.1); }
    body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .sales-tickets-list .ss-sale-tickets-list-search {
      background: transparent; }
      body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .sales-tickets-list .ss-sale-tickets-list-search input {
        background-color: rgba(255, 255, 255, 0.05);
        color: #FFF;
        border: 1px solid rgba(255, 255, 255, 0.1); }
    body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .sales-tickets-list .tickets-title {
      color: rgba(255, 255, 255, 0.5); }
    body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item span {
      color: #FFF; }
    body.dark-mode:not(.no-dark-mode) .ss-ticket-ids-select-box .sales-tickets-list .tickets-list-fake-border .ss-ticket-item p {
      font-size: 14px;
      line-height: 14px;
      color: #FFF; }
body.dark-mode:not(.no-dark-mode) .ss-v5-icon-menu .line-v5 {
  background: #FFF; }

.ss-fake-border-popup-v5 {
  padding: 1px;
  border-radius: 4px;
  background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }

.ss-bg-fake-border-popup-v5 {
  background: #F3F5F7;
  border-radius: 4px; }

body.dark-mode:not(.no-dark-mode) .ss-bg-fake-border-popup-v5 {
  background: #1F1D1E; }
.gift-card .coupon-status {
  height: 22px;
  padding: 2px 8px; }
.gift-card .dropdown-menu {
  border: 1px solid #E6EAF0;
  box-shadow: 0px 4px 13.4px 0px #0000000D;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .gift-card .dropdown-menu .dropdown-item {
    color: #25282D; }
.gift-card .gift-card-row {
  border-radius: 10px; }
.gift-card .gift-card-item {
  background-color: #F3F5F7; }
.gift-card .gift-card-page-body {
  background-color: #F3F5F7; }
.gift-card .gift-card-container {
  margin-bottom: 30px;
  border-radius: 8px; }
  .gift-card .gift-card-container .bg-header-section {
    height: 191px; }
  .gift-card .gift-card-container .gift-card-name-container {
    justify-content: space-between;
    margin-top: 18px; }
    .gift-card .gift-card-container .gift-card-name-container .gift-card-name {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
      color: #25282D;
      font-size: 20px;
      font-weight: 700;
      text-align: left; }
  .gift-card .gift-card-container .gift-card-description-container {
    justify-content: space-between;
    margin-top: 5px;
    align-items: baseline; }
    .gift-card .gift-card-container .gift-card-description-container .gift-card-description {
      color: #25282D;
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      max-width: 70%; }
    .gift-card .gift-card-container .gift-card-description-container .coupon-status {
      position: relative;
      right: 0; }
  .gift-card .gift-card-container .gift-card-infor {
    border-top: 1px solid #CDD0D5;
    padding-top: 10px; }
    .gift-card .gift-card-container .gift-card-infor .infor-item {
      align-items: baseline; }
      .gift-card .gift-card-container .gift-card-infor .infor-item h5 {
        color: #7F8694;
        font-size: 16px;
        font-weight: 500; }
      .gift-card .gift-card-container .gift-card-infor .infor-item p {
        color: #25282D;
        font-weight: 600;
        font-size: 18px; }
.gift-card .card-header-section .bg-image {
  height: 100%;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
.gift-card .card-header-section .status-tag {
  right: 0; }
.gift-card .card-header-section .status-tag.tag-success {
  background-color: #cae0da; }
.gift-card .card-header-section .status-tag.tag-warning {
  background-color: #edceac; }
.gift-card .card-header-section .status-tag.tag-danger {
  background-color: #ffcccd; }
.gift-card .card-content-section {
  top: 80%;
  background-color: white;
  border-radius: 30px 30px 10px 10px; }
  .gift-card .card-content-section .gift-card-img {
    margin-top: -75px; }
  .gift-card .card-content-section .dropdown-container {
    top: 20px;
    right: 30px; }
  .gift-card .card-content-section .gift-card-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 3.5em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
.gift-card .open-datepicker {
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
.gift-card .gift-card-sold {
  left: 15px; }
.gift-card .input-icon svg {
  width: 14px; }
.gift-card .input-icon-clock svg {
  width: 25px !important; }
.gift-card .open-datepicker svg {
  color: #adb4d2; }
.gift-card .amount-input-icon {
  z-index: 1;
  left: 25px; }
.gift-card .amounts-container .select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
  width: 100% !important; }
.gift-card .amounts-container .select2-selection--multiple .select2-search--inline:first-child {
  width: 100% !important; }
.gift-card .disabled-gift-card {
  color: darkgrey !important;
  pointer-events: none; }
@media (max-width: 991px) {
  .gift-card .gift-card-report-body .report-title {
    padding-bottom: 1rem; }
  .gift-card .gift-card-report-body .gift-card-sold-item {
    border-bottom: 1px solid #e3e6ef; }
  .gift-card .toggle-label {
    width: 100%; } }

.giftcard-modal .modal-header {
  padding: 0;
  border-bottom: none;
  margin-bottom: 25px; }
  .giftcard-modal .modal-header .close {
    position: relative;
    top: -21px; }
.giftcard-modal .modal-title {
  margin-bottom: 10px; }
.giftcard-modal .amounts-container:focus-within .input-with-top-label span {
  color: #2c99ff; }
.giftcard-modal ul.select2-selection__rendered .select2-selection__choice {
  margin-bottom: 1px; }
.giftcard-modal .currency {
  position: absolute;
  left: 22px;
  color: #25282D; }
.giftcard-modal .toggle-container {
  justify-content: space-between;
  align-items: baseline; }
.giftcard-modal .modal-footer {
  float: right;
  padding-right: 40px; }
.giftcard-modal .upload-product-img svg {
  width: 100% !important;
  margin-bottom: 18px; }
.giftcard-modal .mg-12 {
  margin-bottom: 12px; }
.giftcard-modal .sale-date-text {
  color: #6B7280;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px; }
.giftcard-modal .event-list-selection .select2-selection--multiple {
  height: auto !important; }
.giftcard-modal .select2-selection__rendered {
  z-index: 100000; }
.giftcard-modal .select2-container--default.select2-container--focus .select2-selection--multiple, .giftcard-modal .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #2c99ff !important; }
.giftcard-modal .open-datepicker svg {
  position: relative;
  top: -2px;
  right: 8px; }
.giftcard-modal .input-container .input-icon.icon-right {
  right: 8px !important; }
.giftcard-modal .input-with-top-label span.date {
  left: 8px !important; }
.giftcard-modal .custom-switch.switch-md .custom-control-label:before {
  width: 44px;
  height: 24px;
  border-radius: 12px; }
.giftcard-modal .hide-from-event-page {
  padding-right: 25px; }
.giftcard-modal .arrow-down-select-evt {
  position: absolute;
  right: 25px; }
.giftcard-modal .custom-switch.switch-md .custom-control-label:after {
  top: calc(0.0425rem + 2px);
  width: 20px;
  height: 20px; }
.giftcard-modal .custom-switch.switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.1rem); }
.giftcard-modal .center-image-upload {
  background-color: black !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
.giftcard-modal .hidden-opacity {
  background-color: transparent !important; }
  .giftcard-modal .hidden-opacity .desc-upload-image,
  .giftcard-modal .hidden-opacity .file-upload {
    opacity: 0; }
.giftcard-modal .light-mode-img {
  display: inline-block; }
.giftcard-modal .dark-mode-img {
  display: none; }
.giftcard-modal .layout-bg-image:hover .hidden-opacity {
  opacity: 0.8;
  background-color: #FFFFFF !important; }
.giftcard-modal .layout-bg-image:hover .hidden-opacity .file-upload {
  opacity: 1; }
.giftcard-modal .layout-bg-image:hover .hidden-opacity .desc-upload-image {
  opacity: 1; }
.giftcard-modal .layout-bg-image:hover .hidden-opacity .desc-upload-image {
  opacity: 1; }
.giftcard-modal .desc-upload-image {
  color: #7F8694;
  font-weight: 400;
  font-size: 14px; }
  .giftcard-modal .desc-upload-image a {
    color: #167EFC;
    font-weight: 600; }
.giftcard-modal .upload-product-img {
  border: 1px dashed #CDD0D5;
  background-color: white;
  padding: 50px 0 !important;
  border-radius: 4px; }
.giftcard-modal .file-upload__input {
  width: 100%;
  z-index: 0; }

.giftcard-report-modal {
  max-width: 1000px !important; }
  .giftcard-report-modal table {
    margin-top: 25px; }
  .giftcard-report-modal .table-custom thead th:first-child {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px; }
  .giftcard-report-modal .modal-content {
    background-color: #F3F5F7; }
    .giftcard-report-modal .modal-content .gift-card {
      padding: 10px 20px; }
  .giftcard-report-modal .gift-card .coupon-status {
    display: block; }
  .giftcard-report-modal .modal-header {
    border-bottom: none; }
    .giftcard-report-modal .modal-header .modal-title {
      font-weight: 600;
      font-size: 18px;
      color: #25282D; }
  .giftcard-report-modal .modal-body {
    padding-top: 10px; }
  .giftcard-report-modal .report-title {
    justify-content: space-between; }
  .giftcard-report-modal .left-part {
    align-items: center; }
    .giftcard-report-modal .left-part .gift-card-image img {
      width: 56px;
      height: 56px;
      border-radius: 50%; }
  .giftcard-report-modal .gift-card-name-infor {
    margin-left: 10px; }
    .giftcard-report-modal .gift-card-name-infor h5 {
      color: #25282D;
      font-size: 24px;
      font-weight: 700; }
    .giftcard-report-modal .gift-card-name-infor .gift-card-sold {
      font-weight: 500;
      font-size: 14px;
      color: #25282D; }
  .giftcard-report-modal table thead th {
    background-color: #E6EDF0;
    color: #7F8694;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 13px; }
  .giftcard-report-modal table tbody td {
    background-color: white;
    border-bottom: 1px solid #E6EAF0;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #25282D;
    font-weight: 400;
    font-size: 14px; }

.dark-mode .giftcard-report-modal .modal-content {
  background-color: #25282D; }
.dark-mode .giftcard-report-modal .gift-card-name-infor h5,
.dark-mode .giftcard-report-modal .gift-card-name-infor .gift-card-sold {
  color: white; }
.dark-mode .giftcard-report-modal .gift-card-image {
  background-color: #303338;
  border-radius: 50%; }
.dark-mode .giftcard-report-modal table thead th {
  background-color: #3D4148 !important;
  color: #C2C5CC !important; }
.dark-mode .giftcard-report-modal table tbody td {
  background-color: #303338 !important;
  color: #FFFFFF;
  border-bottom-color: #3D4148; }
.dark-mode .gift-card-item,
.dark-mode .gift-card-page-body {
  background-color: #25282D !important; }
.dark-mode .gift-card .gift-card-container .gift-card-name-container .gift-card-name {
  color: white; }
.dark-mode .gift-card .gift-card-container .gift-card-description-container .gift-card-description {
  color: white; }
.dark-mode .gift-card .gift-card-container .gift-card-infor .infor-item p {
  color: white; }
.dark-mode .gift-card .gift-card-container .gift-card-infor .infor-item h5 {
  color: #969BA7; }
.dark-mode .gift-card .gift-card-container .gift-card-infor {
  border-top-color: #6B7280; }
.dark-mode .gift-card-container .dropdown-container svg path,
.dark-mode .gift-card .open-datepicker svg path,
.dark-mode .input-icon-clock svg path {
  stroke: white; }
.dark-mode .giftcard-modal .modal-header span {
  color: #ACB0BA; }
.dark-mode .giftcard-modal .currency {
  color: white; }
.dark-mode .giftcard-modal .layout-bg-image:hover .hidden-opacity {
  opacity: 0.8;
  background-color: #3D4148 !important; }
.dark-mode .giftcard-modal .arrow-down-select-evt path {
  stroke: #fff; }
.dark-mode .giftcard-modal .desc-upload-image {
  color: #C2C5CC; }
.dark-mode .giftcard-modal .upload-product-img {
  border-color: #6B7280;
  background-color: #303338 !important; }
.dark-mode .giftcard-modal .hidden-opacity {
  background-color: transparent !important; }
.dark-mode .giftcard-modal .light-mode-img {
  display: none; }
.dark-mode .giftcard-modal .dark-mode-img {
  display: inline-block; }

@media (max-width: 991px) {
  .giftcard-report-modal {
    padding: 10px 15px; }
    .giftcard-report-modal table {
      display: none; }
    .giftcard-report-modal .modal-header {
      padding: 0 !important; }
      .giftcard-report-modal .modal-header .modal-title {
        font-size: 18px !important;
        font-weight: 600 !important; }
    .giftcard-report-modal .modal-content .gift-card {
      padding: 10px 15px; }
    .giftcard-report-modal .status-mb .coupon-status {
      max-width: fit-content;
      margin-bottom: 20px; }
    .giftcard-report-modal .gift-card-name-infor h5 {
      font-size: 16px; }

  .dark-mode .giftcard-report-modal .modal-content {
    background-color: #25282D !important; }

  .gift-card {
    padding: 0 15px; }

  .gift-card-header-page {
    margin-top: 25px; }

  .giftcard-modal {
    padding: 0 15px; }
    .giftcard-modal .gift-card {
      padding: 0; }
    .giftcard-modal .modal-header {
      padding: 0 15px; }
      .giftcard-modal .modal-header .close {
        top: -28px; }
    .giftcard-modal .modal-content .modal-body .modal-title {
      padding-left: 0; }
    .giftcard-modal .sale-date-text {
      padding-left: 15px; }
    .giftcard-modal .date-container {
      padding-left: 0; }
    .giftcard-modal .time-container {
      padding-right: 0; }
    .giftcard-modal .is-on-sale-toggle {
      margin-bottom: 16px; }
    .giftcard-modal .upload-product-img span {
      width: 25px; }
    .giftcard-modal .upload-product-img {
      padding: 10px 0 !important; }
    .giftcard-modal .desc-upload-image {
      margin-top: -10px; }
    .giftcard-modal .desc-upload-image span {
      display: none; }
    .giftcard-modal .hide-from-event-page {
      padding-right: 15px; }
    .giftcard-modal .modal-footer {
      padding-right: 19px !important; } }
.reward-page .progress {
  height: 6px; }
.reward-page .star-section {
  color: #5F63F2; }
.reward-page .reward-item {
  border-radius: 10px;
  border-top: 1px solid #e3e6ef; }
.reward-page .reward-inactive {
  background-color: #9299B8 !important; }
.reward-page .redeem-list-icon-qty {
  border-radius: 50%;
  width: 25px;
  line-height: 20px;
  padding: 2px;
  background: #fa8b0c;
  border: 2px solid #fa8b0c;
  color: white;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
  font: 13px Arial, sans-serif; }
.reward-page .hidden {
  display: none; }
.reward-page .header-action {
  min-width: 15%;
  width: 240px; }
.reward-page .mobile-redeem-item {
  padding: 0 15px; }
.reward-page .reward-action-container {
  flex: 1;
  justify-content: space-evenly; }
.reward-page .mobile-author-actions {
  height: unset;
  top: 40px;
  background-color: #f4f5f7;
  transform: translateY(-250px); }
  .reward-page .mobile-author-actions.show {
    transform: translateY(50px);
    position: sticky; }
.reward-page .open-datepicker {
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
.reward-page .off-sale {
  filter: grayscale(100%); }
.reward-page .grayout {
  color: #acacac !important; }
@media (max-width: 991px) {
  .reward-page .header-action {
    width: 100%;
    margin: 5px 0; }
  .reward-page .filter-container {
    margin-right: unset; }
  .reward-page .reward-action-container {
    flex-direction: column;
    width: 100%; }
  .reward-page .reward-title {
    width: 100px;
    -webkit-line-clamp: 2; }
  .reward-page .redeem-row-expand {
    margin-left: 70px; } }
.reward-page .progress-bar {
  background-color: #5F63F2; }

.reward-page-v4-layout .custom-checkbox input[type="checkbox"] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  content: "";
  border-width: 1px;
  border-style: solid;
  width: 20px;
  height: 20px;
  border: 1px solid #7F8694;
  border-radius: 6px; }
.reward-page-v4-layout .custom-checkbox input[type="checkbox"]:checked + label:before {
  left: 5px;
  top: 5px; }
.reward-page-v4-layout .tix-detail-mb .td-custom-dark-mode {
  border-bottom: 10px solid #f4f5f7; }
.reward-page-v4-layout #reward_description {
  padding: 15px 11px !important; }
.reward-page-v4-layout #reward_redeem_notes {
  padding: 15px 11px !important; }
.reward-page-v4-layout .date-to-redeem {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #6B7280; }
.reward-page-v4-layout .ih-large {
  height: 80px !important; }
.reward-page-v4-layout .breadcrumb-main {
  padding-left: 15px;
  padding-right: 10px;
  margin-bottom: 0px !important; }
.reward-page-v4-layout .select2-container--default .select2-results > .select2-results__options {
  max-height: none !important;
  overflow-y: visible !important; }
.reward-page-v4-layout .select2-results__option svg {
  display: none !important;
  height: 0px !important; }
.reward-page-v4-layout .table-custom thead th {
  background: #F8F9FB;
  color: #9299B8;
  font-weight: normal;
  background: #F8F9FB;
  font-weight: normal;
  padding: 10px 10px 10px 6px;
  background-color: #E6EDF0;
  border-radius: unset;
  color: #7F8694 !important; }
.reward-page-v4-layout .tag-active {
  background: #12A329;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: center;
  color: #fff; }
.reward-page-v4-layout .tag-in-active {
  background: #ACB0BA;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: center;
  color: #fff; }
.reward-page-v4-layout .tag-refunded {
  background: #EA4335;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: center;
  color: #fff; }
.reward-page-v4-layout .tag-refunded {
  background: #EA4335;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: center;
  color: #fff; }
.reward-page-v4-layout .tag-waiting {
  background: #C67C2A;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: center;
  color: #fff; }
.reward-page-v4-layout .tag-redeemed {
  background: #12A329;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: center;
  color: #fff; }
.reward-page-v4-layout .tag-unredeemed {
  background: #0363D7;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: center;
  color: #fff; }
.reward-page-v4-layout .tag-voided {
  background: #969BA7;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: center;
  color: #fff; }
.reward-page-v4-layout .tix-detail-mb {
  background: #fff; }

.reward-page-v4-layout .background-img {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden; }
  .reward-page-v4-layout .background-img .cover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    filter: blur(14px);
    overflow: hidden; }
  .reward-page-v4-layout .background-img .figure {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%; }
    .reward-page-v4-layout .background-img .figure .header-image {
      width: 100%;
      height: 100%; }
  .reward-page-v4-layout .background-img .object-fit-container {
    object-fit: contain; }
.reward-page-v4-layout .parent-chart {
  max-width: 220px; }
  .reward-page-v4-layout .parent-chart .title {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden; }
.reward-page-v4-layout .header-attendees-tittle {
  color: #25282D;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }
.reward-page-v4-layout .title-select-actions {
  position: relative;
  border: 1px solid #CDD0D5;
  border-radius: 3px;
  width: 100%; }
.reward-page-v4-layout .title-select-actions label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #979797;
  font-size: 12px; }
.reward-page-v4-layout .title-select-actions label:after {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.reward-page-v4-layout .title-select-actions:focus-within {
  border: 1px solid #2c99ff; }
.reward-page-v4-layout .title-select-actions:focus-within label {
  color: #2c99ff; }
.reward-page-v4-layout .title-select-search {
  position: relative;
  border: 1px solid #CDD0D5;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 20px; }
  .reward-page-v4-layout .title-select-search .search-form {
    border-radius: 3px;
    background-color: #f4f5f7; }
    .reward-page-v4-layout .title-select-search .search-form button {
      padding-left: 10px; }
    .reward-page-v4-layout .title-select-search .search-form svg {
      color: #25282D; }
    .reward-page-v4-layout .title-select-search .search-form input {
      background-color: #f4f5f7;
      color: #25282D;
      padding-left: 0; }
.reward-page-v4-layout .title-select-search label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #979797;
  font-size: 12px; }
.reward-page-v4-layout .title-select-search label:after {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.reward-page-v4-layout .title-select-search:focus-within {
  border: 1px solid #2c99ff; }
.reward-page-v4-layout .title-select-search:focus-within label {
  color: #2c99ff; }
.reward-page-v4-layout .title-select-search .search-form input:-internal-autofill-selected {
  -webkit-text-fill-color: #25282D;
  -webkit-box-shadow: 0 0 0 1000px #f4f5f7 inset !important;
  transition: background-color 5000s ease-in-out 0s; }
.reward-page-v4-layout .title-select-search input[type="search"]::-webkit-search-cancel-button {
  margin-right: -15px; }
.reward-page-v4-layout .title-select-date-range {
  position: relative;
  border: 1px solid #CDD0D5;
  border-radius: 3px; }
.reward-page-v4-layout .title-select-date-range label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #979797;
  font-size: 12px; }
.reward-page-v4-layout .title-select-date-range label:after {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.reward-page-v4-layout .title-select-date-range .attendee-calendar {
  background-color: #f4f5f7;
  color: #25282D;
  padding: 7px 0; }
  .reward-page-v4-layout .title-select-date-range .attendee-calendar svg {
    height: 18px;
    width: 18px; }
.reward-page-v4-layout .title-select-date-range.active {
  border: 1px solid #2c99ff; }
.reward-page-v4-layout .title-select-date-range.active label {
  color: #2c99ff; }
.reward-page-v4-layout .title-select-filter {
  position: relative;
  border: 1px solid #CDD0D5;
  border-radius: 3px;
  width: 100%; }
.reward-page-v4-layout .title-select-filter label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #979797;
  font-size: 12px; }
.reward-page-v4-layout .title-select-filter label:after {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.reward-page-v4-layout .title-select-filter:focus-within {
  border: 1px solid #2c99ff; }
.reward-page-v4-layout .title-select-filter:focus-within label {
  color: #2c99ff; }
.reward-page-v4-layout .btn-actions {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #167EFC;
  background-color: #f4f5f7;
  color: #167EFC; }
  .reward-page-v4-layout .btn-actions svg {
    width: 18px; }
.reward-page-v4-layout .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 3px;
  border: none;
  background-color: #f4f5f7; }
  .reward-page-v4-layout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #25282D;
    width: 186px; }
  .reward-page-v4-layout .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: #25282D; }
.reward-page-v4-layout .dropdown_search_actions {
  z-index: 999;
  width: 280px !important;
  top: 10px;
  left: -30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #E6EAF0;
  background: #FFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05); }
  .reward-page-v4-layout .dropdown_search_actions ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1); }
    .reward-page-v4-layout .dropdown_search_actions ul li.select2-results__option--highlighted svg {
      width: 24px; }
      .reward-page-v4-layout .dropdown_search_actions ul li.select2-results__option--highlighted svg path {
        fill: #167EFC !important; }
    .reward-page-v4-layout .dropdown_search_actions ul li.select2-results__option--highlighted .void_order path {
      stroke: #167EFC !important; }
    .reward-page-v4-layout .dropdown_search_actions ul li.select2-results__option--highlighted .transfer_order path {
      stroke: #167EFC;
      fill: none !important; }
  .reward-page-v4-layout .dropdown_search_actions ul li.select2-results__option {
    display: flex;
    align-items: center; }
    .reward-page-v4-layout .dropdown_search_actions ul li.select2-results__option svg {
      width: 24px; }
    .reward-page-v4-layout .dropdown_search_actions ul li.select2-results__option span {
      padding-left: 5px; }
.reward-page-v4-layout .dropdown_search_filters {
  z-index: 999;
  width: 170px !important;
  top: 10px;
  left: -30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #E6EAF0;
  background: #FFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05); }
  .reward-page-v4-layout .dropdown_search_filters ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1); }
.reward-page-v4-layout .table-custom thead th {
  background: #F8F9FB;
  font-weight: normal;
  padding: 10px 10px 10px 6px;
  background-color: #E6EDF0;
  border-radius: unset;
  color: #7F8694 !important; }
.reward-page-v4-layout .table-custom th,
.reward-page-v4-layout .table-custom td {
  padding: 15px 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #25282D; }
.reward-page-v4-layout .header-h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35.16px;
  text-align: left;
  color: #25282D; }
.reward-page-v4-layout .hr-tab {
  color: #CDD0D5;
  height: 1px;
  width: 100%;
  background: #CDD0D5;
  position: absolute;
  bottom: 0px;
  z-index: 1; }
.reward-page-v4-layout .nav-tabs .nav-link.active,
.reward-page-v4-layout .nav-tabs .nav-item.show .nav-link {
  background-color: transparent; }
.reward-page-v4-layout .atbd-tab .nav-link {
  position: relative;
  font-size: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center; }
.reward-page-v4-layout .reward-item {
  background: #fff;
  border-radius: 5px; }
.reward-page-v4-layout .ss-event-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  width: 100%; }
  .reward-page-v4-layout .ss-event-container .tag-success {
    background: #12A329;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.06px;
    text-align: center;
    color: #fff; }
  .reward-page-v4-layout .ss-event-container .tag-danger {
    background: #ACB0BA;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.06px;
    text-align: center;
    color: #fff; }
.reward-page-v4-layout .ss-event-item {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  padding-bottom: 25px; }
.reward-page-v4-layout .ss-thumb {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }
.reward-page-v4-layout .ss-thumb img {
  width: 100%;
  height: 100%; }
.reward-page-v4-layout .break-line {
  border-top: 1px solid #CDD0D5;
  margin: 15px 0px; }
.reward-page-v4-layout .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  text-align: left;
  color: #25282D;
  margin: 4px; }
.reward-page-v4-layout .star-reward {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  text-align: left;
  color: #25282D;
  margin: 4px; }
  .reward-page-v4-layout .star-reward svg {
    margin-right: 5px; }
.reward-page-v4-layout .chart {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-image: conic-gradient(#0363D7 var(--value), #E6EAF0 var(--value));
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  --size: 78px;
  --bord: 10px; }
  .reward-page-v4-layout .chart p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #25282D;
    margin-bottom: 0; }
.reward-page-v4-layout .chart::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--bord));
  height: calc(100% - var(--bord));
  background: white;
  border-radius: inherit; }
.reward-page-v4-layout .redeemed {
  position: absolute !important;
  bottom: -30px; }
.reward-page-v4-layout .atbd-pagination__item .page-selection {
  min-width: 130px; }
.reward-page-v4-layout .custom-switch {
  margin-left: auto !important; }

.custom-checkbox input[type="checkbox"]:checked + label:after {
  background-color: #137efc !important;
  border: none !important; }

.custom-checkbox input[type="checkbox"] + label.checked:before {
  color: #FFFFFF; }

.dark-mode .table-custom td {
  color: white !important; }
.dark-mode .custom-checkbox input[type="checkbox"] + label:after {
  background-color: #FFFFFF;
  border: 1px solid #7F8694; }
.dark-mode .tix-detail-mb {
  background: #303338; }
.dark-mode .reward-page-v4 .hr-tab {
  color: #3D4148;
  background: #3D4148; }
.dark-mode .reward-page-v4 .dropdown {
  background-color: transparent !important; }
.dark-mode .reward-page-v4 .nav-link {
  background-color: transparent !important; }
.dark-mode .reward-page-v4 .nav-link span {
  color: #FFFFFF !important; }
.dark-mode .reward-page-v4 .reward-tab .active span {
  color: #137efc !important; }
.dark-mode .reward-page-v4 .atbd-tab .nav-tabs:after {
  background: #3D4148; }
.dark-mode .reward-page-v4 .ss-event-item {
  background: #3D4148; }
.dark-mode .reward-page-v4 .title {
  color: white; }
.dark-mode .reward-page-v4 .star-reward {
  color: white; }
.dark-mode .reward-page-v4 .redeemed {
  color: #CDD0D5; }
.dark-mode .reward-page-v4 .chart {
  background-image: conic-gradient(#0363D7 var(--value), #25282D var(--value)); }
  .dark-mode .reward-page-v4 .chart p {
    color: #CDD0D5; }
.dark-mode .reward-page-v4 .chart::after {
  background: #3D4148; }
.dark-mode .reward-page-v4 .break-line {
  border-top: 1px solid #6b7280; }
.dark-mode .reward-page-v4 .table-custom thead th {
  color: #C2C5CC !important; }
.dark-mode .reward-page-v4 .table-custom td {
  color: #FFFFFF !important; }
.dark-mode .reward-page-v4 .title-select-actions label {
  color: white;
  background-color: #25282D; }
.dark-mode .reward-page-v4 .title-select-actions label:after {
  background-color: #25282D; }
.dark-mode .reward-page-v4 .title-select-search label {
  color: white;
  background-color: #25282D; }
.dark-mode .reward-page-v4 .title-select-search label:after {
  background-color: #25282D; }
.dark-mode .reward-page-v4 .title-select-filter label {
  color: white;
  background-color: #25282D; }
.dark-mode .reward-page-v4 .title-select-filter label:after {
  background-color: #25282D; }
.dark-mode .reward-page-v4 .title-select-actions {
  position: relative;
  border: 1px solid #7F8694;
  border-radius: 3px;
  width: 100%; }
.dark-mode .reward-page-v4 .select2-selection {
  background-color: #25282D !important; }
.dark-mode .reward-page-v4 .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: white; }
.dark-mode .reward-page-v4 .title-select-search .search-form svg {
  color: white; }
.dark-mode .reward-page-v4 .title-select-search {
  position: relative;
  border: 1px solid #7F8694;
  border-radius: 3px; }
.dark-mode .reward-page-v4 .title-select-filter {
  position: relative;
  border: 1px solid #7F8694;
  border-radius: 3px; }
.dark-mode .reward-page-v4 .search-form input {
  color: white;
  background-color: #25282D !important; }
.dark-mode .reward-page-v4 .search-form {
  background-color: #25282D !important; }
.dark-mode .select2-results__option--highlighted {
  background: rgba(22, 126, 252, 0.1) !important;
  color: #167EFC !important; }
.dark-mode .reward-modal .modal-header svg {
  stroke: white; }
.dark-mode .reward-modal .input-with-top-label span {
  color: white;
  background-color: #25282D; }
.dark-mode .reward-modal .date-to-redeem {
  color: white; }
.dark-mode .table-custom thead th {
  color: white !important; }
.dark-mode .mobile-author-actions {
  background-color: #25282D !important; }
.dark-mode .rewards-page-header {
  padding: 0px; }
.dark-mode textarea {
  background-color: #FFFFFF !important;
  border: 1px solid #7F8694 !important;
  color: #25282D !important; }

@media only screen and (max-width: 575px) {
  .reward-page-v4-layout.light-mode .header-top {
    border-bottom: 1px solid #C2C5CC;
    background: #FFF;
    box-shadow: unset; }
    .reward-page-v4-layout.light-mode .header-top .navbar {
      padding: 10px 1rem; }
      .reward-page-v4-layout.light-mode .header-top .navbar .navbar-left .title-rewards {
        color: #25282D;
        font-size: 16px;
        font-weight: 600; }

  .reward-page-v4-layout.dark-mode .header-top {
    background: #303338;
    border-bottom: 1px solid #3D4148;
    box-shadow: unset; }
    .reward-page-v4-layout.dark-mode .header-top .navbar {
      padding: 10px 1rem; }
      .reward-page-v4-layout.dark-mode .header-top .navbar .navbar-left .sidebar-toggle svg path {
        stroke: #FFFFFF; }
      .reward-page-v4-layout.dark-mode .header-top .navbar .navbar-left .title-rewards {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600; }

  .dark-mode .tix-detail-mb .td-custom-dark-mode {
    border-bottom: 10px solid #25282d; } }
@media (max-width: 430px) {
  .reward-page-v4 {
    padding: 15px;
    margin-top: 45px; }
    .reward-page-v4 .ss-event-container {
      grid-template-columns: 1fr; }
    .reward-page-v4 .parent-chart {
      max-width: 220px; }

  .reward-page-v4-layout .custom-switch-parent {
    padding-right: 15px !important;
    padding-left: 0px !important; }
  .reward-page-v4-layout .title-span {
    color: #7F8694;
    font-size: 14px;
    padding-left: 15px; }
  .reward-page-v4-layout .min-w-72 {
    min-width: 72px; }
  .reward-page-v4-layout .mobile-w-100 {
    width: 100%; }
  .reward-page-v4-layout .breadcrumb-main {
    margin-top: 10px !important; }
  .reward-page-v4-layout .breadcrumb-main-custom {
    padding: 15px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .reward-page-v4-layout #btn-tix-action-reward {
    padding: 12px; }
  .reward-page-v4-layout .title-select-search {
    margin: 15px;
    margin-left: 0; }
  .reward-page-v4-layout .breadcrumb-main-custom .search-form {
    margin: 0 !important; }
  .reward-page-v4-layout .title-select-search {
    margin: 15px 0px !important; } }
.rewards-page-header {
  margin-top: 0 !important; }
.calendar-widgets .label_transparent {
  margin: 5px;
  color: #5a5f7d; }
.calendar-widgets .color-active {
  color: #137efc; }
.calendar-widgets .picker-color {
  width: 35px;
  height: 35px; }
.calendar-widgets .colpick_full {
  z-index: 9999; }
.calendar-widgets .hidden {
  display: none; }
.calendar-widgets #select2-action_selector1-results, .calendar-widgets #select2-action_selector2-results {
  max-height: none; }
.calendar-widgets #full-calendar {
  position: sticky;
  z-index: 10;
  background-color: white; }
  .calendar-widgets #full-calendar .fc-toolbar-chunk .fc-today-button {
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    height: 40px; }
  .calendar-widgets #full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button {
    margin-right: 4px; }
  .calendar-widgets #full-calendar .fc-toolbar-chunk .fc-button.fc-next-button {
    margin-left: 4px; }
  .calendar-widgets #full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button,
  .calendar-widgets #full-calendar .fc-toolbar-chunk .fc-button.fc-next-button {
    border-radius: 40px;
    padding: 10px;
    height: 40px; }
  .calendar-widgets #full-calendar .fc-toolbar-chunk .fc-button.fc-prev-button span.fc-icon,
  .calendar-widgets #full-calendar .fc-toolbar-chunk .fc-button.fc-next-button span.fc-icon {
    font-size: 20px;
    color: #25282D; }
  .calendar-widgets #full-calendar .find-my-order {
    color: #137efc;
    border-radius: 5px;
    border: 1px solid #167EFC;
    padding: 8px 15px;
    height: 40px;
    line-height: 24px; }
  .calendar-widgets #full-calendar .list-btn,
  .calendar-widgets #full-calendar .grid-btn,
  .calendar-widgets #full-calendar .calendar-btn {
    color: #25282D; }
  .calendar-widgets #full-calendar .fc-daygrid-event-harness .fc-event-title {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400; }
  .calendar-widgets #full-calendar .fc-daygrid-event-harness .fc-event-price {
    margin: 5px 0;
    color: #000;
    font-size: 14px;
    font-weight: 600; }
  .calendar-widgets #full-calendar .fc-daygrid-event-harness a {
    width: 50%;
    margin: 0;
    padding: 8px 10px;
    border-radius: 5px; }
  .calendar-widgets #full-calendar .header-toolbar-custom-buttons-content {
    margin-right: 15px; }
    .calendar-widgets #full-calendar .header-toolbar-custom-buttons-content .calendar_venues_selector {
      height: 40px;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      background-image: url(/../assets/management/drop-down-v4-light.png);
      background-position: 95%;
      background-size: 12%;
      background-repeat: no-repeat;
      border-radius: 3px;
      padding: 6px 14px;
      color: #101828;
      font-size: 14px;
      font-weight: 500; }
    .calendar-widgets #full-calendar .header-toolbar-custom-buttons-content .btn-view-mode svg,
    .calendar-widgets #full-calendar .header-toolbar-custom-buttons-content .view-cart svg {
      width: 32px;
      height: 32px; }
  .calendar-widgets #full-calendar #widget-feature .fc-daygrid-day {
    border: 1px solid #f1f2f6; }
  .calendar-widgets #full-calendar .fc-view-harness {
    margin-top: 25px; }
  .calendar-widgets #full-calendar .fc-scrollgrid {
    border: unset; }
    .calendar-widgets #full-calendar .fc-scrollgrid .fc-col-header tr th {
      border: 1px solid #E6EAF0; }
    .calendar-widgets #full-calendar .fc-scrollgrid tbody .fc-scrollgrid-sync-table tr td {
      border: 1px solid #E6EAF0; }
  .calendar-widgets #full-calendar table.fc-scrollgrid thead .fc-scroller-harness .fc-scroller {
    background: #FFFFFF; }
  .calendar-widgets #full-calendar .fc-view .fc-col-header {
    background: #FFFFFF; }
  .calendar-widgets #full-calendar .fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    padding-left: 12px;
    color: #C2C5CC; }
  .calendar-widgets #full-calendar .fc-daygrid-day-top {
    flex-direction: unset; }
  .calendar-widgets #full-calendar .fc-daygrid-day-top .fc-daygrid-day-number {
    margin: 6px 0 0 8px;
    color: #25282D; }
  .calendar-widgets #full-calendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    border-radius: 28px;
    background: #167EFC;
    color: white;
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center; }
.calendar-widgets .fc-theme-standard td {
  border-left-width: 1px;
  border-left-color: #E6EAF0;
  border-right-width: 1px;
  border-right-color: #E6EAF0;
  border-bottom-color: #E6EAF0; }
.calendar-widgets .fc-theme-standard .fc-scrollgrid thead td:first-child {
  border-left-width: 0; }
.calendar-widgets .fc-header-toolbar {
  position: sticky;
  height: 50px;
  z-index: 10;
  background: white; }
@media (max-width: 991px) {
  .calendar-widgets .colpick_full {
    left: 30px !important; }
  .calendar-widgets .fc-header-toolbar {
    margin-bottom: 0 !important; }
  .calendar-widgets #full-calendar {
    position: sticky;
    top: 50px;
    z-index: 10;
    background-color: white; } }
.calendar-widgets .title-select-widget,
.calendar-widgets .title-select-action {
  position: relative;
  border: 1px solid #CDD0D5;
  border-radius: 3px; }
.calendar-widgets .title-select-widget label,
.calendar-widgets .title-select-action label {
  position: absolute;
  top: -12px;
  left: 12px;
  margin: 0;
  padding: 0 4px;
  z-index: 8;
  color: #979797;
  font-size: 12px; }
.calendar-widgets .title-select-widget label:after,
.calendar-widgets .title-select-action label:after {
  content: " ";
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 10px;
  z-index: -1; }
.calendar-widgets .title-select-widget:focus-within,
.calendar-widgets .title-select-action:focus-within {
  border: 1px solid #2c99ff; }
.calendar-widgets .title-select-widget:focus-within label,
.calendar-widgets .title-select-action:focus-within label {
  color: #2c99ff; }
.calendar-widgets .title-select-widget .select2-container--default .select2-selection--single,
.calendar-widgets .title-select-action .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 3px;
  border: none;
  background-color: #f4f5f7; }
  .calendar-widgets .title-select-widget .select2-container--default .select2-selection--single .select2-selection__rendered,
  .calendar-widgets .title-select-action .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #25282D;
    width: 250px; }
  .calendar-widgets .title-select-widget .select2-container--default .select2-selection--single .select2-selection__arrow:after,
  .calendar-widgets .title-select-action .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: #25282D; }
.calendar-widgets .dropdown_search_widget {
  z-index: 999;
  width: 252px !important;
  top: 10px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #E6EAF0;
  background: #FFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05); }
  .calendar-widgets .dropdown_search_widget .select2-results {
    padding-bottom: 4px; }
  .calendar-widgets .dropdown_search_widget ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1); }
  .calendar-widgets .dropdown_search_widget ul li.select2-results__option {
    display: flex;
    align-items: center; }
.calendar-widgets .select2-container .dropdown_search_widget input {
  background-image: url(/../assets/icon_search.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 4% 10px !important;
  padding: 4px 5px 4px 35px !important;
  border-radius: 6px;
  height: 38px;
  border-color: #C2C5CC !important; }
.calendar-widgets .select2-container .dropdown_search_widget input::-webkit-input-placeholder {
  color: #7F8694 !important; }
.calendar-widgets .dropdown_search_action {
  z-index: 999;
  width: 252px !important;
  height: 315px;
  top: 10px;
  border-radius: 8px;
  border: 1px solid #E6EAF0;
  background: #FFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05); }
  .calendar-widgets .dropdown_search_action .select2-results {
    padding-bottom: 4px; }
  .calendar-widgets .dropdown_search_action ul.select2-results__options {
    max-height: unset; }
  .calendar-widgets .dropdown_search_action ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1); }
  .calendar-widgets .dropdown_search_action ul li.select2-results__option {
    display: flex;
    align-items: center; }
.calendar-widgets .widgets-v1 {
  height: 40px;
  padding: 10px 16px;
  color: #167EFC;
  border-radius: 5px;
  border: 1px solid #167EFC;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; }
.calendar-widgets .btn-add {
  height: 40px;
  padding: 10px 16px;
  border-radius: 5px !important;
  background: #167EFC;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-left: unset !important; }
.calendar-widgets #container-widget #step-select-products {
  padding: 25px; }
  .calendar-widgets #container-widget #step-select-products #widget-list .signUP-admin {
    background-color: unset; }
    .calendar-widgets #container-widget #step-select-products #widget-list .signUP-admin .feature-event {
      padding: 5px 20px;
      border: 1px solid #167EFC;
      color: #167EFC; }
    .calendar-widgets #container-widget #step-select-products #widget-list .signUP-admin .ss-custom-h-thumb {
      height: 96px;
      width: 100%; }
      .calendar-widgets #container-widget #step-select-products #widget-list .signUP-admin .ss-custom-h-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .calendar-widgets #container-widget #step-select-products #widget-list .background-img,
  .calendar-widgets #container-widget #step-select-products #widget-grid .background-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .calendar-widgets #container-widget #step-select-products #widget-list .background-img .cover-image,
    .calendar-widgets #container-widget #step-select-products #widget-grid .background-img .cover-image {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: flex;
      justify-content: center;
      filter: blur(14px);
      overflow: hidden; }
    .calendar-widgets #container-widget #step-select-products #widget-list .background-img .figure,
    .calendar-widgets #container-widget #step-select-products #widget-grid .background-img .figure {
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 50%;
      transform: translate(50%);
      overflow: hidden;
      width: 100%; }
  .calendar-widgets #container-widget #step-select-products #widget-list .widget-name,
  .calendar-widgets #container-widget #step-select-products #widget-grid .widget-name {
    color: #25282D;
    font-size: 20px;
    font-weight: 500; }
  .calendar-widgets #container-widget #step-select-products #widget-list .widget-price,
  .calendar-widgets #container-widget #step-select-products #widget-grid .widget-price {
    color: #25282D;
    font-size: 24px;
    font-weight: 600; }
  .calendar-widgets #container-widget #step-select-products #widget-list .widget-time,
  .calendar-widgets #container-widget #step-select-products #widget-grid .widget-time {
    color: #6B7280;
    font-size: 16px;
    font-weight: 400; }
  .calendar-widgets #container-widget #step-select-products #widget-grid .grid-event .feature-event {
    padding: 5px 20px;
    border: 1px solid #167EFC;
    color: #167EFC; }
.calendar-widgets #preview_widget #container-widget {
  background-color: #FFFFFF; }
.calendar-widgets #preview_widget #step-select-products .page-title {
  color: #25282D;
  font-size: 18px;
  font-weight: 600;
  margin-left: 1rem; }
.calendar-widgets #preview_widget #step-select-products #widget-list {
  margin: 0 1rem; }
  .calendar-widgets #preview_widget #step-select-products #widget-list .signUP-admin {
    background-color: unset; }
    .calendar-widgets #preview_widget #step-select-products #widget-list .signUP-admin .feature-event {
      padding: 5px 20px;
      border: 1px solid #167EFC;
      color: #167EFC; }
.calendar-widgets #preview_widget #step-select-products #widget-grid .grid-event .feature-event {
  padding: 5px 20px;
  border: 1px solid #167EFC;
  color: #167EFC; }
.calendar-widgets #preview_widget #step-select-products #widget-list .mrk_filter_event_by_venue,
.calendar-widgets #preview_widget #step-select-products #widget-grid .mrk_filter_event_by_venue {
  box-shadow: unset !important; }
.calendar-widgets #preview_widget #step-select-products #widget-list .widget-name,
.calendar-widgets #preview_widget #step-select-products #widget-grid .widget-name {
  color: #25282D;
  font-size: 22px;
  font-weight: 500; }
.calendar-widgets #preview_widget #step-select-products #widget-list .widget-price,
.calendar-widgets #preview_widget #step-select-products #widget-grid .widget-price {
  color: #25282D;
  font-size: 24px;
  font-weight: 600; }
.calendar-widgets #preview_widget #step-select-products #widget-list .widget-time,
.calendar-widgets #preview_widget #step-select-products #widget-grid .widget-time {
  color: #6B7280;
  font-size: 16px;
  font-weight: 400; }
.calendar-widgets #preview_widget #step-select-products #widget-feature .btn-widget {
  color: #FFFFFF;
  background-color: #137efc;
  padding: 0 1rem; }
.calendar-widgets .widget-edit-modal .modal-content {
  background-color: #f4f5f7; }
.calendar-widgets .widget-edit-modal .header-create,
.calendar-widgets .widget-edit-modal .header-edit {
  border-bottom: unset; }
  .calendar-widgets .widget-edit-modal .header-create .modal-title,
  .calendar-widgets .widget-edit-modal .header-edit .modal-title {
    color: #25282D;
    font-size: 18px;
    font-weight: 600; }
  .calendar-widgets .widget-edit-modal .header-create .close,
  .calendar-widgets .widget-edit-modal .header-edit .close {
    color: #25282D;
    opacity: unset; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .col-form-label {
  color: #6B7280;
  font-size: 12px;
  font-weight: 400; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-control.ih-medium {
  height: 40px;
  color: #25282D;
  border: 1px solid #CDD0D5;
  background-color: #f4f5f7; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #CDD0D5;
  background-color: #f4f5f7; }
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none; }
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--single .select2-selection__choice {
    font-size: 12px;
    font-weight: 400;
    background-color: #C2C5CC;
    padding: 5px 22px 5px 8px;
    border-radius: 4px;
    position: relative;
    display: block;
    max-width: 100%; }
    .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove {
      position: absolute;
      right: 4px;
      color: #25282D;
      font-size: 14px;
      top: 3px; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--multiple {
  border: 1px solid #CDD0D5;
  overflow: hidden;
  height: auto;
  min-height: 48px;
  background-color: #f4f5f7; }
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 5px; }
    .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
      display: none; }
    .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
      margin-top: 5px;
      font-size: 12px;
      font-weight: 400;
      background-color: #C2C5CC;
      padding: 5px 22px 5px 8px;
      border-radius: 4px;
      position: relative;
      display: block;
      max-width: 100%; }
      .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        position: absolute;
        right: 4px;
        color: #25282D;
        font-size: 14px;
        top: 3px; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #25282D; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .select2-container .select2-selection--single .select2-selection__rendered {
  color: #25282D; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .transparent-background-checkbox label,
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .hide-price-checkbox label {
  color: #6B7280;
  font-size: 14px;
  font-weight: 500; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .transparent-background-checkbox label:after,
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .hide-price-checkbox label:after {
  background-color: #f4f5f7;
  border-radius: 4px;
  border: 1px solid #969BA7; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .transparent-background-checkbox input[type="checkbox"]:checked + label:after,
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .hide-price-checkbox input[type="checkbox"]:checked + label:after {
  background: #137efc; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .show-qty-ticket-remain-checkbox .custom-on-off input {
  display: none; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .show-qty-ticket-remain-checkbox .custom-on-off:before {
  width: 40px;
  height: 20px;
  background-color: #CDD0D5;
  position: absolute;
  top: 14.6px;
  display: block;
  pointer-events: none;
  content: "";
  border-radius: 10px; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .show-qty-ticket-remain-checkbox .custom-on-off::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 10px;
  background-color: #FFFFFF; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .show-qty-ticket-remain-checkbox .custom-on-off:after {
  top: calc(0.041rem + 16.6px);
  left: calc(1.48rem + 0px);
  width: calc(1.125rem - 4px);
  height: calc(1.125rem - 4px); }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .show-qty-ticket-remain-checkbox .custom-on-off.on::before {
  background-color: #137efc !important; }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .show-qty-ticket-remain-checkbox .custom-on-off.on::after {
  transform: translateX(1.2rem); }
.calendar-widgets .widget-edit-modal #widget_form_v3 .modal-footer {
  padding: 10px 28px 28px 28px;
  border-top: unset; }
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-footer .btn-light {
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #6B7280;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-left: 0; }
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-footer .btn-primary {
    border-radius: 5px;
    background: #167EFC;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0;
    margin-left: 10px; }
.calendar-widgets .custom-event-page-modal .modal-content {
  background-color: #f4f5f7; }
.calendar-widgets .custom-event-page-modal .header-custom-event-page {
  border-bottom: unset; }
  .calendar-widgets .custom-event-page-modal .header-custom-event-page .modal-title {
    color: #25282D;
    font-size: 18px;
    font-weight: 600; }
  .calendar-widgets .custom-event-page-modal .header-custom-event-page .close {
    color: #25282D;
    opacity: unset; }
.calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .col-form-label {
  color: #6B7280;
  font-size: 12px;
  font-weight: 400; }
.calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .select2-container--default .select2-selection--single,
.calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .select2-container--default .select2-selection--multiple {
  height: 40px;
  border: 1px solid #CDD0D5; }
.calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .select2-container .select2-selection--single .select2-selection__rendered {
  color: #25282D; }
.calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-footer {
  padding: 10px 28px 28px 28px;
  border-top: unset; }
  .calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-footer .btn-light {
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #6B7280;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-left: 0; }
  .calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-footer .btn-primary {
    border-radius: 5px;
    background: #167EFC;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0;
    margin-left: 10px; }
@media only screen and (max-width: 575px) {
  .calendar-widgets .header-top .navbar {
    padding: 15px 1rem; }
    .calendar-widgets .header-top .navbar .navbar-left .sidebar-toggle {
      margin-right: 0; }
    .calendar-widgets .header-top .navbar .navbar-left .title-widgets {
      color: #25282D;
      font-size: 16px;
      font-weight: 600; }
    .calendar-widgets .header-top .navbar .navbar-right {
      align-items: center;
      display: flex;
      justify-content: space-between; }
      .calendar-widgets .header-top .navbar .navbar-right .widget-btn-group .widgets-v1 {
        height: unset;
        padding: 8px;
        line-height: unset;
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .calendar-widgets .header-top .navbar .navbar-right .widget-btn-group .btn-add {
        height: 40px;
        padding: 0 7px;
        margin-left: 10px !important; }
        .calendar-widgets .header-top .navbar .navbar-right .widget-btn-group .btn-add svg {
          width: 24px;
          height: 24px; }
  .calendar-widgets .contents {
    padding-top: 75px;
    padding-left: 16px;
    padding-right: 16px; }
    .calendar-widgets .contents .breadcrumb-main-custom {
      margin-bottom: 10px; }
      .calendar-widgets .contents .breadcrumb-main-custom .btn-group {
        flex-direction: column;
        width: 100%; }
        .calendar-widgets .contents .breadcrumb-main-custom .btn-group .title-select-widget {
          margin-right: 0 !important;
          margin-bottom: 25px; }
  .calendar-widgets #full-calendar {
    top: 70px; }
    .calendar-widgets #full-calendar .fc-header-toolbar {
      flex-direction: column;
      align-items: unset; }
      .calendar-widgets #full-calendar .fc-header-toolbar .fc-toolbar-chunk div:first-child {
        justify-content: space-between; }
        .calendar-widgets #full-calendar .fc-header-toolbar .fc-toolbar-chunk div:first-child .fc-toolbar-title {
          margin-left: 0;
          font-size: 16px; }
        .calendar-widgets #full-calendar .fc-header-toolbar .fc-toolbar-chunk div:first-child .fc-today-button {
          margin-right: 0; }
      .calendar-widgets #full-calendar .fc-header-toolbar .fc-toolbar-choice {
        margin-top: 10px;
        margin-bottom: 10px; }
        .calendar-widgets #full-calendar .fc-header-toolbar .fc-toolbar-choice .calendar_venues_selector {
          width: 70%; }
  .calendar-widgets #widget-list .event_box_background_color {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .calendar-widgets #widget-list .event_box_background_color .pd-img {
      padding-left: 0;
      padding-right: 0;
      width: 70%;
      height: 100%; }
    .calendar-widgets #widget-list .event_box_background_color .w-title {
      width: 100%; }
      .calendar-widgets #widget-list .event_box_background_color .w-title .widget-name {
        font-size: 18px !important;
        line-height: 22px; }
      .calendar-widgets #widget-list .event_box_background_color .w-title .widget-time {
        margin: unset; }
      .calendar-widgets #widget-list .event_box_background_color .w-title .widget-price {
        margin: unset;
        margin-right: 10px;
        font-size: 18px !important;
        padding-bottom: 0 !important; }
  .calendar-widgets #widget-list .btn-feature .feature-event {
    padding: 5px !important;
    width: 130px;
    justify-content: center;
    border-radius: 0.2rem; }
  .calendar-widgets #widget-list .button-widget {
    width: 130px; }
  .calendar-widgets #widget-grid .widget-grid .section-img {
    height: 200px; }
  .calendar-widgets #widget-grid .widget-grid .section-text {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .calendar-widgets #container-widget #step-select-products {
    padding: 15px 5px; }
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent {
    flex-direction: column;
    margin: 0;
    padding-bottom: 10px; }
    .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent .form-group-child {
      margin-bottom: 10px !important; }
      .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent .form-group-child .pd:first-child {
        margin-bottom: 10px; }
    .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent .form-group-child:first-child {
      margin-top: 10px; }
    .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent .form-group-child:last-child {
      margin-bottom: 0 !important; }
    .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent .show-qty-ticket-remain-checkbox .custom-on-off:before {
      top: 7.6px; }
    .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent .show-qty-ticket-remain-checkbox .custom-on-off:after {
      top: calc(0.041rem + 9.6px); }
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent.last-child {
    flex-direction: unset; }
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body #alertMessage {
    margin: 10px 15px; }
  .calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .form-group-parent.first-child {
    flex-direction: unset; }
  .calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .form-group-parent {
    flex-direction: column;
    margin: 0;
    padding-bottom: 10px; }
    .calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .form-group-parent .form-group-child {
      margin-bottom: 10px !important; }
      .calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .form-group-parent .form-group-child .pd:first-child {
        margin-bottom: 10px; }
    .calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .form-group-parent .form-group-child:first-child {
      margin-top: 10px; }
    .calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .form-group-parent .form-group-child:last-child {
      margin-bottom: 0 !important; }
    .calendar-widgets .custom-event-page-modal #custmize_event_page_form .modal-body .form-group-parent .select2-container--default .select2-selection--single {
      background: unset; } }
@media only screen and (max-width: 425px) {
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent .show-qty-ticket-remain-checkbox .custom-on-off:before {
    top: 7.6px; }
  .calendar-widgets .widget-edit-modal #widget_form_v3 .modal-body .form-group-parent .show-qty-ticket-remain-checkbox .custom-on-off:after {
    top: calc(0.041rem + 9.6px); } }
@media only screen and (max-width: 320px) {
  .calendar-widgets .header-top .navbar .navbar-left .title-widgets {
    font-size: 16px; }
  .calendar-widgets .header-top .navbar .navbar-right .widget-btn-group .widgets-v1 {
    height: unset;
    padding: 6px;
    font-size: 13px;
    line-height: unset;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .calendar-widgets .header-top .navbar .navbar-right .widget-btn-group .btn-add {
    height: 32px;
    padding: 0 3px;
    margin-left: 8px !important; }
  .calendar-widgets #widget-list .btn-feature .feature-event {
    width: 120px; }
  .calendar-widgets #widget-list .button-widget {
    width: 120px; } }

.calendar-widgets.dark-mode .title-select-widget,
.calendar-widgets.dark-mode .title-select-action {
  border: 1px solid #7F8694; }
.calendar-widgets.dark-mode .title-select-widget label,
.calendar-widgets.dark-mode .title-select-action label {
  color: #7F8694; }
.calendar-widgets.dark-mode .title-select-widget label:after,
.calendar-widgets.dark-mode .title-select-action label:after {
  background-color: #25282D; }
.calendar-widgets.dark-mode .title-select-widget:focus-within,
.calendar-widgets.dark-mode .title-select-action:focus-within {
  border: 1px solid #2c99ff; }
.calendar-widgets.dark-mode .title-select-widget:focus-within label,
.calendar-widgets.dark-mode .title-select-action:focus-within label {
  color: #2c99ff; }
.calendar-widgets.dark-mode .select2-container--default .select2-selection--single {
  background-color: #25282D; }
  .calendar-widgets.dark-mode .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: #FFFFFF; }
.calendar-widgets.dark-mode .select2-container .dropdown_search_widget,
.calendar-widgets.dark-mode .select2-container .dropdown_search_action {
  background-color: #25282D !important;
  box-shadow: unset;
  border: 1px solid #3D4148; }
.calendar-widgets.dark-mode .select2-container .dropdown_search_widget input {
  background-image: url(/../assets/icon_search_white.png);
  background-color: #25282D;
  border: 1px solid #3D4148 !important;
  box-shadow: unset; }
.calendar-widgets.dark-mode .select2-container .dropdown_search_widget input::-webkit-input-placeholder {
  color: #969BA7 !important; }
.calendar-widgets.dark-mode .dropdown_search_widget ul li.select2-results__option--highlighted,
.calendar-widgets.dark-mode .dropdown_search_action ul li.select2-results__option--highlighted {
  border-radius: 6px;
  background: rgba(22, 126, 252, 0.1); }
.calendar-widgets.dark-mode .dropdown_search_widget ul li.select2-results__option[aria-selected=true],
.calendar-widgets.dark-mode .dropdown_search_widget ul li.select2-results__option--highlighted[aria-selected],
.calendar-widgets.dark-mode .dropdown_search_action ul li.select2-results__option[aria-selected=true],
.calendar-widgets.dark-mode .dropdown_search_action ul li.select2-results__option--highlighted[aria-selected] {
  color: #137efc; }
.calendar-widgets.dark-mode #full-calendar {
  background-color: #303338; }
  .calendar-widgets.dark-mode #full-calendar .fc-daygrid-event-harness .fc-event-price {
    color: #FFFFFF; }
  .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar {
    background-color: #303338; }
    .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button.fc-prev-button,
    .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button.fc-next-button {
      border: unset; }
    .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button.fc-prev-button span.fc-icon,
    .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar .fc-toolbar-chunk .fc-button.fc-next-button span.fc-icon {
      color: #FFFFFF; }
    .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
      color: #FFFFFF; }
    .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar .list-btn,
    .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar .grid-btn,
    .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar .calendar-btn {
      color: #FFFFFF; }
    .calendar-widgets.dark-mode #full-calendar .fc-header-toolbar .header-toolbar-custom-buttons-content .calendar_venues_selector {
      background-image: url(/../assets/management/drop-down-v4.png); }
  .calendar-widgets.dark-mode #full-calendar #widget-feature .fc-daygrid-day {
    border: 1px solid #7F8694; }
    .calendar-widgets.dark-mode #full-calendar #widget-feature .fc-daygrid-day .right-side .widget-three-line-limit {
      color: #FFFFFF; }
  .calendar-widgets.dark-mode #full-calendar .fc-view-harness {
    margin-top: 25px; }
  .calendar-widgets.dark-mode #full-calendar .fc-scrollgrid {
    border: unset; }
    .calendar-widgets.dark-mode #full-calendar .fc-scrollgrid .fc-col-header tr th {
      border: 1px solid #3D4148; }
    .calendar-widgets.dark-mode #full-calendar .fc-scrollgrid tbody .fc-scrollgrid-sync-table tr td {
      border: 1px solid #3D4148; }
  .calendar-widgets.dark-mode #full-calendar table.fc-scrollgrid thead .fc-scroller-harness .fc-scroller {
    background: #303338; }
  .calendar-widgets.dark-mode #full-calendar .fc-view .fc-col-header {
    background: #303338; }
  .calendar-widgets.dark-mode #full-calendar .fc-view .fc-col-header tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    padding-left: 12px;
    color: #C2C5CC; }
  .calendar-widgets.dark-mode #full-calendar .fc-daygrid-day-top {
    flex-direction: unset; }
  .calendar-widgets.dark-mode #full-calendar .fc-daygrid-day-top .fc-daygrid-day-number {
    margin: 6px 0 0 8px;
    color: #FFFFFF; }
.calendar-widgets.dark-mode .fc-theme-standard td {
  border-left-width: 1px;
  border-left-color: #3d4148;
  border-right-width: 1px;
  border-right-color: #3d4148;
  border-bottom-color: #3d4148; }
.calendar-widgets.dark-mode .fc-theme-standard .fc-scrollgrid thead td:first-child {
  border-left-width: 0; }
.calendar-widgets.dark-mode #container-widget {
  background-color: #303338; }
  .calendar-widgets.dark-mode #container-widget #step-select-products #widget-list .signUP-admin {
    background-color: unset; }
  .calendar-widgets.dark-mode #container-widget #step-select-products #widget-list .widget-name,
  .calendar-widgets.dark-mode #container-widget #step-select-products #widget-grid .widget-name {
    color: #FFFFFF; }
  .calendar-widgets.dark-mode #container-widget #step-select-products #widget-list .widget-price,
  .calendar-widgets.dark-mode #container-widget #step-select-products #widget-grid .widget-price {
    color: #FFFFFF; }
  .calendar-widgets.dark-mode #container-widget #step-select-products #widget-list .widget-time,
  .calendar-widgets.dark-mode #container-widget #step-select-products #widget-grid .widget-time {
    color: #CDD0D5; }
.calendar-widgets.dark-mode #preview_widget #container-widget {
  background-color: #303338; }
.calendar-widgets.dark-mode #preview_widget #step-select-products .page-title {
  color: #FFFFFF; }
.calendar-widgets.dark-mode #preview_widget #step-select-products #widget-list .widget-name,
.calendar-widgets.dark-mode #preview_widget #step-select-products #widget-grid .widget-name {
  color: #FFFFFF; }
.calendar-widgets.dark-mode #preview_widget #step-select-products #widget-list .widget-price,
.calendar-widgets.dark-mode #preview_widget #step-select-products #widget-grid .widget-price {
  color: #FFFFFF; }
.calendar-widgets.dark-mode #preview_widget #step-select-products #widget-list .widget-time,
.calendar-widgets.dark-mode #preview_widget #step-select-products #widget-grid .widget-time {
  color: #CDD0D5; }
.calendar-widgets.dark-mode .widget-edit-modal .modal-content {
  background-color: #25282D; }
.calendar-widgets.dark-mode .widget-edit-modal .header-create .modal-title,
.calendar-widgets.dark-mode .widget-edit-modal .header-edit .modal-title {
  color: #FFFFFF; }
.calendar-widgets.dark-mode .widget-edit-modal .header-create .close,
.calendar-widgets.dark-mode .widget-edit-modal .header-edit .close {
  color: #FFFFFF; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .col-form-label {
  color: #CDD0D5; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .form-control.ih-medium {
  color: #FFFFFF;
  border: 1px solid #7F8694;
  background-color: #25282D; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #7F8694;
  background-color: #25282D; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--multiple {
  border: 1px solid #7F8694;
  background-color: #25282D;
  overflow: hidden;
  height: auto;
  min-height: 48px; }
  .calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #FFFFFF; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #FFFFFF;
  background-color: #3D4148; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .select2-container .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .transparent-background-checkbox label,
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .hide-price-checkbox label {
  color: #CDD0D5; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .transparent-background-checkbox label:after,
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .hide-price-checkbox label:after {
  background-color: unset;
  border-radius: 4px;
  border: 1px solid #7F8694; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-body .show-qty-ticket-remain-checkbox .custom-on-off:before {
  background-color: #6c7688; }
.calendar-widgets.dark-mode .widget-edit-modal #widget_form_v3 .modal-footer .btn-light {
  color: #CDD0D5;
  background: #3D4148; }
.calendar-widgets.dark-mode .custom-event-page-modal .modal-content {
  background-color: #25282D; }
.calendar-widgets.dark-mode .custom-event-page-modal .header-custom-event-page .modal-title {
  color: #FFFFFF; }
.calendar-widgets.dark-mode .custom-event-page-modal .header-custom-event-page .close {
  color: #FFFFFF; }
.calendar-widgets.dark-mode .custom-event-page-modal #custmize_event_page_form .modal-body .col-form-label {
  color: #CDD0D5; }
.calendar-widgets.dark-mode .custom-event-page-modal #custmize_event_page_form .modal-body .select2-container--default .select2-selection--single,
.calendar-widgets.dark-mode .custom-event-page-modal #custmize_event_page_form .modal-body .select2-container--default .select2-selection--multiple {
  border: 1px solid #7F8694; }
.calendar-widgets.dark-mode .custom-event-page-modal #custmize_event_page_form .modal-body .select2-container .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF; }
.calendar-widgets.dark-mode .custom-event-page-modal #custmize_event_page_form .modal-footer .btn-light {
  color: #CDD0D5;
  background: #3D4148; }
@media only screen and (max-width: 575px) {
  .calendar-widgets.dark-mode .header-top {
    background: #303338; }
    .calendar-widgets.dark-mode .header-top .navbar .navbar-left .sidebar-toggle svg path {
      stroke: #FFFFFF; }
    .calendar-widgets.dark-mode .header-top .navbar .navbar-left .title-widgets {
      color: #FFFFFF; } }

@media (min-width: 1251px) and (max-width: 1412px) {
  .promo-container #step-select-products #full-calendar .header-toolbar-custom-buttons-content {
    width: 37% !important; }
    .promo-container #step-select-products #full-calendar .header-toolbar-custom-buttons-content #calendar_venues_selector {
      width: 40%;
      background-size: 14%; } }
@media (min-width: 1024px) and (max-width: 1250px) {
  .promo-container #step-select-products #full-calendar .header-toolbar-custom-buttons-content {
    width: 45% !important; }
    .promo-container #step-select-products #full-calendar .header-toolbar-custom-buttons-content #calendar_venues_selector {
      width: 40%;
      background-size: 14%; } }
@media (min-width: 820px) and (max-width: 1023px) {
  .promo-container #step-select-products #full-calendar .header-toolbar-custom-buttons-content {
    width: unset !important; }
    .promo-container #step-select-products #full-calendar .header-toolbar-custom-buttons-content #calendar_venues_selector {
      width: 32%;
      background-size: 14%; } }
@media only screen and (max-width: 575px) {
  .promo-container #step-select-products {
    padding: 0 !important; }
    .promo-container #step-select-products #full-calendar {
      top: 0; }
  .promo-container #widget-list {
    margin: 0 1rem; } }
.settlement_report.promoter {
  padding: 0 15px; }
  .settlement_report.promoter .pdf-action-container {
    display: none; }
  .settlement_report.promoter h3 {
    border-bottom: unset; }
  .settlement_report.promoter .hidden {
    display: none !important; }
  .settlement_report.promoter .sales_performance .chart-title {
    border-bottom: 1px solid #f1f2f6; }
  .settlement_report.promoter .sales_performance .chart-container {
    border: none; }
    .settlement_report.promoter .sales_performance .chart-container .card-header {
      display: none; }
    .settlement_report.promoter .sales_performance .chart-container .card-body {
      padding: 0; }
      .settlement_report.promoter .sales_performance .chart-container .card-body .chart-data-container {
        padding-top: 0; }
      .settlement_report.promoter .sales_performance .chart-container .card-body .tick-point-display {
        min-height: 22px;
        display: block; }
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.moon-mode {
  display: none; }

.sun-mode {
  display: block; }

.dark-mode .moon-mode {
  display: inline-block;
  fill: #757575; }
.dark-mode .sun-mode {
  display: none; }
.dark-mode .mrk-display-mode-text {
  color: white; }

.text-currency {
  color: #757575;
  font-weight: bold;
  position: relative;
  left: -7px;
  font-size: 14px; }

.sale-ticket-text {
  color: #757575;
  margin-left: 15px;
  position: relative;
  top: 1px;
  font-size: 14px; }

.new-sidebar .dollar-sign-ticker {
  position: relative;
  left: 0; }

.dollar-sign-ticker.usd, .dollar-sign-ticker.gbp {
  width: 10px; }
.dollar-sign-ticker.eur {
  width: 14px; }
.dollar-sign-ticker.aud {
  width: 16px; }

.ss-rel {
  position: relative; }

.sales-ticker .ticker-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .sales-ticker .ticker-menu :hover svg {
    color: initial; }
.sales-ticker .tick-badge {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  color: #12A329;
  background-color: #12A329;
  margin-left: 3px; }
.sales-ticker .tick-badge-qty {
  color: white;
  background-color: #12A329;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  padding: 1px;
  position: absolute;
  top: -11px;
  right: -10px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Greycliff CF Bold' !important;
  border: 1px solid #000403; }
.sales-ticker .sales-ticker-amount {
  display: none; }
.sales-ticker .sales-ticker-sidebar {
  position: fixed;
  width: 550px;
  height: 100%;
  padding: 0 15px 72px 245px;
  z-index: 21;
  background: #fff;
  overflow: hidden;
  left: 0;
  transition: left 0.8s ease; }
  .sales-ticker .sales-ticker-sidebar .ticker-header-section {
    background-color: #f4f5f7; }
  .sales-ticker .sales-ticker-sidebar .ss-clear-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
  .sales-ticker .sales-ticker-sidebar .ss-clear-btn-badge {
    color: #167EFC;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    font-family: 'Greycliff CF Regular', sans-serif;
    cursor: pointer; }
.sales-ticker .sales-ticker-sidebar.collapsed {
  left: -558px;
  overflow: hidden;
  transition: left 0.8s ease; }
.sales-ticker .tick-expandable-section {
  margin-left: 52px;
  transition: max-height 0.6s ease;
  overflow: hidden; }
  .sales-ticker .tick-expandable-section.ss-v5-close {
    max-height: 0px;
    transition: max-height 0.6s ease; }
.sales-ticker .hidden {
  display: none !important; }
.sales-ticker .border-bottom {
  border-bottom: 1px solid #e3e6ef; }
.sales-ticker .font-italic {
  font-style: italic; }
.sales-ticker .menu-text-animation {
  animation: waviy 1s infinite; }
.sales-ticker .menu-text {
  height: 28px;
  margin-top: 5px; }
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); } }
.sidebar.collapsed .sales-ticker-amount {
  display: block; }

.application-layout .sales-ticker .avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 10px; }
.application-layout .sales-ticker .avatar.avatar-circle {
  border-radius: 50%; }
.application-layout .sales-ticker .avatar.avatar-sm {
  width: 32px;
  min-width: 32px;
  height: 32px; }
.application-layout .sales-ticker .avatar .avatar-img {
  width: 100%;
  height: 100%; }
.application-layout .sales-ticker .rounded-circle {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important; }
.application-layout .sales-ticker .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }
.application-layout .sales-ticker .align-center {
  display: flex;
  align-items: center; }
.application-layout .sales-ticker .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
.application-layout .sales-ticker .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }
.application-layout .sales-ticker .w-100 {
  width: 100% !important; }
.application-layout .sales-ticker .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }
.application-layout .sales-ticker h1, .application-layout .sales-ticker h2, .application-layout .sales-ticker h3, .application-layout .sales-ticker h4, .application-layout .sales-ticker h5, .application-layout .sales-ticker h6, .application-layout .sales-ticker .h1, .application-layout .sales-ticker .h2, .application-layout .sales-ticker .h3, .application-layout .sales-ticker .h4, .application-layout .sales-ticker .h5, .application-layout .sales-ticker .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Greycliff CF Regular', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #272b41; }
.application-layout .sales-ticker h4, .application-layout .sales-ticker .h4 {
  font-size: 20px; }
.application-layout .sales-ticker h6, .application-layout .sales-ticker .h6 {
  font-size: 16px; }
.application-layout .sales-ticker .color-dark {
  color: #272B2F; }
.application-layout .sales-ticker .ml-3, .application-layout .sales-ticker .mx-3 {
  margin-left: 1rem !important; }
.application-layout .sales-ticker .mb-3, .application-layout .sales-ticker .my-3 {
  margin-bottom: 1rem !important; }
.application-layout .sales-ticker .mt-3, .application-layout .sales-ticker .my-3 {
  margin-top: 1rem !important; }
.application-layout .sales-ticker .position-relative {
  position: relative !important; }
.application-layout .sales-ticker .position-absolute {
  position: absolute !important; }
.application-layout .sales-ticker .atbd-tab .nav-tabs {
  position: relative;
  margin-bottom: 18px; }
.application-layout .sales-ticker .nav-tabs {
  border-bottom: 0px solid #dee2e6; }
.application-layout .sales-ticker .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.application-layout .sales-ticker ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px; }
.application-layout .sales-ticker .atbd-tab .nav-item:not(:last-child) {
  margin-right: 12px; }
.application-layout .sales-ticker .nav-tabs .nav-item {
  margin-bottom: 0px; }
.application-layout .sales-ticker .nav-tabs .nav-link.active, .application-layout .sales-ticker .nav-tabs .nav-item.show .nav-link {
  color: #137efc;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #fff; }
.application-layout .sales-ticker .atbd-tab .nav-link {
  position: relative;
  font-size: 14px; }
.application-layout .sales-ticker .nav-tabs .nav-link {
  border: 0px solid transparent;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }
.application-layout .sales-ticker .nav-link {
  display: block;
  padding: 10px 12px; }
.application-layout .sales-ticker .nav-link:hover, .application-layout .sales-ticker .nav-link:focus {
  text-decoration: none; }
.application-layout .sales-ticker .atbd-tab .nav-link.active:after {
  opacity: 1;
  visibility: visible; }
.application-layout .sales-ticker .atbd-tab .nav-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  content: '';
  opacity: 0;
  visibility: hidden;
  z-index: 10; }
.application-layout .sales-ticker a {
  transition: all 0.3s ease; }
.application-layout .sales-ticker a {
  color: #137efc;
  text-decoration: none;
  background-color: transparent; }
.application-layout .sales-ticker .atbd-tab .nav-link:after {
  background: #137efc; }
.application-layout .sales-ticker .atbd-tab .nav-link {
  color: #272b41; }
.application-layout .sales-ticker .avatar {
  border: unset; }
.application-layout .sales-ticker .fw-500 {
  font-weight: 500; }
.application-layout .sales-ticker .fs-14 {
  font-size: 14px; }
@media (min-width: 992px) {
  .application-layout .sales-ticker .d-lg-none {
    display: none !important; } }

@media (max-width: 991px) {
  .sales-ticker .sales-ticker-sidebar {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    top: 54px; } }
.scrollbar-custom {
  overflow-y: auto;
  overflow-x: hidden; }

.scrollbar-custom::-webkit-scrollbar {
  width: 4px; }

/* Track */
.scrollbar-custom::-webkit-scrollbar-track {
  background: #f4f5f7;
  border-radius: 2px; }

/* Handle */
.scrollbar-custom::-webkit-scrollbar-thumb {
  background: rgba(43, 49, 90, 0.4);
  border-radius: 2px; }

.sales-ticker * {
  font-family: 'Greycliff CF Regular', sans-serif; }
.sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 {
  background: #f4f5f7;
  padding: 0 0 0 245px; }
  .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-v5-sale-content {
    background: #f4f5f7;
    padding: 0 16px;
    height: calc(100vh - 16px);
    margin-top: 8px;
    border-radius: 8px;
    border: 1px solid #E6EAF0;
    position: relative;
    padding-top: 99px; }
    .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-v5-sale-content .ss-alert-ticker-fade {
      position: absolute;
      left: 0;
      width: 100%;
      pointer-events: none;
      z-index: 2; }
      .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-v5-sale-content .ss-alert-ticker-fade.top {
        top: 0;
        height: 142px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background: transparent; }
      .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-v5-sale-content .ss-alert-ticker-fade.bottom {
        height: 54px;
        bottom: 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        background: transparent; }
  .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ticker-header-section {
    padding: 0 16px 0 24px;
    background-color: transparent;
    height: 99px;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ticker-header-section h4 {
      font-family: 'Greycliff CF Bold', sans-serif;
      color: #25282D;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700; }
    .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ticker-header-section span {
      color: #7F8694;
      font-family: 'Greycliff CF Regular', sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400; }
.sales-ticker .ss-sale-ticker-list-content {
  padding: 0;
  max-height: calc(100vh - 120px); }
  .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-item-thumb {
    padding: 0 16px 0 0; }
  .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc {
    width: 100%;
    padding: 12px 8px;
    cursor: pointer; }
    .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc .ss-text-bold-ex {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      font-family: 'Greycliff CF Regular', sans-serif;
      color: #25282D; }
      .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc .ss-text-bold-ex.ss-text-color {
        color: #25282D; }
    .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc span {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      font-family: 'Greycliff CF Regular', sans-serif;
      color: #7F8694; }
    .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc .ss-text-bold {
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      font-family: 'Greycliff CF Bold', sans-serif;
      color: #25282D; }
    .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc .ss-tick-badge-content {
      display: flex;
      align-items: center;
      margin-right: 4px;
      height: 100%; }
  .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-icon-content {
    display: flex;
    height: 100%;
    margin-right: 8px;
    padding-top: 3px; }
  .sales-ticker .ss-sale-ticker-list-content .ticker-item .mb-8px {
    margin-bottom: 8px; }
  .sales-ticker .ss-sale-ticker-list-content .ticker-item.explane .ss-ticket-desc .ss-text-bold-ex {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Greycliff CF Regular', sans-serif;
    color: #25282D; }
    .sales-ticker .ss-sale-ticker-list-content .ticker-item.explane .ss-ticket-desc .ss-text-bold-ex.ss-text-color {
      color: #25282D; }
  .sales-ticker .ss-sale-ticker-list-content .ticker-item.explane .ss-ticket-desc .mb-8px-ex {
    margin-bottom: 8px; }
  .sales-ticker .ss-sale-ticker-list-content .ticker-item.explane .ss-ticket-desc .tick-expandable-section a {
    color: #167EFC;
    text-decoration: none; }
  .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-dark-mode {
    display: none; }
  .sales-ticker .ss-sale-ticker-list-content .ticker-item:last-child {
    border-bottom: none; }
  .sales-ticker .ss-sale-ticker-list-content .tick-expandable-section {
    margin-left: 0; }
  .sales-ticker .ss-sale-ticker-list-content .ss-avt-mg {
    margin: 0;
    width: 45px;
    height: 45px; }
  .sales-ticker .ss-sale-ticker-list-content .ss-line-one {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 168px; }

body.dark-mode:not(.no-dark-mode) .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 {
  background: transparent; }
  body.dark-mode:not(.no-dark-mode) .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-v5-sale-content {
    background: rgba(24, 24, 24, 0.05);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border: 1px solid #FFFFFF1A; }
    body.dark-mode:not(.no-dark-mode) .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-v5-sale-content .ss-alert-ticker-fade {
      position: absolute;
      left: 0;
      width: 100%;
      pointer-events: none;
      z-index: 2; }
      body.dark-mode:not(.no-dark-mode) .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-v5-sale-content .ss-alert-ticker-fade.top {
        top: 0;
        height: 142px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background: linear-gradient(180deg, rgba(34, 34, 34, 0.95) 0%, rgba(34, 34, 34, 0.452) 85.19%, rgba(34, 34, 34, 0) 100%); }
      body.dark-mode:not(.no-dark-mode) .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-v5-sale-content .ss-alert-ticker-fade.bottom {
        height: 54px;
        bottom: 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        background: linear-gradient(0deg, rgba(34, 34, 34, 0.95) 0%, rgba(34, 34, 34, 0.52) 67.19%, rgba(34, 34, 34, 0) 100%); }
  body.dark-mode:not(.no-dark-mode) .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ticker-header-section {
    background-color: transparent; }
    body.dark-mode:not(.no-dark-mode) .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ticker-header-section h4 {
      color: #FFF; }
    body.dark-mode:not(.no-dark-mode) .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ticker-header-section span {
      color: #ACB0BA; }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc .ss-text-bold-ex {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Greycliff CF Regular', sans-serif;
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Greycliff CF Regular', sans-serif;
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc .ss-text-bold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Greycliff CF Bold', sans-serif;
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc .ss-tick-badge-content {
  display: flex;
  align-items: center;
  margin-right: 4px;
  height: 100%; }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-ticket-desc .tick-expandable-section a {
  color: #FFF;
  text-decoration: none; }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item.explane .ss-ticket-desc .ss-text-bold-ex {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Greycliff CF Regular', sans-serif;
  color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item.explane .ss-ticket-desc .ss-text-bold-ex.ss-text-color {
    color: rgba(255, 255, 255, 0.5); }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item.explane .ss-ticket-desc .mb-8px-ex {
  margin-bottom: 8px; }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item.explane .ss-ticket-desc .tick-expandable-section a {
  color: #FFF;
  text-decoration: none; }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-light-mode {
  display: none; }
body.dark-mode:not(.no-dark-mode) .sales-ticker .ss-sale-ticker-list-content .ticker-item .ss-dark-mode {
  display: block; }

.scrollbar-custom-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.scrollbar-custom-hidden::-webkit-scrollbar {
  width: 0;
  display: none; }

/* Track */
.scrollbar-custom-hidden::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0; }

/* Handle */
.scrollbar-custom-hidden::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0; }

.flex-row-wrap {
  flex-flow: row wrap; }

.mb-16px {
  margin-bottom: 16px; }

.mt-16px {
  margin-top: 16px; }

.ml-8px {
  margin-left: 8px; }

.mb-8px {
  margin-bottom: 8px; }

.f-12 {
  font-size: 12px !important; }

.ss-d-hidden {
  display: none; }

.ss-close-v5-custom {
  cursor: pointer; }

.pb-7px {
  padding-bottom: 7px; }

@media only screen and (max-width: 768px) {
  .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 {
    padding: 0; }
    .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-v5-sale-content .ss-alert-ticker-fade.bottom {
      height: 134px; }
    .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ss-sale-ticker-list-content .ticker-item {
      width: 100%; }
    .sales-ticker .sales-ticker-sidebar.ss-sales-ticker-sidebar-v4 .ticker-header-section {
      padding: 0 16px; }
  .sales-ticker .ss-sale-ticker-list-content {
    max-height: calc(100vh - 240px); }

  .ss-d-hidden {
    display: block; } }
@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.alerts-ticker * {
  font-family: 'Greycliff CF Regular', sans-serif; }
.alerts-ticker .alerts-ticker-sidebar {
  position: fixed;
  width: 550px;
  height: 100%;
  padding: 0 15px 72px 245px;
  z-index: 21;
  background: #fff;
  overflow: hidden;
  left: 0;
  transition: left 0.8s ease; }
  .alerts-ticker .alerts-ticker-sidebar .ss-clear-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
  .alerts-ticker .alerts-ticker-sidebar .ss-clear-btn-badge {
    color: #167EFC;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    font-family: 'Greycliff CF Regular', sans-serif;
    cursor: pointer; }
  .alerts-ticker .alerts-ticker-sidebar .align-center {
    display: flex;
    align-items: center; }
  .alerts-ticker .alerts-ticker-sidebar .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .alerts-ticker .alerts-ticker-sidebar .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .alerts-ticker .alerts-ticker-sidebar .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .alerts-ticker .alerts-ticker-sidebar .hidden {
    display: none !important; }
  .alerts-ticker .alerts-ticker-sidebar .avatar {
    border: 0; }
  .alerts-ticker .alerts-ticker-sidebar .avatar .avatar-img {
    width: 100%;
    height: 100%; }
.alerts-ticker .alerts-ticker-sidebar.collapsed {
  left: -558px;
  overflow: hidden;
  transition: left 0.8s ease; }
.alerts-ticker .ss-custom-f-11 {
  color: #CDD0D5;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px; }
.alerts-ticker .flex-wrap {
  flex-flow: wrap; }
.alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 {
  z-index: 998;
  background: transparent;
  padding: 0 0 0 245px; }
  .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-alerts-content {
    background: #f4f5f7;
    padding: 0 16px;
    height: calc(100vh - 16px);
    margin-top: 8px;
    border-radius: 8px;
    border: 1px solid #E6EAF0;
    position: relative;
    padding-top: 99px; }
    .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-alerts-content .ss-alert-ticker-fade {
      position: absolute;
      left: 0;
      width: 100%;
      pointer-events: none;
      z-index: 2; }
      .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-alerts-content .ss-alert-ticker-fade.top {
        top: 0;
        height: 142px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background: transparent; }
      .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-alerts-content .ss-alert-ticker-fade.bottom {
        height: 54px;
        bottom: 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        background: transparent; }
  .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section {
    background-color: transparent;
    height: 99px;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 16px 0 24px; }
    .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section .title-select-filter-2 {
      position: relative;
      width: 145px;
      margin-right: 8px; }
      .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section .title-select-filter-2 label {
        position: absolute;
        top: -8px;
        left: 12px;
        margin: 0;
        padding: 0 4px;
        z-index: 99;
        color: #7F8694;
        font-size: 12px;
        line-height: 18px; }
      .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section .title-select-filter-2 label:after {
        content: " ";
        position: absolute;
        background-color: #f4f5f7;
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 8px;
        z-index: -1; }
      .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section .title-select-filter-2 .selectbox {
        width: 100%;
        border: unset;
        padding: 0;
        box-sizing: border-box;
        line-height: 24px;
        color: #25282D;
        font-size: 14px;
        font-weight: 500;
        border-radius: 12px;
        margin: 0; }
        .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section .title-select-filter-2 .selectbox .filter_status_alert {
          color: #25282D;
          opacity: unset;
          width: 100%;
          height: 24px;
          padding: 0 20px 0 12px;
          box-shadow: unset;
          border: unset;
          border: 1px solid #CDD0D5;
          border-radius: 12px;
          white-space: nowrap;
          text-overflow: ellipsis;
          background-image: url(/../assets/management/drop-down-v4-light.png);
          background-position: 98%;
          background-size: 16%;
          background-repeat: no-repeat;
          -webkit-appearance: none;
          min-width: 145px; }
    .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section h4 {
      font-family: 'Greycliff CF Regular', sans-serif;
      color: #25282D;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      margin: 0; }
    .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section span {
      color: #7F8694;
      font-family: 'Greycliff CF Regular', sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400; }
.alerts-ticker .ss-alert-ticker-list-content {
  padding: 0;
  max-height: calc(100vh - 120px); }
  .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item {
    padding: 12px 0px; }
    .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-item-thumb .ss-avt-mg {
      border-radius: 8px;
      width: 60px;
      min-width: 60px;
      height: 60px; }
    .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert {
      margin-left: 16px;
      margin-right: 8px;
      cursor: pointer; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name {
        color: #212121;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.1px;
        font-family: 'Greycliff CF Bold', sans-serif; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.pending {
          color: #65AAFF; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.processing {
          color: #65AAFF; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.complete {
          color: #18CB7A; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.offer_accepted {
          color: #18CB7A; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.offer_declined {
          color: #FF423C; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.offer_canceled {
          color: #FF423C; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_sales_every_sale {
          color: #65AAFF; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_sales_daily {
          color: #65AAFF; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_sales_weekly {
          color: #65AAFF; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_sales_two_weeks {
          color: #65AAFF; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_ready_to_scan {
          color: #65AAFF; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_scan_report {
          color: #65AAFF; }
        .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.submission_accepted {
          color: #65AAFF; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .dot-md {
        margin: 0 5px; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .name-event {
        color: #45464F;
        font-size: 14px;
        font-style: normal;
        font-weight: 400; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .event-date,
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .venue-profile-name {
        color: #212121;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px; }
    .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .dot-active {
      margin-top: 5px;
      display: none; }
    .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .dot-active.show {
      display: block; }
    .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .tick-expandable-section-alert {
      margin-left: 0;
      transition: max-height 0.6s ease;
      overflow: hidden; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .tick-expandable-section-alert.ss-v5-close {
        max-height: 0px;
        transition: max-height 0.6s ease; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .tick-expandable-section-alert .description-text {
        color: #969BA7;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .tick-expandable-section-alert .times {
        color: #CDD0D5;
        font-size: 11px;
        font-style: italic;
        font-weight: 400;
        letter-spacing: 0.2px; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .tick-expandable-section-alert .ss-btn-edit {
        color: #137EFC;
        font-size: 14px;
        font-family: 'Greycliff CF Bold', sans-serif;
        background: rgba(19, 126, 252, 0.2);
        padding: 4px;
        border-radius: 4px; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .tick-expandable-section-alert .ss-btn-view,
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .tick-expandable-section-alert .ss-btn-cancel {
        color: #167EFC;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.2px; }
      .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .tick-expandable-section-alert .ss-btn-delete {
        width: 24px;
        height: 24px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center; }
  .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item:last-child {
    border-bottom: none; }
  .alerts-ticker .ss-alert-ticker-list-content .ss-avt-mg {
    margin: 0; }
  .alerts-ticker .ss-alert-ticker-list-content .ss-line-one {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 168px; }
.alerts-ticker .mb-1rem {
  margin-bottom: 1rem; }
.alerts-ticker .mt-1rem {
  margin-top: 1rem; }
.alerts-ticker .ss-dark-mode {
  display: none; }

body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-light-mode {
  display: none; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-dark-mode {
  display: block; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 {
  background: transparent; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-alerts-content {
    background: rgba(24, 24, 24, 0.05);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border: 1px solid #FFFFFF1A; }
    body.dark-mode:not(.no-dark-mode) .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-alerts-content .ss-alert-ticker-fade {
      position: absolute;
      left: 0;
      width: 100%;
      pointer-events: none;
      z-index: 2; }
      body.dark-mode:not(.no-dark-mode) .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-alerts-content .ss-alert-ticker-fade.top {
        top: 0;
        height: 142px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background: linear-gradient(180deg, rgba(34, 34, 34, 0.95) 0%, rgba(34, 34, 34, 0.452) 85.19%, rgba(34, 34, 34, 0) 100%); }
      body.dark-mode:not(.no-dark-mode) .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-alerts-content .ss-alert-ticker-fade.bottom {
        height: 54px;
        bottom: 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        background: linear-gradient(0deg, rgba(34, 34, 34, 0.95) 0%, rgba(34, 34, 34, 0.52) 67.19%, rgba(34, 34, 34, 0) 100%); }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section h4 {
    color: #FFF; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section span {
    color: #ACB0BA; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section .title-select-filter-2 .selectbox {
    color: #FFFFFF; }
    body.dark-mode:not(.no-dark-mode) .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section .title-select-filter-2 .selectbox .filter_status_alert {
      color: #FFFFFF;
      background-color: #2D2D2D;
      background-image: url(/../assets/management/drop-down-v4.png);
      border: 1px solid #2D2D2D; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name {
  color: #FFFFFF; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.pending {
    color: #65AAFF; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.processing {
    color: #65AAFF; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.complete {
    color: #18CB7A; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.offer_accepted {
    color: #18CB7A; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.stripe_payout {
    color: #18CB7A; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.offer_declined {
    color: #FF423C; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.offer_canceled {
    color: #FF423C; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_sales_every_sale {
    color: #65AAFF; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_sales_daily {
    color: #65AAFF; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_sales_weekly {
    color: #65AAFF; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_sales_two_weeks {
    color: #65AAFF; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_ready_to_scan {
    color: #B9B9B9; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.ticket_scan_report {
    color: #65AAFF; }
  body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .filter-name.submission_accepted {
    color: #65AAFF; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .dot-md circle {
  fill: #CDD0D5; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .name-event {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .event-date,
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-ticket-desc-alert .venue-profile-name {
  color: rgba(255, 255, 255, 0.8); }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item.explane .ss-ticket-desc-alert .ss-text-bold-ex {
  color: #C2C5CC; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-light-mode {
  display: none; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item .ss-dark-mode {
  display: block; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .alert-ticker-item:last-child {
  border-bottom: none; }
body.dark-mode:not(.no-dark-mode) .alerts-ticker .ss-alert-ticker-list-content .tick-expandable-section-alert .description-text {
  color: rgba(255, 255, 255, 0.8); }

.light-mode .dropdown_filters_data {
  z-index: 999;
  width: 170px !important;
  top: 10px;
  left: -40px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #E6EAF0;
  background: #FFF;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05); }
  .light-mode .dropdown_filters_data ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1); }

.dark-mode .dropdown_filters_data {
  z-index: 999;
  width: 170px !important;
  top: 10px;
  left: -40px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #3D4148;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  background-color: #25282D !important; }
  .dark-mode .dropdown_filters_data ul li.select2-results__option--highlighted {
    border-radius: 6px;
    background: rgba(22, 126, 252, 0.1);
    color: #167EFC; }

.scrollbar-custom-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.scrollbar-custom-hidden::-webkit-scrollbar {
  width: 0;
  display: none; }

/* Track */
.scrollbar-custom-hidden::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0; }

/* Handle */
.scrollbar-custom-hidden::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0; }

.flex-row-wrap {
  flex-flow: row wrap; }

.ss-d-hidden {
  display: none; }

.mb-8px {
  margin-bottom: 8px; }

.ss-close-v5-custom, .mark_all_read {
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 {
    width: 100%;
    padding: 58px 0 0 0; }
    .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-sale-content .ss-alert-ticker-fade.bottom {
      height: 134px; }
    .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-alert-ticker-list-content .alert-ticker-item {
      width: 100%; }
    .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ticker-header-section {
      padding: 0 16px; }
    .alerts-ticker .alerts-ticker-sidebar.ss-alerts-ticker-sidebar-v4 .ss-v5-alerts-content {
      margin-top: 4px;
      height: calc(100vh - 66px); }
  .alerts-ticker .ss-alert-ticker-list-content {
    padding: 0;
    max-height: calc(100vh - 240px); }

  .ss-d-hidden {
    display: block; } }
.modal-v4-venue-offer-modal-size .modal-content {
  height: 100%;
  background-color: #F3F5F7;
  border-radius: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .modal-v4-venue-offer-modal-size .modal-content::-webkit-scrollbar {
    display: none; }
.modal-v4-venue-offer-modal-size .close-management-calendar-new {
  z-index: 1000; }
.modal-v4-venue-offer-modal-size .close-management-calendar-new {
  position: absolute;
  right: 52%;
  background: #FFFFFF !important;
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.v4-venue-offer-modal {
  position: fixed;
  right: -100%;
  transition: right 0.7s;
  top: 0;
  height: 100vh;
  width: 50%;
  overflow: auto;
  background-color: #F3F5F7; }
  .v4-venue-offer-modal.visible {
    right: 0; }
  .v4-venue-offer-modal .overflow-disabled-input {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 10000; }
  .v4-venue-offer-modal .alert-linked-offer {
    margin: 10px 33px; }
  .v4-venue-offer-modal .icon-delete-light {
    display: block; }
  .v4-venue-offer-modal .icon-delete-darkmode {
    display: none; }
  .v4-venue-offer-modal .mrk_event_error_message {
    padding-left: 45px; }
  .v4-venue-offer-modal .modal-header {
    padding: 32px 32px 24px 32px;
    border-bottom: none;
    display: flex; }
    .v4-venue-offer-modal .modal-header h6.modal-title {
      font-size: 30px;
      color: #25282D;
      font-weight: 600; }
    .v4-venue-offer-modal .modal-header button {
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      display: inline-block; }
      .v4-venue-offer-modal .modal-header button.btn-close {
        background-color: #FCFCFD;
        color: #969BA7;
        border: 1px solid #CDD0D5;
        box-sizing: border-box;
        margin-right: 15px; }
      .v4-venue-offer-modal .modal-header button.btn-save {
        color: white;
        background-color: #167EFC; }
      .v4-venue-offer-modal .modal-header button.mobile-close {
        display: none; }
  .v4-venue-offer-modal .field-label {
    color: #25282D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block; }
  .v4-venue-offer-modal .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: #25282D;
    font-size: 14px; }
  .v4-venue-offer-modal .flex-wrap-unset {
    flex-wrap: unset !important; }
  .v4-venue-offer-modal .border-top {
    border-top: 1px solid #E6EAF0 !important; }
  .v4-venue-offer-modal .field-part {
    padding: 0 30px; }
  .v4-venue-offer-modal .input-container .input-icon.icon-right {
    right: 0;
    left: unset;
    padding: 0.375rem 0.75rem; }
  .v4-venue-offer-modal .pay_act_per_ticket_type-container .select2-selection {
    border-color: white !important; }
  .v4-venue-offer-modal .times {
    color: #25282D; }
  .v4-venue-offer-modal form {
    overflow: hidden; }
    .v4-venue-offer-modal form input::placeholder,
    .v4-venue-offer-modal form input.select2-search__field::placeholder,
    .v4-venue-offer-modal form .note-input::placeholder,
    .v4-venue-offer-modal form .select2-selection__placeholder {
      color: #6B7280 !important;
      font-size: 14px;
      font-weight: 400; }
    .v4-venue-offer-modal form input.form-control {
      padding-left: 10px;
      padding-right: 10px;
      border-color: #F3F5F7;
      height: 40px; }
      .v4-venue-offer-modal form input.form-control:disabled {
        background-color: white; }
    .v4-venue-offer-modal form .select2-search__field {
      width: 100% !important; }
    .v4-venue-offer-modal form .repeat-offer-selector {
      padding-left: 10px;
      padding-right: 10px;
      border-color: #F3F5F7;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      height: 40px;
      border-radius: 4px; }
      .v4-venue-offer-modal form .repeat-offer-selector::-ms-expand {
        display: none; }
    .v4-venue-offer-modal form .repeat-offer-arrow {
      position: absolute;
      right: 25px;
      top: 13px; }
    .v4-venue-offer-modal form .note-input {
      border-color: #CDD0D5;
      padding-left: 10px !important;
      border-radius: 4px; }
    .v4-venue-offer-modal form .select2-selection__rendered {
      padding: 0 10px !important; }
  .v4-venue-offer-modal .btn-choose-file {
    background-color: white;
    padding: 8px 0;
    text-align: center;
    border-radius: 4px;
    cursor: pointer; }
    .v4-venue-offer-modal .btn-choose-file svg {
      width: 20px;
      margin-right: 5px; }
    .v4-venue-offer-modal .btn-choose-file span {
      color: #7F8694; }
  .v4-venue-offer-modal .v4-uploaded-contract-file {
    display: flex;
    margin-top: 10px; }
    .v4-venue-offer-modal .v4-uploaded-contract-file .file-name {
      margin-right: 10px;
      color: #7F8694;
      max-width: 180px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .v4-venue-offer-modal .select-profile {
    padding-right: 46px; }
    .v4-venue-offer-modal .select-profile ul.select2-selection__rendered .select2-selection__choice {
      font-size: 12px;
      font-weight: 400;
      color: #25282D;
      background-color: #CDD0D5;
      padding: 8px;
      padding-right: 22px;
      border-radius: 4px;
      position: relative; }
    .v4-venue-offer-modal .select-profile ul.select2-selection__rendered .select2-selection__choice__remove {
      position: absolute;
      right: 4px;
      color: #25282D;
      font-size: 14px;
      top: 2px; }
  .v4-venue-offer-modal .invite-options {
    padding-left: 30px; }
  .v4-venue-offer-modal .select2-selection {
    height: 40px !important;
    border-color: #CDD0D5; }
  .v4-venue-offer-modal .select-custom-profile {
    align-items: baseline; }
  .v4-venue-offer-modal .v4-radio-form input[type="radio"] + label:after {
    border-color: #7F8694;
    background-color: #F3F5F7; }
  .v4-venue-offer-modal .v4-radio-form input[type="radio"]:checked + label:before {
    background: #0363D7; }
  .v4-venue-offer-modal .v4-radio-form input[type="radio"]:checked + label:after {
    border-color: #0363D7;
    background-color: #CBE2FE; }
  .v4-venue-offer-modal .v4-radio-form .radio-text {
    font-weight: 400;
    color: #25282D; }
  .v4-venue-offer-modal .atbd-upload {
    width: 100%; }
  .v4-venue-offer-modal .atbd-upload__file {
    margin-top: 25px; }
  .v4-venue-offer-modal .atbd-upload__file li {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px !important;
    padding: 0 !important; }
    .v4-venue-offer-modal .atbd-upload__file li .btn-delete {
      opacity: 1;
      visibility: visible;
      margin-left: 20px; }
    .v4-venue-offer-modal .atbd-upload__file li .name-text {
      color: #7F8694;
      font-weight: 400;
      font-size: 14px;
      margin-top: 5px; }
  .v4-venue-offer-modal .mrk_artist_constract {
    margin-top: 22px; }
  .v4-venue-offer-modal .atbd-upload__button {
    width: 100%; }
    .v4-venue-offer-modal .atbd-upload__button .btn-upload {
      width: 100%;
      display: block;
      height: 75px;
      align-items: center;
      background-color: #FFF;
      border: 1px dashed #CDD0D5;
      color: #7F8694;
      font-weight: 400;
      font-size: 14px; }
      .v4-venue-offer-modal .atbd-upload__button .btn-upload .notice-text {
        position: relative;
        top: -20px; }
      .v4-venue-offer-modal .atbd-upload__button .btn-upload .drag-text {
        margin-right: 3px; }
      .v4-venue-offer-modal .atbd-upload__button .btn-upload .browser-text {
        color: #167EFC; }
      .v4-venue-offer-modal .atbd-upload__button .btn-upload:focus, .v4-venue-offer-modal .atbd-upload__button .btn-upload:active {
        outline: none;
        box-shadow: none; }
      .v4-venue-offer-modal .atbd-upload__button .btn-upload svg {
        width: 21px;
        height: 21px; }
  .v4-venue-offer-modal .confirm-without-text {
    margin-right: 20px; }
  .v4-venue-offer-modal .custom-checkbox input[type="checkbox"] + label {
    min-width: 20px;
    min-height: 20px;
    font-size: 14px;
    display: flex;
    flex-flow: column;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 400; }
  .v4-venue-offer-modal .custom-checkbox input[type="checkbox"]:checked + label:before {
    opacity: 1;
    color: #fff; }
  .v4-venue-offer-modal .custom-checkbox input[type="checkbox"] + label:after {
    width: 20px;
    height: 20px;
    border-radius: 6px; }
  .v4-venue-offer-modal .custom-checkbox input[type="checkbox"]:checked + label:after {
    border: 1px solid #0363D7;
    background: #0363D7;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    content: ""; }
  .v4-venue-offer-modal .custom-checkbox input[type="checkbox"] + label:before {
    position: absolute;
    font-size: 11px;
    left: 4px;
    top: 3px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    display: block;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 2; }
  .v4-venue-offer-modal .guarantee-parent {
    background-color: #fff;
    border-radius: 4px; }
    .v4-venue-offer-modal .guarantee-parent input {
      border: none !important; }
    .v4-venue-offer-modal .guarantee-parent input:focus {
      outline: none !important;
      border: none !important;
      box-shadow: none !important; }
  .v4-venue-offer-modal .left-guarantee {
    color: #25282D;
    margin-left: 10px !important;
    line-height: 40px !important; }
  .v4-venue-offer-modal .venue_event_v3_act_guarantee {
    padding-left: 5px !important; }

.dark-mode .v4-venue-offer-modal .guarantee-parent {
  background: #3D4148; }
.dark-mode .v4-venue-offer-modal .left-guarantee {
  color: white; }
.dark-mode .modal-v4-venue-offer-modal-size {
  background-color: #25282D;
  box-shadow: -20px 0px 62.20000076293945px 0px #00000033; }
  .dark-mode .modal-v4-venue-offer-modal-size .modal-content {
    background-color: #25282D !important; }
.dark-mode .v4-venue-offer-modal {
  background-color: #25282D; }
  .dark-mode .v4-venue-offer-modal .icon-delete-light {
    display: none; }
  .dark-mode .v4-venue-offer-modal .icon-delete-darkmode {
    display: block; }
  .dark-mode .v4-venue-offer-modal form input::placeholder,
  .dark-mode .v4-venue-offer-modal form input.select2-search__field::placeholder,
  .dark-mode .v4-venue-offer-modal form .note-input::placeholder,
  .dark-mode .v4-venue-offer-modal form .select2-selection__placeholder {
    color: #7F8694 !important; }
  .dark-mode .v4-venue-offer-modal .times {
    color: white; }
  .dark-mode .v4-venue-offer-modal .select-profile ul.select2-selection__rendered .select2-selection__choice {
    color: white;
    background-color: #25282D; }
  .dark-mode .v4-venue-offer-modal .select-profile ul.select2-selection__rendered .select2-selection__choice__remove {
    color: white; }
  .dark-mode .v4-venue-offer-modal .modal-header button.btn-close {
    background-color: #3D4148;
    border-color: #6B7280 !important;
    color: #969BA7; }
  .dark-mode .v4-venue-offer-modal .radio-text {
    color: white !important; }
  .dark-mode .v4-venue-offer-modal .v4-radio-form input[type="radio"] + label:after {
    border-color: #7F8694;
    background-color: #25282D; }
  .dark-mode .v4-venue-offer-modal .v4-radio-form input[type="radio"]:checked + label:before {
    background: #0363D7; }
  .dark-mode .v4-venue-offer-modal .v4-radio-form input[type="radio"]:checked + label:after {
    background-color: #CBE2FE !important;
    border-color: #0363D7 !important; }
  .dark-mode .v4-venue-offer-modal .btn-choose-file {
    background-color: #3D4148; }
    .dark-mode .v4-venue-offer-modal .btn-choose-file span {
      color: white; }
  .dark-mode .v4-venue-offer-modal .select2-selection,
  .dark-mode .v4-venue-offer-modal input,
  .dark-mode .v4-venue-offer-modal select,
  .dark-mode .v4-venue-offer-modal textarea {
    background-color: #3D4148 !important;
    border-color: #3D4148 !important; }
  .dark-mode .v4-venue-offer-modal .field-label {
    color: white; }
  .dark-mode .v4-venue-offer-modal .icon-right svg {
    stroke: white !important; }
  .dark-mode .v4-venue-offer-modal .atbd-upload__file li .file-name {
    width: 72%;
    overflow: hidden; }
  .dark-mode .v4-venue-offer-modal .atbd-upload__file li:hover {
    background-color: transparent !important; }
  .dark-mode .v4-venue-offer-modal .atbd-upload__file li .name-text {
    color: #C2C5CC !important; }
  .dark-mode .v4-venue-offer-modal .atbd-upload__file li svg {
    stroke: #FFFFFF !important; }
  .dark-mode .v4-venue-offer-modal .atbd-upload__button .btn-upload {
    background-color: #3D4148;
    border-color: #6B7280 !important;
    color: #C2C5CC !important; }
  .dark-mode .v4-venue-offer-modal .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: white !important; }
  .dark-mode .v4-venue-offer-modal .repeat-offer-arrow {
    stroke: white !important; }
  .dark-mode .v4-venue-offer-modal .custom-checkbox input[type="checkbox"] + label::after {
    background-color: #25282D;
    border-color: #7F8694; }
  .dark-mode .v4-venue-offer-modal .custom-checkbox input[type="checkbox"]:checked + label:after {
    border: 1px solid #0363D7;
    background: #0363D7; }
.dark-mode .v4-venue-offer-modal .ss-custom-text-dark {
  color: #fff !important; }

@media (max-width: 991px) {
  .v4-venue-offer-modal {
    width: 100%;
    overflow-x: hidden; }
    .v4-venue-offer-modal .select-custom-profile {
      align-items: initial; }

  .v4-venue-offer-modal form {
    overflow: initial; }

  .modal-v4-venue-offer-modal-size .close-management-calendar-new {
    display: none; }

  .modal-v4-venue-offer-modal-size .modal-content {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden; }
  .modal-v4-venue-offer-modal-size .upload-contract-container,
  .modal-v4-venue-offer-modal-size .upload-files-container {
    padding-top: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .modal-v4-venue-offer-modal-size .mobile-close {
    display: block !important; }
  .modal-v4-venue-offer-modal-size .alert-linked-ticket {
    margin: 10px 0;
    padding: 0 14px; }
  .modal-v4-venue-offer-modal-size .gap-field {
    margin-bottom: 20px; }
  .modal-v4-venue-offer-modal-size .drag-text {
    display: none; }
  .modal-v4-venue-offer-modal-size .field-label {
    margin-bottom: 14px; }
  .modal-v4-venue-offer-modal-size .v4-venue-offer-modal form {
    max-height: 600px; }
  .modal-v4-venue-offer-modal-size .modal-header {
    display: block;
    padding: 12px 14px 8px 14px; }
    .modal-v4-venue-offer-modal-size .modal-header .button-actions {
      display: flex;
      justify-content: space-between;
      margin-top: 18px; }
  .modal-v4-venue-offer-modal-size .alert-linked-offer {
    margin: 10px 14px; }
  .modal-v4-venue-offer-modal-size .invite-options {
    padding-left: 16px; }
  .modal-v4-venue-offer-modal-size .field-part {
    padding: 0 14px; }
  .modal-v4-venue-offer-modal-size .select-profile {
    padding: 0 14px !important;
    margin-left: 0 !important; }
  .modal-v4-venue-offer-modal-size .choose-act-opt {
    width: 100%; }
  .modal-v4-venue-offer-modal-size .select-custom-profile {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .modal-v4-venue-offer-modal-size .atbd-upload__file li .file-name {
    width: 72%;
    overflow: hidden; }
    .modal-v4-venue-offer-modal-size .atbd-upload__file li .file-name .name-text {
      max-width: 290px; }
  .modal-v4-venue-offer-modal-size .mrk-v4-uploaded-contract-file {
    margin-bottom: 10px; }
  .modal-v4-venue-offer-modal-size .mrk-delete-offer {
    display: none !important; }
  .modal-v4-venue-offer-modal-size .modal-title {
    font-size: 16px !important; }
  .modal-v4-venue-offer-modal-size .custom-radio input[type="radio"] + label:before {
    top: 45% !important; } }
@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.ss-fake-border-popup-v5 {
  padding: 1px;
  border-radius: 4px;
  background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%); }

.ss-bg-fake-border-popup-v5 {
  background: #F3F5F7;
  border-radius: 4px; }

body.dark-mode:not(.no-dark-mode) .ss-bg-fake-border-popup-v5 {
  background: #181818;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px); }
  body.dark-mode:not(.no-dark-mode) .ss-bg-fake-border-popup-v5 .modal-header, body.dark-mode:not(.no-dark-mode) .ss-bg-fake-border-popup-v5 .modal-body {
    background: transparent; }

.info_balance_payout {
  padding: 24px;
  background: #F3F5F7;
  border-radius: 4px; }
  .info_balance_payout .ss-grid-cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    width: 100%; }
  .info_balance_payout .flex-1 {
    flex: 1; }
  .info_balance_payout .mr-12px {
    margin-right: 12px; }
  .info_balance_payout p {
    margin: 0;
    padding: 0;
    font-family: 'Greycliff CF Regular', sans-serif; }
  .info_balance_payout .close {
    color: #25282D;
    opacity: 1;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center; }
  .info_balance_payout .title-p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #25282D;
    font-family: 'Greycliff CF Regular', sans-serif; }
  .info_balance_payout .price-balance {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #25282D;
    margin-bottom: 32px;
    font-family: 'Greycliff CF Regular', sans-serif; }
  .info_balance_payout .menu-tab {
    height: 40px; }
  .info_balance_payout .menu-tab .menu-tab-item {
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    color: #25282D;
    display: inline-block;
    cursor: pointer;
    font-family: 'Greycliff CF Regular', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px; }
  .info_balance_payout .menu-tab .menu-tab-item.active {
    background: #FFF;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px; }
  .info_balance_payout .tab-content {
    display: none;
    padding: 16px;
    background: #FFF;
    border-radius: 8px; }
    .info_balance_payout .tab-content#tab-1 {
      border-top-left-radius: 0; }
  .info_balance_payout .tab-content.show {
    display: block; }
  .info_balance_payout .box-content {
    border-radius: 6px;
    overflow: hidden;
    padding: 16px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .info_balance_payout .box-content .box-header h2 {
    font-size: 16px;
    color: #7F8694;
    line-height: 16px;
    font-family: 'Greycliff CF Bold', sans-serif;
    margin-bottom: 8px; }
  .info_balance_payout .box-content .box-header p {
    font-size: 14px;
    color: #969BA7;
    line-height: 14px;
    font-family: 'Greycliff CF Regular', sans-serif;
    margin-bottom: 24px; }
  .info_balance_payout .box-content .box-main .box-item {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%; }
  .info_balance_payout .box-content .box-main .box-item p {
    font-size: 32px;
    color: #25282D;
    line-height: 32px;
    font-family: 'Greycliff CF Bold', sans-serif; }
  .info_balance_payout .mb-0 {
    margin-bottom: 0; }
  .info_balance_payout .px-0-im {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .info_balance_payout .ss-custom-btn {
    background: transparent !important;
    border-radius: 4px !important;
    outline: none;
    border: none;
    cursor: pointer; }
    .info_balance_payout .ss-custom-btn .btn-group button {
      border-radius: 4px !important;
      background: rgba(19, 126, 252, 0.2) !important;
      outline: none;
      border: none;
      cursor: pointer;
      color: white !important;
      width: 96px; }
  .info_balance_payout .ml-4px {
    margin-left: 4px; }
  .info_balance_payout .mr-0-im {
    margin-right: 0 !important; }
  .info_balance_payout .ss-custom-h-table-payout {
    max-height: calc(100vh - 450px);
    padding-right: 4px; }
  .info_balance_payout .ss-custom-top-leas .label {
    font-size: 12px;
    background: #F3F5F7;
    position: absolute;
    top: -8px;
    left: 14px;
    width: 180px;
    height: 18px; }
    .info_balance_payout .ss-custom-top-leas .label .rel {
      position: relative;
      width: 100%;
      height: 18px; }
      .info_balance_payout .ss-custom-top-leas .label .rel span {
        position: absolute;
        top: 0;
        left: 6px;
        z-index: 2;
        background: transparent !important;
        padding: 0; }
      .info_balance_payout .ss-custom-top-leas .label .rel .ss-custom-bg-line-2 {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
  .info_balance_payout #mrk-email-receive-payout-report {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 6px; }
    .info_balance_payout #mrk-email-receive-payout-report::placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .info_balance_payout .ss-label-email {
    margin-bottom: 6px; }

.save-received-payout-emails {
  box-sizing: border-box;
  padding-left: 16px; }
  .save-received-payout-emails .ss-btn-save-email {
    width: 80px;
    height: 42px;
    border: none;
    outline: none;
    border-radius: 21px;
    background: #137EFC;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff; }

body.dark-mode:not(.no-dark-mode) .info_balance_payout {
  background: rgba(24, 24, 24, 0.5); }
  body.dark-mode:not(.no-dark-mode) .info_balance_payout .ss-custom-top-leas .label {
    background: rgba(24, 24, 24, 0.5); }
    body.dark-mode:not(.no-dark-mode) .info_balance_payout .ss-custom-top-leas .label .rel .ss-custom-bg-line-2 {
      height: 10px;
      background: rgba(24, 24, 24, 0.5); }
    body.dark-mode:not(.no-dark-mode) .info_balance_payout .ss-custom-top-leas .label .rel span {
      color: #7F8694 !important; }
  body.dark-mode:not(.no-dark-mode) .info_balance_payout #mrk-email-receive-payout-report {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2); }

body.dark-mode:not(.no-dark-mode) .info_balance_payout .close {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1); }
  body.dark-mode:not(.no-dark-mode) .info_balance_payout .close svg {
    width: 18px;
    height: 18px; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .close, body.dark-mode:not(.no-dark-mode) .info_balance_payout .ss-label-email {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .title-p {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .price-balance {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .menu-tab .menu-tab-item {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .box-content .box-header h2 {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .box-content .box-header p {
  color: rgba(255, 255, 255, 0.8); }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .box-content .box-main .box-item p {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .ss-table-custom-v5 {
  margin-bottom: 0px;
  background: transparent !important; }
  body.dark-mode:not(.no-dark-mode) .info_balance_payout .ss-table-custom-v5 thead {
    background: transparent !important; }
  body.dark-mode:not(.no-dark-mode) .info_balance_payout .ss-table-custom-v5 th {
    background-color: transparent; }
  body.dark-mode:not(.no-dark-mode) .info_balance_payout .ss-table-custom-v5 tbody tr {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 6px; }
  body.dark-mode:not(.no-dark-mode) .info_balance_payout .ss-table-custom-v5 .border-bottom {
    border-bottom: 10px solid transparent !important; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .menu-tab .menu-tab-item.active {
  background: rgba(255, 255, 255, 0.05);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .tab-content {
  background: rgba(255, 255, 255, 0.05); }
  body.dark-mode:not(.no-dark-mode) .info_balance_payout .tab-content#tab-1 {
    border-top-left-radius: 0; }
body.dark-mode:not(.no-dark-mode) .info_balance_payout .box-content {
  border: 1px solid rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 600px) {
  .info_balance_payout {
    padding: 16px; }
    .info_balance_payout .ss-grid-cols-2 {
      grid-template-columns: 1fr;
      grid-gap: 16px; } }
@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.table-payout {
  width: 100%;
  background: #fff; }
  .table-payout p, .table-payout td {
    padding: 0;
    margin: 0;
    color: #25282D;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600; }
  .table-payout thead {
    background: #E6EDF0;
    padding: 16px; }
  .table-payout thead tr th p {
    padding: 16px;
    color: #7F8694; }
  .table-payout tbody tr {
    border-bottom: 1px solid #E6EAF0; }
  .table-payout tr td {
    padding: 16px; }
  .table-payout .uppercase {
    text-transform: uppercase; }
  .table-payout span.status {
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #25282D;
    font-family: 'Greycliff CF Regular', sans-serif;
    display: inline-flex;
    height: 24px;
    border-radius: 12px;
    justify-content: center;
    align-items: center; }
  .table-payout span.status.blue-bg {
    background: rgba(24, 91, 174, 0.2);
    border: 1px solid rgba(24, 91, 174, 0.5);
    color: #1361B4; }
  .table-payout span.status.green-bg {
    background: rgba(14, 233, 98, 0.2);
    border: 1px solid rgba(14, 233, 98, 0.5);
    color: #148843; }
  .table-payout .warning-bg {
    background: rgba(240, 68, 56, 0.2);
    border: 1px solid rgba(240, 68, 56, 0.5);
    color: #f12516; }
  .table-payout .text-left {
    text-align: left; }
  .table-payout .text-greycliff {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Greycliff CF Regular', sans-serif; }
  .table-payout .ss-custom-btn .btn-group button.btn-download-payout {
    background: rgba(19, 126, 252, 0.2);
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-left: 8px;
    outline: none;
    border: none;
    padding: 0; }
    .table-payout .ss-custom-btn .btn-group button.btn-download-payout img {
      width: 16px;
      height: 16px; }

.pagination-layout-table {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  padding: 16px 0 0; }
  .pagination-layout-table .pagination-link,
  .pagination-layout-table .pagination-link-disable {
    width: 32px;
    height: 32px;
    color: #25282D;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4.5px 12.75px;
    margin: 2.5px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #3D4148; }
  .pagination-layout-table .pagination-link.active {
    color: #FFF;
    border-radius: 16px;
    border: 1px solid #137EFC;
    background: #137EFC; }
  .pagination-layout-table .pagination-link-disable.disabled,
  .pagination-layout-table .pagination-link-disable.dots {
    cursor: no-drop; }
  .pagination-layout-table .pagination-link:hover,
  .pagination-layout-table .pagination-link-disable:hover {
    color: #FFF;
    border: 1px solid #137EFC;
    background: #137EFC; }

.dark-mode .pagination-layout-table .pagination-link,
.dark-mode .pagination-layout-table .pagination-link-disable {
  color: #FFFFFF; }

.pagination-layout-table span {
  cursor: pointer;
  border: 1px solid #E6EAF0;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center; }

.pagination-layout-table .previous-payout {
  margin-right: 8px; }

body.dark-mode:not(.no-dark-mode) .table-payout {
  background: transparent; }

body.dark-mode:not(.no-dark-mode) .table-payout p, body.dark-mode:not(.no-dark-mode) .table-payout td {
  color: #FFFFFF; }

body.dark-mode:not(.no-dark-mode) .table-payout thead {
  background: transparent; }

body.dark-mode:not(.no-dark-mode) .table-payout thead tr th p {
  color: #FFF; }

body.dark-mode:not(.no-dark-mode) .table-payout tbody tr {
  border-bottom: 1px solid #3D4148; }

body.dark-mode:not(.no-dark-mode) .table-payout span.status {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .table-payout span.status.blue-bg {
  background: rgba(24, 91, 174, 0.2);
  border: 1px solid rgba(24, 91, 174, 0.5); }
body.dark-mode:not(.no-dark-mode) .table-payout span.status.green-bg {
  background: rgba(14, 233, 98, 0.2);
  border: 1px solid rgba(14, 233, 98, 0.5); }
body.dark-mode:not(.no-dark-mode) .table-payout .warning-bg {
  background: rgba(240, 68, 56, 0.2);
  border: 1px solid rgba(240, 68, 56, 0.5); }
body.dark-mode:not(.no-dark-mode) .table-payout .text-left {
  text-align: left; }
body.dark-mode:not(.no-dark-mode) .table-payout .text-greycliff {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Greycliff CF Regular', sans-serif; }

@media screen and (max-width: 600px) {
  .table-payout {
    border: 0;
    background: transparent; }
    .table-payout caption {
      font-size: 1.3em; }
    .table-payout thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .table-payout thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .table-payout tr {
      display: block;
      margin-bottom: .625em;
      background: #fff; }
    .table-payout td {
      display: block;
      text-align: right; }
    .table-payout td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold; }
    .table-payout td:last-child {
      border-bottom: 0; }
    .table-payout tr td {
      padding: 16px 16px 0; }

  body.dark-mode:not(.no-dark-mode) .table-payout {
    background: transparent; }
    body.dark-mode:not(.no-dark-mode) .table-payout tr {
      background: #303338; }
    body.dark-mode:not(.no-dark-mode) .table-payout td::before {
      color: #C2C5CC; } }
.box-office-page .box-office-content-container {
  padding: 1em 3em; }
  .box-office-page .box-office-content-container .seach-promo-codes {
    border: 1px solid grey; }
.box-office-page .left-section {
  border-right: 1px solid grey; }
.box-office-page .right-section {
  border-left: 1px solid grey; }
.box-office-page .select-coupon .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }
.box-office-page .select-coupon .select2-container .select2-selection--single .select2-selection__clear {
  display: block; }
.box-office-page .bo-mobile-search-attendee {
  display: none; }
.box-office-page .height-48 {
  height: 48px; }
.box-office-page .cart-number {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 2px;
  background: #137efc;
  border: 2px solid #137efc;
  color: white;
  text-align: center;
  position: absolute;
  top: -15px;
  right: -15px;
  font: 14px Arial, sans-serif; }
.box-office-page .input-container.icon-left input.ticket-detail-price-field {
  padding-left: 48px; }
@media (max-width: 991px) {
  .box-office-page .bo-search-field {
    padding: 15px 0; }
  .box-office-page .box-office-content-container {
    padding: 2em 1em; }
  .box-office-page .bo-ticket-detail-field {
    width: 33.33%; }
  .box-office-page .order-content-container {
    justify-content: center; }
  .box-office-page .bo-mobile-search-attendee {
    display: flex; }
  .box-office-page .more-other-ticket-time {
    margin-top: 1em; } }
.box-office-page .cart-attendee-info {
  margin-top: 20px;
  margin-left: 20px; }
.box-office-page .remove-from-cart {
  cursor: pointer;
  color: #9FA5C1; }

.title-question {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 16px; }

.question-checkout .required::after {
  content: '*';
  color: blue; }

.required-question::after {
  content: '*';
  color: blue; }

.box-office-page-v4 .left-section {
  border-right: 1px solid #E6EAF0; }
  .box-office-page-v4 .left-section .tick-artist label {
    color: #6B7280; }
  .box-office-page-v4 .left-section .best-available-select {
    width: 42px;
    padding-left: 2px; }
  .box-office-page-v4 .left-section .btn-best-seats-box-office {
    box-shadow: unset;
    border: 1px solid #137EFC !important; }
  .box-office-page-v4 .left-section .btn-best-seats-box-office:hover {
    color: #137efc;
    background-color: unset; }
.box-office-page-v4 .header-box-office {
  padding: 14px 24px; }
  .box-office-page-v4 .header-box-office .mgla {
    margin-left: -50px; }
  .box-office-page-v4 .header-box-office .mgld {
    margin-left: 50px; }
.box-office-page-v4 .title-box-office {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  text-align: left;
  color: #25282D; }
.box-office-page-v4 .select2-container--default .select2-selection--single,
.box-office-page-v4 .select2-container--default .select2-selection--multiple {
  border: 1px solid #CDD0D5;
  border-radius: 3px;
  height: 40px; }
.box-office-page-v4 .no-border .select2-container--default .select2-selection--single,
.box-office-page-v4 .no-border .select2-container--default .select2-selection--multiple {
  border: none; }
.box-office-page-v4 .no-border .b-light,
.box-office-page-v4 .no-border .btn-outline-lighten,
.box-office-page-v4 .no-border .new-member-modal button.b-light {
  border: none; }
.box-office-page-v4 .dropdown-click {
  border-radius: 6px; }
.box-office-page-v4 .pd-5 {
  padding: 5px !important; }
.box-office-page-v4 .pd-right-5 {
  padding-right: 5px !important; }
.box-office-page-v4 .card {
  background-color: transparent; }
.box-office-page-v4 .title-order {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  text-align: left;
  color: #25282D; }
.box-office-page-v4 .card-office {
  margin-right: 20px; }
  .box-office-page-v4 .card-office .cart-number {
    background: #12A329;
    border: 2px solid #FFFFFF;
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: -12px;
    right: -16px; }
.box-office-page-v4 .height-40 {
  height: 40px; }
.box-office-page-v4 .dropdown-menu {
  margin-top: 3px;
  min-width: 13rem;
  border-radius: 7px;
  padding-top: 5px;
  box-shadow: unset; }
  .box-office-page-v4 .dropdown-menu a:last-child {
    border-top: 1px solid #3D4148;
    padding-top: 10px !important; }
  .box-office-page-v4 .dropdown-menu .mrk-display-mode-text {
    cursor: pointer; }
.box-office-page-v4 .custom-switch {
  padding-left: 2.5rem; }
  .box-office-page-v4 .custom-switch .custom-control-label {
    line-height: 20px;
    color: #5a5f7d; }
.box-office-page-v4 .custom-switch.switch-sm .custom-control-label:before {
  width: 1.875rem;
  height: 1.138rem;
  left: -2.5rem; }
.box-office-page-v4 .custom-switch.switch-sm .custom-control-label:after {
  top: calc(0.041rem + 2.2px);
  left: calc(-2.5rem + 0px);
  width: calc(1.125rem - 4px);
  height: calc(1.125rem - 4px); }
.box-office-page-v4 .box-office-content-container {
  padding: 1em 3em 1.2em 0; }
.box-office-page-v4 .avatar.avatar-circle {
  border-radius: 6px; }
.box-office-page-v4 .avatar.avatar-lg {
  width: 78px;
  min-width: 78px;
  height: 78px;
  background: #ffffff;
  color: #25282D; }
  .box-office-page-v4 .avatar.avatar-lg .avatar-letter {
    font-size: 45px; }
.box-office-page-v4 .shadow-sm-custom {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important; }
.box-office-page-v4 .rounded-circle {
  -webkit-border-radius: 4% !important;
  border-radius: 4% !important; }
.box-office-page-v4 .ticket-ev-name {
  color: #25282D; }
.box-office-page-v4 .lb-ticket-ev-name {
  font-size: 20px;
  color: #6B7280; }
.box-office-page-v4 .title-coupon {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  color: #25282D; }
.box-office-page-v4 .select-coupon .select2-container--default .select2-selection--single,
.box-office-page-v4 .select-coupon .select2-container--default .select2-selection--multiple {
  border: 1px solid #E6EAF0;
  border-radius: 3px;
  height: 48px; }
.box-office-page-v4 .select-coupon .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7F8694; }
.box-office-page-v4 .title-donation {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  color: #25282D; }
.box-office-page-v4 .select-coupon .input-text-custom {
  height: 48px;
  color: #7F8694; }
.box-office-page-v4 .title-ticket-lv {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  color: #25282D; }
.box-office-page-v4 .select-ticket-level .ticket-detail-row,
.box-office-page-v4 .select-add-ons .ticket-detail-row {
  background: #FCFCFD;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #E6EAF0; }
  .box-office-page-v4 .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .ticket-detail-name,
  .box-office-page-v4 .select-add-ons .ticket-detail-row .bo-ticket-detail-field .ticket-detail-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    color: #25282D;
    text-transform: uppercase; }
  .box-office-page-v4 .select-ticket-level .ticket-detail-row .bo-ticket-detail-field select,
  .box-office-page-v4 .select-add-ons .ticket-detail-row .bo-ticket-detail-field select {
    background-color: unset;
    color: #25282D;
    border: unset;
    text-transform: uppercase;
    font-size: 16px; }
  .box-office-page-v4 .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .sold,
  .box-office-page-v4 .select-add-ons .ticket-detail-row .bo-ticket-detail-field .sold {
    margin-left: 1.5rem;
    color: #7F8694;
    font-size: 12px; }
  .box-office-page-v4 .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .dollar,
  .box-office-page-v4 .select-add-ons .ticket-detail-row .bo-ticket-detail-field .dollar {
    font-size: 16px;
    color: #25282D; }
  .box-office-page-v4 .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .ticket-detail-price-field,
  .box-office-page-v4 .select-add-ons .ticket-detail-row .bo-ticket-detail-field .ticket-detail-price-field {
    background-color: unset;
    border: unset;
    color: #25282D;
    font-size: 16px; }
.box-office-page-v4 .title-add-ons {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  color: #25282D; }
.box-office-page-v4 .right-section {
  padding-left: 50px; }
  .box-office-page-v4 .right-section .total-card {
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 4px; }
    .box-office-page-v4 .right-section .total-card h4 {
      font-size: 24px;
      font-weight: 700;
      line-height: 28.13px;
      color: #25282D; }
    .box-office-page-v4 .right-section .total-card h3 {
      font-size: 30px;
      color: #3E94FD; }
  .box-office-page-v4 .right-section .attendee-info {
    margin-top: 30px; }
    .box-office-page-v4 .right-section .attendee-info h4 {
      font-size: 18px;
      font-weight: 600;
      line-height: 21.09px;
      color: #25282D; }
    .box-office-page-v4 .right-section .attendee-info .box-office-content-container {
      padding: 1.875em 0 0 0; }
      .box-office-page-v4 .right-section .attendee-info .box-office-content-container .form-group {
        position: relative;
        border: 1px solid #CDD0D5;
        border-radius: 5px;
        margin-bottom: 50px; }
        .box-office-page-v4 .right-section .attendee-info .box-office-content-container .form-group label {
          position: absolute;
          top: -12px;
          left: 12px;
          margin: 0;
          padding: 0 4px;
          z-index: 1;
          color: #25282D; }
        .box-office-page-v4 .right-section .attendee-info .box-office-content-container .form-group label:after {
          content: " ";
          position: absolute;
          background-color: #f4f5f7;
          width: 100%;
          height: 4px;
          left: 0;
          bottom: 9px;
          z-index: -1; }
        .box-office-page-v4 .right-section .attendee-info .box-office-content-container .form-group input {
          border: unset; }
    .box-office-page-v4 .right-section .attendee-info input.i-fullname:-internal-autofill-selected,
    .box-office-page-v4 .right-section .attendee-info input.i-phone:-internal-autofill-selected,
    .box-office-page-v4 .right-section .attendee-info input.i-email:-internal-autofill-selected,
    .box-office-page-v4 .right-section .attendee-info input.i-verify-email:-internal-autofill-selected {
      -webkit-text-fill-color: #495057;
      -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
      transition: background-color 5000s ease-in-out 0s; }
  .box-office-page-v4 .right-section .confirmation-delivery h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.09px;
    color: #25282D; }
  .box-office-page-v4 .right-section .confirmation-delivery .box-office-content-container {
    padding: 1.075em 0 1.875em; }
  .box-office-page-v4 .right-section .confirmation-delivery .custom-checkbox input[type="checkbox"] + label {
    min-width: 20px;
    min-height: 20px;
    font-size: 16px;
    color: #6B7280; }
  .box-office-page-v4 .right-section .confirmation-delivery .custom-checkbox input[type="checkbox"] + label:before {
    font-size: 14px; }
  .box-office-page-v4 .right-section .confirmation-delivery .custom-checkbox input[type="checkbox"] + label:after {
    width: 20px;
    height: 20px; }
  .box-office-page-v4 .right-section .choise-checkout h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.09px;
    color: #25282D;
    margin-top: 10px; }
  .box-office-page-v4 .right-section .choise-checkout .box-office-content-container {
    padding: 1.075em 0 1.875em; }
  .box-office-page-v4 .right-section .choise-checkout .custom-radio input[type="radio"] + label span {
    color: #6B7280;
    font-size: 16px;
    line-height: 18.75px; }
  .box-office-page-v4 .right-section .choise-checkout .custom-radio input[type="radio"] + label:before {
    width: 8px;
    height: 8px;
    left: 6px;
    top: 56%; }
  .box-office-page-v4 .right-section .choise-checkout .custom-radio input[type="radio"] + label:after {
    width: 20px;
    height: 20px;
    background: #FFFFFF; }
  .box-office-page-v4 .right-section .choise-checkout .custom-radio input[type="radio"] + .radio-card-disabled:after {
    background-color: #C2C5CC; }
  .box-office-page-v4 .right-section .choise-checkout .custom-radio input[type="radio"]:checked + label:after {
    background-color: #0363D7;
    border: 1px solid #0363D7; }
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .btn-justify-content {
    justify-content: end; }
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .btn-add-to-cart {
    background-color: #12A329;
    padding: 18px 50px 18px 50px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF; }
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .checkout-now {
    background-color: #167EFC;
    padding: 18px 50px 18px 50px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF; }
  .box-office-page-v4 .right-section .box-office-content-container {
    padding: 1.8em 1.5em 1.8em 1.5em; }
.box-office-page-v4 .full-checkout-2 #cart-sumary {
  height: 100%;
  margin-left: 3rem;
  margin-right: 0.5rem; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .avt-checkout {
    width: 72px;
    min-width: 72px;
    height: 72px;
    margin-right: 10px;
    border-radius: 6px;
    background: #f1f2f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #25282D; }
    .box-office-page-v4 .full-checkout-2 #cart-sumary .avt-checkout .avatar-letter {
      font-size: 35px; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .avt-checkout img {
    width: 100%;
    height: 100%; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .ticket-evt-name {
    font-size: 24px;
    color: #25282D;
    font-weight: 700; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .color-time {
    color: #6B7280;
    font-size: 16px; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .quantity-summary {
    font-size: 16px; }
    .box-office-page-v4 .full-checkout-2 #cart-sumary .quantity-summary .path-ticket {
      color: #25282D; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-top {
    background: #FFFFFF;
    border-bottom: 2px dotted #CDD0D5; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom {
    background: #FFFFFF; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F3F5F7; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom .inner-top {
    margin-top: -30px; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom .inner-left {
    float: left;
    margin-left: -45px; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom .inner-right {
    float: right;
    margin-right: -45px; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom ul li {
    color: #25282D; }
  .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom ul .total-checkout span {
    font-size: 18px; }
.box-office-page-v4 .full-checkout-2 #step-payment {
  border-right: 1px solid #E6EAF0; }
  .box-office-page-v4 .full-checkout-2 #step-payment .arrow-left,
  .box-office-page-v4 .full-checkout-2 #step-payment .text-arrow-left {
    color: #25282D; }
  .box-office-page-v4 .full-checkout-2 #step-payment .text-gray-600 {
    color: #6B7280; }
  .box-office-page-v4 .full-checkout-2 #step-payment #cash-info .txt-warning,
  .box-office-page-v4 .full-checkout-2 #step-payment #comp-info .txt-warning {
    background: rgba(239, 23, 23, 0.57);
    padding: 0;
    border-radius: 4px;
    margin-top: 10px; }
    .box-office-page-v4 .full-checkout-2 #step-payment #cash-info .txt-warning p,
    .box-office-page-v4 .full-checkout-2 #step-payment #comp-info .txt-warning p {
      font-weight: 400;
      padding: 10px;
      margin: 0 !important;
      color: #25282D; }
  .box-office-page-v4 .full-checkout-2 #step-payment #card-info b {
    font-size: 20px; }
  .box-office-page-v4 .full-checkout-2 #step-payment #btn-place-order {
    color: #FFFFFF !important;
    background-color: #167EFC; }
.box-office-page-v4 .full-checkout-2 #step-info {
  border-right: 1px solid #E6EAF0; }
  .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .custom-radio input[type="radio"] + .radio-card-disabled:after {
    background-color: #C2C5CC; }
  .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .custom-radio input[type="radio"]:checked + label:after {
    background-color: #0363D7;
    border: 1px solid #0363D7; }
.box-office-page-v4 .full-checkout-2 #step-confirmation {
  border-right: 1px solid #E6EAF0; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .back-box .back {
    background-color: #FFFFFF;
    color: #167EFC !important;
    border-color: #167EFC; }
    .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .back-box .back svg {
      margin-right: 5px; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .back-box .view-ticket-button {
    background-color: #167EFC;
    border-color: #167EFC;
    margin-right: 10px;
    padding: 0 25px; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .back-box #print-ticket-button {
    background-color: #12A329;
    border-color: #12A329;
    margin-left: 10px;
    padding: 0 25px; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .txt-success {
    background-color: rgba(36, 160, 43, 0.19);
    padding: 15px 0;
    border-radius: 4px; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .txt-success .close-noti {
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #000; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .txt-success b {
    color: #12A329; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .txt-success p {
    color: #12A329; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .text-primary-custom {
    color: #25282D; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .more-other-ticket-time {
    flex-direction: row; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .more-other-ticket-time div b {
    color: #25282D;
    font-size: 18px; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .more-other-ticket-time div span {
    color: #25282D;
    font-size: 16px; }
  .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .more-other-ticket-time span {
    font-size: 18px;
    color: #25282D;
    font-weight: bold; }
@media screen and (max-width: 992px) {
  .box-office-page-v4 #bo-ticket-info {
    padding-top: 64px; }
  .box-office-page-v4 .m-mb-0 {
    margin: 0 0 24px !important; }
  .box-office-page-v4 .d-mb-block {
    display: block; } }

.dark-mode .main-content {
  background-color: #25282D; }
.dark-mode .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px; }
.dark-mode .box-office-page-v4 .card-office .view-cart svg {
  color: unset; }
.dark-mode .box-office-page-v4 .header-box-office .select2-container--default .select2-selection--single,
.dark-mode .box-office-page-v4 .header-box-office .select2-container--default .select2-selection--multiple {
  background-color: #3D4148; }
.dark-mode .box-office-page-v4 .header-box-office .dropdown-menu {
  background-color: #25282D !important;
  border: 1px solid #3D4148; }
.dark-mode .box-office-page-v4 .header-box-office .dropdown-click .btn-group button.pd-5 {
  border-radius: 0 5px 5px 0 !important; }
.dark-mode .box-office-page-v4 .header-box-office .dropdown .btn-group button {
  background-color: #3D4148 !important; }
.dark-mode .box-office-page-v4 .custom-switch .custom-control-label {
  color: #FFFFFF; }
.dark-mode .box-office-page-v4 .card {
  border-radius: unset;
  border: unset;
  background: unset !important;
  box-shadow: unset; }
  .dark-mode .box-office-page-v4 .card .left-section {
    border-right: 1px solid #3D4148; }
    .dark-mode .box-office-page-v4 .card .left-section .tick-artist label {
      color: #CDD0D5; }
    .dark-mode .box-office-page-v4 .card .left-section .tick-artist .custom-checkbox input[type="checkbox"] + label:after {
      background: unset; }
    .dark-mode .box-office-page-v4 .card .left-section .tick-artist .custom-checkbox input[type="checkbox"]:checked + label:after {
      background-color: #0363D7;
      border: 1px solid #0363D7; }
    .dark-mode .box-office-page-v4 .card .left-section .best-available-select {
      border: 1px solid #3D4148; }
    .dark-mode .box-office-page-v4 .card .left-section .btn-best-seats-box-office {
      border: 1px solid #3D4148 !important;
      color: #C2C5CC; }
  .dark-mode .box-office-page-v4 .card .lb-ticket-ev-name {
    color: #CDD0D5; }
  .dark-mode .box-office-page-v4 .card .select-coupon .select2-container--default .select2-selection--single,
  .dark-mode .box-office-page-v4 .card .select-coupon .select2-container--default .select2-selection--multiple {
    border: 1px solid #3D4148;
    background-color: #25282D; }
  .dark-mode .box-office-page-v4 .card .select-coupon .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #C2C5CC; }
  .dark-mode .box-office-page-v4 .card .select-ticket-level .ticket-detail-row,
  .dark-mode .box-office-page-v4 .card .select-add-ons .ticket-detail-row {
    background: #303338;
    border-bottom: 1px solid #25282D; }
  .dark-mode .box-office-page-v4 .card .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .ticket-detail-name,
  .dark-mode .box-office-page-v4 .card .select-add-ons .ticket-detail-row .bo-ticket-detail-field .ticket-detail-name {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .card .select-ticket-level .ticket-detail-row .bo-ticket-detail-field select,
  .dark-mode .box-office-page-v4 .card .select-add-ons .ticket-detail-row .bo-ticket-detail-field select {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .card .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .sold {
    color: #969BA7; }
  .dark-mode .box-office-page-v4 .card .select-ticket-level .ticket-detail-row .bo-ticket-detail-field select option,
  .dark-mode .box-office-page-v4 .card .select-add-ons .ticket-detail-row .bo-ticket-detail-field select option {
    background: #25282D; }
  .dark-mode .box-office-page-v4 .card .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .dollar,
  .dark-mode .box-office-page-v4 .card .select-add-ons .ticket-detail-row .bo-ticket-detail-field .dollar {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .card .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .ticket-detail-price-field,
  .dark-mode .box-office-page-v4 .card .select-add-ons .ticket-detail-row .bo-ticket-detail-field .ticket-detail-price-field {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .card .right-section .total-card {
    background-color: #303338;
    border-radius: 4px; }
  .dark-mode .box-office-page-v4 .card .right-section .total-card h4 {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .card .right-section .attendee-info h4 {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .card .right-section .attendee-info input.i-fullname:-internal-autofill-selected,
  .dark-mode .box-office-page-v4 .card .right-section .attendee-info input.i-phone:-internal-autofill-selected,
  .dark-mode .box-office-page-v4 .card .right-section .attendee-info input.i-email:-internal-autofill-selected,
  .dark-mode .box-office-page-v4 .card .right-section .attendee-info input.i-verify-email:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0 1000px #25282D inset;
    transition: background-color 5000s ease-in-out 0s; }
  .dark-mode .box-office-page-v4 .card .right-section .confirmation-delivery h4 {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .card .right-section .confirmation-delivery .custom-checkbox input[type="checkbox"]:checked + label:after {
    background-color: #0363D7;
    border: 1px solid #0363D7; }
  .dark-mode .box-office-page-v4 .card .right-section .confirmation-delivery .custom-checkbox input[type="checkbox"] + label:after {
    background: unset; }
  .dark-mode .box-office-page-v4 .card .right-section .choise-checkout h4 {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .card .right-section .choise-checkout .custom-radio input[type="radio"] + .radio-card-disabled:after {
    background-color: #C2C5CC; }
  .dark-mode .box-office-page-v4 .card .right-section .choise-checkout .custom-radio input[type="radio"]:checked + label:after {
    background-color: #0363D7;
    border: 1px solid #0363D7; }
  .dark-mode .box-office-page-v4 .card .right-section .choise-checkout .custom-radio input[type="radio"] + label:after {
    background: unset; }
  .dark-mode .box-office-page-v4 .card .right-section .attendee-info .box-office-content-container .form-group {
    border: 1px solid #7F8694; }
    .dark-mode .box-office-page-v4 .card .right-section .attendee-info .box-office-content-container .form-group label:after {
      background-color: #25282D;
      bottom: 9px; }
  .dark-mode .box-office-page-v4 .card .right-section .attendee-info .box-office-content-container label,
  .dark-mode .box-office-page-v4 .card .right-section .confirmation-delivery .box-office-content-container label {
    color: #CDD0D5; }
  .dark-mode .box-office-page-v4 .card .right-section .choise-checkout .box-office-content-container label span {
    color: #CDD0D5; }
  .dark-mode .box-office-page-v4 .card .right-section .attendee-info .box-office-content-container input,
  .dark-mode .box-office-page-v4 .card .right-section .confirmation-delivery .box-office-content-container input {
    color: #FFFFFF;
    background-color: #25282D;
    border: unset; }
  .dark-mode .box-office-page-v4 .card .right-section .attendee-info .box-office-content-container input::-webkit-input-placeholder {
    color: #7F8694 !important; }
  .dark-mode .box-office-page-v4 .card .select-coupon #mrk_donation_input {
    border: 1px solid #3D4148;
    background-color: #25282D; }
.dark-mode .box-office-page-v4 .full-checkout-2 #card-info b {
  font-size: 20px; }
.dark-mode .box-office-page-v4 .full-checkout-2 #step-payment {
  border-right: 1px solid #3D4148; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-payment .arrow-left,
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-payment .text-arrow-left {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-payment .text-gray-600 {
    color: #CDD0D5; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-payment .payment-cards .custom-checkbox input[type="checkbox"] + label:after {
    background: unset; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-payment .payment-cards .custom-checkbox input[type="checkbox"]:checked + label:after {
    background-color: #0363D7;
    border: 1px solid #0363D7; }
.dark-mode .box-office-page-v4 .full-checkout-2 #step-payment #cash-info .txt-warning,
.dark-mode .box-office-page-v4 .full-checkout-2 #step-payment #comp-info .txt-warning {
  background: rgba(239, 23, 23, 0.25); }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-payment #cash-info .txt-warning p,
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-payment #comp-info .txt-warning p {
    color: #FFFFFF; }
.dark-mode .box-office-page-v4 .full-checkout-2 #step-payment #card-info #card-element {
  background-color: #3D4148;
  border-radius: 4px;
  padding: 10px !important; }
.dark-mode .box-office-page-v4 .full-checkout-2 #step-payment .custom-checkbox {
  color: #CDD0D5; }
.dark-mode .box-office-page-v4 .full-checkout-2 #step-payment .bo-charge-card {
  border: 1px solid #167EFC;
  color: #FFFFFF; }
.dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary {
  margin-left: 3rem;
  margin-right: 0.5rem; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-top {
    background: #303338;
    border-bottom: 2px dotted #CDD0D5; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom {
    background: #303338; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom i {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #25282D; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom .inner-top {
      margin-top: -30px; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom .inner-left {
      float: left;
      margin-left: -45px; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom .inner-right {
      float: right;
      margin-right: -45px; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom ul li {
      color: #FFFFFF; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .inner-total-bottom ul .total-checkout span {
      font-size: 18px; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .avt-checkout {
    width: 72px;
    min-width: 72px;
    height: 72px;
    margin-right: 10px; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .avt-checkout img {
      width: 100%;
      height: 100%; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .ticket-evt-name {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .color-time {
    color: #CDD0D5;
    font-size: 16px; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .path-ticket {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #cart-sumary .quantity-summary {
    font-size: 16px; }
.dark-mode .box-office-page-v4 .full-checkout-2 #step-info {
  border-right: 1px solid #3D4148; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise {
    margin-top: 0 !important; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container input {
      color: #FFFFFF;
      background-color: #3D4148;
      border: unset; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container input::-webkit-input-placeholder {
      color: #7F8694 !important; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container .custom-checkbox label {
      color: #FFFFFF; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container input.i-cart-fullname:-internal-autofill-selected,
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container input.i-cart-phone:-internal-autofill-selected,
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container input.i-cart-email:-internal-autofill-selected,
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container input.i-cart-verify-email:-internal-autofill-selected {
      -webkit-text-fill-color: #FFFFFF;
      -webkit-box-shadow: 0 0 0 1000px #3D4148 inset;
      transition: background-color 5000s ease-in-out 0s; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container .select2-selection--single {
      border: 1px solid #3D4148;
      background-color: #25282D; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container .custom-checkbox input[type="checkbox"] + label:after {
      background: unset; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container .custom-checkbox input[type="checkbox"]:checked + label:after {
      background-color: #0363D7;
      border: 1px solid #0363D7; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container .custom-radio label span {
      color: #CDD0D5; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container .custom-radio input[type="radio"] + .radio-card-disabled:after {
      background-color: #C2C5CC; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container .custom-radio input[type="radio"] + label:after {
      background: unset; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-info .step-info-choise .box-office-content-container .custom-radio input[type="radio"]:checked + label:after {
      background-color: #0363D7;
      border: 1px solid #0363D7; }
.dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation {
  border-right: 1px solid #3D4148; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .back-box .back {
    background-color: #25282D;
    color: #167EFC !important;
    border-color: #167EFC; }
    .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .back-box .back svg {
      margin-right: 5px; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .back-box .view-ticket-button {
    background-color: #167EFC;
    border-color: #167EFC;
    margin-right: 10px;
    padding: 0 25px; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .back-box #print-ticket-button {
    background-color: #12A329;
    border-color: #12A329;
    margin-left: 10px;
    padding: 0 25px; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .txt-success {
    background-color: rgba(36, 160, 43, 0.25);
    padding: 15px 0;
    border-radius: 4px; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .txt-success .close-noti {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .txt-success b {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .txt-success p {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .text-primary-custom {
    color: #FFFFFF; }
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .more-other-ticket-time b,
  .dark-mode .box-office-page-v4 .full-checkout-2 #step-confirmation .confirmation-option .more-other-ticket-time span {
    color: #FFFFFF; }
.dark-mode .select2-container .dropdown_search_box_office {
  background-color: #25282D !important;
  box-shadow: unset;
  border: 1px solid #3D4148; }
.dark-mode .select2-container .dropdown_search_box_office input {
  background-image: url(/../assets/icon_search_white.png);
  background-color: #25282D;
  border: 1px solid #3D4148 !important;
  box-shadow: unset; }
.dark-mode .select2-container .dropdown_search_box_office input::-webkit-input-placeholder {
  color: #969BA7 !important; }
.dark-mode .select2-container .dropdown_search_promo_codes {
  box-shadow: unset; }
.dark-mode .select2-container .dropdown_search_promo_codes input {
  background-color: #1f1d1e; }
.dark-mode .box-office-page-v4 .question-text-area-custom {
  background-color: #3D4148 !important;
  color: white !important;
  border: none !important;
  padding: 0.375rem 1.2rem !important; }

@media (min-width: 768px) and (max-width: 1180px) {
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .arrow-left,
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .text-arrow-left {
      color: #000000; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-top {
      padding-top: 15px !important; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-bottom .inner-left {
      margin-left: -40px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-bottom .inner-right {
      margin-right: -40px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .ticket-evt-name {
      font-size: 16px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .quantity-summary {
      font-size: 14px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation {
      width: 100%; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box .back {
        padding: 5px 10px;
        background-color: #F3F5F7;
        color: #167EFC !important;
        border-color: #167EFC; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box .btn-success {
        padding: 8px;
        margin-right: 5px;
        background-color: #167EFC;
        border-color: #167EFC; }
        .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box .btn-success svg {
          width: 25px;
          height: 25px;
          margin-right: 0; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box #print-ticket-button {
        padding: 8px;
        margin-left: 5px;
        background-color: #12A329;
        border-color: #12A329; }
        .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box #print-ticket-button svg {
          width: 25px;
          height: 25px;
          margin-right: 0; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success {
        background-color: rgba(36, 160, 43, 0.69);
        border-radius: 4px;
        padding: 10px 5px; }
        .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success b, .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success p {
          color: #25282D; }
        .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success .close-noti {
          font-size: 24px;
          line-height: 1;
          cursor: pointer;
          color: #000; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option {
    margin-right: 0 !important;
    padding-right: 16px;
    padding-left: 16px; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .back {
    padding-left: 5px;
    padding-right: 5px; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .view-ticket-button {
    padding: 0 10px;
    margin-right: 5px; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box #print-ticket-button {
    padding: 0 10px;
    margin-left: 5px; }

  .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-top {
      padding-top: 15px !important; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-bottom .inner-left {
      margin-left: -40px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-bottom .inner-right {
      margin-right: -40px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .ticket-evt-name {
      font-size: 16px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .quantity-summary {
      font-size: 14px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .arrow-left,
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .text-arrow-left {
      color: #FFFFFF; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success {
      background-color: rgba(36, 160, 43, 0.25); }
      .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success b, .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success p {
        color: #FFFFFF; }
      .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success .close-noti {
        color: #FFFFFF; } }
@media (min-width: 768px) and (max-width: 820px) {
  .box-office-page-v4 #bo-ticket-info {
    padding-top: 80px !important; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option {
      margin-right: 0 !important;
      padding-right: 16px;
      padding-left: 16px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .back {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 13px; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .back svg {
        width: 15px;
        height: 15px;
        margin-right: 0; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .view-ticket-button {
      padding: 0 5px;
      margin-right: 3px;
      font-size: 13px; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .view-ticket-button svg {
        margin-right: 2px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box #print-ticket-button {
      padding: 0 5px;
      margin-left: 3px;
      font-size: 13px; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box #print-ticket-button svg {
        margin-right: 2px; } }
@media (min-width: 1181px) and (max-width: 1280px) {
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .back {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .back svg {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .view-ticket-button {
    padding: 0 10px;
    margin-right: 5px;
    font-size: 14px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box .view-ticket-button svg {
      margin-right: 4px; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box #print-ticket-button {
    padding: 0 10px;
    margin-left: 5px;
    font-size: 14px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .back-box #print-ticket-button svg {
      margin-right: 4px; } }
@media (max-width: 991px) {
  main.main-content {
    top: 0 !important; }
    main.main-content .container-fluid {
      padding: 0; }

  .box-office-page-v4 .custom-switch .custom-control-label {
    color: #5a5f7d; }
  .box-office-page-v4 .header-box-office {
    padding: 0; }
    .box-office-page-v4 .header-box-office .mobile-scroll {
      width: 100%;
      border-bottom: 1px solid #C2C5CC;
      padding: 10px 15px !important;
      position: fixed;
      z-index: 1000;
      background: #FFFFFF; }
      .box-office-page-v4 .header-box-office .mobile-scroll .header-left {
        margin: 0;
        width: unset;
        justify-content: space-between !important; }
        .box-office-page-v4 .header-box-office .mobile-scroll .header-left .title-box-office {
          font-size: 16px; }
      .box-office-page-v4 .header-box-office .mobile-scroll .header-right .cart-number {
        background: #12A329;
        border: 2px solid #FFFFFF;
        width: 16px;
        height: 16px;
        font-size: 11px;
        top: -6px;
        right: -10px;
        padding: 0; }
      .box-office-page-v4 .header-box-office .mobile-scroll .header-right .dropdown-click {
        background: #f4f5f7 !important; }
        .box-office-page-v4 .header-box-office .mobile-scroll .header-right .dropdown-click .btn-outline-lighten {
          border: none; }
    .box-office-page-v4 .header-box-office .tab-search {
      padding-top: 90px; }
      .box-office-page-v4 .header-box-office .tab-search .mgla {
        margin-left: 0; }
      .box-office-page-v4 .header-box-office .tab-search .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 30px; }
  .box-office-page-v4 .sticky_box_order {
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #F3F5F7;
    left: 0;
    top: 61px;
    padding: 1.5em 1em 0 1em !important; }
  .box-office-page-v4 .sticky-padding-important {
    padding-bottom: 5.5em !important; }
  .box-office-page-v4 .sticky_total_card {
    position: fixed;
    z-index: 999;
    background: #F3F5F7;
    left: 0;
    top: 61px;
    margin: 0 auto;
    margin-left: 15px;
    margin-top: 110px;
    width: 92%; }
  .box-office-page-v4 #bo-ticket-info .info-step-1 {
    margin: 0;
    padding: 0 !important; }
    .box-office-page-v4 #bo-ticket-info .info-step-1 .split-screen {
      margin: 0; }
    .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section {
      border-right: unset; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .title-order,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .title-coupon,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .title-ticket-lv,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .title-add-ons {
        font-size: 16px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .order-content-container,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .select-coupon,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .select-ticket-level,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .select-add-ons {
        padding: 1.5em 0 1.5em 0; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .avatar.avatar-lg {
        width: 70px;
        min-width: 70px;
        height: 70px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .ticket-ev-name,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .lb-ticket-ev-name {
        font-size: 16px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .input-container .input-icon.icon-left {
        left: 8px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .left-section .input-container.icon-left input {
        padding-left: 20px; }
    .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section {
      padding-left: 15px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .total-card {
        padding: 1em 1.5em 1em 1.5em; }
        .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .total-card h4, .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .total-card h3 {
          font-size: 18px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .attendee-info h4,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .confirmation-delivery h4,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .choise-checkout h4 {
        font-size: 16px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .attendee-info .box-office-content-container,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .confirmation-delivery .box-office-content-container,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .choise-checkout .box-office-content-container {
        padding: 1.075em 0; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .attendee-info .custom-radio input[type="radio"] + label span,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .confirmation-delivery .custom-radio input[type="radio"] + label span,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .choise-checkout .custom-radio input[type="radio"] + label span {
        font-size: 14px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .attendee-info .custom-radio input[type="radio"] + label:before,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .confirmation-delivery .custom-radio input[type="radio"] + label:before,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .choise-checkout .custom-radio input[type="radio"] + label:before {
        width: 6px;
        height: 6px;
        left: 5.2px;
        top: 42%; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .attendee-info .custom-radio input[type="radio"] + label:after,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .confirmation-delivery .custom-radio input[type="radio"] + label:after,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .choise-checkout .custom-radio input[type="radio"] + label:after {
        width: 16px;
        height: 16px; } }
    @media (max-width: 991px) and (max-width: 320px) {
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .attendee-info .custom-radio input[type="radio"] + label,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .confirmation-delivery .custom-radio input[type="radio"] + label,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .choise-checkout .custom-radio input[type="radio"] + label {
        padding-left: 15px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .attendee-info .custom-radio input[type="radio"] + label span,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .confirmation-delivery .custom-radio input[type="radio"] + label span,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .choise-checkout .custom-radio input[type="radio"] + label span {
        font-size: 12px; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .attendee-info .custom-radio input[type="radio"] + label:before,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .confirmation-delivery .custom-radio input[type="radio"] + label:before,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .choise-checkout .custom-radio input[type="radio"] + label:before {
        width: 4px;
        height: 4px;
        left: 4px;
        top: 48%; }
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .attendee-info .custom-radio input[type="radio"] + label:after,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .confirmation-delivery .custom-radio input[type="radio"] + label:after,
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .choise-checkout .custom-radio input[type="radio"] + label:after {
        width: 12px;
        height: 12px;
        top: 3px; } }
@media (max-width: 991px) {
      .box-office-page-v4 #bo-ticket-info .info-step-1 .right-section .btn-addcard-or-checkout .btn-add-to-cart {
        padding: 0 1.197rem; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .arrow-left,
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .text-arrow-left {
      color: #000000; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-top {
      padding-top: 15px !important; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-bottom .inner-left {
      margin-left: -40px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-bottom .inner-right {
      margin-right: -40px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .ticket-evt-name {
      font-size: 16px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .quantity-summary {
      font-size: 14px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation {
      width: 100%; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box .back {
        padding: 5px 10px;
        background-color: #F3F5F7;
        color: #167EFC !important;
        border-color: #167EFC; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box .btn-success {
        padding: 8px;
        margin-right: 5px;
        background-color: #167EFC;
        border-color: #167EFC; }
        .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box .btn-success svg {
          width: 25px;
          height: 25px;
          margin-right: 0; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box #print-ticket-button {
        padding: 8px;
        margin-left: 5px;
        background-color: #12A329;
        border-color: #12A329; }
        .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .back-box #print-ticket-button svg {
          width: 25px;
          height: 25px;
          margin-right: 0; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success {
        background-color: rgba(36, 160, 43, 0.69);
        border-radius: 4px;
        padding: 10px 5px; }
        .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success b, .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success p {
          color: #25282D; }
        .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success .close-noti {
          font-size: 24px;
          line-height: 1;
          cursor: pointer;
          color: #000; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-payment {
    padding-left: 16px;
    padding-right: 16px;
    border-right: unset; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-payment .info-payment .payment-cards {
      margin-right: unset !important;
      margin-left: unset !important; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-payment .txt-accept {
      margin: 0 !important;
      padding-bottom: 30px; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-info {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
    border-right: unset; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-info .step-info-choise {
      margin-left: 0 !important;
      margin-bottom: 0 !important; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-info .step-info-choise .checkout-attendee-info {
        padding-right: 0 !important; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-info .step-info-choise .box-office-content-container {
        padding-right: 0; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-info .step-info-choise .sbm-checkout {
        margin-bottom: 0 !important;
        padding-bottom: 30px; }
  .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .more-event-ticket h3 {
      font-size: 16px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .more-event-ticket .img-more {
      height: 8rem !important; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .more-event-ticket .img-more img {
        border-radius: 6px; }
    .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .more-event-ticket .content-more {
      margin-left: 20px; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .more-event-ticket .content-more .more-other-ticket-time {
        flex-direction: column; }
      .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-confirmation .confirmation-option .more-event-ticket .content-more .more-other-ticket-time div {
        padding-bottom: 10px; }

  .dark-mode .box-office-page-v4 .header-box-office .mobile-scroll {
    background: #303338; }
    .dark-mode .box-office-page-v4 .header-box-office .mobile-scroll .icon-menu svg path {
      stroke: white; }
    .dark-mode .box-office-page-v4 .header-box-office .mobile-scroll .header-right .dropdown-click {
      background: #303338 !important; }
    .dark-mode .box-office-page-v4 .header-box-office .mobile-scroll .header-right .dropdown-click .btn-outline-lighten {
      border: none;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .dark-mode .box-office-page-v4 .header-box-office .tab-search {
    background-color: #25282D; }
    .dark-mode .box-office-page-v4 .header-box-office .tab-search .select2-selection {
      background-color: #3D4148; }
  .dark-mode .box-office-page-v4 #bo-ticket-info .card {
    background-color: #25282D;
    border-radius: unset;
    border: unset;
    box-shadow: unset; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .left-section .lb-ticket-ev-name {
      color: #CDD0D5; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .sticky_box_order {
      background: #25282D; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .sticky_total_card {
      background: #303338; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .total-card h4 {
      color: white !important; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-coupon .select2-container--default .select2-selection--single,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-coupon .select2-container--default .select2-selection--multiple {
      border: 1px solid #3D4148; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-coupon .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #C2C5CC; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-coupon .select2-container--default .select2-selection--single .select2-selection__arrow:after {
      color: #C2C5CC; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-ticket-level .ticket-detail-row,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-add-ons .ticket-detail-row {
      background: #303338;
      border-bottom: 1px solid #3D4148; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .ticket-detail-name,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-add-ons .ticket-detail-row .bo-ticket-detail-field .ticket-detail-name {
      color: #FFFFFF; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .dollar,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-add-ons .ticket-detail-row .bo-ticket-detail-field .dollar {
      color: #FFFFFF; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-ticket-level .ticket-detail-row .bo-ticket-detail-field .ticket-detail-price-field,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .select-add-ons .ticket-detail-row .bo-ticket-detail-field .ticket-detail-price-field {
      color: #FFFFFF; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .total-card {
      background-color: #303338; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .attendee-info h4,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .confirmation-delivery h4,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .choise-checkout h4 {
      color: #FFFFFF; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .attendee-info .box-office-content-container label,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .confirmation-delivery .box-office-content-container label,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .choise-checkout .box-office-content-container label {
      color: #FFFFFF; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .attendee-info .box-office-content-container input,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .confirmation-delivery .box-office-content-container input,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .choise-checkout .box-office-content-container input {
      color: #FFFFFF;
      background-color: #25282D;
      border: unset; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .attendee-info .custom-radio input[type="radio"] + label span,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .confirmation-delivery .custom-radio input[type="radio"] + label span,
    .dark-mode .box-office-page-v4 #bo-ticket-info .card .right-section .choise-checkout .custom-radio input[type="radio"] + label span {
      color: #CDD0D5; }
  .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-top {
      padding-top: 15px !important; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-bottom .inner-left {
      margin-left: -40px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .inner-total-bottom .inner-right {
      margin-right: -40px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .ticket-evt-name {
      font-size: 16px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .quantity-summary {
      font-size: 14px; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .arrow-left,
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .text-arrow-left {
      color: #FFFFFF; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success {
      background-color: rgba(36, 160, 43, 0.25); }
      .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success b, .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success p {
        color: #FFFFFF; }
      .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #cart-sumary .screen-confirmation .txt-success .close-noti {
        color: #FFFFFF; }
  .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-payment {
    padding-left: 16px;
    padding-right: 16px;
    border-right: unset; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-payment .info-payment .payment-cards {
      margin-right: unset !important;
      margin-left: unset !important; }
    .dark-mode .box-office-page-v4 #bo-ticket-info .full-checkout-2 #step-payment .txt-accept {
      margin: 0 !important;
      padding-bottom: 30px; }

  .dark-mode .select2-container .dropdown_search_box_office input {
    background-image: url(/../assets/icon_search_white.png); } }
@media (max-width: 430px) {
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .btn-justify-content {
    justify-content: space-around; }
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .btn-add-to-cart {
    width: 70%;
    padding: 12px 16px 12px 16px;
    margin-right: 1rem !important; }
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .checkout-now {
    width: 100%;
    padding: 12px 16px 12px 16px; } }
@media (max-width: 375px) {
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .btn-justify-content {
    justify-content: space-around; }
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .btn-add-to-cart {
    width: 70%;
    padding: 12px 16px 12px 16px;
    margin-right: 1rem !important; }
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .checkout-now {
    width: 100%;
    padding: 12px 16px 12px 16px; } }
@media (max-width: 320px) {
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .btn-justify-content {
    justify-content: space-around; }
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .btn-add-to-cart {
    width: 70%;
    padding: 12px 16px 12px 16px;
    margin-right: 1rem !important; }
  .box-office-page-v4 .right-section .btn-addcard-or-checkout .checkout-now {
    width: 100%;
    padding: 12px 16px 12px 16px; } }
.select2-container .dropdown_venue_list {
  padding-top: 8px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px; }

.select2-container .dropdown_search_box_office input {
  background-image: url(/../assets/icon_search.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 4% 10px !important;
  padding: 4px 5px 4px 35px !important;
  border-radius: 6px;
  height: 38px;
  border-color: #C2C5CC !important; }

.select2-container .dropdown_search_box_office input::-webkit-input-placeholder {
  color: #7F8694 !important; }

.pass-price-field {
  pointer-events: none !important;
  background-color: unset !important;
  border: unset !important;
  color: #25282D !important;
  font-size: 16px !important; }

.box-office-page-v4 .question-text-area-custom {
  line-height: 1.5 !important; }

.dark-mode .pass-price-field {
  color: #FFF !important; }
.card-reader-welcome {
  background-color: unset !important;
  border: unset;
  box-shadow: unset; }
  .card-reader-welcome .noti-flash {
    margin: 0 auto;
    width: 50%; }
  .card-reader-welcome .logo-card-reader {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem; }
  .card-reader-welcome .title-welcome {
    color: #25282D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .card-reader-welcome .content-welcome {
    width: 50%;
    margin: 0 auto;
    color: #25282D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .card-reader-welcome .buttons .setup-reader {
    display: flex;
    width: 180px;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #167EFC;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; }
  .card-reader-welcome .buttons .contact-us {
    display: flex;
    width: 130px;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #167EFC;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; }
  .card-reader-welcome .btn-continue a {
    display: flex;
    width: 327px;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: 1px solid #167EFC;
    color: #167EFC;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; }

.card-reader-new {
  background-color: unset !important;
  border: unset;
  box-shadow: unset; }
  .card-reader-new .noti-flash {
    margin: 0 auto;
    width: 50%; }
    .card-reader-new .noti-flash .alert.alert-dismissible .close {
      padding: 0 10px;
      top: 20px; }
    .card-reader-new .noti-flash .alert.alert-dismissible .close svg {
      width: 18px; }
  .card-reader-new .logo-card-reader {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem; }
  .card-reader-new .title-new {
    color: #25282D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .card-reader-new .content-new {
    width: 50%;
    margin: 0 auto;
    color: #25282D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .card-reader-new .form_register .reader-name {
    color: #25282D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
  .card-reader-new .form_register .reader-code {
    color: #25282D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
  .card-reader-new .form_register .btn-register-card {
    height: 40px;
    padding: 12px 16px;
    border-radius: 5px;
    background: #167EFC;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; }
  .card-reader-new .form_register .input-autofill:-internal-autofill-selected {
    -webkit-text-fill-color: #495057;
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
    transition: background-color 5000s ease-in-out 0s; }
  .card-reader-new .form_register .label-in {
    position: relative;
    border: 1px solid #CDD0D5;
    border-radius: 3px;
    margin-bottom: 30px; }
  .card-reader-new .form_register .label-in input {
    border: unset;
    margin-bottom: 0;
    box-shadow: unset; }
  .card-reader-new .form_register .label-in label {
    position: absolute;
    top: -12px;
    left: 12px;
    margin: 0;
    padding: 0 4px;
    z-index: 1;
    color: #25282D; }
  .card-reader-new .form_register .label-in label:after {
    content: " ";
    position: absolute;
    background-color: #f4f5f7;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 8px;
    z-index: -1; }

.card-reader-list {
  padding: 0.5rem 3rem; }
  .card-reader-list .social-dash-wrap h4 {
    color: #25282D;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .card-reader-list .social-dash-wrap a.btn-add {
    width: 148px;
    height: 48px;
    padding: 12px 16px;
    border-radius: 5px;
    background: #167EFC;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; }
  .card-reader-list .table-custom thead tr th {
    padding: 15px;
    color: #7F8694;
    border-radius: unset;
    background-color: #E6EDF0; }
  .card-reader-list .table-custom tbody {
    background-color: #FCFCFD; }
    .card-reader-list .table-custom tbody tr td {
      padding: 15px;
      color: #25282D; }
      .card-reader-list .table-custom tbody tr td .status-card-reader.tag-success {
        border-radius: 2px;
        background: #12A329;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 4px 10px; }
      .card-reader-list .table-custom tbody tr td .status-card-reader.tag-light {
        border-radius: 2px;
        background: #eff0f3;
        color: #9299b8;
        text-transform: uppercase;
        padding: 4px 10px; }
      .card-reader-list .table-custom tbody tr td a:link {
        -webkit-tap-highlight-color: unset; }

.ss-custom-style-wg .ss-bg-white-custom {
  background: #fff; }
.ss-custom-style-wg .mb-8 {
  margin-bottom: 32px; }
.ss-custom-style-wg .mb-6 {
  margin-bottom: 24px; }
.ss-custom-style-wg .ml-2 {
  margin-left: 8px; }
.ss-custom-style-wg .pl-6 {
  padding-left: 24px; }
.ss-custom-style-wg .text-6B7280 {
  color: #6B7280; }
.ss-custom-style-wg .ss-input-top-label {
  position: relative; }
  .ss-custom-style-wg .ss-input-top-label .ss-label-top {
    background: #fff;
    left: 8px;
    padding: 4px;
    top: -12px;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #979797;
    z-index: 2; }
.ss-custom-style-wg .ss-title-box-h2 {
  font-size: 18px;
  font-weight: 600;
  color: #25282D;
  line-height: 23px; }
.ss-custom-style-wg .radio-vertical-list {
  display: grid;
  margin-bottom: 1.5rem;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .ss-custom-style-wg .radio-vertical-list .custom-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #167EFC; }
    .ss-custom-style-wg .radio-vertical-list .custom-radio .radio-text {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px; }
    .ss-custom-style-wg .radio-vertical-list .custom-radio input {
      display: none; }
  .ss-custom-style-wg .radio-vertical-list .custom-radio-img {
    padding: 4px 12px;
    margin-bottom: 0; }
    .ss-custom-style-wg .radio-vertical-list .custom-radio-img .payment-logo .image-logo {
      width: 40px;
      height: 40px;
      border-radius: 4px; }
  .ss-custom-style-wg .radio-vertical-list .custom-radio input[type="radio"] + label {
    min-width: 18px;
    min-height: 18px;
    font-size: 14px;
    display: flex;
    flex-flow: column;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 400; }
  .ss-custom-style-wg .radio-vertical-list .custom-radio input[type="radio"] + label:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 5px;
    top: 55%;
    font-weight: 900;
    display: block;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 2;
    transform: translateY(-50%);
    content: "";
    background: #FFFFFF; }
  .ss-custom-style-wg .radio-vertical-list .custom-radio input[type="radio"]:checked + label:before {
    opacity: 1;
    color: #FFFFFF; }
  .ss-custom-style-wg .radio-vertical-list .custom-radio input[type="radio"] + label:after {
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: "";
    border: 1px solid #c6d0dc; }
  .ss-custom-style-wg .radio-vertical-list .custom-radio input[type="radio"]:checked + label:after {
    background: #137efc;
    border: none; }
@media (min-width: 768px) {
  .ss-custom-style-wg .radio-vertical-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.dark-mode {
  background-color: #25282D !important; }
  .dark-mode .card-reader-welcome .content-welcome {
    color: #FFFFFF; }
  .dark-mode .card-reader-new .content-new {
    color: #FFFFFF; }
  .dark-mode .card-reader-new .form_register .input-autofill:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0 1000px #3D4148 inset;
    transition: background-color 5000s ease-in-out 0s; }
  .dark-mode .card-reader-new .form_register .label-in {
    border: 1px solid #7F8694; }
  .dark-mode .card-reader-new .form_register .label-in input {
    color: #FFFFFF;
    background-color: #25282D;
    border: unset; }
  .dark-mode .card-reader-new .form_register .label-in label {
    color: #CDD0D5; }
  .dark-mode .card-reader-new .form_register .label-in label:after {
    background-color: #25282D;
    bottom: 8px; }
  .dark-mode .card-reader-list .table-custom thead tr th {
    background-color: #3D4148;
    color: #C2C5CC; }
  .dark-mode .card-reader-list .table-custom tbody {
    background-color: #303338; }
    .dark-mode .card-reader-list .table-custom tbody tr td {
      color: #FFFFFF; }
      .dark-mode .card-reader-list .table-custom tbody tr td .status-card-reader {
        padding: 4px 8px; }
      .dark-mode .card-reader-list .table-custom tbody tr td .dropdown-custom-ss {
        background-color: unset !important; }
        .dark-mode .card-reader-list .table-custom tbody tr td .dropdown-custom-ss .show {
          box-shadow: unset; }
  .dark-mode .ss-custom-style-wg .ss-bg-white-custom {
    background: #303338; }
  .dark-mode .ss-custom-style-wg .text-6B7280 {
    color: #6B7280; }
  .dark-mode .ss-custom-style-wg .ss-input-top-label .ss-label-top {
    background: transparent; }
  .dark-mode .ss-custom-style-wg .ss-title-box-h2 {
    color: #fff; }
  .dark-mode .ss-custom-style-wg .cart-fees-container {
    background: #3D4148; }

@media (min-width: 1441px) {
  .card-reader-new .noti-flash .alert.alert-dismissible .close {
    padding: 0 10px;
    top: 10px; } }
@media (min-width: 768px) and (max-width: 1168px) {
  .card-reader-new .noti-flash .alert.alert-dismissible .close {
    padding: 0 10px !important;
    top: 22px !important; } }
@media (max-width: 991px) {
  .card-reader-welcome {
    padding: 0 !important; }
    .card-reader-welcome .noti-flash {
      width: 100%; }
    .card-reader-welcome .logo-card-reader img {
      width: 45%; }
    .card-reader-welcome .title-welcome {
      font-size: 24px; }
    .card-reader-welcome .content-welcome {
      width: 90%;
      font-size: 14px; }

  .card-reader-new {
    padding: 0 !important; }
    .card-reader-new .noti-flash {
      width: 100%; }
    .card-reader-new .logo-card-reader img {
      width: 45%; }
    .card-reader-new .title-new {
      font-size: 24px; }
    .card-reader-new .content-new {
      width: 90%;
      font-size: 14px; }
    .card-reader-new .form_register {
      margin-top: 10px; }
    .card-reader-new .noti-flash .alert.alert-dismissible .close {
      padding: 0;
      top: 32px; }

  .card-reader-list {
    padding: 0 0.5rem 0.5rem 0.5rem; }
    .card-reader-list .social-dash-wrap .header-mobile {
      width: 100%;
      border-bottom: 1px solid #C2C5CC;
      padding: 10px 15px !important;
      position: fixed;
      z-index: 1000;
      background: #FFFFFF; }
      .card-reader-list .social-dash-wrap .header-mobile .header-left {
        margin: 0; }
        .card-reader-list .social-dash-wrap .header-mobile .header-left h4 {
          color: #25282D;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
      .card-reader-list .social-dash-wrap .header-mobile .header-right a.btn-add {
        width: 100px;
        height: 48px;
        padding: 12px 16px; }
    .card-reader-list .list-card-info {
      padding-top: 80px;
      padding-bottom: 30px; }
      .card-reader-list .list-card-info .vertical-center .content-info-index {
        background-color: #FFFFFF; }
      .card-reader-list .list-card-info .vertical-center .dropdown-custom-ss a:link {
        -webkit-tap-highlight-color: unset; }
      .card-reader-list .list-card-info .vertical-center .p-name {
        color: #7F8694; }
      .card-reader-list .list-card-info .vertical-center .p-value {
        color: #25282D; }
      .card-reader-list .list-card-info .vertical-center .span-status.tag-success {
        border-radius: 2px;
        background: #12A329;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 4px 10px; }
      .card-reader-list .list-card-info .vertical-center .span-status.tag-light {
        border-radius: 2px;
        background: #eff0f3;
        color: #9299b8;
        text-transform: uppercase;
        padding: 4px 10px; }

  .dark-mode .card-reader-new .form_register .reader-name {
    color: #FFFFFF; }
  .dark-mode .card-reader-new .form_register .reader-code {
    color: #FFFFFF; }
  .dark-mode .card-reader-list .social-dash-wrap .header-mobile {
    background: #303338; }
    .dark-mode .card-reader-list .social-dash-wrap .header-mobile .header-left .icon-menu svg path {
      stroke: white; }
    .dark-mode .card-reader-list .social-dash-wrap .header-mobile .header-left h4 {
      color: #FFFFFF; }
  .dark-mode .card-reader-list .list-card-info .vertical-center .dropdown-custom-ss {
    background-color: unset !important; }
  .dark-mode .card-reader-list .list-card-info .vertical-center .content-info-index {
    background-color: #303338; }
  .dark-mode .card-reader-list .list-card-info .vertical-center .p-name {
    color: #ACB0BA; }
  .dark-mode .card-reader-list .list-card-info .vertical-center .p-value {
    color: #FFFFFF; } }
.public-kiosk .reader-instruction-img {
  max-height: 450px;
  margin: auto; }
.public-kiosk img.checkout-success {
  max-height: 250px; }
.public-kiosk img.checkout-failed {
  max-height: 200px; }
.public-kiosk .loading-gif {
  max-width: 70px;
  margin: auto; }
.ticket-order-pdf .pdf-embed {
  height: 600px; }
@media (max-width: 991px) {
  .ticket-order-pdf .pdf-embed {
    height: auto; } }
/*
colpick Color Picker / colpick.com
*/

/*Main container*/

.colpick {
    position: absolute;
    box-sizing: content-box;
    width: 346px;
    height: 170px;
    overflow: hidden;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    direction: ltr;
    background: #ebebeb;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    /*Prevents selecting text when dragging the selectors*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*Color selection box with gradients*/
.colpick .colpick_color {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 156px;
    height: 156px;
    overflow: hidden;
    outline: 1px solid #aaa;
    cursor: crosshair;
}

.colpick .colpick_color_overlay1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 156px;
    height: 156px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}

.colpick .colpick_color_overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 156px;
    height: 156px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

/*Circular color selector*/
.colpick .colpick_selector_outer {
    background: none;
    position: absolute;
    width: 11px;
    height: 11px;
    margin: -6px 0 0 -6px;
    border: 1px solid black;
    border-radius: 50%;
}

.colpick .colpick_selector_inner {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid white;
    border-radius: 50%;
}

/*Vertical hue bar*/
.colpick .colpick_hue {
    position: absolute;
    top: 6px;
    left: 175px;
    width: 19px;
    height: 156px;
    border: 1px solid #aaa;
    cursor: n-resize;
}

/*Hue bar sliding indicator*/
.colpick .colpick_hue_arrs {
    position: absolute;
    left: -8px;
    width: 35px;
    height: 7px;
    margin: -7px 0 0 0;
}

.colpick .colpick_hue_larr {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #858585;
}

.colpick .colpick_hue_rarr {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #858585;
}

/*New color box*/
.colpick .colpick_new_color {
    position: absolute;
    left: 207px;
    top: 6px;
    width: 60px;
    height: 27px;
    background: #f00;
    border: 1px solid #8f8f8f;
}

/*Current color box*/
.colpick .colpick_current_color {
    position: absolute;
    left: 277px;
    top: 6px;
    width: 60px;
    height: 27px;
    background: #f00;
    border: 1px solid #8f8f8f;
}

/*Input field containers*/
.colpick .colpick_field, .colpick .colpick_hex_field {
    position: absolute;
    height: 20px;
    width: 60px;
    overflow: hidden;
    background: #f3f3f3;
    color: #b8b8b8;
    font-size: 12px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.colpick .colpick_rgb_r {
    top: 40px;
    left: 207px;
}

.colpick .colpick_rgb_g {
    top: 67px;
    left: 207px;
}

.colpick .colpick_rgb_b {
    top: 94px;
    left: 207px;
}

.colpick .colpick_hsb_h {
    top: 40px;
    left: 277px;
}

.colpick .colpick_hsb_s {
    top: 67px;
    left: 277px;
}

.colpick .colpick_hsb_b {
    top: 94px;
    left: 277px;
}

.colpick .colpick_hex_field {
    width: 68px;
    left: 207px;
    top: 121px;
}

/*Text field container on focus*/
.colpick .colpick_focus {
    border-color: #999;
}

/*Field label container*/
.colpick .colpick_field_letter {
    position: absolute;
    width: 12px;
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    background: #efefef;
    border-right: 1px solid #bdbdbd;
    font-weight: bold;
    color: #777;
}

/*Text inputs*/
.colpick .colpick_field input, .colpick .colpick_hex_field input {
    position: absolute;
    right: 11px;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    background: transparent;
    border: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    text-align: right;
    outline: none;
}

.colpick .colpick_hex_field input {
    right: 4px;
}

/*Field up/down arrows*/
.colpick .colpick_field_arrs {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 21px;
    cursor: n-resize;
}

.colpick .colpick_field_uarr {
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #959595;
}

.colpick .colpick_field_darr {
    position: absolute;
    bottom: 5px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #959595;
}

/*Submit/Select button*/
.colpick .colpick_submit {
    position: absolute;
    left: 207px;
    top: 149px;
    width: 130px;
    height: 22px;
    line-height: 22px;
    background: #efefef;
    text-align: center;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.colpick .colpick_submit:hover {
    background: #f3f3f3;
    border-color: #999;
    cursor: pointer;
}

/*full layout with no submit button*/
.colpick.colpick_full_ns .colpick_submit,
.colpick.colpick_full_ns .colpick_current_color {
    display: none;
}

.colpick.colpick_full_ns .colpick_new_color {
    width: 130px;
    height: 25px;
}

.colpick.colpick_full_ns .colpick_rgb_r,
.colpick.colpick_full_ns .colpick_hsb_h {
    top: 42px;
}

.colpick.colpick_full_ns .colpick_rgb_g,
.colpick.colpick_full_ns .colpick_hsb_s {
    top: 73px;
}

.colpick.colpick_full_ns .colpick_rgb_b,
.colpick.colpick_full_ns .colpick_hsb_b {
    top: 104px;
}

.colpick.colpick_full_ns .colpick_hex_field {
    top: 135px;
}

/*rgbhex layout*/
.colpick.colpick_rgbhex .colpick_hsb_h,
.colpick.colpick_rgbhex .colpick_hsb_s,
.colpick.colpick_rgbhex .colpick_hsb_b {
    display: none;
}

.colpick.colpick_rgbhex {
    width: 282px;
}

.colpick.colpick_rgbhex .colpick_field,
.colpick.colpick_rgbhex .colpick_submit {
    width: 68px;
}

.colpick.colpick_rgbhex .colpick_new_color {
    width: 34px;
    border-right: none;
}

.colpick.colpick_rgbhex .colpick_current_color {
    width: 34px;
    left: 240px;
    border-left: none;
}

/*rgbhex layout, no submit button*/
.colpick.colpick_rgbhex_ns .colpick_submit,
.colpick.colpick_rgbhex_ns .colpick_current_color {
    display: none;
}

.colpick.colpick_rgbhex_ns .colpick_new_color {
    width: 68px;
    border: 1px solid #8f8f8f;
}

.colpick.colpick_rgbhex_ns .colpick_rgb_r {
    top: 42px;
}

.colpick.colpick_rgbhex_ns .colpick_rgb_g {
    top: 73px;
}

.colpick.colpick_rgbhex_ns .colpick_rgb_b {
    top: 104px;
}

.colpick.colpick_rgbhex_ns .colpick_hex_field {
    top: 135px;
}

/*hex layout*/
.colpick.colpick_hex .colpick_hsb_h,
.colpick.colpick_hex .colpick_hsb_s,
.colpick.colpick_hex .colpick_hsb_b,
.colpick.colpick_hex .colpick_rgb_r,
.colpick.colpick_hex .colpick_rgb_g,
.colpick.colpick_hex .colpick_rgb_b {
    display: none;
}

.colpick.colpick_hex {
    width: 206px;
    height: 201px;
}

.colpick.colpick_hex .colpick_hex_field {
    width: 72px;
    height: 25px;
    top: 168px;
    left: 80px;
}

.colpick.colpick_hex .colpick_hex_field div,
.colpick.colpick_hex .colpick_hex_field input {
    height: 25px;
    line-height: 25px;
}

.colpick.colpick_hex .colpick_new_color {
    left: 9px;
    top: 168px;
    width: 30px;
    border-right: none;
}

.colpick.colpick_hex .colpick_current_color {
    left: 39px;
    top: 168px;
    width: 30px;
    border-left: none;
}

.colpick.colpick_hex .colpick_submit {
    left: 164px;
    top: 168px;
    width: 30px;
    height: 25px;
    line-height: 25px;
}

/*hex layout, no submit button*/
.colpick.colpick_hex_ns .colpick_submit,
.colpick.colpick_hex_ns .colpick_current_color {
    display: none;
}

.colpick.colpick_hex_ns .colpick_hex_field {
    width: 80px;
}

.colpick.colpick_hex_ns .colpick_new_color {
    width: 60px;
    border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick.colpick_dark {
    background: #161616;
    border-color: #2a2a2a;
}

.colpick.colpick_dark .colpick_color {
    outline-color: #333;
}

.colpick.colpick_dark .colpick_hue {
    border-color: #555;
}

.colpick.colpick_dark .colpick_field,
.colpick.colpick_dark .colpick_hex_field {
    background: #101010;
    border-color: #2d2d2d;
}

.colpick.colpick_dark .colpick_field_letter {
    background: #131313;
    border-color: #2d2d2d;
    color: #696969;
}

.colpick.colpick_dark .colpick_field input,
.colpick.colpick_dark .colpick_hex_field input {
    color: #7a7a7a;
}

.colpick.colpick_dark .colpick_field_uarr {
    border-bottom-color: #696969;
}

.colpick.colpick_dark .colpick_field_darr {
    border-top-color: #696969;
}

.colpick.colpick_dark .colpick_focus {
    border-color: #444;
}

.colpick.colpick_dark .colpick_submit {
    background: #131313;
    border-color: #2d2d2d;
    color: #7a7a7a;
}

.colpick.colpick_dark .colpick_submit:hover {
    background-color: #101010;
    border-color: #444;
}
.align-items-center {
  align-items: center; }

.bg-yellow {
  background-color: yellow; }

.flex-direction-row {
  flex-direction: row !important; }

.flex-direction-column {
  flex-direction: column !important; }

.ticket-select-box .select2-selection--multiple, .select-multiple-auto-height .select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
  min-height: 48px; }
.ticket-select-box .select2-selection__clear, .select-multiple-auto-height .select2-selection__clear {
  margin-right: -10px !important; }

.select2-full-width .select2-search__field {
  width: 100% !important; }

.checkout-quantity {
  background-color: white;
  border-color: black;
  color: black; }

.checkout-amount {
  background-color: white;
  border-color: black;
  color: black;
  margin-right: 10px; }

.white-background {
  background-color: white; }

.overflow-y-hidden {
  overflow-y: hidden; }

.w-10 {
  width: 10%; }

.modal-md {
  max-width: 600px; }

.modal-xxl {
  max-width: 1200px; }

.validation-form label.error {
  color: #ff0000; }
.validation-form .required::after {
  content: '*';
  color: #ff0000; }

.one-line-limit {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden; }

.two-line-limit {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 3em;
  line-height: 1.5em;
  overflow: hidden; }

.two-line-limit {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 3em; }

.promo-container .hidden {
  display: none; }

.h4-two-line-limit {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 4em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

.fs-28 {
  font-size: 28px; }

.fs-18 {
  font-size: 18px; }

.custom-th svg {
  width: 15px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.avatar.avatar-xxl {
  width: 150px;
  min-width: 150px;
  height: 150px; }

.height-0 {
  height: 0; }

.text-success {
  color: #20c997 !important; }

.d-common-none {
  display: none !important; }

.h4-two-line-limit {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 4em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

.sidebar-toggle-icon {
  color: #adb4d2; }

.transparent-background {
  background: transparent; }

.w-64 {
  width: 16rem; }

.shadow-full {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3); }

.custom-radio-label-center:before {
  top: 50% !important;
  transform: translateY(-50%); }
.custom-radio-label-center:after {
  top: 50% !important;
  transform: translateY(-50%); }

@media (max-width: 991px) {
  .d-mobile-none {
    display: none !important; }

  .m-auto-mobile {
    margin: auto; }

  .mobile-flex-column {
    flex-direction: column; } }
@media (min-width: 992px) {
  .d-desktop-none {
    display: none !important; } }
body.dark-mode:not(.no-dark-mode) {
  --secondary-background-color: #1F1D1E;
  --primary-background-color: #000;
  --color-link-active: #137efc;
  --secondary-text-color: #868eae;
  --secondary-text-color1: white;
  --separator-color: #333;
  background-color: var(--primary-background-color);
  color: var(--secondary-text-color); }
  body.dark-mode:not(.no-dark-mode) .main-page-content {
    background-color: var(--primary-background-color); }
    body.dark-mode:not(.no-dark-mode) .main-page-content .card {
      border: none; }
  body.dark-mode:not(.no-dark-mode) .border-bottom {
    border-bottom: 1px solid var(--separator-color) !important; }
  body.dark-mode:not(.no-dark-mode) .border-top {
    border-top: 1px solid var(--separator-color) !important; }
  body.dark-mode:not(.no-dark-mode) .border-left {
    border-left: 1px solid var(--separator-color) !important; }
  body.dark-mode:not(.no-dark-mode) .border-b {
    border-color: var(--separator-color); }
  body.dark-mode:not(.no-dark-mode) .md\:border-l {
    border-color: var(--separator-color); }
  body.dark-mode:not(.no-dark-mode) .table thead th {
    border-color: var(--secondary-text-color); }
  body.dark-mode:not(.no-dark-mode) .table tr td {
    border-color: var(--secondary-text-color); }
  body.dark-mode:not(.no-dark-mode) .breadcrumb-main-custom input {
    background-color: var(--secondary-background-color); }
  body.dark-mode:not(.no-dark-mode) .search-form {
    background-color: var(--secondary-background-color);
    color: white; }
    body.dark-mode:not(.no-dark-mode) .search-form input {
      background-color: var(--secondary-background-color); }
  body.dark-mode:not(.no-dark-mode) .header-mode-switchable .select2-selection {
    background-color: var(--secondary-background-color);
    border: none; }
    body.dark-mode:not(.no-dark-mode) .header-mode-switchable .select2-selection .select2-selection__rendered {
      color: white; }
      body.dark-mode:not(.no-dark-mode) .header-mode-switchable .select2-selection .select2-selection__rendered .select2-search__field::placeholder {
        color: white !important; }
      body.dark-mode:not(.no-dark-mode) .header-mode-switchable .select2-selection .select2-selection__rendered .select2-selection__placeholder {
        color: white; }
    body.dark-mode:not(.no-dark-mode) .header-mode-switchable .select2-selection .select2-selection__arrow:after {
      color: white; }
  body.dark-mode:not(.no-dark-mode) .header-mode-switchable .date-range-select-field {
    background-color: var(--secondary-background-color);
    color: white; }
  body.dark-mode:not(.no-dark-mode) .header-mode-switchable .search-form input::placeholder {
    color: white !important; }
  body.dark-mode:not(.no-dark-mode) .header-mode-switchable .search-form svg {
    color: white; }
  body.dark-mode:not(.no-dark-mode) .header-mode-switchable .mode-switchable-container {
    background-color: var(--secondary-background-color) !important; }
    body.dark-mode:not(.no-dark-mode) .header-mode-switchable .mode-switchable-container a {
      color: white; }
      body.dark-mode:not(.no-dark-mode) .header-mode-switchable .mode-switchable-container a:hover {
        color: var(--color-link-active); }
  body.dark-mode:not(.no-dark-mode) .header-mode-switchable input {
    color: white; }
  body.dark-mode:not(.no-dark-mode) .dropdown {
    background-color: var(--secondary-background-color); }
    body.dark-mode:not(.no-dark-mode) .dropdown .btn-group button {
      border: none;
      background-color: var(--secondary-background-color); }
    body.dark-mode:not(.no-dark-mode) .dropdown .dropdown-menu {
      background-color: var(--secondary-background-color); }
      body.dark-mode:not(.no-dark-mode) .dropdown .dropdown-menu .dropdown-item {
        color: white; }
        body.dark-mode:not(.no-dark-mode) .dropdown .dropdown-menu .dropdown-item:hover {
          color: var(--color-link-active); }
        body.dark-mode:not(.no-dark-mode) .dropdown .dropdown-menu .dropdown-item:focus {
          background-color: var(--primary-background-color); }
  body.dark-mode:not(.no-dark-mode) .sidebar {
    background-color: #303338; }
    body.dark-mode:not(.no-dark-mode) .sidebar .profile-list {
      background: linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%);
      border: none; }
      body.dark-mode:not(.no-dark-mode) .sidebar .profile-list .profile-list-fake-border {
        background-color: rgba(255, 255, 255, 0.05) !important;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        border-radius: 4px; }
      @media screen and (max-width: 768px) {
        body.dark-mode:not(.no-dark-mode) .sidebar .profile-list .profile-list-fake-border {
          background: #3D4148 !important; } }
      body.dark-mode:not(.no-dark-mode) .sidebar .profile-list .profile-title {
        color: white; }
      body.dark-mode:not(.no-dark-mode) .sidebar .profile-list .profile-item span:first-child {
        color: white; }
  body.dark-mode:not(.no-dark-mode) .sidebar__menu-group ul.sidebar_nav li > a {
    color: white; }
    body.dark-mode:not(.no-dark-mode) .sidebar__menu-group ul.sidebar_nav li > a:hover {
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.15)) !important;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
  body.dark-mode:not(.no-dark-mode) .btn-outline-lighten {
    color: white; }
  body.dark-mode:not(.no-dark-mode) h1,
  body.dark-mode:not(.no-dark-mode) h2,
  body.dark-mode:not(.no-dark-mode) h3,
  body.dark-mode:not(.no-dark-mode) h4,
  body.dark-mode:not(.no-dark-mode) h5,
  body.dark-mode:not(.no-dark-mode) h6 {
    color: white; }
  body.dark-mode:not(.no-dark-mode) tr {
    color: white; }
  body.dark-mode:not(.no-dark-mode) .ui-datepicker tr {
    color: #666d92; }
  body.dark-mode:not(.no-dark-mode) .table-custom th {
    background-color: #000;
    color: var(--secondary-text-color); }
  body.dark-mode:not(.no-dark-mode) .modal-title {
    color: white;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left; }
  body.dark-mode:not(.no-dark-mode) .modal-header {
    background: #25282D;
    border: none; }
    body.dark-mode:not(.no-dark-mode) .modal-header button.close {
      color: white;
      opacity: unset; }
  body.dark-mode:not(.no-dark-mode) .modal-body {
    background: #25282D; }
  body.dark-mode:not(.no-dark-mode) .modal-footer {
    background: #25282D;
    border: none; }
  body.dark-mode:not(.no-dark-mode) .color-white-dark-mode {
    color: white; }
  body.dark-mode:not(.no-dark-mode) .color-secondary-header {
    color: #ACB0BA; }
  body.dark-mode:not(.no-dark-mode) .text-disable {
    color: #7F8694; }
  body.dark-mode:not(.no-dark-mode) .select2-container--default .select2-selection--single,
  body.dark-mode:not(.no-dark-mode) .select2-container--default .select2-selection--multiple {
    border: none; }
  body.dark-mode:not(.no-dark-mode) .submit-popup {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    background: #167EFC;
    border: none; }
  body.dark-mode:not(.no-dark-mode) .cancel-popup {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #CDD0D5;
    background: #3D4148;
    border: none; }
  body.dark-mode:not(.no-dark-mode) .drop-down-action-new-v4 {
    background: #25282D !important; }
  body.dark-mode:not(.no-dark-mode) textarea,
  body.dark-mode:not(.no-dark-mode) input,
  body.dark-mode:not(.no-dark-mode) select,
  body.dark-mode:not(.no-dark-mode) .select2-selection {
    background-color: #3D4148;
    color: white;
    border: none; }
  body.dark-mode:not(.no-dark-mode) .upload-product-img {
    background-color: var(--secondary-background-color); }
  body.dark-mode:not(.no-dark-mode) .dropdown-divider {
    border-color: var(--secondary-text-color); }
  body.dark-mode:not(.no-dark-mode) .btn-upload {
    border-color: var(--secondary-text-color); }
  body.dark-mode:not(.no-dark-mode) .input-group-prepend .input-group-text {
    background-color: var(--primary-background-color);
    border-color: var(--secondary-text-color); }
    body.dark-mode:not(.no-dark-mode) .input-group-prepend .input-group-text svg {
      color: var(--secondary-text-color1); }
  body.dark-mode:not(.no-dark-mode) .select2-container .select2-selection--single .select2-selection__rendered {
    color: white; }
  body.dark-mode:not(.no-dark-mode) input[type="file"] {
    color: white; }
  body.dark-mode:not(.no-dark-mode) .mode-switchable--primary-background {
    background-color: var(--primary-background-color) !important;
    color: white; }
  body.dark-mode:not(.no-dark-mode) .mode-switchable--secondary-background {
    background-color: var(--secondary-background-color) !important;
    color: white !important; }
  body.dark-mode:not(.no-dark-mode) .mode-switchable--text-color {
    color: var(--secondary-text-color); }
  body.dark-mode:not(.no-dark-mode) .mode-switchable--text-color1 {
    color: var(--secondary-text-color1); }
  body.dark-mode:not(.no-dark-mode) .dropdown-custom-ss a[data-toggle="dropdown"] {
    color: white; }
  body.dark-mode:not(.no-dark-mode) .modal-content {
    background-color: var(--secondary-background-color); }
  body.dark-mode:not(.no-dark-mode) .card {
    background-color: var(--secondary-background-color); }
  body.dark-mode:not(.no-dark-mode) .atbd-pagination__link {
    background-color: var(--primary-background-color); }
  body.dark-mode:not(.no-dark-mode) .atbd-pagination__item .page-selection {
    background-color: var(--primary-background-color); }
  body.dark-mode:not(.no-dark-mode) .atbd-pagination__item_custom .page-selection {
    background-color: var(--primary-background-color); }
  body.dark-mode:not(.no-dark-mode) .select2-dropdown {
    background-color: var(--secondary-background-color); }
    body.dark-mode:not(.no-dark-mode) .select2-dropdown .select2-results__option {
      color: white; }
  body.dark-mode:not(.no-dark-mode) .daterangepicker,
  body.dark-mode:not(.no-dark-mode) #ui-datepicker-div {
    background-color: var(--secondary-background-color);
    color: #ffffff; }
    body.dark-mode:not(.no-dark-mode) .daterangepicker td,
    body.dark-mode:not(.no-dark-mode) .daterangepicker th,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div td,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div th {
      background-color: var(--secondary-background-color);
      color: #ffffff; }
      body.dark-mode:not(.no-dark-mode) .daterangepicker td.prev, body.dark-mode:not(.no-dark-mode) .daterangepicker td.next,
      body.dark-mode:not(.no-dark-mode) .daterangepicker th.prev,
      body.dark-mode:not(.no-dark-mode) .daterangepicker th.next,
      body.dark-mode:not(.no-dark-mode) #ui-datepicker-div td.prev,
      body.dark-mode:not(.no-dark-mode) #ui-datepicker-div td.next,
      body.dark-mode:not(.no-dark-mode) #ui-datepicker-div th.prev,
      body.dark-mode:not(.no-dark-mode) #ui-datepicker-div th.next {
        background-color: #555; }
    body.dark-mode:not(.no-dark-mode) .daterangepicker td.available:hover,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div td.available:hover {
      background-color: #444;
      color: #ffffff; }
    body.dark-mode:not(.no-dark-mode) .daterangepicker .drp-buttons,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .drp-buttons {
      border-color: var(--separator-color); }
    body.dark-mode:not(.no-dark-mode) .daterangepicker .calendar-table,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .calendar-table {
      background-color: var(--secondary-background-color);
      color: #ffffff;
      border-color: var(--separator-color); }
      body.dark-mode:not(.no-dark-mode) .daterangepicker .calendar-table thead tr:first-child th,
      body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .calendar-table thead tr:first-child th {
        color: #ffffff; }
      body.dark-mode:not(.no-dark-mode) .daterangepicker .calendar-table th,
      body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .calendar-table th {
        color: #ffffff; }
        body.dark-mode:not(.no-dark-mode) .daterangepicker .calendar-table th.available:hover,
        body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .calendar-table th.available:hover {
          background-color: #555;
          color: #ffffff; }
      body.dark-mode:not(.no-dark-mode) .daterangepicker .calendar-table td.available,
      body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .calendar-table td.available {
        color: #ffffff; }
        body.dark-mode:not(.no-dark-mode) .daterangepicker .calendar-table td.available:hover,
        body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .calendar-table td.available:hover {
          background-color: #555;
          color: #ffffff; }
        body.dark-mode:not(.no-dark-mode) .daterangepicker .calendar-table td.available.in-range,
        body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .calendar-table td.available.in-range {
          background-color: var(--primary-background-color); }
          body.dark-mode:not(.no-dark-mode) .daterangepicker .calendar-table td.available.in-range.active.start-date:before, body.dark-mode:not(.no-dark-mode) .daterangepicker .calendar-table td.available.in-range.active.end-date.in-range:before,
          body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .calendar-table td.available.in-range.active.start-date:before,
          body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .calendar-table td.available.in-range.active.end-date.in-range:before {
            background-color: var(--primary-background-color); }
    body.dark-mode:not(.no-dark-mode) .daterangepicker.show-calendar .drp-selected,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div.show-calendar .drp-selected {
      color: white; }
    body.dark-mode:not(.no-dark-mode) .daterangepicker.show-calendar .cancelBtn,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div.show-calendar .cancelBtn {
      color: white; }
      body.dark-mode:not(.no-dark-mode) .daterangepicker.show-calendar .cancelBtn:hover,
      body.dark-mode:not(.no-dark-mode) #ui-datepicker-div.show-calendar .cancelBtn:hover {
        background-color: #444; }
    body.dark-mode:not(.no-dark-mode) .daterangepicker.show-calendar .calendar-table tbody td.available.in-range,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div.show-calendar .calendar-table tbody td.available.in-range {
      background-color: var(--primary-background-color); }
    body.dark-mode:not(.no-dark-mode) .daterangepicker.show-calendar .calendar-table tbody td.available.active.start-date:before,
    body.dark-mode:not(.no-dark-mode) .daterangepicker.show-calendar .calendar-table tbody td.available.active.end-date.in-range:before,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div.show-calendar .calendar-table tbody td.available.active.start-date:before,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div.show-calendar .calendar-table tbody td.available.active.end-date.in-range:before {
      background-color: var(--primary-background-color); }
    body.dark-mode:not(.no-dark-mode) .daterangepicker .ranges li:hover,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .ranges li:hover {
      background-color: #444; }
    body.dark-mode:not(.no-dark-mode) .daterangepicker .ranges ul li,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .ranges ul li {
      border-color: var(--separator-color); }
    body.dark-mode:not(.no-dark-mode) .daterangepicker .ui-datepicker-title span,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .ui-datepicker-title span {
      color: white; }
    body.dark-mode:not(.no-dark-mode) .daterangepicker .ui-datepicker-header a.ui-datepicker-next::after,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next::after {
      color: white; }
    body.dark-mode:not(.no-dark-mode) .daterangepicker .ui-datepicker-header a.ui-datepicker-prev::after,
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::after {
      color: white; }
    body.dark-mode:not(.no-dark-mode) .daterangepicker .ui-state-default:not(.ui-state-active),
    body.dark-mode:not(.no-dark-mode) #ui-datepicker-div .ui-state-default:not(.ui-state-active) {
      background-color: unset;
      color: white; }
  body.dark-mode:not(.no-dark-mode) #overlayer {
    background-color: var(--primary-background-color); }
    body.dark-mode:not(.no-dark-mode) #overlayer .spin-dot {
      background-color: white; }
  body.dark-mode:not(.no-dark-mode) .dark-mode-no-border {
    border: none; }
  body.dark-mode:not(.no-dark-mode) .dark-mode-no-shadow {
    box-shadow: none !important; }
  body.dark-mode:not(.no-dark-mode) .btn-default {
    border-color: var(--separator-color) !important; }
    body.dark-mode:not(.no-dark-mode) .btn-default.create-ticket-btn {
      border-color: #137efc !important; }
  body.dark-mode:not(.no-dark-mode) .wickedpicker {
    background-color: var(--primary-background-color); }
    body.dark-mode:not(.no-dark-mode) .wickedpicker .wickedpicker__title {
      background-color: var(--primary-background-color);
      color: var(--secondary-text-color1); }
    body.dark-mode:not(.no-dark-mode) .wickedpicker .wickedpicker__close {
      color: var(--secondary-text-color1); }
    body.dark-mode:not(.no-dark-mode) .wickedpicker .wickedpicker__controls {
      background-color: var(--secondary-background-color);
      color: var(--secondary-text-color1); }
  body.dark-mode:not(.no-dark-mode) .settlement_report .settlement-card-title.settlement-card-collapse .col-form-label {
    color: var(--primary-background-color); }
  body.dark-mode:not(.no-dark-mode) .settlement_report label[for="hidden_addon_revenue"] {
    color: white; }
  body.dark-mode:not(.no-dark-mode) .sales-page .card-header {
    background-color: lightgray;
    border-color: var(--secondary-text-color); }
  body.dark-mode:not(.no-dark-mode) .sales-page .mini-sales-chart {
    background-color: var(--secondary-background-color); }
  body.dark-mode:not(.no-dark-mode) .sales-page .sales-search-submit {
    background-color: var(--secondary-background-color);
    border: none; }
  body.dark-mode:not(.no-dark-mode) .sales-page #sales-date-range {
    background-color: var(--secondary-background-color);
    color: white; }
  body.dark-mode:not(.no-dark-mode) .sales-page .sales-tr {
    border: none; }
  body.dark-mode:not(.no-dark-mode) .sales-ticker .sales-ticker-sidebar {
    background-color: var(--secondary-background-color); }
  body.dark-mode:not(.no-dark-mode) .sales-ticker .ticker-header-section {
    background-color: var(--primary-background-color); }
  body.dark-mode:not(.no-dark-mode) .marketing-emails-page .preview-content-email {
    background-color: white; }
  body.dark-mode:not(.no-dark-mode) .marketing-emails-page .tab-horizontal .nav-link {
    background-color: #444; }
  body.dark-mode:not(.no-dark-mode).attendees-page .card-mobile-tr {
    border: none; }
  body.dark-mode:not(.no-dark-mode).attendees-page .btn-add-attendee {
    background-color: var(--primary-background-color); }
  body.dark-mode:not(.no-dark-mode) .gift-card .dropdown {
    background-color: unset !important; }
  body.dark-mode:not(.no-dark-mode) .billing-setting-page .sales-tax-percentage {
    background-color: var(--primary-background-color) !important;
    color: white !important; }
  body.dark-mode:not(.no-dark-mode) .reports-page .forcast-cardbox {
    background-color: var(--primary-background-color); }
  body.dark-mode:not(.no-dark-mode) .reports-page .select-event-types .bg-white {
    background-color: var(--secondary-background-color) !important; }
  body.dark-mode:not(.no-dark-mode) .reports-page #reportrange {
    background-color: var(--secondary-background-color); }
  body.dark-mode:not(.no-dark-mode) .reports-page .tab-horizontal .nav-link {
    background-color: #444; }
  body.dark-mode:not(.no-dark-mode).reward-page .tab-horizontal .nav-link {
    background-color: #444; }
  body.dark-mode:not(.no-dark-mode) .calendar-container .calendar-date-picker {
    border: none;
    background-color: var(--secondary-background-color); }
  body.dark-mode:not(.no-dark-mode) .calendar-container .calendar-picker-icon {
    color: white;
    stroke: white; }
  body.dark-mode:not(.no-dark-mode) .calendar-container .calendar-table-custom thead tr th {
    background-color: #444; }
  body.dark-mode:not(.no-dark-mode).calendar-widgets #container-widget .text-color {
    color: var(--widget-main-text-color); }
/*












































*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500; }

label {
  color: #272b41; }

.tooltip {
  z-index: 3333; }

.shadow-sm-custom {
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25) !important; }

.badge-custom {
  border-radius: 4px !important; }

.badge-warning {
  color: #fff !important; }

.no-badge .badge-dot-wrap {
  display: none; }
.no-badge .menuItem .badge {
  display: none; }

.sidebar .profile-image {
  width: 100%;
  height: 132px;
  margin-top: 24px;
  margin-bottom: 16px;
  border-radius: 8px;
  display: block; }
.sidebar.collapsed {
  overflow: visible !important; }
.sidebar.collapsed .profile-image {
  height: 38px;
  width: 100%; }
.sidebar.collapsed .btn-switch-profile {
  border: none !important;
  padding-left: 0 !important;
  justify-content: center !important; }
  .sidebar.collapsed .btn-switch-profile .profile-name {
    display: none; }
  .sidebar.collapsed .btn-switch-profile .icon-switch-profile {
    font-size: 22px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important; }
.sidebar .btn-switch-profile {
  height: unset !important; }
  .sidebar .btn-switch-profile .profile-name {
    display: flex;
    align-items: center; }
.sidebar.collapsed .sidebar_nav li .nav-icon .badge-dot {
  display: block !important; }

.profile-list {
  text-align: left;
  padding: 1px;
  font-size: 14px;
  width: 286px;
  height: 367px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 52px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  display: none; }
  .profile-list .profile-list-fake-border {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 284px;
    height: 365px;
    overflow-y: auto;
    overflow-x: hidden; }
  .profile-list .profile-title {
    color: #43475e;
    font-weight: bold;
    padding-left: 10px;
    line-height: 38px; }
  .profile-list .profile-item {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    line-height: 33px; }
    .profile-list .profile-item span:first-child {
      color: #5a5f7d; }
    .profile-list .profile-item:hover {
      background: rgba(255, 255, 255, 0.1); }
      .profile-list .profile-item:hover span:first-child {
        color: #137efc; }

.profile-list.open-list {
  display: block !important;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: all; }

.header-top .profile-list {
  left: -61px !important; }

.btn-switch-profile .profile-name-text {
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.breadcrumb-main-custom .breadcrumb-action {
  margin: 0; }
@media (max-width: 991px) {
  .breadcrumb-main-custom {
    flex-flow: wrap;
    justify-content: space-between; }
    .breadcrumb-main-custom .btn-sm {
      padding: 0 7px;
      line-height: 1.7rem; }
    .breadcrumb-main-custom .breadcrumb-action {
      margin: 0; }
    .breadcrumb-main-custom .search-form {
      width: 100%;
      margin-top: 5px; } }

.search-form {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 23px;
  background: white;
  padding: 0 10px; }
  .search-form svg, .search-form img {
    width: 18px;
    height: 18px;
    color: #ADB4D2; }
  .search-form input {
    height: 25px;
    border: 0 none;
    box-shadow: none !important;
    padding-left: 10px; }
  .search-form button {
    background: none;
    border: none; }

.pdb-7 {
  margin-bottom: 7px !important; }

.table-custom {
  width: 100%;
  margin-bottom: 1rem; }
  .table-custom thead th {
    background: #F8F9FB;
    color: #9299B8;
    font-weight: normal; }
    .table-custom thead th:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .table-custom thead th:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .table-custom th, .table-custom td {
    padding: 10px 5px 10px 10px; }
  @media (max-width: 991px) {
    .table-custom .d-mobile-none {
      display: none !important; } }
  @media (min-width: 992px) {
    .table-custom .d-desktop-none {
      display: none !important; } }

.dropdown-custom-ss svg {
  width: unset;
  font-size: 16px; }

.atbd-pagination-custom span.atbd-pagination__link.pagination-control:hover {
  color: #9299b8;
  background: unset;
  cursor: no-drop; }
.atbd-pagination-custom .atbd-pagination__item .paging-option:after {
  right: 6px; }
@media (max-width: 991px) {
  .atbd-pagination-custom .atbd-pagination__link {
    margin: 0; } }

.alert.alert-dismissible .close {
  padding: 2px 10px; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.btn-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative; }
  .btn-loading:after {
    content: '';
    animation: loader 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    left: calc(50% - (1.4em / 2));
    top: calc(50% - (1.4em / 2));
    transform-origin: center;
    position: absolute !important; }
  .btn-loading.btn-sm:after {
    height: 1em;
    width: 1em;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2)); }
  .btn-loading.btn-secondary:after {
    border-color: black; }

.modal-open {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important; }

.modal .modal-body {
  max-height: calc(100vh - 185px);
  overflow-y: auto; }
@media (max-width: 991px) {
  .modal {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .modal .modal-dialog {
      margin: 8px auto !important; }
    .modal .modal-body {
      max-height: calc(100vh - 140px);
      padding: 1rem 0.25rem; } }

::placeholder {
  color: #9299b8 !important;
  opacity: 1; }

.progress-custom .progress {
  height: 4px;
  background: transparent;
  overflow: unset; }

.select2-dropdown li[id^='select2-couponticket_ids'] {
  text-transform: none; }

.rewards-section {
  border-radius: 50%;
  width: 25px;
  line-height: 22px !important;
  background: #fa8b0c;
  border: 2px solid #fa8b0c;
  color: white;
  text-align: center;
  font: 13px Arial, sans-serif; }

@media (max-width: 991px) {
  main.main-content {
    top: 60px; } }

/*custom checkboxes*/
label.checkwrap {
  display: inline-block;
  float: none;
  width: auto;
  position: relative;
  overflow: hidden;
  min-width: 20px;
  min-height: 20px;
  margin-bottom: 15px;
  vertical-align: middle; }
  label.checkwrap input {
    position: absolute;
    top: -20px;
    left: -20px; }

label.on-off.off {
  background-position: 0 -26px; }

label.on-off {
  background: url(/../assets/checktoggle.png) no-repeat;
  width: 44px !important;
  height: 24px;
  margin-right: 10px; }
  label.on-off.off {
    background-position: 0 -24px; }

#cke_venue_ticket_v3_event_description .cke_top,
#cke_venue_ticket_v3_event_description #cke_1_bottom,
#cke_venue_ticket_v3_event_description_mobile .cke_top,
#cke_venue_ticket_v3_event_description_mobile .cke_bottom {
  background-color: #f4f5f7 !important;
  background-image: none !important; }

.link-profile-status {
  display: block;
  border: 4px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  position: relative;
  left: 4px;
  height: 100%; }
  .link-profile-status.gray {
    border-color: #C4C4C4; }
  .link-profile-status.warning {
    border-color: var(--calendar-color-warning); }
  .link-profile-status.success {
    border-color: var(--calendar-color-success); }
  .link-profile-status.alert {
    border-color: var(--calendar-color-alert); }

.btn-add-ticket {
  padding: 0 6px !important; }
  .btn-add-ticket svg {
    margin-right: 2px !important; }

.create-event-series-end .recurrence-end-option {
  min-width: auto !important; }
.create-event-series-end .on-date-section {
  width: 75%; }
  .create-event-series-end .on-date-section .input-container {
    width: 100%; }

.select-profile {
  width: 227px !important;
  margin-left: 14px; }

.new-v4-select .select2-selection__clear {
  display: none; }
.new-v4-select ul.select2-selection__rendered .select2-selection__choice {
  font-size: 12px;
  font-weight: 400;
  color: #25282D;
  background-color: #CDD0D5;
  padding: 5px 8px;
  padding-right: 22px;
  border-radius: 4px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  margin-bottom: 2px; }
.new-v4-select ul.select2-selection__rendered .select2-selection__choice__remove {
  position: absolute;
  right: 4px;
  color: #25282D;
  font-size: 14px;
  top: 2px; }

.dark-mode .new-v4-select ul.select2-selection__rendered .select2-selection__choice {
  color: white;
  background-color: #25282D !important; }
.dark-mode .new-v4-select ul.select2-selection__rendered .select2-selection__choice__remove {
  color: white !important;
  background-color: #25282D !important; }

.modal-new-v4 {
  margin-top: 18%; }
  .modal-new-v4.confirm-cancellation .modal-content {
    width: 600px; }
    .modal-new-v4.confirm-cancellation .modal-content .modal-body {
      padding: 30px; }
      .modal-new-v4.confirm-cancellation .modal-content .modal-body .text-center {
        text-align: center; }
      .modal-new-v4.confirm-cancellation .modal-content .modal-body .confirm-text {
        line-height: 16.41px; }
      .modal-new-v4.confirm-cancellation .modal-content .modal-body .wait-text {
        color: #F04438;
        font-weight: 600;
        font-size: 14px; }
      .modal-new-v4.confirm-cancellation .modal-content .modal-body .cancel-reason {
        color: #25282D;
        margin-bottom: 5px; }
      .modal-new-v4.confirm-cancellation .modal-content .modal-body .reason-input {
        border-color: #CDD0D5;
        border-radius: 3px;
        padding-left: 10px;
        height: 40px; }
        .modal-new-v4.confirm-cancellation .modal-content .modal-body .reason-input::placeholder {
          color: #6B7280; }
      .modal-new-v4.confirm-cancellation .modal-content .modal-body .button-actions {
        margin-top: 30px; }
  .modal-new-v4 .modal-content {
    width: 320px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #F3F5F7; }
    .modal-new-v4 .modal-content .modal-body {
      padding: 30px 35px; }
    .modal-new-v4 .modal-content #confirm-delete-event {
      text-align: center; }
    .modal-new-v4 .modal-content .header-text {
      color: #25282D;
      font-weight: 600;
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 16px; }
    .modal-new-v4 .modal-content .confirm-text {
      color: #7F8694;
      font-weight: 400;
      font-size: 14px; }
    .modal-new-v4 .modal-content .delete-options {
      text-align: left; }
    .modal-new-v4 .modal-content .custom-radio input[type="radio"] + label {
      color: #7F8694;
      font-size: 14px; }
    .modal-new-v4 .modal-content .custom-radio input[type="radio"] + label:after {
      border-color: #7F8694; }
    .modal-new-v4 .modal-content .custom-radio input[type="radio"]:checked + label:after {
      border-color: #0363D7 !important;
      background: #0363D7 !important; }
    .modal-new-v4 .modal-content .button-actions {
      justify-content: end; }
      .modal-new-v4 .modal-content .button-actions .btn-cancel-delete {
        background-color: #F04438;
        border-color: #F04438;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        width: 80px; }
      .modal-new-v4 .modal-content .button-actions .btn-confirm {
        background-color: #fff;
        border-color: #969BA7;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        color: #C2C5CC;
        width: 100px;
        margin-left: 14px; }

.dark-mode .modal-new-v4 .modal-content {
  background-color: #25282D; }
  .dark-mode .modal-new-v4 .modal-content .header-text {
    color: #fff; }
  .dark-mode .modal-new-v4 .modal-content .confirm-text {
    color: #C2C5CC; }
  .dark-mode .modal-new-v4 .modal-content .custom-radio input[type="radio"] + label {
    color: #C2C5CC; }
  .dark-mode .modal-new-v4 .modal-content .custom-radio input[type="radio"] + label:after {
    border-color: #7F8694;
    background-color: #25282D; }
  .dark-mode .modal-new-v4 .modal-content .cancel-reason {
    color: #fff !important; }
  .dark-mode .modal-new-v4 .modal-content .modal-body .reason-input {
    border-color: #3D4148;
    background-color: #3D4148; }
    .dark-mode .modal-new-v4 .modal-content .modal-body .reason-input::placeholder {
      color: #7F8694; }
  .dark-mode .modal-new-v4 .modal-content .button-actions .btn-confirm {
    background-color: #25282D;
    border-color: #6B7280;
    color: #C2C5CC; }

#warning_double_booking {
  position: absolute;
  z-index: 1000;
  background-color: white;
  width: 100%;
  top: 60px; }

.ss-alert-v4-error {
  background: rgba(239, 23, 23, 0.57); }
  .ss-alert-v4-error .alert-content {
    display: flex;
    width: 100%;
    padding: 16px; }
    .ss-alert-v4-error .alert-content .info-thumb {
      width: 24px; }
      .ss-alert-v4-error .alert-content .info-thumb path {
        stroke: #A61212; }
    .ss-alert-v4-error .alert-content #show_text_error {
      flex: 1;
      padding-left: 16px;
      padding-right: 16px;
      color: #25282D; }
    .ss-alert-v4-error .alert-content .close-error {
      opacity: 1; }
    .ss-alert-v4-error .alert-content .ss-dark-mode {
      display: none; }
    .ss-alert-v4-error .alert-content .ss-light-mode {
      display: block; }

body.dark-mode:not(.no-dark-mode) .ss-alert-v4-error {
  background: rgba(239, 23, 23, 0.25); }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4-error .alert-content .info-thumb path {
    stroke: #EF1717; }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4-error .alert-content #show_text_error {
    color: #FFFFFF; }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4-error .alert-content .ss-dark-mode {
    display: block; }
  body.dark-mode:not(.no-dark-mode) .ss-alert-v4-error .alert-content .ss-light-mode {
    display: none; }

.scrollbar-custom-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.scrollbar-custom-hidden::-webkit-scrollbar {
  width: 0;
  display: none; }

/* Track */
.scrollbar-custom-hidden::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0; }

/* Handle */
.scrollbar-custom-hidden::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0; }

@media screen and (max-width: 768px) {
  #warning_double_booking .modal-body {
    padding: 20px !important; }

  .modal-new-v4 {
    top: 18%; }
    .modal-new-v4.confirm-cancellation .modal-content {
      width: 343px !important; }
    .modal-new-v4.confirm-cancellation .modal-body .confirm-text {
      font-size: 12px; } }
.border-primary, .daterangepicker.show-calendar .calendar-table tbody td.today:after, .badge.badge-outlined.badge-primary, .custom-checkbox input[type="checkbox"]:checked + label:after, .timeline-box .timeline-single__buble.buble-primary, .atbd-steps__item.finished .atbd-steps__icon, .atbd-steps__item.active .atbd-steps__icon, .custom-radio input[type="radio"]:checked + label:after, .atbd-slider .ui-slider-handle:after, .size-control-nav .nav-item .nav-link.active {
  border: none !important; }

.pb-7px {
  padding-bottom: 7px; }
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
.payouts-screen-V4 * {
  color: #25282D;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box; }
.payouts-screen-V4 input, .payouts-screen-V4 .select2-container .select2-selection--single .select2-selection__rendered {
  color: #25282D;
  font-weight: 500; }
.payouts-screen-V4 .title-header-top {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  padding: 32px 0 50px; }
.payouts-screen-V4 .content-box {
  padding: 24px 48px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 46px;
  max-width: 920px; }
.payouts-screen-V4 .ss-sub-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  padding: 0 0 30px; }
.payouts-screen-V4 .box-flex {
  display: flex; }
.payouts-screen-V4 .ss-w-160 {
  width: 160px; }
.payouts-screen-V4 .ss-w-170 {
  width: 176px; }
.payouts-screen-V4 .ss-btn-blue {
  outline: none;
  border: none;
  background: #167EFC;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff; }
.payouts-screen-V4 .ss-btn-white {
  outline: none;
  border: none;
  background: #FCFCFD;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6B7280; }
.payouts-screen-V4 .ss-btn-delete {
  outline: none;
  border: none;
  background: #F04438;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFF; }
.payouts-screen-V4 .box-flex-1 {
  flex: 1; }
.payouts-screen-V4 .box-flex-items-center {
  display: flex;
  align-items: center; }
.payouts-screen-V4 .pl-56 {
  padding-left: 56px; }
.payouts-screen-V4 .ss-text {
  color: #7F8694;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }
.payouts-screen-V4 .mt-16 {
  margin-top: 16px; }
.payouts-screen-V4 .mb-0 {
  margin-bottom: 0; }
.payouts-screen-V4 .mb-40 {
  margin-bottom: 40px; }
.payouts-screen-V4 .mt-40 {
  margin-top: 40px; }
.payouts-screen-V4 .mt-48 {
  margin-top: 48px; }
.payouts-screen-V4 .mr-16 {
  margin-right: 16px; }
.payouts-screen-V4 .input-top-label {
  position: relative; }
  .payouts-screen-V4 .input-top-label input {
    background: #fff; }
  .payouts-screen-V4 .input-top-label label {
    background: #fff;
    left: 8px;
    padding: 4px;
    top: -12px;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #979797;
    z-index: 2; }
  .payouts-screen-V4 .input-top-label .ss-tax-percentage {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6B7280;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    left: unset;
    background: #fff;
    padding: 8px 16px; }
.payouts-screen-V4 .justify-end {
  justify-content: flex-end; }
.payouts-screen-V4 .ss-blue-text {
  color: #167EFC !important; }
.payouts-screen-V4 .underline {
  text-decoration: underline; }
.payouts-screen-V4 .text-ACB0BA {
  color: #7F8694 !important; }
.payouts-screen-V4 .rel {
  position: relative; }
.payouts-screen-V4 .ss-remitting {
  cursor: pointer; }
.payouts-screen-V4 .ss-remitting-desc {
  padding: 8px 16px;
  background: #fff;
  color: #7F8694;
  position: absolute;
  top: 100%;
  right: 0;
  max-width: calc(100% - 48px);
  border-radius: 4px;
  display: none;
  box-shadow: 0px 2px 30px rgba(121, 121, 121, 0.26); }
.payouts-screen-V4 .ss-w-full {
  width: 100%; }
.payouts-screen-V4 .ss-hide-m {
  display: block; }
.payouts-screen-V4 .ss-hide-d {
  display: none; }

@media screen and (max-width: 768px) {
  .payouts-screen-V4 {
    padding: 72px 16px 0; }
    .payouts-screen-V4 .box-flex {
      display: block; }
    .payouts-screen-V4 .box-flex-m {
      display: flex; }
    .payouts-screen-V4 .pl-56 {
      padding-left: 0;
      padding-top: 12px; }
    .payouts-screen-V4 .content-box {
      padding: 16px; }
    .payouts-screen-V4 .ss-hide-m {
      display: none; }
    .payouts-screen-V4 .ss-hide-d {
      display: block; }
    .payouts-screen-V4 .mb-12-m {
      margin-bottom: 12px; }
    .payouts-screen-V4 .ss-btn-m-full {
      width: 100%; }
    .payouts-screen-V4 .content-box {
      margin-bottom: 21px; }

  .title-page-gr.title-page-payouts .title-page {
    font-size: 18px !important;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 600 !important;
    line-height: 21px !important; } }
body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 * {
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .content-box {
  background: #303338; }
body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .ss-btn-white {
  background: #3D4148;
  color: #FFF; }
body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .ss-btn-blue {
  background: #167EFC;
  color: #fff; }
body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .input-top-label {
  position: relative; }
  body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .input-top-label input {
    background: #303338;
    border: 1px solid #7F8694; }
  body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .input-top-label label {
    background: #303338;
    color: #979797; }
  body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .input-top-label .ss-tax-percentage {
    color: #6B7280;
    background: #303338; }
body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .select2-selection {
  background: #303338;
  border: 1px solid #7F8694; }
body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .ss-text {
  color: #ACB0BA; }
body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .text-ACB0BA {
  color: #ACB0BA !important; }
body.dark-mode:not(.no-dark-mode) .payouts-screen-V4 .ss-remitting-desc {
  background: #303338;
  color: #ACB0BA;
  box-shadow: 0px 2px 30px rgba(106, 111, 119, 0.2);
  z-index: 3; }
