

@font-face {
	font-family: "charlotteRegular";
	src: url("../fonts/Charlotte Sans/Charlotte Sans Book Regular.ttf")
		format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: "charlotteItalic";
	src: url("../fonts/Charlotte Sans/Charlotte Sans Italic.ttf")
		format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "charlotteMedium";
	src: url("../fonts/Charlotte Sans/Charlotte Sans Medium.otf")
		format("opentype");
	font-weight: 500;
}

@font-face {
	font-family: "charlotteBold";
	src: url("../fonts/Charlotte Sans/Charlotte Sans ragular.otf")
		format("opentype");
	font-weight: 700;
}

::selection {
	background-color: var(--brand-primary);
	color: var(--brand-secondary);
}

body {
	color: var(--brand-text);
	font-family: charlotteRegular, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
label {
	color: var(--brand-dark);
	font-family: charlotteRegular, sans-serif;
}

.text-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hide {
	display: none;
}

.waves-effect {
	min-width: 70px;
}

.right-border {
	border-right: 1px solid var(--brand-lite);
}

.text-danger {
	color: var(--brand-primary) !important;
}

.btn {
	border: none;
}

.btn-pink {
	color: var(--brand-secondary) !important;
	background-color: var(--brand-primary) !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-pink:hover {
	opacity: 0.8;
}

.btn-secondary {
	color: var(--brand-secondary) !important;
	background-color: var(--brand-dark) !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-secondary:hover {
	opacity: 0.8;
}

.btn-primary,
.badge-danger {
	color: var(--brand-secondary) !important;
	background-color: var(--brand-primary) !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-primary:hover {
	opacity: 0.8;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.focus, .btn:focus {
	box-shadow: none;
	border: 1px solid var(--brand-primary) !important;
}

.add-btn {
	margin-top: 31px;
	background-color: var(--brand-secondary);
	border-color: var(--brand-lite);
	color: var(--brand-dark);
	padding: 0.5rem;
}

.del-btn {
	font-size: 18px;
	margin-top: 31px;
	color: var(--brand-primary);
	background-color: transparent;
	border-color: transparent;
	padding: 0.5rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.del-btn:hover,
.del-btn:active {
	color: var(--brand-primary) !important;
	background-color: transparent !important;
	border-color: transparent !important;
}

.del-btn:active,
.del-btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.caret {
	border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 8px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.tooltip-inner {
	max-width: 300px;
	padding: 1rem 0.8rem;
	text-align: left;
}

/* .left-ribbon {
    position: absolute;
    top: 108px;
    right: -55px;
    width: 200px;
    text-align: center;
    height: 24px;
    font-size: 14px;
    transform: rotate(40deg);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}

@media (min-width:768px) {
	.left-ribbon {
		top: 148px;
		right: -110px;
		width: 415px;
		height: 30px;
		font-size: 18px;
		transform: rotate(45deg);
	}
} */

.left-ribbon {
    position: absolute;
    text-align: center;
	z-index: 2;

}

@media (min-width: 768px) {

	.left-ribbon {
		top: 234px;
		right: 5px;
		width: 182px;
		height: 24px;
		font-size: 14px;
		transform: rotate(45deg);
	}
}

.left-ribbon::before {
	 content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    top: 2px;
    border-left: 40px solid transparent;
    left: -30px;
    border-right: 20px solid transparent;
    bottom: 0;
    border-bottom: 20px solid #f4f5fa;
    transform: rotate(-45deg);
}

.left-ribbon::after {
	content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    top: -12px;
    border-left: 40px solid transparent;
    left: 140px;
    border-right: 20px solid transparent;
    bottom: 0;
    border-bottom: 20px solid #f4f5fa;
    transform: rotate(45deg);
}


/* Multiple selection plugin style */

.multi_selection .multiselect {
	background: transparent;
	text-align: left;
	border: 1px solid var(--brand-lite);
}

.multi_selection .multiselect-container {
	width: 100%;
}

.multiselect-selected-text {
	color: var(--brand-dark);
}

.multi_selection .dropdown-menu li a {
	color: var(--brand-dark);
	height: auto;
	float: left;
	width: 100%;
}

.dropdown-menu li a:hover {
	background-color: var(--brand-lite);
}

.multiselect-container > li > a {
	padding: 8px 0;
}

.multi_selection li a label {
	width: 100%;
	padding-left: 10px !important;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
	margin-bottom: 5px;
	opacity: 1;
	vertical-align: middle;
}

span.multiselect-native-select {
	display: block;
	width: 100%;
}

span.multiselect-native-select .btn-group {
	width: 100%;
}

span.multiselect-native-select .btn-group > .btn {
	display: block;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
	font-size: 1rem;
	text-align: left;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: .2rem;
}

span.multiselect-native-select .multiselect-container {
	width: 100%;
	max-height: 200px;
	overflow-y: auto !important;
}

span.multiselect-native-select .multiselect-container .multiselect-search {
	height: calc(1em + .9rem + 2px) !important;
	padding: 4px;
}

span.multiselect-native-select .multiselect-container>li>a {
	display: inline-block;
    width: 100%;
}

span.multiselect-native-select .multiselect-container>li>a>label {
    width: 100%;
	padding: 6px 14px;
	color: var(--brand-text);
	font-size: 1rem;
}

span.multiselect-native-select .multiselect-container>li>a>label:hover {
	background-color: #5897fb;
    color: var(--brand-secondary);
}

span.multiselect-native-select .multiselect-container>li.active>a>label {
	background-color: #ddd;
	color: var(--brand-black);
}

span.multiselect-native-select .multiselect-container>li.active>a>label:hover {
	color: var(--brand-black);
}

span.multiselect-native-select .multiselect-container>li>a>label>input[type=checkbox] {
	margin-top: 5px;
    float: right;
}

span.multiselect-native-select .multiselect-container .input-group{
	margin: 0;
	padding: 10px;
}

span.multiselect-native-select .multiselect-container .input-group-addon,
span.multiselect-native-select .multiselect-container .input-group-btn {
	display: none;
}


.input-group-addon {
	color: var(--brand-dark);
	width: 30px;
	height: 30px;
	padding: 5px;
	padding-left: 8px;
	background-color: var(--brand-lite);
}

.close_bg {
	background-color: var(--brand-lite) !important;
}

.la-close {
	color: var(--brand-text);
	position: relative;
}

.noti-scroll {
	max-height: 130px;
	overflow-y: scroll;
}

.noti-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: var(--brand-lite);
}

.noti-scroll::-webkit-scrollbar {
	width: 5px;
	background-color: var(--brand-lite);
	opacity: 11.4;
	display: block;
	border-radius: 7px;
	z-index: 99;
}

.noti-scroll::-webkit-scrollbar-thumb {
	background-color: rgb(204, 207, 210);
	border: 1px solid rgb(197, 203, 208);
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: var(--brand-primary);
	border-color: var(--brand-primary);
}

.form-section {
	color: var(--brand-text);
	line-height: 3rem;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--brand-lite);
	font-weight: 500;
}

input[type="file"] {
	position: absolute;
	left: 0;
	top: 32px;
	opacity: 0;
	cursor: pointer;
}

input[type="file"] + img:hover,
input[type="file"] + img:focus {
	cursor: pointer;
}

img[src$="order.png"] {
	cursor: pointer;
}

input[type="checkbox"] + span {
	display: block;
	margin: 0.2em;
	cursor: pointer;
	padding: 0.2em;
}

.field-icon {
	position: absolute;
	right: 0;
	-webkit-transform: translate(-35px, -35px);
	transform: translate(-35px, -35px);
}

.field-icon svg {
	stroke: var(--brand-text);
}

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

.custom-checkbox .form-check-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

input[type="checkbox"] + span:before {
	content: "\2714";
	border-radius: 2px;
	display: inline-block;
	width: 19px;
	height: 20px;
	padding-left: 2px;
	vertical-align: bottom;
	color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border: 1px solid var(--brand-text);
}

input[type="checkbox"]:checked + span:before {
	background-color: #4bd396;
	border-color: #4bd396;
	color: var(--brand-secondary);
}

.custom-file-upload {
	border: 1px solid var(--brand-lite);
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	margin-top: 32px;
}

.return_tag {
	background-color: var(--brand-text);
	border-color: var(--brand-text);
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	padding: 0.2rem 0.3rem;
	color: var(--brand-secondary);
	font-weight: 200;
}

.form-control:focus {
	border-color: var(--brand-primary);
}
.form-control[required]:focus,
.form-control.required:focus {
	border-color: var(--brand-primary);
}

.select2-container--focus .select2-selection,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: var(--brand-primary) !important;
}

.form-group a > img {
	padding: 4px;
	border-radius: 4px;
	border: 1px solid transparent;
}

table img[src*="add-image.png"] {
	border-radius: 4px;
	border: 1px solid transparent;
}

.form-group a:focus > img,
table input[type="file"]:focus + img[src*="add-image.png"] {
	border-color: var(--brand-primary) !important;
}

.has-error
{
	color: #ff0000;
}
.form-group.has-error .form-control {
	border-color: #ff0000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-append a:hover {
	color: var(--brand-primary);
}

.has-error .select2-container--default .select2-selection--single {
	border: 1px solid #ff0000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .error_check {
	border: 1px solid #ff0000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dropdown-header h6,
.dropdown-header .noti-title {
	white-space: pre-wrap;
}

.dropdown-lg {
	width: 392px;
}

.slimScrollDiv,
.noti-scroll {
	height: 182px !important;
	max-height: 182px;
}

table thead {
	color: var(--brand-dark);
}

table img[src*="calendar-vector-icon.png"] {
	width: 18px;
	height: 18px;
}

table a > i {
	color: var(--brand-dark);
}

table a.table-icon {
	display: block;
	text-align: center;
}

table a.table-icon img {
	-webkit-filter: hue-rotate(-230deg);
	filter: hue-rotate(-230deg);
}

div.dataTables_wrapper div.dataTables_info {
	font-weight: 400;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
	max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

[class*="element_row"] > td {
	border-right: 1px solid #dee2e6;;
}

[class*="element_row"] > td:nth-child(6),
[class*="element_row"] > td:nth-child(7),
[class*="element_row"] > td:nth-child(8) {
	border-right: none;
}

[class*="inner-table"] [class*="inner-row"]:first-child td {
	border-top: none;
}

.add-dimension,
.remove-dimesion {
	font-size: 1.4rem;
}

a.remove-dimesion i {
	color: var(--brand-primary);
	transform: rotate(45deg);
}

.navigation-menu > li:hover a,
#topnav .has-submenu.active > a,
#topnav .has-submenu.active .submenu li.active > a,
.navigation-menu > li .submenu li a:hover,
.navigation-menu > li > a:active,
.navigation-menu > li > a:focus,
.navigation-menu > li > a:hover {
	color: var(--brand-primary);
}

.navigation-menu > li > a i {
	vertical-align: middle;
}

/* toggle btn styles */
.toggle-btn {
	width: 40px;
	height: 19px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	background: var(--brand-primary);
	cursor: pointer;
	-webkit-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	background-size: 12px;
}

.toggle-btn:before {
	content: "";
	width: 12px;
	height: 2px;
	background: var(--brand-secondary);
	float: left;
	position: absolute;
	right: 5px;
	top: 8px;
	transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
}

.toggle-btn:after {
	content: "";
	width: 12px;
	height: 2px;
	background: var(--brand-secondary);
	float: left;
	position: absolute;
	right: 5px;
	top: 8px;
	transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
}

.toggle-btn.active:before {
	content: "";
	width: 8px;
	height: 2px;
	background: var(--brand-secondary);
	float: left;
	position: absolute;
	left: 5px;
	top: 9px;
	transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
}

.toggle-btn.active:after {
	content: "";
	width: 12px;
	height: 2px;
	background: var(--brand-secondary);
	float: left;
	position: absolute;
	left: 9px;
	top: 8px;
	transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
}

.toggle-btn.active {
	background-color: #2ecc71;
}

.toggle-btn.active .round-btn {
	left: 24px;
}

.toggle-btn .round-btn {
	width: 12px;
	height: 12px;
	background-color: var(--brand-secondary);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 0;
	margin-top: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.toggle-btn .cb-value {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.btn_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--brand-primary);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.btn_slider:before {
	position: absolute;
	content: "";
	height: 11px;
	width: 11px;
	left: 3px;
	bottom: 3px;
	background-color: var(--brand-secondary);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .btn_slider {
	background-color: #4caf50;
}

input:focus + .btn_slider {
	-webkit-box-shadow: 0 0 1px #2196f3;
	box-shadow: 0 0 1px #2196f3;
}

/*================== navigation responsiveness =====================*/

body[data-layout="horizontal"] .logo-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0;
}

.navigation-menu > li > a {
	/*padding: 26px 8px;*/
	padding: 26px 16px;
}

.navigation-toggler-container {
	display: none;
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.navbar-collapse {
	display: block !important;
}

@media (min-width: 992px) {
	.navigation-menu > li .submenu.megamenu {
		left: -300px;
	}

	.modal-lg {
		min-width: 800px;
	}
}

@media (max-width: 991px) {
	.navigation-toggler-container {
		display: block;
	}

	.has-submenu .navbar-toggler {
		background-color: var(--brand-lite);
		padding: 0.55rem;
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		left: -1000px;
		min-width: 100%;
		height: 100vh;
		max-height: 100vh !important;
		background: var(--brand-secondary);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.show {
		left: 0;
	}

	.navigation-menu > li:first-child {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

/*================== body layout increase =====================*/

@media (min-width: 1200px) {
	body[data-layout="horizontal"] .container-fluid {
		max-width: 98%;
	}
}

a.card {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.card:hover {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
	box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
}

.thank-you .card-title {
	font-size: 2rem;
	color: #5d5c5c;
}
.thank-you .card-title + p {
	font-size: 1rem;
}

/*================== Dashboard style =====================*/
.notify-icon {
	float: left;
	height: 36px;
	width: 36px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
	color: var(--brand-secondary);
}

.activity-feed {
	padding: 15px;
}

.activity-feed .feed-item {
	position: relative;
	padding-bottom: 20px;
	padding-left: 30px;
	border-left: 2px solid var(--brand-lite);
}

.activity-feed .feed-item:last-child {
	border-color: transparent;
}

.activity-feed .feed-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--brand-secondary);
	border: 3px solid var(--brand-primary);
}

.activity-feed .feed-item:nth-child(even):after {
	border-color: #188ae2;
}

.activity-feed .feed-item:nth-child(3n):after {
	border-color: #4bd396;
}

.activity-feed .feed-item:nth-child(5n):after {
	border-color: #ff9800;
}

.activity-feed .feed-item:nth-child(7n):after {
	border-color: #ff9800;
}

.activity-feed .feed-item:nth-child(9n):after {
	border-color: var(--brand-primary);
}

.activity-feed .feed-item:nth-child(10n):after {
	border-color: var(--brand-primary);
}

.activity-feed .feed-item .date {
	position: relative;
	top: -5px;
	color: var(--brand-black);
	text-transform: uppercase;
	font-size: 13px;
}

.activity-feed .feed-item .text {
	position: relative;
	top: -3px;
}

/* .fa-calendar-alt {
    color: var(--brand-black);
} */

.addListImage:hover {
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

#style-4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: var(--brand-lite);
}

#style-4::-webkit-scrollbar {
	width: 5px;
	background-color: var(--brand-lite);
	opacity: 11.4;
	display: block;
	border-radius: 7px;
	z-index: 99;
}

#style-4::-webkit-scrollbar-thumb {
	background-color: rgb(204, 207, 210);
	border: 1px solid rgb(197, 203, 208);
}

.inbox-item-img {
	height: 70px;
}
.inbox-widget .inbox-item .inbox-item-date {
	position: static;
	margin: 0;
	color: #3db9dc;
}
/*================== invoice Page style =====================*/
.repeat_row .select2:nth-child(5) {
	display: none;
}

.add-lot-no-btn,
.add-invoice-no-btn {
	width: 100%;
	margin-top: 31px;
	background-color: var(--brand-secondary);
	border-color: var(--brand-lite);
	color: var(--brand-dark);
}

.del-lot-no-btn {
	font-size: 18px;
	margin-top: 31px;
	color: var(--brand-primary);
	background-color: transparent;
	border-color: transparent;
	padding: 0.5rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.del-lot-no-btn:focus {
	border-color: transparent !important;
}

.top15 {
	margin-top: 45px;
}

.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	padding: 0.625rem 1.25rem;
	border-radius: 0.2rem;
}

.no-js .inputfile + label {
	display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted var(--brand-dark);
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */
}

.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}

.inputfile-6 + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	color: var(--brand-text);
	border: 1px solid var(--brand-text);
	background-color: var(--brand-secondary);
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
	border-color: var(--brand-text);
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
	padding: 0.45rem 0.9rem;
}

.inputfile-6 + label span {
	max-width: 600px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}

.inputfile-6 + label strong {
	height: 100%;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: var(--brand-secondary);
	background-color: var(--brand-text);
	display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
	background-color: var(--brand-text);
}

.inputfile-6:focus + label {
	outline: none;
	-webkit-box-shadow: 0 0 2px;
	box-shadow: 0 0 2px;
}

.inputfile-6 + label:focus {
	outline: none;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}

/* toastr styles */

.toast-container {
	height: 80px;
	width: 50%;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

#toast-container > div {
	border: 0 !important;
	width: 100%;
	min-height: 100% !important;
	max-width: 100%;
	padding: 20px;
	border-radius: 5px;
}

.toast-title {
	font-size: 24px;
}

.toast-message {
	font-size: 20px;
}

.toast-top-right {
	top: 25px !important;
}

.toast-container > .toast-error,
.toast-container > .toast-info,
.toast-container > .toast-warning,
.toast-container > .toast-success {
	background-position: calc(100% - 25px);
}

.toast-error {
	background-color: var(--brand-primary);
}

.toast-success {
	background-color: #4bd396;
}

/* tooltip styles */

.ui-tooltip {
    padding: 10px !important;
    font-size: 0.8rem !important;
}

.ui-tooltip.ui-widget-content {
	border: none !important;
}

.ui-tooltip.ui-widget-shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 40px 0 !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 40px 0 !important;
}

.ui-tooltip.ui-widget-content {
	background-color: var(--brand-primary) !important;
	color: var(--brand-secondary) !important;
}

/*.form-control[required]{

	border-color: var(--brand-primary);
} */