
.mx-scrollbar {
	height: 100%
}

.mx-scrollbar:hover .mx-scrollbar-track {
	opacity: 1
}

.mx-scrollbar-wrap {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto
}

.mx-scrollbar-track {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	width: 6px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .24s ease-out;
	transition: opacity .24s ease-out
}

.mx-scrollbar-track .mx-scrollbar-thumb {
	position: absolute;
	width: 100%;
	height: 0;
	cursor: pointer;
	background-color: rgba(144, 147, 153, .3);
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.mx-zoom-in-down-enter-active,
.mx-zoom-in-down-leave-active {
	opacity: 1;
}

.mx-zoom-in-down-enter,
.mx-zoom-in-down-enter-from,
.mx-zoom-in-down-leave-to {
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.mx-datepicker {
	position: relative;
	display: inline-block;
	padding-right: .6em;
}

.mx-datepicker svg {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden
}

.mx-datepicker-inline {
	width: auto
}

.mx-input-wrapper {
	position: relative
}

.mx-input-wrapper .mx-icon-clear {
	display: none
}

.mx-input-wrapper:hover .mx-icon-clear {
	display: block
}

.mx-input-wrapper:hover .mx-icon-clear+.mx-icon-calendar {
	display: none
}

.mx-datepicker-main {
	color: #73879c;
	background-color: #fff;
	border: 1px solid #e8e8e8
}

.mx-datepicker-popup {
	position: absolute;
	margin-top: 1px;
	margin-bottom: 1px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	z-index: 2001
}

.mx-datepicker-sidebar {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100px;
	padding: 6px;
	overflow: auto
}

.mx-datepicker-sidebar+.mx-datepicker-content {
	margin-left: 100px;
	border-left: 1px solid #e8e8e8
}

.mx-datepicker-body {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mx-btn-shortcut {
	display: block;
	padding: 0 6px;
	line-height: 24px
}

.mx-range-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width: 750px) {
	.mx-range-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.mx-datepicker-header {
	padding: 6px 8px;
	border-bottom: 1px solid #e8e8e8
}

.mx-datepicker-footer {
	padding: 6px 8px;
	text-align: right;
	border-top: 1px solid #e8e8e8
}

.mx-calendar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 248px;
	padding: 6px 12px
}

.mx-calendar+.mx-calendar {
	border-left: 1px solid #e8e8e8
}

.mx-calendar-header,
.mx-time-header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
	line-height: 34px;
	text-align: center;
	overflow: hidden
}

.mx-btn-icon-left,
.mx-btn-icon-double-left {
	float: left
}

.mx-btn-icon-right,
.mx-btn-icon-double-right {
	float: right
}

.mx-btn-icon-double-left,
.mx-btn-icon-double-right

.mx-calendar-decade-separator {
	margin: 0 2px
}

.mx-calendar-decade-separator:after {
	content: "~"
}

.mx-calendar-content {
	position: relative;
	height: 224px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mx-calendar-content .cell {
	cursor: pointer
}

.mx-calendar-content .cell:hover {
	background-color: rgba(213,17,42,0.5);
}

.mx-calendar-content .cell.active {
	color: #fff;
	background-color: var(--color-highlight)
}

.mx-calendar-content .cell.in-range,
.mx-calendar-content .cell.hover-in-range {
	background-color: rgba(213,17,42,0.1)
}

.mx-calendar-content .cell.disabled {
	cursor: not-allowed;
	color: #ccc;
	background-color: #f3f3f3
}

.mx-table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

.mx-table th {
	padding: 0;
	font-weight: 500;
	vertical-align: middle
}

.mx-table td {
	padding: 0;
	vertical-align: middle
}

.mx-table-date td,
.mx-table-date th {
	height: 32px;
	font-size: 12px
}

.mx-table-date .today {
	border:  2px solid black !important;
}

.mx-table-date .cell.not-current-month {
	color: #ccc;
	background: none
}

.mx-time {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 224px;
	background: #fff
}

.mx-time+.mx-time {
	border-left: 1px solid #e8e8e8
}

.mx-calendar-time {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.mx-btn {
	position: relative;
  display: inline-flex;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  transition: background-color .6s cubic-bezier(0.38, 0.005, 0.215, 1), color .6s cubic-bezier(0.38, 0.005, 0.215, 1), border-color .6s cubic-bezier(0.38, 0.005, 0.215, 1), box-shadow .2s linear;
}

.mx-btn-icon-double-right,
.mx-btn-icon-double-left {
	display: none;
}

.mx-datepicker-body {
	font-family: "Montserrat", sans-serif;
}

.mx-calendar-header-label > button {
	padding: 0 5px;
}

[class*=" mx-btn-icon"] {
	padding: 7px 3px;
}

[class*=" mx-btn-icon"] i {
	font-style: normal;
}