/* Settings
-------------------------------------------------- */

#settings {
	display: flex;
	height: calc(100% - 48px);
	padding: 36px 10px 36px 36px;
}
#settings > nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 0;
	width: 204px;
	padding: 36px 36px 36px 0px;
}
#settings > nav a {
	display: block;
	margin-bottom: 8px;
	border-radius: 5px;
	height: 37px;
	width: 160px;
	padding: 8px 16px;
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 21px;
	letter-spacing: -0.28px;
	background: #FFF;
	transition: background-color .2s ease-in-out;
	cursor: pointer;
}
#settings > nav a.active,
#settings > nav a:hover {
	background-color: #F7F7F7;
}
#settings > nav a.active {
	font-weight: var(--fw500);
}
#settings > nav a[data-target="#settings-penalty"] span {
	letter-spacing: -.75px;
}
#settings > nav a[data-target="#settings-autoreply"] span {
	letter-spacing: -.75px;
}
#settings > nav a:last-child {
	margin-bottom: 0;
}
#settings > nav a span {
	position: relative;
}
#settings > nav a span sup {
	position: absolute;
	top: -4px;
	right: -29px;
	border-radius: 5px;
	padding: 2px 4px;
	color: #FFF;
	font-size: 9px;
	line-height: 10px;
	background: #2196F3;
}
/*
.is-partner #settings > nav a[data-target="#settings-google-calendar"],
.is-partner #settings-google-calendar {
	display: none;
}
*/
#settings .content {
	position: relative;
	flex-grow: 1;
	height: 100%;
	overflow-y: auto;
	scroll-behavior: smooth;
	padding-right: 14px;
}
#settings .panel {
	margin-bottom: 24px;
	border: 1px solid #E8E8E8;
	border-radius: 20px;
	padding: 24px;
}
#settings .panel h2 {
	margin-bottom: 6px;
}
#settings .panel .form h3 {
	flex-basis: 100%;
	margin-bottom: -8px;
}
#settings .panel,
#settings .panel p {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.28px;
}
#settings .panel .note.danger {
	color: #CB1616;
	font-size: 12px;
	font-style: italic;
	font-weight: var(--fw300);
	line-height: 150%;
	letter-spacing: -0.24px;
}
#settings .panel .note.danger ul {
	padding-left: 14px;
	line-height: 19px;
	list-style-type: disc;
	list-style-position: outside;
}
#enabled-booking-confirm.disable,
#booking-interval.disable {
	position: relative;
}
#enabled-booking-confirm.disable:after,
#booking-interval.disable:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFFF;
	opacity: .5;
}
#settings-rates #add-rate,
#settings-packages #add-package {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 20px;
	border: 1.5px dashed #046CC3;
	width: 345px;
	padding: 38px;
	color: #193766;
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: normal;
}
#onboard-rates .form {
	justify-content: center;
	margin-bottom: 24px;
}
#settings-rates .rate,
#onboard-rates .rate,
#settings-packages .package,
#modal-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;
}
#settings-rates .rate .edit,
#onboard-rates .rate .edit,
#settings-packages .package .edit {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	border: 1px solid #046CC3;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	background: url(../img/ico-edit.svg) center center no-repeat;
	background-size: 12px;
}
#settings-rates .rate .delete,
#onboard-rates .rate .delete {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	border: 1px solid #046CC3;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	background: url(../img/ico-trash.svg) center center no-repeat;
	background-size: 12px;
}
#settings-rates .rate .service,
#onboard-rates .rate .service {
	margin: 0 30px 0 0;
	color: #17335E;
	font-size: 16px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: -0.32px;
}
/*
#settings-rates .rate .service.group {
	padding-left: 30px;
	background: url(../img/users-x3.svg) left top no-repeat;
}
*/
#settings-rates .rate .service.group i,
#onboard-rates .rate .service.group i {
	display: inline-block;
	margin-left: 6px;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	background: url(../img/users-x3.svg) center no-repeat;
	background-size: 22px 16px;
}
#settings-rates .rate .price,
#onboard-rates .rate .price {
	margin: 0;
	color: #193766;
	font-size: 24px;
	font-weight: var(--fw700);
	line-height: normal;
	letter-spacing: -0.48px;
}
#settings-rates .rate .duration,
#onboard-rates .rate .duration {
	margin: 0;
	color: #193766;
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: normal;
	letter-spacing: -0.32px;
}
#settings-rates .rate .description,
#onboard-rates .rate .description {
	margin: 0;
	color: #193766;
	font-weight: var(--fw300);
	line-height: normal;
	letter-spacing: -0.28px;
}

#settings-packages .package,
#modal-package .package {
	border: none;
	background: linear-gradient(90deg, #046CC3 0%, #00C4FF 100%);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}
#modal-package .package {
	margin-left: 4px;
	max-width: none;
	width: calc(100% - 4px);
	box-shadow: none;
}
#settings-packages .package::before,
#modal-package .package::before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0px;
	bottom: 0px;
	width: 40px;
	background-color: transparent;
	border-radius: 20px;
}
#settings-packages .package.yellow::before,
#modal-package .package.yellow::before {
	box-shadow: -4px 0px 0px 0px var(--yellow);
}
#settings-packages .package.green::before,
#modal-package .package.green::before {
	box-shadow: -4px 0px 0px 0px var(--green);
}
#settings-packages .package.violet::before,
#modal-package .package.violet::before {
	box-shadow: -4px 0px 0px 0px var(--violet);
}
#settings-packages .package.orange::before,
#modal-package .package.orange::before {
	box-shadow: -4px 0px 0px 0px var(--orange);
}
#settings-packages .package.blue::before,
#modal-package .package.blue::before {
	box-shadow: -4px 0px 0px 0px var(--blue);
}
#settings-packages .package.red::before,
#modal-package .package.red::before {
	box-shadow: -4px 0px 0px 0px var(--red);
}
#settings-packages .package > *,
#modal-package .package > * {
	color: #FFF;
}
#settings-packages .package .edit {
	border-color: #FFF;
	background-image: url(../img/ico-edit-white.svg);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	background-image: url(../img/ico-delete-sm.svg);
	background-color: #FFF;
}
#settings-packages .package .name,
#modal-package .package .name {
	margin-bottom: 4px;
	font-weight: var(--fw600);
	line-height: normal;
}
#settings-packages .package .details,
#modal-package .package .details {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: normal;
}
#settings-packages .package .price,
#modal-package .package .price {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: var(--fw700);
	line-height: normal;
	letter-spacing: -0.48px;
}
#modal-package .form .package .price:after {
	content: none;
}
#settings-packages .package .duration,
#modal-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;
}
#settings-packages h3 {
	margin-bottom: 0px !important;
	color: #17335E;
	line-height: normal;
}
#settings-packages .banner-klarna {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	border-radius: 15px;
	border: 1px solid var(--text-app, #193766);
	width: 100%;
	max-width: 345px;
	padding: 16px;
	background: url(../img/logo-klarna.svg) 16px 16px no-repeat;
}
#settings-packages .banner-klarna p {
	margin: 0px;
	padding-left: 52px;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -0.24px;
}
#settings-packages .banner-klarna a {
	font-weight: var(--fw400);
	line-height: 25px;
	text-decoration: none;
}
#settings .cancellation_label {
	display: block;
	border-radius: 10px;
	border: 0.8px solid #D2D6DA;
	height: 48px;
	padding: 8px 16px;
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 32px;
	letter-spacing: -0.28px;
}
#settings .with-price {
	display: inline-block;
	position: relative;
	width: calc(100% - 50px);
	max-width: 140px;
}
#settings .with-price:after {
	content: '€';
	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;
}
#settings-locations .list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}
#settings-locations .list:empty {
	margin-bottom: 0;
}
#settings-locations .list .location {
	display: flex;
	align-items: center;
	height: 56px;
	width: 100%;
	max-width: 450px;
}
#settings-locations .list .location .name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	width: calc(100% - 48px);
	padding: 16px;
	color: #193766;
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: 24px;
	letter-spacing: -0.32px;
	background: rgba(0, 196, 255, 0.10);
}
#settings-locations .list .location .edit {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: var(--fw400);
	line-height: 21px;
	letter-spacing: -0.28px;
}
#settings-locations .list .location .edit i {
	display: inline-block;
	margin-left: 4px;
	height: 21px;
	width: 21px;
	background: url(../img/ico-edit.svg) center center no-repeat;
}
#settings .delete {
	display: inline-block;
	margin-left: 24px;
	height: 20px;
	width: 20px;
	background: url(../img/ico-delete-sm.svg) center center no-repeat;
	vertical-align: middle;
	cursor: pointer;
}
#settings-calendar .form-group {
	display: flex;
	flex-wrap: wrap;
}
#settings-calendar .form-group .day {
	flex: 1 1 auto;
	max-width: 235px;
	min-width: 90px;
	color: #17335E;
	font-size: 20px;
	font-weight: var(--fw500);
	line-height: 30px;
	letter-spacing: -0.4px;
}
#settings-calendar .form-group .slots-wrapper {
	display: flex;
	flex-direction: column;
	flex: 1 0 calc(100% - 235px);
	max-width: 480px;
}
#settings-calendar .form-group .slots {
	display: flex;
	flex-direction: column;	
	gap: 16px;
	border-radius: 10px;
	padding: 16px;
	background: rgba(0, 196, 255, 0.10);
}
#settings-calendar .form-group .slots .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #17335E;
	text-align: center;
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: 24px;
	letter-spacing: -0.32px;
}
#settings-calendar .form-group .slots .add-slot {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: var(--fw400);
	line-height: 21px;
	letter-spacing: -0.28px;
}
#settings-calendar .form-group .slots .add-slot img {
	margin-left: 4px;
}
#settings-calendar .form-group .slots .slot {
	display: flex;
	align-items: center;
	border-radius: 5px;
	padding: 6px 12px;
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw400);
	line-height: 21px;
	letter-spacing: -0.28px;
	background: rgba(4, 108, 195, 0.20);
	cursor: pointer;
}
#settings-calendar .form-group .slots .slot .loc {
	display: block;
	margin-right: 12px;
	height: 24px;
	width: 24px;
	background: url(../img/blu-loc-fitness-center.svg) center center no-repeat;
}
#settings-calendar .form-group .slots .slot .loc.home {
	background-image: url(../img/blu-loc-home.svg);
}
#settings-calendar .form-group .slots .slot .loc.online {
	background-image: url(../img/blu-loc-online.svg);
}
#settings-calendar .form-group .slots .slot .loc.group {
	background-image: url(../img/ico-users-alt.svg);
}
#settings-calendar .form-group .slots .slot .title {
	margin-left: 14px;
	max-width: 130px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#settings-calendar .form-group .slots .slot .length {
	margin-left: auto;
	font-weight: var(--fw300);
}
#settings-calendar .form-group .slots p {
	margin-bottom: 0;
	color: #90A3BF;
	font-size: 14px;
	font-weight: var(--fw400);
	line-height: 21px;
	letter-spacing: -0.28px;
	text-align: center;
}
#settings-calendar .form-group .slots-wrapper .copy-slot {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 24px auto 0;
	color: #193766;
	font-size: 14px;
	font-weight: var(--fw500);
	line-height: 21px;
	letter-spacing: -0.28px;
}
#settings-calendar .form-group .slots-wrapper .copy-slot img {
	margin-left: 8px;
}
#settings .autoreply {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
#settings .autoreply .switch {
	margin-left: 16px;
}
#settings .autoreply-text-wrapper {
	display: none;
}
#settings .autoreply-text-wrapper textarea {
	min-height: 100px;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 150%;
	letter-spacing: -0.28px;
}
#settings .boxed {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	border-radius: 15px;
	border: 1px solid #E4E4E4;
	padding: 24px;
	background: #FAFAFA;
}
#settings .boxed .switch {
	margin-left: 16px;
}
#settings .boxed span em {
	color: #193766;
	font-weight: var(--fw300);
}
#settings button.out {
	font-weight: var(--fw700);
}
#settings input[type=time] {
	width: 120px;
	padding-right: 16px;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 21px;
	letter-spacing: -0.28px;
}
#settings select {
	height: 48px;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 21px;
	letter-spacing: -0.28px;
}
#settings button img {
	margin-left: 8px;
}
#booking-interval .form-group {
	display: block;
}
#booking-interval .form-group label {
	display: flex;
	align-items: center;
}
#booking-interval select {
	height: 36px;
}
#booking-interval button {
	margin-left: 12px;
	/*
	height: 48px;
	padding: 10px 36px;
	*/
}
#settings > nav a[data-target="#settings-penalty"] {
	padding-right: 0px;
}

#modal-add-location .modal-dialog {
	padding: 24px;
}
#modal-add-location .modal-header {
	height: 56px;
	min-height: 56px;
}
#modal-add-location .form .actions {
	display: flex;
	justify-content: flex-end;
}
#modal-add-location .form button {
	margin: 0 0 0 16px;
	height: 48px;
	font-size: 16px;
	font-weight: var(--fw700);
}
#modal-add-location .form button.out {
	border-color: transparent;
	color: #046CC3;
}
#modal-add-location .form button.out:active {
	color: #FFF;
}

#modal-rate .modal-dialog,
#onboard-modal-rate .modal-dialog {
	padding: 24px;
}
#modal-rate .modal-header,
#onboard-modal-rate .modal-header {
	margin-bottom: 24px;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
}
#modal-rate .modal-header.edit,
#onboard-modal-rate .modal-header.edit {
	justify-content: space-between;
}
#modal-rate .form .price:after,
#onboard-modal-rate .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-rate .form .actions,
#onboard-modal-rate .form .actions {
	display: flex;
	justify-content: flex-end;
}
#modal-rate .form button,
#onboard-modal-rate .form button {
	margin: 0 0 0 16px;
	height: 48px;
	font-size: 16px;
	font-weight: var(--fw700);
}
#modal-rate .form button.out,
#onboard-modal-rate .form button.out {
	border-color: transparent;
	color: #046CC3;
	font-weight: var(--fw700);
}
#modal-rate .form button.out:active,
#onboard-modal-rate .form button.out:active {
	color: #FFF;
}
#modal-rate .delete,
##onboard-modal-rate .delete {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../img/ico-delete-xs.svg) center center no-repeat;
	cursor: pointer;
}

#modal-settings-timeslots .delete,
#onboard-modal-settings-timeslots .delete {
	display: inline-block;
	margin: 0;
	height: 20px;
	width: 20px;
	background: url(../img/ico-delete-xs.svg) center center no-repeat;
	cursor: pointer;
}
#modal-settings-timeslots .modal-dialog,
#onboard-modal-settings-timeslots .modal-dialog {
	padding: 24px;
}
#modal-settings-timeslots .modal-header,
#onboard-modal-settings-timeslots .modal-header {
	justify-content: space-between;
	margin-bottom: 24px;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
}
#modal-settings-timeslots .form .slots,
#onboard-modal-settings-timeslots .form .slots {
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex-basis: 100%;
}
#modal-settings-timeslots .form .slot,
#onboard-modal-settings-timeslots .form .slot {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}
#modal-settings-timeslots .form .slot input,
#onboard-modal-settings-timeslots .form .slot input {
	padding: 8px 16px 8px 16px;
	text-align: center;
}
#modal-settings-timeslots .form .slot .slot-group,
#onboard-modal-settings-timeslots .form .slot .slot-group {
	flex-grow: 1;
	flex-shrink: 1;
}
#modal-settings-timeslots .form .slot .slot-group.slot-loc,
#onboard-modal-settings-timeslots .form .slot .slot-group.slot-loc {
	max-width: 270px;
}
#modal-settings-timeslots .form .slot .delete,
#onboard-modal-settings-timeslots .form .slot .delete {
	margin-bottom: 16px;
	background-image: url(../img/ico-delete-xs-blu.svg);
}
#modal-settings-timeslots .form .actions,
#onboard-modal-settings-timeslots .form .actions {
	display: flex;
	justify-content: flex-end;
}
#modal-settings-timeslots .form button,
#onboard-modal-settings-timeslots .form button {
	margin: 0 0 0 16px;
	height: 48px;
	font-size: 16px;
	font-weight: var(--fw700);
}
#modal-settings-timeslots .form button.out,
#onboard-modal-settings-timeslots .form button.out {
	border-color: transparent;
	color: #046CC3;
	font-weight: var(--fw700);
}
#modal-settings-timeslots .form button.out:active,
#onboard-modal-settings-timeslots .form button.out:active {
	color: #FFF;
}
#modal-settings-timeslots #add-settings-slot,
#onboard-modal-settings-timeslots #onboard-add-settings-slot {
	display: flex;
	gap: 8px;
	margin: 0 auto;
	border: none;
	height: 24px;
	width: auto;
	padding: 0px 12px;
	color: #193766;
	font-size: 12px;
	font-weight: var(--fw700);
	line-height: normal;
}
#modal-settings-timeslots #add-settings-slot:active,
#onboard-modal-settings-timeslots #onboard-add-settings-slot:active {
	color: #FFF;
}


/* Modal Package */
#modal-package .modal-header {
	display: none;
	margin-bottom: 24px;
	height: 29px;
	min-height: 29px;
}
#modal-package .modal-header.active {
	display: flex;
}
#modal-package .steps {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 0 0 24px;
}
#modal-package .steps > i {
	flex: 1 0 0;
	border-radius: 4px;
	height: 8px;
	background-color: rgba(4, 108, 195, 0.20);
}
#modal-package .steps > i.active {
	background-color: #046CC3;
}
#modal-package .modal-dialog {
	padding: 24px;
}
#modal-package .form {
	gap: 16px;
}
#modal-package .form .step {
	display: none;
}
#modal-package .form .step.active {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	gap: 16px;
	width: 100%;
}
#modal-package .form .actions {
	display: flex;
	justify-content: flex-end;
	padding-top: 8px;
}
#modal-package .form button {
	margin: 0 0 0 16px;
	height: 48px;
	font-size: 16px;
	font-weight: var(--fw700);
}
#modal-package .form button.out {
	border-color: transparent;
	color: #046CC3;
}
#modal-package .form button.out:active {
	color: #FFF;
}
#modal-package .colors {
	display: flex;
	gap: 11px;
	padding: 0 3px;
}
#modal-package .colors a {
	display: block;
	border-radius: 18px;
	width: 36px;
	height: 36px;
	background-color: var(--blue);
	cursor: pointer;
}
#modal-package .colors a.active {
	outline: 1px solid #046CC3;
	outline-offset: 2px;
}
#modal-package .colors a.yellow {
	background-color: var(--yellow);
}
#modal-package .colors a.green {
	background-color: var(--green);
}
#modal-package .colors a.violet {
	background-color: var(--violet);
}
#modal-package .colors a.orange {
	background-color: var(--orange);
}
#modal-package .colors a.red {
	background-color: var(--red);
}
#modal-package .form .form-group-inline {
	padding-top: 0px;
}
#modal-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-package .form .disclaimer {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: 150%;
	letter-spacing: -0.28px;
}
#modal-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-package .form .service > * {
	width: 100%;
}
#modal-package .form .service .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#modal-package .form .service .header .title {
	color: #17335E;
	font-size: 16px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: -0.32px;
}
#modal-package .form .service .header .title i {
	display: inline-block;
	margin-left: 6px;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	background: url(../img/users-x3.svg) center no-repeat;
	background-size: 22px 16px;
}
#modal-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-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-package .form .service .header .check:active,
#modal-package .form .service .header .check.active {
	background-color: #046CC3;
}
#modal-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-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-package .form .service .duration {
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: normal;
	letter-spacing: -0.32px;
}
#modal-package .form .service .descr {
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: normal;
	letter-spacing: -0.28px;
}
#modal-package .form .recap-title {
	display: flex;
	align-items: center;
	padding: 8px 0px;
	color: #17335E;
	font-size: 20px;
	font-weight: var(--fw500);
	line-height: normal;
	letter-spacing: -0.4px;
}
#modal-package .form .recap-title .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-package select {
	width: 100%;
}
#modal-package .radios {
	display: flex;
	justify-content: flex-start;
	gap: 40px;
}
#modal-package .radios label.inline{
	display: flex;
	align-items: center;
	cursor: pointer;
}
#modal-show-services .modal-dialog {
	padding: 24px;
}
#modal-show-services .modal-close {
	top: 24px;
	right: 24px;
}
#modal-show-services .modal-header {
	justify-content: start;
	margin-bottom: 24px;
	height: 25px;
	min-height: auto;
	font-size: 24px;
	line-height: 25px;
}
#modal-show-services .modal-body {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	gap: 16px;
}
#modal-show-services .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-show-services .service > * {
	width: 100%;
}
#modal-show-services .service .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#modal-show-services .service .header .title {
	color: #17335E;
	font-size: 16px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: -0.32px;
}
#modal-show-services .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-show-services .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-show-services .service .duration {
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: normal;
	letter-spacing: -0.32px;
}
#modal-show-services .service .descr {
	font-size: 14px;
	font-weight: var(--fw300);
	line-height: normal;
	letter-spacing: -0.28px;
}

/* Modal confirm customer booking */
#modal-customer-booking .modal-dialog,
#modal-booking-confirm .modal-dialog {
	padding: 24px;
}
#modal-customer-booking .modal-header,
#modal-booking-confirm .modal-header {
	margin-bottom: 24px;
	height: 25px;
	min-height: 25px;
	line-height: 25px;
}
#modal-customer-booking .actions,
#modal-booking-confirm .actions {
	display: flex;
	justify-content: flex-end;
}
#modal-customer-booking .actions button,
#modal-booking-confirm .actions button {
	margin: 0 0 0 16px;
	height: 48px;
	font-size: 16px;
	font-weight: var(--fw700);
}
#modal-customer-booking .actions button.out,
#modal-booking-confirm .actions button.out {
	border-color: transparent;
	color: #046CC3;
	font-weight: var(--fw700);
}
#modal-customer-booking .actions button.out:active,
#modal-booking-confirm .actions button.out:active {
	color: #FFF;
}
#settings-stripe {
	position: relative;
	overflow: hidden;
}
#settings-stripe > div,
#settings-stripe > h2 {
	position: relative;
	z-index: 1;
	max-width: 500px;
}
#settings-stripe .stripe-deco-desk {
	position: absolute;
	z-index: 0;
	top: 50%;
	right: -450px;
	left: auto;
	display: block;
	margin-top: -400px;
	width: 800px;
	max-width: none;
}
#settings-stripe .stripe-deco-mobi {
	position: absolute;
	z-index: 0;
	top: auto;
	right: -210px;
	bottom: 0px;
	left: auto;
	display: block;
	width: 360px;
	max-width: none;
}



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

@media only screen and (max-width: 1024px) {
	
	#settings {
		display: block;
		height: auto;
		padding: 16px 24px 0;
	}
	#settings > nav {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 0px;
		margin: 0 -24px 24px;
		border-bottom: none;
		height: auto;
		width: calc(100% + 48px);
		overflow-y: auto;
		scroll-behavior: smooth;
		padding: 7px 24px;
		background: #FFF;
	}
	#settings.show-section > nav {
		display: none;
	}
	#settings > nav a {
		display: flex;
		align-items: center;
		position: relative;
		margin-bottom: 0;
		border-radius: 0;
		height: 56px;
		width: 100%;
		padding: 0;
		padding-left: 36px;
		color: #193766;
		font-size: 16px;
		font-weight: var(--fw400);
		line-height: 21px;
		letter-spacing: -0.28px;
		white-space: nowrap;
		background-color: #FFF;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 24px;
	}
	#settings > nav a.active,
	#settings > nav a:hover {
		background-color: transparent;
	}
	#settings > nav a.active span {
		background: none;
		background-clip: unset;
		-webkit-background-clip: inherit;
		-webkit-text-fill-color: inherit;
	}
	#settings > nav a i {
		display: block;
		margin-left: auto;
		height: 24px;
		width: 24px;
		background: url(../img/arrow-next-sm.svg) center center no-repeat;
	}
	#settings > nav a[data-target="#settings-calendar"] {
		background-image: url(../img/section-calendar.svg);
	}
	#settings > nav a[data-target="#settings-bookings"] {
		background-image: url(../img/ico-calendar-mobi.svg);
	}
	#settings > nav a[data-target="#settings-rates"] {
		background-image: url(../img/section-rates.svg);
	}
	#settings > nav a[data-target="#settings-packages"] {
		background-image: url(../img/section-rates.svg);
	}
	#settings > nav a[data-target="#settings-penalty"] {
		background-image: url(../img/section-penalties.svg);
	}
	#settings > nav a[data-target="#settings-locations"] {
		background-image: url(../img/section-locations.svg);
	}
	#settings > nav a[data-target="#settings-bank"],
	#settings > nav a[data-target="#settings-stripe"] {
		background-image: url(../img/section-bank.svg);
	}
	#settings > nav a[data-target="#settings-autoreply"] {
		background-image: url(../img/section-autoreply.svg);
	}
	#settings > nav a[data-target="#settings-google-calendar"] {
		background-image: url(../img/ico-calendar-mobi.svg);
	}
	#settings > nav a[data-target="#settings-penalty"] span,
	#settings > nav a[data-target="#settings-autoreply"] span {
		letter-spacing: normal;
	}
	#settings > .content {
		position: absolute;
		top: 0;
		left: 100%;
		flex: 1 1 100%;
		height: calc(100vh - 74px);
		width: calc(100vw - 48px);
		overflow-x: hidden;
		padding-right: 0;
		background-color: #FFF;
		transition: left ease-in-out 0.2s;
	}	
	#settings.show-section > .content {
		position: relative;
		left: 0;
		height: auto;
	}
	#settings .content::-webkit-scrollbar {
		display: none;
	}
	#settings .go-back {
		z-index: 2;
		top: 0;
		left: 0;
	}
	#settings .panel {
		display: none;
		border: none;
		border-radius: 0;
		padding: 0;
	}
	#settings .panel.active {
		display: block;
	}	
	#settings h2 {
		margin-bottom: 32px !important;
		font-size: 20px;
		font-weight: var(--fw500);
		line-height: 25px;
		text-align: center;
	}
	#settings button {
		justify-content: center;
		height: 48px;
		width: 100%;
		padding: 10px 24px;
		font-size: 16px;
		font-weight: var(--fw700);
		text-align: center;
	}
	#settings .form select {
		height: 48px;
		width: 100%;
	}
	#settings #booking-interval select {
		width: 50%;
	}
	#booking-interval button {
		width: auto;
	}
	#settings .cancellations {
		gap: 24px 12px;
	}
	#settings .cancellations .form-group.lg {
		flex-basis: calc(55% - 12px);
	}
	#settings .cancellations .form-group.sm {
		flex-basis: calc(45% - 12px);
	}
	#settings .cancellations .cancellation_label {
		border: none;
		padding-right: 0;
		padding-left: 0;
	}
	#settings .with-price {
		width: 100%;
	}
	#settings-calendar .form-group {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	#settings-calendar .form-group .day {
		max-width: none;
		min-width: auto;
		padding-bottom: 16px;
	}
	#settings-locations .list {
		margin-bottom: 16px;
	}
	#settings button.out {
		display: flex;
		margin: 0 auto;
		border: none;
		width: auto;
		font-weight: var(--fw500);
	}
	#settings .modal .form .actions {
		justify-content: space-between;
	}
	#settings .modal .form .actions button {
		flex: 0 0 calc(50% - 8px);
		margin: 0;
	}
	#modal-settings-timeslots .form .slot .slot-group.slot-loc {
		width: 100%;
		max-width: none;
	}
	
	#settings #settings-stripe {
		min-height: calc(100vh - 32px);
		margin-bottom: 0px;
	}
	#settings-stripe > div,
	#settings-stripe > h2 {
		max-width: 100%;
	}
	#settings #settings-stripe .button-bar {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 60px;
		padding-top: 20px;
		background: #FFF;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#settings-rates #add-rate,
	#settings-packages #add-package,
	#settings-packages .banner-klarna,
	#settings-rates .rate,
	#settings-packages .package {
		max-width: none;
		width: 100%;
	}
	#settings-packages .package {
		margin-left: 4px;
		width: calc(100% - 4px);
		box-shadow: none;
	}
}