

:root {
	--arrows: white;
}
#dateAndTimeArea{
	display:inline-block;
}

.ui-datepicker {
	width: auto;
}

.ll-skin-melon {
	/*font-size: 90%;*/
	width: auto;
}

.ll-skin-melon .ui-widget {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	min-height: 345px;
}

.ll-skin-melon .ui-datepicker {
	padding: 0;
	position: relative;
}

.ll-skin-melon .ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 15px;
	padding: 5px;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	text-align: left;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.07;
	color: #1c1e25;
	text-shadow: none;
	margin: 0;
	padding: 15px 0;
	border-radius: 0;
	position: relative;
	padding-right:85px;
	text-transform: capitalize;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
	color: #fff;
	top: 20px;
	border:none;
	position: absolute;
	font-weight: 700;
}


.ll-skin-melon .ui-datepicker .ui-datepicker-prev, .ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	right: 50px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next, .ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
	right: 0px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker  .ui-datepicker-next span {
    background-image: none;
	width:25px;
	height:30px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span.ui-icon,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span.ui-icon {
    width:25px;
	height:30px;
    display: block;
    text-indent: 0;
    overflow: hidden;
	position: relative;
    background-repeat: no-repeat;
	color: #000;
}
.ll-skin-melon .ui-datepicker-prev.ui-state-disabled , .ll-skin-melon .ui-datepicker-next.ui-state-disabled {
	background:transparent;
}
.ll-skin-melon .ui-datepicker-prev span:before,
.ll-skin-melon .ui-datepicker-next span:before{
	position: relative;
	font-weight:900;
	color: #000;
	width:25px;
	height:30px;
	line-height:30px;
	background: none;
	font-size: 28px;
	text-align:center;
	display:block;
}

.ll-skin-melon .ui-datepicker-prev span:before {
	content: "";
	background-image: url("data:image/svg+xml,<svg class='bi bi-chevron-left' width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
	background-repeat: no-repeat;
	/* background-size: 2rem 2rem; */
	background-size: contain;
	
}

.ll-skin-melon .ui-datepicker-next span:before {
    content: "";
	background-image: url("data:image/svg+xml,<svg class='bi bi-chevron-left' width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
	background-repeat: no-repeat;
	/* background-size: 2rem 2rem; */
	background-size: contain;
}

.ll-skin-melon .ui-datepicker table {
	margin: 0;
	border: 0px;
	border-collapse: separate;
	width: 100%;
}

.ll-skin-melon .ui-datepicker th {
	color: #007bff;
    font-weight: 700;
	font-style:italic;
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.71;
    letter-spacing: 1.3px;
    text-align: center;
    text-shadow: none;
    padding: 5px;
	border: 2px solid transparent;
}

.ll-skin-melon .ui-datepicker td {
	background: #fff;
	border: none;
	padding: 0;
	font-style: italic;
	position: relative;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	border: 2px solid #f4f6f7;
	 
}

.ll-skin-melon td .ui-state-default {
	/* height:70px;
	width:70px; */
	line-height:70px;
	text-align:center;
	display:block;
	text-decoration:none;
	font-weight:900;
	color: #000;
	position:relative;
}

.ll-skin-melon .ui-state-disabled  {
	opacity: 1;
	background: #dbdde2;
	font-weight:400;
}

.ll-skin-melon .ui-state-disabled .ui-state-default{
	font-weight:400;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
	color: #b0b2b7;
}

.ll-skin-melon td .ui-state-active{
	background: #007bff;
	color:#fff;
}

.ll-skin-melon td .ui-state-hover {
	background: #e2e6ea;
	text-decoration:none;
}

@media only screen and (max-width: 1600px) and (min-width: 1296px){
    .ll-skin-melon td .ui-state-default {
        /* height: 70px;
        width: 70px; */
        line-height: 70px;
    }
}

@media only screen and (max-width: 1295px) and (min-width: 1129px){
    .ll-skin-melon td .ui-state-default {
        /* height: 75px;
        width: 75px; */
        line-height: 75px;
    }
}

@media only screen and (max-width: 1128px) and (min-width: 1087px){
    .ll-skin-melon td .ui-state-default {
        /* height: 65px;
        width: 65px; */
        line-height: 65px;
    }
}

@media only screen and (max-width: 1086px){
    .ll-skin-melon td .ui-state-default {
        /* height: 60px;
        width: 60px; */
        line-height: 60px;
    }
}

@media only screen and (max-width: 825px){
    .ll-skin-melon td .ui-state-default {
        /* height: 60px;
        width: 55px; */
        line-height: 68px;
    }
}

@media only screen and (max-width: 767px){
	.ll-skin-melon td .ui-state-default {
		/* height: 87px;
		width: 87px; */
		line-height: 87px;
	}
}

@media only screen and (max-width: 650px){
    .ll-skin-melon td .ui-state-default {
        /* height: 70px;
        width: 70px; */
        line-height: 70px;
    }
}

@media only screen and (max-width: 571px){
    .ll-skin-melon td .ui-state-default {
        /* height: 55px;
        width: 55px; */
        line-height: 55px;
    }
}

@media only screen and (max-width: 460px){
    .ll-skin-melon td .ui-state-default {
        /* height: 40px;
        width: 40px; */
        line-height: 40px;
    }
}

@media only screen and (max-width: 351px){
    .ll-skin-melon td .ui-state-default {
        /* height: 30px;
        width: 30px; */
        line-height: 30px;
    }
}


@media only screen and (max-width: 345px){
    .ll-skin-melon .ui-datepicker-prev span:before,
    .ll-skin-melon .ui-datepicker-next span:before{
    	/* width: 5px; */
    	/* background: #f4f6f7; */
    	font-size: 18px;
    }
    .ll-skin-melon .ui-datepicker .ui-datepicker-title{
        font-size: 20px;
    }
}

.ui-corner-all{
    z-index: 1;
}

.time-slot{
	display: block;
	font-weight: 400;
	text-align: center;
	background: var(--primary);
	color: #fff;
	font-size: 1.2rem;
	padding: 10px;
	transition: all .5s ease;
	cursor: pointer;
	word-wrap: break-word;
	line-height:normal !important;
}

.time-slot:not(.timeslotUnavailable):hover{
	text-decoration:none;
	color: #fff;
	background: var(--primary);
	transform: none;
}

.time-slot.timeslotUnavailable{
	
	opacity: 0.7;
}

/*should stop the empty div at the bottom of the page */
#ui-datepicker-div { 
	display:none; 
	width: 40vw;
	max-width: 372px;
	min-width: 372px;
}

.ui-state-default .dateEvent, .ui-state-default .dateEvent {
	position: absolute;
    top: 1px;
	font-size:0.4rem;
	padding: ;
	line-height: 1;
	border-radius: 15px;
	height:10px;
	width:10px;
}