/* Dashboard
-------------------------------------------------- */
:root {
	--segment-1-end: 0;
	--segment-2_end: 0;
}
#dashboard {
	display: grid;
	grid-template-columns: calc(63.5% - 12px) calc(36.5% - 12px);
	gap: 24px;
	margin-bottom: 0;
	border-radius: 0;
	min-height: calc(100vh - 140px);
	padding: 0;
	background: transparent;
}
#dashboard h5 {
	color: #17335E;
}
#dashboard .col-left {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  align-content: flex-start;
}
#dashboard .col-left .col-left {
	flex: 0 0 calc(50% - 12px);
	margin-right: 12px;
}
#dashboard .col-left .col-right {
	flex: 0 0 calc(50% - 12px);
	margin-left: 12px;
}
#dashboard .section {
	margin-bottom: 24px;
	border-radius: 20px;
	min-height: 171px;
	padding:  24px;
	background: #FFF;
}
#dashboard .summary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
	flex: 1 1 100%;
}
#dashboard .summary.x4 {
	grid-template-columns: repeat(4, 1fr);
}
#dashboard .summary > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	padding: 20px 16px;
	color: #FFF;
	font-size: 14px;
	font-weight: var(--fw500);
	line-height: 17.5px;
	letter-spacing: -0.28px;
	text-align: center;
	background: #00C4FF left top no-repeat;
	background-size: cover;
}
#dashboard .summary > div > span {
	display: block;
	font-size: 48px;
	font-weight: var(--fw600);
	line-height: 48px;
	letter-spacing: -0.96px;
}
#dashboard .summary .tot-trainers {
	display: none;
	background-image: url(../img/section-bg-topleft.svg);
}
#dashboard .summary.x4 .tot-trainers {
	display: flex;
}
#dashboard .summary .tot-customers {
	background-image: url(../img/section-bg-bottomright.svg);
}
#dashboard .summary .tot-bookings {
	background-image: url(../img/section-bg-topright.svg);
}
#dashboard .summary .tot-cancellations {
	background-image: url(../img/section-bg-topleft.svg);
}




/* Progress
-------------------------------------------------- */

#dashboard .progress {
	width: 100%;
	/*
	flex: 0 0 calc(50% - 12px);
	margin-right: 12px;
	*/
}
#dashboard .progress header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}
#dashboard .progress header .btn-group a {
	padding: 5px 15px;
}
#dashboard .progress nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 16px;
	margin: 0 auto 47px;
	width: 100%;
	max-width: 150px;
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw500);
	line-height: 21px;
	letter-spacing: -0.28px;
	text-align: center;
}
#dashboard .progress nav a {
	display: block;
	border-radius: 6px;
	height: 24px;
	width: 24px;
	background: #F6F7F9 url(../img/arrow-prev-sm.svg) center center no-repeat;
	cursor: pointer;
}
#dashboard .progress nav a.next-month {
	background-image: url(../img/arrow-next-sm.svg);
}
#dashboard .progress .grid-base {
	position: relative;
	margin-bottom: 50px;
	padding: 0 0 0 30px;
}
#dashboard .progress .grid-base .line {
	margin-bottom: 49px;
	margin-left: 9px;
	height: 1px;
	line-height: 0px;
	background-image: linear-gradient(90deg, #E0E0E0, #E0E0E0 50%, transparent 50%, transparent 100%);
	background-size: 8px 1px;
}
#dashboard .progress .grid-base .line.last {
	background-color: #E0E0E0;
}
#dashboard .progress .grid-base .line em {
	display: block;
	margin-left: -44px;
	height: 14px;
	width: 30px;
	color: #90A3BF;
	font-size: 14px;
	font-weight: var(--fw400);
	letter-spacing: -0.28px;
	text-align: right;
}
#dashboard .progress .grid-base .bars {
	display: flex;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 30px;
}
#dashboard .progress .grid-base .bars > div {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex: 1;
	padding: 0 10px;
}
#dashboard .progress .grid-base .bars > div em {
	position: relative;
	flex: 0 1 33%;
	margin: 0 4px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	max-width: 20px;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .35s ease-in-out;
}
#dashboard .progress.show .grid-base .bars > div em {
	transform: scaleY(1);
}
#dashboard .progress .grid-base .bars .customers {
	background-color: #046CC3;
	transition-delay: .05s;
}
#dashboard .progress .grid-base .bars .appointments {
	background-color: #00C4FF;
	transition-delay: .1s;
}
#dashboard .progress .grid-base .bars .cancellations {
	background-color: #2CE2E2;
	transition-delay: .15s;
}
#dashboard .progress .grid-base .bars .appointments .next {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #2CABE2;
}
#dashboard .progress .grid-base .bars .appointments .next:after {
	content: '';
	position: absolute;
	top: auto; right: 0; bottom: 0; left: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 8px;
	background: #00C4FF;
}
#dashboard .progress .grid-base .labels {
	display: flex;
	position: absolute;
	top: 100%; right: 0; left: 30px;
	padding-top: 6px;
}
#dashboard .progress .grid-base .labels > div {
	flex: 1;
	color: #90A3BF;
	font-size: 12px;
	font-weight: var(--fw400);
	line-height: 18px;
	letter-spacing: -0.24px;
	text-align: center;
}
#dashboard .progress .grid-base .labels span {
	white-space: nowrap
}
#dashboard .progress .grid-base [class*=hint--]:after {
	border-radius: 30px;
	color: #000;
	height: 30px;
	width: 30px;
	font-weight: var(--fw500);
	line-height: 18px;
	text-align: center;
	background: #FFF;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
#dashboard .progress .grid-base [class*=hint--]:before {
	display: none;
}
#dashboard .progress .legend {
	margin: 0 auto;
	width: fit-content;
	max-width: 100%;
}
#dashboard .progress .legend li {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	color: #193766;
	font-size: 12px;
	font-weight: var(--fw500);
	line-height: 18px;
	letter-spacing: -0.24px;
}
#dashboard .progress .legend li:last-child {
	margin-bottom: 0;
}
#dashboard .progress .legend li i {
	display: inline-block;
	margin-right: 12px;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-color: #046CC3;
}
#dashboard .progress .legend li.cancellations i {
	background-color: #2CE2E2;
}
#dashboard .progress .legend li.past i {
	background-color: #00C4FF;
}
#dashboard .progress .legend li.next i {
	background-color: #2CABE2;
}
#dashboard .progress .grid-base .message {
	display: none;
}
#dashboard .progress.empty .btn-group {
	display: none;
}
#dashboard .progress.empty nav {
	display: none;
}
#dashboard .progress.empty .grid-base {
	margin-bottom: 50px;
}
#dashboard .progress.empty .grid-base .bars {
	display: none;
}
#dashboard .progress.empty .grid-base .labels {
	display: none;
}
#dashboard .progress.empty .grid-base .message {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 30px);
	color: rgba(103, 116, 142, 0.80);
	font-size: 16px;
	font-weight: var(--fw300);
	line-height: 24px;
	text-align: center;
}





/* Messages
-------------------------------------------------- */

#dashboard .unread-messages {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 260px;
	min-height: 171px;
	padding-right: 16px;
	padding-bottom: 10px;
}
#dashboard .unread-messages header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
#dashboard .unread-messages header .link {
	display: inline-block;
	height: 24px;
	padding-right: 24px;
	line-height: 24px;
	background: url(../img/arrow-right-blu.svg) right center no-repeat;
}
#dashboard .unread-messages .messages {
	margin: 0 -24px 0 -24px;
	width: calc(100% + 40px);
	overflow-y: auto;
}
#dashboard .unread-messages .message {
	display: flex;
	align-items: center;
	padding: 10px 16px 10px 24px;
	cursor: pointer;
}
#dashboard .unread-messages .message img {
	border-radius: 36px;
	height: 36px;
	width: 36px;
}
#dashboard .unread-messages .message .customer {
	padding: 0 16px; 
	width: calc(100% - 101px);
}
#dashboard .unread-messages .message .name {
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw400);
	line-height: 21px;
	letter-spacing: -0.28px;
}
#dashboard .unread-messages .message .text {
	color: #67748E;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 21px;
	letter-spacing: -0.28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#dashboard .unread-messages .message .badge {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 13px;
	height: 25px;
	width: 25px;
	padding: 8px 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: var(--fw500);
	line-height: 18px;
	letter-spacing: -0.24px;
	background: #D90000;
}
#dashboard .unread-messages .message .next {
	height: 24px;
	width: 40px;
	background: url(../img/arrow-right-black.svg) right center no-repeat;
}
#dashboard .unread-messages.empty .messages {
	margin-top: 20px;
	margin-bottom: 0;
	color: rgba(103, 116, 142, 0.80);
	font-size: 16px;
	font-weight: var(--fw300);
	line-height: 24px;
	text-align: center;
}




/* Calendar (daily)
-------------------------------------------------- */

#dashboard .calendar-daily {
	padding-right: 16px;
}
#dashboard .calendar-daily header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}
#dashboard .calendar-daily header .link {
	display: inline-block;
	height: 24px;
	padding-right: 24px;
	line-height: 24px;
	background: url(../img/arrow-right-blu.svg) right center no-repeat;
}
#dashboard .calendar-daily .hour {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#dashboard .calendar-daily .hour .day {
	position: relative;
	flex-grow: 1; /* can grow */
	flex-shrink: 1; /* can shrink */
	flex-basis: 0px; /* base size */
	border-top: 1px solid #F5F6F7;
	height: 62px;
}
#dashboard .calendar-daily .hour .day:first-child {
	flex-grow: 0; /* can't grow */
	flex-shrink: 1; /* can shrink */
	flex-basis: 90px; /* base size */
	border-left: 0;
	min-width: 30px;
}
#dashboard .calendar-daily .hour .day:last-child {
	border-right: 0;
}
#dashboard .calendar-daily .hour .day.locked {
	background-color: #FAFAFA;
}
#dashboard .calendar-daily .hour .day.locked .slot {
	background-color: #F4F4F4;
}
#dashboard .calendar-daily .hour .day.locked .slot > * {
	display: none;
}
#dashboard .calendar-daily .hour .day.header {
	margin-top: -26px;
	border-color: transparent;
	max-width: 60px;
	padding-right: 10px;
	color: #193766;
	font-size: 16px;
	font-weight: var(--fw300);
	line-height: 24px;
	letter-spacing: -0.32px;
	text-align: left;
}
#dashboard .calendar-daily .hours {
	position: relative;
	overflow-y: auto;
	padding-top: 10px;
}
#dashboard .calendar-daily .current {
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 10;
	top: 10px;
	height: 2px;
	width: calc( 100% - 48px );
	background-color: #046CC3;
	background-image: linear-gradient(90deg, #046CC3 0%, #00C4FF 100%);
}
#dashboard .calendar-daily .current:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: -5px;
	border-radius: 5px;
	height: 10px;
	width: 10px;
	background: #046CC3;
}

/*
#dashboard .calendar-daily .slot {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 0;
	z-index: 1;
	border-radius: 10px;
	margin: 3px 3px;
	height: 60px;
	min-height: 60px;
	width: calc( 100% - 6px );
	min-width: 135px;
	padding: 0 8px;
	color: #17335E;
	font-size: 12px;
	font-weight: var(--fw600);
	line-height: 20px;
	text-align: center;
	background: #F4F4F4;
	cursor: pointer;
}
#dashboard .calendar-daily .slot:hover {
	z-index: 2;
}
#dashboard .calendar-daily .slot.empty {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	cursor: default;
}
#dashboard .calendar-daily .slot.empty .lock {
	margin: 0 auto 4px;
	height: 16px;
	width: 16px;
	background: url(../img/lock-close.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}
#dashboard .calendar-daily .slot.empty .book {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	cursor: pointer;
}
#dashboard .calendar-daily .slot.empty .time {
	border-radius: 5px;
	padding: 0 6px;
	color: #FFF;
	font-size: 10px;
	font-weight: var(--fw600);
	line-height: 20px;
	background: #00C4FF;
}
#dashboard .calendar-daily .slot.empty .icon {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../img/ico-add-user.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.confirmed {
	left: calc(50% - 32px);
	transform: translateX(-50%);
	border: 1px solid #29CC39;
	max-width: 140px;
	padding: 6px 6px 8px 10px;
	background: #EFFFF1;
}
#dashboard .calendar-daily .slot.confirmed > div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4D5E80;
	font-size: 12px;
	font-weight: var(--fw600);
	line-height: 20px;
}
#dashboard .calendar-daily .slot.confirmed > div:first-child {
	margin-bottom: 6px;
}
#dashboard .calendar-daily .slot.confirmed .photo {
	flex: 0 0 16px;
	margin-right: 7px;
	border-radius: 8px;
	height: 16px;
	width: 16px;
	background: url(../img/ico-user.svg) center center no-repeat;
	background-size: cover;
}
#dashboard .calendar-daily .slot.group.confirmed .photo {
	display: none;
}
#dashboard .calendar-daily .slot.confirmed .name {
	color: #193766;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#dashboard .calendar-daily .slot.confirmed .note {
	display: block;
	margin-left: 4px;
	height: 12px;
	width: 12px;
	background: url(../img/ico-note.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.confirmed em {
	display: flex;
	align-items: center;
	border-radius: 5px;
	height: 18px;
	padding: 0 6px;
	color: #FFF;
	font-size: 10px;
	font-weight: var(--fw600);
	line-height: 18px;
	background: #29CC39;
}
#dashboard .calendar-daily .slot.confirmed em:nth-child(2) {
	margin: 0 4px;
}
#dashboard .calendar-daily .slot.confirmed em i {
	display: block;
	height: 12px;
	width: 12px;
}
#dashboard .calendar-daily .slot.confirmed em.length i {
	margin-left: 4px;
	background: url(../img/white-time-circle.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.confirmed em.loc.fitness-center i {
	background: url(../img/white-loc-fitness-center.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.confirmed em.loc.home i {
	background: url(../img/white-loc-home.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.confirmed em.loc.online i {
	background: url(../img/white-loc-online.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.group.confirmed {
	border-color: #8E59FE;
	background: #EFEFFF;
}
#dashboard .calendar-daily .slot.group.confirmed em {
	background-color: #8E59FE;
}
#dashboard .calendar-daily .slot.group.confirmed .note {
	background-image: url(../img/ico-note-purple.svg);
}
#dashboard .calendar-daily .slot.locked {
	
}
#dashboard .calendar-daily .slot.locked .lock {
	background-image: url(../img/lock-open.svg);
}
#dashboard .calendar-daily .slot.locked .book {
	filter: grayscale(100%);
	opacity: .5;
	cursor: default;
}
*/


#dashboard .calendar-daily .slot {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	z-index: 1;
	/* margin: 3px 3px; */
	outline-offset: -3px;
	border: 3px solid #fff;
	border-radius: 5px; /* 10px; */
	height: 66px; /* 60px; */
	width: 100%; /* calc( 100% - 6px ); */
	min-width: 135px;
	max-width: 280px;
	padding: 8px; /* 0 8px; */
	color: #17335E;
	font-size: 12px;
	font-weight: var(--fw600);
	line-height: 20px;
	text-align: center;
	background: #F4F4F4;
	cursor: pointer;
}
#dashboard .calendar-daily .slot:hover {
	z-index: 2;
}
#dashboard .calendar-daily .slot.empty {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	outline: 1px solid #00C4FF;
	/*border: 1px solid #00C4FF; */
	cursor: default;
}
#dashboard .calendar-daily .slot.empty .lock {
	display: none;
	margin: 0 auto;
	height: 16px;
	width: 16px;
	background: url(../img/lock-close.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}
#dashboard .calendar-daily .slot.empty .book {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	cursor: pointer;
}
#dashboard .calendar-daily .slot.empty .time {
	border-radius: 5px;
	padding: 0 6px;
	color: #FFF;
	font-size: 10px;
	font-weight: var(--fw600);
	line-height: 20px;
	background: #00C4FF;
}
#dashboard .calendar-daily .slot.empty .icon {
	display: block;
	height: 20px;
	width: 20px;
	min-width: 20px;
	background: url(../img/ico-add-user.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.empty .book span {
	padding: 0px 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#dashboard .calendar-daily .slot.group.empty {
	border-color: #FAFAFA; /* #046CC3; */
}
#dashboard .calendar-daily .slot.group.empty .time {
	background: #046CC3;
}
#dashboard .calendar-daily .slot.group.empty .icon {
	background-image: url(../img/ico-add-users.svg);
}
#dashboard .calendar-daily .slot.confirmed {
	border: 1px solid #29CC39;
	padding: 6px 6px 8px 10px;
	background: #EFFFF1;
}
#dashboard .calendar-daily .slot.confirmed > div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #17335E;
	font-size: 12px;
	font-weight: var(--fw600);
	line-height: 20px;
}
#dashboard .calendar-daily .slot.confirmed > div:first-child {
	justify-content: left;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#dashboard .calendar-daily .slot.confirmed .photo {
	flex: 0 0 16px;
	margin-right: 7px;
	border-radius: 8px;
	height: 16px;
	width: 16px;
	background: url(../img/ico-user.svg) center center no-repeat;
	background-size: cover;
}
#dashboard .calendar-daily .slot.group.confirmed .photo {
	display: none;
}
#dashboard .calendar-daily .slot.confirmed .note {
	display: block;
	margin-left: 4px;
	height: 12px;
	width: 12px;
	background: url(../img/ico-note.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.confirmed em {
	display: flex;
	align-items: center;
	border-radius: 5px;
	height: 20px;
	padding: 0 6px;
	color: #FFF;
	font-size: 10px;
	font-weight: var(--fw600);
	line-height: 18px;
	background: #29CC39;
}
#dashboard .calendar-daily .slot.confirmed em:nth-child(2) {
	margin: 0 4px;
}
#dashboard .calendar-daily .slot.confirmed em i {
	display: block;
	height: 12px;
	width: 12px;
}
#dashboard .calendar-daily .slot.confirmed em.length i {
	margin-left: 4px;
	background: url(../img/white-time-circle.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.confirmed em.loc.fitness-center i {
	background: url(../img/white-loc-fitness-center.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.confirmed em.loc.home i {
	background: url(../img/white-loc-home.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.confirmed em.loc.online i {
	background: url(../img/white-loc-online.svg) center center no-repeat;
}
#dashboard .calendar-daily .slot.group.confirmed {
	border-color: #8E59FE;
	background: #EFEFFF;
}
#dashboard .calendar-daily .slot.group.confirmed em {
	background-color: #8E59FE;
}
#dashboard .calendar-daily .slot.group.confirmed .note {
	background-image: url(../img/ico-note-purple.svg);
}
#dashboard .calendar-daily .slot.locked,
#dashboard .calendar-daily .slot.locked.group {
	border-color: white;
	outline: 1px solid #91a3bf;
}

#dashboard .calendar-daily .slot.locked .lock {
	display: block;
	background-image: url(../img/lock-open.svg);
}
#dashboard .calendar-daily .slot.locked .book {
	filter: grayscale(100%);
	cursor: default;
}
#dashboard .calendar-daily .slot.locked .book .time,
#dashboard .calendar-daily .slot.locked .book .icon {
	opacity: .5;
}
#dashboard .calendar-daily .slot.group.locked .time {
	background: #00C4FF;
}

#dashboard .calendar-daily .slot.booked {
	gap: 8px;
	outline: 1px solid #999;
	text-align: left;
	/* smaller */
	gap: 2px;
	padding: 2px 6px;
}
#dashboard .calendar-daily .slot.booked .session {
	display: flex;
	align-items: baseline;
	gap: 3px;
}
#dashboard .calendar-daily .slot.booked .session .name {
	flex: 1 0 auto;
	max-width: 60%;
	font-weight: var(--fw600);
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#dashboard .calendar-daily .slot.booked .session .room {
	flex: 1 1 auto;
	font-size: 10px;
	font-weight: var(--fw500);
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#dashboard .calendar-daily .slot.booked .customers {
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
}
#dashboard .calendar-daily .slot.booked .customers i {
	opacity: .5;
}
#dashboard .calendar-daily .slot.booked .info {
	display: flex;
	align-items: center;
	gap: 6px;
}
#dashboard .calendar-daily .slot.booked .info em {
	display: flex;
	align-items: center;
	border-radius: 5px;
	height: 20px;
	padding: 0px 6px;
	color: #FFF;
	font-size: 10px;
	font-weight: var(--fw600);
	line-height: 20px;
	text-align: center;
	background-color: #999;
	/* smaller */
	height: 16px;
	line-height: 16px;
}
#dashboard .calendar-daily .slot.booked > .customer {
	display: flex;
	gap: 4px;
	align-items: center;
}
#dashboard .calendar-daily .slot.booked > .customer .photo {
	flex: 0 0 16px;
	border-radius: 8px;
	height: 16px;
	width: 16px;
	background: url(../img/ico-user.svg) center center no-repeat;
	background-size: cover;	
}
#dashboard .calendar-daily .slot.booked > .customer .name {
	font-size: 12px;
	font-weight: var(--fw600);
	line-height: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#dashboard .calendar-daily .slot.booked > .room {
	font-size: 12px;
	font-weight: var(--fw500);
	line-height: normal;
}
/* booked quarter */
#dashboard .calendar-daily .slot.booked.quarter {
	height: 15px !important;
	overflow: hidden;
	padding: 0 6px;
}
#dashboard .calendar-daily .slot.booked.quarter > .customer .photo {
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}
#dashboard .calendar-daily .slot.booked.quarter .customer .name,
#dashboard .calendar-daily .slot.booked.quarter .session .name,
#dashboard .calendar-daily .slot.booked.quarter .session .room {
	line-height: 9px;
	font-size: 9px;
}
#dashboard .calendar-daily .slot.booked.quarter > .room,
#dashboard .calendar-daily .slot.booked.quarter > .info {
	display: none;
}
#dashboard .calendar-daily .slot.locked.quarter,
#dashboard .calendar-daily .slot.locked.group.quarter {
	padding: 4px;
}
#dashboard .calendar-daily .slot.locked.quarter .lock {
	height: 8px;
	width: 8px;
}
/* booked half */
#dashboard .calendar-daily .slot.booked.half {
	justify-content: center;
	height: 30px !important;
	overflow: hidden;
}
#dashboard .calendar-daily .slot.booked.half > .room,
#dashboard .calendar-daily .slot.booked.half > .info,
#dashboard .calendar-daily .slot.booked.half > .customers {
	display: none;
}
/* booked halfquarter */
#dashboard .calendar-daily .slot.booked.halfquarter {
	justify-content: center;
	height: 45px !important;
	overflow: hidden;
}
#dashboard .calendar-daily .slot.booked.halfquarter > .info {
	display: none;
}
/* booked hour */
#dashboard .calendar-daily .slot.booked.fullhour {
	justify-content: center;
	height: 60px !important;
	overflow: hidden;
}

/* booked colors */
#dashboard .calendar-daily .slot.booked.yellow {
	outline-color: var(--yellow);
	background-color: #fbfded;
}
#dashboard .calendar-daily .slot.booked.yellow .info em {
	background-color: var(--yellow);
}
#dashboard .calendar-daily .slot.booked.green {
	outline-color: var(--green);
	background: #f2fbee;
}
#dashboard .calendar-daily .slot.booked.green .info em {
	background-color: var(--green);
}
#dashboard .calendar-daily .slot.booked.violet {
	outline-color: var(--violet);
	background: #f6effb;
}
#dashboard .calendar-daily .slot.booked.violet .info em {
	background-color: var(--violet);
}
#dashboard .calendar-daily .slot.booked.orange {
	outline-color: var(--orange);
	background: #fbf6ed;
}
#dashboard .calendar-daily .slot.booked.orange .info em {
	background-color: var(--orange);
}
#dashboard .calendar-daily .slot.booked.blue {
	outline-color: var(--blue);
	background: #eaf0f8;
}
#dashboard .calendar-daily .slot.booked.blue .info em {
	background-color: var(--blue);
}
#dashboard .calendar-daily .slot.booked.red {
	outline-color: var(--red);
	background: #faefec;
}
#dashboard .calendar-daily .slot.booked.red .info em {
	background-color: var(--red);
}






/* Balance
-------------------------------------------------- */

#dashboard .balance {
	width: 100%;
	/*
	flex: 0 0 calc(50% - 12px);
	margin-left: 12px;
	*/
}
#dashboard .balance header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}
#dashboard .balance header .btn-group a {
	padding: 5px 15px;
}
#dashboard .balance nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 14px;
	width: 100%;
	max-width: 140px;
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw500);
	line-height: 21px;
	letter-spacing: -0.28px;
	text-align: center;
}
#dashboard .balance nav a {
	display: block;
	border-radius: 6px;
	height: 24px;
	width: 24px;
	background: #F6F7F9 url(../img/arrow-prev-sm.svg) center center no-repeat;
	cursor: pointer;
}
#dashboard .balance nav a.next-month {
	background-image: url(../img/arrow-next-sm.svg);
}
#dashboard .balance .info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 21px;
	letter-spacing: -0.28px;
	text-align: center;
}
#dashboard .balance .info b {
	display: block;
	color: #17335E;
	font-size: 18.2px;
	font-style: normal;
	font-weight: var(--fw700);
	line-height: 27.3px;
	letter-spacing: -0.546px;
	text-align: center;
}
#dashboard .balance .legend {
	margin: 0 auto;
	max-width: 330px;
}
#dashboard .balance .legend li {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	color: #193766;
	font-size: 12px;
	font-weight: var(--fw500);
	line-height: normal;
	letter-spacing: -0.24px;
}
#dashboard .balance .legend li:last-child {
	margin-bottom: 0;
}
#dashboard .balance .legend li i {
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 12px;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-color: #046CC3;
}
#dashboard .balance .legend li.other i {
	background-color: #00C4FF;
}
#dashboard .balance .legend li em {
	margin-left: auto;
	color: #344767;
	font-size: 14px;
	font-weight: var(--fw500);
	line-height: 21px;
	letter-spacing: -0.28px;
}
#dashboard .balance .legend li.disabled i {
	background: rgba(144, 163, 191, 0.50);
}
#dashboard .balance .legend li.disabled span {
	color: rgba(144, 163, 191, 0.50);
}
#dashboard .balance .legend li span .premium {
	display: none;
}
#dashboard .balance .legend li.disabled span .premium {
	display: inline-block;
	font-weight: var(--fw500);
	background: linear-gradient(90deg, #9A5A1A 61.21%, #A1662A 61.98%, #B37C20 63.89%, #F7BC62 76.92%, #F5DA7A 85.74%, #F1A445 94.55%, #B77C24 99.15%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}




/* Donut -  https://codepen.io/janverstr/pen/PvPoaV?editors=1100
-------------------------------------------------- */

#dashboard .svg-item {
	position: relative;
	margin: 0 auto 16px;
	width: 100%;
	max-width: 330px;
	font-size: 16px;
	animation: donutfade 1s;
}
@keyframes donutfade {
	/* this applies to the whole svg item wrapper */
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}
#dashboard .svg-item svg {
	max-height: 240px;
}
#dashboard .donut-segment-1 {
	transform-origin: center;
	stroke: #00C4FF;
	stroke-linecap: round;
	animation: donut1 1s;
	transform: rotate(0deg);
}
#dashboard .donut-segment-2 {
	transform-origin: center;
	stroke: #046CC3;
	stroke-linecap: round;
	animation: donut2 1s;
	transform: rotate(0deg);
}
@keyframes donut1 {
	0% {
		stroke-dasharray: 0, 100;
	}
	100% {
		stroke-dasharray: var(--segment-1-end), 100;
	}
}
@keyframes donut2 {
	0% {
		stroke-dasharray: 0, 100;
	}
	100% {
		stroke-dasharray: var(--segment-2-end), 100;
	}
}
#dashboard .svg-item .message {
	display: none;
}
#dashboard .balance.empty .svg-item {
	height: 240px
}
#dashboard .balance.empty .btn-group,
#dashboard .balance.empty nav,
#dashboard .balance.empty .svg-item svg,
#dashboard .balance.empty .svg-item .info {
	display: none;
}
#dashboard .balance.empty .svg-item .message {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: rgba(103, 116, 142, 0.80);
	font-size: 16px;
	font-weight: var(--fw300);
	line-height: 24px;
	text-align: center;
}



/* Mobile
-------------------------------------------------- */

@media only screen and (max-width: 1024px) {
	#dashboard {
		display: flex;
		flex-direction: column;
		gap: 0;
		min-height: auto;
		padding: 24px;
	}
	#dashboard > .col-left {
		order: 1;
	}
	#dashboard .col-right {
		display: flex;
		flex-direction: column;
	}
	#dashboard > header {
		margin-bottom: 14px;
	}
	#dashboard .progress,
	#dashboard .balance {
		box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
	}
	#dashboard .col-left .col-left {
		flex: 1 0 100%;
		margin-right: 0;
	}
	#dashboard .col-left .col-right {
		flex: 1 0 100%;
		margin-left: 0;
	}
	#dashboard .section-title {
		flex: 1 0 100%;
		margin-bottom: 24px;
		font-size: 20px;
		font-weight: var(--fw600);
		line-height: normal;
		letter-spacing: -0.4px;
	}
	#dashboard .section header .title {
		color: #17335E;
		font-size: 20px;
		font-weight: var(--fw600);
		line-height: 26px;
	}
	#dashboard .section header .link {
		height: 26px !important;
		font-size: 14px;
		line-height: 26px !important;
	}
	#dashboard .unread-messages {
		order: 10;
		margin-bottom: 36px;
		min-height: unset;
		max-height: none;
		padding: 0;
	}
	#dashboard .unread-messages header {
		margin-bottom: 19px;
	}
	#dashboard .unread-messages .messages {
		margin: 0;
		border-radius: 20px;
		width: 100%;
		overflow-y: auto;
		padding: 16px 0;
		box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
	}
	#dashboard .unread-messages .message {
		margin-bottom: 8px;
	}
	#dashboard .unread-messages .message:last-child {
		margin-bottom: 0;
	}
	#dashboard .unread-messages .messages .link {
		display: block;
		margin: 0 auto;
		font-size: 14px;
		font-weight: var(--fw400);
		line-height: 21px;
		letter-spacing: -0.28px;
		text-align: center;
	}
	#dashboard .summary {
		display: flex;
		gap: 24px;
		flex: none;
		border-radius: 0;
		margin: 0 -24px 24px;
    padding: 16px 24px;
		min-height: auto;
    width: calc(100% + 48px);
		overflow-x: auto;
	}
	#dashboard .summary::-webkit-scrollbar {
		display: none;
	}
	#dashboard .summary > div {
		flex: 0 0 205px;
		height: 124px;
		box-shadow: 0px 0px 22px -7px #00C4FF;
	}
	#dashboard .summary > div:last-child {
		margin-right: 0;
	}
	#dashboard .unread-messages.empty {
		display: none;
	}
	#dashboard .calendar-daily {
		min-height: auto;
		padding: 0;
	}
	#dashboard .calendar-daily header {
		margin-bottom: 3px;
	}
	#dashboard .calendar-daily .bookings {
		display: flex;
		gap: 24px;
		flex: none;
		margin: 0 -24px 0;
		padding: 16px 24px;
		min-height: auto;
		width: calc(100% + 48px);
		overflow-x: auto;
	}
	#dashboard .calendar-daily .bookings::-webkit-scrollbar {
		display: none;
	}
	#dashboard .calendar-daily .bookings .empty {
		margin: 0;
		padding: 20px 0;
		color: rgba(103, 116, 142, 0.80);
		font-size: 16px;
		font-weight: var(--fw300);
		line-height: 24px;
		text-align: center;
	}
	#dashboard .calendar-daily .bookings .slot {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 0 0 210px;
		position: relative;
		border-radius: 15px;
		max-width: none;
		transform: none;
		left: 0;
		margin: 0;
		height: 134px;
		width: 210px;
		padding: 16px;
	}
	#dashboard .calendar-daily .bookings .slot .date {
		color: #193766;
		text-align: left;
	}
	#dashboard .calendar-daily .bookings .slot .customer {
		justify-content: flex-start;
		color: #4D5E80;
		font-size: 16px;
		font-weight: var(--fw600);
		line-height: 30px;
		text-align: left;
	}
	#dashboard .calendar-daily .bookings .slot .customer .name {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#dashboard .calendar-daily .bookings .slot .info {
		justify-content: flex-start;
	}
	#dashboard .calendar-daily .bookings .slot .photo {
		flex: 0 0 24px;
		margin-right: 11px;
		border-radius: 24px;
		height: 24px;
		width: 24px;
	}
	#dashboard .calendar-daily .bookings .slot .note {
		margin-left: 6px;
		height: 20px;
    width: 20px;
		background-size: 16px;
	}
	#dashboard .calendar-daily .bookings .slot em {
		border-radius: 7.5px;
		height: 30px;
		padding: 0px 9px;
		font-size: 14px;
		font-weight: var(--fw500);
	}
	#dashboard .calendar-daily .bookings .slot em i {
		height: 18px;
		width: 18px;
		background-size: 16px !important;
	}
	#dashboard .calendar-daily .bookings .slot em.length i {
		margin-left: 6px;
	}
	
	/* Booked colors */
	#dashboard .calendar-daily .slot.confirmed.yellow {
		border-color: var(--yellow);
		background-color: #fbfded;
	}
	#dashboard .calendar-daily .slot.confirmed.yellow .info em {
		background-color: var(--yellow);
	}
	#dashboard .calendar-daily .slot.confirmed.green {
		border-color: var(--green);
		background: #f2fbee;
	}
	#dashboard .calendar-daily .slot.confirmed.green .info em {
		background-color: var(--green);
	}
	#dashboard .calendar-daily .slot.confirmed.violet {
		border-color: var(--violet);
		background: #f6effb;
	}
	#dashboard .calendar-daily .slot.confirmed.violet .info em {
		background-color: var(--violet);
	}
	#dashboard .calendar-daily .slot.confirmed.orange {
		border-color: var(--orange);
		background: #fbf6ed;
	}
	#dashboard .calendar-daily .slot.confirmed.orange .info em {
		background-color: var(--orange);
	}
	#dashboard .calendar-daily .slot.confirmed.blue {
		border-color: var(--blue);
		background: #eaf0f8;
	}
	#dashboard .calendar-daily .slot.confirmed.blue .info em {
		background-color: var(--blue);
	}
	#dashboard .calendar-daily .slot.confirmed.red {
		border-color: var(--red);
		background: #faefec;
	}
	#dashboard .calendar-daily .slot.confirmed.red .info em {
		background-color: var(--red);
	}

}