/* Customers
-------------------------------------------------- */

#customers > header {
	flex-wrap: wrap;
}
#customers > header h2 {
	order: 1;
}
#customers > header button {
	order: 3;
	height: 48px;
	font-size: 14px;
}
#customers > header button img {
	margin: 0px 0px 0px 10px;
}
#customers > header .filter {
	order: 2;
	border: 1px solid #F3F5F7;
	border-radius: 10px;
	height: 48px;
	width: 400px;
	max-width: 100%;
	padding: 8px 52px 8px 22px;
	color: #344767;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 32px;
	letter-spacing: -0.28px;
	background-color: #FFF;
	background-image: url(../img/ico-search.svg);
	background-position: calc(100% - 16px) center;
	background-repeat: no-repeat;
}
#customers > header .filter::-webkit-search-cancel-button {
	-webkit-appearance: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background:
		linear-gradient(45deg, rgba(25,55,102,0) 0%,rgba(25,55,102,0) 44.5%,#193766 45%,#193766 55%,rgba(25,55,102,0) 55.5%,rgba(25,55,102,0) 100%),
		linear-gradient(135deg, transparent 0%,transparent 44.5%,#193766 45%,#193766 55%,transparent 55.5%,transparent 100%);
	cursor: pointer;
}
#customers > header .filter:focus {
	outline: #046CC3 solid 1px;
}
#customers-list {
	color: #193766;
}
#customers-list .flex-table.waiting-header {
	justify-content: center;
	margin-bottom: 16px;
	color: #AC3E00;
	font-size: 12px;
	font-weight: var(--fw500);
	line-height: 18px;
}
#customers-list .flex-table.waiting-header .icon {
	margin-right: 10px;
	height: 18px;
	width: 18px;
}
#customers-list .flex-table.waiting .flex-row {
	opacity: .5;
}
#customers-list .flex-table.waiting.last {
	margin-bottom: 24px;
	border: 0;
}
#customers-list .customer {
	color: #344767;
	font-weight: var(--fw600);
	cursor: pointer;
}
#customers-list .trainer {
	font-weight: var(--fw500);
}
#customers-list .trainer .photo {
	height: 24px;
	width: 24px;
}
button.light.book {
	margin-top: 16px;
	color: #046CC3;
	background: url(../img/blu-outline-calendar.svg) calc(100% - 16px) center no-repeat;
}
#modal-add-customer .modal-dialog {
	padding: 24px;
}
#modal-add-customer .modal-close {
	top: 24px;
	right: 24px;
}
#modal-add-customer .modal-header {
	justify-content: start;
	margin-bottom: 24px;
	height: 25px;
	min-height: auto;
	font-size: 24px;
	line-height: 25px;
}
#modal-add-customer h3 {
	margin-bottom: 8px;
	color: #193766;
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: 25px;
}
#modal-add-customer p {
	margin-bottom: 16px;
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 17px;
}
#modal-add-customer button {
	justify-content: center;
	height: 48px;
	width: 100%;
	font-size: 16px;
}
#modal-add-customer button img {
	margin-left: 8px;
}
#modal-add-customer .form {
	flex-wrap: nowrap;
	gap: 16px;
}
#modal-add-customer .form input.join-link {
	flex: 1 1 auto;
	border: 1px solid #E8E8E8;
	padding: 12px 48px 12px 24px;
	color: #193766;
	font-weight: var(--fw600);
	text-align: center;
	/* background: url(../img/ico-link.svg) calc(100% - 24px) center no-repeat; */
}
#modal-add-customer .form button {
	flex: 0 0 160px;
	font-size: 14px;
	font-weight: var(--fw600);
}
#modal-new-customer .modal-header {
	height: 56px;
	min-height: 56px;
}
#modal-new-customer .steps {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 0 36px;
}
#modal-new-customer .steps > i {
	flex: 1 0 0;
	border-radius: 4px;
	height: 8px;
	background-color: rgba(4, 108, 195, 0.20);
}
#modal-new-customer .steps > i.active {
	background-color: #046CC3;
}
#modal-new-customer .modal-dialog {
	padding: 0px 24px 20px;
}
#modal-new-customer .form {
	gap: 16px;
}
#modal-new-customer .form .step {
	display: none;
}
#modal-new-customer .form .step.active {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	gap: 16px;
}
#modal-new-customer .form .actions {
	display: flex;
	justify-content: flex-end;
}
#modal-new-customer .form button {
	margin: 0 0 0 16px;
	height: 48px;
	font-size: 16px;
	font-weight: var(--fw700);
}
#modal-new-customer .form button.out {
	border-color: transparent;
	color: #046CC3;
}
#modal-new-customer .form button.out:active {
	color: #FFF;
}
#modal-new-customer .customer-data {
	display: block;
	height: 48px;
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw300);
	letter-spacing: -0.28px;
	line-height: 48px;
}
#modal-new-customer .form .step-3.active {
	align-content: center;
	position: relative;
	height: 513px;
}
#modal-new-customer .form .step-3 .well-done {
	padding-bottom: 72px;
	color: #17335E;
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: 24px;
	text-align: center;
	background: url(../img/checkmark.svg) center bottom no-repeat;
}
#modal-new-customer .form .step-3 .actions {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.alert-score {
	line-height: normal;
	letter-spacing: -0.32px;
}
.alert-row {
	display: flex;
	align-items: center;
	margin: 10px 0 0 8px;
	height: 20px;
}
.alert-row .rel {
	display: inline-block;
	box-sizing: content-box;
	margin-right: 8px;
	border: 0;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	background-color: #A9A9A9;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.alert-row .rel.r1 {
	border: solid 4px rgba(96, 228, 85, 0.30);
	background-color: #2FB519;
}
.alert-row .rel.r2 {
	border: solid 4px rgba(228, 214, 85, 0.30);
	background-color: #DEC800;
}
.alert-row .rel.r3 {
	border: solid 4px rgba(228, 162, 85, 0.30);
	background-color: #B56D19;
}
.alert-row .rel.r4 {
	border: solid 4px rgba(228, 119, 85, 0.30);
	background-color: #B51919;
}




@media only screen and (min-width: 1025px) {
	#customers-list .flex-table .flex-row:nth-child(1) {
		width: calc(38% - 150px);
	}
	#customers-list .flex-table .flex-row:nth-child(2) {
		width: 20%;
	}
	#customers-list .flex-table .flex-row:nth-child(3) {
		width: 17%;
	}
	#customers-list .flex-table .flex-row:nth-child(4) {
		width: 10%;
	}
	#customers-list .flex-table .flex-row:nth-child(5) {
		width: 14%;
	}
	#customers-list .flex-table .flex-row:nth-child(6) {
		width: 150px;
	}
	#customers-list .flex-row:nth-child(5),
	#customers-list .flex-row:nth-child(6) {
		font-size: 12px;
		font-weight: var(--fw500);
	}
}


/* Customer
-------------------------------------------------- */

#customer {
	border-radius: 0;
	padding: 0;
	background: transparent;
}
#customer .customer-header {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
	overflow-x: scroll;
}
#customer-summary {
	display: flex;
	justify-content: space-between;
	flex: 1 0 auto;
	position: relative;
	border-radius: 20px;
	min-height: 135px;
	padding: 16px;
	background-color: #FFF;
}
#customer-summary .name {
	color: #17335E;
}
#customer-summary .photo {
	margin-right: 24px;
	border-radius: 50%;
	border: 2px solid #046CC3;
	height: 121px;
	width: 121px;
	flex-grow: 0;     /* do not grow   - initial value: 0 */
	flex-shrink: 0;   /* do not shrink - initial value: 1 */
	flex-basis: 121px; /* width/height  - initial value: auto */
	background: url(../img/ico-user.svg) center center no-repeat;
	background-size: cover;
}
#customer-summary .info {
	display: flex;
}
#customer-summary .info .from {
	color: #90A3BF;
	font-size: 12px;
	font-weight: var(--fw500);
	line-height: 150%;
	letter-spacing: -0.24px;
	white-space: nowrap;
}
#customer-summary .info span {
	display: block;
	margin-bottom: 8px;
	padding-left: 20px;
	color: #17335E;
	font-size: 14px;
	font-weight: var(--fw500);
	line-height: 21px;
	letter-spacing: -0.28px;
	background-position: left center;
	background-repeat: no-repeat;
}
#customer-summary .info span:last-child {
	margin-bottom: 0;
}
#customer-summary .info .birthday {
	background-image: url(../img/ico-cake.svg);
	background-position-y: top;
}
#customer-summary .info .phone {
	background-image: url(../img/ico-call.svg);
}
#customer-summary .info .mail {
	background-image: url(../img/ico-mail.svg);
}
#customer-summary .customer-data .trainer {
	display: flex;
	gap: 8px;
	margin: 0 auto 24px;
	border-radius: 10px;
	border: 1px solid #E8E8E8;
	padding: 12px 16px;
	align-items: center;
	color: #17335E;
	font-size: 16px;
	font-weight: var(--fw400);
	line-height: normal;
	background: url('../img/ico-swap.svg') calc(100% - 16px) center no-repeat;
}
#customer-summary .customer-data .trainer .trainer-photo {
	border-radius: 24px;
	height: 24px;
	width: 24px;
	background: url('../img/ico-user.svg') center center no-repeat;
	background-size: cover;
}

#customer-payment-method {
	border-radius: 20px;
	padding: 16px;
	text-align: center;
	background-color: #FFF;
}
#customer-payment-method.payment-method .title {
	margin-bottom: 10px;
	padding: 7px 0 0;
	color: #17335E;
	white-space: nowrap;
}
#customer-payment-method.payment-method .card {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	height: 77px;
	width: 122px;
	padding-bottom: 6px;
	color: #FFF;
	font-family: monospace;
	font-size: 10px;
	background: url(../img/card/mastercard-lg.svg) center center no-repeat;
	background-size: contain;
}
#customer-payment-method.payment-method .card.empty,
#customer-card .payment-method .card.empty {
	align-items: flex-start;
	color: #67748E;
	font-family: inherit;
	font-size: 12px;
	font-weight: var(--fw500);
	background: none;
}
#customer-card .payment-method .card.empty {
	align-items: center;
}
#customer-payment-method.payment-method .card:not(.empty):after,
#customer-card .payment-method .card:not(.empty):after {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	height: 26px;
	width: 39px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#customer-payment-method.payment-method .card[data-card-brand="MasterCard"]:after,
#customer-card .payment-method .card[data-card-brand="MasterCard"]:after {
	background-image: url(../img/card/MasterCard.svg);
}
#customer-payment-method.payment-method .card[data-card-brand="Visa"]:after,
#customer-card .payment-method .card[data-card-brand="Visa"]:after {
	background-image: url(../img/card/Visa.svg);
}
#customer-payment-method.payment-method .card[data-card-brand="American Express"]:after,
#customer-card .payment-method .card[data-card-brand="American Express"]:after {
	background-image: url(../img/card/American Express.svg);
}
#customer-payment-method.payment-method .card[data-card-brand="UnionPay"]:after,
#customer-card .payment-method .card[data-card-brand="UnionPay"]:after {
	background-image: url(../img/card/UnionPay.svg);
}

#customer-package-panel,
#customer-rate-panel,
#customer-trainer {
	border-radius: 20px;
	padding: 16px;
	text-align: center;
	background-color: #FFF;
}
#customer-package-panel .title,
#customer-rate-panel.rate .title,
#customer-trainer .title {
	margin-bottom: 10px;
	min-width: 160px;
	padding: 7px 0 0;
	color: #17335E;
	white-space: nowrap;
}
#customer-package-panel .edit-package,
#customer-package-panel .add-package,
#customer-rate-panel.rate .edit-price,
#customer-trainer .edit-trainer {
	display: inline-block;
	height: 21px;
	padding-right: 24px; 
	color: #046CC3;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 21px;
	letter-spacing: -0.28px;
	white-space: nowrap;
	background: url(../img/ico-edit-grad.svg) right center no-repeat;
}
#customer-trainer .edit-trainer {
	background: url(../img/swap-grad.svg) right center no-repeat;
}
#customer-package-panel .edit-package {
	background: url(../img/eye-grad.svg) right center no-repeat;
}
#customer-package-panel .add-package {
	display: inline-flex;
	align-items: center;
	height: 60px;
	background: url(../img/add-grad.svg) right center no-repeat;
}
#customer-package-panel .add-package span,
#customer-package-panel .edit-package span,
#customer-rate-panel.rate .edit-price span,
#customer-trainer .edit-trainer span {
	background: linear-gradient(90deg, #046CC3 0.03%, #00C4FF 156.84%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#customer-rate-panel.rate .price {
	display: block;
	padding: 4px 0 0 0;
	color: #344767;
	font-size: 28px;
	font-weight: var(--fw500);
	line-height: 32px;
	letter-spacing: -0.56px;
	text-align: center;
}
#customer-rate-panel.rate .price em {
	color: #90A3BF;
	font-size: 24px;
	font-weight: var(--fw500);
	line-height: 150%;
	letter-spacing: -0.48px;
}
#customer-trainer .trainer {
	display: flex;
	height: 42px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 14px;
	font-weight: var(--fw400);
	line-height: normal;
	white-space: nowrap;
}
#customer-trainer .trainer .trainer-photo {
	border-radius: 24px;
	height: 24px;
	width: 24px;
	background: url('../img/ico-user.svg') center center no-repeat;
	background-size: cover;
}
#customer-package-panel[data-status=wait],
.customer-package-panel[data-status=wait] {
	border: 1.5px solid !important;
	border-color: #A9A9A9 !important;
}
/*
#customer-package-panel[data-status=active],
.customer-package-panel[data-status=active] {
	border: 1.5px solid !important;
	border-color: var(--green) !important;
}
*/
#customer-package-panel[data-status=pause],
.customer-package-panel[data-status=pause] {
	border: 1.5px solid !important;
	border-color: var(--orange) !important;
}
#customer-package-panel[data-status=end],
.customer-package-panel[data-status=end] {
	border: 1.5px solid !important;
	border-color: var(--red) !important;
}
#customer-package-panel .package-name {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: var(--fw700);
	line-height: normal;
}
#customer-package-panel .package-lessons {
	display: block;
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: var(--fw400);
	line-height: normal;
}
#customer-card {
	border-radius: 20px;
	min-height: calc(100vh - 317px);
	padding: 36px 48px 55px;
	background-color: #FFF;
}
#customer-card p {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.28px;
}
#customer-card .overview {
	display: flex;
	align-items: flex-end;
	margin-bottom: 36px;
	color: #17335E;
	font-size: 32px;
	font-weight: var(--fw500);
	line-height: 48px;
	letter-spacing: -0.64px;
}
#customer-card .overview > div {
	margin-right: 81px;
}
#customer-card .overview > div:last-child {
	margin-right: 0;
}
#customer-card .overview label {
	display: block;
}
#customer-card .r1 {
	color: #2FB519;
}
#customer-card .r2 {
	color: #DEC800;
}
#customer-card .r3 {
	color: #B56D19;
}
#customer-card .r4 {
	color: #B51919;
}
#download-doc {
	display: none;
	margin: 0 12px 0 auto;
	height: 24px;
	width: 24px;
	background: url(../img/ico-download.svg) center center no-repeat;
	cursor: pointer;
}
#delete-doc {
	display: inline-block;
	height: 24px;
	width: 24px;
	background: url(../img/ico-delete.svg) center center no-repeat;
	cursor: pointer;
}
.followup-table {
	border-radius: 10px;
	margin-bottom: 36px;
	max-width: 564px;
	background: #FBFBFB;
	overflow: hidden;
}
.followup-table .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	padding: 10px 27px 10px 24px
}
.followup-table .row.header {
	color: #17335E;
	font-size: 14px;
	font-weight: var(--fw500);
	line-height: 21px;
	letter-spacing: -0.28px;
}
.followup-table .row:nth-child(even) {
	background: #F6F6F6;
}
.followup-table .row .col:nth-child(1) {
	width: 150px;
}
.followup-table .row .col:nth-child(2) {
	width: 70px;
	text-align: center;
}
.followup-table .row .col:nth-child(3) {
	width: 110px;
	text-align: right;
}
#customer-calendar {
	margin-bottom: 36px;
	max-width: 353px;
}
#customer-calendar .row {
	margin-bottom: 16px;
	height: 48px;
}
#customer-calendar .row .col:nth-child(1) {
	width: 80px
}
#customer-calendar input[type=time] {
	height: 48px;
	width: 118px;
	padding: 8px 16px;
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 21px;
	letter-spacing: -0.28px;
}
#training-file {
	display: none;
}
#training-file + label {
	display: none;
}
#training-doc {
	display: none;
	margin-bottom: 40px;
}
#training-doc button.out {
	height: 40px;
}
#modal-edit-price .form {
	position: relative;
	margin: 0 auto 8px;
	max-width: 200px;
}
#modal-edit-price .form:after {
	content: '€/sessione';
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid rgb(190 190 190 / 30%);
	margin: 9px 16px 9px 0;
	height: 30px;
	padding-left: 8px;
	font-weight: var(--fw300);
	line-height: 30px;
}
#modal-edit-price .form input {
	padding-right: 94px;
	font-weight: var(--fw500);
	text-align: center;
}

#modal-swap-trainer .modal-dialog {
	padding: 24px;
}
#modal-swap-trainer .modal-header {
	margin-bottom: 24px;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
}
#modal-swap-trainer .list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}
#modal-swap-trainer .list .trainer {
	display: flex;
	padding: 12px 16px;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	border: 1px solid #E4E4E4;
	font-size: 16px;
	font-weight: var(--fw400);
	line-height: normal;
	cursor: pointer;
}
#modal-swap-trainer .list .trainer.active {
	border-color: #046CC3;
	transition: border-color .2s ease-in-out;
}
#modal-swap-trainer .list .trainer .photo {
	border-radius: 24px;
	height: 24px;
	width: 24px;
	background: url(../img/ico-user.svg) center center no-repeat;
	background-size: cover;
}
#modal-swap-trainer .form .actions {
	display: flex;
	justify-content: flex-end;
}
#modal-swap-trainer .form button {
	margin: 0 0 0 16px;
	height: 48px;
	font-size: 16px;
	font-weight: var(--fw700);
}
#modal-swap-trainer .form button.out {
	border-color: transparent;
	color: #046CC3;
	font-weight: var(--fw700);
}
#modal-swap-trainer .form button.out:active {
	color: #FFF;
}

/* Modal set package */
#modal-set-package .modal-header {
	display: none;
	margin-bottom: 24px;
	height: 29px;
	min-height: 29px;
}
#modal-set-package .modal-header.active {
	display: flex;
}
#modal-set-package .steps {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 0 0 24px;
}
#modal-set-package .steps > i {
	flex: 1 0 0;
	border-radius: 4px;
	height: 8px;
	background-color: rgba(4, 108, 195, 0.20);
}
#modal-set-package .steps > i.active {
	background-color: #046CC3;
}
#modal-set-package .modal-dialog {
	padding: 24px;
}
#modal-set-package .form {
	gap: 16px;
}
#modal-set-package .form .step {
	display: none;
}
#modal-set-package .form .step.active {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	gap: 16px;
	width: 100%;
}
#modal-set-package .form .actions {
	display: flex;
	justify-content: flex-end;
	padding-top: 8px;
}
#modal-set-package .form button {
	margin: 0 0 0 16px;
	height: 48px;
	font-size: 16px;
	font-weight: var(--fw700);
}
#modal-set-package .form button.out {
	border-color: transparent;
	color: #046CC3;
}
#modal-set-package .form button.out:active {
	color: #FFF;
}
#modal-set-package .colors {
	display: flex;
	gap: 11px;
	padding: 0 3px;
}
#modal-set-package .colors a {
	display: block;
	border-radius: 18px;
	width: 36px;
	height: 36px;
	background-color: var(--blue);
	cursor: pointer;
}
#modal-set-package .colors a.active {
	outline: 1px solid #046CC3;
	outline-offset: 2px;
}
#modal-set-package .colors a.yellow {
	background-color: var(--yellow);
}
#modal-set-package .colors a.green {
	background-color: var(--green);
}
#modal-set-package .colors a.violet {
	background-color: var(--violet);
}
#modal-set-package .colors a.orange {
	background-color: var(--orange);
}
#modal-set-package .colors a.red {
	background-color: var(--red);
}
#modal-set-package .form .form-group-inline {
	padding-top: 0px;
}
#modal-set-package .form .price:after {
	content: '€';
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	border-left: 1px solid rgb(190 190 190 / 30%);
	margin: 9px 16px 9px 0;
	height: 30px;
	padding-left: 16px;
	font-weight: var(--fw300);
	line-height: 30px;
}
#modal-set-package .form .disclaimer {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 150%;
	letter-spacing: -0.28px;
}
#modal-set-package .form .service {
	display: flex;
	width: 345px;
	padding: 16px;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	border-radius: 15px;
	border: 1.5px solid #046CC3;
	flex-basis: 100%;
	flex-direction: column;
	gap: 4px;
}
#modal-set-package .form .service > * {
	width: 100%;
}
#modal-set-package .form .service .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#modal-set-package .form .service .header .title {
	color: #17335E;
	font-size: 16px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: -0.32px;
}
#modal-set-package .form .service .header .badge {
	border-radius: 12px;
	margin-left: 6px;
	color: #FFF;
	font-size: 14px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: -0.28px;
	display: inline-flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	background: #046CC3;
}
#modal-set-package .form .service .header .check {
	display: block;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	background-color: #FFF;
	background: url(../img/check-out.svg) center center no-repeat, url(../img/done.svg) center center no-repeat;
	cursor: pointer;
}
#modal-set-package .form .service .header .check:active,
#modal-set-package .form .service .header .check.active {
	background-color: #046CC3;
}
#modal-set-package .form .service .price-label {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 24px;
	font-weight: var(--fw700);
	line-height: normal;
	letter-spacing: -0.48px;
}
#modal-set-package .form .service .price-label del {
	color: #90A3BF;
	font-size: 20px;
	font-weight: var(--fw300);
	line-height: normal;
	letter-spacing: -0.4px;
	text-decoration-line: line-through;
}
#modal-set-package .form .service .duration {
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: normal;
	letter-spacing: -0.32px;
}
#modal-set-package .form .service .descr {
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: normal;
	letter-spacing: -0.28px;
}
#modal-set-package .package {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	border-radius: 20px;
	border: 1.5px solid #046CC3;
	width: 100%;
	max-width: 345px;
	padding: 16px;
}
#modal-set-package .package {
	position: relative;
	border: none;
	background: linear-gradient(90deg, #046CC3 0%, #00C4FF 100%);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}
#modal-set-package .package {
	margin-left: 4px;
	max-width: none;
	width: calc(100% - 4px);
	box-shadow: none;
}
#modal-set-package .package::before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0px;
	bottom: 0px;
	width: 40px;
	background-color: transparent;
	border-radius: 20px;
}
#modal-set-package .package.yellow::before {
	box-shadow: -4px 0px 0px 0px var(--yellow);
}
#modal-set-package .package.green::before {
	box-shadow: -4px 0px 0px 0px var(--green);
}
#modal-set-package .package.violet::before {
	box-shadow: -4px 0px 0px 0px var(--violet);
}
#modal-set-package .package.orange::before {
	box-shadow: -4px 0px 0px 0px var(--orange);
}
#modal-set-package .package.blue::before {
	box-shadow: -4px 0px 0px 0px var(--blue);
}
#modal-set-package .package.red::before {
	box-shadow: -4px 0px 0px 0px var(--red);
}
#modal-set-package .package > * {
	color: #FFF;
}
#modal-set-package .package .check {
	position: absolute;
	top: 8px;
	right: 8px;
	border: 1px solid #FFF;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	padding: 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	background-clip: content-box;
	background-color: transparent;
}
#modal-set-package .package .check.active {
	background-color: #FFF;
}
#modal-set-package .step-2 .package .check,
#modal-set-package .step-3 .package .check {
	display: none;
}
#modal-set-package .package .pkg-name {
	margin-bottom: 4px;
	font-weight: var(--fw600);
	line-height: normal;
}
#modal-set-package .package .details {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: normal;
}
#modal-set-package .package .price {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: var(--fw700);
	line-height: normal;
	letter-spacing: -0.48px;
}
#modal-set-package .form .package .price:after {
	content: none;
}
#modal-set-package .package .duration {
	position: absolute;
	right: 12px;
	bottom: 8px;
	margin: 0px;
	font-size: 12px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: -0.24px;
	text-align: right;
}
#modal-set-package .form .step.step-2.active,
#modal-set-package .form .step.step-3.active {
	gap: 24px;
}
#modal-set-package .form .step .pkg-list {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	gap: 16px;
	width: 100%;
	max-height: 420px;
	overflow: scroll;
}
#modal-set-package .form label {
	font-size: 14px;
	font-weight: var(--fw300);
}
#modal-set-package .form input + label {
	margin: 8px 0 0 0;
}
#modal-set-package .done {
	margin: 0 auto
}
#modal-set-package .scheduling p {
	margin-bottom: 16px;
	line-height: normal;
}
#modal-set-package .scheduling p + p {
	margin-bottom: 0px;
}
#modal-set-package p.note {
	margin: 0;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 150%;
	letter-spacing: -0.28px;
}
#modal-set-package .form button.end {
	justify-content: center;
	margin: 0;
	width: 100%;
}

/* Modal package status */
#modal-show-package .modal-dialog {
	gap: 24px;
	padding: 24px;
}
#modal-show-package .modal-close {
	top: 24px;
	right: 24px;
}
#modal-show-package .modal-header {
	height: 25px;
	min-height: auto;
	font-size: 24px;
	line-height: 25px;
}
#modal-show-package .package {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin: 7px auto 24px;
	border: 1px solid var(--blue);
	border-radius: 20px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	max-width: 345px;
	padding: 16px;
}
#modal-show-package .wait .package {
	border-color: #A9A9A9;
}
#modal-show-package .pause .package {
	border-color: var(--orange);
}
#modal-show-package .end .package {
	border-color: var(--red);
}
#modal-show-package .pkg-name {
	font-size: 16px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: -0.32px;
}
#modal-show-package .details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	font-size: 18px;
	font-weight: var(--fw400);
	line-height: normal;
	letter-spacing: -0.36px;
}
#modal-show-package .details .services {
	color: #046CC3;
	padding-right: 24px;
	background: url(../img/eye-show.svg) right 4px no-repeat;
	background-size: 18px;
	cursor: pointer;
}
#modal-show-package .payment {
	font-size: 16px;
	font-weight: var(--fw300);
	line-height: normal;
	letter-spacing: -0.32px;
	text-align: center;
}
#modal-show-package .payment .status-wait {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--orange);
}
#modal-show-package .payment .status-wait-note {
	display: inline-flex;
	align-items: center;
	color: var(--orange);
}
#modal-show-package .payment .status-wait i {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/time-circle-orange.svg) center center no-repeat;
	background-size: contain;
}
#modal-show-package .payment .set-payment {
	display: inline-block;
	margin-top: 8px;
	font-size: 16px;
	font-weight: var(--fw400);
}
#modal-show-package .payment .status-paid {
	display: none;
}
#modal-show-package .payment.paid .status-wait,
#modal-show-package .payment.paid .status-wait-note {
	display: none;
}
#modal-show-package .payment.paid .status-paid {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--green);
}
#modal-show-package .payment.paid .status-paid i {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/check_circle_light.svg);
	background-size: 20px;
}
#modal-show-package .payment.paid .set-payment {
	display: none;
}
#modal-show-package .status {
	display: none;
	align-items: center;
	gap: 8px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: var(--fw300);
	line-height: normal;
	letter-spacing: -0.32px;
	background-color: rgba(255, 255, 255, .85);
}
#modal-show-package .active .status {
	display: flex;
}
#modal-show-package .wait .status,
#modal-show-package .pause .status {
	display: flex;
	color: var(--orange);
}
#modal-show-package .end .status {
	position: absolute;
	display: flex;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #17335E;
	font-size: 22px;
	font-weight: var(--fw600);
}
#modal-show-package .active .status i {
	display: block;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	background-color: var(--green);
}
#modal-show-package .wait .status i,
#modal-show-package .pause .status i {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/time-circle-orange.svg) center center no-repeat;
}
#modal-show-package .pause .status i {
	border-radius: 8px;
	width: 16px;
	height: 16px;
	background: var(--orange);
}
#modal-show-package .end .status i {
	display: none;
}
#modal-show-package .package-end {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: var(--fw300);
	line-height: normal;
}
#modal-show-package .notes {
	margin-bottom: 24px;
	color: #90A3BF;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: normal;
}
#modal-show-package .actions {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}
#modal-show-package .actions .btn {
	display: none;
	height: 48px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	padding: 10px 24px;
	border-radius: 10px;
	
	color: #F4F7FF;
	font-size: 16px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: -0.32px;
	
	background: linear-gradient(90deg, #046CC3 0%, #00C4FF 100%);
}
#modal-show-package .actions .btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
#modal-show-package .actions .btn.warning {
	display: flex;
	color: #FFF;
	background: linear-gradient(90deg, #E10D0D 0%, #CB0F0F 0.01%, #F00 100%);
	box-shadow: none;
}
#modal-show-package .actions .btn i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/pause_circle_outline.svg) center center no-repeat;
}
#modal-show-package .pause .actions .btn i,
#modal-show-package .wait .actions .btn i {
	background-image: url(../img/play_circle.svg);
}
#modal-show-package .wait .actions .btn.start {
	display: flex;
}
#modal-show-package .active .actions .btn.pause {
	display: flex;
}
#modal-show-package .pause .actions .btn.resume {
	display: flex;
}
#modal-show-package .end .actions .btn.new {
	display: flex;
}
#modal-show-package .end .actions .btn.end {
	display: none;
}
#modal-confirm-payment .modal-dialog {
	padding: 24px;
}
#modal-confirm-payment .modal-header {
	margin-bottom: 24px;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
}
#modal-confirm-payment .form .actions {
	display: flex;
	justify-content: flex-end;
}
#modal-confirm-payment .form button {
	margin: 0 0 0 16px;
	height: 48px;
	font-size: 16px;
	font-weight: var(--fw700);
}
#modal-confirm-payment .form button.out {
	border-color: transparent;
	color: #046CC3;
	font-weight: var(--fw700);
}
#modal-confirm-payment .form button.out:active {
	color: #FFF;
}




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

@media only screen and (max-width: 1024px) {
	
	#customers > header button {
		height: 40px;
	}
	#customers > header .filter {
		order: 4;
		margin-top: 24px;
		width: 100%;
	}
	#customers-list .flex-table.waiting-header {
		display: none;
	}
	#customers-list .flex-table.row {
		margin-bottom: 24px;
		border-radius: 20px;
		border: 1.5px solid #EDEDED;
		padding: 24px;
		background: #FFF;
		box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
	}
	#customers-list .flex-table.row:last-child {
		margin-bottom: 0;
	}
	#customers-list .flex-row:first-child {
		height: 64px;
		font-size: 18px;
		font-weight: var(--fw500);
		line-height:  27px;
		letter-spacing: -0.36px;
	}
	#customers-list .flex-row:nth-child(2) {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.32px;
	}
	#customers-list.table-container .card {
		margin-right: 0;
	}
	#customer-summary .info {
		flex-direction: column;
		align-items: center;
		margin-right: 0;
		width: 100%;
	}
	#customer-summary .photo {
		margin: 59px 0 6px;
	}
	#customer-summary .customer-data {
		width: 100%;
	}
	#customer-summary .name {
		margin-bottom: 24px !important;
		line-height: 35px;
		text-align: center;
	}
	#customer-summary .info .from {
		display: block;
	}
	#customer-summary .customer-details {
		border: 1px solid #EFEFEF;
		border-radius: 20px;
		padding: 16px 20px;
		background: #FFF;
		box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
	}
	#customer-summary .customer-details .title {
		margin-bottom: 8px;
		font-size: 16px;
		font-weight: var(--fw500);
		line-height: 24px;
		letter-spacing: -0.32px;
	}
	#customer-summary .info span {
		padding-left: 22px;
	}
	#customer-card {
		padding: 0px 24px 30px;
	}
	#customer-card .overview-mobi {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 12px;
		margin-bottom: 36px;
	}
	#customer-card .overview-mobi > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		position: relative;
		border: 1px solid #EFEFEF;
		border-radius: 20px;
		height: 96px;
		width: 100%;
		min-width: 0;
		padding: 16px 10px;
		color: #17335E;
		font-size: 24px;
		font-weight: var(--fw500);
		line-height: 36px;
		letter-spacing: -0.48px;
		background: #FFF;
		box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
	}
	#customer-card .overview-mobi .edit-price {
		display: block;
		position: absolute;
		top: -8px;
		border-radius: 50%;
		height: 24px;
		width: 24px;
		background-image: url(../img/ico-edit-white.svg), linear-gradient(90deg, #046CC3 0%, #00C4FF 100%);
		background-position: center center;
		background-repeat: no-repeat;
	}
	#customer-card .overview-mobi > div em {
		font-size: 14px;
		font-weight: var(--fw500);
		line-height: 150%;
		letter-spacing: -0.28px;
	}
	#customer-card .overview-mobi label {
		color: #90A3BF;
		font-size: 16px;
		font-weight: var(--fw500);
		line-height: 24px;
		letter-spacing: -0.32px;
		text-transform: none;
	}
	#customer-card .payment-method label {
		display: none;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: -0.24px;
	}
	#customer-card .payment-method .card.empty + label {
		display: block;
	}
	#customer-card .payment-method .card {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		position: relative;
		height: 65px;
		width: 104px;
		padding-bottom: 6px;
		color: #FFF;
		font-family: monospace;
		font-size: 6px;
		line-height: 6px;
		background: url(../img/card/mastercard-lg.svg) center center no-repeat;
		background-size: contain;
	}
	#customer-card .payment-method .card:not(.empty):after {
		right: 3px;
		height: 20px;
	}
	#training-file + label {
		display: block;
		height: 24px;
		width: 100%;
		color: #046CC3;
		font-size: 14px;
		font-weight: var(--fw500);
		line-height: 24px;
		letter-spacing: -0.28px;
		text-transform: none;
		background: url(../img/ico-add.svg) right center no-repeat;
	}
	#training-doc h5 {
		display: none;
	}
	#training-doc button.out {
		display: none;
	}
	#training-doc .file-wrapper {
		border: none;
		margin-right: 0;
		height: 21px;
		width: 100%;
		padding: 0 2px 0 0;
		color: #193766;
		font-size: 14px;
		font-weight: var(--fw300);
		line-height: 21px;
		letter-spacing: -0.28px;
	}
	#download-doc {
		display: inline-block;
	}
	.followup-table {
		border-radius: 0;
		max-width: 100%;
		background: none;
	}
	.followup-table .row.header {
		display: none;
	}
	.followup-table .row {
		margin-bottom: 16px;
		height: 30px;
		padding: 0;
	}
	.followup-table .row:nth-child(even) {
		background: none;
	}
	.followup-table .row:last-child {
		margin-bottom: 0;
	}
	.followup-table .row .col:nth-child(2) {
		display: none;
	}
	.followup-table button.out {
		border: 0;
		padding: 0;
		color: #046CC3;
		font-size: 14px;
		font-weight: var(--fw400);
		line-height: normal;
	}
	#remove-customer {
		justify-content: center;
		height: 48px;
		width: 100%;
		padding: 10px 24px;
		font-size: 16px;
		font-weight: var(--fw700);
		text-align: center;
	}
	
	#customer-card .customer-package-panel .add-package {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 12px;
		color: #193766;
		font-size: 14px;
		font-weight: var(--fw500);
		line-height: normal;
		letter-spacing: -0.28px;
	}
	#customer-card .customer-package-panel .add-package i {
		display: block;
		border-radius: 12px;
		width: 24px;
		height: 24px;
		background: #046CC3 url(../img/paper-plus.svg) center center no-repeat;
	}
	#customer-card .customer-package-panel .package-name {
		max-width: 100%;
		color: #17335E;
		font-weight: var(--fw500);
		line-height: normal;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#customer-card .customer-package-panel .package-lessons {
		color: #90A3BF;
		font-size: 14px;
		font-weight: var(--fw400);
		line-height: normal;
	}
	#customer-card .customer-package-panel .edit-package {
		padding-right: 22px;
		font-size: 14px;
		background: url(../img/eye-grad.svg) right center no-repeat;
	}
	
}