.dates {
	display: block;
	max-width: 250px;
	max-height: 110px;
	min-height: 110px;
	min-width: 250px;
	/*border: solid;*/
}

.datetext {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 35px;
}

.datetextm {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 25px;
}

.singledate {
	height: 100px;
	width: 100px;
	border: solid 3px #FAEBFE;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color: #FAEBFE;
	color: #000000;
	z-index: 1;
	margin-left: 70px;
	position: absolute;
	display: inline-block;
}

.left {
	margin-top: 20px;
	height: 70px;
	width: 70px;
	z-index: 1;
	margin-left: 30px;
	opacity: 0.4;
}

.leftstart {
	margin-top: 30px;
	height: 50px;
	width: 50px;
	z-index: 3;
	margin-left: 4px;
	opacity: 0.4;
	display: none;
}

.right {
	margin-top: 20px;
	height: 70px;
	width: 70px;
	z-index: 1;
	margin-left: 140px;
	opacity: 0.4;
}

.rightend {
	margin-top: 30px;
	height: 50px;
	width: 50px;
	z-index: 4;
	margin-left: 190px;
	opacity: 0.4;
	display: none;
}

.arrowleft {
	display: inline-block;
	position: fixed;
	margin-top: 45px;
	cursor: pointer;
}

.arrowright1 {
	display: inline-block;
	position: fixed;
	float: right;
	margin-top: 45px;
	margin-right: 0;
	margin-left: 225px;
	cursor: pointer;
}

#pickDate {
	text-align: center;
}


/*==================== 2 =============================*/

.dates2 {
	display: block;
	max-width: 250px;
	max-height: 110px;
	min-height: 110px;
	min-width: 250px;
	/*border: solid;*/
}

.datetext2 {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 35px;
}

.datetextm2 {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 25px;
}

.singledate2 {
	height: 100px;
	width: 100px;
	border: solid 3px #FAEBFE;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color: #FAEBFE;
	color: #000000;
	z-index: 1;
	margin-left: 70px;
	position: absolute;
	display: inline-block;
}

.left2 {
	margin-top: 20px;
	height: 70px;
	width: 70px;
	z-index: 1;
	margin-left: 30px;
	opacity: 0.4;
}

.leftstart2 {
	margin-top: 30px;
	height: 50px;
	width: 50px;
	z-index: 3;
	margin-left: 4px;
	opacity: 0.4;
	display: none;
}

.right2 {
	margin-top: 20px;
	height: 70px;
	width: 70px;
	z-index: 1;
	margin-left: 140px;
	opacity: 0.4;
}

.rightend2 {
	margin-top: 30px;
	height: 50px;
	width: 50px;
	z-index: 4;
	margin-left: 190px;
	opacity: 0.4;
	display: none;
}

.arrowleft2 {
	display: inline-block;
	position: fixed;
	margin-top: 45px;
	cursor: pointer;
}

.arrowright2 {
	display: inline-block;
	position: fixed;
	float: right;
	margin-top: 45px;
	margin-right: 0;
	margin-left: 225px;
	cursor: pointer;
}

#pickDate2 {
	text-align: center;
	margin-left: 5px;
}

-webkit-transform .3s
}
.tap-target {
	position: absolute;
	font-size: 1rem;
	border-radius: 50%;
	background-color: #ee6e73;
	-webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1)
}
.tap-target-content {
	position: relative;
	display: table-cell
}
.tap-target-wave {
	position: absolute;
	border-radius: 50%;
	z-index: 10001
}
.tap-target-wave::before,
.tap-target-wave::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff
}
.tap-target-wave::before {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.tap-target-wave::after {
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility 0s, -webkit-transform .3s;
	transition: opacity .3s, visibility 0s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s, visibility 0s;
	transition: opacity .3s, transform .3s, visibility 0s, -webkit-transform .3s;
	z-index: -1
}
.tap-target-origin {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10002;
	position: absolute !important
}
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small),
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
	background: none
}
@media only screen and (max-width: 600px) {
	.tap-target,
	.tap-target-wrapper {
		width: 600px;
		height: 600px
	}
}
.pulse {
	overflow: visible;
	position: relative
}
.pulse::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: inherit;
	border-radius: inherit;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
	animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
	z-index: -1
}
@-webkit-keyframes pulse-animation {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}
@keyframes pulse-animation {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}
.datepicker-modal {
	max-width: 325px;
	min-width: 300px;
	max-height: none
}
.datepicker-container.modal-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0
}
.datepicker-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 280px;
	margin: 0 auto
}
.datepicker-controls .selects-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.datepicker-controls .select-wrapper input {
	border-bottom: none;
	text-align: center;
	margin: 0
}
.datepicker-controls .select-wrapper input:focus {
	border-bottom: none
}
.datepicker-controls .select-wrapper .caret {
	display: none
}
.datepicker-controls .select-year input {
	width: 50px
}
.datepicker-controls .select-month input {
	width: 70px
}
.month-prev,
.month-next {
	margin-top: 4px;
	cursor: pointer;
	background-color: transparent;
	border: none
}
.datepicker-date-display {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	background-color: rgb(108, 73, 230);
	color: #fff;
	padding: 20px 22px;
	font-weight: 500
}
.datepicker-date-display .year-text {
	display: block;
	font-size: 1.5rem;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.7)
}
.datepicker-date-display .date-text {
	display: block;
	font-size: 1.6rem;
	line-height: 47px;
	font-weight: 500
}
.datepicker-calendar-container {
	-webkit-box-flex: 2.5;
	-webkit-flex: 2.5 auto;
	-ms-flex: 2.5 auto;
	flex: 2.5 auto
}
.datepicker-table {
	width: 280px;
	font-size: 1rem;
	margin: 0 auto
}
.datepicker-table thead {
	border-bottom: none
}
.datepicker-table th {
	padding: 10px 5px;
	text-align: center
}
.datepicker-table tr {
	border: none
}
.datepicker-table abbr {
	text-decoration: none;
	color: #999
}
.datepicker-table td {
	border-radius: 50%;
}
.datepicker-table td.is-today {
	color: rgb(108, 73, 230);
}
.datepicker-table td.is-selected {
	background-color: rgb(108, 73, 230);
	color: #fff
}
.datepicker-table td.is-outside-current-month,
.datepicker-table td.is-disabled {
	color: rgba(0, 0, 0, 0.3);
	pointer-events: none
}
.datepicker-day-button {
	background-color: transparent;
	border: none;
	line-height: 38px;
	display: block;
	width: 100%;
	/*border-radius: 50%;*/
	
	padding: 0 5px;
	cursor: pointer;
	font-family: COMFORTAA-BOLD;
	color: inherit
}
.datepicker-day-button:focus {
	background-color: rgba(108, 23, 230, 1);
	color: #fff;
}
.datepicker-footer {
	width: 280px;
	margin: 0 auto;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
	color: rgb(108, 73, 230);
	padding: 0 1rem;
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	box-shadow: none;
	background-color: transparent;
}
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	/* z-index: 1; */
	
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.datepicker-clear {
	color: #F44336
}
@media only screen and (min-width: 601px) {
	.datepicker-modal {
		max-width: 625px
	}
	
	.datepicker-container.modal-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	
	.datepicker-date-display {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 270px;
		-ms-flex: 0 1 270px;
		flex: 0 1 270px
	}
	
	.datepicker-controls,
	.datepicker-table,
	.datepicker-footer {
		width: 302px;
	}
	
	.datepicker-day-button {
		line-height: 47px
	}
}
.timepicker-modal {
	max-width: 325px;
	max-height: none
}
.timepicker-container.modal-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0
}
.text-primary {
	color: #fff
}
.timepicker-digital-display {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	background-color: #26a69a;
	padding: 10px;
	font-weight: 300
}
.timepicker-text-container {
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
	cursor: pointer
}
.timepicker-span-hours {
	margin-right: 3px
}
.timepicker-span-minutes {
	margin-left: 3px
}
.timepicker-display-am-pm {
	font-size: 1.3rem;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	font-weight: 400
}
.timepicker-analog-display {
	-webkit-box-flex: 2.5;
	-webkit-flex: 2.5 auto;
	-ms-flex: 2.5 auto;
	flex: 2.5 auto
}
.timepicker-plate {
	background-color: #eee;
	border-radius: 50%;
	width: 270px;
	height: 270px;
	overflow: visible;
	position: relative;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.timepicker-canvas,
.timepicker-dial {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.timepicker-minutes {
	visibility: hidden
}
.timepicker-tick {
	border-radius: 50%;
	color: rgba(0, 0, 0, 0.87);
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	font-size: 15px
}
.timepicker-tick.active,
.timepicker-tick:hover {
	background-color: rgba(38, 166, 154, 0.25)
}
.timepicker-dial {
	-webkit-transition: opacity 350ms, -webkit-transform 350ms;
	transition: opacity 350ms, -webkit-transform 350ms;
	transition: transform 350ms, opacity 350ms;
	transition: transform 350ms, opacity 350ms, -webkit-transform 350ms
}
.timepicker-dial-out {
	opacity: 0
}
.timepicker-dial-out.timepicker-hours {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
.timepicker-dial-out.timepicker-minutes {
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8)
}
.timepicker-canvas {
	-webkit-transition: opacity 175ms;
	transition: opacity 175ms
}
.timepicker-canvas line {
	stroke: #26a69a;
	stroke-width: 4;
	stroke-linecap: round
}
.timepicker-canvas-out {
	opacity: 0.25
}
.timepicker-canvas-bearing {
	stroke: none;
	fill: #26a69a
}
.timepicker-canvas-bg {
	stroke: none;
	fill: #26a69a
}
.timepicker-footer {
	margin: 0 auto;
	padding: 5px 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.timepicker-clear {
	color: #F44336
}
.timepicker-close {
	color: #26a69a
}
.timepicker-clear,
.timepicker-close {
	padding: 0 20px
}
@media only screen and (min-width: 601px) {
	.timepicker-modal {
		max-width: 600px
	}
	
	.timepicker-container.modal-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	
	.timepicker-text-container {
		top: 32%
	}
	
	.timepicker-display-am-pm {
		position: relative;
		right: auto;
		bottom: auto;
		text-align: center;
		margin-top: 1.2rem
	}
}

/*toast*/

/* The snackbar - position it at the bottom and in the middle of the screen */
#datepickersnackbar {
	visibility: hidden;
	/* Hidden by default. Visible on click */
	
	min-width: 250px;
	/* Set a default minimum width */
	
	margin-left: -125px;
	/* Divide value of min-width by 2 */
	
	background-color: #333;
	/* Black background color */
	
	color: #fff;
	/* White text color */
	
	text-align: center;
	/* Centered text */
	
	border-radius: 2px;
	/* Rounded borders */
	
	padding: 16px;
	/* Padding */
	
	position: fixed;
	/* Sit on top of the screen */
	
	z-index: 91;
	/* Add a z-index if needed */
	
	left: 50%;
	/* Center the snackbar */
	
	bottom: 30px;
	/* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#datepickersnackbar.show {
	visibility: visible;
	/* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
	
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	
	to {
		bottom: 30px;
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	
	to {
		bottom: 30px;
		opacity: 1;
	}
}
@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	
	to {
		bottom: 0;
		opacity: 0;
	}
}
@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	
	to {
		bottom: 0;
		opacity: 0;
	}
}

/*toast end*/