@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

input[type="radio"] {
	display: none;
}

ul {
	list-style: none;
}

li {
	display: inline-block;
}

input {
	outline: none;
}

input[type="checkbox"] {
	display: none;
}

.select[diamond_system] {
	color: #fff;
	background: var(--maincolor);
}

.carat-btn[diamond_system] {
	display: inline-block;
	overflow: unset;
}

.fancytitle[diamond_system] {
	color: #000;
	font-size: 15px;
	font-family: var(--mainFontFamily);
	text-transform: uppercase;
}

.reseticon[diamond_system] {
	margin-right: 5px;
	transform: rotate(100deg);
}

.bdr-row-inner[diamond_system] {
	padding: 10px 0;
}

.searchfoot[diamond_system] {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0px;
	max-width: 100vw;
	display: flex;
	justify-content: center;
	background: rgba(255, 255, 249, 0.83);
	z-index: 99;
	margin: 0px;
}

.shapetitle[diamond_system] {
	font-size: 12px;
	font-family: var(--mainFontFamily);
	margin-top: 3px;
}

.pt20[diamond_system] {
	padding-top: 20px;
}

@media (max-width: 767px) {
	.certmg[diamond_system] {
		margin-top: 10px;
	}
}

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

body {
	font-family: -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-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	color: #212529;
	text-align: left;
	background-color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h5 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

ul {
	margin-bottom: 1rem;
}

ul {
	margin-top: 0;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: initial;
}

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

img {
	border-style: none;
}

img {
	vertical-align: middle;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
	cursor: pointer;
}

button {
	border-radius: 0;
}

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

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

button,
input {
	overflow: visible;
}

button {
	text-transform: none;
}

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

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

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

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

h5 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h5 {
	font-size: 1.25rem;
}

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

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-9,
.col-md-10 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

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

@media (min-width: 768px) {
	.col-md-1 {
		flex: 0 0 8.2%;
		max-width: 8.2%;
	}

	.col-md-2 {
		flex: 0 0 10%;
		max-width: 10%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 85%;
		max-width: 85%;
	}

	.offset-md-2 {
		margin-left: 10%;
	}
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1;
}

.btn {
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--maincolor);
  color: #000000;
  font-size: 14px;
  padding: 6px;
  position: relative;
  overflow: hidden;
  background: transparent;
  text-transform: uppercase;
  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-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

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

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

.btn:disabled {
	opacity: 0.65;
}

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

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1;
}

.btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

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

.btn-group-toggle>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

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

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

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

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

.nav-pills .nav-link.active {
	color: #fff;
	background-color: #007bff;
}

.d-inline {
	display: inline-block;
}

.d-flex {
	display: flex !important;
}

.flex-box-wrap {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.d-md-flex {
		display: flex !important;
	}
}

.justify-content-center {
	justify-content: center !important;
}

.align-items-center {
	align-items: center !important;
}

@media (min-width: 992px) {
	.align-items-lg-center {
		align-items: center !important;
	}
}

.float-right {
	float: right !important;
}

.m-0 {
	margin: 0 !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

@media (min-width: 768px) {
	.text-md-right {
		text-align: right !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-right {
		text-align: right !important;
	}
}

@media print {

	*,
	:after,
	:before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	img {
		page-break-inside: avoid;
	}

	body {
		min-width: 992px !important;
	}
}

button {
	outline: 0 !important;
}

body {
	height: 100%;
}

body {
	font-size: 14px;
	width: 100%;
	background: #fff;
	overflow-x: hidden;
	font-family: var(--mainFontFamily);
}

body,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
	color: #676767;
}

:focus,
button:focus {
	outline: none;
}

.hdr-top-menu {
	display: flex;
	align-items: center;
	width: 100%;
}

.hdr-top-menu-links {
	justify-content: flex-end;
	display: flex;
	flex: 1 1 0px;
	height: 100%;
	align-items: center;
}

.hdr-row {
	border-bottom: 1px solid var(--maincolor);
	position: fixed;
	max-width: 100vw;
	display: flex;
	justify-content: left;
	padding-left: 15px;
	padding-right: 15px;
	left: 15px;
	right: 15px;
	top: 0;
	z-index: 9;
	background: #fff;
	height: 70px;
}

.hdr-top-menu-logo img {
	width: 230px;
}

.top-space {
	padding-top: 62px;
}

.custom-tabs-dash .nav-link {
	border: 1px solid var(--maincolor);
	padding: 12px 60px 10px;
	text-transform: uppercase;
	color: #000;
	font-family: var(--mainFontFamily);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.custom-tabs-dash .nav-link.active {
	background: var(--maincolor);
	border-color: var(--maincolor);
}

.tabs-1 {
	border-top-left-radius: 3px !important;
	-webkit-border-top-left-radius: 3px !important;
	-moz-border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	-webkit-border-bottom-left-radius: 3px !important;
	-moz-border-bottom-left-radius: 3px !important;
}

.tabs-2 {
	border-top-right-radius: 3px !important;
	-webkit-border-top-right-radius: 3px !important;
	-moz-border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
	-moz-border-bottom-right-radius: 3px !important;
}

.tabs-3 {
	margin-left: 4px;
}

.label-dash-cls label {
	margin-bottom: 0;
	color: #000;
	font-size: 15px;
	font-family: var(--mainFontFamily);
	text-transform: uppercase;
}

.bdr-row {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 20px 15px;
	margin: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.shap-div-section input {
	display: none;
}

.shap-div-section ul li label {
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 19px;
	cursor: pointer;
	height: 60px;
}

.shap-div-section ul li label img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.shap-div-section ul li {
	margin-right: 5px;
	flex-basis: 0px;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.shap-div-section ul li:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	height: 0.1px;
	top: 0;
	bottom: 0;
	width: 25%;
	margin-top: auto;
	margin-bottom: auto;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	right: -15px;
}

.shap-div-section ul li:last-child {
	margin-right: 0;
}

.shap-div-section ul {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.last-child:before {
	display: none;
}

.dash-inner-div {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px 15px;
	margin-top: 15px;
	border-top: 4px solid var(--maincolor);
}

.bdr-row-inner {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px 0;
}

.carat-btn .btn {
	padding: 8px 15px;
}

.carat-btn .btn {
	background: var(--maincolor);
	color: #fff;
	text-transform: uppercase;
	border-radius: 25px;
	font-family: var(--mainFontFamily);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 0;
	outline: none;
}

.comn-chekbox-cls-inner input {
	display: none;
}

.comn-chekbox-cls-inner label {
	color: #000;
	text-align: center;
	text-transform: capitalize;
	font-size: 15px;
	padding: 10px;
	height: auto;
	border: 1px solid #ced4da;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.3s;
	display: block;
	cursor: pointer;
}

.comn-chekbox-cls ul li {
	text-align: center;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	margin-right: 1px;
	white-space: nowrap;
	display: inline-block;
	min-width: 85px;
}

.src-lab .form-control {
	background: #f0f0f0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-color: rgba(0, 0, 0, 0.1);
	font-family: var(--mainFontFamily);
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	height: auto;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.src-lab .form-control:focus {
	border-color: transparent;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.src-lab-bx {
	width: 65%;
	margin-left: auto;
}

.bdr-none {
	border: 0;
}

.noUi-target {
	background: #f0f0f0;
	height: 6px;
}

.noUi-connect,
.noUi-horizontal .noUi-handle {
	background-color: var(--maincolor);
}

.noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
}

.radio-custom-group-rds .btn {
	border-color: var(--maincolor);
	text-transform: uppercase;
	color: #000;
	font-family: var(--mainFontFamily);
	background: #fff;
	padding: 10px 30px 8px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: none;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.radio-custom-group-rds .btn-secondary:not(:disabled):not(.disabled).active {
	background-color: var(--maincolor);
	border-color: var(--maincolor);
}

.radio-custom-group-btn .btn {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: none;
	border: 0;
	background: var(--maincolor);
	text-transform: uppercase;
	color: #fff;
	font-family: var(--mainFontFamily);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px 8px;
}

.radio-custom-group-btn {
	padding-left: 15px;
}

.dash-btn-btm {
	width: 100vw;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}

.dash-btn-btm-inner {
	text-align: center;
}

.dash-btn-btm-inner .btn {
	padding: 15px 15px 13px;
	width: 40vw;
	max-width: 230px;
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: none;
	font-family: var(--mainFontFamily);
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 10px;
}

.dash-btn-btm-inner .serach-btn {
	background: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}

.advanced-src-div-btn .btn {
	padding: 15px 60px 13px;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: none;
	font-family: var(--mainFontFamily);
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--maincolor);
	color: #fff;
}

.advanced-src-div-btn {
	text-align: center;
	padding-bottom: 5px;
}

.advanced-src-div-inner {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 25px;
}

@media (max-width: 1199px) {
	.shap-div-section ul li {
		margin: 5px 0;
	}
}

@media (max-width: 991px) {
	.menu-list-cust-new {
		position: fixed;
		z-index: 9;
		background: #fff;
		height: 100vh;
		left: 0;
		width: 260px;
		top: 0;
		bottom: 0;
		padding: 15px;
		box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
		transform: translate(-110%);
		transition: all 0.5s;
	}

	.hdr-top-menu {
		height: 70px;
	}

	.top-space {
		padding-top: 65px;
	}
}

@media (max-width: 767px) {
	.hdr-top-menu-logo img {
		width: 150px;
	}

	.hdr-top-menu {
		justify-content: center;
		padding: 0px;
	}

	.custom-tabs-dash .nav-link {
		padding: 12px 20px 10px;
	}

	.bdr-row {
		border: 0;
		padding: 0;
		margin-right: -15px;
		margin-left: -15px;
	}

	.shap-div-section ul li:before {
		display: none;
	}

	.label-dash-cls label {
		margin-bottom: 0.5rem;
	}

	.dash-inner-div {
		padding: 0;
		border: 0;
		box-shadow: none;
	}

	.bdr-row-inner {
		border-bottom: 0;
		padding: 5px 0;
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.src-lab-bx {
		width: 100%;
	}

	.comn-chekbox-cls-inner label {
		font-size: 14px;
	}

	.shap-div-section {
		text-align: center;
	}

	.shap-div-section ul li {
		width: 30%;
	}

	.shap-div-input {
		padding: 5px 0;
	}

	.shap-div-section ul li label {
		font-size: 14px;
	}

	.shap-div-section ul li {
		margin: 0;
	}

	.radio-custom-group-btn {
		padding-left: 0;
		padding-top: 10px;
	}

	.radio-custom-group-btn .btn {
		width: 100%;
		display: block;
		text-align: center;
	}

	.radio-custom-group-rds .btn-group {
		display: flex;
	}

	.radio-custom-group-rds .btn {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.dash-btn-btm-inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.advanced-src-div-btn .btn {
		width: 100%;
		padding: 15px 30px 13px;
		text-align: center;
	}

	.advanced-src-div-btn {
		padding-top: 5px;
	}

	.dash-btn-btm {
		width: 100vw;
		display: flex;
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.hdr-row {
		justify-content: center;
	}

	.col-md-1 {
		flex: 0 0 35%;
		max-width: 35%;
	}
	
	ul {
		width: 100%;
		
	}

	div.d-line.mr-2 {
		width: 200px;
	}
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-plus:before {
  content: "\f067";
}

.rangeinput,
.sliderinput {
	max-width: 100px;
	color: #000;
	margin-right: 2px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: capitalize;
	font-size: 15px;
	padding: 10px;
	height: auto;
	border-radius: 3px;
	border: 1px solid #ced4da;
	-webkit-border-radius: 3px;
}

.d-flex {
	display: -moz-box !important;
	display: flex !important;
}

#labTypeDiv {
	height: 10vh;
	display: none;
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-horizontal {
	height: 6px;
}

.noUi-horizontal .noUi-handle {
	width: 14px;
	height: 16px;
	right: -12px;
	top: -6px;
}

.noUi-target {
	background: #FFFFFF;
	border-radius: 1px;
	border: 1px solid #FFFFFF;
	box-shadow: inset 0 1px 1px #FFFFFF, 0 3px 6px -5px #FFF;
}

.noUi-connects {
	border-radius: 3px;
}

.noUi-connect {
	background: var(--maincolor);
}

.noUi-handle {
	border: 1px solid var(--maincolor);
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #E8E7E6;
	left: 3px;
	top: 2px;
}

.noUi-handle:after {
	left: 7px;
}

.btn.admin-btn {
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--maincolor) !important;
  color: #000000;
  font-size: 14px;
  padding: 6px;
  position: relative;
  overflow: hidden;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.35s;
}

.btn.admin-btn:before,
.btn.admin-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: var(--maincolor) !important;
  z-index: -1;
  transition: all 0.35s;
}

.btn.admin-btn:before {
  opacity: 0.5;
}

.btn.admin-btn:after {
  transition-delay: 0.2s;
}

.btn.admin-btn:hover {
  color: #ffffff !important;
  background-color: var(--maincolor) !important;
}

.btn.admin-btn:hover:before,
.btn.admin-btn:hover:after {
  top: 0;
}

#diamondRequestForm {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

#diamondRequestNotes {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	background-color: #FFFFFF;
	z-index: 501;
	border-radius: 50px;
	padding: 40px;
  	background: hsl(43, 49%, 65%);
	box-shadow: .4rem .4rem 2.4rem .2rem hsla(44, 48%, 45%, 0.3);
}

.dialogBackground {
	opacity: 0.5;
	background-color: #676767;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 500;
}

.dialogDiv {
	height: 100%;
	width: 100%;
	left: 0;
	position: fixed;
	z-index: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

.openDialog {
	animation: showDialog 1s ease forwards;
}

.closeDialog {
	animation: hideDialog 1s;
}

@keyframes showDialog {
  to{
    bottom: 20px;
    opacity: 1;
  }
}

@keyframes hideDialog {
  to{
    bottom: -100%;
    opacity: 0;
  }
}

.dialogBody {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	background: #FFFFFF;
	z-index: 501;
	border-radius: 10px;
	padding-bottom: 10px;
	box-shadow: .4rem .4rem 2.4rem .2rem hsla(44, 48%, 45%, 0.3);
	opacity: 0;
	bottom: -100%;
}

.dialogBody h3 {
	display: flex;
	background: #ebe1c6;
	width: 100%;
	padding: 10px 10px 10px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 1.2em;
	font-weight: 600;
}

.dialogBody input, textarea {
	margin: 20px 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.dialogBody button {
	margin: 0px 20px 10px 20px;
}

.dialogRow {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 100px;
}

.dialogButtonRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-content: space-evenly;
}

.dialogButtonRow .admin-btn {
	margin: 20px;
}

.dialogInput {
	width: 100%;
}

.checkbox-container {
	display: flex;
	flex: 1 1 0px;
	align-items: center;
	justify-content: center;
}

input[type='checkbox'] {
	accent-color: var(--maincolor);
	transform: scale(1.5);
}

.hidden {
	display: none !important;
	left: 0px;
}

.multi-label {
	padding: 14px 0 14px 0;
}

.multi-input {
	padding-left: 12px;
}

.prebuilt-btn img {
	padding-bottom: 8px;
}

.nowrap {
	display: flex;
	flex-wrap: nowrap;
}