custom-select.select.form-control:not([size]):not(custom[multiple]) {
	height: calc(2.25rem + 0);
}

.switch {
	font-size: 1rem;
	position: relative;
}

.switch.is-valid {
	border-color: #28a745;
}

.switch.is-info {
	border-color: #17a2b8;
}

.switch input {
	position: absolute;
	height: 1px;
	width: 1px;
	background: none;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	padding: 0;
}

.switch input+label {
	position: relative;
	min-width: calc(calc(2.375rem*.8)*2);
	border-radius: calc(2.375rem*.8);
	height: calc(2.375rem*.8);
	line-height: calc(2.375rem*.8);
	display: inline-block;
	cursor: pointer;
	outline: none;
	user-select: none;
	vertical-align: middle;
	text-indent: calc(calc(calc(2.375rem*.8)*2) + .5rem);
}

.switch input+label::before,.switch input+label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(calc(2.375rem*.8)*2);
	bottom: 0;
	display: block;
}

.switch input+label::before {
	right: 0;
	background-color: #dee2e6;
	border-radius: calc(2.375rem*.8);
	transition: .2s all;
}

.switch input+label::after {
	top: 2px;
	left: 2px;
	width: calc(calc(2.375rem*.8) - calc(2px*2));
	height: calc(calc(2.375rem*.8) - calc(2px*2));
	border-radius: 50%;
	background-color: #fff;
	transition: .2s all;
}

.switch input:checked+label::before {
	background-color: #6e7882;
}

.switch input:checked+label::after {
	margin-left: calc(2.375rem*.8);
}

.switch input:focus+label::before {
	outline: none;
	box-shadow: 0 0 0 .2rem rgba(0,136,221,.25);
}

.switch input:disabled+label {
	color: #868e96;
	cursor: not-allowed;
}

.switch input:disabled+label::before {
	background-color: #e9ecef;
}

.switch.switch-sm {
	font-size: .875rem;
}

.switch.switch-sm input+label {
	min-width: calc(calc(1.9375rem*.8)*2);
	height: calc(1.9375rem*.8);
	line-height: calc(1.9375rem*.8);
	text-indent: calc(calc(calc(1.9375rem*.8)*2) + .5rem);
}

.switch.switch-sm input+label::before {
	width: calc(calc(1.9375rem*.8)*2);
}

.switch.switch-sm input+label::after {
	width: calc(calc(1.9375rem*.8) - calc(2px*2));
	height: calc(calc(1.9375rem*.8) - calc(2px*2));
}

.switch.switch-sm input:checked+label::after {
	margin-left: calc(1.9375rem*.8);
}

.switch.switch-lg {
	font-size: 1.25rem;
}

.switch.switch-lg input+label {
	min-width: calc(calc(3rem*.8)*2);
	height: calc(3rem*.8);
	line-height: calc(3rem*.8);
	text-indent: calc(calc(calc(3rem*.8)*2) + .5rem);
}

.switch.switch-lg input+label::before {
	width: calc(calc(3rem*.8)*2);
}

.switch.switch-lg input+label::after {
	width: calc(calc(3rem*.8) - calc(2px*2));
	height: calc(calc(3rem*.8) - calc(2px*2));
}

.switch.switch-lg input:checked+label::after {
	margin-left: calc(3rem*.8);
}

.switch+.switch {
	margin-left: 1rem;
}

.navbar-collapse .dropdown-menu {
	margin-top: .75rem;
}

.alert-dismissible {
	padding-right: 2rem;
}

.alert-custom {
	z-index: 2000;
}

.alert-custom:hover {
	opacity: 1;
}

.alert-custom.r-t {
	right: 0.5%;
	top: 0.5%;
}

label.lbl {
	margin-bottom: 0;
}

.sbxU .form-inline .form-check {
	justify-content: flex-start !important;
}

.cursor-pointer {
	cursor: pointer;
}

.word-break-wrap {
	word-break: break-all;
	word-wrap: break-word;
}

@media(min-width:992px) {
	.modal-xl {
		max-width: 992px;
	}
}

.modal-xl {
	max-width: 992px;
}

@media(min-width:992px) {
	.modal-xxl {
		max-width: 992px;
	}
}

.modal-xxl {
	max-width: -webkit-fill-available;
}

.modal-xxl-m {
	max-width: -webkit-fill-available;
	margin-left: 15px;
	margin-right: 15px;
}

.modal-body.rm-margin {
	padding: 0;
	margin-top: -23.6px;
}

.rm-margin .card-header:first-child {
	border-radius: unset !important;
}

.custom-radio [type="radio"]:checked,.custom-radio [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.custom-radio [type="radio"]:checked+label,.custom-radio [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	line-height: 19px;
	display: inline-block;
	color: #666;
}

.custom-radio [type="radio"]:checked+label:before,.custom-radio [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #343a40b0;
	border-radius: 100%;
	background: #fff;
}

.custom-radio [type="radio"]:checked+label:after,.custom-radio [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #6e7882;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.avatar-upload .avatar-edit {
	position: absolute;
	z-index: 1;
}

.avatar-upload .avatar-edit input {
	display: none;
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #fff;
	border: 1px solid transparent;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-upload .avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #f8f8f8;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.avatar-upload .avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.nav-item :active {
	border-radius: .25rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.5);
}

td .dropdown-menu.show {
	background: rgba(0,0,0,.8);
}

td .dropdown-header {
	color: #fff !important;
}

td .dropdown-item {
	color: #f8f9fa !important;
}

td .dropdown-item:hover,.dropdown-item:focus {
	color: #16181b !important;
}

td .dropdown-menu {
	height: auto !important;
}

.table-responsive {
	min-height: 260px !important;
	margin-bottom: 10px;
}

.table-mh {
	max-height: 400px;
}

.invoice-box img {
	width: 70px;
}

.border-bottom-none {
	border-bottom: none;
}

.box {
	margin: 5px;
	padding: 10px 7px;
	border: 1px solid;
	justify-content: center;
	display: flex;
	float: left;
	vertical-align: middle;
}

.box-info {
	border: 1.4px solid #519cd2;
	color: #519cd2;
}

.box-info:hover {
	background-color: #519cd2;
	color: #fff;
}

.custome-line {
	color: #75727373;
	font-weight: 100;
}

.line-height-34 {
	line-height: 34px;
}

.line-height-28 {
	line-height: 28px;
}