.daterangepicker {
  display: none;
  position: absolute;
  font-size: inherit;
  color: #F4F3EC;
  background-color: #101213;
  backdrop-filter: blur(5px);
  border-radius: 0px;
  border: 1px solid #4B4B4B;
  min-width: 286px;
  padding: 0;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  line-height: 1em;
  box-shadow: none;
  user-select: none;
  margin: 5px 0 0 0;
	left: auto !important;
    right: 0 !important;
}

.daterangepicker:not(.single) {
	display:none;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 490px;
}
.daterangepicker:not(.single).ltr .drp-calendar.left,
.daterangepicker:not(.single).ltr .drp-calendar.right {
	width: 49.5% !important;
    max-width: none !important;
	float: left;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, 
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker .ranges {
	width: 100%; max-width: 100%; min-width: 100%;
	margin: 0px 0 0 0;
	padding: 0 10px;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
	width: 100%;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 16px;
}

.daterangepicker .drp-calendar.right {
  padding: 16px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .table-condensed thead tr th {
	padding-bottom: 2px;
	padding-top: 2px;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 4px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    text-align: center;
    vertical-align: middle;
    min-width: 40px;
    width: 40px;
    height: 36px;
    line-height: 20px;
    border-radius: 0px;
    padding: 0px 5px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 400;
}

.daterangepicker .calendar-table {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover { 
  border-color: transparent;
  color: #059FFF;
}
.daterangepicker td.available:hover span,
.daterangepicker th.available:hover span {border-color: #059FFF;}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #717171;
}

.daterangepicker td.in-range {
  background-color: #e9e6e9;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 0px 0 0 0px;
}

.daterangepicker td.end-date {
  border-radius: 0 0px 0px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 0px;
}

.daterangepicker td.active, .daterangepicker td.active:hover,
.daterangepicker td.active.today, .daterangepicker td.active.today:hover {
  border: 1px solid #059FFF !important;
  color: #059FFF !important;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, 
.daterangepicker select.yearselect {
  height: auto;
  margin: 10px 0px;
  cursor: default;
display: inline-block;
padding: 3px 5px;
font-size: 14px;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  display: inline-block; 
  vertical-align: middle;
  margin: 0 auto;
  padding: 2px;
  height: 27px;
  outline: 0;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: none;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}


.daterangepicker .ranges ul {
  list-style: none;
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%; max-width: 100%; min-width: 100%;
  text-align: center;
}

.daterangepicker .ranges li {
  margin: 2px 2px;
  cursor: pointer;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 0px;
}
.daterangepicker .ranges li:before {display: none;}

.daterangepicker .ranges li:hover {
  background-color: #e9e6e9;
}

.daterangepicker .ranges li.active {
  background-color: #e55050;
  color: #fff;
}


.daterangepicker .calendar-table td.today {

}


@media (min-width: 768px) {
	.calendar-visible .daterangepicker {
		display: block !important;
		position: relative !important;
		top:0 !important; left: 0 !important; right: auto !important;
		width: 100% !important; 
		max-width: none !important;
	}

	.daterangepicker.ltr .drp-calendar.left {
		float: none;
		max-width: none;
		width: 100% !important;
		max-width: none !important;
		border-left: none;
	}
	.daterangepicker.ltr .drp-calendar.right {
		float: none;
		max-width: none;
		width: 100% !important;
		max-width: none !important;
	}
}


/*  Larger Screen Styling */
@media (min-width: 564px) and (max-width: 767px) {
  
  .daterangepicker.single .drp-calendar {
    width: 100%;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar {}
	
  .daterangepicker .drp-calendar.left:not(.single) {
    clear: left;
    margin-right: 0;
	max-width: none;
    width: 49.9%;
  }

  .daterangepicker .drp-calendar.left:not(.single) .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
	max-width: none;
    width: 49.9%;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
 
	.daterangepicker:not(.single) {
  		width: calc(100vw - 44px);
        max-width: calc(100vw - 44px);
  	}
  
}


@media (max-width: 563px) {
	
	.daterangepicker.single {
		width: 100%;
	}
	
	.daterangepicker:not(.single) {
  		position: fixed !important;
		bottom:0 !important; top: auto !important;
		left: 0 !important;
		width: 100%;
		padding-bottom: 80px;
  	}
	.daterangepicker:not(.single).ltr .drp-calendar.left, .daterangepicker:not(.single).ltr .drp-calendar.right {
		float: none;
		width: 100% !important;
	}
	
	.daterangepicker.ltr .drp-calendar.left {
		float: none;
		width: 100% !important;
		max-width: none !important;
		border-left: none;
	}
	.daterangepicker.ltr .drp-calendar.right {
		float: none;
		width: 100% !important;
		max-width: none !important;
	}
}

