/* input(2588,37): run-time error CSS1063: Expected calculation unit, found 'infinity'
input(2588,37): run-time error CSS1064: Expected calculation product, found 'infinity'
input(2588,37): run-time error CSS1065: Expected calculation sum, found 'infinity'
input(2588,37): run-time error CSS1034: Expected closing parenthesis, found 'infinity'
input(2588,37): run-time error CSS1042: Expected function, found 'infinity'
input(2588,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*' */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("/fonts/rubik-normal.woff2?v=JFFFD4ZREnNmD7pW8_PvWB-43io") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#error-page-container * {
  font-family: "Rubik", sans-serif;
}

#error-page-container {
  display: flex;
}

body:not(.fix-header) #error-page-container {
  min-height: 100svh;
}

#error-page-container > div {
  flex: 1;
}

#error-page-container #left-section {
  background-image: url("/images/bg-error.jpg?v=JFFFD4ZREnNmD7pW8_PvWB-43io");
  background-size: auto 100%;
  background-position: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

#error-page-container #left-section {
  display: none;
}

body:not(.fix-header) #error-page-container #left-section {
  display: flex;
}

#error-page-container #left-section #logo-container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 48px 24px;
  display: flex;
  justify-content: center;
}

#error-page-container #left-section #logo-container img {
  width: 50%;
}

#error-page-container #right-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 32px;
}

#error-page-container #right-section img {
  max-width: 65%;
}

#error-page-container #right-section h1 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin: 0;
}

#error-page-container #right-section #description {
  font-size: 20px;
  text-align: center;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  max-width: 80%;
}

#back-home-btn {
  display: none;
}

body:not(.fix-header) #back-home-btn {
  display: block;
}

body:not(.fix-header) {
  margin: 0 !important;
}

#back-home-btn {
  background-color: #4862ff;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
}

#back-home-btn:hover {
  background-color: #3950DD;
}

@media (max-width: 768px) {
  #error-page-container {
    flex-direction: column;
  }

  #error-page-container #left-section {
    background-size: 100% auto;
    flex: none;
  }

  #error-page-container #left-section img {
    max-width: 70%;
  }

  #error-page-container #left-section #logo-container {
    padding: 24px;
  }

  #error-page-container #right-section h1 {
    font-size: 32px;
  }

  #error-page-container #right-section #description {
    font-size: 16px;
  }
}

/*
Template Name: Admin pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************/
/*Floating Label*/
/*******************/
.floating-labels .form-group {
  position: relative; }

.floating-labels .form-control {
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px;
  border-bottom: 1px solid #e9edf2; }

.floating-labels select.form-control > option {
  font-size: 14px; }

.floating-labels .has-error .form-control {
  border-bottom: 1px solid #ef5350; }

.floating-labels .has-warning .form-control {
  border-bottom: 1px solid #ffb22b; }

.floating-labels .has-success .form-control {
  border-bottom: 1px solid #06d79c; }

.floating-labels .form-control:focus {
  outline: none;
  border: none; }

.floating-labels label {
  color: #67757c;
  position: absolute;
  cursor: auto;
  top: 5px;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.floating-labels label.select {
  position: initial;
  display: block;
}

.floating-labels .focused label {
  top: -20px;
  font-size: 12px;
  color: #263238; }

.floating-labels .bar {
  position: relative;
  display: block; }

.floating-labels .bar:before,
.floating-labels .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #398bf7;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.floating-labels .bar:before {
  left: 50%; }

.floating-labels .bar:after {
  right: 50%; }

.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
  width: 50%; }

.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
  font-size: 24px; }

.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
  font-size: 16px; }

.has-warning .bar:before,
.has-warning .bar:after {
  background: #ffb22b; }

.has-success .bar:before,
.has-success .bar:after {
  background: #06d79c; }

.has-error .bar:before,
.has-error .bar:after {
  background: #ef5350; }

.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
  color: #ffb22b; }

.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
  color: #06d79c; }

.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
  color: #ef5350; }

.has-feedback label ~ .t-0 {
  top: 0; }

.form-group.error input, .form-group.error select, .form-group.error textarea {
  border: 1px solid #ef5350; }

.form-group.validate input, .form-group.validate select, .form-group.validate textarea {
  border: 1px solid #06d79c; }

.form-group.error .help-block ul {
  padding: 0px;
  color: #ef5350; }
  .form-group.error .help-block ul li {
    list-style: none; }

.form-group.issue .help-block ul {
  padding: 0px;
  color: #ffb22b; }
  .form-group.issue .help-block ul li {
    list-style: none; }

/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
/*Top bar
*******************/
.topbar {
  background: #1e88e5; }
  .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: none; }
  .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8); }
  .topbar .navbar-nav .nav-item > a.nav-link {
    color: rgba(255, 255, 255, 0.8); }
    .topbar .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-nav .nav-item > a.nav-link:focus {
      color: #ffffff; }
  .topbar .top-navbar .navbar-nav > .nav-item > span {
    color: #ffffff; }
  .topbar .navbar-header {
    background: #272c33; }

.logo-center .topbar .navbar-header {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none; }

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8); }

/*******************
/*General Elements
*******************/
a {
  color: #1e88e5; }

a.link:hover, a.link:focus {
  color: #1e88e5 !important; }

.bg-theme {
  background-color: #1e88e5 !important; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1e88e5;
  border-color: #1e88e5; }

.right-sidebar .rpanel-title {
  background: #1e88e5; }

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #1e88e5; }

.text-themecolor {
  color: #1e88e5 !important; }

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #1e88e5;
  color: #1e88e5; }

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #1e88e5; }

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #1e88e5;
  color: #ffffff;
  border: 1px solid #1e88e5; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #1e88e5;
    opacity: 0.7;
    border: 1px solid #1e88e5; }
  .btn-themecolor.active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }

/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar,
.card-no-border .sidebar-nav {
  background: #242a33; }

.mini-sidebar .sidebar-nav {
  background: transparent; }

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav .sidebarnav > li > ul {
    background: #1c2128; } }

.sidebar-nav {
  background: #242a33; }

.user-profile .profile-text a {
  color: #687384 !important; }

.card-no-border .sidebar-footer {
  background: #1c2128; }

.label-themecolor {
  background: #1e88e5; }

.sidebar-nav > ul > li.active > a {
  color: #ffffff;
  border-color: #1e88e5; }
  .sidebar-nav > ul > li.active > a i {
    color: #ffffff; }

/*.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #ffffff; }
  .sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
    color: #ffffff; }
*/
.sidebar-nav ul li.nav-small-cap {
  color: #687384; }

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav .sidebarnav > li:hover > a {
    background: #1c2128; } }

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

.topbar {
	z-index: 1039;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
}

body.external {
	margin-bottom: 0px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px;
	/* Vertically center the text there */
}

table.details tbody tr td {
	border: none;
}

table.details tbody tr td .form-group {
	margin-bottom: 0;
}

.floating-labels .d-flex label {
	position: initial;
	margin-bottom: 0;
}

.floating-labels label.masked {
	position: initial;
	display: block;
	top: -20px;
	font-size: 12px;
	color: #263238;
}

.form-control-feedback.field-validation-error {
	color: var(--warning-color);
}

.form-control::placeholder {
	color: var(--placeholder-color) !important;
}

/* External Login */
#external-login-container .text-info {
	margin-bottom: 32px;
}

#external-login-container.login-register {
	overflow: auto;
	padding: 5% 0;
}

.row-child-container {
	margin-bottom: 10px;
}

.row-child-container p {
	margin-bottom: 0px;
	font-weight: bold;
}

table tr td.child {
	background-color: white !important;
}

table .row-child-container.d-flex {
	display: flex !important;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_info {
		text-align: left;
		white-space: normal;
	}
}

.sidebar-nav {
	height: 100%;
	display: flex !important;
	padding: 0;
}

.sidebar-nav>ul>li {
	margin: 0;
	padding: 0;
}

.sidebar-nav>ul>li>a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.sidebarnav.top {
	overflow: auto;
}

.sidebarnav.bottom {
	overflow: inherit;
}

nav.sidebar-nav .sidebarnav.bottom li {
	display: flex !important;
}

.sidebarnav.bottom ul {
	border-top: #8d97ad thin solid;
}

.mini-sidebar .scroll-sidebar {
	height: -webkit-calc(100% - 70px);
	height: -moz-calc(100% - 70px);
	height: calc(100% - 70px);
}

.mini-sidebar .sidebar-nav .sidebarnav.bottom>li>ul {
	bottom: 47px;
	top: unset;
}


/* Styles for expand/collapse toggle in datatables */
table.dtr-inline tr td.responsive-column>i {
	display: none;
}

/* Toggle expand/collapse display based on table state */
table.dtr-inline.collapsed tr.parent td.responsive-column i.fa-minus {
	display: inline-block;
	width: 24px;
}

table.dtr-inline.collapsed tr td.responsive-column i.fa-plus {
	display: inline-block;
	width: 24px;
}

table.dtr-inline.collapsed tr.parent td.responsive-column i.fa-plus {
	display: none;
}

table.dtr-inline.collapsed tr td:first-child {
	cursor: pointer;
}

table.dtr-inline.collapsed tr td.child:first-child {
	cursor: auto;
}

/* Badge shared styles */
table tr td.responsive-column i {
	margin-right: 10px;
	color: white;
	padding: 5px;
	border-radius: 50%;
}

table tr td.responsive-column i.fa-plus {
	background-color: #24d2b5;
}

table tr td.responsive-column i.fa-minus {
	background-color: #ff5c6c;
}

table .row-child-container .wrap {
	white-space: normal;
	word-break: break-all;
}

.datatable-row-actions {
	display: flex;
	flex-wrap: wrap;
}

.datatable-row-actions button {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* End Styles for expand/collapse toggle in datatables */

/* Styles for list of values in datatables */
table .list .list-item {
	padding: 3px 6px;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 5px;
	font-weight: 400;
}

table .list .list-item.additional,
table .list .list-item i {
	font-weight: 600;
}

table .list.d-flex {
	display: flex !important;
	flex-wrap: wrap !important;
}

table .list .list-item.Gray {
	background-color: #e2e8f0;
	color: #1a202c;
}

table .list .list-item.Red {
	background-color: #feb2b2;
	color: #742a2a;
}

table .list .list-item.Orange {
	background-color: #fbd38d;
	color: #7b341e;
}

table .list .list-item.Yellow {
	background-color: #faf089;
	color: #744210;
}

table .list .list-item.Green {
	background-color: #9ae6b4;
	color: #22543d;
}

table .list .list-item.Teal {
	background-color: #81e6d9;
	color: #234e52;
}

table .list .list-item.Blue {
	background-color: #90cdf4;
	color: #2a4365;
}

table .list .list-item.Indigo {
	background-color: #a3bffa;
	color: #3c366b;
}

table .list .list-item.Purple {
	background-color: #d6bcfa;
	color: #44337a;
}

table .list .list-item.Pink {
	background-color: #fbb6ce;
	color: #702459;
}

div.dt-button-collection {
	display: flex;
	flex-wrap: wrap;
	max-width: 450px;
	width: auto;
	padding: 12px;
}

table.dtr-inline.collapsed tr td.responsive-column i+div.wrap {
	display: inline-block;
}

.buttons-colvis {
	display: none;
}

.datatable-preferences-container .buttons-colvis {
	margin-right: 8px;
}

.datatable-preferences-container {
	padding: 12px 12px 4px 12px;
	background-color: #E9EDF2;
	margin-bottom: 12px;
}

/* End Styles for list of values in datatables */

/* Styles for login */
#external-body-wrapper {
	display: flex !important;
	align-items: center;
}

#external-body-wrapper .bg {
	width: 100%
}
.bg-login {
	background-image: url("/images/bglogin.jpg?v=Vluu5tI2cXkhAagol7Lfym9Xh2I");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#external-body-wrapper div.img {
	display: none;
}
#external-body-wrapper .card-body {
	padding: 0.5rem 4rem 1rem;
}
#external-body-wrapper .btn-rounded.btn-lg {
	padding: 2px;
	border-radius: 5px;
}

#external-body-wrapper .card-body {
	background-color: white;
}
.bg-login .floating-labels .form-control {
	padding:8px;
	font-family: "Rubik", sans-serif;
	border-radius: 4px;
	border: 1px solid #979797;
	background-color: transparent;
}
.bg-login .floating-labels label {
	color: #606060;
	top: 8px;
	left: 8px;
}
.bg-login .floating-labels .focused label {
	top: -20px;
	font-size: 12px;
	color: #263238;
}
@media(min-width: 1024px) {
	#external-body-wrapper div.img {
		display: flex;
		width: 66%;
		justify-items: center;
	}
}

@media(min-width: 764px) and (max-width: 1023px) {
	#external-body-wrapper .card-body {
		flex: none
	}

	#external-body-wrapper {
		justify-content: center !important;
		background-image: url("/images/bglogin.jpg?v=Vluu5tI2cXkhAagol7Lfym9Xh2I");
		background-size: cover;
	}

	#external-body-wrapper .card-body {
		width: 50%;
	}
}

.version-position-login {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	padding-right: 40px;
}

/* End Styles for login */

.footer {
	line-height: initial;
}

table tr .actions {
	vertical-align: middle;
}

.topbar .top-navbar .navbar-header .navbar-brand {
	padding-top: 1px;
	height: 50px;
	color: #3b3a38;
}

.topbar,
.navbar,
.navbar-header,
.navbar-brand,
.navbar-collapse {
	height: 50px;
}

/* File Manager styles */
.file-container {
	position: relative;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
	max-width: 250px;
}

.file-container .thumbnail-container {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.file-container img {
	max-width: 100%;
	max-height: 100%;
	border: lightgray thin solid;
}

.file-container .download-file-btn {
	margin-top: 16px;
	width: 100%;
}

.remove-file-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #ff5c6c;
	color: white;
	border: none;
	border-radius: 50%;
	padding: 4px 10px;
	cursor: pointer;
}

.filename-label {
	font-size: 10px;
	margin-top: 8px;
}

/* End Remove file styles */
.account-dropdown-footer {
	padding: 8px;
	font-size: 12px;
	margin-bottom: 0px;
}

@media(max-width: 767px) {
	.mini-sidebar .scroll-sidebar {
		height: 100%;
	}

	.mini-sidebar.show-sidebar .top-navbar .navbar-header {
		width: 260px;
	}
}

form.floating-labels {
	padding-top: 30px;
}

.floating-labels label.floating-none,
label.floating-none {
	position: initial;
	display: block;
	top: -20px;
	font-size: 12px;
	color: #263238;
}

/* Ignite Address Styles */
.ignite-address .map {
	min-height: 250px;
}

.ignite-address .input-group {
	margin-bottom: 12px;
}

.ignite-address .input-group .input-group-append {
	cursor: pointer;
}

.ignite-address .input-group i {
	margin-right: 8px;
}

.ignite-address .input-group span {
	font-size: 12px;
}

.ignite-address .address-components-container {
	padding: 12px;
	background-color: #F6F9FA;
}

.ignite-address .address-components {
	padding: 12px;
	background-color: white;
}

.ignite-address .address-components p {
	margin-bottom: 0px;
	font-weight: 700;
}

.ignite-address .address-components p span {
	margin-left: 12px;
	font-weight: normal;
}

.ignite-address .address-components .component {
	margin-bottom: 8px;
}

.ignite-address .address-components .component label {
	margin-right: 8px;
}

.ignite-address .address-components .component input {
	border: none;
	border-bottom: #BCC2CF thin solid;
	flex-grow: 1;
}

.ignite-address .address-components .component input:read-only {
	border: none;
	background-color: #F6F9FA;
	flex-grow: 1;
}

.ignite-address .address-components .component {
	margin-bottom: 8px;
	margin-right: 8px;
}

@media(max-width: 1023px) {

	.ignite-address .address-components .component input,
	.ignite-address .address-components .component input:read-only {
		width: 100%;
	}
}

/* End Ignite Address Styles */
.btn.btn-primary.excel {
	background-color: #21a366;
	border-color: #21a366;
}

/* Vimeo player */
.vimeo-container .input-group-append {
	cursor: pointer;
}

.vimeo-player {
	background-color: black;
	padding-top: 5px;
}

.vimeo-player iframe,
.vimeo-player object,
.vimeo-player embed {
	width: 100%;
}

/* Drag and Drop */
.dnd-container {
	display: flex;
	flex-wrap: wrap;
}

.dnd-list-container {
	width: 25%;
	margin-bottom: 16px;
	display: flex;
}

.dnd-list {
	margin-right: 8px;
	padding: 16px;
	border-radius: 5px;
	background-color: white;
	width: 100%;
}

.dnd-list ul {
	list-style: none;
	padding-left: 0;
	width: 100%;
	height: 100%;
}

.dnd-list ul li {
	padding: 6px 12px;
	margin-bottom: 16px;
	border-radius: 5px;
	color: white;
}

.sortable-ghost,
.sortable-chosen {
	opacity: .6;
}

.dnd-column-title {
	font-weight: bold;
	font-size: 18px;
}


@media(max-width:767px) {
	.dnd-list-container {
		width: 100%;
	}
}

@media(min-width:768px) and (max-width:1024px) {
	.dnd-list-container {
		width: 50%;
	}
}

/* Gray */
.tag-style-gray {
	background-color: #e2e8f0;
}

.tag-style-gray li {
	background-color: #1a202c;
}

.tag-style-gray .dnd-column-title {
	color: #1a202c;
}

/* Red */
.tag-style-red {
	background-color: #feb2b2;
}

.tag-style-red li {
	background-color: #742a2a;
}

.tag-style-red .dnd-column-title {
	color: #742a2a;
}

/* Orange */
.tag-style-orange {
	background-color: #fbd38d;
}

.tag-style-orange li {
	background-color: #7b341e;
}

.tag-style-orange .dnd-column-title {
	color: #7b341e;
}

/* Yellow */
.tag-style-yellow {
	background-color: #faf089;
}

.tag-style-yellow li {
	background-color: #744210;
}

.tag-style-yellow .dnd-column-title {
	color: #744210;
}

/* Green */
.tag-style-green {
	background-color: #9ae6b4;
}

.tag-style-green li {
	background-color: #22543d;
}

.tag-style-green .dnd-column-title {
	color: #22543d;
}

/* Teal */
.tag-style-teal {
	background-color: #81e6d9;
}

.tag-style-teal li {
	background-color: #234e52;
}

.tag-style-teal .dnd-column-title {
	color: #234e52;
}

/* Blue */
.tag-style-blue {
	background-color: #90cdf4;
}

.tag-style-blue li {
	background-color: #2a4365;
}

.tag-style-blue .dnd-column-title {
	color: #2a4365;
}

/* Indigo */
.tag-style-indigo {
	background-color: #a3bffa;
}

.tag-style-indigo li {
	background-color: #3c366b;
}

.tag-style-indigo .dnd-column-title {
	color: #3c366b;
}

/* Purple */
.tag-style-purple {
	background-color: #d6bcfa;
}

.tag-style-purple li {
	background-color: #44337a;
}

.tag-style-purple .dnd-column-title {
	color: #44337a;
}

/* Pink */
.tag-style-pink {
	background-color: #fbb6ce;
}

.tag-style-pink li {
	background-color: #702459;
}

.tag-style-pink .dnd-column-title {
	color: #702459;
}

/* Switchery */
.switchery {
	display: block;
}

.select2-container {
	width: 100% !important;
	line-height: 22.75px;
}

.icheck-list {
	width: 100%;
}

.no-options-message {
	width: 100%;
	margin-bottom: 8px;
}

.sidebarnav::-webkit-scrollbar {
	display: none;
}

.mini-sidebar .sidebar-nav .sidebarnav>li.flex-column-reverse>ul {
	bottom: 47px;
	top: unset;
}

/* Handle visualization of the right logo based on the status of the mini-sidebar */
body:not(.mini-sidebar) .topbar .top-navbar .navbar-header .navbar-brand .light-logo.collapsed,
.mini-sidebar .topbar .top-navbar .navbar-header .navbar-brand .light-logo.expanded {
	display: none;
}

.btn {
	margin-bottom: 8px;
}

.btn.btn-themecolor:hover {
	color: white;
}

.select2-container--open,
.bootstrap-datetimepicker-widget {
	z-index: 1;
}

/* Ignite tree styles */
.ignite-tree .dd-item>button {
	margin: 13px 8px;
	font-size: 30px;
	height: auto;
}

.ignite-tree .dd-item .action-buttons {
	display: inline-block;
}

.ignite-tree .dd-handle-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 46px;
}

.ignite-tree .dd-handle {
	height: 56px;
	display: inline-block;
	width: calc(100% - 207px);
}

.ignite-tree .dd-handle-header p {
	margin-bottom: 0;
}

.ignite-tree .dd-handle-header .action-buttons .btn {
	margin-bottom: 0;
}

.ignite-tree.lazy-loading button.collapse-button {
	display: none;
}

.dd-list.dd-dragel .action-buttons {
	display: none;
}

.dd-item.dd-collapsed ol li {
	display: none;
}

.dd-list .dd-list {
	padding-left: 41px;
}

.ignite-tree .no-results {
	background-color: #F6F9FA;
	border-radius: 0.5rem;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-top: 16px;
}

.ignite-tree .no-results i {
	margin-right: 8px;
}

.ignite-tree .no-results p {
	margin-bottom: 0;
}

.dd-list .dd-list {
	min-width: 200px;
}

.ignite-tree {
	overflow: auto;
}

@media (max-width: 768px) {
	.ignite-tree .dd-item .action-buttons {
		display: block;
		text-align: right;
		width: 100%;
	}

	.ignite-tree .dd-handle {
		width: calc(100% - 41px);
	}
}

/* End Ignite tree styles */

/* Datatable color column style */
.datatable-color-column {
	height: 20px;
	width: 20px;
	border-radius: 25px;
}

/* End datatable color column style */

/* Datatable filters styles */
.filter-btn-container {
	text-align: right;
}

.data-table-filters {
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	margin-top: 12px;
	padding-top: 30px;
	padding-bottom: 12px;
}

.data-table-filters .row {
	align-items: flex-end;
}

/* End Datatable filters styles */

/* Entity footer styles */
#entityFooter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#entityFooter .entity-footer-attribute {
	flex: 1;
}

#entityFooter .entity-footer-attribute label {
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 0;
}

.light-bordered-container {
	border-color: lightgray;
	border-style: solid;
	border-radius: 4px;
	width: 100%;
}

#entityFooter .entity-footer-attribute p {
	margin-bottom: 0;
	word-break: break-word;
}

.entity-form-footer {
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
    z-index: 19;
    padding: 8px 16px;
    background: white;
    border-top: 1px solid #e5e8ec;
}

/* Adds padding to page-wrapper when entity-form-footer is available to avoid issues with content being hidden by the floating footer */
.page-wrapper:has( .entity-form-footer) {
    padding-bottom: 57px !important;
}

.entity-form-footer #entityFooter {
    flex: 1;
    gap: 16px;
    flex-wrap: wrap;
}

.fix-sidebar .entity-form-footer {
    padding-left: calc(260px + 16px);
}

.fix-sidebar.mini-sidebar .entity-form-footer {
    padding-left: calc(60px + 16px);
}

.entity-form-footer .action-buttons {
	display: flex;
	gap: 8px;
}

@media(max-width: 1024px) {
    .entity-form-footer {
        position: relative;
        margin-top: 24px;
        padding: 0px !important;
        padding-top: 16px !important;
        flex-direction: column-reverse;
        gap: 16px;
		background-color: transparent;
    }

	.page-wrapper:has( .entity-form-footer) {
		padding-bottom: 0px !important;
	}

    .entity-form-footer .action-buttons {
        align-self: flex-end;
    }
}

@media(max-width: 768px) {
    .entity-form-footer .entity-footer-attribute {
        min-width: calc(50% - 16px);
    }
}

.entity-form-footer button {
    margin: 0;
}

/* End Entity footer styles */

@keyframes c-inline-spinner-kf {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Styles for ignite-table inline loading spinner */
.c-inline-spinner,
.c-inline-spinner:before {
	display: inline-block;
	width: 11px;
	height: 11px;
	transform-origin: 50%;
	border: 2px solid transparent;
	border-color: #74a8d0 #74a8d0 transparent transparent;
	border-radius: 50%;
	content: "";
	animation: linear c-inline-spinner-kf 900ms infinite;
	position: relative;
	vertical-align: inherit;
	line-height: inherit;
}

.c-inline-spinner {
	top: 5px;
	margin: 0 5px;
}

.c-inline-spinner:before {
	border-color: #74a8d0 #74a8d0 transparent transparent;
	position: absolute;
	left: -2px;
	top: -2px;
	border-style: solid;
}

/* End Styles for ignite-table inline loading spinner */

/* Styles for Quartz Dashboard */
#crystal-quartz-dashboard {
	width: 100%;
	height: calc(100vh - 73px);
	border: 0px;
}

/* End Styles for Quartz Dashboard */


/** Styles for news */
.custom_overlay_wrapper {
	position: relative;
}

.custom_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.custom_overlay:hover {
	opacity: 1;
}

.custom_overlay_inner {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	transform: translateY(-50%);
}

.custom_overlay h4 {
	position: relative;
	margin-bottom: 4px;
}

.custom_overlay p {
	color: #000;
	line-height: 1.4em;
}

.custom_overlay h4:after {
	background-color: #1E88E5;
	content: "";
	position: absolute;
	left: 35%;
	right: 35%;
	bottom: -5px;
	height: 2px;
}

.nav-item .validation-error {
	color: red;
}

.nav-item i.fa-exclamation-circle {
	color: red;
}

.owl-carousel .custom_overlay_wrapper>h3 {
	padding-top: 12px;
	text-align: center;
}

/** End styles for news */

#alias-details-wrapper {
	margin-left: -12px;
	margin-right: -12px;
}

/* Customization config styles */
#characteristics .item {
	border: thin #b4a3e4 solid;
	border-left-width: 8px;
	border-left-color: #3d00e5;
	padding: 20px;
	margin-bottom: 24px;
	border-radius: 4px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	display: flex;
}

#characteristics .item .column {
	width: 33.333333%;
}

@media (max-width: 768px) {
	#characteristics .item {
		flex-wrap: wrap;
	}

	#characteristics .item .column {
		width: 100%;
	}

	#characteristics .characteristic-options {
		margin-bottom: 20px;
	}
}

#characteristics .item:last-child div.actions button[down-a-level] {
	display: none;
}

#characteristics .item:first-child div.actions button[up-a-level] {
	display: none;
}

.characteristic-options-badges {
	margin-top: -40px;
}

/* End Customization config styles */

.required:after {
	content: " *";
	font-weight: bold;
	color: #ff6262;
}

/* Light gallery customizations */
.lg-outer {
	top: 80px;
	height: calc(100vh - 80px);
}

.btn-mailcheck-suggestion {
	padding: 4px 8px !important;
	border: 1px;
	font-size: 14px;
}

.input-with-actions {
	display: flex;
	position: relative;
}

.input-with-actions input,
.input-with-actions ignite-input {
	width: 100%;
}

.input-with-actions div.input-actions-container {
	max-height: 47px;
	display: flex;
}

.input-with-actions div.input-actions-container-details {
	max-height: 46px;
	display: flex;
	margin-top: 29px;
}

.input-with-actions div.input-actions-container button,
.input-with-actions div.input-actions-container-details button {
	font-size: 15px;
	border-radius: 0;
}

.input-with-actions div.input-actions-container button:last-of-type,
.input-with-actions div.input-actions-container-details button:last-of-type {
	border-radius: 0 4px 4px 0;
}

#apikey-copied,
#apikey-copied-details {
	position: absolute;
	right: 26px;
	top: 38px;
	opacity: 1;
	display: none;
}

#apikey-copied-details {
	right: 0;
	top: 68px;
}

.qr-container img {
	margin: auto;
}

.login-subtitle {
	max-width: 425px;
}

ins {
	background-color: #c6ffc6;
	text-decoration: none;
}

del {
	background-color: #ffc6c6;
}

/* intl telephone input customizations */
.phone-content {
	padding-left: 90px !important;
}

/* end intl telephone input customizations */

/* devex cells customizations */
tr.dx-row>td.centerContent {
	vertical-align: middle !important;
}

/* end devex cells customizations */

/* dev ex calendar customizations */
.select2-container--open,
.bootstrap-datetimepicker-widget {
	z-index: 2;
}

.dx-tooltip-appointment-item-content-description {
	text-align: left;
	font-size: 12px;
	opacity: .8;
	margin-top: 10px;
}

/* end dev ex calendar customizations */

.badge-header {
	font-size: 110%;
}

/* ignite card tag helper customizations */
ignite-card>.card>.card-header>.collapse-icon {
	float: right;
	transition: .3s transform ease-in-out;
}

ignite-card>.card>.card-header.collapsed>.collapse-icon {
	transform: rotate(90deg);
}

/* ignite card tag helper customizations */

a.navbar-brand .light-logo {
	width: 100%;
	max-width: 90px;
}

/* floating footer */
.floating-footer {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
/* floating footer */

@media (max-height: 768px) {
	.fix-sidebar .entity-form-footer {
		padding-left: calc(230px + 16px);
	}
}
/* Variables */

/* All the new themes variables must be added in:
	Ignite.Framework\Constants\IgniteConfiguration\IgniteConfigurationKeys.cs
	WebApp\Views\Shared\_Theme.cshtml
	WebApp\WebTools\Theme.cs
 */
* {
	--primary-color-dark: var(--user-primary-color-dark, #007FA3);
	--primary-color: var(--user-primary-color, #009FCE);
	--primary-color-light: var(--user-primary-color-light, #00C4E8);
	--primary-color-lightest: var(--user-primary-color-lightest, #89EBE2);
	--primary-color-extra-light: var(--user-primary-color-extra-light, #8BFFED);
	--secondary-color: var(--user-secondary-color, #3E3E3E);

	/* warning colors */
	--warning-color-dark: #dc2626;
	--warning-color: var(--user-warning-color, #ef4444);
	--warning-text-color: var(--user-warning-text-color, #fee2e2);
	--warning-color-inverted: var(--user-warning-color-inverted, #fee2e2);
	--warning-text-color-inverted: var(--user-warning-text-color-inverted, #ef4444);
	--warning-color-light: var(--user-warning-color-light, #f1988b);

	/* Success colors */
	--success-color: var(--user-success-color, #10b981);
	--success-text-color: var(--user-success-text-color, #d1fae5);
	--success-color-inverted: var(--user-success-color-inverted, #d1fae5);
	--success-text-color-inverted: var(--user-success-text-color-inverted, #10b981);

	--success-color-dark: var(--user-success-color-dark, #00A7B3);
	--success-color-light: var(--user-success-color-light, #85cba0);
	--sidebar-color: var(--user-sidebar-color, black);
	--inactive-color: var(--user-inactive-color, #1a202c);
	--inactive-light-color: var(--user-inactive-light-color, #d7dbec);
	--disabled-color: var(--user-disabled-color, #646269);
	--placeholder-color: var(--user-placeholder-color, #bbbbbb);
	--serenity-card-bg-color: rgba(243, 243, 244, 0.2);
	--serenity-card-bg-hover-color: rgba(237, 237, 237, 0.2);
	--serenity-card-border-color: #EEEEEE;
	--serenity-deep-blue: #050A2B;
}

/* Topbar styles */

.topbar {
	background: var(--primary-color);
}

.topbar .navbar-header {
	background-color: var(--primary-color);
}

.topbar ul.dropdown-user li a:hover {
	color: var(--primary-color);
}

/* Sidebar styles */

.left-sidebar,
.mini-sidebar .sidebar-nav .sidebarnav>li:hover>a,
.mini-sidebar .sidebar-nav .sidebarnav>li>ul {
	background-color: var(--sidebar-color);
}

.sidebar-nav {
	background-color: var(--sidebar-color);
}

/*.sidebar-nav>ul>li>a,
.sidebar-nav>ul>li>a i {
	color: white !important;
}

.sidebar-nav>ul>li>a.active,
.sidebar-nav>ul>li>a:hover {
	background-color: #1c1c1c;
}*/

.sidebar-nav .has-arrow::after {
	border-color: white;
}

.sidebar-nav>ul>li.active>a {
	border-color: var(--warning-color);
}

.sidebarnav li a {
	color: white;
}

/* Forms styles */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.floating-labels .bar::before,
.floating-labels .bar::after {
	background: var(--primary-color);
}

.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(61, 0, 229, .25);
}


/* Login styles */

#external-body-wrapper {
	background-color: var(--secondary-color);
}


/* ------------- Success Styles ------------- */
.text-success,
.label-light-success {
	color: var(--success-color) !important;
}

.bg-success,
.round.round-success,
.label-success,
.badge-success,
.jq-icon-success,
.pagination-circle li.active a,
.pagination-circle li a:hover,
.custom-control-input:checked~.custom-control-indicator,
.color-table.success-table thead th,
.color-bordered-table.success-bordered-table thead th,
.full-color-table.full-success-table thead th,
.full-color-table.full-success-table tr:hover {
	background-color: var(--success-color) !important;
	color: var(--success-text-color);
}

.btn-success.disabled,
.btn-success.disabled:hover {
	background: var(--success-color);
	border: 1px solid var(--success-color);
}

.btn-outline-success {
	color: var(--success-color);
	border-color: var(--success-color);
}

.btn-outline-success:hover,
.btn-outline-success:focus {
	background: var(--success-color);
	border-color: var(--success-color);
}

.validate .form-control {
	border-color: var(--success-color);
}

.color-bordered-table.success-bordered-table {
	border: 2px solid var(--success-color);
}


/* ------------- Danger Styles ------------- */
.text-danger,
.label-light-danger {
	color: var(--warning-color) !important;
}

.bg-danger,
.round.round-danger,
.label-danger,
.badge-danger,
.notify .point,
.jq-icon-error,
.color-table.danger-table thead th,
.color-bordered-table.danger-bordered-table thead th,
.full-color-table.full-danger-table thead th,
.full-color-table.full-danger-table tr:hover {
	background-color: var(--warning-color) !important;
	color: var(--warning-text-color);
}

.notify .heartbit {
	border: 5px solid var(--warning-color);
}

.btn-danger.disabled,
.btn-danger.disabled:hover {
	background: var(--warning-color);
	border: 1px solid var(--warning-color);
}

.btn-outline-danger {
	color: var(--warning-color);
	border-color: var(--warning-color);
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
	background: var(--warning-color);
	border-color: var(--warning-color);
}

.error .form-control {
	border-color: var(--warning-color);
}

.color-bordered-table.danger-bordered-table {
	border: 2px solid var(--warning-color);
}

.required:after {
	color: var(--warning-color);
}

/* ------------- Primary Styles ------------- */
.btn-themecolor,
.btn-themecolor.disabled {
	background: var(--primary-color);
	color: #ffffff;
	border: 1px solid var(--primary-color);
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
	background: var(--primary-color);
	opacity: 0.7;
	border: 1px solid var(--primary-color);
}

.btn-themecolor.active,
.btn-themecolor:focus,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
	background: var(--primary-color-dark);
}

.btn-link {
	color: var(--primary-color);
}

.btn-link:hover,
.btn-link.disabled:hover {
	color: var(--primary-color);
	opacity: 0.8;
}

.btn-link.active,
.btn-link:focus,
.btn-link.disabled:active,
.btn-link.disabled:focus {
	color: var(--primary-color-dark);
}

.text-themecolor {
	color: var(--primary-color-dark) !important;
}

html body .text-primary,
.label-light-primary {
	color: var(--primary-color) !important;
}

.bg-primary,
.round.round-primary,
.twitter-typeahead .tt-menu .tt-suggestion:hover,
.label-primary,
.badge-primary,
.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a,
.color-table.primary-table thead th,
.color-bordered-table.primary-bordered-table thead th,
.full-color-table.full-primary-table thead th,
.full-color-table.full-primary-table tr:hover {
	background-color: var(--primary-color) !important;
}

.btn-primary.disabled,
.btn-primary.disabled:hover {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.btn-outline-primary {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #d9d9d9;
}

.btn-outline-primary:hover,
.btn-outline-primary.focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: var(--primary-color);
	font-weight: 400;
	background-color: rgba(72, 98, 255, 0.2);
}

/* Info Styles */

a.text-info, a.text-info:focus, a.text-info:hover {
	color: var(--primary-color) !important;
}

/* Select2 */

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: var(--primary-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: rgba(255, 255, 255, 0.8);
}

.color-bordered-table.primary-bordered-table {
	border: 2px solid var(--primary-color);
}

/* Dev Extreme - DataGrid action buttons */
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link,
.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit-with-icons .dx-link {
	padding: 2px;
	width: auto;
	height: auto;
	color: white
}

.dx-appointment-icon {
	padding: 3px;
	width: auto;
	height: auto;
}

.btn-secondary {
	background-color: #fff;
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.multivalue-lookup-badge,
.dx-tag-content {
	color: white;
	background-color: var(--primary-color);
}

.multivalue-lookup-badge, .dx-tag-content {
	color: var(--primary-color);
	background-color: rgba(72, 98, 255, 0.2);
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 19px;
}

.multivalue-lookup-badge, .dx-tag-container {
	gap: 4px;
	padding-bottom: 1px !important;
	padding-top: 1px !important;
}

.dx-tag-content .dx-tag-remove-button::before,
.dx-tag-content .dx-tag-remove-button::after {
	background: var(--primary-color);
}

.dx-tag-content .dx-tag-remove-button::before {
	right: 9px;
}
.dx-tag-content .dx-tag-remove-button::after {
	right: 5px;
}

/* Dev Extreme - Switch */
.dx-switch.dx-state-focused .dx-switch-container,
.dx-switch.dx-state-hover .dx-switch-container {
	border-color: rgb(215, 219, 236);
}

.dx-switch-handle::before,
.dx-switch.dx-state-focused .dx-switch-handle::before,
.dx-switch.dx-state-hover .dx-switch-handle::before,
.dx-switch.dx-state-focused.dx-state-active .dx-switch-handle::before,
.dx-switch.dx-state-focused.dx-switch-on-value .dx-switch-handle::before,
.dx-switch.dx-state-hover.dx-switch-on-value .dx-switch-handle::before {
	background-color: white;
}

.dx-switch.dx-state-focused .dx-switch-container {
	border: var(--primary-color) thin solid;
}

.dx-switch.dx-state-hover .dx-switch-container {
	background-color: rgb(215, 219, 236);
}

.dx-switch.dx-state-hover.dx-switch-on-value .dx-switch-container {
	background-color: var(--primary-color);
}

.dx-switch-on-value .dx-switch-handle::before {
	background-color: white;
}

.dx-switch-on-value .dx-switch-container {
	background-color: var(--primary-color);
}

.dx-switch.dx-state-readonly .dx-switch-container {
	border: none;
	background-color: var(--inactive-light-color);
	cursor: not-allowed;
}

.dx-switch.dx-state-readonly.dx-switch-on-value .dx-switch-container {
	background-color: rgba(72, 98, 255, 0.7);
}


/* dev ex calendar customizations */

.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell,
.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-celle {
	color: var(--primary-color);
}

.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content,
.dx-calendar-navigator-next-view.dx-button .dx-icon,
.dx-calendar-navigator-previous-view.dx-button .dx-icon {
	color: var(--primary-color);
}

.dx-scheduler-date-time-indicator::before {
	color: var(--primary-color-lightest);
}

.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell::before,
.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell::before {
	background-color: var(--primary-color);
}

.dx-scheduler-appointment,
.dx-scheduler-appointment-collector.dx-button,
.dx-scheduler-appointment-collector.dx-button.dx-state-active,
.dx-scheduler-appointment-collector.dx-button.dx-state-focused,
.dx-scheduler-appointment-collector.dx-button.dx-state-hover {
	background-color: var(--primary-color);
}

.dx-scheduler-date-time-indicator,
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused,
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
	background-color: var(--primary-color-lightest);
}

.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date {
	-webkit-box-shadow: inset 0 0 0 1px #bebebe, inset 0 0 0 1000px var(--primary-color);
	box-shadow: inset 0 0 0 1px #bebebe, inset 0 0 0 1000px var(--primary-color);
}

.dx-scheduler-date-table-cell.dx-scheduler-focused-cell {
	box-shadow: inset 0 0 0 1px var(--primary-color);
}

.dx-scheduler-date-table-cell.dx-state-focused {
	background-color: var(--primary-color-extra-light);
	opacity: 1;
}

.dx-calendar-cell.dx-calendar-selected-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
	box-shadow: inset 0 0 0 1000px var(--primary-color);
}

.dx-timeview-minutearrow {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2266%22%20viewBox%3D%220%200%2010%2066%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%223%22%20width%3D%224%22%20height%3D%2264%22%20rx%3D%222%22%20fill%3D%22%236832FC%22%2F%3E%0A%3Ccircle%20cx%3D%225%22%20cy%3D%2261%22%20r%3D%223.5%22%20fill%3D%22%23fff%22%20stroke%3D%22%236832FC%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.dx-timeview-hourarrow {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%2248%22%20viewBox%3D%220%200%206%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%226%22%20height%3D%2244%22%20rx%3D%223%22%20fill%3D%22%236832FC%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body {
	background: var(--primary-color);
}

/* end dev ex calendar customizations */

/* bootstrap datetimepicker*/
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
	background-color: var(--primary-color);
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background: var(--primary-color);
}

/* end bootstrap datetimepicker */
.serenity-form {
  --text-title-color: rgba(0, 0, 0, 0.8);
  --text-description-color: rgba(0, 0, 0, 0.6);
  --border-color: #d9d9d9;
  --primary-color: var(--primary-color);
  --background-color: white;
  --text-color: #606060;
}

.serenity-form * {
  margin: 0;
}

.serenity-form .serenity-form-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.serenity-form.floating-labels {
  padding-top: 0px;
}

.serenity-form.floating-labels label {
  font-size: 14px;
  top: -20px;
  left: 0;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.7) !important;
}

.serenity-form.floating-labels label.serenity-label,
.serenity-form.floating-labels ignite-input-phone-extension label {
  top: 0px !important;
  position: relative;
}

.serenity-form.floating-labels ignite-input-phone-extension label {
  line-height: 120% !important;
}

.serenity-form.floating-labels label.select {
  margin-bottom: 0px;
}

.serenity-form .form-label {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* #region inputs */
.serenity-form.floating-labels input.form-control,
.serenity-form.floating-labels textarea.form-control {
  padding: 10px;
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-family: Inter;
  color: var(--text-color);
  font-size: 13px;
  font-weight: 400;
  margin-top: 21px;
}

.serenity-form .form-group.m-b-40 {
  margin-bottom: 0 !important;
}

.serenity-form.floating-labels .form-group .form-control[readonly] {
  padding: 10px !important;
}

/* #endregion inputs */

/* #region input groups */
.serenity-form.floating-labels .input-group input.form-control,
.serenity-form.floating-labels .input-with-actions input.form-control {
  margin-top: 0px;
}

.serenity-form.floating-labels .input-group,
.serenity-form.floating-labels .input-with-actions {
  margin-top: 21px;
}

/* #endregion */

/* #region serenity-input-wrapper */
.serenity-input-wrapper ignite-input label,
.serenity-input-wrapper ignite-input-mail label {
  display: none;
}

.serenity-form.floating-labels .serenity-input-wrapper input.form-control,
.serenity-form.floating-labels .serenity-textarea-wrapper textarea.form-control {
  margin-top: 0px;
}

.serenity-form.floating-labels ignite-input-mail input.form-control {
  margin-top: 0px;
}

/* #enregion */

/* #region form-section */
.serenity-form-section * {
  margin: 0;
}

.serenity-form .dx-trackbar-container {
  margin: 10px 4.5px;
}

.serenity-form-section {
  display: flex;
  gap: 16px;
  margin: 24px;
  padding: 24px;
  border: 1px solid var(--border-color);
  background-color: var(--background-color);
  border-radius: 8px;
}

.serenity-form-section h2 {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 22px;
  font-weight: 600;
  color: var(--primary-color);
}

.serenity-form-section p {
  font-size: 16px;
  line-height: 20px;
  color: var(--text-description-color);
}

.serenity-form-section .metadata {
  width: calc(30% - 12px);
  min-width: calc(30% - 12px);
}

.serenity-form-section .content {
  width: calc(70% - 12px);
  min-width: calc(70% - 12px);
}

.serenity-form-section .standalone-uploader {
  margin: 0px;
  margin-top: 16px;
}

.serenity-form-section .standalone-uploader input {
  width: 0;
}

.serenity-form .dx-selectbox {
  padding: 6px 12px;
}

@media (max-width: 1023px) {
  .serenity-form-section {
    flex-direction: column;
    gap: 16px;
  }

  .serenity-form-section .metadata,
  .serenity-form-section .content {
    width: 100%;
  }
}

/* #endregion form-section */

/* Region select2 */
.serenity-form .select2-container .select2-selection--single {
  height: 38px;
  border-color: var(--border-color);
}

.serenity-form .select2-container .selection .select2-selection {
  padding-top: 5px;
  padding-bottom: 5px;
}

.serenity-form .select2-container .selection .select2-selection.select2-selection--multiple {
  padding: 0;
}

.serenity-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 6px;
}

/* End Region select2 */

/* Region Switch */
.serenity-form .sidepanel-switch-element {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.serenity-form .sidepanel-switch-element .sidepanel-switch-metadata {
  flex: 1;
}

.serenity-form .sidepanel-switch-element .sidepanel-switch-metadata .title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-title-color);
}

.serenity-form .sidepanel-switch-element .sidepanel-switch-metadata .description,
.serenity-form .sidepanel-section-card .sidepanel-section-card-header p {
  font-size: 13px;
  color: var(--text-description-color);
}

.serenity-form .dx-switch {
  height: 24px;
  width: 42px;
}

.serenity-form .dx-switch .dx-switch-wrapper {
  width: 42px;
}

/* End Region Switch */

/* Region Input */

.serenity-form .sidepanel-input-element {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.serenity-form .sidepanel-input-element .sidepanel-input-metadata {
  flex: 1;
}

.serenity-form .sidepanel-input-element .sidepanel-input-metadata .title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-description-color);
}

.serenity-form .sidepanel-input-element .sidepanel-input-metadata .description,
.serenity-form .sidepanel-section-card .sidepanel-section-card-header p {
  font-size: 13px;
  color: var(--text-description-color);
}

.serenity-form .sidepanel-input-container {
  display: flex !important;
}

/* End Region Input */

/* Region Ignite-Radio */
.serenity-form ignite-radio .input-group {
  margin-top: 0 !important;
}

/* End Region Ignite-Radio */
/* --------------------------------------------------------------- */
/* ------------------- Serenity Core Utilities ------------------- */
/* --------------------------------------------------------------- */

/* Flex utilities */
.flex { display: flex !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap { flex-wrap: wrap !important; }
.justify-self-start { justify-self: start !important }
.shrink-0 { flex-shrink: 0 !important; }

/* Border utilities */
.border-0 { border: 0 !important; }
.rounded-full { border-radius: calc(infinity * 1px) !important; }

/* GAP utilities */
.gap-0 { gap: 0 !important; }
.gap-0\.5 { gap: 0.125rem !important; }
.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 0.75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-5 { gap: 1.25rem !important; }
.gap-6 { gap: 1.5rem !important; }

/* Font utilities */
.font-bold { font-weight: bold !important; }
.font-semibold { font-weight: 600 !important; }
.font-medium { font-weight: 500 !important; }
.font-normal { font-weight: normal !important; }
.font-light { font-weight: 300 !important; }

/* Cursor utilities */
.cursor-default { cursor: default !important; }
.cursor-pointer { cursor: pointer !important; }
.cursor-not-allowed { cursor: not-allowed !important; }

/* Overflow utilities */
.overflow-hidden { overflow: hidden !important; }
.overflow-auto { overflow: auto !important; }
.overflow-scroll { overflow: scroll !important; }
.overflow-visible { overflow: visible !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-y-hidden { overflow-y: hidden !important; }
.overflow-x-auto { overflow-x: auto !important; }
.overflow-y-auto { overflow-y: auto !important; }

/* ---------------------------------------------- */
/* ------------------- Spacing ------------------ */
/* ---------------------------------------------- */

.p-0 { padding: 0 !important; }
.p-0\.5 { padding: 0.125rem !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 0.75rem !important; }
.p-4 { padding: 1rem !important; }
.p-5 { padding: 1.25rem !important; }
.p-6 { padding: 1.5rem !important; }
.p-7 { padding: 1.75rem !important; }
.p-8 { padding: 2rem !important; }
.p-9 { padding: 2.25rem !important; }
.p-10 { padding: 2.5rem !important; }
.p-11 { padding: 2.75rem !important; }
.p-12 { padding: 3rem !important; }
.p-16 { padding: 4rem !important; }

.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-0\.5 { padding-left: 0.125rem !important; padding-right: 0.125rem !important; }
.px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
.px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-7 { padding-left: 1.75rem !important; padding-right: 1.75rem !important; }
.px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
.px-9 { padding-left: 2.25rem !important; padding-right: 2.25rem !important; }
.px-10 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
.px-11 { padding-left: 2.75rem !important; padding-right: 2.75rem !important; }
.px-12 { padding-left: 3rem !important; padding-right: 3rem !important; }
.px-16 { padding-left: 4rem !important; padding-right: 4rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-0\.5 { padding-top: 0.125rem !important; padding-bottom: 0.125rem !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-1\.5 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
.py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-7 { padding-top: 1.75rem !important; padding-bottom: 1.75rem !important; }
.py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.py-9 { padding-top: 2.25rem !important; padding-bottom: 2.25rem !important; }
.py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-11 { padding-top: 2.75rem !important; padding-bottom: 2.75rem !important; }
.py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; }

.pl-0 { padding-left: 0 !important; }
.pl-0\.5 { padding-left: 0.125rem !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 0.75rem !important; }
.pl-4 { padding-left: 1rem !important; }
.pl-5 { padding-left: 1.25rem !important; }
.pl-6 { padding-left: 1.5rem !important; }
.pl-7 { padding-left: 1.75rem !important; }
.pl-8 { padding-left: 2rem !important; }
.pl-9 { padding-left: 2.25rem !important; }
.pl-10 { padding-left: 2.5rem !important; }
.pl-11 { padding-left: 2.75rem !important; }
.pl-12 { padding-left: 3rem !important; }
.pl-16 { padding-left: 4rem !important; }

.pr-0 { padding-right: 0 !important; }
.pr-0\.5 { padding-right: 0.125rem !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 0.75rem !important; }
.pr-4 { padding-right: 1rem !important; }
.pr-5 { padding-right: 1.25rem !important; }
.pr-6 { padding-right: 1.5rem !important; }
.pr-7 { padding-right: 1.75rem !important; }
.pr-8 { padding-right: 2rem !important; }
.pr-9 { padding-right: 2.25rem !important; }
.pr-10 { padding-right: 2.5rem !important; }
.pr-11 { padding-right: 2.75rem !important; }
.pr-12 { padding-right: 3rem !important; }
.pr-16 { padding-right: 4rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-0\.5 { padding-top: 0.125rem !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 0.75rem !important; }
.pt-4 { padding-top: 1rem !important; }
.pt-5 { padding-top: 1.25rem !important; }
.pt-6 { padding-top: 1.5rem !important; }
.pt-7 { padding-top: 1.75rem !important; }
.pt-8 { padding-top: 2rem !important; }
.pt-9 { padding-top: 2.25rem !important; }
.pt-10 { padding-top: 2.5rem !important; }
.pt-11 { padding-top: 2.75rem !important; }
.pt-12 { padding-top: 3rem !important; }
.pt-16 { padding-top: 4rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-0\.5 { padding-bottom: 0.125rem !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 0.75rem !important; }
.pb-4 { padding-bottom: 1rem !important; }
.pb-5 { padding-bottom: 1.25rem !important; }
.pb-6 { padding-bottom: 1.5rem !important; }
.pb-7 { padding-bottom: 1.75rem !important; }
.pb-8 { padding-bottom: 2rem !important; }
.pb-9 { padding-bottom: 2.25rem !important; }
.pb-10 { padding-bottom: 2.5rem !important; }
.pb-11 { padding-bottom: 2.75rem !important; }
.pb-12 { padding-bottom: 3rem !important; }
.pb-16 { padding-bottom: 4rem !important; }

/* Margin utilities */
.m-0 { margin: 0 !important; }
.m-0\.5 { margin: 0.125rem !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 0.75rem !important; }
.m-4 { margin: 1rem !important; }
.m-5 { margin: 1.25rem !important; }
.m-6 { margin: 1.5rem !important; }
.m-7 { margin: 1.75rem !important; }
.m-8 { margin: 2rem !important; }
.m-9 { margin: 2.25rem !important; }
.m-10 { margin: 2.5rem !important; }
.m-11 { margin: 2.75rem !important; }
.m-12 { margin: 3rem !important; }

.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-0\.5 { margin-left: 0.125rem !important; margin-right: 0.125rem !important; }
.mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-3 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; }
.mx-4 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-5 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; }
.mx-6 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-7 { margin-left: 1.75rem !important; margin-right: 1.75rem !important; }
.mx-8 { margin-left: 2rem !important; margin-right: 2rem !important; }
.mx-9 { margin-left: 2.25rem !important; margin-right: 2.25rem !important; }
.mx-10 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
.mx-11 { margin-left: 2.75rem !important; margin-right: 2.75rem !important; }
.mx-12 { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-0\.5 { margin-top: 0.125rem !important; margin-bottom: 0.125rem !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; }
.my-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-5 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; }
.my-6 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-7 { margin-top: 1.75rem !important; margin-bottom: 1.75rem !important; }
.my-8 { margin-top: 2rem !important; margin-bottom: 2rem !important; }
.my-9 { margin-top: 2.25rem !important; margin-bottom: 2.25rem !important; }
.my-10 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
.my-11 { margin-top: 2.75rem !important; margin-bottom: 2.75rem !important; }
.my-12 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-0\.5 { margin-left: 0.125rem !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 0.75rem !important; }
.ml-4 { margin-left: 1rem !important; }
.ml-5 { margin-left: 1.25rem !important; }
.ml-6 { margin-left: 1.5rem !important; }
.ml-7 { margin-left: 1.75rem !important; }
.ml-8 { margin-left: 2rem !important; }
.ml-9 { margin-left: 2.25rem !important; }
.ml-10 { margin-left: 2.5rem !important; }
.ml-11 { margin-left: 2.75rem !important; }
.ml-12 { margin-left: 3rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-0\.5 { margin-right: 0.125rem !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 0.75rem !important; }
.mr-4 { margin-right: 1rem !important; }
.mr-5 { margin-right: 1.25rem !important; }
.mr-6 { margin-right: 1.5rem !important; }
.mr-7 { margin-right: 1.75rem !important; }
.mr-8 { margin-right: 2rem !important; }
.mr-9 { margin-right: 2.25rem !important; }
.mr-10 { margin-right: 2.5rem !important; }
.mr-11 { margin-right: 2.75rem !important; }
.mr-12 { margin-right: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-0\.5 { margin-top: 0.125rem !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 0.75rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-5 { margin-top: 1.25rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-7 { margin-top: 1.75rem !important; }
.mt-8 { margin-top: 2rem !important; }
.mt-9 { margin-top: 2.25rem !important; }
.mt-10 { margin-top: 2.5rem !important; }
.mt-11 { margin-top: 2.75rem !important; }
.mt-12 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-0\.5 { margin-bottom: 0.125rem !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-2\.5 { margin-bottom: 0.625rem !important; }
.mb-3 { margin-bottom: 0.75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 1.25rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-7 { margin-bottom: 1.75rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.mb-9 { margin-bottom: 2.25rem !important; }
.mb-10 { margin-bottom: 2.5rem !important; }
.mb-11 { margin-bottom: 2.75rem !important; }
.mb-12 { margin-bottom: 3rem !important; }

/* ------------------------------------------------ */
/* ------------------- Position ------------------- */
/* ------------------------------------------------ */

/* Position type utilities */
.relative { position: relative !important; }
.absolute { position: absolute !important; }
.fixed { position: fixed !important; }
.sticky { position: sticky !important; }
.static { position: static !important; }

/* Inset utilities - Top */
.top-0 { top: 0 !important; }
.top-0\.5 { top: 0.125rem !important; }
.top-1 { top: 0.25rem !important; }
.top-2 { top: 0.5rem !important; }
.top-3 { top: 0.75rem !important; }
.top-4 { top: 1rem !important; }
.top-5 { top: 1.25rem !important; }
.top-6 { top: 1.5rem !important; }
.top-7 { top: 1.75rem !important; }
.top-8 { top: 2rem !important; }
.top-9 { top: 2.25rem !important; }
.top-10 { top: 2.5rem !important; }
.top-11 { top: 2.75rem !important; }
.top-12 { top: 3rem !important; }
.top-16 { top: 4rem !important; }

/* Inset utilities - Right */
.right-0 { right: 0 !important; }
.right-0\.5 { right: 0.125rem !important; }
.right-1 { right: 0.25rem !important; }
.right-2 { right: 0.5rem !important; }
.right-3 { right: 0.75rem !important; }
.right-4 { right: 1rem !important; }
.right-5 { right: 1.25rem !important; }
.right-6 { right: 1.5rem !important; }
.right-7 { right: 1.75rem !important; }
.right-8 { right: 2rem !important; }
.right-9 { right: 2.25rem !important; }
.right-10 { right: 2.5rem !important; }
.right-11 { right: 2.75rem !important; }
.right-12 { right: 3rem !important; }
.right-16 { right: 4rem !important; }

/* Inset utilities - Bottom */
.bottom-0 { bottom: 0 !important; }
.bottom-0\.5 { bottom: 0.125rem !important; }
.bottom-1 { bottom: 0.25rem !important; }
.bottom-2 { bottom: 0.5rem !important; }
.bottom-3 { bottom: 0.75rem !important; }
.bottom-4 { bottom: 1rem !important; }
.bottom-5 { bottom: 1.25rem !important; }
.bottom-6 { bottom: 1.5rem !important; }
.bottom-7 { bottom: 1.75rem !important; }
.bottom-8 { bottom: 2rem !important; }
.bottom-9 { bottom: 2.25rem !important; }
.bottom-10 { bottom: 2.5rem !important; }
.bottom-11 { bottom: 2.75rem !important; }
.bottom-12 { bottom: 3rem !important; }
.bottom-16 { bottom: 4rem !important; }

/* Inset utilities - Left */
.left-0 { left: 0 !important; }
.left-0\.5 { left: 0.125rem !important; }
.left-1 { left: 0.25rem !important; }
.left-2 { left: 0.5rem !important; }
.left-3 { left: 0.75rem !important; }
.left-4 { left: 1rem !important; }
.left-5 { left: 1.25rem !important; }
.left-6 { left: 1.5rem !important; }
.left-7 { left: 1.75rem !important; }
.left-8 { left: 2rem !important; }
.left-9 { left: 2.25rem !important; }
.left-10 { left: 2.5rem !important; }
.left-11 { left: 2.75rem !important; }
.left-12 { left: 3rem !important; }
.left-16 { left: 4rem !important; }

/* ---------------------------------------------- */
/* ------------------- Sizing ------------------- */
/* ---------------------------------------------- */
.w-1 { width: 0.25rem !important; }
.w-2 { width: 0.5rem !important; }
.w-3 { width: 0.75rem !important; }
.w-4 { width: 1rem !important; }
.w-5 { width: 1.25rem !important; }
.w-6 { width: 1.5rem !important; }
.w-7 { width: 1.75rem !important; }
.w-8 { width: 2rem !important; }
.w-9 { width: 2.25rem !important; }
.w-10 { width: 2.5rem !important; }
.w-11 { width: 2.75rem !important; }
.w-12 { width: 3rem !important; }
.w-16 { width: 4rem !important; }
.w-20 { width: 5rem !important; }
.w-24 { width: 6rem !important; }
.w-fit { width: fit-content !important; }
.w-1\/2 { width: 50% !important; }
.w-2\/3 { width: 66.666667% !important; }
.w-auto { width: auto !important; }

.min-w-1 { min-width: 0.25rem !important; }
.min-w-2 { min-width: 0.5rem !important; }
.min-w-3 { min-width: 0.75rem !important; }
.min-w-4 { min-width: 1rem !important; }
.min-w-5 { min-width: 1.25rem !important; }
.min-w-6 { min-width: 1.5rem !important; }
.min-w-7 { min-width: 1.75rem !important; }
.min-w-8 { min-width: 2rem !important; }
.min-w-9 { min-width: 2.25rem !important; }
.min-w-10 { min-width: 2.5rem !important; }
.min-w-11 { min-width: 2.75rem !important; }
.min-w-12 { min-width: 3rem !important; }
.min-w-16 { min-width: 4rem !important; }
.min-w-20 { min-width: 5rem !important; }
.min-w-24 { min-width: 6rem !important; }
.min-w-fit { min-width: fit-content !important; }

.max-w-100 { max-width: 100% !important; }

.h-1 { height: 0.25rem !important; }
.h-2 { height: 0.5rem !important; }
.h-3 { height: 0.75rem !important; }
.h-4 { height: 1rem !important; }
.h-5 { height: 1.25rem !important; }
.h-6 { height: 1.5rem !important; }
.h-7 { height: 1.75rem !important; }
.h-8 { height: 2rem !important; }
.h-9 { height: 2.25rem !important; }
.h-10 { height: 2.5rem !important; }
.h-11 { height: 2.75rem !important; }
.h-12 { height: 3rem !important; }
.h-16 { height: 4rem !important; }
.h-20 { height: 5rem !important; }
.h-24 { height: 6rem !important; }

.h-auto { height: auto !important; }

.min-h-1 { min-height: 0.25rem !important; }
.min-h-2 { min-height: 0.5rem !important; }
.min-h-3 { min-height: 0.75rem !important; }
.min-h-4 { min-height: 1rem !important; }
.min-h-5 { min-height: 1.25rem !important; }
.min-h-6 { min-height: 1.5rem !important; }
.min-h-7 { min-height: 1.75rem !important; }
.min-h-8 { min-height: 2rem !important; }
.min-h-9 { min-height: 2.25rem !important; }
.min-h-10 { min-height: 2.5rem !important; }
.min-h-11 { min-height: 2.75rem !important; }
.min-h-12 { min-height: 3rem !important; }
.min-h-16 { min-height: 4rem !important; }
.min-h-20 { min-height: 5rem !important; }
.min-h-24 { min-height: 6rem !important; }

/* ---------------------------------------------- */
/* ------------------- Colors ------------------- */
/* ---------------------------------------------- */

/* Background color utilities */
.bg-gray-200 { background-color: #F9F9F9 !important; }
.bg-gray-300 { background-color: #d4d4d4 !important; }
.bg-gray-900 { background-color: #111827 !important; }
.bg-serenity-deep-blue { background-color: var(--serenity-deep-blue) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }

.bg-amber-100 { background-color: #fef3c7 !important; }

.bg-red-100 { background-color: #fee2e2 !important; }
.bg-red-600 { background-color: #dc2626 !important; }

.bg-orange-100 {
    background-color: #ffedd5 !important;
}

.bg-blue-100 { background-color: #DBEAFE !important; }

.bg-green-100 { background-color: #d1fae5 !important; }
.bg-green-200 { background-color: #bbf7d0 !important; }

.bg-teal-100 { background-color: #ccfbf1 !important; }
.bg-teal-500 { background-color: #14b8a6 !important; }
.bg-teal-600 { background-color: #0d9488 !important; }
.bg-transparent { background-color: transparent !important; }

/* Border color utilities */
.border-gray-300 { border-color: #D9D9D9 !important; }
.border-blue-600 { border-color: #2563eb !important; }
.border-red-500 { border-color: #ef4444 !important; }
.border-red-700 { border-color: #b91c1c !important; }
.border-amber-500 { border-color: #f59e0b !important; }
.border-amber-700 { border-color: #b45309 !important; }
.border-green-600 { border-color: #059669 !important; }
.border-teal-500 { border-color: #14b8a6 !important; }
.border-teal-600 { border-color: #0d9488 !important; }

/* Text color utilities */
.text-gray-500 { color: rgba(0, 0, 0, 0.6) !important; }

.text-black { color: #000 !important; }
.text-black-60 { color: rgba(0, 0, 0, 0.6) !important; }
.text-black-80 { color: rgba(0, 0, 0, 0.8) !important; }

.text-red-500 { color: #ef4444 !important; }
.text-red-600 { color: #dc2626 !important; }
.text-red-700 { color: #b91c1c !important; }

.text-orange-600 {
    color: #ea580c !important;
}

.text-amber-700 { color: #b45309 !important; }

.text-blue-600 { color: #2563eb !important; }
.text-green-600 { color: #059669 !important; }

.text-teal-500 { color: #14b8a6 !important; }
.text-teal-600 { color: #0d9488 !important; }

/* Placeholder text color utility */
.placeholder-gray::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.6) !important;
}
.placeholder-gray::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1;
}
.placeholder-gray:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.6) !important;
}
.placeholder-gray::-ms-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.6) !important;
}
.placeholder-gray::placeholder { /* Standard */
    color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1; /* ensure consistent opacity in Firefox */
}

/* ---------------------------------------------- */
/* ------------------- Text --------------------- */
/* ---------------------------------------------- */

/* Text size utilities */
.text-xs {
    font-size: 0.75rem !important; /* 12px */
    line-height: calc(1 / 0.75) !important;
}
.text-sm {
    font-size: 0.875rem !important; /* 14px */
    line-height: calc(1.25 / 0.875) !important;
}
.text-base {
    font-size: 1rem !important; /* 16px */
    line-height: calc(1.5 / 1) !important;
}
.text-lg {
    font-size: 1.125rem !important; /* 18px */
    line-height: calc(1.75 / 1.125) !important;
}
.text-xl {
    font-size: 1.25rem !important; /* 20px */
    line-height: calc(1.75 / 1.25) !important;
}
.text-2xl {
    font-size: 1.5rem !important; /* 24px */
    line-height: calc(2 / 1.5) !important;
}
.text-3xl {
    font-size: 1.875rem !important; /* 30px */
    line-height: calc(2.25 / 1.875) !important;
}
.text-4xl {
    font-size: 2.25rem !important; /* 36px */
    line-height: calc(2.5 / 2.25) !important;
}

/* Line height utilities */
.leading-none { line-height: 1 !important; }


.text-center {
    text-align: center !important;
}

.break-word {
    word-break: break-word !important;
}

.break-all {
    word-break: break-all !important;
}

.text-nowrap { 
    text-wrap: nowrap !important;
}

/* Badges */
.badge-info {
    background-color: #DBEAFE !important;
    color: #2563eb !important;
}

/* ----------------------------------------------- */
/* ------------------- Separators ----------------- */
/* ----------------------------------------------- */

.separator-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.separator-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.separator-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.separator {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.separator-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.vertical-separator {
    border-left: 1px solid #d9d9d9;
    min-height: 21px;
    display: inline-block;
    width: 1px;
}

/* ----------------------------------------------- */
/* ------------------- Lists ---------------------- */
/* ----------------------------------------------- */

.list-none {
    list-style-type: none !important;
    padding-left: 0 !important;
}
