@-webkit-keyframes swal2-show {
0% {
-webkit-transform:scale(0.7);
transform:scale(0.7)
}
45% {
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
80% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes swal2-show {
0% {
-webkit-transform:scale(0.7);
transform:scale(0.7)
}
45% {
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
80% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@-webkit-keyframes swal2-hide {
0% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
100% {
-webkit-transform:scale(0.5);
transform:scale(0.5);
opacity:0
}
}
@keyframes swal2-hide {
0% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
100% {
-webkit-transform:scale(0.5);
transform:scale(0.5);
opacity:0
}
}
@-webkit-keyframes swal2-animate-success-line-tip {
0% {
top:1.1875em;
left:.0625em;
width:0
}
54% {
top:1.0625em;
left:.125em;
width:0
}
70% {
top:2.1875em;
left:-.375em;
width:3.125em
}
84% {
top:3em;
left:1.3125em;
width:1.0625em
}
100% {
top:2.8125em;
left:.875em;
width:1.5625em
}
}
@keyframes swal2-animate-success-line-tip {
0% {
top:1.1875em;
left:.0625em;
width:0
}
54% {
top:1.0625em;
left:.125em;
width:0
}
70% {
top:2.1875em;
left:-.375em;
width:3.125em
}
84% {
top:3em;
left:1.3125em;
width:1.0625em
}
100% {
top:2.8125em;
left:.875em;
width:1.5625em
}
}
@-webkit-keyframes swal2-animate-success-line-long {
0% {
top:3.375em;
right:2.875em;
width:0
}
65% {
top:3.375em;
right:2.875em;
width:0
}
84% {
top:2.1875em;
right:0;
width:3.4375em
}
100% {
top:2.375em;
right:.5em;
width:2.9375em
}
}
@keyframes swal2-animate-success-line-long {
0% {
top:3.375em;
right:2.875em;
width:0
}
65% {
top:3.375em;
right:2.875em;
width:0
}
84% {
top:2.1875em;
right:0;
width:3.4375em
}
100% {
top:2.375em;
right:.5em;
width:2.9375em
}
}
@-webkit-keyframes swal2-rotate-success-circular-line {
0% {
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
5% {
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
12% {
-webkit-transform:rotate(-405deg);
transform:rotate(-405deg)
}
100% {
-webkit-transform:rotate(-405deg);
transform:rotate(-405deg)
}
}
@keyframes swal2-rotate-success-circular-line {
0% {
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
5% {
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
12% {
-webkit-transform:rotate(-405deg);
transform:rotate(-405deg)
}
100% {
-webkit-transform:rotate(-405deg);
transform:rotate(-405deg)
}
}
@-webkit-keyframes swal2-animate-error-x-mark {
0% {
margin-top:1.625em;
-webkit-transform:scale(0.4);
transform:scale(0.4);
opacity:0
}
50% {
margin-top:1.625em;
-webkit-transform:scale(0.4);
transform:scale(0.4);
opacity:0
}
80% {
margin-top:-.375em;
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
100% {
margin-top:0;
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
}
@keyframes swal2-animate-error-x-mark {
0% {
margin-top:1.625em;
-webkit-transform:scale(0.4);
transform:scale(0.4);
opacity:0
}
50% {
margin-top:1.625em;
-webkit-transform:scale(0.4);
transform:scale(0.4);
opacity:0
}
80% {
margin-top:-.375em;
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
100% {
margin-top:0;
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
}
@-webkit-keyframes swal2-animate-error-icon {
0% {
-webkit-transform:rotateX(100deg);
transform:rotateX(100deg);
opacity:0
}
100% {
-webkit-transform:rotateX(0deg);
transform:rotateX(0deg);
opacity:1
}
}
@keyframes swal2-animate-error-icon {
0% {
-webkit-transform:rotateX(100deg);
transform:rotateX(100deg);
opacity:0
}
100% {
-webkit-transform:rotateX(0deg);
transform:rotateX(0deg);
opacity:1
}
}
body.swal2-toast-shown .swal2-container {
	position: fixed;
	background-color: transparent
}
body.swal2-toast-shown .swal2-container.swal2-shown {
	background-color: transparent
}
body.swal2-toast-shown .swal2-container.swal2-top {
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translateX(-50%); 
	transform: translateX(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translateX(-50%); 
	transform: translateX(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-center {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto
}
body.swal2-toast-column .swal2-toast {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch
}
body.swal2-toast-column .swal2-toast .swal2-actions {
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: 2.2em;
	margin-top: .3125em
}
body.swal2-toast-column .swal2-toast .swal2-loading {
	-ms-flex-pack: center;
	justify-content: center
}
body.swal2-toast-column .swal2-toast .swal2-input {
	height: 2em;
	margin: .3125em auto;
	font-size: 1em
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
	font-size: 1em
}
.swal2-popup.swal2-toast {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: .625em;
	box-shadow: 0 0 0.625em #d9d9d9;
	overflow-y: hidden
}
.swal2-popup.swal2-toast .swal2-header {
	-ms-flex-direction: row;
	flex-direction: row
}
.swal2-popup.swal2-toast .swal2-title {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 .6em;
	font-size: 1em
}
.swal2-popup.swal2-toast .swal2-footer {
	margin: 0.5em 0 0;
	padding: 0.5em 0 0;
	font-size: .8em
}
.swal2-popup.swal2-toast .swal2-close {
	position: initial;
	width: .8em;
	height: .8em;
	line-height: .8
}
.swal2-popup.swal2-toast .swal2-content {
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 1em
}
.swal2-popup.swal2-toast .swal2-icon {
	width: 2em;
	min-width: 2em;
	height: 2em;
	margin: 0
}
.swal2-popup.swal2-toast .swal2-icon-text {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	top: .875em;
	width: 1.375em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
	left: .3125em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
	right: .3125em
}
.swal2-popup.swal2-toast .swal2-actions {
	height: auto;
	margin: 0 .3125em
}
.swal2-popup.swal2-toast .swal2-styled {
	margin: 0 .3125em;
	padding: .3125em .625em;
	font-size: 1em
}
.swal2-popup.swal2-toast .swal2-styled:focus {
	box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(0,0,0,0)
}
.swal2-popup.swal2-toast .swal2-success {
	border-color: #52c41a
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
	position: absolute;
	width: 2em;
	height: 2.8125em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 50%
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
	top: -.25em;
	left: -.9375em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 2em 2em;
	transform-origin: 2em 2em;
	border-radius: 4em 0 0 4em
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
	top: -.25em;
	left: .9375em;
	-webkit-transform-origin: 0 2em;
	transform-origin: 0 2em;
	border-radius: 0 4em 4em 0
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
	top: 0;
	left: .4375em;
	width: .4375em;
	height: 2.6875em
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
	height: .3125em
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
	top: 1.125em;
	left: .1875em;
	width: .75em
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
	top: .9375em;
	right: .1875em;
	width: 1.375em
}
.swal2-popup.swal2-toast.swal2-show {
	-webkit-animation: showSweetToast .5s;
	animation: showSweetToast .5s
}
.swal2-popup.swal2-toast.swal2-hide {
	-webkit-animation: hideSweetToast .2s forwards;
	animation: hideSweetToast .2s forwards
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
	-webkit-animation: animate-toast-success-tip .75s;
	animation: animate-toast-success-tip .75s
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
	-webkit-animation: animate-toast-success-long .75s;
	animation: animate-toast-success-long .75s
}
@-webkit-keyframes showSweetToast {
0% {
-webkit-transform:translateY(-0.625em) rotateZ(2deg);
transform:translateY(-0.625em) rotateZ(2deg);
opacity:0
}
33% {
-webkit-transform:translateY(0) rotateZ(-2deg);
transform:translateY(0) rotateZ(-2deg);
opacity:.5
}
66% {
-webkit-transform:translateY(0.3125em) rotateZ(2deg);
transform:translateY(0.3125em) rotateZ(2deg);
opacity:.7
}
100% {
-webkit-transform:translateY(0) rotateZ(0);
transform:translateY(0) rotateZ(0);
opacity:1
}
}
@keyframes showSweetToast {
0% {
-webkit-transform:translateY(-0.625em) rotateZ(2deg);
transform:translateY(-0.625em) rotateZ(2deg);
opacity:0
}
33% {
-webkit-transform:translateY(0) rotateZ(-2deg);
transform:translateY(0) rotateZ(-2deg);
opacity:.5
}
66% {
-webkit-transform:translateY(0.3125em) rotateZ(2deg);
transform:translateY(0.3125em) rotateZ(2deg);
opacity:.7
}
100% {
-webkit-transform:translateY(0) rotateZ(0);
transform:translateY(0) rotateZ(0);
opacity:1
}
}
@-webkit-keyframes hideSweetToast {
0% {
opacity:1
}
33% {
opacity:.5
}
100% {
-webkit-transform:rotateZ(1deg);
transform:rotateZ(1deg);
opacity:0
}
}
@keyframes hideSweetToast {
0% {
opacity:1
}
33% {
opacity:.5
}
100% {
-webkit-transform:rotateZ(1deg);
transform:rotateZ(1deg);
opacity:0
}
}
@-webkit-keyframes animate-toast-success-tip {
0% {
top:.5625em;
left:.0625em;
width:0
}
54% {
top:.125em;
left:.125em;
width:0
}
70% {
top:.625em;
left:-.25em;
width:1.625em
}
84% {
top:1.0625em;
left:.75em;
width:.5em
}
100% {
top:1.125em;
left:.1875em;
width:.75em
}
}
@keyframes animate-toast-success-tip {
0% {
top:.5625em;
left:.0625em;
width:0
}
54% {
top:.125em;
left:.125em;
width:0
}
70% {
top:.625em;
left:-.25em;
width:1.625em
}
84% {
top:1.0625em;
left:.75em;
width:.5em
}
100% {
top:1.125em;
left:.1875em;
width:.75em
}
}
@-webkit-keyframes animate-toast-success-long {
0% {
top:1.625em;
right:1.375em;
width:0
}
65% {
top:1.25em;
right:.9375em;
width:0
}
84% {
top:.9375em;
right:0;
width:1.125em
}
100% {
top:.9375em;
right:.1875em;
width:1.375em
}
}
@keyframes animate-toast-success-long {
0% {
top:1.625em;
right:1.375em;
width:0
}
65% {
top:1.25em;
right:.9375em;
width:0
}
84% {
top:.9375em;
right:0;
width:1.125em
}
100% {
top:.9375em;
right:.1875em;
width:1.375em
}
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow-y: hidden
}
body.swal2-height-auto {
	height: auto !important
}
body.swal2-no-backdrop .swal2-shown {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	background-color: transparent
}
body.swal2-no-backdrop .swal2-shown>.swal2-modal {
	box-shadow: 0 0 10px rgba(0,0,0,0.4)
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
	top: 0;
	left: 0
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
	top: 0;
	right: 0
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
	bottom: 0;
	left: 0
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
	right: 0;
	bottom: 0
}
.swal2-container {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
	-ms-flex-align: start;
	align-items: flex-start
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.swal2-container.swal2-center {
	-ms-flex-align: center;
	align-items: center
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.swal2-container.swal2-bottom {
	-ms-flex-align: end;
	align-items: flex-end
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.swal2-container.swal2-grow-fullscreen>.swal2-modal {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex-pack: center;
	justify-content: center
}
.swal2-container.swal2-grow-row>.swal2-modal {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.swal2-container.swal2-grow-column {
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
	-ms-flex-align: center;
	align-items: center
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
	-ms-flex-align: start;
	align-items: flex-start
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
	-ms-flex-align: end;
	align-items: flex-end
}
.swal2-container.swal2-grow-column>.swal2-modal {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
	margin: auto
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.swal2-container .swal2-modal {
	margin: 0 !important
}
}
.swal2-container.swal2-fade {
	transition: background-color .1s
}
.swal2-container.swal2-shown {
	background-color: rgba(0,0,0,0.4)
}
.swal2-popup {
    display: none;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 19em;
    /* max-width: 100%; */
    padding: 2rem 3.2rem 2.8rem;
    border-radius: .8rem;
    background: #fff;
    font-family: inherit;
    font-size: 1.6rem;
    box-sizing: border-box;
}
.swal2-popup:focus {
	outline: none
}
.swal2-popup.swal2-loading {
	overflow-y: hidden
}
.swal2-popup .swal2-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}
    .swal2-popup .swal2-title {
        display: block !important;
        position: relative;
        max-width: 100%;
        margin: 0 0 0rem;
        padding: 0;
        color: #212121;
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        text-transform: none;
        word-wrap: break-word;
        width: 100%;
    }
    .swal2-popup .swal2-actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1.5rem auto 0;
        z-index: 1;
    }
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: .4
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1))
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2))
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
	width: 2.5em;
	height: 2.5em;
	margin: .46875em;
	padding: 0;
	border: .25em solid transparent;
	border-radius: 100%;
	border-color: transparent;
	background-color: transparent !important;
	color: transparent;
	cursor: default;
	box-sizing: border-box;
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
	margin-right: 30px;
	margin-left: 30px
}
.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	border: 3px solid #999;
	border-radius: 50%;
	border-right-color: transparent;
	box-shadow: 1px 1px 1px #fff;
	content: '';
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal
}
.swal2-popup .swal2-styled {
	margin: .3125em;
	padding: .625em 2em;
	font-weight: 500;
	box-shadow: none
}
.swal2-popup .swal2-styled:not([disabled]) {
	cursor: pointer
}
    .swal2-popup .swal2-styled.swal2-confirm {
        border: 0;
        border-radius: .4rem;
        background: initial;
        background-color: #512DA8;
        color: #fff;
        font-size: 1rem;
    }
.swal2-popup .swal2-styled.swal2-cancel {
	border: 0;
	border-radius: .4rem;
	background: initial;
	background-color: #f44336;
	color: #fff;
	font-size: 1.4rem
}
.swal2-popup .swal2-styled:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(0,0,0,0)
}
.swal2-popup .swal2-styled::-moz-focus-inner {
border:0
}
.swal2-popup .swal2-footer {
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2.4rem 0 -2.8rem;
	padding: 1em 0 0;
	border-top: 1px solid #dee2e6;
	color: #545454;
	font-size: 1em
}
.swal2-popup .swal2-image {
	max-width: 100%;
	margin: 0 auto 3rem
}
.swal2-popup .swal2-close {
	position: absolute;
	top: 0;
	right: 0;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	padding: 0;
	transition: color 0.1s ease-out;
	border: none;
	border-radius: 0;
	background: rgba(0,0,0,0);
	color: #ccc;
	font-family: serif;
	font-size: 2.5em;
	line-height: 1.2;
	cursor: pointer;
	overflow: hidden
}
.swal2-popup .swal2-close:hover {
	-webkit-transform: none;
	transform: none;
	color: #f44336
}
.swal2-popup>.swal2-input, .swal2-popup>.swal2-file, .swal2-popup>.swal2-textarea, .swal2-popup>.swal2-select, .swal2-popup>.swal2-radio, .swal2-popup>.swal2-checkbox {
	display: none
}
    .swal2-popup .swal2-content {
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        color: #757575;
        font-size: 1.2rem;
        font-weight: 300;
        line-height: normal;
        z-index: 1;
        word-wrap: break-word;
    }
.swal2-popup #swal2-content {
	text-align: center
}
.swal2-popup .swal2-input, .swal2-popup .swal2-file, .swal2-popup .swal2-textarea, .swal2-popup .swal2-select, .swal2-popup .swal2-radio, .swal2-popup .swal2-checkbox {
	margin: 0 auto 1.6rem
}
.swal2-popup .swal2-input, .swal2-popup .swal2-file, .swal2-popup .swal2-textarea {
	width: 100%;
	transition: border-color .3s, box-shadow .3s;
	border: 1px solid #ced4da;
	border-radius: .4rem;
	font-size: 1.4rem;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.06);
	box-sizing: border-box
}
.swal2-popup .swal2-input.swal2-inputerror, .swal2-popup .swal2-file.swal2-inputerror, .swal2-popup .swal2-textarea.swal2-inputerror {
	border-color: #f44336 !important;
	box-shadow: 0 0 2px #f44336 !important
}
.swal2-popup .swal2-input:focus, .swal2-popup .swal2-file:focus, .swal2-popup .swal2-textarea:focus {
	border: 1px solid #9679db;
	outline: none;
	box-shadow: 0 0 3px #c4e6f5
}
.swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
color:#ccc
}
.swal2-popup .swal2-input::-moz-placeholder, .swal2-popup .swal2-file::-moz-placeholder, .swal2-popup .swal2-textarea::-moz-placeholder {
color:#ccc
}
.swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
color:#ccc
}
.swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
color:#ccc
}
.swal2-popup .swal2-input::placeholder, .swal2-popup .swal2-file::placeholder, .swal2-popup .swal2-textarea::placeholder {
color:#ccc
}
.swal2-popup .swal2-range input {
	width: 80%
}
.swal2-popup .swal2-range output {
	width: 20%;
	font-weight: 600;
	text-align: center
}
.swal2-popup .swal2-range input, .swal2-popup .swal2-range output {
	height: 2.625em;
	margin: 0 auto 1.6rem;
	padding: 0;
	font-size: 1.4rem;
	line-height: 2.625em
}
.swal2-popup .swal2-input {
	height: 2.625em;
	padding: 1.06rem 1.7rem
}
.swal2-popup .swal2-input[type='number'] {
	max-width: 10em
}
.swal2-popup .swal2-file {
	font-size: 1.4rem
}
.swal2-popup .swal2-textarea {
	height: 6.75em;
	padding: .75em
}
.swal2-popup .swal2-select {
	min-width: 50%;
	max-width: 100%;
	padding: .375em .625em;
	color: #545454;
	font-size: 1.4rem
}
.swal2-popup .swal2-radio, .swal2-popup .swal2-checkbox {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
.swal2-popup .swal2-radio label, .swal2-popup .swal2-checkbox label {
	margin: 0 .6em;
	font-size: 1.4rem
}
.swal2-popup .swal2-radio input, .swal2-popup .swal2-checkbox input {
	margin: 0 .4em
}
.swal2-popup .swal2-validation-message {
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .625em;
	background: #f0f0f0;
	color: #666;
	font-size: 1em;
	font-weight: 300;
	overflow: hidden
}
.swal2-popup .swal2-validation-message::before {
	display: inline-block;
	width: 1.5em;
	min-width: 1.5em;
	height: 1.5em;
	margin: 0 .625em;
	border-radius: 50%;
	background-color: #f44336;
	color: #fff;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	content: '!';
	zoom: normal
}
@supports (-ms-accelerator: true) {
.swal2-range input {
width:100% !important
}
.swal2-range output {
display:none
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.swal2-range input {
	width: 100% !important
}
.swal2-range output {
	display: none
}
}
@-moz-document url-prefix() {
.swal2-close:focus {
outline:2px solid rgba(0,0,0,0)
}
}
.swal2-icon {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    margin: 0 auto 1.6rem;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 2em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal;
}
.swal2-icon-text {
    font-size: 1.75em;
}
.swal2-icon.swal2-error {
	border-color: #f44336
}
.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1
}
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
        display: block;
        position: absolute;
        top: 0.9em;
        width: 1.175em;
        height: 0.2125em;
        border-radius: .125em;
        background-color: #f44336;
    }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 0.45em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 0.43em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
.swal2-icon.swal2-warning {
	border-color: #fb9d39;
	color: #fa8c16
}
.swal2-icon.swal2-info {
	border-color: #7ec1ff;
	color: #1890ff
}
.swal2-icon.swal2-question {
	border-color: #c9dae1;
	color: #87adbd
}
.swal2-icon.swal2-success {
	border-color: #52c41a
}
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%;
    }
        .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
            top: -.1375em;
            left: -2.0635em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 3.75em 3.75em;
            transform-origin: 3.75em 3.75em;
            border-radius: 7.5em 0 0 7.5em
        }
        .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
            background: none !important;
            top: -.6875em;
            left: 1.875em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 3.75em;
            transform-origin: 0 3.75em;
            border-radius: 0 7.5em 7.5em 0;
        }
    .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        top: -.25em;
        left: -.25em;
        width: 100%;
        height: 100%;
        border: 0.25em solid rgba(82, 196, 26, 0.3);
        border-radius: 50%;
        z-index: 2;
        box-sizing: content-box;
    }
    .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        top: 5em;
        left: 1em;
        width: .4375em;
        height: 5.625em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
    }
.swal2-icon.swal2-success [class^='swal2-success-line'] {
	display: block;
	position: absolute;
	height: .3125em;
	border-radius: .125em;
	background-color: #52c41a;
	z-index: 2
}
    .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 0.95em;
        left: 0.3em;
        width: 0.7em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 0.875em;
        right: 0.4em;
        width: 1em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
.swal2-progresssteps {
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 1.25em;
	padding: 0;
	font-weight: 600
}
.swal2-progresssteps li {
	display: inline-block;
	position: relative
}
.swal2-progresssteps .swal2-progresscircle {
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background: #3085d6;
	color: #fff;
	line-height: 2em;
	text-align: center;
	z-index: 20
}
.swal2-progresssteps .swal2-progresscircle:first-child {
	margin-left: 0
}
.swal2-progresssteps .swal2-progresscircle:last-child {
	margin-right: 0
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
	background: #3085d6
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
	background: #add8e6
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
	background: #add8e6
}
.swal2-progresssteps .swal2-progressline {
	width: 2.5em;
	height: .4em;
	margin: 0 -1px;
	background: #3085d6;
	z-index: 10
}
[class^='swal2'] {
	-webkit-tap-highlight-color: transparent
}
.swal2-show {
	-webkit-animation: swal2-show 0.3s;
	animation: swal2-show 0.3s
}
.swal2-show.swal2-noanimation {
	-webkit-animation: none;
	animation: none
}
.swal2-hide {
	-webkit-animation: swal2-hide 0.15s forwards;
	animation: swal2-hide 0.15s forwards
}
.swal2-hide.swal2-noanimation {
	-webkit-animation: none;
	animation: none
}
[dir='rtl'] .swal2-close {
	right: auto;
	left: 0
}
.swal2-animate-success-icon .swal2-success-line-tip {
	-webkit-animation: swal2-animate-success-line-tip 0.75s;
	animation: swal2-animate-success-line-tip 0.75s
}
.swal2-animate-success-icon .swal2-success-line-long {
	-webkit-animation: swal2-animate-success-line-long 0.75s;
	animation: swal2-animate-success-line-long 0.75s
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
	-webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
	animation: swal2-rotate-success-circular-line 4.25s ease-in
}
.swal2-animate-error-icon {
	-webkit-animation: swal2-animate-error-icon 0.5s;
	animation: swal2-animate-error-icon 0.5s
}
.swal2-animate-error-icon .swal2-x-mark {
	-webkit-animation: swal2-animate-error-x-mark 0.5s;
	animation: swal2-animate-error-x-mark 0.5s
}
@-webkit-keyframes swal2-rotate-loading {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swal2-rotate-loading {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}

@media print {
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow-y: scroll !important
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden='true'] {
	display: none
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
	position: initial !important
}
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: hidden !important
}
.swal2-popup .swal2-title {
	font-weight: 400
}
.swal2-popup .swal2-styled {
	/*padding: 1.2rem 2rem*/
}







/*.swal2-container .swal2-title {
    font-size: 0.5em !important;
}*/
/*html {
	font-size: 62.5%
}*/
@media (max-width: 575.98px) {
    html {
	font-size: 47%
}
}
::-moz-selection {
color:#fff;
background-color:#512DA8
}
::selection {
	color: #fff;
	background-color: #512DA8
}
.bg-primary ::-moz-selection {
color:#512DA8;
background-color:#fff
}
.bg-primary ::selection {
	color: #512DA8;
	background-color: #fff
}
a:hover, a:focus {
	outline: 0 none
}
.display-5 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2
}
.display-6 {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2
}

@media (max-width: 575.98px) {
h4, .h4 {
	font-size: 1.8rem
}
h5, .h5 {
	font-size: 1.6rem
}
h6, .h6 {
	font-size: 1.4rem
}
}
.ps-custom-scrollbar {
	position: relative
}
.bg-focus {
	background-color: transparent
}
.bg-focus:focus {
	background-color: #f4f4f4
}
.theme-dark .bg-focus:focus {
	background-color: #fff
}
.toggle-button {
	position: relative;
	display: inline-block;
	cursor: pointer
}
.toggle-button .show {
	display: block
}
.toggle-button .hide {
	display: none
}
.toggle-button.active .show {
	display: none
}
.toggle-button.active .hide {
	display: block
}
[data-toggle='mdrawer'], [data-switch='mdrawer'], [data-dismiss='mdrawer'], [data-open='compose'], [data-dismiss='compose'], [data-toggle='minimize'], [data-location] {
	cursor: pointer
}
.flex-1 {
	flex: 1;
	-ms-flex: 1 1 auto
}
.flex-initial {
	-ms-flex: initial !important;
	flex: initial !important
}
.more-thumb {
	position: relative;
	overflow: hidden
}
.more-thumb>.count-number {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
	display: inline-block
}
.more-thumb:after {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease
}

@media (prefers-reduced-motion: reduce) {
.more-thumb:after {
	transition: none
}
}
.more-thumb:hover:after {
	background-color: rgba(0,0,0,0.65)
}
.dot-shape.dot-shape-lg {
	width: 10px;
	height: 10px
}
.dot-shape.dot-shape-xl {
	width: 12px;
	height: 12px
}
.pulse-primary {
	display: inline-block;
	box-shadow: 0 0 0 rgba(81,45,168,0.4);
	-webkit-animation: pulse-primary 2s infinite;
	animation: pulse-primary 2s infinite
}
@-webkit-keyframes pulse-primary {
0% {
-webkit-box-shadow:0 0 0 0 rgba(81,45,168,0.4)
}
70% {
-webkit-box-shadow:0 0 0 20px rgba(81,45,168,0)
}
100% {
-webkit-box-shadow:0 0 0 0 rgba(81,45,168,0)
}
}
@keyframes pulse-primary {
0% {
box-shadow:0 0 0 0 rgba(81,45,168,0.4)
}
70% {
box-shadow:0 0 0 20px rgba(81,45,168,0)
}
100% {
box-shadow:0 0 0 0 rgba(81,45,168,0)
}
}
.pulse-danger {
	display: inline-block;
	box-shadow: 0 0 0 rgba(244,67,54,0.4);
	-webkit-animation: pulse-danger 2s infinite;
	animation: pulse-danger 2s infinite
}
@-webkit-keyframes pulse-danger {
0% {
-webkit-box-shadow:0 0 0 0 rgba(244,67,54,0.4)
}
70% {
-webkit-box-shadow:0 0 0 20px rgba(244,67,54,0)
}
100% {
-webkit-box-shadow:0 0 0 0 rgba(244,67,54,0)
}
}
@keyframes pulse-danger {
0% {
box-shadow:0 0 0 0 rgba(244,67,54,0.4)
}
70% {
box-shadow:0 0 0 20px rgba(244,67,54,0)
}
100% {
box-shadow:0 0 0 0 rgba(244,67,54,0)
}
}
.pulse-success {
	display: inline-block;
	box-shadow: 0 0 0 rgba(82,196,26,0.4);
	-webkit-animation: pulse-success 2s infinite;
	animation: pulse-success 2s infinite
}
@-webkit-keyframes pulse-success {
0% {
-webkit-box-shadow:0 0 0 0 rgba(82,196,26,0.4)
}
70% {
-webkit-box-shadow:0 0 0 20px rgba(82,196,26,0)
}
100% {
-webkit-box-shadow:0 0 0 0 rgba(82,196,26,0)
}
}
@keyframes pulse-success {
0% {
box-shadow:0 0 0 0 rgba(82,196,26,0.4)
}
70% {
box-shadow:0 0 0 20px rgba(82,196,26,0)
}
100% {
box-shadow:0 0 0 0 rgba(82,196,26,0)
}
}
.pulse-info {
	display: inline-block;
	box-shadow: 0 0 0 rgba(24,144,255,0.4);
	-webkit-animation: pulse-info 2s infinite;
	animation: pulse-info 2s infinite
}
@-webkit-keyframes pulse-info {
0% {
-webkit-box-shadow:0 0 0 0 rgba(24,144,255,0.4)
}
70% {
-webkit-box-shadow:0 0 0 20px rgba(24,144,255,0)
}
100% {
-webkit-box-shadow:0 0 0 0 rgba(24,144,255,0)
}
}
@keyframes pulse-info {
0% {
box-shadow:0 0 0 0 rgba(24,144,255,0.4)
}
70% {
box-shadow:0 0 0 20px rgba(24,144,255,0)
}
100% {
box-shadow:0 0 0 0 rgba(24,144,255,0)
}
}
.pulse-yellow {
	display: inline-block;
	box-shadow: 0 0 0 rgba(255,193,7,0.4);
	-webkit-animation: pulse-yellow 2s infinite;
	animation: pulse-yellow 2s infinite
}
@-webkit-keyframes pulse-yellow {
0% {
-webkit-box-shadow:0 0 0 0 rgba(255,193,7,0.4)
}
70% {
-webkit-box-shadow:0 0 0 20px rgba(255,193,7,0)
}
100% {
-webkit-box-shadow:0 0 0 0 rgba(255,193,7,0)
}
}
@keyframes pulse-yellow {
0% {
box-shadow:0 0 0 0 rgba(255,193,7,0.4)
}
70% {
box-shadow:0 0 0 20px rgba(255,193,7,0)
}
100% {
box-shadow:0 0 0 0 rgba(255,193,7,0)
}
}
.pulse-light {
	display: inline-block;
	box-shadow: 0 0 0 rgba(229,229,229,0.4);
	-webkit-animation: pulse-light 2s infinite;
	animation: pulse-light 2s infinite
}
@-webkit-keyframes pulse-light {
0% {
-webkit-box-shadow:0 0 0 0 rgba(229,229,229,0.4)
}
70% {
-webkit-box-shadow:0 0 0 20px rgba(229,229,229,0)
}
100% {
-webkit-box-shadow:0 0 0 0 rgba(229,229,229,0)
}
}
@keyframes pulse-light {
0% {
box-shadow:0 0 0 0 rgba(229,229,229,0.4)
}
70% {
box-shadow:0 0 0 20px rgba(229,229,229,0)
}
100% {
box-shadow:0 0 0 0 rgba(229,229,229,0)
}
}
@-webkit-keyframes show-hide {
0% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
100% {
opacity:1
}
}
@keyframes show-hide {
0% {
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
100% {
opacity:1
}
}
.dt-module, .dt-card {
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    margin-bottom: 3.2rem;
    background-color: #fff;
    border-radius: .4rem;
    padding:3px;
}
.dt-nav, .dt-module-side-nav, .dt-action-nav, .dt-side-nav, .dt-side-nav__sub-menu, .dt-indicator, .dt-list, .dt-team-list, .invoice-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}
.dt-avatar, .dt-avatar__outline, .dt-fab-btn, .dt-slider__header .dt-checkbox-icon .dt-checkbox-content {
	border-radius: 50%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	overflow: hidden;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}
.dt-avatar:not([class*="size-"]):not(.dt-checkbox-content), .dt-avatar__outline:not([class*="size-"]):not(.dt-checkbox-content), .dt-fab-btn:not([class*="size-"]):not(.dt-checkbox-content), .dt-slider__header .dt-checkbox-icon .dt-checkbox-content:not([class*="size-"]):not(.dt-checkbox-content) {
	width: 40px;
	height: 40px
}
.dot-shape {
	width: 8px;
	height: 8px;
	background-color: #512DA8;
	display: inline-block;
	border-radius: 50%
}
.dt-widget-hover .dt-widget__item .show-content, .dt-widget-hover-bg .dt-widget__item .show-content {
	display: block;
	-webkit-animation: show-hide 0.2s;
	animation: show-hide 0.2s
}
.dt-widget-hover .dt-widget__item .hide-content, .dt-widget-hover-bg .dt-widget__item .hide-content {
	display: none;
	-webkit-animation: show-hide 0.2s;
	animation: show-hide 0.2s
}
.dt-widget-hover .dt-widget__item .action-btn-group, .dt-widget-hover-bg .dt-widget__item .action-btn-group {
	font-size: 0
}
.dt-widget-hover .dt-widget__item .action-btn-group .btn, .dt-widget-hover-bg .dt-widget__item .action-btn-group .btn {
	transition: all 0.2s ease-in-out;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08)
}

@media (prefers-reduced-motion: reduce) {
.dt-widget-hover .dt-widget__item .action-btn-group .btn, .dt-widget-hover-bg .dt-widget__item .action-btn-group .btn {
	transition: none
}
}
.dt-widget-hover .dt-widget__item .action-btn-group .btn+.btn, .dt-widget-hover-bg .dt-widget__item .action-btn-group .btn+.btn {
	margin-left: 5px
}

@media (max-width: 575.98px) {
.dt-widget-hover .dt-widget__item .action-btn-group .dt-fab-btn:not([class*="size-"]), .dt-widget-hover-bg .dt-widget__item .action-btn-group .dt-fab-btn:not([class*="size-"]) {
	width: 30px;
	height: 30px
}
}
.dt-widget-hover .dt-widget__item .dt-extra.animate-slide, .dt-widget-hover-bg .dt-widget__item .dt-extra.animate-slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

@media (max-width: 575.98px) {
.dt-widget-hover .dt-widget__item .dt-extra.animate-slide .slide-content:not(:first-child), .dt-widget-hover-bg .dt-widget__item .dt-extra.animate-slide .slide-content:not(:first-child) {
	margin-left: 3rem
}
}

@media (min-width: 576px) {
.dt-widget-hover .dt-widget__item .dt-extra.animate-slide .slide-content, .dt-widget-hover-bg .dt-widget__item .dt-extra.animate-slide .slide-content {
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
	width: 0
}
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
.dt-widget-hover .dt-widget__item .dt-extra.animate-slide .slide-content, .dt-widget-hover-bg .dt-widget__item .dt-extra.animate-slide .slide-content {
	transition: none
}
}
.dt-widget-hover .dt-widget__item:hover .dt-widget__title, .dt-widget-hover-bg .dt-widget__item:hover .dt-widget__title {
	color: #512DA8
}

@media (min-width: 576px) {
.dt-widget-hover .dt-widget__item:hover .dt-extra.animate-slide .slide-content, .dt-widget-hover-bg .dt-widget__item:hover .dt-extra.animate-slide .slide-content {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 2.5rem
}
.dt-widget-hover .dt-widget__item:hover .dt-extra.animate-slide .slide-content:not(:first-child), .dt-widget-hover-bg .dt-widget__item:hover .dt-extra.animate-slide .slide-content:not(:first-child) {
	margin-left: 1.2rem
}
}
.dt-widget-hover .dt-widget__item:hover .badge-circle-animate, .dt-widget-hover-bg .dt-widget__item:hover .badge-circle-animate {
	font-size: 1.2rem;
	border-radius: .4rem
}
.dt-widget-hover .dt-widget__item:hover .badge-circle-animate.badge-pill, .dt-widget-hover-bg .dt-widget__item:hover .badge-circle-animate.badge-pill {
	border-radius: 2rem
}
.dt-widget-hover .dt-widget__item:hover .badge-circle-animate.badge-sm, .dt-widget-hover-bg .dt-widget__item:hover .badge-circle-animate.badge-sm {
	padding: 3px 6px
}
.dt-widget-hover .dt-widget__item:hover .show-content, .dt-widget-hover-bg .dt-widget__item:hover .show-content {
	display: none
}
.dt-widget-hover .dt-widget__item:hover .hide-content, .dt-widget-hover-bg .dt-widget__item:hover .hide-content {
	display: block
}
.bg-light-gray {
	background-color: #9f9f9f !important
}
a.bg-light-gray:hover, a.bg-light-gray:focus, button.bg-light-gray:hover, button.bg-light-gray:focus {
	background-color: #868686 !important
}
.bg-light-primary {
	background-color: #c5b6eb !important
}
a.bg-light-primary:hover, a.bg-light-primary:focus, button.bg-light-primary:hover, button.bg-light-primary:focus {
	background-color: #a68de1 !important
}
.bg-light-green {
	background-color: #1dce8e !important
}
a.bg-light-green:hover, a.bg-light-green:focus, button.bg-light-green:hover, button.bg-light-green:focus {
	background-color: #17a16f !important
}
.bg-dark-green {
	background-color: #3d6003 !important
}
a.bg-dark-green:hover, a.bg-dark-green:focus, button.bg-dark-green:hover, button.bg-dark-green:focus {
	background-color: #1e2f01 !important
}
.bg-light-blue {
	background-color: #5797fc !important
}
a.bg-light-blue:hover, a.bg-light-blue:focus, button.bg-light-blue:hover, button.bg-light-blue:focus {
	background-color: #2578fb !important
}
.bg-light-pink {
	background-color: #ff415a !important
}
a.bg-light-pink:hover, a.bg-light-pink:focus, button.bg-light-pink:hover, button.bg-light-pink:focus {
	background-color: #ff0e2e !important
}
.bg-light-brown {
	background-color: #b23737 !important
}
a.bg-light-brown:hover, a.bg-light-brown:focus, button.bg-light-brown:hover, button.bg-light-brown:focus {
	background-color: #8b2b2b !important
}
.bg-light-teal {
	background-color: #1b8abe !important
}
a.bg-light-teal:hover, a.bg-light-teal:focus, button.bg-light-teal:hover, button.bg-light-teal:focus {
	background-color: #156a91 !important
}
.bg-indigo {
	background-color: #3742b2 !important
}
a.bg-indigo:hover, a.bg-indigo:focus, button.bg-indigo:hover, button.bg-indigo:focus {
	background-color: #2b348b !important
}
.bg-dark-blue {
	background-color: #0060ca !important
}
a.bg-dark-blue:hover, a.bg-dark-blue:focus, button.bg-dark-blue:hover, button.bg-dark-blue:focus {
	background-color: #004897 !important
}
.bg-orange {
	background-color: #ff9800 !important
}
a.bg-orange:hover, a.bg-orange:focus, button.bg-orange:hover, button.bg-orange:focus {
	background-color: #cc7a00 !important
}
.bg-sky-blue {
	background-color: #00aeef !important
}
a.bg-sky-blue:hover, a.bg-sky-blue:focus, button.bg-sky-blue:hover, button.bg-sky-blue:focus {
	background-color: #0089bc !important
}
.bg-yellow {
	background-color: #ffc107 !important
}
a.bg-yellow:hover, a.bg-yellow:focus, button.bg-yellow:hover, button.bg-yellow:focus {
	background-color: #d39e00 !important
}
.bg-brown {
	background-color: #5e1e21 !important
}
a.bg-brown:hover, a.bg-brown:focus, button.bg-brown:hover, button.bg-brown:focus {
	background-color: #371213 !important
}
.bg-light-cyan {
	background-color: #00bcd4 !important
}
a.bg-light-cyan:hover, a.bg-light-cyan:focus, button.bg-light-cyan:hover, button.bg-light-cyan:focus {
	background-color: #008fa1 !important
}
.bg-gradient-blue, .bg-gradient-blue--after:after {
	background-image: linear-gradient(135deg, #25228a, #24a484);
	background-repeat: repeat-x
}
.bg-gradient-purple, .bg-gradient-purple--after:after {
    background-image: linear-gradient(135deg, #5a3724, #b44306);
    background-repeat: repeat-x
}
.bg-gradient-orange, .bg-gradient-orange--after:after {
	background-image: linear-gradient(90deg, #c01111, #eac519);
	background-repeat: repeat-x
}
.bg-image-v1 {
	background-image: url("../../images/bg-images/bg-image.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.bg-image-v2 {
	background-image: url("../../images/bg-images/bg-image-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.bg-image-v3 {
	background-image: url("../../images/bg-images/bg-image-2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.bg-image-v4 {
	background-image: url("../../images/bg-images/bg-image-3.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.bg-image-v5 {
	background-image: url("../../images/bg-images/bg-image-4.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.bg-image-v6 {
	background-image: url("../../images/bg-images/bg-image-5.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.bg-image-v7 {
	background-image: url("../../images/bg-images/bg-image-6.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.bg-overlay {
	position: relative
}
.bg-overlay:before, .bg-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.bg-overlay__inner {
	z-index: 3;
	position: relative
}
.card.bg-overlay:before, .card.bg-overlay:after, .dt-card.bg-overlay:before, .dt-card.bg-overlay:after {
	border-radius: .4rem
}
.bg-overlay-white:after {
	background-color: #fff
}
.bg-overlay-black:after {
	background-color: #000
}
.border {
	border: 1px solid #ddd !important
}
.border-top {
	border-top: 1px solid #ddd !important
}
.border-right {
	border-right: 1px solid #ddd !important
}
.border-bottom {
	border-bottom: 1px solid #ddd !important
}
.border-left {
	border-left: 1px solid #ddd !important
}
.border-0 {
	border: 0 !important
}
.border-top-0 {
	border-top: 0 !important
}
.border-right-0 {
	border-right: 0 !important
}
.border-bottom-0 {
	border-bottom: 0 !important
}
.border-left-0 {
	border-left: 0 !important
}

@media (min-width: 576px) {
.border-sm {
	border: 1px solid #ddd !important
}
.border-sm-top {
	border-top: 1px solid #ddd !important
}
.border-sm-right {
	border-right: 1px solid #ddd !important
}
.border-sm-bottom {
	border-bottom: 1px solid #ddd !important
}
.border-sm-left {
	border-left: 1px solid #ddd !important
}
.border-sm-0 {
	border: 0 !important
}
.border-sm-top-0 {
	border-top: 0 !important
}
.border-sm-right-0 {
	border-right: 0 !important
}
.border-sm-bottom-0 {
	border-bottom: 0 !important
}
.border-sm-left-0 {
	border-left: 0 !important
}
}

@media (min-width: 768px) {
.border-md {
	border: 1px solid #ddd !important
}
.border-md-top {
	border-top: 1px solid #ddd !important
}
.border-md-right {
	border-right: 1px solid #ddd !important
}
.border-md-bottom {
	border-bottom: 1px solid #ddd !important
}
.border-md-left {
	border-left: 1px solid #ddd !important
}
.border-md-0 {
	border: 0 !important
}
.border-md-top-0 {
	border-top: 0 !important
}
.border-md-right-0 {
	border-right: 0 !important
}
.border-md-bottom-0 {
	border-bottom: 0 !important
}
.border-md-left-0 {
	border-left: 0 !important
}
}

@media (min-width: 992px) {
.border-lg {
	border: 1px solid #ddd !important
}
.border-lg-top {
	border-top: 1px solid #ddd !important
}
.border-lg-right {
	border-right: 1px solid #ddd !important
}
.border-lg-bottom {
	border-bottom: 1px solid #ddd !important
}
.border-lg-left {
	border-left: 1px solid #ddd !important
}
.border-lg-0 {
	border: 0 !important
}
.border-lg-top-0 {
	border-top: 0 !important
}
.border-lg-right-0 {
	border-right: 0 !important
}
.border-lg-bottom-0 {
	border-bottom: 0 !important
}
.border-lg-left-0 {
	border-left: 0 !important
}
}

@media (min-width: 1200px) {
.border-xl {
	border: 1px solid #ddd !important
}
.border-xl-top {
	border-top: 1px solid #ddd !important
}
.border-xl-right {
	border-right: 1px solid #ddd !important
}
.border-xl-bottom {
	border-bottom: 1px solid #ddd !important
}
.border-xl-left {
	border-left: 1px solid #ddd !important
}
.border-xl-0 {
	border: 0 !important
}
.border-xl-top-0 {
	border-top: 0 !important
}
.border-xl-right-0 {
	border-right: 0 !important
}
.border-xl-bottom-0 {
	border-bottom: 0 !important
}
.border-xl-left-0 {
	border-left: 0 !important
}
}
.border-primary {
	border-color: #512DA8 !important
}
.border-secondary {
	border-color: #FF4081 !important
}
.border-success {
	border-color: #52c41a !important
}
.border-info {
	border-color: #1890ff !important
}
.border-warning {
	border-color: #fa8c16 !important
}
.border-danger {
	border-color: #f44336 !important
}
.border-light {
	border-color: #e5e5e5 !important
}
.border-dark {
	border-color: #212121 !important
}
.border-light-gray {
	border-color: #9f9f9f !important
}
.border-light-primary {
	border-color: #c5b6eb !important
}
.border-light-green {
	border-color: #1dce8e !important
}
.border-dark-green {
	border-color: #3d6003 !important
}
.border-light-blue {
	border-color: #5797fc !important
}
.border-light-pink {
	border-color: #ff415a !important
}
.border-light-brown {
	border-color: #b23737 !important
}
.border-light-teal {
	border-color: #1b8abe !important
}
.border-indigo {
	border-color: #3742b2 !important
}
.border-dark-blue {
	border-color: #0060ca !important
}
.border-orange {
	border-color: #ff9800 !important
}
.border-sky-blue {
	border-color: #00aeef !important
}
.border-yellow {
	border-color: #ffc107 !important
}
.border-brown {
	border-color: #5e1e21 !important
}
.border-light-cyan {
	border-color: #00bcd4 !important
}
.border-black-transparent {
	border-color: rgba(0,0,0,0.15) !important
}
.border-solid {
	border-style: solid !important
}
.border-dashed {
	border-style: dashed !important
}
.border-dotted {
	border-style: dotted !important
}
.border-w-0 {
	border-width: 0 !important
}
.border-w-1 {
	border-width: 1px !important
}
.border-w-2 {
	border-width: 2px !important
}
.border-w-3 {
	border-width: 3px !important
}
.border-w-4 {
	border-width: 4px !important
}
.border-w-5 {
	border-width: 5px !important
}
.rounded-0 {
	border-radius: 0 !important
}

@media (min-width: 576px) {
.rounded-sm-0 {
	border-radius: 0 !important
}
}

@media (min-width: 768px) {
.rounded-md-0 {
	border-radius: 0 !important
}
}

@media (min-width: 992px) {
.rounded-lg-0 {
	border-radius: 0 !important
}
}

@media (min-width: 1200px) {
.rounded-xl-0 {
	border-radius: 0 !important
}
}
.rounded-xl {
	border-radius: .8rem !important
}
.shadow-xl {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2)
}
.text-light-gray {
	color: #9f9f9f !important
}
a.text-light-gray:hover, a.text-light-gray:focus {
	color: #797979 !important
}
.text-light-primary {
	color: #c5b6eb !important
}
a.text-light-primary:hover, a.text-light-primary:focus {
	color: #9679db !important
}
.text-light-green {
	color: #1dce8e !important
}
a.text-light-green:hover, a.text-light-green:focus {
	color: #148b60 !important
}
.text-dark-green {
	color: #3d6003 !important
}
a.text-dark-green:hover, a.text-dark-green:focus {
	color: #0e1601 !important
}
.text-light-blue {
	color: #5797fc !important
}
a.text-light-blue:hover, a.text-light-blue:focus {
	color: #0c68fb !important
}
.text-light-pink {
	color: #ff415a !important
}
a.text-light-pink:hover, a.text-light-pink:focus {
	color: #f40020 !important
}
.text-light-brown {
	color: #b23737 !important
}
a.text-light-brown:hover, a.text-light-brown:focus {
	color: #782525 !important
}
.text-light-teal {
	color: #1b8abe !important
}
a.text-light-teal:hover, a.text-light-teal:focus {
	color: #11597b !important
}
.text-indigo {
	color: #3742b2 !important
}
a.text-indigo:hover, a.text-indigo:focus {
	color: #252c78 !important
}
.text-dark-blue {
	color: #0060ca !important
}
a.text-dark-blue:hover, a.text-dark-blue:focus {
	color: #003c7e !important
}
.text-orange {
	color: #ff9800 !important
}
a.text-orange:hover, a.text-orange:focus {
	color: #b36a00 !important
}
.text-sky-blue {
	color: #00aeef !important
}
a.text-sky-blue:hover, a.text-sky-blue:focus {
	color: #0076a3 !important
}
.text-yellow {
	color: #ffc107 !important
}
a.text-yellow:hover, a.text-yellow:focus {
	color: #ba8b00 !important
}
.text-brown {
	color: #5e1e21 !important
}
a.text-brown:hover, a.text-brown:focus {
	color: #240b0d !important
}
.text-light-cyan {
	color: #00bcd4 !important
}
a.text-light-cyan:hover, a.text-light-cyan:focus {
	color: #007888 !important
}
.height-75 {
	height: 75px
}
.height-100 {
	height: 100px
}
.height-120 {
	height: 120px
}
.height-150 {
	height: 150px
}
.height-200 {
	height: 200px
}
.max-h-350 {
	max-height: 350px
}
.max-h-400 {
	max-height: 400px
}
.mb-n15 {
	margin-bottom: -6rem
}
.mb-n18 {
	margin-bottom: -7.2rem
}
.overlay-opacity-0:after {
	opacity: 0 !important
}
.overlay-opacity-0_1:after {
	opacity: .1
}
.overlay-opacity-0_2:after {
	opacity: .2
}
.overlay-opacity-0_3:after {
	opacity: .3
}
.overlay-opacity-0_4:after {
	opacity: .4
}
.overlay-opacity-0_5:after {
	opacity: .5
}
.overlay-opacity-0_6:after {
	opacity: .6
}
.overlay-opacity-0_7:after {
	opacity: .7
}
.overlay-opacity-0_8:after {
	opacity: .8
}
.overlay-opacity-0_9:after {
	opacity: .9
}
.overlay-opacity-1:after {
	opacity: 1
}
.overflow-hidden {
	overflow: hidden
}
.overflow-x-hidden {
	overflow-x: hidden
}
.overflow-y-hidden {
	overflow-y: hidden
}
.overflow-auto {
	overflow: auto
}
.overflow-x-auto {
	overflow-x: auto
}
.overflow-y-auto {
	overflow-y: auto
}
.overflow-visible {
	overflow: visible
}
.overflow-scroll {
	overflow: scroll
}
.overflow-x-scroll {
	overflow-x: scroll
}
.overflow-y-scroll {
	overflow-y: scroll
}
.dt-separator-h {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #dee2e6
}
.dt-separator-h-v1 {
	display: inline-block;
	height: 2px;
	width: 20px;
	background-color: #dee2e6
}
.dt-separator-v {
	border-left: 1px solid #ddd;
	display: inline-block;
	height: 100%;
	width: 1px;
	margin-left: 5px;
    margin-right: 5px;
}
.size-20 {
	width: 20px;
	height: 20px
}
.size-25 {
	width: 25px;
	height: 25px
}
.size-30 {
	width: 30px;
	height: 30px
}
.size-35 {
	width: 35px;
	height: 35px
}
.size-40 {
	width: 40px;
	height: 40px
}
.size-45 {
	width: 45px;
	height: 45px
}
.size-50 {
	width: 50px;
	height: 50px
}
.size-55 {
	width: 55px;
	height: 55px
}
.size-60 {
	width: 60px;
	height: 60px
}
.size-65 {
	width: 65px;
	height: 65px
}
.size-70 {
	width: 70px;
	height: 70px
}
.size-75 {
	width: 75px;
	height: 75px
}
.size-80 {
	width: 80px;
	height: 80px
}
.size-85 {
	width: 85px;
	height: 85px
}
.size-90 {
	width: 90px;
	height: 90px
}
.size-95 {
	width: 95px;
	height: 95px
}
.size-100 {
	width: 100px;
	height: 100px
}
.size-105 {
	width: 105px;
	height: 105px
}
.size-110 {
	width: 110px;
	height: 110px
}
.size-115 {
	width: 115px;
	height: 115px
}
.size-120 {
	width: 120px;
	height: 120px
}
.f-default {
	font-size: 1.4rem
}
.f-10 {
	font-size: 10px
}
.f-12 {
	font-size: 12px
}
.f-14 {
	font-size: 14px
}
.f-16 {
	font-size: 16px
}
.font-weight-100 {
	font-weight: 100 !important
}
.font-weight-200 {
	font-weight: 200 !important
}
.font-weight-300 {
	font-weight: 300 !important
}
.font-weight-400 {
	font-weight: 400 !important
}
.font-weight-500 {
	font-weight: 500 !important
}
.font-weight-600 {
	font-weight: 600 !important
}
.font-weight-700 {
	font-weight: 700 !important
}
.font-weight-800 {
	font-weight: 800 !important
}
.font-weight-900 {
	font-weight: 900 !important
}
.text-decoration-underline {
	text-decoration: underline
}
.text-decoration-none {
	text-decoration: none
}
.text-decoration-none--hover:hover, .text-decoration-none--hover:focus {
	text-decoration: none
}
.text-strike {
	text-decoration: line-through
}
.min-w-50 {
	min-width: 50px
}
.min-w-55 {
	min-width: 55px
}
.min-w-60 {
	min-width: 60px
}
.min-w-65 {
	min-width: 65px
}
.min-w-70 {
	min-width: 70px
}
.min-w-75 {
	min-width: 75px
}
.min-w-80 {
	min-width: 80px
}
.min-w-85 {
	min-width: 85px
}
.min-w-90 {
	min-width: 90px
}
.min-w-95 {
	min-width: 95px
}
.min-w-100 {
	min-width: 100px
}
.min-w-120 {
	min-width: 120px
}
.min-w-150 {
	min-width: 150px
}
.max-w-90 {
	max-width: 9rem
}
.max-w-105 {
	max-width: 10.5rem
}
.max-w-250 {
	max-width: 25rem !important
}
 .dt-root {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	 
	background-image: url(../../images/bg-images/login_bg.jpg);
	background-size:cover;
}
.dt-root__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1;
	flex: 1
}
.dt-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex: 1;
	-ms-flex: 1
}
.dt-content-wrapper {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: calc(100% - 210px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: all 0.2s ease;
	background: #f5f7f7;
}

@media (prefers-reduced-motion: reduce) {
 
}

@media screen and (min-width: 1367px) {
.dt-content-wrapper {
	width: calc(100% - 260px)
}
}
.dt-content {
	padding:  15px 0;
}
 .dt-page__header {
	position: relative;
	 
}
.dt-page__title {
    font-weight: 400;
    color: #a9430d;
}
.dt-entry__header {
	position: relative;
	margin-bottom: 3rem;
	padding-bottom: 1.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ddd
}
.dt-entry__header:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 3px;
	width: 45px;
	background-color: #512DA8;
	border-radius: 10px
}
.dt-entry__title {
	margin-bottom: 0;
	font-size: 16px;
	text-transform: capitalize;
	color: #757575
}
.dt-header {
    position: relative;
    z-index: 99;
    height: 50px;
    background-color: #5a3724;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    transition: all 0.2s ease
}

@media (prefers-reduced-motion: reduce) {
.dt-header {
	transition: none
}
}

@media (max-width: 575.98px) {
.dt-header {
	height: 55px
}
}
.dt-header--fixed .dt-header {
	position: fixed;
	z-index: 1001;
	width: 100%
}
  .dt-header--fixed .dt-header+.dt-main {
	transition: all 0.2s ease;
	    margin-top: 50px;
}

@media (prefers-reduced-motion: reduce) {
.dt-header--fixed .dt-header+.dt-main {
	transition: none
}
}

@media (max-width: 575.98px) {
.dt-header--fixed .dt-header+.dt-main {
	margin-top: 55px
}
}
.dt-header__container {
	display: -ms-flexbox;
	display: flex;
	height: 100%
}
.dt-header__toolbar {
	display: -ms-flexbox;
	display: flex;
	padding-right: 3.2rem;
	padding-left: 3.2rem;
	width: calc(100% - 210px)
}

@media screen and (min-width: 1367px) {
.dt-header__toolbar {
  	width: calc(100% - 260px)
}
}
.dt-header__toolbar .search-box {
	margin-right: 1rem;
	-ms-flex-item-align: center;
	align-self: center
}
.theme-semidark .dt-header__toolbar .search-box .btn-primary {
	background-color: #FF4081;
	border-color: #FF4081
}

@media (max-width: 991.98px) {
.dt-header__toolbar {
	width: auto;
	padding-left: 0
}
}

@media (max-width: 575.98px) {
.dt-header__toolbar {
	padding-right: 1.9rem
}
}

@media (max-width: 767.98px) {
.dt-header__toolbar .dropdown-toggle::after {
	display: none
}
}
.dt-header__toolbar .dt-nav__link>i {
	font-size: 1.8rem
}
.dt-header__toolbar .dt-nav__link>i.icon-sm {
	font-size: 1.4rem
}
.dt-header__toolbar .dt-nav__link>i.icon-lg {
	font-size: 1.6rem
}

@media (max-width: 575.98px) {
.dt-header__toolbar .dt-nav__link>i {
	font-size: 2.3rem
}
.dt-header__toolbar .dt-nav__link>i.icon-sm {
	font-size: 1.8rem
}
.dt-header__toolbar .dt-nav__link>i.icon-lg {
	font-size: 2rem
}
}
.dt-brand {
    width: 210px;
    background-color: #582205;
    padding: 0 2rem;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media screen and (min-width: 1367px) {
.dt-brand {
	width: calc(210px + 50px)
}
}

@media (max-width: 991.98px) {
.dt-brand {
	width: auto;
	padding-right: 1rem
}
.dt-brand+.dt-header__toolbar {
	margin-left: auto !important
}
}
.dt-brand__logo {
	display: inline-block
}
.dt-brand__logo:not(:first-child) {
	margin-left: 0;
}

@media (max-width: 991.98px) {
.dt-brand__logo:not(:first-child) {
	margin-left: 1rem
}
}
.dt-brand__logo-link, .dt-brand__logo-symbol, .dt-brand__logo-img {
	display: inline-block
}
.dt-brand__logo-img {
	width: 160px;
}
.dt-brand__logo-symbol {
	    width: 87px;
}
 .dt-sidebar--fixed .dt-brand {
	position: fixed;
	z-index: 99;
	height: 50px;
	transition: all 0.2s ease
}

@media (prefers-reduced-motion: reduce) {
.dt-sidebar--fixed .dt-brand {
	transition: none
}
}

@media (max-width: 767.98px) {
.dt-sidebar--fixed .dt-brand {
	position: static;
	height: auto
}
}
.dt-sidebar--fixed .dt-brand+.dt-header__toolbar {
	transition: all 0.2s ease;
	margin-left: 210px
}

@media (prefers-reduced-motion: reduce) {
.dt-sidebar--fixed .dt-brand+.dt-header__toolbar {
	transition: none
}
}

@media screen and (min-width: 1367px) {
.dt-sidebar--fixed .dt-brand+.dt-header__toolbar {
	margin-left: calc(260px)
}
}
.dt-nav-wrapper {
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.dt-nav {
	margin: 0 -8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.dt-nav__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 8px
}
 .dt-nav__link {
	color: #fff;
	display: inline-block
}
 .dt-nav__link:hover, .dt-nav__link:focus, .dt-nav__link:active {
	color: #fbff00;
	text-decoration: none
}
.dt-nav__link .icon+span, .dt-nav__link i+span {
	margin-left: 8px;
	display: inline-block
}

@media (max-width: 767.98px) {
.dt-nav__link .icon+span, .dt-nav__link i+span {
	display: none
}
}
 .dt-header__toolbar .dt-nav:not(:last-child) {
	margin-right: 30px;
}

@media screen and (max-width: 1300px) {
.dt-header__toolbar .dt-nav:not(:last-child) {
	margin-right: 3rem
}
}

@media (max-width: 1199.98px) {
.dt-header__toolbar .dt-nav:not(:last-child) {
	margin-right: 0.5rem
}
}
.dt-header__toolbar .dt-nav__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.dt-brand__tool {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	min-height: 20px;
	min-width: 20px
}
 .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 16px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 2px;
	background-color: #fff;
}
.hamburger-inner {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: ""
}
.hamburger-inner:before {
	top: -5px
}
.hamburger-inner:after {
	bottom: -5px
}
.dt-brand__tool .hamburger-inner {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: .22s
}
.dt-brand__tool .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in
}
.dt-brand__tool .hamburger-inner:after {
	transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.dt-brand__tool.active .hamburger-inner {
	 
}
.dt-brand__tool.active .hamburger-inner:before {
	 
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	 
}
.dt-brand__tool.active .hamburger-inner:after {
	 
	 
}
.dt-notification-app .dropdown-menu {
	padding: 1;
	width: 300px;
	height: 250px;
	overflow-y: auto
}
.dt-notification-search .dropdown-menu {
	padding: 0;
	width: 250px;
	height: auto
}

@media (max-width: 575.98px) {
.dt-notification-search .dropdown-menu {
	width: 200px
}
}
.dt-header__toolbar .dt-notification .dropdown-menu {
	width: 380px
}
.dt-header__toolbar .dt-notification .dropdown-menu-body {
	height: 208px;
	overflow-y: auto
}

@media (max-width: 575.98px) {
.dt-header__toolbar .dt-notification .dropdown-menu {
	width: 280px
}
}
.theme-dark .dt-header__toolbar .dt-notification-app .dropdown-menu, .theme-dark .dt-header__toolbar .dt-notification .dropdown-menu {
	background-color: #fafafa
}
.theme-dark .dt-module__container .dt-notification .dropdown-menu {
	background-color: #fafafa
}
.dt-module__container .dt-notification .dropdown-menu {
	width: 300px
}
.dt-module__container .dt-notification .dropdown-menu-body {
	height: 180px;
	overflow-y: auto
}

@media (max-width: 575.98px) {
.dt-module__container .dt-notification .dropdown-menu {
	width: 280px
}
}
.dt-notification .media {
	position: relative;
	margin-bottom: 14px
}
.dt-notification .media:not(:last-child) {
	padding-bottom: 14px
}
.dt-notification .media:not(:last-child):after {
	transition: all 0.5s ease;
	content: '';
	height: 1px;
	background-color: #ddd;
	width: calc(100% - 48px);
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0
}

@media (prefers-reduced-motion: reduce) {
.dt-notification .media:not(:last-child):after {
	transition: none
}
}
.dt-notification .media:hover:after, .dt-notification .media:focus:after {
	width: 100%
}
.dt-notification .media-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: center;
	align-self: center
}
.dt-notification .user-name {
	font-size: 13px;
	color: #212121;
	font-weight: 500
}
.dt-notification .user-name+.message {
	font-size: 12px
}
.dt-notification .meta-date {
	display: block;
	font-size: 12px;
	color: #8f8f8f
}
.dt-notification .message {
	font-size: 13px;
	margin-bottom: 3px;
	color: #212121
}
.dt-notification .message:last-child {
	margin-bottom: 0
}

@media (max-width: 575.98px) {
.dt-notification .message {
	font-size: 12px
}
}
.dt-app-list {
	padding-left: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px
}
.dt-app-list__item {
	flex: 0 0 33.3333333333%;
	-ms-flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	text-align: center
}
.dt-app-list__link, .dt-app-list__text {
	display: block
}
.dt-app-list__link {
	transition: all 0.3s ease;
	padding: 10px;
	border-radius: .4rem;
	border: 1px solid transparent;
	color: #212121
}

@media (prefers-reduced-motion: reduce) {
.dt-app-list__link {
	transition: none
}
}
.dt-app-list__link:hover, .dt-app-list__link:focus {
	border-color: #e9ecef
}
.dt-app-list__link>img {
	display: inline-block
}
.dt-app-list__text:last-child {
	margin-top: 10px
}
.dt-module {
	margin-bottom: 0;
	overflow: hidden
}

@media (min-width: 768px) {
.dt-module {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}

@media (max-width: 767.98px) {
.dt-module {
	margin: -4.4rem -3.2rem;
	border-radius: 0
}
}
.dt-module__container {
	position: relative;
	z-index: 1;
	height: inherit
}

@media (min-width: 768px) {
.dt-module__container {
	max-width: calc(100% - 230px);
	flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
}

@media (max-width: 767.98px) {
.dt-module__container {
	max-width: none;
	width: 100%
}
}
.dt-module__sidebar {
	position: relative;
	z-index: 2
}

@media (min-width: 768px) {
.dt-module__sidebar {
	max-width: 230px;
	flex: 0 0 230px;
	-ms-flex: 0 0 230px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-right: 1px solid #ddd;
	min-height: 100%
}
}

@media (max-width: 767.98px) {
.dt-module__sidebar {
	border-right: 0 none;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2)
}
}

@media (min-width: 768px) {
.dt-module__sidebar-header {
	min-height: 8.2rem;
	padding: 2.7rem 2.6rem
}
}

@media (max-width: 767.98px) {
.dt-module__sidebar-header {
	padding: 0 2.6rem;
	border-color: transparent !important
}
}
.dt-module__sidebar-header .quick-menu-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 0;
	margin-left: -9px;
	margin-right: -9px
}

@media (min-width: 768px) {
.dt-module__sidebar-header .quick-menu-list {
	-ms-flex-pack: justify;
	justify-content: space-between
}
}

@media (max-width: 767.98px) {
.dt-module__sidebar-header .quick-menu-list .search-box {
	padding: 1.2rem 0;
	margin-right: auto;
	width: 280px
}
}

@media (max-width: 575.98px) {
.dt-module__sidebar-header .quick-menu-list .search-box {
	width: 150px
}
}
.dt-module__sidebar-header .quick-menu-list .quick-menu {
	display: block;
	font-size: 2.2rem;
	padding-left: 9px;
	padding-right: 9px
}

@media (max-width: 767.98px) {
.dt-module__sidebar-header .quick-menu-list .quick-menu {
	padding-bottom: 2rem;
	padding-top: 2rem
}
.dt-module__sidebar-header .quick-menu-list .quick-menu.active {
	background-color: #FF4081;
	color: #fff
}
.dt-module__sidebar-header .quick-menu-list .quick-menu.active .icon-menu:before {
	content: "\e08a";
	font-weight: bold !important
}
.dt-module__sidebar-header .quick-menu-list .quick-menu.active a {
	color: #fff
}
}
.dt-module__sidebar-content .action-area {
	padding-left: 2.6rem;
	padding-right: 2.6rem
}

@media (max-width: 767.98px) {
.dt-module__sidebar-content {
	display: none
}
}
.dt-module:not(.dt-module--chat) .dt-module__sidebar-content {
	overflow-y: auto
}
.dt-module-side-nav__header {
	position: relative;
	padding: 0.8rem 2.6rem;
	text-transform: uppercase;
	line-height: 1;
	font-size: 12px
}
.dt-module-side-nav__item.active .dt-module-side-nav__link {
	padding: 1rem 2.6rem;
	background-color: #FF4081;
	color: #fff;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px
}
.dt-module-side-nav__item+.dt-module-side-nav__header {
	margin-top: 2.4rem
}
.dt-module-side-nav+.dt-contacts {
	margin-top: 3rem
}
.dt-module-side-nav__more {
	padding: 1rem 2.6rem
}
.dt-module-side-nav__link {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.8rem 2.6rem;
	line-height: 1;
	text-transform: capitalize;
	white-space: nowrap;
	color: #212121;
	transition: all 0.3s ease
}
.dt-module-side-nav__link .icon, .dt-module-side-nav__link i {
	margin-right: 8px
}
.dt-module-side-nav__link:hover, .dt-module-side-nav__link:focus, .dt-module-side-nav__link:active {
	color: #FF4081
}
.dt-module-side-nav__text {
	display: inline-block
}
.dt-module__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.2rem 3.2rem;
	border-bottom: 1px solid #ddd
}

@media (min-width: 768px) {
.dt-module__header {
	min-height: 8.2rem
}
}
.dt-module__content {
	flex: 1;
	-ms-flex: 1;
	overflow-y: auto
}
.dt-module__content-inner {
	padding: 3.2rem
}
.dt-module__title {
	position: relative;
	margin-bottom: 0
}
.dt-module__drawer.dt-drawer {
	position: absolute;
	z-index: 100 !important;
	height: 100%;
	width: 64%;
	background-color: #fff
}

@media (max-width: 767.98px) {
.dt-module__drawer.dt-drawer {
	width: 90%
}
}
.dt-module__drawer.dt-drawer.open+.dt-backdrop {
	position: absolute;
	z-index: 99
}
.dt-module__drawer-inner {
	height: 100%
}
.dt-module__drawer-header {
	padding: 2rem 2.2rem;
	height: 6.5rem
}
.dt-actionable-drawer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex: 1;
	-ms-flex: 1;
	height: 100%
}
.dt-actionable-drawer .dt-notification.fade:not(.show) {
	display: none
}
.theme-dark .dt-actionable-drawer .search-result:hover, .theme-dark .dt-actionable-drawer .search-result:focus {
	background-color: rgba(81,45,168,0.2)
}
.dt-actionable-drawer .search-result {
	padding: 6px 4px
}
.dt-actionable-drawer .search-result a {
	color: #212121
}
.dt-actionable-drawer .search-result:hover, .dt-actionable-drawer .search-result:focus {
	background-color: #e9ecef
}
.dt-actionable-drawer .search-result+.search-result {
	margin-top: 1.5rem
}
.dt-action-bar {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 6rem;
	flex: 0 0 6rem;
	-ms-flex: 0 0 6rem;
	height: calc(100% - 6.5rem)
}
.dt-action-nav__item.active .dt-action-nav__link {
	background-color: #FF4081;
	color: #fff;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px
}
.dt-action-nav__link {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 1.2rem 1rem 2.2rem;
	line-height: 1;
	white-space: nowrap;
	color: #212121;
	transition: all 0.3s ease
}
.dt-action-nav__link .icon, .dt-action-nav__link i {
	font-size: 2rem
}
.dt-action-nav__link:hover, .dt-action-nav__link:focus, .dt-action-nav__link:active {
	color: #FF4081
}
.dt-action-content-wrapper {
	position: relative;
	z-index: 1;
	max-width: calc(100% - 6rem);
	flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 6.5rem)
}
.dt-action-content {
	padding: 0 2.6rem 2.6rem;
	height: 100%
}
  .dt-customizer {
	position: relative;
	z-index: 1501;
	width: 320px;
	background-color: #fff
}
.dt-customizer-toggle {
	position: fixed;
	top: 130px;
	right: 0;
	z-index: 100
}

@media (max-width: 575.98px) {
.dt-customizer-toggle {
	top: 165px
}
}
.dt-customizer-toggle a {
	transition: all 0.5s ease;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 4rem;
	width: 6rem;
	font-size: 2.5rem;
	background-image: linear-gradient(135deg, #512DA8, #FF4081);
	background-repeat: repeat-x;
	color: #fff
}

@media (prefers-reduced-motion: reduce) {
.dt-customizer-toggle a {
	transition: none
}
}
.dt-customizer-toggle a:hover, .dt-customizer-toggle a:focus {
	background-image: linear-gradient(90deg, #512DA8, #FF4081);
	background-repeat: repeat-x
}
.dt-customizer__inner {
	height: 100%
}
 .dt-customizer__header {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: 3px 10px;
    min-height: 45px;
	box-shadow: 0 2px 2px 0 rgba(117,117,117,0.1)
}
.dt-customizer__header .close {
	margin-left: auto;
	font-size: 3.5rem;
	font-weight: normal;
	line-height: 0.8
}
.dt-customizer__header .close:focus {
	outline: none
}
.dt-customizer__body {
	height: calc(100% - 72px);
	overflow-y: auto
}
  .dt-customizer__body-inner {
	padding: 0;
	
}

.dt-customizer__body section {
	margin-bottom: 0;
    border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.dt-customizer__body .dt-list-sm {
	margin-left: -5px;
	margin-right: -5px
}
.dt-customizer__body .dt-list-sm>.dt-list__item {
	padding-left: 5px;
	padding-right: 5px
}
.dt-customizer .choose-option {
	position: relative
}
.dt-customizer .choose-option__icon {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 1
}
.dt-customizer .choose-option__icon:not(:last-child) {
	margin-bottom: 6px
}
.dt-customizer .choose-option.active .choose-option__icon {
	box-shadow: 0 5px 10px 0 rgba(168,168,168,0.28);
	transition: all 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
.dt-customizer .choose-option.active .choose-option__icon {
	transition: none
}
}
.dt-customizer .choose-option.active .choose-option__icon:after {
	content: '';
	position: absolute;
	right: -3px;
	top: -3px;
	z-index: 2;
	height: 14px;
	width: 14px;
	display: inline-block;
	background-image: url("../../images/customizer-icons/check.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.dt-customizer .choose-option__name {
	font-size: 12px;
	color: #757575;
	text-transform: capitalize
}
.dt-customizer .dt-color-option {
	position: relative;
	display: block;
	cursor: pointer;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 3px solid #fff;
	background-color: #f4f4f4
}
.dt-customizer .dt-color-option:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 100%;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px
}
.dt-customizer .dt-color-option.active {
	border-color: #dbdbdb
}
.dt-customizer .dt-color-option.active:after {
	content: '';
	position: absolute;
	right: -3px;
	top: -3px;
	z-index: 2;
	height: 14px;
	width: 14px;
	display: inline-block;
	background-image: url("../../images/customizer-icons/check.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.dt-customizer .dt-color-options>li:nth-child(1) .dt-color-option {
	background-color: #FF4081
}
.dt-customizer .dt-color-options>li:nth-child(1) .dt-color-option:before {
	background-color: #512DA8
}
.dt-customizer .dt-color-options>li:nth-child(2) .dt-color-option {
	background-color: #189fde
}
.dt-customizer .dt-color-options>li:nth-child(2) .dt-color-option:before {
	background-color: #2ac174
}
.dt-customizer .dt-color-options>li:nth-child(3) .dt-color-option {
	background-color: #0683e5
}
.dt-customizer .dt-color-options>li:nth-child(3) .dt-color-option:before {
	background-color: #f06f11
}
.dt-customizer .dt-color-options>li:nth-child(4) .dt-color-option {
	background-color: #f7b528
}
.dt-customizer .dt-color-options>li:nth-child(4) .dt-color-option:before {
	background-color: #d61f1f
}
.dt-customizer .dt-color-options>li:nth-child(5) .dt-color-option {
	background-color: #56b5d8
}
.dt-customizer .dt-color-options>li:nth-child(5) .dt-color-option:before {
	background-color: #7b18f6
}
.dt-customizer .dt-color-options>li:nth-child(6) .dt-color-option {
	background-color: #cbb444
}
.dt-customizer .dt-color-options>li:nth-child(6) .dt-color-option:before {
	background-color: #2f46bc
}
.dt-customizer .dt-color-options>li:nth-child(7) .dt-color-option {
	background-color: #36272d
}
.dt-customizer .dt-color-options>li:nth-child(7) .dt-color-option:before {
	background-color: #e5281a
}
.dt-customizer .dt-color-options>li:nth-child(8) .dt-color-option {
	background-color: #eda722
}
.dt-customizer .dt-color-options>li:nth-child(8) .dt-color-option:before {
	background-color: #40528c
}
.dt-customizer .dt-color-options>li:nth-child(9) .dt-color-option {
	background-color: #f95738
}
.dt-customizer .dt-color-options>li:nth-child(9) .dt-color-option:before {
	background-color: #0857ad
}
.dt-customizer .dt-color-options>li:nth-child(10) .dt-color-option {
	background-color: #72bef0
}
.dt-customizer .dt-color-options>li:nth-child(10) .dt-color-option:before {
	background-color: #0085c1
}
  .dt-sidebar {
	position: relative;
	width: 210px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	transition: all 0.2s ease
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}

@media (prefers-reduced-motion: reduce) {
.dt-sidebar {
	transition: none
}
}

@media screen and (min-width: 1367px) {
.dt-sidebar {
	width: calc(260px)
}
}
 .dt-sidebar__container {
	width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}
.theme-dark .dt-sidebar .dt-sidebar__container, .theme-semidark .dt-sidebar .dt-sidebar__container {
    padding-right: 5px;
}
.dt-sidebar--fixed .dt-sidebar {
	position: fixed;
	z-index: 1000;
	height: calc(100vh - 0px);
	overflow-y: auto;
}
    /*.dt-sidebar--fixed .dt-sidebar .dt-sidebar__container.overflow-menu {
        overflow-y: auto;
        height:380px;
    }*/
/*.calender-plugin {
    position:relative;
    bottom:0;
}*/
.dt-sidebar--fixed .dt-sidebar + .dt-content-wrapper {
    transition: all 0.2s ease;
    margin-left: 210px;
    background: #f5f7f7;
}

@media (prefers-reduced-motion: reduce) {
.dt-sidebar--fixed .dt-sidebar+.dt-content-wrapper {
	transition: none
}
}

@media screen and (min-width: 1367px) {
.dt-sidebar--fixed .dt-sidebar+.dt-content-wrapper {
	margin-left: calc(260px)
}
}
.dt-side-nav__header {
	position: relative;
	text-transform: capitalize;
	padding: 15px 0 15px 20px;
	line-height: 1.2;
	color: #757575;
	font-size: 1.4rem
}
.dt-side-nav__header:not(:first-child) {
	padding-top: 20px
}
.dt-side-nav__header:not(:first-child):before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background-color: #BDBDBD;
	margin-bottom: 30px
}
.dt-side-nav__text {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	flex: 1;
	-ms-flex: 1;
    font-size:14px;
}

 .dt-side-nav__item ul li{
	color: #512DA8;
	
}
.dt-side-nav>.dt-side-nav__item.selected>a, .dt-side-nav>.dt-side-nav__item.open>a {
	color: #512DA8;
	
}
.dt-side-nav>.dt-side-nav__item>.dt-side-nav__sub-menu {
	display: none
}
.dt-side-nav>.dt-side-nav__item.open>.dt-side-nav__sub-menu {
	display: block;
	    background-image: linear-gradient(180deg, #f9f9f9, #ffffff);
    padding: 5px 0;
}
    .dt-side-nav__link {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	
    padding: 5px 5px 5px 5px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
	color: #444444;
	font-size: 15px;
	transition: all 0.3s ease;
	
}
.dt-side-nav__link .icon, .dt-side-nav__link i {
	margin-right: 5px
}
.dt-side-nav__link:hover    {
	 
	text-decoration: none;  
	background: #f3d6c0;
    /* border-radius: 5px; */
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #000 !important;
}
.dt-side-nav__link:focus {
	text-decoration: none;
    background: #ffe9d8 !important;
    /* border-radius: 5px; */
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #0c780c !important;
}

.dt-side-nav__link:active {
	 
	text-decoration: none;
    background: #fbedd9 !important;
    /* border-radius: 5px; */
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #f39c00 !important;
}



.dt-side-nav__arrow:after {
	content: '\32';
	font-family: 'gaxondrift';
	color: inherit;
	transition: all 100ms ease
}

@media (prefers-reduced-motion: reduce) {
.dt-side-nav__arrow:after {
	transition: none
}
}
.dt-side-nav__item.open .dt-side-nav__arrow:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
 .dt-side-nav__sub-menu .dt-side-nav__link {
	color: #757575;
	padding-left: 20px;
	font-size: 12px;
}
.dt-side-nav__sub-menu .dt-side-nav__link.active {
	background-color: #c5b6eb;
	color: #512DA8;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-right: 28px
}
.dt-side-nav__sub-menu .dt-side-nav__link.active:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.8rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	display: inline-block;
	height: 6px;
	width: 6px;
	background-color: #512DA8
}
.dt-side-nav__sub-menu .dt-side-nav__link:hover, .dt-side-nav__sub-menu .dt-side-nav__link:focus, .dt-side-nav__sub-menu .dt-side-nav__link:active {
	color: #512DA8
}
.dt-sidebar--fixed:not(.dt-header--fixed):not(.theme-semidark):not(.theme-dark) .dt-sidebar {
	box-shadow: 4px 4px 4px rgba(0,0,0,0.05)
}
.dt-sidebar--fixed:not(.dt-header--fixed):not(.theme-semidark):not(.theme-dark) .dt-sidebar__container {
	padding-right: 2rem
}
.dt-sidebar--fixed:not(.dt-header--fixed):not(.theme-semidark):not(.theme-dark) .dt-header {
	box-shadow: none
}
.dt-sidebar--fixed:not(.dt-header--fixed):not(.theme-semidark):not(.theme-dark) .dt-header .dt-brand {
	box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
	border-bottom: 1px solid #ddd
}
.dt-sidebar--fixed:not(.dt-header--fixed):not(.theme-semidark):not(.theme-dark) .dt-header .dt-header__toolbar {
	margin-left: calc(230px);
	margin-right: 20px;
	border-bottom: 1px solid #ddd;
	padding-left: 12px;
	padding-right: 12px
}

@media screen and (min-width: 1367px) {
.dt-sidebar--fixed:not(.dt-header--fixed):not(.theme-semidark):not(.theme-dark) .dt-header .dt-header__toolbar {
	margin-left: calc(280px)
}
}
.dt-sidebar--folded .dt-brand, .dt-sidebar--folded .dt-brand__logo, .dt-sidebar--folded .dt-sidebar, .dt-sidebar--folded .dt-side-nav__text, .dt-sidebar--folded .dt-content-wrapper, .dt-sidebar--folded .dt-header__toolbar {
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s
}

@media (prefers-reduced-motion: reduce) {
.dt-sidebar--folded .dt-brand, .dt-sidebar--folded .dt-brand__logo, .dt-sidebar--folded .dt-sidebar, .dt-sidebar--folded .dt-side-nav__text, .dt-sidebar--folded .dt-content-wrapper, .dt-sidebar--folded .dt-header__toolbar {
	transition: none
}
}
.dt-sidebar--folded .dt-sidebar__container {
	padding-right: 2rem
}
.dt-sidebar--folded:not(.dt-sidebar--expended) .dt-brand, .dt-sidebar--folded:not(.dt-sidebar--expended) .dt-sidebar {
	width: 60px
}
.dt-sidebar--folded:not(.dt-sidebar--expended) .dt-content-wrapper, .dt-sidebar--folded:not(.dt-sidebar--expended) .dt-header__toolbar {
	width: calc(100% - 60px)
}
.dt-sidebar--folded:not(.dt-sidebar--expended) .dt-brand__logo {
	opacity: 0;
	visibility: hidden
}
.dt-sidebar--folded:not(.dt-sidebar--expended) .dt-side-nav__text, .dt-sidebar--folded:not(.dt-sidebar--expended) .dt-side-nav__arrow::after, .dt-sidebar--folded:not(.dt-sidebar--expended) .dt-brand__logo {
	opacity: 0;
	visibility: hidden
}
.dt-sidebar--folded:not(.dt-sidebar--expended) .dt-side-nav__item.open .dt-side-nav__sub-menu {
	display: none !important
}
.dt-sidebar--folded:not(.dt-sidebar--expended) .dt-side-nav__header .dt-side-nav__text {
	display: none
}
.dt-sidebar--folded:not(.dt-sidebar--expended) .dt-side-nav__header:first-child {
	padding: 0
}
.dt-sidebar--folded:not(.dt-sidebar--expended) .dt-side-nav__header:not(:first-child):before {
	margin-bottom: 0
}
.dt-sidebar--folded.dt-sidebar--fixed .dt-content-wrapper, .dt-sidebar--folded.dt-sidebar--fixed .dt-header__toolbar {
	margin-left: 60px;
	width: calc(100% - 60px)
}
.dt-sidebar--folded.dt-sidebar--fixed:not(.dt-header--fixed):not(.theme-semidark):not(.theme-dark) .dt-header .dt-header__toolbar {
	margin-left: 80px
}
.dt-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100% !important;
	z-index: 1501 !important;
	-ms-touch-action: manipulation;
	-webkit-touch-callout: inherit;
	touch-action: manipulation;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	background-color: #fff
}

@media (prefers-reduced-motion: reduce) {
.dt-drawer {
	transition: none
}
}
.dt-drawer.position-left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
	right: auto
}
.dt-drawer.position-right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	left: auto;
	right: 0
}
.dt-drawer.open {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.dt-drawer.open+.dt-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1500;
	background: rgba(0,0,0,0.4);
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s
}

@media (prefers-reduced-motion: reduce) {
.dt-drawer.open+.dt-backdrop {
	transition: none
}
}
.dt-drawer.dt-sidebar {
	width: calc(260px);
	background-color: #fff
}
.dt-drawer.dt-sidebar .dt-sidebar__container {
	padding-right: 2rem
}
.dt-drawer.dt-sidebar .dt-side-nav__link {
	padding-right: 0
}
.dt-drawer.dt-sidebar+.dt-content-wrapper {
	margin-left: 0
}
.dt-footer {
	background-color: #f4f4f4;
	color: #757575;
	padding: 1.2rem 3.2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px;
	max-height: 60px;
	margin-top: auto;
	width: 100%;
}

@media (min-width: 992px) {
.dt-layout--framed {
	background-color: #512DA8;
	padding: 2rem;
	overflow: hidden !important
}
.dt-layout--framed.theme-dark {
	background-color: #f2f2f2
}
.dt-layout--framed.theme-semidark {
	background-color: #2a1758
}
.dt-layout--framed .dt-root {
height:calc(100vh - 2 * 2rem);
min-height:calc(100vh - 2 * 2rem);
	border-radius: .8rem;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	overflow: hidden;
	background-color: #fff
}
.dt-layout--framed .dt-root__inner {
	overflow: auto
}
.dt-layout--framed .dt-header {
	min-height: 72px
}
.dt-layout--framed .dt-header__toolbar {
	background-color: transparent
}
.dt-layout--framed .dt-sidebar {
	border-bottom-left-radius: .8rem
}
.dt-layout--framed.dt-header--fixed .dt-main {
	overflow: auto
}
.dt-layout--framed.dt-header--fixed .dt-header {
width:calc(100% - 2 * 2rem);
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem
}
.dt-layout--framed.dt-sidebar--fixed .dt-sidebar {
height:calc(100vh - (72px + 2 * 2rem))
}
.dt-layout--framed .dt-brand {
	border-top-left-radius: .8rem
}
.dt-layout--framed .dt-header__toolbar {
	border-top-right-radius: .8rem
}
.dt-layout--framed .compose-mail-box, .dt-layout--framed .dt-customizer-toggle {
	position: absolute
}
.dt-layout--framed .dt-drawer {
	position: absolute
}
.dt-layout--framed .dt-drawer.position-right {
	border-top-right-radius: .8rem;
	border-bottom-right-radius: .8rem;
	opacity: 0;
	visibility: hidden
}
.dt-layout--framed .dt-drawer.position-right.open {
	opacity: 1;
	visibility: visible
}
}

@media (min-width: 1300px) {
.dt-layout--boxed {
	max-width: 1280px
}
}

@media (min-width: 1600px) {
.dt-layout--boxed {
	max-width: 1500px
}
}

@media (min-width: 1300px) {
.dt-layout--boxed {
	position: relative;
	background-color: #512DA8;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	overflow: hidden !important
}
.dt-layout--boxed.theme-dark {
	background-color: #f2f2f2
}
.dt-layout--boxed.theme-semidark {
	background-color: #2a1758
}
.dt-layout--boxed .dt-root {
	overflow: hidden;
	background-color: #fff;
	height: 100vh
}
.dt-layout--boxed .dt-root__inner {
	overflow: auto
}
.dt-layout--boxed .dt-header {
	min-height: 72px
}
.dt-layout--boxed.dt-header--fixed .dt-header {
	position: absolute
}
.dt-layout--boxed.dt-header--fixed .dt-main {
	overflow: auto
}
.dt-layout--boxed .compose-mail-box, .dt-layout--boxed .dt-customizer-toggle {
	position: absolute
}
.dt-layout--boxed .dt-drawer {
	position: absolute
}
.dt-layout--boxed .dt-drawer.position-left, .dt-layout--boxed .dt-drawer.position-right {
	opacity: 0;
	visibility: hidden
}
.dt-layout--boxed .dt-drawer.position-left.open, .dt-layout--boxed .dt-drawer.position-right.open {
	opacity: 1;
	visibility: visible
}
}
.dt-module__list-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 4px
}
.dt-module__list-item-content {
	flex: 1;
	-ms-flex: 1 1 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	color: #212121
}
.dt-module__list-item-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px
}

@media (max-width: 575.98px) {
.dt-module__list-item-info .badge-group {
	display: none
}
}
.dt-module__list-item-info>*:not(:last-child) {
	margin-right: 8px
}
.dt-module__list-item:not(:last-child) {
	border-bottom: 1px solid #ddd
}
.dt-module__list:not(:last-child) {
	margin-bottom: 3.8rem
}
.add-comment-box {
	position: relative;
	padding: 2.2rem 3.2rem;
	border-top: 1px solid #ddd
}
.add-comment-box .action-tools {
	top: -20px;
	z-index: 2;
	right: 3.2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.add-comment-box .action-tools *:not(:last-child) {
	margin-right: 15px
}
.add-comment-box textarea {
	height: 4.2rem
}
.user-info-card {
	position: absolute;
	z-index: 1100;
	display: none;
	margin-bottom: 0
}
.user-detail {
	display: -ms-flexbox;
	 
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.user-detail:not(:last-child):not([class*="mb-"]) {
	margin-bottom: 4px
}
.user-detail .user-name, .user-detail .designation {
	display: block
}
.user-detail .user-name {
	font-size: 1.6rem;
	color: #212121
}

@media (max-width: 575.98px) {
.user-detail .user-name {
	font-size: 1.8rem
}
}
.user-detail .designation {
	font-size: 1.4rem;
	color: #757575;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (max-width: 575.98px) {
.user-detail .designation {
	font-size: 1.6rem
}
}
.dt-chat__item {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px
}
.dt-chat__item .dt-avatar {
	margin-right: 12px;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.dt-chat__item .dt-chat__message {
	position: relative;
	padding: 1.8rem 2.6rem;
	margin-bottom: 6px;
	background-color: #3a2078;
	border: 1px solid transparent;
	border-radius: 12px;
	max-width: 320px;
	color: #fff
}
.dt-chat__item .dt-chat__message:last-child {
	border-radius: 12px 12px 12px 0;
	margin-bottom: 0
}
.dt-chat__item .dt-chat__message:last-child:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: -9px;
	z-index: 1;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" style="enable-background:new 0 0 14.9 17.3;"><path fill="%233a2078" d="M9.2,0c0,6.2-3.6,11.7-8.4,15c-0.4,0.3-0.2,0.9,0.3,0.9h8.1"></path><path fill="%233e2280" d="M9.2,16.4H1.1c-0.4,0-0.8-0.3-1-0.7c-0.1-0.4,0-0.9,0.4-1.1C5.3,11.3,8.2,5.8,8.2,0h1c0,6.2-3,11.9-8.1,15.4   l8.1,0V16.4z"></path></svg>') no-repeat;
	width: 9px;
	height: 16px
}
.dt-chat__item.reply {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.dt-chat__item.reply .dt-avatar {
	margin-right: 0;
	margin-left: 12px
}
.dt-chat__item.reply .dt-chat__message {
	background-color: #fff;
	border-color: #ddd;
	color: #757575
}
.dt-chat__item.reply .dt-chat__message:last-child {
	border-radius: 12px 12px 0 12px
}
.dt-chat__item.reply .dt-chat__message:last-child:after {
	left: auto;
	right: -9px;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" style="enable-background:new 0 0 14.9 17.3;"><path fill="%23fff" d="M9.2,0c0,6.2-3.6,11.7-8.4,15c-0.4,0.3-0.2,0.9,0.3,0.9h8.1"></path><path fill="%23ddd" d="M9.2,16.4H1.1c-0.4,0-0.8-0.3-1-0.7c-0.1-0.4,0-0.9,0.4-1.1C5.3,11.3,8.2,5.8,8.2,0h1c0,6.2-3,11.9-8.1,15.4   l8.1,0V16.4z"></path></svg>') no-repeat
}
[direction="rtl"] .dt-chat__item .dt-chat__message:last-child:after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
[direction="rtl"] .dt-chat__item.reply .dt-chat__message:last-child:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
.dt-contacts__container-inner {
	padding-top: 2.4rem;
	padding-bottom: 2.4rem
}
.dt-contacts:not(:last-child) {
	margin-bottom: 2.6rem
}
.dt-contacts .dt-contact:hover, .dt-contacts .dt-contact:focus {
	background-color: #e5def6;
	cursor: pointer
}
.dt-contacts .dt-contact:hover .dt-contact__title, .dt-contacts .dt-contact:focus .dt-contact__title {
	color: #512DA8
}
.theme-dark .dt-contacts .dt-contact:hover, .theme-dark .dt-contacts .dt-contact:focus {
	background-color: rgba(81,45,168,0.2)
}
.dt-contact {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.8rem 2.6rem
}
.dt-contact__heading {
	padding-left: 2.6rem;
	padding-right: 2.6rem;
	margin-bottom: 4px;
	color: #757575
}
.dt-contact__info {
	flex: 1;
	-ms-flex: 1;
	max-width: 100%;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dt-contact .dt-avatar+.dt-contact__info {
	padding-left: 8px
}
.dt-contact__title {
	margin-bottom: 2px;
	font-weight: 500
}
.dt-contact__desc {
	margin-bottom: 0;
	font-size: 1.2rem
}
.contact-modal .modal-header {
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	background-color: #212121;
	padding: 6px 16px
}
.contact-modal .modal-header .close, .contact-modal .modal-header .modal-title {
	color: #fff
}
.contact-modal .modal-header .close {
	font-size: 1.4rem;
	padding: 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
	line-height: inherit
}
.contact-modal .modal-body {
	padding: 20px 15px
}
.contact-modal textarea, .contact-modal input {
	border-radius: 0;
	box-shadow: none;
	border: 0 none;
	padding-left: 0;
	padding-right: 0
}
.contact-modal textarea:focus, .contact-modal input:focus {
	box-shadow: none;
	outline: none
}
.contact-modal input {
	border-bottom: 1px solid #ddd
}
.contact-modal input:focus {
	border-color: #212121
}
.mail-detail-list .dt-module__list-item .dt-module__list-item-content {
	cursor: pointer
}
.mail-detail-list .dt-module__list-item .dt-module__list-item-content br {
	display: none
}
.mail-detail-list .dt-module__list-item.open {
	padding-top: 20px;
	padding-bottom: 20px
}
.mail-detail-list .dt-module__list-item.open .dt-avatar, .mail-detail-list .dt-module__list-item.open .dt-module__list-item-info {
	-ms-flex-item-align: start;
	align-self: flex-start
}
.mail-detail-list .dt-module__list-item.open .dt-module__list-item-content {
	overflow: visible;
	text-overflow: initial;
	white-space: normal;
	cursor: initial
}
.mail-detail-list .dt-module__list-item.open .dt-module__list-item-content br {
	display: inline-block
}
.compose-mail-box {
	width: 55rem;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem;
	position: fixed;
	right: 4rem;
	bottom: 0;
	z-index: 1000;
	display: none
}

@media (max-width: 767.98px) {
.compose-mail-box {
	width: 100%;
	right: 0
}
}
.compose-mail-box__header {
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem;
	background-color: #212121;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6px 16px
}
.compose-mail-box__body {
	background-color: #fff;
	padding: 20px 15px
}
.compose-mail-box textarea, .compose-mail-box input {
	border-radius: 0;
	box-shadow: none;
	border: 0 none;
	padding-left: 0;
	padding-right: 0
}
.compose-mail-box textarea:focus, .compose-mail-box input:focus {
	box-shadow: none;
	outline: none
}
.compose-mail-box input {
	border-bottom: 1px solid #ddd
}
.compose-mail-box input:focus {
	border-color: #212121
}
.compose-mail-box textarea {
	height: 220px;
	resize: none
}

@media (max-width: 767.98px) {
.compose-mail-box textarea {
	height: 180px
}
}
.dt-avatar>img {
	width: 100%
}
.dt-avatar__outline {
	border: 1px solid #ddd
}
.dt-avatar__shadow {
	box-shadow: 0 0 16px 0 rgba(92,92,92,0.12)
}
.dt-avatar-name {
	display: block;
	line-height: 1;
	font-weight: bold;
}
.dt-avatar-name:not(:last-child) {
	margin-bottom: 2px
}
.dt-avatar-name+.meta-date {
	font-size: 12px;
	display: block
}
.dt-avatar-info {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.dt-avatar-status {
	position: relative
}
.dt-avatar-status .dt-avatar+.dot-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid #fff
}
.dt-avatar-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.dt-avatar-wrapper:not(.flex-column) .dt-avatar-status+.dt-avatar-info, .dt-avatar-wrapper:not(.flex-column) .dt-avatar+.dt-avatar-info {
	padding-left: 8px
}
.badge-sm {
	padding: 3px 6px
}
.badge-group .badge+.badge {
	margin-left: 0.6rem
}
.badge-light {
	color: #757575
}
.badge-circle-animate {
	transition: all 150ms ease-in-out;
	font-size: 0;
	border-radius: 50%;
	padding: 0.5rem
}

@media (prefers-reduced-motion: reduce) {
.badge-circle-animate {
	transition: none
}
}
.badge-circle-animate:hover, .badge-circle-animate:focus {
	font-size: 1.2rem;
	border-radius: .4rem
}
.badge-circle-animate.badge-pill:hover, .badge-circle-animate.badge-pill:focus {
	font-size: 1.2rem;
	border-radius: .8rem
}
.badge-top-left, .badge-top-right {
	position: absolute;
	top: 0;
	z-index: 1;
	padding: 0.6rem 1rem
}
.badge-top-left {
	left: 0;
	border-radius: .4rem 0 .8rem 0
}
.badge-top-right {
	right: 0;
	border-radius: 0 .4rem 0 .8rem
}
.blockquote {
	color: #212121
}
.blockquote:not(:last-child) {
	margin-bottom: 5.2rem
}
.blockquote-footer {
	font-size: 1.4rem
}
.btn {
	box-shadow: none
}
.btn:focus, .btn.focus {
	box-shadow: none
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
	box-shadow: none
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
	box-shadow: none
}
.btn-shadow {
	box-shadow: 0 1px 8px -1px rgba(0,0,0,0.2)
}
.btn-shadow:hover, .btn-shadow:focus {
	box-shadow: 0 1px 8px -1px rgba(0,0,0,0.2)
}
.btn-shadow:active {
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.15) !important
}
.btn-rounded {
	border-radius: 50px
}
.btn-default {
	background-color: #fff;
	color: #512DA8
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: #fcfcfc;
	color: #472894
}
.btn-group .btn-default {
	background-color: #fff;
	color: #512DA8
}
.btn-group .btn-default.active {
	background-color: #512DA8;
	color: #fff
}
.btn-xs {
	padding: 4px 8px;
	font-size: 12px
}
.dt-fab-btn {
	padding: 0
}
.compose-btn {
	padding: 0.8rem 2.6rem
}
.dt-card {
	display: block
}
  .dt-card__header {
	 
	/*padding: 20px 20px 10px 20px;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}
.dt-card__header:first-child {
	border-radius: calc(.4rem - 0px) calc(.4rem - 0px) 0 0
}
.dt-card__header .dt-card__tools {
	margin-left: 5px
}
.dt-card__header .dt-card__tools .nav.nav-sm {
	margin-right: -10px
}
.dt-card__header .dt-card__heading {
	flex: 1;
	-ms-flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dt-card__heading .dt-card__title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dt-card__body {
    /*padding: 15px 3.2rem; pravas*/
    padding: 8px 15px 10px;
    display: block
}
.dt-card__body+.dt-card__body, .dt-card__header+.dt-card__body {
	padding-top: 0
}
.dt-card__more {
	display: inline-block;
	font-weight: 400
}
.dt-card__title {
	margin-bottom: 0;
	font-weight: 500;
	text-transform: capitalize;
	color: #212121
}
    .dt-card__title:not([class*="f-"]) {
        font-size: 14px;
        color: #a9430d;
    }

@media (max-width: 575.98px) {
.dt-card__title:not([class*="f-"]) {
	font-size: 1.8rem
}
}
.dt-card__full-height {
	height: calc(100% - 3.2rem);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.dt-card__full-height .card-body, .dt-card__full-height .dt-chart, .dt-card__full-height .dt-chart__body, .dt-card__full-height .dt-card__body {
	flex: 1;
	-ms-flex: 1 1 auto
}
.dt-card__full-height .dt-chart__body:not(:first-child) {
	-ms-flex: initial;
	flex: initial;
	margin-top: auto
}
.dt-card-carousel .card {
	box-shadow: none;
	margin-bottom: 0
}

@media (max-width: 575.98px) {
.header-sm-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.header-sm-inline .dt-card__tools {
	margin-left: 0;
	padding-top: 1rem
}
.header-sm-inline .dt-card__tools .nav.nav-sm {
	margin-left: -10px
}
}
.action-tools {
	position: absolute;
	top: 1.8rem;
	right: 2.4rem
}
.action-tools .dt-checkbox, .action-tools .dropdown {
	display: inline-block
}
.action-tools .dropdown {
	margin-left: 8px
}
  .card {
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	margin: 15px 0;
}
.card .lead {
	font-size: 1.8rem
}
.card .list-group-item {
	padding-left: 3.2rem;
	padding-right: 3.2rem
}
.card .btn+.card-link, .card .btn+.btn:not(.btn-block), .card .card-link+.card-link, .card .card-link+.btn:not(.btn-block) {
	margin-left: 1.6rem
}
.card-image {
	position: relative;
	height: auto
}
.card-image .dt-fab-btn {
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.3);
	position: absolute;
	left: 3.2rem;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}
.card-image .dt-fab-btn.right-side {
	left: auto;
	right: 3.2rem
}
.card-title {
	margin-bottom: 1.6rem;
	font-size: 2rem
}
.card-subtitle {
	margin-top: -.6rem;
	margin-bottom: 1rem;
	color: #999;
	font-size: 1.6rem
}
.card-text:nth-last-of-type(1):not(:last-child) {
	margin-bottom: 2.8rem
}
.card-header {
	padding: 1.6rem 3.2rem
}
 .card-header.card-nav {
	    padding: 0px 0 3.2rem;
}
.card-header-links {
	margin-right: -1.6rem;
	margin-left: -1.6rem;
	margin-bottom: -3.2rem
}
.card-footer {
	font-size: 1.2rem;
	padding: 1.6rem 3.2rem
}

@media (max-width: 575.98px) {
.card-footer {
	font-size: 1.4rem
}
}
.card.horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.card.horizontal .card-image, .card.horizontal .dt-slider {
	width: 28%
}
.card.horizontal .owl-stage-outer, .card.horizontal .owl-carousel, .card.horizontal .owl-stage, .card.horizontal .owl-item {
	height: 100%
}
.card.horizontal .card-stacked {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 28%)
}
.card.horizontal .card-body {
	max-width: 100%
}
.card.horizontal .card-body:not(:last-child) {
	width: calc(100% - 155px)
}
.card.horizontal .card-body:not(:last-child) .card-text {
	margin-right: -80px
}
.card.horizontal .card-footer {
	width: 155px
}
.card.horizontal img {
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: calc(.4rem - 0px);
	border-bottom-left-radius: calc(.4rem - 0px)
}
.card.horizontal img:not([class*="size-"]) {
	min-height: 100%;
	max-height: 100%
}
.card.horizontal .card-text:nth-last-of-type(1):not(:last-child) {
	margin-bottom: 1.2rem
}
.card.horizontal .card-footer {
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	padding-left: 0;
	background-color: transparent
}

@media (max-width: 575.98px) {
.card.horizontal {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.card.horizontal .card-image, .card.horizontal .dt-slider {
	width: 100%
}
.card.horizontal .owl-stage-outer, .card.horizontal .owl-carousel, .card.horizontal .owl-stage, .card.horizontal .owl-item {
	height: auto
}
.card.horizontal .card-stacked {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	width: 100%
}
.card.horizontal .card-body {
	max-width: 100%
}
.card.horizontal .card-body:not(:last-child) {
	width: 100%
}
.card.horizontal .card-body:not(:last-child) .card-text {
	margin-right: 0
}
.card.horizontal .card-footer {
	width: 100%
}
.card.horizontal img {
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: calc(.4rem - 0px);
	border-bottom-left-radius: calc(.4rem - 0px)
}
.card.horizontal img:not([class*="size-"]) {
	min-height: 100%;
	max-height: 100%
}
.card.horizontal .card-text:nth-last-of-type(1):not(:last-child) {
	margin-bottom: 1.2rem
}
.card.horizontal .card-footer {
	padding-top: 0;
	padding-bottom: 3.2rem;
	padding-left: 3.2rem
}
}
.dt-intro-card {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden
}
.dt-intro-card .card-image, .dt-intro-card .dt-slider {
	width: 85px
}
.dt-intro-card .card-stacked {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 85px)
}
.dt-intro-card .card-body {
	max-width: 100%
}
.dt-intro-card img {
	-o-object-fit: cover;
	object-fit: cover;
	min-height: 100%;
	max-height: 100%;
	width: 100%;
	border-top-left-radius: .4rem;
	border-bottom-left-radius: .4rem
}
.dt-intro-card .action-area {
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.dt-showcase-card {
	box-shadow: none;
	background-color: #f4f4f4
}
.dt-showcase-card:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 18rem;
	background-color: transparent;
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem;
	transition: all 0.2s ease
}

@media (prefers-reduced-motion: reduce) {
.dt-showcase-card:before {
	transition: none
}
}

@media (min-width: 1200px) {
.dt-showcase-card:before {
	height: 22rem
}
}
.dt-showcase-card .dt-card__title {
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize
}

@media (min-width: 1200px) {
.dt-showcase-card .dt-card__title {
	font-size: 2.6rem
}
}
.dt-showcase-card .dt-card__more, .dt-showcase-card .dt-card__more+i, .dt-showcase-card .dt-card__more+.icon {
	color: #212121
}
.dt-showcase-card .dt-card__header, .dt-showcase-card .dt-card__body {
	position: relative;
	z-index: 2
}

@media (min-width: 576px) {
.dt-showcase-card .dt-card__header {
	margin-bottom: 4.48rem;
	padding: 5.44rem 4.8rem 0
}
}

@media (min-width: 576px) {
.dt-showcase-card .dt-card__body {
	padding-left: 4.8rem;
	padding-right: 4.8rem
}
}
.dt-showcase-card .layout-container {
	transition: all 0.4s ease;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	border-radius: .4rem;
	overflow: hidden
}

@media (prefers-reduced-motion: reduce) {
.dt-showcase-card .layout-container {
	transition: none
}
}
.dt-showcase-card:hover:before, .dt-showcase-card:focus:before {
	background-color: #474b55
}
.dt-showcase-card:hover .dt-card__more, .dt-showcase-card:hover .dt-card__more+i, .dt-showcase-card:hover .dt-card__more+.icon, .dt-showcase-card:hover .dt-card__title, .dt-showcase-card:focus .dt-card__more, .dt-showcase-card:focus .dt-card__more+i, .dt-showcase-card:focus .dt-card__more+.icon, .dt-showcase-card:focus .dt-card__title {
	color: #fff
}
.dt-showcase-card:hover .layout-container, .dt-showcase-card:focus .layout-container {
	box-shadow: 0 12px 35px 0 rgba(0,0,0,0.23);
	border-radius: .8rem
}
.dt-contact-card {
	position: relative
}
.dt-contact-card .dt-contact-info-short {
	padding: 1.2rem 1.2rem;
	transition: all 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
.dt-contact-card .dt-contact-info-short {
	transition: none
}
}
.dt-contact-card .dt-contact-info-short:hover {
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	border-radius: .4rem
}
.dt-social-card {
	position: relative;
	overflow: hidden;
	transition: all 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
.dt-social-card {
	transition: none
}
}
.dt-social-card:hover {
	box-shadow: 0 14px 17px 0 rgba(0,0,0,0.12)
}
.dt-social-card .dt-card__body {
	padding-left: 7.5rem;
	padding-right: 1rem
}
.dt-social-card .dt-social__circle {
	transition: all 0.2s ease-in-out;
	width: 14rem;
	height: 14rem;
	border-radius: 50%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	top: 50%;
	left: -7.5rem;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 1rem
}

@media (prefers-reduced-motion: reduce) {
.dt-social-card .dt-social__circle {
	transition: none
}
}
.dt-social-card.animate-slide .dt-social__circle {
	left: -12rem
}
.dt-social-card.animate-slide .dt-social__circle i, .dt-social-card.animate-slide .dt-social__circle .icon {
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(130%);
	transform: translateX(130%)
}

@media (prefers-reduced-motion: reduce) {
.dt-social-card.animate-slide .dt-social__circle i, .dt-social-card.animate-slide .dt-social__circle .icon {
	transition: none
}
}
.dt-social-card.animate-slide:hover .dt-social__circle, .dt-social-card.animate-slide:focus .dt-social__circle {
	left: -7.5rem
}
.dt-social-card.animate-slide:hover .dt-social__circle i, .dt-social-card.animate-slide:hover .dt-social__circle .icon, .dt-social-card.animate-slide:focus .dt-social__circle i, .dt-social-card.animate-slide:focus .dt-social__circle .icon {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	color: #fff !important
}
.dt-card-performance .dt-card__header {
	margin-bottom: 0;
	padding-bottom: 4.8rem
}
.dt-card-performance .dt-card__body {
	position: relative;
	padding-top: 4.8rem
}
.dt-card-performance .user-avatar {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.dt-chart {
	position: relative
}
.dt-chart__header {
	padding: 2.8rem 3.2rem
}
.dt-chart__header:not(:last-child) {
	padding-bottom: 0
}
 .dt-chart__body {
	position: relative;
	text-align:right;
}
.dt-chart__overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	padding: 15px 20px;
	overflow: hidden
}
.dt-chart__overlay .close-btn, .dt-chart__overlay .action-btn {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease
}

@media (prefers-reduced-motion: reduce) {
.dt-chart__overlay .close-btn, .dt-chart__overlay .action-btn {
	transition: none
}
}
.dt-chart__overlay .action-btn {
	bottom: 15px;
	right: 20px
}
.dt-chart__overlay .close-btn {
	top: 10px;
	right: 20px
}
.dt-chart__overlay:hover .action-btn {
	visibility: visible;
	opacity: 1
}
.dt-chart.dt-chart__reveal .content-area, .dt-chart.dt-chart__reveal .action-btn {
	opacity: 0;
	visibility: hidden
}
.dt-chart.dt-chart__reveal .close-btn {
	opacity: 1;
	visibility: visible
}
.dt-chart.dt-chart__reveal .dt-chart__overlay {
	background-color: rgba(0,0,0,0.1)
}
.dt-chart__header .style-default {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.dt-chart__header .style-default .number {
	display: block;
	margin-bottom: 0;
	margin-right: 8px;
	color: #212121
}
.dt-chart__header .style-default p {
	font-size: 12px;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}
.dt-chart__header .style-default p:last-child {
	margin-bottom: 0
}
.dt-chart__header .style-default .trending-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.dt-chart__header .style-default .trending-section .value {
	display: block;
	margin-bottom: 0;
	margin-right: 3px;
	color: inherit;
	font-size: 2rem
}
.dt-chart__header .style-default.style-crypto .number {
	font-size: 2.4rem;
	font-weight: 500
}
.dt-chart__header .style-default.style-crypto .value {
	font-size: 1.4rem;
	font-weight: 500
}
.dt-chart__header.vertical-view .style-default {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.dt-chart__header.vertical-view .style-default .number {
	font-size: 3rem
}
.dt-chart__header.vertical-view .style-default .value {
	font-size: 3rem;
	font-weight: 500
}
.dt-chart__header.vertical-view .style-default p {
	font-size: 1.4rem
}
.trending-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.trending-section .value {
	display: block;
	margin-bottom: 0;
	color: inherit
}
.trending-section .value:not(:last-child) {
	margin-right: 3px
}
.dt-slider {
	position: relative
}
.dt-slider__header {
	padding: 10px 20px 2px;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%
}
.dt-slider__header .dt-checkbox-icon {
	float: right
}
.dt-slider__header .dt-checkbox-icon .dt-checkbox-content {
	background: rgba(0,0,0,0.4);
	width: 30px;
	height: 30px;
	cursor: pointer
}
.card .dt-slider {
	position: relative
}
.card .dt-slider .owl-dots {
	position: absolute;
	bottom: 0;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%
}
.dt-card-carousel .owl-dots {
	padding-left: 3.2rem;
	padding-right: 3.2rem;
	position: absolute;
	bottom: 1.4rem;
	width: 100%
}
.dt-card-carousel .card-body {
	padding-bottom: 4.8rem
}
.dt-card-carousel img.dt-fab-btn {
	width: inherit
}
.dt-card-carousel.carousel-dot-top .card-body {
	padding-bottom: 3.2rem;
	padding-top: 4.8rem
}
.dt-card-carousel.carousel-dot-top .owl-dots {
	bottom: auto;
	top: 1.4rem;
	margin-top: 0 !important
}
.dt-card-carousel .carousel-thumb {
	height: 100%
}
.dt-card-carousel .carousel-thumb img {
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.dt-card-carousel .carousel-thumb.object-none img {
	-o-object-fit: none;
	object-fit: none
}
.ct-grid {
	stroke: #f1f1f1
}
.ct-label {
	font-family: "NoirPro", sans-serif;
	font-weight: 500;
	font-size: 1rem
}
.theme-dark .ct-label {
	color: #757575
}
.stroke-w-1 .ct-line {
	stroke-width: 1px
}
.stroke-w-2 .ct-line {
	stroke-width: 2px
}
.stroke-w-3 .ct-line {
	stroke-width: 3px
}
.stroke-dasharray-0 .ct-grid {
	stroke-dasharray: 0
}
.stroke-dasharray-1 .ct-grid {
	stroke-dasharray: 1px
}
.stroke-dasharray-2 .ct-grid {
	stroke-dasharray: 2px
}
.stroke-dasharray-3 .ct-grid {
	stroke-dasharray: 3px
}
.stroke-dasharray-4 .ct-grid {
	stroke-dasharray: 4px
}
.stroke-dasharray-5 .ct-grid {
	stroke-dasharray: 5px
}
.fill-opacity-0 .ct-area {
	fill-opacity: 0
}
.fill-opacity-0_1 .ct-area {
	fill-opacity: 0.1
}
.fill-opacity-0_2 .ct-area {
	fill-opacity: 0.2
}
.fill-opacity-0_3 .ct-area {
	fill-opacity: 0.3
}
.fill-opacity-0_4 .ct-area {
	fill-opacity: 0.4
}
.fill-opacity-0_5 .ct-area {
	fill-opacity: 0.5
}
.fill-opacity-0_6 .ct-area {
	fill-opacity: 0.6
}
.fill-opacity-0_7 .ct-area {
	fill-opacity: 0.7
}
.fill-opacity-0_8 .ct-area {
	fill-opacity: 0.8
}
.fill-opacity-0_9 .ct-area {
	fill-opacity: 0.9
}
.fill-opacity-1 .ct-area {
	fill-opacity: 1
}
.drop-shadow {
	-webkit-filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
	filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3))
}
.stroke-primary .ct-series-a .ct-line {
	stroke: #512DA8
}
.stroke-secondary .ct-series-a .ct-line {
	stroke: #FF4081
}
.stroke-success .ct-series-a .ct-line {
	stroke: #52c41a
}
.stroke-danger .ct-series-a .ct-line {
	stroke: #f44336
}
.stroke-warning .ct-series-a .ct-line {
	stroke: #fa8c16
}
.stroke-info .ct-series-a .ct-line {
	stroke: #1890ff
}
.ct-line-chart .ct-series-a .ct-line {
	stroke: #512DA8
}
.ct-line-chart .ct-series-a .ct-area {
	fill: url(#gradient2) !important
}
.ct-line-chart .ct-series-b .ct-line {
	stroke: #FF4081
}
.ct-line-chart .ct-series-b .ct-area {
	fill: url(#gradient3) !important
}
.chart-area-work .ct-series-a .ct-line {
	stroke: #512DA8
}
.chart-area-work .ct-series-a .ct-area {
	fill: url(#ws-gradient3) !important
}
.chart-area-balance .ct-series-a .ct-line {
	stroke: #FF4081
}
.chart-area-balance .ct-series-a .ct-area {
	fill: url(#gradient3) !important
}
.chart-area-balance .ct-label {
	padding-top: 5px;
	border-top: 1px solid #ddd;
	font-weight: 400;
	font-size: 1.4rem
}
.chart-area-balance .ct-label.ct-horizontal.ct-end {
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}
.user-bg-card {
	position: relative;
	display: block;
	min-width: 132px;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.user-bg-card:before {
	content: "";
	display: block;
	padding-top: 68%
}
.user-bg-card-sm {
	min-width: 88px
}
.user-bg-card .dt-status {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	border: 1px solid #fff
}
.user-bg-card .user-bg-card__info {
	content: '';
	display: block;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 10px;
	color: #fff
}
.user-bg-card .user-bg-card__info .dt-avatar-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.campaigns-widget .dt-widget {
	margin-left: -1.6rem;
	margin-right: -1.6rem
}
.campaigns-widget .dt-widget__item {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 10px 1.6rem;
	border-radius: .4rem
}

@media screen and (max-width: 450px) {
.campaigns-widget {
	font-size: 12px
}
.campaigns-widget .dt-widget__title {
	font-size: 12px
}
}
.real-time-widget {
	position: relative;
	background-image: linear-gradient(to bottom, rgba(81,45,168,0.65) 0%, #512da8 100%);
	background-repeat: repeat-x
}
.real-time-widget .chart-fluid {
	position: relative;
	margin-bottom: -3.2rem;
	margin-left: -3.2rem;
	margin-right: -3.2rem
}
.dt-indicator-item:not(:last-child) {
	margin-bottom: 10px
}
.dt-indicator-item__bar {
	height: 4px;
	border-radius: .2rem;
	width: 100%;
	background-color: #e9ecef
}
.dt-indicator-item__fill {
	min-height: 4px;
	height: 100%;
	border-radius: .2rem;
	width: 0
}
.dt-indicator-item__fill.fill-pointer {
	position: relative
}
.dt-indicator-item__fill.fill-pointer:after {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: inherit
}
.dt-indicator-item__info {
	display: -ms-flexbox;
	display: flex
}
.dt-indicator-item__info:not(.flex-column) {
	-ms-flex-align: center;
	align-items: center
}
.dt-indicator-item__count {
	font-size: 1.2rem
}
.dt-indicator-half {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px
}
.dt-indicator-half-item {
	width: 50%;
	padding: 0 12px
}
.dt-indicator-title {
	margin-bottom: 2px;
	color: #212121
}
.dt-indicator-title:not([class*="f-"]) {
	font-size: 1.4rem
}

@media (max-width: 575.98px) {
.dt-indicator-title:not([class*="f-"]) {
	font-size: 1.6rem
}
}
.dt-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px
}
.dt-list-xs {
	margin-left: -0.5px;
	margin-right: -0.5px
}
.dt-list-xs>.dt-list__item {
	padding-left: 0.5px;
	padding-right: 0.5px;
	margin-bottom: 1px
}
.dt-list-sm {
	margin-left: -3px;
	margin-right: -3px
}
.dt-list-sm>.dt-list__item {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px
}
.dt-list-xl {
	margin-left: -12px;
	margin-right: -12px
}
.dt-list-xl>.dt-list__item {
	padding-left: 12px;
	padding-right: 12px
}
.dt-list-xxl {
	margin-left: -20px;
	margin-right: -20px
}
.dt-list-xxl>.dt-list__item {
	padding-left: 20px;
	padding-right: 20px
}
.dt-list__item {
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 14px
}
.dt-list-bordered .dt-list__item:not(:last-child) {
	border-right: 1px solid #ddd
}
.dt-list-col-6 .dt-list__item {
	width: 50%
}
.dt-list-col-6 .dt-list__item:nth-last-of-type(1), .dt-list-col-6 .dt-list__item:nth-last-of-type(2) {
	margin-bottom: 0
}
.dt-list-col-4 .dt-list__item {
	width: 33.333%
}
.dt-list-col-4 .dt-list__item:nth-last-of-type(1), .dt-list-col-4 .dt-list__item:nth-last-of-type(2), .dt-list-col-4 .dt-list__item:nth-last-of-type(3) {
	margin-bottom: 0
}
.dt-list-cm-0 .dt-list__item {
	margin-bottom: 0
}
.dt-list-square {
	list-style-type: square
}
.dt-list.flex-column .dt-list__item:last-child {
	margin-bottom: 0
}
.dt-list-stack {
	position: relative;
	margin-left: 0;
	margin-right: 0
}
.dt-list-stack>.dt-list__item {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0
}
.dt-list-stack>li:nth-child(1) {
	z-index: 1
}
.dt-list-stack>li:nth-child(2) {
	z-index: 2
}
.dt-list-stack>li:nth-child(3) {
	z-index: 3
}
.dt-list-stack>li:nth-child(4) {
	z-index: 4
}
.dt-list-stack>li:nth-child(5) {
	z-index: 5
}
.dt-list-stack>li:nth-child(6) {
	z-index: 6
}
.dt-list-stack>li:nth-child(7) {
	z-index: 7
}
.dt-list-stack>li:nth-child(8) {
	z-index: 8
}
.dt-list-stack>li:nth-child(9) {
	z-index: 9
}
.dt-list-stack>li:nth-child(10) {
	z-index: 10
}
.dt-list-stack>li:nth-child(11) {
	z-index: 11
}
.dt-list-stack>li:nth-child(12) {
	z-index: 12
}
.dt-list-stack>li:nth-child(13) {
	z-index: 13
}
.dt-list-stack>li:nth-child(14) {
	z-index: 14
}
.dt-list-stack>li:nth-child(15) {
	z-index: 15
}
.dt-list-stack>li:nth-child(16) {
	z-index: 16
}
.dt-list-stack>li:nth-child(17) {
	z-index: 17
}
.dt-list-stack>li:nth-child(18) {
	z-index: 18
}
.dt-list-stack>li:nth-child(19) {
	z-index: 19
}
.dt-list-stack>li:nth-child(20) {
	z-index: 20
}
.dt-team-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px
}
.dt-team-list li {
	padding-left: 5px;
	padding-right: 5px
}
.dt-team-list-sm {
	margin-left: -3px;
	margin-right: -3px
}
.dt-team-list-sm li {
	padding-left: 3px;
	padding-right: 3px
}
.dt-friend-list>.dt-list__item, .dt-friend-list>li {
	width: 33.333%
}
.dt-friend-list .user-bg-card {
	margin-bottom: 0;
	min-width: auto;
	width: 100%
}
.invoice-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1rem;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.invoice-list__item {
	padding: 0 1rem;
	text-align: center
}
.invoice-list__number {
	font-size: 2.2rem;
	margin-bottom: 4px;
	color: #212121;
	display: block
}
.invoice-list__label {
	display: inline-block;
	line-height: 1;
	font-size: 1.4rem;
	color: #999
}

@media (max-width: 575.98px) {
.invoice-list__label {
	font-size: 1.6rem
}
}
.invoice-list__item {
	position: relative;
	cursor: pointer
}
.invoice-list__item .dot-shape {
	margin-right: 4px;
	transition: all 120ms ease
}

@media (prefers-reduced-motion: reduce) {
.invoice-list__item .dot-shape {
	transition: none
}
}
.invoice-list__item:hover .dot-shape, .invoice-list__item:focus .dot-shape {
	-webkit-transform: scale(1.4);
	transform: scale(1.4)
}
.invoice-list__item .custom-tooltip {
	transition: all 0.5s ease;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden
}

@media (prefers-reduced-motion: reduce) {
.invoice-list__item .custom-tooltip {
	transition: none
}
}
.invoice-list__item:hover .custom-tooltip, .invoice-list__item:focus .custom-tooltip {
	position: absolute;
	top: -120%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: visible;
	opacity: 1
}
.media-list .media:not(:last-child) {
	margin-bottom: 3rem
}
.media-list .media.media-news>img {
	width: 250px
}

@media (max-width: 767.98px) {
.media-list .media.media-news>img {
	width: 200px
}
}

@media (max-width: 575.98px) {
.media-list .media.media-news>img {
	width: 100%;
	margin-bottom: 2.4rem
}
}

@media (max-width: 575.98px) {
.media-list .media.media-news {
	-ms-flex-direction: column;
	flex-direction: column
}
}
.media-separator .media:not(:last-child) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 3.2rem;
	margin-bottom: 3.2rem
}
.dt-widget-sm .dt-widget__item {
	padding-top: 8px;
	padding-bottom: 8px
}
.dt-widget-xl .dt-widget__item {
	padding-top: 20px;
	padding-bottom: 20px
}
.dt-widget+.dt-widget {
	margin-top: 18px
}
.dt-widget+.dt-widget-link, .dt-widget__item+.dt-widget-link {
	margin-top: 10px;
	font-size: 12px;
	padding-left: 3.2rem;
	padding-right: 3.2rem
}
.dt-widget .dt-widget__heading {
	display: block;
	padding-left: 3.2rem;
	padding-right: 3.2rem;
	margin-bottom: 4px;
	color: #999
}
.dt-widget__item {
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	-ms-flex: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 1.4rem 3.2rem 1.5rem
}
.dt-widget__item .dt-widget__info {
	flex: 1;
	-ms-flex: 1;
	-ms-flex-item-align: center;
	align-self: center
}
.dt-widget__item .dt-widget__info:not(:last-child) {
	padding-right: 1.6rem
}
.dt-widget__item .dt-widget__img+.dt-widget__info {
	padding-left: 1.6rem
}

@media (max-width: 575.98px) {
.dt-widget__item .dt-widget__img+.dt-widget__info {
	padding-left: 1.4rem
}
}
.dt-widget__title {
	display: block;
	color: #212121;
	margin-bottom: 4px
}
.dt-widget__title>a {
	color: inherit
}
.dt-widget__title:not([class*="f-"]) {
	font-size: 1.4rem
}

@media (max-width: 575.98px) {
.dt-widget__title:not([class*="f-"]) {
	font-size: 1.7rem
}
}
.dt-widget__title:last-child {
	margin-bottom: 0
}
.dt-widget__subtitle {
	font-size: 1.3rem;
	margin-bottom: 0
}

@media (max-width: 575.98px) {
.dt-widget__subtitle {
	font-size: 1.5rem
}
}
.dt-widget-hl-item .dt-widget__item {
	position: relative
}
.dt-widget-hl-item .dt-widget__item:before {
	content: '';
	width: 0.7rem;
	height: 100%;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: .6rem
}
.dt-widget-hl-item .dt-widget__item.border-primary:before {
	background-color: #512DA8
}
.dt-widget-hl-item .dt-widget__item.border-secondary:before {
	background-color: #FF4081
}
.dt-widget-hl-item .dt-widget__item.border-danger:before {
	background-color: #f44336
}
.dt-widget-hl-item .dt-widget__item.border-success:before {
	background-color: #52c41a
}
.dt-widget-hl-item .dt-widget__item.border-info:before {
	background-color: #1890ff
}
.dt-widget-hl-item .dt-widget__item.border-warning:before {
	background-color: #fa8c16
}
.dt-widget-hl-item .dt-widget__item.border-dark:before {
	background-color: #212121
}
.dt-widget-hl-item .dt-widget__item.border-light:before {
	background-color: #e5e5e5
}
.dt-widget-hl-item-space .dt-widget__item {
	padding-left: 5.6rem
}
.dt-widget-hl-item-space .dt-widget__item:before {
	left: 3.2rem
}
.dt-widget-mb-item .dt-widget__item:not(:last-child) {
	margin-bottom: 2rem
}
.dt-task {
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}
.dt-task .dt-task__number {
	display: none
}

@media (min-width: 576px) {
.dt-task {
	min-width: 135px
}
.dt-task .dt-task__number {
	display: block;
	font-size: 1.2rem;
	transition: all 0.4s ease;
	margin-right: -1.4rem
}
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
.dt-task .dt-task__number {
	transition: none
}
}

@media (min-width: 576px) {
.dt-task .dt-task__redirect {
	transition: all 0.4s ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
.dt-task .dt-task__redirect {
	transition: none
}
}

@media (min-width: 576px) {
.dt-widget-hover .dt-widget__item:hover .dt-task .dt-task__number {
	color: #512DA8;
	margin-right: 6rem
}
.dt-widget-hover .dt-widget__item:hover .dt-task .dt-task__redirect {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
}
.dt-widget-hover-bg .dt-widget__item:hover {
	background-color: rgba(81,45,168,0.06)
}

@media (min-width: 576px) {
.dt-widget-hover-bg .dt-widget__item:hover .dt-task .dt-task__number {
	color: #512DA8;
	margin-right: 6rem
}
.dt-widget-hover-bg .dt-widget__item:hover .dt-task .dt-task__redirect {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
}
.theme-dark .dt-widget-hover-bg .dt-widget__item:hover {
	background-color: rgba(81,45,168,0.2)
}
.dt-widget-separator .dt-widget__item:not(:last-child) {
	border-bottom: 1px solid #ddd
}
.dropleft .dropdown-toggle:before, .dropright .dropdown-toggle:after, .dropup .dropdown-toggle:after, .dropdown-toggle:after {
	border: 0 none;
	font-size: 1.8rem;
	font-family: 'gaxondrift';
	line-height: 0.7;
	width: auto;
	height: auto;
	vertical-align: middle
}
.dropleft .dropdown-toggle:before {
	content: '\31'
}
.dropright .dropdown-toggle:after {
	content: '\32'
}
.dropup .dropdown-toggle:after {
	content: '\33'
}
.dropdown-toggle:after {
	content: '\30'
}
.dropdown-toggle.dropdown-toggle-split:after {
	margin-left: 0
}
.dropdown-toggle.no-arrow:after {
	content: none
}
.static-dropdown-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.static-dropdown-menu>.dropdown-menu {
	position: static;
	display: inline-block;
	float: none
}

@media (max-width: 575.98px) {
.static-dropdown-menu {
	-ms-flex-direction: column;
	flex-direction: column
}
}
.dropdown-item.disabled, .dropdown-item:disabled {
	pointer-events: none
}

@media (max-width: 575.98px) {
.dropdown-menu {
	font-size: 1.6rem
}
}
.dropdown-menu-media {
	padding: 0
}
.dropdown-menu-header, .dropdown-menu-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.5rem 1.8rem
}
.dropdown-menu-header {
	box-shadow: 0 2px 2px 0 rgba(117,117,117,0.05)
}
.dropdown-menu-header .title {
	font-size: 15px;
	margin-bottom: 0
}
.dropdown-menu-body {
	padding: 1.5rem 1.8rem
}
.dropdown-menu-footer {
	box-shadow: 0 -2px 2px 0 rgba(117,117,117,0.05)
}
.dropzone {
	border-style: dashed;
	border-radius: .6rem;
	min-height: 350px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent
}
.dropzone .dz-message {
	font-size: 2.2rem
}

@media (max-width: 1199.98px) {
.dropzone .dz-message {
	font-size: 1.6rem
}
}

@media (max-width: 1199.98px) {
.dropzone {
	min-height: 300px
}
}

@media (max-width: 767.98px) {
.dropzone {
	min-height: 200px
}
}

@media (max-width: 575.98px) {
.dropzone {
	min-height: 140px
}
}
.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px
}
.form-row>.col, .form-row>[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px
}
.form-control {
	font-weight: 300
}
.form-control-transparent {
	background-color: transparent;
	color: #fff
}
.form-control-transparent::-moz-placeholder, .form-control-transparent::-moz-placeholder {
color:#fff
}
.form-control-transparent::placeholder, .form-control-transparent::-moz-placeholder {
color:#fff
}
.form-control-transparent:focus {
	color: #757575
}
.form-control-transparent:focus::-moz-placeholder, .form-control-transparent:focus::-moz-placeholder {
color:#bdbdbd
}
.form-control-transparent:focus::placeholder, .form-control-transparent:focus::-moz-placeholder {
color:#bdbdbd
}
.custom-select {
	-webkit-appearance: none;
	-moz-appearance: none
}
.search-box {
	position: relative;
	max-width: 400px;
	width: 100%
}
.search-box input[type="search"] {
	padding-left: 40px
}
.search-box .search-icon {
	color: #757575;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 50%;
	z-index: 4;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.search-box button.search-icon {
	background-color: transparent;
	border: 0 none;
	padding: 0
}
.search-box button.search-icon:focus, .search-box button.search-icon:active {
	outline: 0
}
.dt-header .search-box .form-control {
	box-shadow: none;
	border-color: #f2f2f2
}
.dt-header .search-box .form-control::-moz-placeholder, .dt-header .search-box .form-control::-moz-placeholder {
color:#757575
}
.dt-header .search-box .form-control::placeholder, .dt-header .search-box .form-control::-moz-placeholder {
color:#757575
}

@media (max-width: 1199.98px) {
.dt-header .search-box {
	max-width: 270px
}
.dt-header .search-box .btn {
	padding-left: 5px;
	padding-right: 5px
}
}

@media (max-width: 575.98px) {
.dt-header .search-box {
	max-width: 200px
}
}
.search-box.right-side-icon input[type="search"] {
	padding-left: 1.7rem;
	padding-right: 40px
}
.search-box.right-side-icon .search-icon {
	left: auto;
	right: 15px
}
.switch-double .switch {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.switch-double .switch .slider {
	margin-left: 10px;
	margin-right: 10px
}
.switch {
	position: relative;
	cursor: pointer;
	margin-bottom: 0
}
.switch input {
	display: none
}
.switch input:checked+.slider {
	background-color: #512DA8
}
.switch input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	transform: translateX(26px)
}
.switch input:focus+.slider {
	box-shadow: 0 0 1px #512DA8
}
.slider {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	cursor: pointer;
	background-color: #ced4da;
	border-radius: 50px;
	transition: all 0.2s ease
}

@media (prefers-reduced-motion: reduce) {
.slider {
	transition: none
}
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.2s ease
}

@media (prefers-reduced-motion: reduce) {
.slider:before {
	transition: none
}
}
.switch-sm .slider {
	width: 35px;
	height: 18px
}
.switch-sm .slider:before {
	width: 14px;
	height: 14px
}
.switch-sm input:checked+.slider:before {
	-webkit-transform: translateX(17px);
	transform: translateX(17px)
}
.dt-checkbox {
	position: relative;
	padding-left: 2.5rem;
	display: inline-block
}
.dt-checkbox input[type="checkbox"] {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	margin-left: -2rem;
	opacity: 0
}
.dt-checkbox-content {
	position: relative;
	display: inline-block;
	padding-left: 8px;
	margin-bottom: 0;
	line-height: 1.3
}
.dt-checkbox-content:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 2rem;
	height: 2rem;
	left: 0;
	top: 0;
	margin-left: -2rem;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: .4rem;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
.dt-checkbox-content:before {
	transition: none
}
}
.dt-checkbox-content:after {
	position: absolute;
	display: inline-block;
	font-size: 1.2rem;
	left: 0.35rem;
	top: 0.25rem;
	margin-left: -2rem;
	cursor: pointer
}
.dt-checkbox-circle .dt-checkbox-content:before {
	border-radius: 50%
}
.dt-checkbox-todo {
	display: block
}
.dt-checkbox-todo .dt-checkbox-content:before {
	border-radius: 50%
}
.dt-checkbox-todo .dt-checkbox-content:after {
	content: '\5a';
	font-family: 'gaxondrift';
	left: 0.4rem;
	top: 0.4rem;
	font-size: 1rem
}

@media (max-width: 575.98px) {
.dt-checkbox-todo .dt-checkbox-content:after {
	top: 0.3rem;
	font-size: 1.2rem
}
}
.dt-checkbox-todo input[type="checkbox"]:checked ~ .dt-checkbox-content {
	text-decoration: line-through;
	color: #999
}
.dt-checkbox-todo input[type="checkbox"]:checked ~ .dt-checkbox-content:before {
	border-color: #52c41a
}
.dt-checkbox-todo input[type="checkbox"]:checked ~ .dt-checkbox-content:after {
	color: #52c41a
}
.dt-checkbox input[type="checkbox"]:focus ~ .dt-checkbox-content:before {
	outline: 0 none
}
.dt-checkbox input[type="checkbox"]:checked ~ .dt-checkbox-content:after {
	content: '\5a';
	font-family: 'gaxondrift'
}
.dt-checkbox-icon .dt-checkbox-content {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -8px
}
.dt-checkbox-icon .dt-checkbox-content:before, .dt-checkbox-icon .dt-checkbox-content:after {
	content: none
}
.dt-checkbox-icon .dt-checkbox-content .checked, .dt-checkbox-icon .dt-checkbox-content .unchecked {
	font-size: 1.8rem;
	display: inline-block
}
.dt-checkbox-icon .dt-checkbox-content .checked {
	display: none
}
.dt-checkbox-icon input[type="checkbox"]:checked ~ .dt-checkbox-content:before, .dt-checkbox-icon input[type="checkbox"]:checked ~ .dt-checkbox-content:after {
	content: none
}
.dt-checkbox-icon input[type="checkbox"]:checked ~ .dt-checkbox-content .unchecked {
	display: none
}
.dt-checkbox-icon input[type="checkbox"]:checked ~ .dt-checkbox-content .checked {
	display: inline-block
}
.dt-checkbox-only {
	padding-left: 0
}
.dt-checkbox-only input[type="checkbox"] {
	margin-left: 0;
	position: absolute;
	height: 100%;
	width: 100%
}
.dt-checkbox-only .dt-checkbox-content {
	position: relative;
	padding-left: 0;
	margin-left: 0;
	cursor: pointer
}
.dt-attachment-btn {
	position: relative;
	border: 1px solid #ddd;
	background-color: #fff
}
.dt-attachment-btn input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	cursor: pointer
}
.flag-icon-lg {
	font-size: 1.8rem
}
.flag-icon-xl {
	font-size: 2.5rem
}
.flag-icon-rounded {
	border-radius: .2rem
}
.flag-icon-circle {
	border-radius: 50%
}
.icon {
	line-height: 0.7;
	display: inline-block;
	vertical-align: middle;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.left_icon {
    border: 1px solid #b44306;
    width: 30px !important;
    height: 30px;
    padding: 7px 7px;
    border-radius: 50%;
    background: #b44306;
    color: #fff;
}
.left_icon2 {
    border: 1px solid #8d390b;
    width: 30px !important;
    height: 30px;
    padding: 3px;
    border-radius: 50%;
    background: #8d390b;
    color: #fff;
}
.time_icon {
    border: 1px solid #8d390b;
    width: 30px !important;
    height: 30px;
    padding: 5px 0 0 6px;
    border-radius: 50%;
    background-color: #8d390b;
    color: #fff;
    font-size: 18px !important;
}
.Enquiry_icon {
    border: 1px solid #1063f7;
    width: 30px !important;
    height: 30px;
    padding: 6px 0 0 8px;
    border-radius: 50%;
    background-color: #6099ff;
    color: #fff;
    font-size: 15px !important;
}
.icon-fw {
    width: 1.28571429em;
    text-align: center
}
.icon-sm {
	font-size:  18px;
 }
.icon-lg {
	font-size: 20px;
}
.icon-xl {
	font-size: 2rem
}
.icon-1x {
	font-size: 2.2rem
}
.icon-2x {
	font-size: 2.5rem
}
.icon-3x {
	font-size: 3rem
}
.icon-4x {
	font-size: 4rem
}
.icon-5x {
	font-size: 4.5rem
}
.icon-6x {
	font-size: 5.5rem
}
.icon-7x {
	font-size: 7rem
}
.icon-rotate--25 {
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg)
}
.dt-icon-bg {
    position: relative;
    font-size: 33px;
    top: -3px;
}
.dt-icon-bg:before {
	position: relative;
	z-index: 2;
	background-color: #fff;
	display: block
}
    .dt-icon-bg:after {
        content: '';
        display: inline-block;
        width: 4.2rem;
        height: 4.2rem;
        border-radius: 50%;
        background: inherit;
        opacity: 0.2;
        position: absolute;
        top: -2px;
        left: -5px;
        z-index: 2;
    }
.dt-icon-alert {
	position: relative
}
.dt-icon-alert:after {
	position: absolute;
	content: "";
	right: 4px;
	top: 1px;
	z-index: 10;
	width: 6px;
	height: 6px;
	background-color: #f44336;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0 0 rgba(244,67,54,0.4);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow:0 0 0 0 rgba(244,67,54,0.4)
}
70% {
-webkit-box-shadow:0 0 0 6px rgba(244,67,54,0)
}
100% {
-webkit-box-shadow:0 0 0 0 rgba(244,67,54,0)
}
}
@keyframes pulse {
0% {
box-shadow:0 0 0 0 rgba(244,67,54,0.4)
}
70% {
box-shadow:0 0 0 6px rgba(244,67,54,0)
}
100% {
box-shadow:0 0 0 0 rgba(244,67,54,0)
}
}
.draggable-icon {
	cursor: all-scroll
}
.draggable-icon:hover, .draggable-icon:focus, .draggable-icon:active {
	cursor: all-scroll
}
.icon-spin {
	-webkit-animation: icon-spin 1.5s infinite linear;
	animation: icon-spin 1.5s infinite linear
}
.icon-spin-reverse {
	-webkit-animation: icon-spin-reverse 1.5s infinite linear;
	animation: icon-spin-reverse 1.5s infinite linear
}
.animation-customizer {
	-webkit-animation: animation-customizer 1s infinite ease-in-out;
	animation: animation-customizer 1s infinite ease-in-out
}
@-webkit-keyframes icon-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes icon-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@-webkit-keyframes icon-spin-reverse {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(-359deg);
transform:rotate(-359deg)
}
}
@keyframes icon-spin-reverse {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(-359deg);
transform:rotate(-359deg)
}
}
@-webkit-keyframes animation-customizer {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
50% {
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
100% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
}
@keyframes animation-customizer {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
50% {
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
100% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
}
.tabs-container .tab-content {
	border: solid 1px #dee2e6;
	 
}
.tabs-container.tabs-vertical .tab-content {
	border-top: solid 1px #dee2e6
}
.tabs-container .card .tab-content {
	border: 0 none
}
.tabs-container .nav-tabs {
	border-color: #dee2e6
}
.tabs-container .nav-tabs .nav-link:not(.active):hover, .tabs-container .nav-tabs .nav-link:not(.active):focus {
	border-color: #dee2e6
}
.tabs-container:not(.tabs-vertical) .nav-tabs .nav-link.active {
	border-color: #dee2e6 #dee2e6 #fff
}
.tabs-vertical .nav-pills, .tabs-vertical .nav-tabs {
	border: 0 none;
	float: left
}
.tabs-vertical .nav-pills>li, .tabs-vertical .nav-tabs>li {
	float: none
}
.tabs-vertical .tab-content {
	overflow: hidden
}
.tabs-vertical .nav-tabs>li .nav-link {
	border-color: #dee2e6;
	border-radius: 0;
	margin-right: -1px;
	z-index: 5
}
.tabs-vertical .nav-tabs>li .nav-link.active {
	border-right-color: #fff
}
.tabs-vertical .nav-tabs>li:first-child a {
	border-radius: .4rem 0 0 0
}
.tabs-vertical .nav-tabs>li:last-child a {
	border-radius: 0 0 0 .4rem
}
.tabs-right .nav-tabs {
	float: right
}
.tabs-right .nav-tabs>li .nav-link {
	margin-right: 0;
	margin-left: -1px
}
.tabs-right .nav-tabs>li .nav-link.active {
	border-left-color: #fff;
	border-right-color: #dee2e6
}
.tabs-right .nav-tabs>li:first-child a {
	border-radius: 0 .4rem 0 0
}
.tabs-right .nav-tabs>li:last-child a {
	border-radius: 0 0 .4rem 0
}
.nav-underline .nav-link {
	position: relative;
	color: #757575
}
.nav-underline .nav-link.active:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 100%;
	background-color: #512DA8
}
.nav-underline .nav-link.active {
	color: #512DA8
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus, .nav-underline .nav-link:active {
	color: #512DA8
}
.nav-underline-none .nav-link.active:before {
	content: none
}
.nav-pills-sm .active {
	font-size: 12px
}
.nav-pills-sm .nav-link {
	padding: 4px 8px
}
.nav-tabs .nav-link {
	color: #757575
}
.nav-tabs-sm .nav-link {
	padding: 6px 10px
}
.nav-sm .nav-link {
	padding: 4px 10px
}
.nav-scroll {
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap
}
.nav-scroll.nav-underline {
	margin-bottom: -3.4rem
}

@media (max-width: 575.98px) {
.nav-scroll.nav-underline {
	margin-bottom: -3.45rem
}
}
.nav-scroll.nav-underline .nav-link {
	border-bottom: 3px solid transparent
}
.nav-scroll.nav-underline .nav-link.active {
	border-color: #512DA8
}
.nav-scroll.nav-underline .nav-link.active:before {
	content: none
}
.timepicker-sbs .datepicker-days, .timepicker-sbs .datepicker-months, .timepicker-sbs .datepicker-years, .timepicker-sbs .datepicker-decades, .timepicker-sbs .timepicker-picker, .timepicker-sbs .timepicker-hours, .timepicker-sbs .timepicker-minutes {
	padding: 12px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: .4rem
}
.bootstrap-datetimepicker-widget .table-sm thead th {
	padding-top: 0.3rem;
	border-bottom: 0 none
}
.bootstrap-datetimepicker-widget .table-sm thead th:first-child, .bootstrap-datetimepicker-widget .table-sm tbody th:first-child {
	padding-left: 0.3rem
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	margin: 2px 0;
	padding: 10px;
	width: 25rem
}
.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: inherit;
	height: auto;
	width: 100%
}
.theme-dark .bootstrap-datetimepicker-widget {
	background-color: #fff
}
.theme-dark .bootstrap-datetimepicker-widget table td, .theme-dark .bootstrap-datetimepicker-widget table th {
	background-color: #fff
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
	border-radius: .4rem;
	border-top: 0 none
}
.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #512DA8
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	background: none;
	color: #dee2e6;
	cursor: not-allowed
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
	color: #adb5bd
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #512DA8
}
.bootstrap-datetimepicker-widget table td span {
	border-radius: .4rem
}
.bootstrap-datetimepicker-widget table td span.active {
	background-color: #512DA8
}
.sp-replacer {
	padding: .8rem;
	border-color: #ddd;
	background: #f4f4f4;
	color: #757575;
	vertical-align: middle;
	border-radius: .4rem
}
.sp-replacer:hover, .sp-replacer.sp-active {
	background: #e9ecef;
	border-color: #d0d0d0;
	color: #212121
}
.sp-preview {
	width: 35px;
	height: 25px;
	border-radius: .4rem;
	border: 0 none
}
.sp-preview-inner {
	border-radius: .4rem
}
.sp-dd {
	font-size: 0;
	padding-left: 2px;
	padding-right: 2px
}
.sp-dd:after {
	content: '\30';
	font-size: 1.8rem;
	font-family: 'gaxondrift', sans-serif;
	line-height: 1;
	width: auto;
	height: auto;
	vertical-align: middle
}
.sp-picker-container {
	width: 18rem;
	border: 0 none
}
.sp-container {
	background-color: #fff;
	border-color: #ddd;
	border-radius: .4rem;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	z-index: 999 !important
}
.sp-button-container, .sp-palette-button-container {
	margin-top: 0.5rem;
	text-align: right;
	float: none
}
.sp-cancel, .sp-choose, .sp-palette-toggle {
	font-size: 1.2rem;
	display: inline-block;
	padding: 1.06rem 1.7rem;
	border-radius: .4rem;
	transition: all 200ms ease
}

@media (prefers-reduced-motion: reduce) {
.sp-cancel, .sp-choose, .sp-palette-toggle {
	transition: none
}
}
.sp-cancel {
	color: #fff !important;
	background-color: #f44336;
	margin-right: 4%
}
.sp-cancel:hover, .sp-cancel:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #f32c1e
}
.sp-container button, .sp-palette-toggle {
	background-color: #512DA8;
	background-image: none;
	border: 0 none;
	border-radius: .4rem;
	color: #fff;
	padding: 1.06rem 1.7rem;
	text-shadow: none;
	line-height: inherit
}
.sp-container button:hover, .sp-container button:active, .sp-palette-toggle:hover, .sp-palette-toggle:active {
	background-color: #472894;
	border: 0 none
}
.sp-container button:hover, .sp-palette-toggle:hover {
	background-image: none;
	text-shadow: none
}
.sp-container button:active, .sp-palette-toggle:active {
	box-shadow: none
}
.sp-initial {
	float: none;
	border: 0 none
}
.sp-initial span {
	width: 50%;
	float: left
}
.sp-initial span .sp-thumb-inner {
	width: 100%;
	display: block;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.075) inset
}
.sp-input-container {
	float: none;
	width: 100%
}
.sp-input {
	border: 1px solid #ced4da
}
.sp-input:focus {
	border-color: #512DA8
}
.rating-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.ratings, .rated {
	position: relative;
	font-family: "gaxondrift";
	letter-spacing: 0.3rem;
	display: inline-block;
	overflow: hidden
}
.ratings:before, .rated:before {
	content: '\e0a3' '\e0a3' '\e0a3' '\e0a3' '\e0a3'
}
.ratings {
	color: #e9ecef
}
.ratings:not(:last-child) {
	margin-right: 4px
}
.rated {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffc107
}
.ratings-review {
	color: #757575;
	cursor: pointer
}
.ratings-review:not([class*="f-"]) {
	font-size: 1.4rem
}

@media (max-width: 575.98px) {
.ratings-review:not([class*="f-"]) {
	font-size: 1.6rem
}
}
.ratings-review .count-number {
	color: #212121
}
.scrollspy-horizontal, .scrollspy-vertical, .scrollspy-list-group {
	position: relative;
	overflow: auto
}
.scrollspy-horizontal {
	height: 220px
}
.scrollspy-vertical {
	height: 350px
}
.scrollspy-list-group {
	height: 180px
}
.table .btn-link {
	color: #969696
}
.table .btn-link:hover, .table .btn-link:focus {
	color: #757575
}
.table thead th {
	border-top: 0 none;
	color: #212121;
	font-weight: 400;
	/*padding-top: 2.6rem*/
}
.table .thead-light th {
	color: #fff;
	/*text-shadow: #000 1px 1px 3px;*/
}
.table .thead-dark th {
	background-color: #000;
	color: #fff
}
.table.table-bordered thead th {
	border-top: 1px solid #ddd
}
.table .table {
	background-color: #fff
}
.table thead th:first-child, .table tbody td:first-child, .table tbody th:first-child {
	padding-left: 2.4rem
}
.table-dark .btn-link {
	color: #c5c5c5
}
.table-dark .btn-link:hover, .table-dark .btn-link:focus {
	color: #fff
}
.table-dark.card {
	background-color: #3c3c3c;
	border-color: #3c3c3c
}
.table-dark.card .card-title {
	color: #fff
}
.table-dark.card .card-subtitle {
	color: #c5c5c5
}
.table-dark.table-bordered thead th {
	border-top-color: #414141
}
.table-dark thead th {
	color: #fff
}
.table-dark.table-hover tbody tr:hover {
	color: #fff
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent
}
.table-dark.table-striped tbody tr:nth-of-type(even) {
	background-color: #292929
}
   .table-bordered thead th:first-child, .table-bordered tbody th:first-child, .table-bordered thead th {
	padding-top: 5px;
    /* padding-left: 1.5rem; */
    text-align: center;
}
.table-bordered-0 th, .table-bordered-0 td {
	border: 0 none
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: #f8f8f8
}
.table-responsive {
	min-height: .01%;
	    overflow: auto;
    max-height: 373px;
}
.table-ordered {
	color: #212121
}
.table-ordered th, .table-ordered td {
	padding: 8px 5px
}
.table-ordered thead th {
	padding-top: 8px;
	font-size: 12px;
	color: #999
}
.table-ordered thead th:first-child, .table-ordered tbody th:first-child, .table-ordered tbody td:first-child {
	padding-left: 0
}
.table-fluid thead th:first-child, .table-fluid tbody th:first-child, .table-fluid tbody td:first-child {
	padding-left: 0
}
.table-fluid thead th:last-child, .table-fluid tbody td:last-child {
	text-align: right
}
.table-fluid thead th:last-child .dt-list, .table-fluid tbody td:last-child .dt-list {
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.dataTables_wrapper {
	position: relative
}
.dataTables_wrapper .dataTables_length {
	float: left
}

@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_length {
	float: none;
	margin-bottom: 15px;
	padding-top: 10px
}
}
.dataTables_wrapper .dataTables_filter {
	float: right;
	margin-left: 20px
}

@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_filter {
	float: none;
	margin-left: 0
}
}
.dataTables_wrapper .dataTables_info {
	clear: both
}
.dataTables_wrapper .dataTables_paginate ul.pagination {
	margin-top: 20px !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

@media screen and (max-width: 767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	 
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 0
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}
}
.custom-tooltip {
	position: relative;
	display: inline-block;
	padding: 0.8rem 2rem;
	background-color: #512DA8;
	font-size: 1.8rem;
	color: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	border-radius: .4rem;
	z-index: 1
}
.custom-tooltip:after {
	display: block;
	height: 0;
	width: 0;
	color: #512DA8;
	content: '';
	border-left: 6px solid currentColor;
	border-right: 6px solid transparent;
	border-top: 6px solid currentColor;
	border-bottom: 6px solid transparent;
	position: absolute;
	bottom: -11px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0 0 0 .4rem
}
.custom-tooltip.bg-warning:after {
	color: #fa8c16
}
.custom-tooltip.bg-success:after {
	color: #52c41a
}
.custom-tooltip.bg-danger:after {
	color: #f44336
}
.custom-tooltip.bg-info:after {
	color: #1890ff
}
.dt-zone-stats {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	border-left: 1px solid #ddd
}

@media (max-width: 575.98px) {
.dt-zone-stats {
	border-left: 0;
	border-top: 1px solid #ddd
}
}
.dt-zone-stats__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	flex: 1;
	-ms-flex: 1 1 auto;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem
}
.dt-zone-stats__content:not(:last-child) {
	border-bottom: 1px solid #ddd
}
.dt-page--container {
	position: relative;
	height: 100%;
	flex: 1;
	-ms-flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #212121;
	font-size: 1.6rem
}
.dt-page--container>* {
	position: relative;
	z-index: 2
}
.dt-page--container .title {
	font-size: 7.2rem;
	font-weight: 600
}
.dt-page--container .search-box {
	width: 320px;
	margin: 0 auto
}

@media (max-width: 575.98px) {
.dt-page--container .search-box {
	width: 250px
}
}
.dt-page--container .error-page {
	padding-left: 3.2rem;
	padding-right: 3.2rem
}
.dt-login--container {
	height: 100%;
	flex: 1;
	-ms-flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}
/*.dt-login__content-wrapper {
    position: relative;
    border-radius: .4rem;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    max-width: 650px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    top: 41px;
}*/

.dt-login__content-wrapper {
    position: relative;
    border-radius: .4rem;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    max-width: 650px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    top: 41px;
}

@media (max-width: 575.98px) {
.dt-login__content-wrapper {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
}
.dt-login__bg-section {
	position: relative;
	padding: 3.2rem 3.2rem;
	background-image: url("../../images/bg-images/login-image.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width: 576px) {
.dt-login__bg-section {
	width: 40%
}
}
.dt-login__bg-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(81,45,168,0.8)
}
.dt-login__bg-section>* {
	position: relative;
	z-index: 2
}

@media (max-width: 575.98px) {
.dt-login__bg-section .dt-login__logo {
	margin-bottom: 4rem;
	-ms-flex-order: 1;
	order: 1
}
}

@media (min-width: 576px) {
.dt-login__bg-section .dt-login__logo {
	margin-top: auto
}
}

@media (max-width: 575.98px) {
.dt-login__bg-section .dt-login__bg-content {
	-ms-flex-order: 2;
	order: 2
}
}

@media (min-width: 576px) {
.dt-login__content {
	width: 60%
}
}
.dt-login__content-inner {
	padding: 4rem 3.2rem 2.2rem
}
.dt-login__content-footer {
	padding: .8rem 3.2rem;
	background-color: #f4f4f4
}
.dt-login__title {
	position: relative;
	font-size: 3rem;
	color: #fff;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 2rem
}
.dt-login__title:after {
	content: '';
	display: block;
	height: 3px;
	width: 28px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	transition: all 0.5s ease
}

@media (prefers-reduced-motion: reduce) {
.dt-login__title:after {
	transition: none
}
}
.dt-login__content-wrapper:hover .dt-login__title:after {
	width: 100%
}
.dt-forgot-password .dt-login__content-wrapper {
	max-width: 420px
}
.dt-forgot-password .dt-login__content-wrapper .dt-login__content {
	width: 100%
}
.dt-forgot-password .dt-login__content-wrapper .dt-login__logo {
	display: block;
	margin-left: 0;
	margin-bottom: 3rem
}
.dt-lock-screen {
	background-image: url("../../images/bg-images/bg-image-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center
}
.dt-lock-screen:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2)
}
.dt-lock-screen input[type='password'] {
	width: 320px
}

@media (max-width: 575.98px) {
.dt-lock-screen input[type='password'] {
	width: 250px
}
}
.dt-lock-screen .dt-login__content-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	background-color: transparent;
	box-shadow: none
}
.dt-lock-screen .dt-avatar {
	margin-bottom: 2.5rem
}
.profile__banner {
	position: relative;
	margin: -4.4rem -3.2rem -5.5rem;
	padding: 4.4rem 3.2rem 8rem;
	background-color: rgba(52,29,108,0.9);
	color: #fff
}

@media (max-width: 991.98px) {
.dt-layout--modern .profile__banner, .dt-layout--back-office .profile__banner, .dt-layout--back-office-mini .profile__banner {
	margin-top: 0
}
}
.dt-layout--intranet .profile__banner {
	background-color: #341d6c
}

@media (min-width: 992px) {
.dt-layout--intranet .profile__banner {
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem
}
}

@media (max-width: 575.98px) {
.profile__banner {
	margin-bottom: 3.2rem;
	padding-bottom: 3.2rem
}
}
.profile__banner-detail {
	position: relative;
	z-index: 2
}

@media (min-width: 576px) {
.profile__banner-detail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
}
.profile__banner-navigation {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 575.98px) {
.profile__banner-detail .dt-avatar-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 4rem
}
.profile__banner-detail .dt-avatar-wrapper .dt-avatar-info {
	text-align: center;
	margin-top: 2rem
}
}
.profile__banner-detail:not(:last-child) {
	margin-bottom: 9rem
}

@media (max-width: 575.98px) {
.profile__banner-detail:not(:last-child) {
	margin-bottom: 5rem
}
}
.profile__banner .dt-list {
	margin-left: -2.6rem;
	margin-right: -2.6rem
}
.profile__banner .dt-list__item {
	padding-left: 2.6rem;
	padding-right: 2.6rem
}
.profile-content .dt-list-col-4 .dt-list__item {
	margin-bottom: 4rem
}

@media (max-width: 991.98px) {
.profile-content .dt-list-col-4 .dt-list__item {
	width: 50%
}
}

@media (max-width: 575.98px) {
.profile-content .dt-list-col-4 .dt-list__item {
	width: 100%
}
}
.profile__banner .navbar-nav {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -10px;
	margin-right: -10px
}
.profile__banner .nav-link {
	padding-left: 8px;
	padding-right: 8px;
	color: rgba(255,255,255,0.85)
}
.profile__banner .nav-link:hover, .profile__banner .nav-link:focus, .profile__banner .nav-link:active {
	color: #fff
}
.profile__banner .nav-item {
	padding-left: 10px;
	padding-right: 10px
}
.profile__banner .nav-item.active .nav-link {
	color: #fff
}
.search-result .search-heading {
	margin-bottom: 2px
}
.search-result .search-link {
	color: #52c41a;
	display: inline-block;
	margin-bottom: 6px
}
.search-result .search-link:hover, .search-result .search-link:focus {
	color: #49ad17
}
.search-result p:last-child {
	margin-bottom: 0
}

.border_padding{
	
	padding: 2px 5px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    border-radius: 2px !important;
	
}


.BakeShop {
    /*width: 78%;
    text-align: center;*/
    width: 40%;
    text-align: center;
    margin-left: 200px;
}
.date_time_clock {
    margin-left: 131px;
    margin-left: 94px;
}
.date_time_clock p {
    margin-top: 15px;
}
.date_time_clock span {
    color:#fff;
    font-size:14px;
}

.company_name {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.company_year{
	font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.purches-border-right{
	    border-right: 1px dashed #afaeae;
}

.dt-card__title span {
    color: #a9430d;
    font-weight: 600;
    font-size: 14px;
}

a.active{
	 
    float: left;
   /* padding: 3px 3px 5px 3px;*/
    border-bottom: 3px solid #2850a7;
	text-align:center !important;
	
}
 

a.tab_link{
	width: 60px;
    float: left;
    padding: 3px 3px 5px 3px;
    border-bottom: 3px solid #ccc;
	text-align:center !important;
	
}

a:hover.tab_link2{
	width: 60px;
    float: left;
    padding: 3px 3px 5px 3px;
    border-bottom: 3px solid #2850a7;
	text-align:center !important;
	
}
.td_padding_0{
	padding:0px !important;
}

.tab_link_rcv{
	     margin-top: -8px !important;
	 }
	 
	 .padding_20{
		 padding:20px;
	 }
	 
	 .mt-20{
		 margin-top:20px;
	 }
	 
	 .img_icon{
		 margin-right: 12px;
	 }
	 
	 .breadcrumb_position{
		position: absolute;
		top: 10px;
	 }
	 .mlr-10{
		 margin:0 10px;
	 }
.padding_breadcome {
    padding: 20px;
}
.chat_heading {
    margin-bottom: 3rem;
    padding: 2.8rem 3.2rem 0;
    font-weight: 500;
}
.file_upload_area{
	font-size: 11px !important;
    padding: 2px !important;
}

.form-control select{
    color: #ccc;
}
 
.form-control select option:first-child
{
    color: #bdbdbd !important;
}

.alert_css {
    font-size: 13px;
    border-bottom: 1px solid #0da0cc;
    color: #f79709;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 6px;
    padding-left: 5px;
    /*display: block !important;*/
    width: 100%;
}

/*#swal2-content{
    display:none;
}*/

.search-bx {
    margin-top: 10px;
    text-align: center;
}

    .search-bx input[type='button'] {
        background-color: #345aee;
        color: #fff;
        padding: 8px 10px;
        border: none;
        border-radius: 4px;
        width:205px;
    }

        .search-bx input[type='button']:hover {
            background-color: #0625a0;
            color: #fff;
            padding: 8px 10px;
            border: none;
            border-radius: 4px;
        }

    .search-bx input[type='text'] {
        border: solid 1px #ccc;
        height: 36px;
        text-indent: 5px;
        width: 450px;
        border-radius:4px;
        /*border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;*/
    }

    .search-bx button {
        border: none;
        background-color: #345aee;
        color: #fff;
        padding: 9px 10px 7px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-left: -4px;
        position: relative;
        top:1px;
    }

        .search-bx button:hover {
            border: none;
            background-color: #0625a0;
            color: #fff;
            padding: 9px 10px 7px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            margin-left: -4px;
            position: relative;
            top: 1px;
        }


@media (max-width: 575.98px) {
    .BakeShop{
	width: 78%;
    text-align: center;
    padding-top: 10px;
	display:none;
    
}
.breadcrumb_position{
		position: none;
		top: 10px;
	 }

.dt-brand__logo-img {
    width: 87px;
}
.purches-border-right{
	    border-right: 1px dashed #afaeae;
}
.tab_link_rcv{
		 
    padding-left: 90px;
    padding-top: 10px;
	 }
	 
	 .dt-login__content-wrapper {
    
      top: -10px;  
}
}

.chart-table-responsive {
    min-height: .01%;
    overflow-x: scroll;
    /*max-height: 420px;*/
    overflow-y:hidden;

}
.chart_table {
    border-collapse: collapse;
}
.chart_table thead th{
    background-color:#2850a7;
    color:#d2d8e3;
    padding:6px 3px 6px 3px;
    border: solid 1px #ccc;
    font-weight:700;
    text-align:center;
}
.chart_table tbody td{
    padding:3px;
    border: solid 1px #ccc;
    height:60px;
}
.date-selection-box {
    display: inline-block;
    float: right;
}
.date-input-box {
    display: inline-block !important;
    width: 150px !important;
    border-radius:0 !important;
}
.date-prev-button {
    padding: 3px 10px 2px !important;
    position: relative;
    right: -5px;
    top: -1px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.date-next-button {
    padding: 3px 10px 2px !important;
    position: relative;
    left: -5px;
    top: -1px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.slot-chart-freez tr > *:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 10rem;
    z-index: 1;
}

.slot-chart-freez thead > *:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 10rem;
    z-index: 1;
}

.slot-chart-freez tr > *:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #eee;
    z-index: -1;
}


.boxn {
    width: 19.9%;
    padding-left: 5px;
    display: inline-block;
}

.circle-icon {
    /*background-color:#f44336;*/
    padding: 5px;
    border-radius: 20px;
    border: solid 1px #ff7a70;
    color: #f44336 !important;
}
.dt-card.dt-card-bdr {
    box-shadow: none !important;
    border: solid 1px #d1a48e !important;
}

.custom-pagination_btn {
    border: solid 1px #8d390b;
    box-shadow: none !important;
}

.custom-pagination_btn:hover {
    border: solid 1px #8d390b;
    background-color: #8d390b;
    color: #fff;
}


 
