@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/Instant.PartnerPortal.UI/Components/Layout/AccountMenu.razor.rz.scp.css */
.bottom-row[b-fgtviana7o] {
	display: flex;
	padding: 1.5rem;
	position: unset;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-top: 1px solid #31313A !important;
	border-radius: 0 0 0.75rem 0.75rem;
}

	.bottom-row:hover[b-fgtviana7o] {
		cursor: pointer;
	}

		.bottom-row:hover .dropdown-toggle[b-fgtviana7o]  .profile-icon,
		.bottom-row:hover .dropdown-toggle[b-fgtviana7o]  .profile-name,
		.bottom-row:hover .dropdown-toggle[b-fgtviana7o]  .profile-role {
			opacity: 80%;
		}

		.bottom-row:hover .dropdown-toggle[b-fgtviana7o]  .profile-icon {
			text-transform:uppercase;
		}

.dropdown-menu[b-fgtviana7o]  .profile-name {
	color: var(--text-primary);
}

button.dropdown-toggle[b-fgtviana7o],
[b-fgtviana7o] button.dropdown-toggle {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
}

	button.dropdown-toggle[b-fgtviana7o]:after,
	[b-fgtviana7o] button.dropdown-toggle:after {
		content: unset;
	}

ul.dropdown-menu[b-fgtviana7o],
[b-fgtviana7o] ul.dropdown-menu {
	width: 18.75rem;
	padding: 1rem 0 0.75rem 0;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 0.5rem;
	background: var(--background-container);
	/* Level 1 */
	box-shadow: 0 0 2px 0 rgba(22, 10, 51, 0.20), 0 0 4px 0 rgba(22, 10, 51, 0.40);
}

.profile-container[b-fgtviana7o] {
	padding: 0 1rem 0.5rem 1rem;
	margin-bottom: 0.75rem;
}

ul.dropdown-menu li.action-item[b-fgtviana7o],
[b-fgtviana7o] ul.dropdown-menu li.action-item {
	display: flex;
	padding: 0 0.75rem;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}

ul.dropdown-menu hr[b-fgtviana7o],
[b-fgtviana7o] ul.dropdown-menu hr {
	color: #EFEFEF;
	opacity: unset;
	margin: 0.75rem 0;
}

ul.dropdown-menu li.action-item a.action-link[b-fgtviana7o],
ul.dropdown-menu li.action-item button.action-link[b-fgtviana7o],
[b-fgtviana7o] ul.dropdown-menu li.action-item a.action-link,
[b-fgtviana7o] ul.dropdown-menu li.action-item button.action-link {
	display: flex;
	padding: 0.5rem;
	align-items: center;
	gap: 0.75rem;
	align-self: stretch;
	color: var(--text-primary);
}

ul.dropdown-menu li.action-item a.action-link[b-fgtviana7o],
[b-fgtviana7o] ul.dropdown-menu li.action-item a.action-link {
	color: var(--text-primary) !important;
}

	ul.dropdown-menu li.action-item a.action-link:hover[b-fgtviana7o],
	ul.dropdown-menu li.action-item button.action-link:hover[b-fgtviana7o],
	ul.dropdown-menu li.action-item a.action-link:focus[b-fgtviana7o],
	ul.dropdown-menu li.action-item button.action-link:focus[b-fgtviana7o],
	[b-fgtviana7o] ul.dropdown-menu li.action-item a.action-link:hover,
	[b-fgtviana7o] ul.dropdown-menu li.action-item button.action-link:hover,
	[b-fgtviana7o] ul.dropdown-menu li.action-item a.action-link:focus,
	[b-fgtviana7o] ul.dropdown-menu li.action-item button.action-link:focus {
		border-radius: 0.5rem!important;
		background: var(--Grey-50)!important;
	}

.sign-out-button:hover[b-fgtviana7o] {
	background-color: #ffd3d4 !important;
	border-radius: 0.5rem !important;
}

.sign-out-button[b-fgtviana7o] {
	display: flex;
	padding: 0.5rem;
	align-items: center;
	gap: 0.75rem;
	align-self: stretch;
}

p.sub-title[b-fgtviana7o],
[b-fgtviana7o] p.sub-title {
	padding: 0 0.5rem;
	margin: 0 0 0.75rem 0;
	color: var(--Grey-950);
	font-family: Arbeit;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: -0.01rem;
}

.dropdown-menu.show[b-fgtviana7o] {
	transform: translate(24px, -24px) !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/AccountSubMenu.razor.rz.scp.css */
#lnkCloseMoreOnWorkaMenu[b-cplvrcsx52] {
	margin-bottom: 0.75rem;
}

.dropdown-menu.show[b-cplvrcsx52] {
	transform: translate(0px, 0px) !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/CoffeeSpillLayout.razor.rz.scp.css */
.content[b-5pr9ytpm22] {
    padding: 0rem;
    background-image: url('../img/coffee-spill-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

#blazor-error-ui[b-5pr9ytpm22] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-5pr9ytpm22] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/LayoutNoNavBar.razor.rz.scp.css */
main[b-i9sygmkd5w] {
    flex: 1;
    background-color: #F8F8F9; /* figma semantics/background-surface #F8F8F9 */
    display: flex;
}

#blazor-error-ui[b-i9sygmkd5w] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-i9sygmkd5w] {
    cursor: pointer;
    position: absolute; 
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/ListingLayout.razor.rz.scp.css */
div.listing-layout[b-1yhwzli31g]  input,
div.listing-layout[b-1yhwzli31g]  textarea,
div.listing-layout[b-1yhwzli31g]  div.textinput-wrapper,
div.listing-layout[b-1yhwzli31g]  div.character-count,
div.listing-layout[b-1yhwzli31g]  div.validation-container {
	max-width: 498px;
}

div.listing-layout[b-1yhwzli31g]  span.sub-heading,
div.listing-layout[b-1yhwzli31g]  p.sub-heading {
	font-family: Arbeit;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: -0.0115rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/ListingsFilterMenu.razor.rz.scp.css */
.filter-menu-container[b-f601u0nox9] {
	padding: 1.5rem;
}

.filter-item[b-f601u0nox9] {
	display: flex;
	padding: 0 0.75rem;
	gap: 0.625rem;
	align-self: stretch;
}

[b-f601u0nox9] .radio-button-group {
	padding: unset !important;
	gap: unset !important;
	margin-bottom: 24px !important;
}

[b-f601u0nox9] .filter-control {
	display: flex;
	padding: 0 0.75rem;
	align-self: stretch;
}

.filter-sub-title[b-f601u0nox9] {
	color: var(--text-primary, #121213);
	font-family: Arbeit;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
	letter-spacing: -0.01rem;
	margin-bottom: 0.75rem;
}

[b-f601u0nox9] .filter-badge {
	padding: unset !important;
	margin-left: auto !important;
	border: none !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/ListingsFilterMenuRadioButton.razor.rz.scp.css */
.radio-button-item[b-586ir1e54f] {
	height: 1.875rem;
	padding: 0 0.75rem !important;
	align-items: center !important;
	gap: 0.5rem !important;
    cursor: pointer;
}

/* Ensure that the hover state is applied when hovering anywhere inside the div */
.radio-button-item:hover > label[b-586ir1e54f],
.radio-button-item:hover > input[b-586ir1e54f] {
    color: #0B2B44;
}

	.radio-button-item.selected[b-586ir1e54f] {
		border-radius: 3.125rem;
		background: var(--background-container, #FFF);
	}

		.radio-button-item.selected .form-check-label[b-586ir1e54f],
		.radio-button-item.selected .form-check-label svg[b-586ir1e54f] {
			color: #0B2B44 !important;
		}
        
.form-check-input[b-586ir1e54f] {
	display: none !important;
}

.form-check-label[b-586ir1e54f] {
	display: flex;
}

	.form-check-label:hover[b-586ir1e54f],
	.form-check-label:hover svg[b-586ir1e54f] {
		color: #0B2B44 !important;
	}

	.form-check-label svg[b-586ir1e54f] {
		margin-right: 0.5rem;
		align-self: center;
		color: var(--label-font-color, #555);
	}
/* _content/Instant.PartnerPortal.UI/Components/Layout/ListingsLayout.razor.rz.scp.css */
#listings-intro[b-a3y06qpe75],
#listings-intro a[b-a3y06qpe75] {
	color: var(--Dark-Blue, #0B2B44);
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/ListingsNavMenu.razor.rz.scp.css */
.nav-menu-container[b-j1dmg99wtv] {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1.5rem 0.75rem 1.5rem;
}

.nav-item[b-j1dmg99wtv] {
	font-size: 0.875rem;
}

	.nav-item[b-j1dmg99wtv]  .nav-link {
		color: #747E90 !important;
		gap: 0.625rem;
		display: flex;
		padding: 0.5rem 0.75rem;
		justify-content: start;
		align-items: center;
		align-self: stretch;
		border-radius: 3.125rem;
	}

		.nav-item[b-j1dmg99wtv]  .nav-link svg {
			color: #747E90 !important;
			text-align: center;
			align-content: center;
			width: 0.875rem;
			height: 0.875rem;
		}

	.nav-item[b-j1dmg99wtv]  a.active {
		color: #0B2B44 !important;
		display: flex;
		padding: 0.5rem 0.75rem;
		align-items: center;
		align-self: stretch;
		border-radius: 3.125rem;
		background: var(--background-container, #FFF);
	}

		.nav-item[b-j1dmg99wtv]  a.active::after {
			content: unset !important;
		}

		.nav-item[b-j1dmg99wtv]  a.active svg {
			color: #0B2B44 !important;
		}

	.nav-item[b-j1dmg99wtv]  .nav-link:hover {
		color: #0B2B44 !important;
	}

		.nav-item[b-j1dmg99wtv]  .nav-link:hover svg {
			color: #0B2B44 !important;
		}

		.nav-item[b-j1dmg99wtv]  .nav-link.is-invalid {
			background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+");
			background-repeat: no-repeat;
			background-position: right calc(.75em + .1875rem) center;
		}

.workplace-live-toggle-container[b-j1dmg99wtv] {
	display: flex;
	padding: 0.5rem 0.75rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	align-self: stretch;
	border-radius: 3.125rem;
	background: var(--background-container, #FFF);
	margin-bottom: 0.75rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qijgc9mvvc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qijgc9mvvc] {
    flex: 1;
}

.sidebar[b-qijgc9mvvc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qijgc9mvvc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qijgc9mvvc]  a, .top-row[b-qijgc9mvvc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qijgc9mvvc]  a:hover, .top-row[b-qijgc9mvvc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qijgc9mvvc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qijgc9mvvc] {
        justify-content: space-between;
    }

    .top-row[b-qijgc9mvvc]  a, .top-row[b-qijgc9mvvc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qijgc9mvvc] {
        flex-direction: row;
    }

    .sidebar[b-qijgc9mvvc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qijgc9mvvc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qijgc9mvvc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qijgc9mvvc], article[b-qijgc9mvvc] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qijgc9mvvc] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-qijgc9mvvc] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/NavigationLayout.razor.rz.scp.css */
div#popup-NavPartnerSelector.rz-dropdown-panel.rz-popup[b-1m6v1ajx9g] {
    transform: translateY(0px);
}

ul.rz-dropdown-items.rz-dropdown-list[b-1m6v1ajx9g] {
    background-color: #fff;
}

.profile-navlink[b-1m6v1ajx9g] {
    padding-right: 0px;
}

.dropdown-chevron[b-1m6v1ajx9g] {
    margin-left: 5px;
}

main[b-1m6v1ajx9g] {
    flex: 1;
    background-color: #F8F8F9; /* figma semantics/background-surface #F8F8F9 */
    display: flex;
}

@media (min-width:993px) {
    [b-1m6v1ajx9g] .partner-picker-dropdown {
        width: 18.75rem;
    }
}

@media (max-width:992px) {
    [b-1m6v1ajx9g] .partner-picker-dropdown {
        width: 100%;
    }
}

[b-1m6v1ajx9g] #SettingsNavLinkText.nav-link.active.with-new-badge::after,
[b-1m6v1ajx9g] #SettingsNavLinkText.nav-link.with-new-badge:not(.active)::after {
    bottom: -27px;
}

[b-1m6v1ajx9g] #SettingsNavLinkText.nav-link.active::after,
[b-1m6v1ajx9g] #SettingsNavLinkText.nav-link:not(.active)::after {
    bottom: -30px;
}

[b-1m6v1ajx9g] .nav-item.dropdown.profile-container {
    width: 5.75rem;
    height: 2.75rem;
    margin: auto;
    background-color: #000000;
    border-radius: 1.375rem 1.375rem 1.375rem 1.375rem;
}

[b-1m6v1ajx9g] .nav-item.dropdown > .profile-dropdown-link.profile-navlink > .profile-icon {
    border: 2px solid #ffffff;
}

[b-1m6v1ajx9g] .profile-container > .navbar-toggler-icon {
    background-image:url('/img/icons/navigation/burger-icon.svg') !important;
}

[b-1m6v1ajx9g] .profile-container > .navbar-toggler-icon::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #6E33FF;
    position: absolute;
    bottom: -20px;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

[b-1m6v1ajx9g] .profile-container > .navbar-toggler-icon:focus::after,
[b-1m6v1ajx9g] .profile-container > .navbar-toggler-icon:hover::after {
    opacity: 1;
    transform: scaleX(0.25);
    left: -25%;
}

[b-1m6v1ajx9g] .profile-container .dropdown-item.logout.text-danger {
    color: #CC4041 !important;
}

[b-1m6v1ajx9g] .settings-icon {
    margin-top:12px;
}

[b-1m6v1ajx9g] .dropdown-menu-end.show {
    top:80%;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lbx0s61348] {
	appearance: none;
	cursor: pointer;
	width: 3.5rem;
	height: 2.5rem;
	color: white;
	position: absolute;
	top: 1.2rem;
	right: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

	.navbar-toggler:checked[b-lbx0s61348] {
		background-color: rgba(255, 255, 255, 0.5);
	}

.top-row[b-lbx0s61348] {
	display: flex;
	height: 4.563rem;
	padding: 0 1.5rem;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0.625rem;
	align-self: stretch;
	border-radius: 0.75rem 0.75rem 0 0;
}

.nav-item[b-lbx0s61348] {
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
}

	.nav-item:last-of-type[b-lbx0s61348] {
		padding-bottom: 1rem;
	}

	.nav-item[b-lbx0s61348]  .nav-link {
		color: #B8B8B8 !important;
		display: flex;
		align-items: center;
		gap: 0.5rem;
		padding: 0;
	}

		.nav-item[b-lbx0s61348]  .nav-link span.icon {
			color: #B8B8B8 !important;
			height: 2.813rem;
			width: 2.813rem;
			text-align: center;
			align-content: center;
		}

	.nav-item[b-lbx0s61348]  a.active {
		color: var(--text-invert) !important;
	}

		.nav-item[b-lbx0s61348]  a.active::after {
			content: unset !important;
		}

		.nav-item[b-lbx0s61348]  a.active span.icon {
			color: var(--text-invert) !important;
			border-radius: 0.25rem;
			background-color: #1C2133;
		}

	.nav-item[b-lbx0s61348]  .nav-link:hover {
		color: var(--text-invert) !important;
	}

		.nav-item[b-lbx0s61348]  .nav-link:hover span.icon {
			color: var(--text-invert) !important;
		}

.nav-scrollable[b-lbx0s61348] {
	display: none;
	overflow-x: hidden;
	border-top: 1px solid #31313A !important;
}

nav[b-lbx0s61348] {
	padding: 1.5rem;
	flex-direction: column;
	margin-bottom: auto !important;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lbx0s61348] {
	display: flex;
	flex-direction: column;
}

@media (min-width: 641px) {
	.navbar-toggler[b-lbx0s61348] {
		display: none;
	}

	.nav-scrollable[b-lbx0s61348] {
		/* Never collapse the sidebar for wide screens */
		display: flex;
		flex-direction: column;
		/* Allow sidebar to scroll for tall menus */
		/* 100vh - (sidebar top row + sidebar margin) */
		height: calc(100vh - (4.563rem + 0.5rem));
		overflow-y: auto;
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/PartnerMenu.razor.rz.scp.css */
.partner-selection-dropdown[b-hhk68mceb7] {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.partner-selection-dropdown:focus[b-hhk68mceb7],
.partner-selection-dropdown:active[b-hhk68mceb7] {
	outline: none;
	box-shadow: none;
}

.partner-name[b-hhk68mceb7] {
	font-size: 14px;
	color: var(--Grey-950);
}

.dropdown-chevron[b-hhk68mceb7] {
	width: 12px;
	height: 12px;
	transition: transform 0.2s ease;
}

.partner-selection-dropdown.show .dropdown-chevron[b-hhk68mceb7] {
	transform: rotate(180deg);
}

div.dropdown-menu[b-hhk68mceb7] {
	width: 30rem;
	padding: 1rem 0 0 0;
	border-radius: 0.5rem;
	background: var(--background-container);
	box-shadow: 0 0 2px rgba(22, 10, 51, 0.2), 0 0 4px rgba(22, 10, 51, 0.4);
}

.dropdown-menu.show[b-hhk68mceb7] {
	transform: translate(-27px, 57px) !important;
}

.header-container[b-hhk68mceb7] {
	padding: 1rem 1.5rem 2rem 1.5rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #e3e2e2;
}

div.dropdown-menu hr[b-hhk68mceb7] {
	color: #efefef;
	margin: 0.75rem 0 0 0;
}

div.dropdown-menu ul.partner-list[b-hhk68mceb7] {
	list-style:none;
	padding:0;
	max-height:20rem;
	overflow-y:auto;
	margin:0.75rem;
}

div.dropdown-menu ul.partner-list li.action-item[b-hhk68mceb7] {
	padding: 0 0.75rem;
}

div.dropdown-menu ul.partner-list li.action-item .dropdown-item[b-hhk68mceb7] {
	display: flex;
	padding: 0.5rem;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	color: var(--text-primary);
	border-radius: 0.5rem;
}

div.dropdown-menu ul.partner-list li.action-item .dropdown-item:hover[b-hhk68mceb7],
div.dropdown-menu ul.partner-list li.action-item .dropdown-item:focus[b-hhk68mceb7],
div.dropdown-menu ul.partner-list li.action-item .dropdown-item.selected[b-hhk68mceb7] {
	background: var(--Grey-50);
}

.create-account-container[b-hhk68mceb7] {
	background: var(--Grey-50);
	border-top: 1px solid #e3e2e2;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border-radius: 0 0 0.5rem 0.5rem;
}

.create-account-container .create-account-button[b-hhk68mceb7] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: var(--Grey-50);
	border-radius: 0 0 0.5rem 0.5rem;
	cursor: pointer;
}

.create-account-container .create-account-button .icon-box[b-hhk68mceb7] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #000;
	border-radius: 4px;
	margin-right: 10px;
	flex-shrink: 0;
	color:#FFF;
	font-size:10px;
}

.create-account-container .create-account-button .label[b-hhk68mceb7] {
	flex: 1;
	font-size: 14px;
	color: #222;
	text-align: left;
}

.create-account-popover[b-hhk68mceb7] {
	display:flex;
	align-items:center;
	font-family: 'Arbeit', sans-serif;
	--bs-popover-bg: var(--Warm-Grey-50) !important;
	--bs-popover-border-color: var(--Warm-Grey-50) !important;
	--bs-popover-header-bg: var(--Warm-Grey-50) !important;
	--bs-popover-header-color: var(--text-primary) !important;
	--bs-popover-body-color: var(--text-primary) !important;
	--bs-popover-bg: var(--Warm-Grey-50) !important;
	--bs-popover-body-padding-x: 1.25rem !important;
	--bs-popover-body-padding-y: 1.25rem !important;
}

.amenities-text[b-hhk68mceb7]
{
	padding-bottom: 0.75rem;
	margin-bottom: 0;
}

.learn-more-anchor[b-hhk68mceb7] {
	color: var(--text-primary) !important;
	background: var(--White-0) !important;
	display: flex;
	padding: 0.5rem 0.75rem;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-radius: 3.625rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem;
	letter-spacing: -0.01313rem;
	text-decoration: none;
}

.organisation-text-container[b-hhk68mceb7] {
	margin-right: 5.4rem;
	text-align: left;
}

.organisation-text[b-hhk68mceb7] {
	color: var(--Grey-700);
	font-size: 10px;
	font-weight: 600;
	margin: 0;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/PartnerPickerDropdownOption.razor.rz.scp.css */
a[b-71euehx9sd] {
    padding: 0.5rem;
}

img[b-71euehx9sd] {
    width: 1rem;
    height: 1rem;
}

.default-partner-icon-container[b-71euehx9sd] {
    right: 0;
    display: flex;
    position: absolute;
    padding-left: 0.5rem;
    background-color: #fff;
}

a:hover .default-partner-icon-container[b-71euehx9sd] {
    background-color: #E5E7EB;
}

/* Migrated dependent V1 legacy styling from app.css to necessary isolation file after enabling new UI app_v2.css */
a.dropdown-item[b-71euehx9sd] {
    background-color: transparent !important;
}

a.dropdown-item.active[b-71euehx9sd] {
    background-color: #E9EAEC !important;
}

.dropdown-item[b-71euehx9sd] {
    color: black !important;
    padding: 0.75rem 1.5rem;
    background: #FFF;
    display: flex;
    align-items: center;
    height: 100%;
}

.dropdown-item:focus[b-71euehx9sd], .dropdown-item:hover[b-71euehx9sd] {
    background-color: #E5E7EB !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/PartnerPickerSelectedDropdownOption.razor.rz.scp.css */
img[b-9j6u9cab5s] {
    width: 1rem;
    height: 1rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/PrimaryLayout.razor.rz.scp.css */
.page-container[b-zba9z2mmq7] {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0.25rem 0.25rem 0 0.25rem;
	min-height: calc(100vh - 0.5rem);
}

div.primary-content-container[b-zba9z2mmq7] {
	flex: 1;
}

.primary-sidebar[b-zba9z2mmq7] {
	background-color: var(--os-foundation);
	border-radius: 0.75rem;
	z-index: 1;
}

.top-row[b-zba9z2mmq7] {
	display: flex;
	height: 4.563rem;
	align-items: center;
	align-self: stretch;
	border-bottom: 1px solid #E4E8F3;
	background: var(--background-container);
	padding: 1rem 1.5rem;
	justify-content: space-between;
	flex: 1 0 0;
}

	.top-row[b-zba9z2mmq7]  a, .top-row[b-zba9z2mmq7]  .btn-link {
		white-space: nowrap;
		margin-left: 1.5rem;
		text-decoration: none;
	}

		.top-row[b-zba9z2mmq7]  a:hover, .top-row[b-zba9z2mmq7]  .btn-link:hover {
			text-decoration: underline;
		}

		.top-row[b-zba9z2mmq7]  a:first-child {
			overflow: hidden;
			text-overflow: ellipsis;
		}

@media (max-width: 640.98px) {
	.top-row[b-zba9z2mmq7] {
		justify-content: space-between;
	}

		.top-row[b-zba9z2mmq7]  a, .top-row[b-zba9z2mmq7]  .btn-link {
			margin-left: 0;
		}
}

@media (min-width: 641px) {
	.page-container[b-zba9z2mmq7] {
		flex-direction: row;
		margin: 0.25rem;
		overflow-y: hidden;
	}

	div.primary-content-container[b-zba9z2mmq7] {
		position: fixed;
		left: 14.813rem;
		width: calc(100vw - 14.813rem);
	}

	.primary-sidebar[b-zba9z2mmq7] {
		width: 14.813rem;
		height: calc(100vh - 0.5rem);
		position: fixed;
		top: 0.25rem;
	}

	.top-row[b-zba9z2mmq7] {
		position: sticky;
		top: 0.25rem;
		z-index: 1;
	}

		.top-row.auth[b-zba9z2mmq7]  a:first-child {
			flex: 1;
			text-align: right;
			width: 0;
		}

	.top-row[b-zba9z2mmq7] {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}

#blazor-error-ui[b-zba9z2mmq7] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss[b-zba9z2mmq7] {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}
/* _content/Instant.PartnerPortal.UI/Components/Layout/ProfilePreview.razor.rz.scp.css */
.profile-icon[b-sci1xglb6m] {
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.625rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 1.25rem;
	border: 1px solid #747E90;
	background-color: #0F1427;
	color: #E4E8F3;
	margin-right: 1rem;
	text-transform:uppercase;
}

.profile-text[b-sci1xglb6m] {
    min-width: 0; /* allow overflow to be hidden in flex */
}

.profile-name[b-sci1xglb6m] {
	margin: 0;
	color: var(--text-invert);
}

.profile-role[b-sci1xglb6m] {
    margin: 0;
    color: var(--text-helper);
}

.prevent-overflow[b-sci1xglb6m] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/SettingsLayout.razor.rz.scp.css */
.settings-content-col[b-jrwuml4qtv] {
    padding-top: 2.5rem;
    padding-left: 5.25rem;
}

.settings-sidebar-list[b-jrwuml4qtv] {
    list-style: none;
}

.pointer-on-hover:hover[b-jrwuml4qtv]{
    cursor:pointer;
}

.settings-menu-col[b-jrwuml4qtv] {
    position: relative;
    background-color: white;
    z-index: 1;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-right: 1px solid #D3D4D9;
}

    .settings-menu-col[b-jrwuml4qtv]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100vw;
        width: 100vw;
        height: 100%;
        background-color: white;
        z-index: -1;
    }

    [b-jrwuml4qtv] .parent-page-title {
        font-size:12px;
        margin-bottom:0;
    }


[b-jrwuml4qtv] .sidebar-item-link {
    text-decoration: none;
    color: #121213 !important;
    padding: 0.75rem;
    display: block;
    border-radius: 0.75rem;
}

[b-jrwuml4qtv] .sidebar-item-link-active {
    text-decoration: none;
    font-weight: 800;
    background-color: #E9EAEC;
}

.settings-menu-wrapper[b-jrwuml4qtv] {
    background-color: #ffffff;
}

.settings-content-wrapper[b-jrwuml4qtv] {
    background-color: #f8f9fa;
}

.settings-menu-col[b-jrwuml4qtv],
.settings-content-col[b-jrwuml4qtv] {
    height: 100%;
}

@media (max-width: 1199px) {
    .settings-content-col[b-jrwuml4qtv] {
        padding-top: 1.5rem;
        padding-left: 0.5rem;
    }
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/SettingsNavMenu.razor.rz.scp.css */
.nav-menu-container[b-kz7nu7fm3v] {
	padding: 1.5rem 1.5rem 0.75rem 1.5rem;
}

.nav-item[b-kz7nu7fm3v] {
	font-size: 0.875rem;
}

	.nav-item[b-kz7nu7fm3v]  .nav-link {
		color: #747E90 !important;
		gap: 0.5rem;
		display: flex;
		padding: 0.625rem 0.75rem !important;
		justify-content: start;
		align-items: center;
		align-self: stretch;
		border-radius: 3.125rem;
	}

	.nav-item[b-kz7nu7fm3v]  .sub-nav-link {
		color: #747E90 !important;
		gap: 0.5rem;
		display: flex;
		justify-content: start;
		align-items: center;
		align-self: stretch;
		border-radius: 3.125rem;
		text-decoration: none;
	}

	.nav-item[b-kz7nu7fm3v]  .nav-link[data-bs-toggle="collapse"]:not(.collapsed) {
		border-radius: 1.125rem;
		background: var(--background-container, #FFF);
		color: #0B2B44 !important;
	}

	.nav-item[b-kz7nu7fm3v]  .nav-link[data-bs-toggle="collapse"] svg.collapse-indicator {
		transition: transform 0.2s ease;
	}

	.nav-item[b-kz7nu7fm3v]  .nav-link[data-bs-toggle="collapse"]:not(.collapsed) svg {
		color: #0B2B44 !important;
	}

		.nav-item[b-kz7nu7fm3v]  .nav-link[data-bs-toggle="collapse"]:not(.collapsed) svg.collapse-indicator {
			transform: rotate(180deg);
		}

	.nav-item[b-kz7nu7fm3v]  .nav-link svg {
		color: #747E90 !important;
		text-align: center;
		align-content: center;
	}

	.nav-item[b-kz7nu7fm3v]  a.active {
		color: #0B2B44 !important;
	}

		.nav-item[b-kz7nu7fm3v]  a.active::after {
			content: unset !important;
		}

		.nav-item[b-kz7nu7fm3v]  a.active svg {
			color: #0B2B44 !important;
		}

	.nav-item[b-kz7nu7fm3v]  .nav-link:hover,
	.nav-item[b-kz7nu7fm3v]  .sub-nav-link:hover {
		color: #0B2B44 !important;
	}

		.nav-item[b-kz7nu7fm3v]  .nav-link:hover svg {
			color: #0B2B44 !important;
		}

.settings-nav-sub-title[b-kz7nu7fm3v] {
	color: var(--text-primary, #121213);
	font-family: Arbeit;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
	letter-spacing: -0.161px;
	text-transform: capitalize;
	margin-bottom: 0.75rem;
	padding: 0 0.75rem 0 0.75rem;
}

#generalInformationContent[b-kz7nu7fm3v] {
	padding: 0.25rem 0 0.5rem 2.25rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	align-self: stretch;
	white-space: nowrap;
}

	#generalInformationContent.collapsing[b-kz7nu7fm3v],
	#generalInformationContent.show[b-kz7nu7fm3v] {
		display: flex !important;
	}
/* _content/Instant.PartnerPortal.UI/Components/Layout/SidebarLayoutView.razor.rz.scp.css */
.page[b-fwealmb0pf] {
	position: relative;
	display: flex;
	flex-direction: column;
	/* cal(100vh - page margin top - primary sidebar top row - primary layout top row) */
	min-height: calc(100vh - 0.25rem - 4.563rem - 4.75rem);
}

main[b-fwealmb0pf] {
	flex: 1;
	background: var(--background-container, #fff);
	margin: 0 0.25rem 0.25rem 0;

}

.sidebar[b-fwealmb0pf] {
	background-color: #F5F9FC;
}

.top-row[b-fwealmb0pf] {
	display: flex;
	height: 4.75rem;
	align-items: center;
	align-self: stretch;
	border-bottom: 1px solid #E4E8F3;
	background: var(--background-container);
	padding: var(--spacing-03, 0.75rem) min(3.75rem, 4%);
	justify-content: space-between;
	flex: 1 0 0;
}

div.scroll-container[b-fwealmb0pf] {
	/*We still need this on mobile*/
	/*100vh - (primary top row + secondary top row + top/bottom margins)*/
	height: calc(100vh - 14.25rem);
	overflow-y: auto;
}

@media (max-width: 640.98px) {
	.top-row[b-fwealmb0pf] {
		justify-content: space-between;
	}

		.top-row[b-fwealmb0pf]  a, .top-row[b-fwealmb0pf]  .btn-link {
			margin-left: 0;
		}
}

@media (min-width: 1400px) {
	.page[b-fwealmb0pf] {
		flex-direction: row;
		/* cal(100vh - page margin - primary layout top row) */
		min-height: calc(100vh - 0.5rem - 4.563rem)
	}

	.sidebar[b-fwealmb0pf] {
		width: 17.688rem;
		flex: 0 0 17.688rem;
		min-width: 17.688rem;

		height: calc(100vh - 0.5rem - 4.563rem);
		position: sticky;
		/* calc(primary layout top - page margin top) */
		top: calc(4.563rem + 0.25rem);
	}

	.top-row[b-fwealmb0pf] {
		position: sticky;
		/* calc(primary layout top - page margin top) */
		top: calc(4.563rem + 0.25rem);
	}

	.sidebar-toggler[b-fwealmb0pf] {
		display: none;
	}

	.nav-scrollable[b-fwealmb0pf] {
		/* Never collapse the sidebar for wide screens */
		display: flex !important;
		flex-direction: column;
		/* Allow sidebar to scroll for tall menus */
		/* 100vh - (sidebar top row + sidebar margin) */
		height: calc(100vh - (4.75rem + 0.25rem));
		overflow-y: auto;
		}

	#sidebar-footer[b-fwealmb0pf] {
		display: flex !important;
	}

	div.scroll-container[b-fwealmb0pf] {
		/*100vh - (primary top row + secondary top row + top/bottom margins)*/
		height: calc(100vh - 9.8125rem);
		overflow-y: auto;
	}
}

.sidebar-toggler[b-fwealmb0pf] {
	appearance: none;
	cursor: pointer;
	width: 3.5rem;
	height: 2.5rem;
	position: absolute;
	top: 1.2rem;
	right: 3rem;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

	.sidebar-toggler:checked[b-fwealmb0pf] {
		background-color: #eff3f5;
	}

.nav-scrollable[b-fwealmb0pf] {
	display: none;
	overflow-x: hidden;
}

#sidebar-footer[b-fwealmb0pf] {
	display: none;
	overflow: hidden;
	padding: 1.5rem;
	height: 8.625rem;
	flex-direction: column;
	gap: 0.625rem;
}

.sidebar-toggler:checked ~ #sidebar-body .nav-scrollable[b-fwealmb0pf],
.sidebar-toggler:checked ~ #sidebar-footer[b-fwealmb0pf] {
	display: flex;
	flex-direction: column;
}

.sidebar-header[b-fwealmb0pf] {
	display: flex;
	padding: 1.5rem 2.15rem;
	align-items: center;
	gap: 1rem;
	align-self: stretch;
	border-bottom: 1px solid var(--Neutral-1000, #E4E8F3);
	height: 4.75rem;
}

.sidebar-body[b-fwealmb0pf] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* calc(100% - sidebar header) */
	height: calc(100% - 4.75rem);
}

.sidebar-body-with-footer[b-fwealmb0pf] {
	/* calc(100% - sidebar header - sidebar footer) */
	height: calc(100% - 4.75rem - 8.625rem);
}

article[b-fwealmb0pf] {
	padding: 3.75rem 3.75rem 60px 3.75rem !important;
	height: 100%
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/WizardLayoutWithFooter.razor.rz.scp.css */
#wizard[b-pc2w9ce76o] {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr auto;
	grid-template-areas:
		"header"
		"content"
		"footer";
	min-height: 100vh;
	max-height: 100vh;
	min-width: 0;
	width: 100%;
	overflow:hidden;
}

.wizardLeftContent[b-pc2w9ce76o] {
	display: flex;
	align-items: center;
}

.wizardTitle[b-pc2w9ce76o] {
	font-size: 1rem; /* Figma 16px */
	line-height: 1rem;
	text-transform: uppercase;
}

.wizard-edit-form[b-pc2w9ce76o] {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

@media only screen and (max-height: 1024px) {
	.wizard-edit-form[b-pc2w9ce76o] {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/WorkaErrorPageLayout.razor.rz.scp.css */
@media (min-width : 992px) {
    .rounded-lg-start-4[b-v25neq8rr5] {
        border-top-left-radius: var(--bs-border-radius-xl) !important;
        border-bottom-left-radius: var(--bs-border-radius-xl) !important;
        border-top-right-radius: unset !important;
        border-bottom-right-radius: unset !important;
    }
}

.py-6[b-v25neq8rr5] {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Layout/WorkaLogoFullscreen.razor.rz.scp.css */
@media (min-width : 992px) {
    .rounded-lg-start-4[b-e5xdsaj4wp] {
        border-top-left-radius: var(--bs-border-radius-xl) !important;
        border-bottom-left-radius: var(--bs-border-radius-xl) !important;
        border-top-right-radius: unset !important;
        border-bottom-right-radius: unset !important;
    }
}

.py-6[b-e5xdsaj4wp] {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.workapage[b-e5xdsaj4wp] {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    height: 100vh;
}

.workapage--purple[b-e5xdsaj4wp] {
    background-color: #2C1466;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Account/AccessDenied.razor.rz.scp.css */
*[b-r1mk1erz8w] {
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
    letter-spacing: -0.00219rem;
}

.error-item-padding[b-r1mk1erz8w] {
    padding: 1.5rem 0 0 0;
}

h1.error-title[b-r1mk1erz8w] {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem; /* 133.333% */
    letter-spacing: -0.01725rem;
}

.error-logo[b-r1mk1erz8w] {
    max-width: 18rem;
}

.card-max[b-r1mk1erz8w] {
    max-width: 52.5rem;
    min-height: 30rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Account/Components/SplashMessage.razor.rz.scp.css */
.header[b-8a7kokt2qi] {
    margin-bottom: 1rem;
    font-family: Arbeit;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.45px;
}

.message-subheading[b-8a7kokt2qi] {
    font-family: Arbeit;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.23px;
}

.worka-font[b-8a7kokt2qi] {
    font-family: "Worka-auth" !important;
}

.right-hand-container[b-8a7kokt2qi] {
    margin: 2.25rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Account/ForgotPassword.razor.rz.scp.css */
subheading-text[b-2oo3cju3kn] {
    color: #484A4C!important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Account/RegisterConfirmation.razor.rz.scp.css */
subheading-text[b-y07nt7napr] {
    color: #484A4C !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Billing/Billing.razor.rz.scp.css */
label.required[b-q45x2gdkpp]::after {
	content: " *";
	color: red;
}

.text-bg-help[b-q45x2gdkpp] {
	color: #000000 !important;
	background-color: #e0d7fe !important;
}

a[b-q45x2gdkpp] {
	color: #000000 !important;
}

.px-25[b-q45x2gdkpp] {
	padding-right: 0.75rem !important;
	padding-left: 0.75rem !important;
}

.py-15[b-q45x2gdkpp] {
	padding-top: 0.375rem !important;
	padding-bottom: 0.375rem !important;
}

[b-q45x2gdkpp] .btn-primary {
	border-color: #6e33ff !important;
	border-radius: 50rem !important;
}

hr[b-q45x2gdkpp] {
	color: #D3D4D9;
	margin:2rem 0;
}

.alert-list li[b-q45x2gdkpp]{
	font-size:0.875rem;
	line-height:1.25rem;
	list-style-type:square;
}

div.separator[b-q45x2gdkpp] {
	border-bottom: 1px solid #D3D4D9;
	margin: 2.5rem 0.2rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Bookings/Bookings.razor.rz.scp.css */
.container-fluid[b-9u2bh4sz6y] {
	padding: 3.5rem 0;
}

.faux-card[b-9u2bh4sz6y] {
	height: 31.25rem;
}

[b-9u2bh4sz6y] table.worka-table td {
	padding: 0 !important;
}

[b-9u2bh4sz6y] tr {
	position: relative;
}

[b-9u2bh4sz6y] td .td-item {
	height: 4.5rem;
	align-items: center;
	align-content: center;
	padding: 0.5rem 1.5rem;
	border-top: 1px solid var(--bs-table-border-color);
}

	[b-9u2bh4sz6y] td .td-item.col-date-time {
		min-width: 16.375rem;
	}

	[b-9u2bh4sz6y] td .td-item.col-location {
		min-width: 26.063rem;
	}

	[b-9u2bh4sz6y] td .td-item.col-booking-ref {
		min-width: 11.125rem;
	}

.click-area[b-9u2bh4sz6y] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/CompanyOnboarding/CompanyOnboardingDetails.razor.rz.scp.css */
body[b-tjxuvkocf3] {
	overflow-y: scroll;
	font-family: "Arbeit";
}

.right-bg-worka[b-tjxuvkocf3] {
	border-radius: 12px;
	background: url('img/partner-portal-login-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5.25rem;
}

.right-hand-container[b-tjxuvkocf3] {
	margin: 2.25rem;
}

.header[b-tjxuvkocf3] {
	font-size: 2.25rem;
	margin-bottom: 1rem;
}

.message-subheading[b-tjxuvkocf3] {
	font-size: 1.25rem!important;
	line-height: 1.75rem!important;
}

.fw-400[b-tjxuvkocf3] {
	font-weight: 400 !important;
}

.link-purple[b-tjxuvkocf3] {
	color: #6E33FF!important;
}

[b-tjxuvkocf3] .validation-message {
	color: #FF003F !important;
	font-size: 0.875rem !important;
}

.left-section[b-tjxuvkocf3] {
	padding-bottom: 100px !important;
	height: 100vh;
	overflow-y: auto;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/CompanyOnboarding/CompanyOnboardingSplash.razor.rz.scp.css */
h3[b-e8aby8kuh3], p[b-e8aby8kuh3], div[b-e8aby8kuh3], li[b-e8aby8kuh3] {
	color: #121213;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/CustomRadioButtonTest.razor.rz.scp.css */
p:hover[b-6jn2660czf] {
	cursor: pointer;
}

p.selected[b-6jn2660czf] {
	color: lime;
	font-weight: bold;
	text-decoration-line: underline;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Home/Components/FrequentlyAskedQuestions.razor.rz.scp.css */
.faq-control-list[b-yx5v6ygdsb] {
    flex-basis: 33%;
    list-style: none;
    width: 100%;
    flex-direction: column;
    align-items: end;
    padding-right: 2rem;
}

.tab-button[b-yx5v6ygdsb], .faq-link[b-yx5v6ygdsb] {
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    display: flex;
    font-size: 0.875rem;
    color: var(--title-text-color) !important;
    text-decoration: none !important;
    height: 4rem;
    border-radius: 1rem;
    align-items: center;
}

.faq-link[b-yx5v6ygdsb] {
    break-inside: avoid-column;
}

.tab-button.active[b-yx5v6ygdsb] {
    background-color: #E9EAEC;
}

.tab-button:hover[b-yx5v6ygdsb], .faq-link:hover[b-yx5v6ygdsb] {
    background-color: #E9EAEC;
}

.column-count-2[b-yx5v6ygdsb] {
    column-count: 2;
    gap: 2rem;
}

.control-tab-text[b-yx5v6ygdsb]{
    font-size:1rem;
}

@media (max-width:992px) {
    .faq-control-list[b-yx5v6ygdsb] {
        flex-basis: 100%;
    }

    .column-count-2[b-yx5v6ygdsb] {
        column-count: 1;
        gap: 2rem;
    }
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Home/Components/GettingStarted.razor.rz.scp.css */
.getting-started-container[b-8dl0t0jqpy] {
    background-color: #F0EBFF;
}

.accordion-item[b-8dl0t0jqpy]{
    background-color:transparent!important;
    border:none!important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Home/Components/GettingStartedBlock.razor.rz.scp.css */
.getting-started-button[b-af5bsiqq27] {
    font-size: 0.875rem;
    background-color: #F0F1F2;
    color: #000 !important;
    line-height: 2rem;
}

.getting-started-button:hover[b-af5bsiqq27] {
    background-color: #E9EAEC !important;
    cursor:pointer;
}

.getting-started-block[b-af5bsiqq27]{
    height:100%;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Home/Home.razor.rz.scp.css */
.workplaces-container[b-hjpiaxixrj] {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.support-container img[b-hjpiaxixrj] {
    max-height: 24rem;
}

[b-hjpiaxixrj] .heading-container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Details/AccessInformation.razor.rz.scp.css */
div.access-information-page[b-0842220wce]  textarea.design-v2 {
	border-radius: var(--spacing-01);
	resize: none;
}

div.access-information-page[b-0842220wce]  table > tbody > tr > td {
	vertical-align:middle;
}

div.access-information-page[b-0842220wce]  th {
	font-weight: 600;
	font-size: 0.825rem;
	line-height: 1.25rem;
}

div.access-information-page[b-0842220wce]  th.day-name-title {
	min-width: 100px;
}

div.access-information-page[b-0842220wce]  tbody > tr.open-hours-row > td.day-name {
	font-weight: 400;
	font-style: normal;
	font-size: 0.75rem;
	line-height: 1rem;
	padding-left: 1rem;
}

div.access-information-page[b-0842220wce]  tr > td > .select-container {
	min-width: 75px !important;
	max-width: 100px !important;
}

div.access-information-page[b-0842220wce]  .select-container.select-container-multi {
	width: 100% !important;
	margin-left: auto;
}

@media(min-width:1200px) {

/*	div.access-information-page ::deep table,
	div.access-information-page ::deep div.row {
		max-width: 1000px;
	}*/

	div.access-information-page[b-0842220wce]  th.day-name-title {
		padding-left: 0;
		min-height: 36px;
		min-width: 192px;
		max-width:192px;
		width:192px;
	}

	div.access-information-page[b-0842220wce]  th.opening-time-title,
	div.access-information-page[b-0842220wce]  th.closing-time-title {
		min-width: 115px;
		max-width: 115px;
		width:115px;
	}

	div.access-information-page[b-0842220wce]  th.is-closed-title,
	div.access-information-page[b-0842220wce]  th.is-open-all-hours-title {
		min-width: 50px;
		max-width: 50px;
		width:50px;
	}

	div.access-information-page[b-0842220wce]  tr > td > .select-container {
		min-width: 120px !important;
		max-width: 120px !important;
	}
}

@media(min-width:1400px) {

	div.access-information-page[b-0842220wce]  table,
	div.access-information-page[b-0842220wce]  div.row {
		max-width: 65vw;
	}
}

@media(min-width:1600px) {

	div.access-information-page[b-0842220wce]  table,
	div.access-information-page[b-0842220wce]  div.row {
		max-width: 1000px;
	}

	div.access-information-page[b-0842220wce]  th.day-name-title {
		padding-left: 0;
		min-height: 36px;
		min-width: 392px;
		max-width: 392px;
		width: 392px;
	}

	div.access-information-page[b-0842220wce]  th.opening-time-title,
	div.access-information-page[b-0842220wce]  th.closing-time-title {
		min-width: 215px;
		max-width: 215px;
		width: 215px;
	}

	div.access-information-page[b-0842220wce]  th.is-closed-title,
	div.access-information-page[b-0842220wce]  th.is-open-all-hours-title {
		min-width: 89px;
		max-width: 89px;
		width: 89px;
	}

	div.access-information-page[b-0842220wce]  tr > td > .select-container {
		min-width: 191px !important;
		max-width: 191px !important;
	}
}

@media(min-width:2000px) {
	div.access-information-page[b-0842220wce]  table,
	div.access-information-page[b-0842220wce]  div.row {
		max-width: 65vw;
	}
}

div.access-information-page[b-0842220wce]  .table.table-responsive {
	margin-top:2.5rem;
	margin-bottom:2.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Details/AddContact.razor.rz.scp.css */
div[b-p9pqu7jnof]  div.select-container {
	display:flex;
	flex: 1 1 auto;
	max-width:498px;
}

div[b-p9pqu7jnof]  div.checkbox-item-container:hover:not(.disabled) {
	cursor:pointer;
}

div[b-p9pqu7jnof]  div.checkbox-item-container .checkbox-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 0.75rem;
	padding-bottom:1rem;
	padding-left:0.25rem;
	width:100%;
}

div[b-p9pqu7jnof]  div.checkbox-item-container .checkbox-item .checkbox-item-text {
	color: var(--text-light);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

div[b-p9pqu7jnof]  div.checkbox-item-container.disabled {
	pointer-events:none;
	background-color: var(--surface-hover);
}

div[b-p9pqu7jnof]  div.checkbox-item-container.selected input[type="checkbox"] {
	background-color: var(--Purple-500);
	color:var(--White-0);
	border-color:var(--Purple-500);
}

div[b-p9pqu7jnof]  div.checkbox-item-container div.checkbox-item input[type=checkbox]:hover:not(:disabled) {
	border-color: var(--Purple-500) !important;
}

div[b-p9pqu7jnof]  div.checkbox-item-container input[type=checkbox]:focus,
div[b-p9pqu7jnof]  div.checkbox-item-container.selected input[type="checkbox"]:focus {
	border-color: var(--Purple-500) !important;
	box-shadow: 0 0 0 1px white, 0 0 0 2px var(--Purple-500) !important;
}

div[b-p9pqu7jnof]  div.checkbox-item-container .checkbox-item-title {
	color: var(--text-body);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

div[b-p9pqu7jnof]  div.checkbox-item-container.selected .checkbox-item-title {
	color: var(--Purple-500);
	font-weight: 600;
}

[b-p9pqu7jnof] .checkbox-item-container:hover {
	background-color: var(--surface-hover);
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Details/Address.razor.rz.scp.css */
.address-container[b-trgc8g6kcv] {
	display: flex;
	flex-direction: column;
}

@media(max-width:1400px) {
	.address-container[b-trgc8g6kcv]  .row.w-75 {
		width:100% !important;
	}
}

.address-header-container[b-trgc8g6kcv] {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 5rem;
}

[b-trgc8g6kcv] #listing-address-form {
	margin-bottom: 3.5rem;
}

div.address-container[b-trgc8g6kcv]  input[type=text] {
	margin-bottom: 0;
}

.map-container[b-trgc8g6kcv] {
	width: 100%;
	height: 445px;
}

[b-trgc8g6kcv] div.app-loading-wrapper-relative {
	transform:translateY(50%);
}

@media(max-width:1199px) {
	div.address-container[b-trgc8g6kcv]  div.address-input {
		margin-top: 10px;
	}
}

@media(min-width:1200px) {
	div.address-container[b-trgc8g6kcv]  div.address-input {
		max-width: 498px;
		margin-left: auto !important;
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Details/ContactDetails.razor.rz.scp.css */
[b-cu3tjw5dyg] .worka-table tbody tr:not([aria-rowindex]) {
	display: none !important;
}

[b-cu3tjw5dyg] .worka-table td:empty {
	display: table-cell !important;
}

.list-contact-container[b-cu3tjw5dyg] {
	min-height:33rem;
}

.contact-details-page[b-cu3tjw5dyg] {
	padding: 0;
	background-color: var(--background-container);
	overflow-x: hidden;
	max-width: 100%;
}

.contact-details-page .row[b-cu3tjw5dyg] {
	margin-left: 0;
	margin-right: 0;
}

.contact-details-page .col-12[b-cu3tjw5dyg] {
	padding-left: 0;
	padding-right: 0;
}

.contact-details-page h3[b-cu3tjw5dyg] {
	font-size: 1.875rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--text-primary);
	line-height: 2.25rem;
}

.contact-details-page .sub-heading[b-cu3tjw5dyg] {
	display: block;
	font-size: 0.9375rem;
	color: var(--text-secondary);
	margin-bottom: 2rem;
	line-height: 1.5rem;
}
.search-bar[b-cu3tjw5dyg] {
	padding-left: 4px!important;
}
.contact-details-page .input-group[b-cu3tjw5dyg] {
	position: relative;
	max-width: 420px;
	height: 40px;
	width: 100%;
}
.contact-details-page .input-group-text[b-cu3tjw5dyg] {
	border-right: 0;
	background-color: var(--background-input-default);
	border-color: var(--border-divider);
	border-radius: 0.5rem 0 0 0.5rem;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
}
.input-group .form-control:focus[b-cu3tjw5dyg] {
	box-shadow: none;
	border-color: var(--bs-border-color);
	outline: none;
}

.input-group:focus-within[b-cu3tjw5dyg] {
	box-shadow: 0 0 0 0.1rem var(--bs-border-color), 0 0 0 0.25rem var(--Purple-500);
	border-radius: 0.5rem !important;
	border-width: 4px !important;
}

.form-control:focus[b-cu3tjw5dyg] {
	box-shadow: none;
}

.contact-details-page .input-group .form-control[b-cu3tjw5dyg] {
	border-left: 0;
	padding-left: 0.5rem;
	font-size:0.875rem;
	height: 40px;
	border-radius: 0 0.25rem 0.25rem 0;
	min-width: 0;
}

.contact-details-page .input-group .form-control[b-cu3tjw5dyg]::placeholder {
	color: var(--text-helper);
	font-size:0.875rem;
}

.contact-details-page .btn-primary[b-cu3tjw5dyg] {
	background-color: var(--button-primary-surface-default);
	border-color: var(--button-primary-surface-default);
	color: var(--button-primary-text);
	font-size: 0.875rem;
	padding: 0.625rem 1rem;
	border-radius: 0.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	height: 40px;
}

.contact-details-page .btn-primary:hover[b-cu3tjw5dyg] {
	background-color: var(--button-primary-surface-hover);
	border-color: var(--button-primary-surface-hover);
}

.contact-details-page .btn-primary:active[b-cu3tjw5dyg] {
	background-color: var(--button-primary-surface-pressed);
	border-color: var(--button-primary-surface-pressed);
}

.contact-details-page .btn-outline-secondary[b-cu3tjw5dyg] {
	border-color: var(--border-divider);
	color: var(--text-secondary);
	font-weight: 500;
	padding: 0.5rem 1rem;
	border-radius: var(--button-border-radius, 0.5rem);
}

.role-badges[b-cu3tjw5dyg] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
}

[b-cu3tjw5dyg] .badge-v2 {
	font-size: 0.75rem;
	padding: 0.25rem 0.625rem;
	border-radius: 0.375rem;
	font-weight: 500;
}

.user-info[b-cu3tjw5dyg] {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

.user-name[b-cu3tjw5dyg] {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--text-primary);
	line-height: 1.25rem;
}

.user-handle[b-cu3tjw5dyg] {
	font-size: 0.75rem;
	color: var(--text-secondary);
	line-height: 1rem;
}

[b-cu3tjw5dyg] .worka-table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	background-color: var(--background-container);
	border: none;
	table-layout: fixed;
	/*min-height: 35rem;*/
}

[b-cu3tjw5dyg] .worka-table thead th {
	background-color: var(--background-container);
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--text-secondary);
	padding: 0.75rem 1rem;
	border-bottom: 1px solid var(--border-divider);
	height: 36px;
	vertical-align: middle;
}

[b-cu3tjw5dyg] .worka-table tbody td {
	padding: 1rem;
	vertical-align: middle;
	border-bottom: 1px solid var(--border-divider);
	height: 58px;
	background-color: var(--background-container);
	color: var(--text-primary);
	font-size: 0.875rem;
	word-break: break-word;
	overflow-wrap: anywhere;
}

[b-cu3tjw5dyg] .worka-table tbody tr:last-child td {
	border-bottom: none;
}

[b-cu3tjw5dyg] .worka-table tbody tr:hover td {
	background-color: var(--background-page);
}

[b-cu3tjw5dyg] .empty-table {
	padding: 4rem 2rem;
	text-align: center;
}

[b-cu3tjw5dyg] .menu-icon {
	width: 16px;
	height: 16px;
	margin-right: 0.5rem;
}

.spinner-border[b-cu3tjw5dyg] {
	width: 3rem;
	height: 3rem;
	border-width: 0.3rem;
}

[b-cu3tjw5dyg] .worka-table thead th {
	color: var(--text-primary);
	text-transform: none;
	font-weight: 600;
	font-size: 1rem;
}

.wrap-text[b-cu3tjw5dyg] {
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
}

[b-cu3tjw5dyg] .empty-table-message {
	max-width:22rem;
}

@media (max-width: 992px) {
	.contact-details-page .row.mt-4.mb-3[b-cu3tjw5dyg] {
		row-gap: 0.75rem;
	}

	.contact-details-page .text-end .btn[b-cu3tjw5dyg] {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.contact-details-page .input-group[b-cu3tjw5dyg] {
		max-width: 100%;
		width: 100%;
	}

	.contact-details-page .row.mt-4.mb-3 > .col-12[b-cu3tjw5dyg] {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.contact-details-page .text-end[b-cu3tjw5dyg] {
		text-align: left !important;
	}

	.contact-details-page .btn[b-cu3tjw5dyg] {
		width: 100%;
	}

	[b-cu3tjw5dyg] .worka-table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 576px) {
	.contact-details-page .sub-heading[b-cu3tjw5dyg] {
		margin-bottom: 1rem;
	}
}

[b-cu3tjw5dyg] .role-column {
	width: 29%;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Details/GeneralInformation.razor.rz.scp.css */
.location-header-container[b-15vorg08aj] {
    margin-bottom: 5rem;
}

div[b-15vorg08aj]  div.validation-message {
	color: #e50000 !important;
	font-family: Arbeit, sans-serif !important;
	font-size:1rem !important;
	font-weight:400 !important;
}

div[b-15vorg08aj]  textarea.form-control.design-v2 {
	border-radius:0.25rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Details/HouseRules.razor.rz.scp.css */
div[b-kyhjxuyaaj]  textarea.design-v2 {
	border-radius: var(--spacing-01);
	resize: none;
}

@media (min-width:2165px) {
	div[b-kyhjxuyaaj]  div.container-fluid.tab-container > div.container {
		margin-left: 0 !important;
	}

	div[b-kyhjxuyaaj]  div.container.tab-page {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Inventory/Desks.razor.rz.scp.css */
[b-iurjgul5gl] div.validation-message {
	color: #FF003F !important;
	font-size: 0.875rem !important;
}

div[b-iurjgul5gl]  div.validation-summary ul {
	list-style:none !important;
	padding-left: 0 !important;
}

div[b-iurjgul5gl]  div.validation-summary ul > li.text-danger {
	color: #FF003F !important;
	font-size: 0.875rem !important;
}

div[b-iurjgul5gl]  textarea.form-control {
	border-radius:0;
}

div[b-iurjgul5gl]  textarea.form-control:focus,
div[b-iurjgul5gl]  textarea.form-control:focus-visible,
div[b-iurjgul5gl]  textarea.form-control:focus-within {
	border-color: var(--border-focus) !important;
	box-shadow: 0 0 0 0.1rem var(--border-focus) !important;
	outline: none !important
}

div[b-iurjgul5gl]  div.select-container.select-container-multi {
	max-width: 498px !important;
	width: 100%;
}

@media(min-width:1200px) {
	div[b-iurjgul5gl]  div.select-container.select-container-multi {
		width: 100%;
		max-width: 100%;
	}
}

@media(min-width:1200px) {
	div[b-iurjgul5gl]  div.half-size-wrapper {
		max-width: 240px;
	}

		div[b-iurjgul5gl]  div.half-size-wrapper.right {
			margin-left: 18px;
		}
}

@media(min-width:1650px) {
	div[b-iurjgul5gl]  div.half-size-wrapper {
		min-width: 240px !important;
	}
}

/*Disabled button*/
div[b-iurjgul5gl]  button[type=button].btn.btn-v2.disabled {
	background-color: var(--Black-0) !important;
	color: var(--White-0) !important;
	opacity: 0.24 !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Inventory/MeetingRoom.razor.rz.scp.css */
[b-0h15kvt6qf] div.validation-message {
	color: #FF003F !important;
	font-size: 0.875rem !important;
}

div[b-0h15kvt6qf]  div.validation-summary ul {
	list-style:none !important;
	padding-left: 0 !important;
}

div[b-0h15kvt6qf]  div.validation-summary ul > li.text-danger {
	color: #FF003F !important;
	font-size: 0.875rem !important;
}

div[b-0h15kvt6qf]  textarea.form-control {
	border-radius: 0;
}

div[b-0h15kvt6qf]  textarea.form-control:focus,
div[b-0h15kvt6qf]  textarea.form-control:focus-visible,
div[b-0h15kvt6qf]  textarea.form-control:focus-within {
	border-color: var(--border-focus) !important;
	box-shadow: 0 0 0 0.1rem var(--border-focus) !important;
	outline: none !important
}

div[b-0h15kvt6qf]  div.select-container.select-container-multi {
	max-width: 498px !important;
	width:100%;
}

@media(min-width:1200px) {
	div[b-0h15kvt6qf]  div.select-container.select-container-multi {
		width:100%;
		max-width:100%;
	}
}

@media(min-width:1200px) {
	div[b-0h15kvt6qf]  div.half-size-wrapper {
		max-width:240px;
	}

	div[b-0h15kvt6qf]  div.half-size-wrapper.right {
		margin-left: 18px;
	}
}

@media(min-width:1650px) {
	div[b-0h15kvt6qf]  div.half-size-wrapper {
		min-width:240px !important;
	}
}

/*Disabled button*/
 div[b-0h15kvt6qf]  button[type=button].btn.btn-v2.disabled {
	background-color: var(--Black-0) !important;
	color: var(--White-0) !important;
	opacity: 0.24 !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Inventory/PrivateOffices.razor.rz.scp.css */
[b-j558kx7bd2] div.validation-message {
	color: #FF003F !important;
	font-size: 0.875rem !important;
}

div[b-j558kx7bd2]  div.validation-summary ul {
	list-style:none !important;
	padding-left: 0 !important;
}

div[b-j558kx7bd2]  div.validation-summary ul > li.text-danger {
	color: #FF003F !important;
	font-size: 0.875rem !important;
}


div[b-j558kx7bd2]  textarea.form-control {
	border-radius: 0;
}

div[b-j558kx7bd2]  textarea.form-control:focus,
div[b-j558kx7bd2]  textarea.form-control:focus-visible,
div[b-j558kx7bd2]  textarea.form-control:focus-within {
	border-color: var(--border-focus) !important;
	/*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--border-focus) !important;*/
	box-shadow: 0 0 0 0.1rem var(--border-focus) !important;
	outline: none !important
}

div[b-j558kx7bd2]  div.select-container.select-container-multi {
	max-width: 498px !important;
	width: 100%;
}

@media(min-width:1200px) {
	div[b-j558kx7bd2]  div.select-container.select-container-multi {
		width: 100%;
		max-width: 100%;
	}
}

@media(min-width:1200px) {
	div[b-j558kx7bd2]  div.half-size-wrapper {
		max-width: 240px;
	}

		div[b-j558kx7bd2]  div.half-size-wrapper.right {
			margin-left: 18px;
		}
}

@media(min-width:1650px) {
	div[b-j558kx7bd2]  div.half-size-wrapper {
		min-width: 240px !important;
	}
}

/*Disabled button*/
div[b-j558kx7bd2]  button[type=button].btn.btn-v2.disabled {
	background-color: var(--Black-0) !important;
	color: var(--White-0) !important;
	opacity: 0.24 !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Listings/Listings.razor.rz.scp.css */
#listings-container[b-k0arsbipqa] {
	display: flex;
	flex-flow: column;
	gap: var(--spacing-08, 2rem);
	height: 72vh!important;
}

#actions-container[b-k0arsbipqa] {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: var(--spacing-02, 0.5rem);
	margin-bottom: 2rem;
	padding-bottom: .5em;
}

.search-input-group[b-k0arsbipqa] {
	width: 80%;
	height: 40px;
}

#space-types-container[b-k0arsbipqa] {
	display: flex;
	flex-wrap: wrap;
	gap: var(--spacing-01, 0.25rem);
}

table span[b-k0arsbipqa] {
	display: block;
	white-space: nowrap;
}

[b-k0arsbipqa] .worka-table tbody tr:not(:has(.row-select:checked)):hover > * {
    cursor: pointer;
}
.input-group .form-control:focus[b-k0arsbipqa] {
	box-shadow: none;
	border-color: var(--bs-border-color);
	outline: none;
}
.input-group:focus-within[b-k0arsbipqa] {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--Purple-500);
	border-radius: 6px;
	border-width: 4px !important;
}
.form-control:focus[b-k0arsbipqa] {
	box-shadow: none;
}

.avatar-container[b-k0arsbipqa] {
	display: flex;
	align-items: center;
	gap: var(--spacing-02, 0.5rem);
}

.avatar-icon[b-k0arsbipqa] {
	display: flex;
	width: 32px;
	height: 32px;
	border-radius: 32px;
}
.scroll-container[b-k0arsbipqa] {
	/*100vh - (primary top row + secondary top row + top/bottom margins)*/
	height: 80vh !important;
	overflow-y: auto !important;
}
@media(max-height: 900px){
	#listings-container[b-k0arsbipqa] {
		height: 60vh !important;
	}
}
@media (min-width: 641px) {
	#actions-container[b-k0arsbipqa] {
		flex-flow: row;
		justify-content: space-between;
	}

	.search-input-group[b-k0arsbipqa] {
		width: 26.25rem;
	}
}

.dropdown-menu[b-k0arsbipqa] {
	padding: 0.75rem 0;
	border-radius: var(--spacing-02, 0.5rem);
	background: var(--background-container, #FFF);
	box-shadow: 0 0 2px 0 rgba(22, 10, 51, 0.20), 0 0 var(--spacing-01, 4px) 0 rgba(22, 10, 51, 0.40);
}

	.dropdown-menu.show[b-k0arsbipqa] {
		transform: translate(0px, 15px) !important;
	}

nav.external-links .external-link[b-k0arsbipqa] {
	padding: 0.5rem 1.25rem;
	display: flex;
	width: 300px;
	gap: 0.75rem;
	align-items: center;
	text-decoration: none;
	color: unset;
}

	nav.external-links .external-link:hover:not(.disabled)[b-k0arsbipqa] {
		background: var(--Grey-50, #F8F8F9);
	}

	nav.external-links .external-link.disabled:hover[b-k0arsbipqa] {
		cursor: unset;
	}

nav.external-links[b-k0arsbipqa]  .badge-v2 {
	background-color: transparent !important;
}

nav.external-links span[b-k0arsbipqa] {
	margin-right: auto;
}

[b-k0arsbipqa] .worka-table tbody tr.read-only,
[b-k0arsbipqa] .worka-table tbody tr.read-only:hover > * {
    cursor: default !important;
    pointer-events: none;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Profile/Profile.razor.rz.scp.css */
hr[b-fmxevdc9c0] {
    color: #D3D4D9 !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Profile/TwoFactorAuthenticationDetails.razor.rz.scp.css */
.2fa-details-row[b-5qjowdh6on] {
	margin-bottom: 2.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Settings/Integrations.razor.rz.scp.css */
.row.submit-row[b-ntqa8opn9k] {
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

.clearfix.vertical-spacer[b-ntqa8opn9k] {
	min-height: 200px;
}

h5.worka-heading[b-ntqa8opn9k] {
	font-size: 1rem;
	font-weight: 700;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Settings/ManageUsers.razor.rz.scp.css */
:root[b-8ofs76pw8x] {
    --badge-description-color: #713F12;
}

.badge-description[b-8ofs76pw8x] {
    color: var(--badge-description-color);
    margin-left: 0.5rem;
}

[b-8ofs76pw8x] .quickgrid .sort-indicator {
    display: none;
}

hr[b-8ofs76pw8x] {
    background-color: var(--header-border-color);
}

:global(body)[b-8ofs76pw8x] {
    background-color: #f0f0f0;
}


[b-8ofs76pw8x] .rz-dropdown-label {
    height: 100% !important;
    display: flex;
    align-items: center;
}

.wrap-text[b-8ofs76pw8x] {
    word-break: break-all;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Settings/Payments/PaymentInformation.razor.rz.scp.css */
button.btn-edit-payment-details > img.img-fluid[b-qyo86wzmt2] {
	width: 0.875rem;
	max-width:0.875rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Settings/Payments/StripeAccount.razor.rz.scp.css */
[b-z4t1p406f2] .alert {
	padding: 1rem;
	border: none;
	border-radius: 1rem;
}

	[b-z4t1p406f2] .alert.alert-info {
		background-color: #FFF0CC;
	}

[b-z4t1p406f2] .stripe-login-button {
	display: flex;
	width: auto;
	padding: 0.7rem 1.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

[b-z4t1p406f2] .stripe-connect-button {
	display: flex;
	#height: 2.5rem;
	padding: 0.5rem 1rem;
	justify-content: center;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.875rem !important;
}

.payment-accordion[b-z4t1p406f2], .accordion-item[b-z4t1p406f2] {
	border: none !important;
	background-color: #f8f8f9!important;
}

.payments-container[b-z4t1p406f2], payments-container p[b-z4t1p406f2] {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}

.payment-btn[b-z4t1p406f2] {
	gap: 0.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	height: 3.125rem;
	font-style: normal;
	line-height: 1rem;
	letter-spacing: -0.004rem;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border-radius: 6.188rem !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Settings/Payments/StripeAccountSetupStep.razor.rz.scp.css */
p.disabled[b-z65ufxpzhf] {
    color: #B5B8BF;
}

.vl[b-z65ufxpzhf] {
    border-left: 0.125rem solid #D3D4D9;
    margin-left: calc(50% - (0.125rem / 2));
    min-height: 1.5rem;
    height: 100%;
}

.vl-red[b-z65ufxpzhf] {
    border-left: 0.125rem solid #FF9697 !important;
}

.vl-purple[b-z65ufxpzhf] {
    border-left: 0.125rem solid #A885FF !important;
}

.outer-circle-active[b-z65ufxpzhf] {
    background-color: #A885FF;
    border-radius: 50%;
    padding: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.circle-gap[b-z65ufxpzhf] {
    background-color: white;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-circle[b-z65ufxpzhf] {
    background-color: #D3D4D9;
    color: #6D6E73;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.circle-active[b-z65ufxpzhf] {
    background-color: #5829CC!important;
    color:white!important;
}

.outer-circle-active-red[b-z65ufxpzhf] {
    background-color: #FF9697;
}

.inner-circle-active-red[b-z65ufxpzhf] {
    background-color: #CC4041!important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Support/Support.razor.rz.scp.css */
[b-2mr2pyac0h] .heading-container {
	padding-top: 3.5rem;
	padding-bottom: 2rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/TestPage.razor.rz.scp.css */
.test-container[b-b1e6vrlgtp] {
    padding: var(--spacing-lg);
    max-width: 1200px;
    margin: 0 auto;
}

.test-section[b-b1e6vrlgtp] {
    margin-bottom: var(--spacing-xl);
    padding-top:5px;
}

.test-section h4[b-b1e6vrlgtp] {
    margin: var(--spacing-lg) 0 var(--spacing-md) 0;
    color: var(--color-gray-800);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    margin-bottom:10px;
}

.example-row[b-b1e6vrlgtp] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.example-grid[b-b1e6vrlgtp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Users/EditUser.razor.rz.scp.css */
.role-checkbox-column[b-f0szygz0lv] {
    column-count: 2;
    column-gap: 20px;
}

.text-muted[b-f0szygz0lv] {
    color: #6D6E73 !important;
}

@media (max-width:770px) {
    .role-checkbox-column[b-f0szygz0lv] {
        column-count: 1;
    }
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Users/InviteUser.razor.rz.scp.css */
.role-checkbox-column[b-muipuc5uvi] {
    column-count: 2;
    column-gap: 20px;
}

.text-muted[b-muipuc5uvi] {
    color: #6D6E73 !important;
}

@media (max-width:770px) {
    .role-checkbox-column[b-muipuc5uvi] {
        column-count: 1;
    }
}

hr[b-muipuc5uvi] {
    color: #D3D4D9 !important;
}

.subtext[b-muipuc5uvi] {
    color: #6D6E73 !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Users/ManageUser.razor.rz.scp.css */
div[b-w5gebg1fw5]  div.select-container {
	display: flex;
	flex: 1 1 auto;
	max-width: 498px;
}

div[b-w5gebg1fw5]  div.checkbox-item-container:hover:not(.disabled) {
	cursor: pointer;
}

div[b-w5gebg1fw5]  div.checkbox-item-container .checkbox-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 0.75rem;
	padding-bottom: 1rem;
	padding-left: 0.25rem;
	width: 100%;
}

	div[b-w5gebg1fw5]  div.checkbox-item-container .checkbox-item .checkbox-item-text {
		color: var(--text-light);
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

div[b-w5gebg1fw5]  div.checkbox-item-container.disabled {
	pointer-events: none;
	background-color: var(--surface-hover);
}

div[b-w5gebg1fw5]  div.checkbox-item-container.selected input[type="checkbox"] {
	background-color: var(--Purple-500);
	color: var(--White-0);
	border-color: var(--Purple-500);
}

div[b-w5gebg1fw5]  div.checkbox-item-container div.checkbox-item input[type=checkbox]:hover:not(:disabled) {
	border-color: var(--Purple-500) !important;
}

div.scroll-container[b-w5gebg1fw5] {
	/*100vh - (primary top row + secondary top row + top/bottom margins)*/
	height: calc(100vh - 9.8125rem);
	overflow-y: auto;
}

div[b-w5gebg1fw5]  div.checkbox-item-container input[type=checkbox]:focus,
div[b-w5gebg1fw5]  div.checkbox-item-container.selected input[type="checkbox"]:focus {
	border-color: var(--Purple-500) !important;
	box-shadow: 0 0 0 1px white, 0 0 0 2px var(--Purple-500) !important;
}

div[b-w5gebg1fw5]  div.checkbox-item-container .checkbox-item-title {
	color: var(--text-body);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

div[b-w5gebg1fw5]  div.checkbox-item-container.selected .checkbox-item-title {
	color: var(--Purple-500);
	font-weight: 600;
}

[b-w5gebg1fw5] .checkbox-item-container:hover {
	background-color: var(--surface-hover);
}


.manage-user[b-w5gebg1fw5] {
	padding: 3.75rem !important;
}

	.manage-user .buttom-row[b-w5gebg1fw5] {
		display: flex;
		align-items: flex-start;
		gap: var(--spacing-10, 2.5rem);
		align-self: stretch;
		margin-bottom: 3.5rem;
	}

	.manage-user .input-row[b-w5gebg1fw5] {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: var(--spacing-06, 1.5rem);
		align-self: stretch;
	}

.role-text-selected[b-w5gebg1fw5] {
	color: var(--Purple-500) !important;
}
/* Make info rows responsive: remove fixed width and allow wrapping */
.info-row[b-w5gebg1fw5] {
	display: flex;
	width: 100%;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* Smaller toggle icon */
.ToggleIcon[b-w5gebg1fw5] {
	width: 8px;
	height: 8px;
}

div[b-w5gebg1fw5]  div.checkbox-item-container div.checkbox-item:hover {
	background-color: var(--surface-hover);
}


/* Cap input width for tablet+ (do not affect mobile rules) */
@media (min-width: 768px) {
	.manage-user .input-col[b-w5gebg1fw5],
	.manage-user .form-input-control[b-w5gebg1fw5] {
		max-width: min(480px, 90vw); /* cap width above mobile scale */
	}
}

/* Mobile overrides: use responsive cap so inputs fill available space but don’t become tiny */
@media (max-width: 767.98px) {
	.manage-user[b-w5gebg1fw5] {
		padding: 1.5rem !important;
	}

	/* stack label above input */
	.info-row[b-w5gebg1fw5] {
		flex-direction: column;
		align-items: flex-start;
	}

	/* let inputs fill available width but cap to a sensible maximum (90vw or 480px) */
	.manage-user .input-col[b-w5gebg1fw5],
	.manage-user .form-input-control[b-w5gebg1fw5] {
		width: 100% !important;
		max-width: min(480px, 90vw) !important;
	}

	/* allow checkbox items to wrap on small screens */
	div[b-w5gebg1fw5]  div.checkbox-item-container,
	.checkbox-item[b-w5gebg1fw5] {
		flex-wrap: wrap;
	}
}

/*Ensure consistency with other pages for popup purposes*/
@media(min-width:641px) {
	div.page[b-w5gebg1fw5] {
		display: flex;
		flex-direction: row;
		min-height: calc(100vh - 0.5rem - 0.563rem);
	}

	div.page > main[b-w5gebg1fw5]  {
		flex: 1;
		background: var(--background-container);
		margin: 0 0.25rem 0.25rem 0;
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Users/UserManagement.razor.rz.scp.css */
[b-h1l59u4nny] /* This has been cloned from Contact Details */
 .worka-table tbody tr:not([aria-rowindex]) {
	display: none !important;
}

[b-h1l59u4nny] .worka-table td:empty {
	display: table-cell !important;
}

.list-contact-container[b-h1l59u4nny] {
	min-height: 33rem;
}

.user-management[b-h1l59u4nny] {
	padding: 0 32px 60px;
}

.user-management .input-group[b-h1l59u4nny] {
	position: relative;
	max-width: 420px;
	width: 100%;
}

	.user-management .input-group:focus-within[b-h1l59u4nny] {
		box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--Purple-500);
		border-radius: 0.5rem;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}


.user-management .input-group-text[b-h1l59u4nny] {
	border-right: 0;
	background-color: var(--background-input-default);
	padding-left: 0.875rem;
	border-color: var(--border-divider);
	border-radius: 0.5rem 0 0 0.5rem;
}

div.scroll-container[b-h1l59u4nny] {
	/*100vh - (primary top row + secondary top row + top/bottom margins)*/
	height: calc(100vh - 9.8125rem);
	overflow-y: auto;
}

.user-management .input-group .form-control[b-h1l59u4nny] {
	border-left: 0;
	padding-left: 0.5rem;
	font-size: 0.875rem;
	height: 40px;
	border-radius: 0 0.25rem 0.25rem 0;
	min-width: 0;
}

	.user-management .input-group .form-control[b-h1l59u4nny]::placeholder {
		color: var(--text-helper);
	}

	.user-management .input-group .form-control:focus[b-h1l59u4nny] {
		box-shadow: none;
		border-color: var(--border-focus);
		outline: none;
	}

		.user-management .input-group .form-control:focus + .input-group-text[b-h1l59u4nny],
		.user-management .input-group-text:has(+ .form-control:focus)[b-h1l59u4nny] {
			border-color: var(--border-focus);
		}


[b-h1l59u4nny] .empty-table {
	padding: 4rem 2rem;
	text-align: center;
}

[b-h1l59u4nny] .menu-icon {
	width: 16px;
	height: 16px;
	margin-right: 0.5rem;
}

.spinner-border[b-h1l59u4nny] {
	width: 3rem;
	height: 3rem;
	border-width: 0.3rem;
}

[b-h1l59u4nny] .worka-table thead th {
	color: var(--text-primary);
	text-transform: none;
	font-weight: 600;
	font-size: 1rem;
}

.wrap-text[b-h1l59u4nny] {
	white-space: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
}

[b-h1l59u4nny] .empty-table-message {
	max-width: 22rem;
}

@media (max-width: 992px) {
	.user-management .row.mt-4.mb-3[b-h1l59u4nny] {
		row-gap: 0.75rem;
	}

	.user-management .text-end .btn[b-h1l59u4nny] {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.user-management .input-group[b-h1l59u4nny] {
		max-width: 100%;
		width: 100%;
	}

	.user-management .row.mt-4.mb-3 > .col-12[b-h1l59u4nny] {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.user-management .text-end[b-h1l59u4nny] {
		text-align: left !important;
	}

	.user-management .btn[b-h1l59u4nny] {
		width: 100%;
	}

	[b-h1l59u4nny] .worka-table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 576px) {
	.user-management .sub-heading[b-h1l59u4nny] {
		margin-bottom: 1rem;
	}
}

[b-h1l59u4nny] .role-column {
	width: 29%;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/WorkaError/WorkaError.razor.rz.scp.css */
*[b-fyhcd61dwn] {
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
    letter-spacing: -0.00219rem;
}

.error-item-padding[b-fyhcd61dwn]{
    padding: 1.5rem 0 0 0;
}

h1.error-title[b-fyhcd61dwn] {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem; /* 133.333% */
    letter-spacing: -0.01725rem;
}
.error-logo[b-fyhcd61dwn] {
    max-width: 18rem;
}
.card-max[b-fyhcd61dwn] {
    max-width: 52.5rem;
    min-height: 30rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/AddWorkplaceOld.razor.rz.scp.css */
[b-n36y4tugyb] .workplace-modal-secondary-btn {
    border-color: transparent;
    background-color: #F8F8F9;
    font-size: 0.95rem;
    border-radius: 18px;
}

[b-n36y4tugyb] .workplace-modal-secondary-btn:hover {
    border: 1px solid #919399;
}

[b-n36y4tugyb] .image-icon {
    height: 24px;
    width: auto;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/AddWorkplaceWizardStepAccessHours.razor.rz.scp.css */
 /* page level styling */
p.required[b-c3sslq1e89]::after {
	content: " *";
	color: red;
}

/* structure & positioning */

.container[b-c3sslq1e89] {
	padding: 0;
	margin: 0;
}

.div__day-week[b-c3sslq1e89] {
	width: 2rem;
	margin-right: 1rem;
}

.div__input-opentime[b-c3sslq1e89] {
	width: 6.875rem; /* 110px original 94px */
	margin-right: 1.5rem;
}

.div__label-until[b-c3sslq1e89] {
	width: 2rem;
	margin-right: 1rem;
}

.div__input-until[b-c3sslq1e89] {
	width: 6.875rem; /* 110px originally 94px */
	margin-right: 1.5rem;
}

.div__checkbox-closed[b-c3sslq1e89] {
	width: 1.5rem; /* 24px */
	margin-right: 0.5rem; /* 8px */
}

.div__label-closed[b-c3sslq1e89] {
	/* width: 2.6875rem; */ /* 43px not required until font change*/
	margin-right: 1.5rem;
}

.div__checkbox-open24[b-c3sslq1e89] {
	width: 1.5rem;
	margin-right: 0.5rem;
}

.div__label-open24[b-c3sslq1e89] {
	width: 6.5rem;
}

/* components styling */
.allholidayscheckbox[b-c3sslq1e89] {
}
/* Validation */

[b-c3sslq1e89] .invalid {
	background-color: #FFEEEE;
}

/* Time field inputs */

[b-c3sslq1e89] .input__time {
	width: 5.875rem;
	height: 3rem; /* 48px */
	border-radius: 0.5rem;
	text-align: center;
	padding: 8px!important;
}

/* Checkboxes */
.form-check-input[b-c3sslq1e89] {
	border-radius: 0.25rem !important;
	border: 1px solid #919399 !important;
	background-color: #FFF !important;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0;
	padding: 0;
}

.form-check-input:checked[b-c3sslq1e89] {
	background-color: #6E33FD !important;
	background-image: url("/img/thin-white-check-icon.svg") !important;
	background-size: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat !important;
	margin: 0;
	padding: 0;
}

input[type="text"][b-c3sslq1e89] {
	width: 94px;
	height: 48px;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/AddWorkplaceWizardStepAmenities.razor.rz.scp.css */
.container[b-mtz6ekoloz] {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-flow: column;
}

.container .control[b-mtz6ekoloz] {
	grid-column: span 1;
}


/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/AddWorkplaceWizardStepChecklist.razor.rz.scp.css */
h1.worka-display-heading[b-m07yqfi7hc] {
    font-size: 4.625rem;
    line-height: 5.125rem;
    letter-spacing: 0.023rem;
    font-family: 'Worka-display', sans-serif;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/AddWorkplaceWizardStepLocateWorkplace.razor.rz.scp.css */
label.required[b-tafd3b8bq4]::after {
		content: " *";
		color: red;
}

[b-tafd3b8bq4] .invalid {
	background-color: #FFEEEE;
}

.icon[b-tafd3b8bq4] {
	background-size: 20px !important;
	background-position: 13px 10px !important;
	text-indent: 29px;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/AddWorkplaceWizardStepMapsWorkplace.razor.rz.scp.css */
#map[b-ztz487o96p] {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	height: 500px;
	margin-top: 20px;
}

.map-search-container[b-ztz487o96p] {
	position: absolute;
	top: 30px;
	z-index: 9999;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/AddWorkplaceWizardStepPhotos.razor.rz.scp.css */
/* page layout */
.page-container[b-jh86pv8fd8] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	grid-template-areas:
		"instructions uploads"
		"calltoaction calltoaction"
}

.instructions[b-jh86pv8fd8] {
	grid-area: instructions;
	padding: 1rem 1rem 1rem 0;
}

.uploads[b-jh86pv8fd8] {
	grid-area: uploads;
	background-color: white;
	border-radius: 1rem;
	min-height: 43rem;
	padding: 2rem;
	align-items: centre;
	justify-content: center;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='1rem' ry='1rem' stroke='%23919399' stroke-width='2' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

/* uploads layout */
.image-info-container[b-jh86pv8fd8] {
	border-radius: 1rem;
	border: 1px solid #D3D4D9;
	box-shadow: 0 1px 2px 0 #C4C6CC;
	padding: 1rem;
	margin: 1rem;
	display: grid;
	grid-template-columns: 120px 1fr 1fr;
	grid-template-areas:
		"thumbnail filename filename"
		"thumbnail description buttons"
}

.image-thumbnail[b-jh86pv8fd8] {
	grid-area: thumbnail;
	vertical-align: middle;
	width: 120px;
}

.image-filename[b-jh86pv8fd8] {
	grid-area: filename;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 1rem;
}

.image-description[b-jh86pv8fd8] {
	grid-area: description;
}

.feature-image[b-jh86pv8fd8] {
	grid-area: buttons;
	margin-left: 4rem;
}

.image-rounded[b-jh86pv8fd8] {
	border-radius: 6px;
	max-width: 100px;
	width: 72px;
}

.photo-description[b-jh86pv8fd8] {
	width: 10rem;
}

.calltoaction[b-jh86pv8fd8] {
	grid-area: calltoaction;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.delete-button[b-jh86pv8fd8] {
	border-radius: 1rem;
	background-color: transparent;
	border: 2px solid #6E33FF; 
}

.drag-and-drop[b-jh86pv8fd8] {
	width: 10rem;
	height: 10rem;
	background-color: red;
	border: 2px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/AddWorkplaceWizardStepWorkplaceDetails.razor.rz.scp.css */
.card[b-wu39b5fom0] {
    border-radius: 16px;
    background: #E2D6FF;
    border: none !important;
    color: #2C1466;
}

[b-wu39b5fom0] .invalid {
    background-color: #FFEEEE;
}

label.required[b-wu39b5fom0]::after {
    content: " *";
    color: red;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/PmsIntegrationsDropdownOption.razor.rz.scp.css */
a[b-6c2pw1txri] {
    padding: 0.5rem;
}

img[b-6c2pw1txri] {
    width: 1rem;
    height: 1rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/PmsIntegrationsSelectedDropdownOption.razor.rz.scp.css */
img[b-w0mw2bxy3g] {
    width: 1rem;
    height: 1rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/WorkplaceDetails.razor.rz.scp.css */
.image-thumbnail[b-kz916wsgit] {
	grid-area: thumbnail;
	vertical-align: middle;
	width: 6.25rem;
	height: 6.25rem;
	padding: 0;
	margin: 0.25rem;
	object-fit: cover;
}

.image-corner-rounded[b-kz916wsgit] {
	border-radius: 0.5rem;
}

#map[b-kz916wsgit] {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	height: 500px;
	margin-top: 20px;
}

hr[b-kz916wsgit] {
	margin: 2.5rem 0 2.5rem;
}

.amenity-div[b-kz916wsgit] {
	gap: 0.5rem;
}

.holiday-div[b-kz916wsgit] {
	gap: 0.5rem;
}

.holiday[b-kz916wsgit], .amenity[b-kz916wsgit] {
	border: 1px solid #D3D4D9;
	border-radius: 0.5rem;
	align-items: center;
	height: 2rem;
	display: flex;
	padding: 0.5rem;
	font-size: 0.875rem;
	background-color: white;
}

.alternating-rows .row:nth-child(odd)[b-kz916wsgit] {
	background-color: white;
}

.alternating-rows .row:nth-child(even)[b-kz916wsgit] {
	background-color: #F8F8F9;
}

.container .contact-detail-container[b-kz916wsgit] {
	margin-right: auto;
	margin-left: 0;
}

.week-container[b-kz916wsgit] {
	max-width: 36.75rem;
}

.holiday-title[b-kz916wsgit] {
	width: 5rem;
	flex: 0 0 5rem;
	padding: 0.3rem;
	text-align: center;
	font-weight: bold;
}

.holiday-group[b-kz916wsgit] {
    padding-bottom: 2rem;
}

.bank-link-icon[b-kz916wsgit] {
    color: #6E33FF!important;
}

.workplace-details-header-container[b-kz916wsgit] {
	border-bottom: 2px solid #D3D4D9;
	padding: 3.5rem 0 2rem 0;
}

.workplace-details-container[b-kz916wsgit] {
	padding: 2.5rem 0 2.5rem 0;
}

[b-kz916wsgit] .alert {
	margin-bottom: 2.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workplace/Workplaces.razor.rz.scp.css */
[b-98wmbaho3b] .col-title-text {
	font-weight: normal;
	padding-left: 1rem;
}

h5[b-98wmbaho3b] {
	font-weight: 700 !important;
	line-height: 1 !important;
	margin-bottom: 0 !important;
}

.btn-secondary[b-98wmbaho3b] {
	color: #121213 !important;
	background-color: #e9eaec !important;
	border-color: #e9eaec !important;
	font-size: 1em !important;
}

@media (min-width:992px) {
	.border-lg-end[b-98wmbaho3b] {
		border-right: 1px solid #d3d4d9 !important;
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workspaces/AddWorkspaceWizard/AddWorkspaceWizardStepAmenities.razor.rz.scp.css */
.container[b-grs7x3a69h] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-flow: column;
}

    .container .control[b-grs7x3a69h] {
        grid-column: span 1;
    }
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workspaces/AddWorkspaceWizard/AddWorkspaceWizardStepChecklist.razor.rz.scp.css */
h1.worka-display-heading[b-vqh6qxhk4j] {
    font-size: 4.625rem;
    line-height: 5.125rem;
    letter-spacing: 0.023rem;
    font-family: 'Worka-display', sans-serif;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workspaces/AddWorkspaceWizard/AddWorkspaceWizardStepPhotos.razor.rz.scp.css */
/* page layout */
.page-container[b-q5iun1pop5] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	grid-template-areas:
		"instructions uploads"
		"calltoaction calltoaction"
}

.instructions[b-q5iun1pop5] {
	grid-area: instructions;
	padding: 1rem;
}

.uploads[b-q5iun1pop5] {
	grid-area: uploads;
	border: #919399 1px dashed;
	background-color: white;
	border-radius: 1rem;
	min-height: 50vh;
	padding: 2rem;
	align-items: centre;
	justify-content: center;
}

/* uploads layout */
.image-info-container[b-q5iun1pop5] {
	border-radius: 1rem;
	border: 1px solid #D3D4D9;
	box-shadow: 0 1px 2px 0 #C4C6CC;
	padding: 1rem;
	margin: 1rem;
	display: grid;
	grid-template-columns: 120px 1fr 1fr;
	grid-template-areas:
		"thumbnail filename filename"
		"thumbnail description buttons"
}

.image-thumbnail[b-q5iun1pop5] {
	grid-area: thumbnail;
	vertical-align: middle;
	width: 120px;
}

.image-filename[b-q5iun1pop5] {
	grid-area: filename;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 1rem;
}

.image-description[b-q5iun1pop5] {
	grid-area: description;
}

.feature-image[b-q5iun1pop5] {
	grid-area: buttons;
	margin-left: 4rem;
}

.image-rounded[b-q5iun1pop5] {
	border-radius: 6px;
	max-width: 100px;
	width: 72px;
}

.photo-description[b-q5iun1pop5] {
	width: 10rem;
}

.calltoaction[b-q5iun1pop5] {
	grid-area: calltoaction;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.delete-button[b-q5iun1pop5] {
	border-radius: 1rem;
	background-color: transparent;
	border: 2px solid #6E33FF; 
}

.drag-and-drop[b-q5iun1pop5] {
	width: 10rem;
	height: 10rem;
	background-color: red;
	border: 2px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workspaces/WorkspaceDetails.razor.rz.scp.css */
.workspace-details-header-container[b-eqd63t6yi2] {
	padding: 3.5rem 0 2rem 0;
	border-bottom: 2px solid #D3D4D9;
}

.workspace-details-container[b-eqd63t6yi2] {
	padding: 2.5rem 0 2.5rem 0;
}

.pricing-table-container[b-eqd63t6yi2] {
	max-width: 36.75rem;
}

.alternating-rows .row:nth-child(odd)[b-eqd63t6yi2] {
	background-color: white;
}

.alternating-rows .row:nth-child(even)[b-eqd63t6yi2] {
	background-color: #F8F8F9;
}

.amenity-div[b-eqd63t6yi2] {
	gap: 0.5rem;
}

.amenity[b-eqd63t6yi2] {
	border: 1px solid #919399;
	border-radius: 0.5rem;
	align-items: center;
	height: 2rem;
	display: flex;
	padding: 0.5rem;
	font-size: 0.875rem;
}

.image-thumbnail[b-eqd63t6yi2] {
	grid-area: thumbnail;
	vertical-align: middle;
	width: 6.25rem;
	height: 6.25rem;
	padding: 0;
	margin: 0.25rem;
	object-fit: cover;
}

.image-corner-rounded[b-eqd63t6yi2] {
    border-radius: 0.5rem;
}

hr.py-4half[b-eqd63t6yi2] {
	margin: 2rem 0;
}
/* _content/Instant.PartnerPortal.UI/Components/Pages/Workspaces/Workspaces.razor.rz.scp.css */
.no-workspaces-container[b-260s80y39m] {
	height: 18.688rem;
	border-radius: 1rem;
	background-color: #FFF;
}

.btn-secondary[b-260s80y39m] {
	color: #121213 !important;
	background-color: #e9eaec !important;
	border-color: #e9eaec !important;
	font-size: 1em !important;
}

/* _content/Instant.PartnerPortal.UI/Components/Shared/AddressInput.razor.rz.scp.css */
div.address-input[b-sotk4dgcb1]  div.address-input-textbox > div.mb-3 {
	margin-bottom:0 !important;
}

div.address-input[b-sotk4dgcb1]  div.address-input-textbox > div.mb-3 > div.mt-1 {
	margin-top: 0 !important;
}

div.address-input[b-sotk4dgcb1]  div.address-input-textbox > div.mb-3 input[type=text].is-invalid {
	border-radius: var(--spacing-01);
	border-bottom: 1px solid red!important;
}

div.address-input[b-sotk4dgcb1]  div.address-input-textbox > div.mb-3 .validation-message.mt-1 {
	margin-top:0.25rem;
	margin-bottom:0.5rem;
}

	div.address-input[b-sotk4dgcb1]  div.address-input-textbox > div.mb-3 input[type=text].is-invalid:focus {
		border-color: var(--border-focus) !important;
		box-shadow: 0 0 0 0.1rem var(--border-focus) !important;
		position: relative;
		z-index: 2;
	}

div.address-input[b-sotk4dgcb1]  div.address-input-textbox input[type=text] {
	border-radius: 0;
	
	max-height: 2.5rem;
	font-weight: 400;
	font-size:0.875rem;
}

	div.address-input[b-sotk4dgcb1]  div.address-input-textbox input[type=text]:focus {
		border-color: var(--border-focus) !important;
		box-shadow: 0 0 0 0.1rem var(--border-focus) !important;
		position: relative;
		z-index: 2;
	}

div.address-input[b-sotk4dgcb1]  div.address-input-textbox:first-child input[type=text] {
	border-top-left-radius: var(--spacing-01);
	border-top-right-radius: var(--spacing-01);
}

div.address-input[b-sotk4dgcb1]  div.address-input-textbox:last-child input[type=text] {
	border-bottom-left-radius: var(--spacing-01);
	border-bottom-right-radius: var(--spacing-01);
}

div.address-input[b-sotk4dgcb1]  div.address-input-textbox div.textinput-wrapper input[type=text]:disabled {
	color: var(--input-disabled) !important;
	border-bottom: 1px solid #D0D0D0;
}

	div.address-input[b-sotk4dgcb1]  div.address-input-textbox div.textinput-wrapper input[type=text]:disabled:focus {
		border-color: var(--border-focus) !important;
		box-shadow: 0 0 0 0.1rem var(--border-focus) !important;
		position: relative;
		z-index: 2;
	}

div.address-input[b-sotk4dgcb1]  div.address-input-textbox.country-display div.textinput-wrapper::before {
	content:'';
	background-image: url('/img/icons/chevron-down-black-16x16.svg');
	background-repeat: no-repeat;
	display:inline-block;
	position:absolute;
	top:50%;
	left:95%;
	transform:translateY(-50%);
	height:16px;
	width:16px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Badge.razor.rz.scp.css */
.badge[b-vwdzpvpa9a] {
	padding: 0.5rem;
	flex-wrap: nowrap;
	border-radius: 0.5rem;
}

.badge.bg-light[b-vwdzpvpa9a] {
	color: #121213
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Button.razor.rz.scp.css */
button.btn[b-go0vn3hrkd] {
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    height: 3rem;
    font-style: normal;
    line-height: 1rem; /* 114.286% */
    letter-spacing: -0.004rem;
    padding: 0 1.5rem;
    border-radius: 6.188rem !important;
}

button.btn-round[b-go0vn3hrkd] {
    padding: 0 1rem;
}

/* SIZES */

button.btn-sm[b-go0vn3hrkd] {
    height: 2.5rem;
    padding: 0.75rem 1.25rem;
}

button.btn-lg[b-go0vn3hrkd] {
    height: 3.5rem;
    padding: 1.25rem 1.75rem;
}

/* VARIANTS */

button.btn-primary[b-go0vn3hrkd] {
    color: #FFFFFF !important;
    border-color: #7749F8 !important;
    background-color: #7749F8 !important;
}

button.btn-light[b-go0vn3hrkd] {
    border-color: #E9EAEC !important;
    background-color: #E9EAEC !important;
}

button.btn-white[b-go0vn3hrkd] {
    box-shadow: 0px 0px 2px 0px rgba(196, 198, 204, 0.40), 0px 0px var(--4, 4px) 0px rgba(196, 198, 204, 0.60) !important;
    background-color: #FFF !important;
    border-radius: 0.75rem !important;
    font-weight:700;
}

button.btn-light:hover[b-go0vn3hrkd], button.btn-white:hover[b-go0vn3hrkd] {
    border-color: #E1E3E5 !important;
    background-color: #E1E3E5 !important;
}

button.btn-link[b-go0vn3hrkd] {
    height: unset;
    padding: unset;
    border: unset;
    color: #6E33FF;
}

    button.btn-link:focus[b-go0vn3hrkd] {
        box-shadow: none;
        outline: none !important;
        border: 1px solid #6E33FF;
    }

button.btn-icon[b-go0vn3hrkd] {
    padding: 1rem;
}

button.btn-icon[b-go0vn3hrkd]  img {
    vertical-align: baseline !important;
}

/* OUTLINE VARIANTS */

button.btn-outline-primary[b-go0vn3hrkd] {
    color: #121213 !important;
    border-color: #6E33FF !important;
    background-color: #FFFFFF !important;
}

/* FOCUS STATE */

button.btn:focus[b-go0vn3hrkd] {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #6E33FF !important;
}

button.btn-link:focus[b-go0vn3hrkd] {
    box-shadow: none;
}

/* DISABLED STATE */
button.btn-light:disabled[b-go0vn3hrkd] {
    border-color: #F0F1F2 !important;
    background-color: #F0F1F2 !important;
}

button.btn-primary:disabled[b-go0vn3hrkd] {
    color: #B5B8BF !important;
    border-color: #F0F1F2 !important;
    background-color: #F0F1F2 !important;
}

/* BUTTON SPECIFIC TO MAP ADDRESS SEARCH */
button.btn-map-address[b-go0vn3hrkd] {
    height: unset;
    padding: unset;
    border: unset;
    position: absolute;
    right: 11px;
    top: 7px;
    color: #6D6E73;
    text-decoration: none;
    background-color: #fff;
}

button.btn-map-address:focus[b-go0vn3hrkd] {
    box-shadow: none;
    outline: none !important;
    border: none!important;
}

/*BUTTON SPECIFIC TO EDIT PAYMENT DETAILS*/
button.btn-edit-payment-details[b-go0vn3hrkd] {
    height: 2.5rem;
    width: 5.5625rem;
    font-size: 0.875rem;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    line-height:16px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Calendar.razor.rz.scp.css */
table.cal-table th[b-o6u6xendqc],
table.cal-table td[b-o6u6xendqc] {
	width: 2.75rem;
	height: 2.75rem;
	font-weight: 400;
	text-align: center;
	justify-items: center;
	position: relative;
	background-color: transparent;
}

	table.cal-table td.cal-day div.cal-date[b-o6u6xendqc] {
		z-index: 1;
		width: 2.25rem;
		height: 2.25rem;
		align-content: center;
		border-radius: 1.25rem;
		background-color: #F8F8F9;
	}

	table.cal-table td.cal-day.cal-day-today:not(.cal-day-start):not(.cal-day-end):not(.cal-day-between) div.cal-date[b-o6u6xendqc] {
		background-color: #E2D6FF;
	}

	table.cal-table td.cal-day.cal-day-start div.cal-date[b-o6u6xendqc],
	table.cal-table td.cal-day.cal-day-end div.cal-date[b-o6u6xendqc] {
		background-color: #6E33FF !important;
		color: #FFF;
		position: relative;
	}

	table.cal-table td.cal-day.cal-day-start.overlay div.overlay[b-o6u6xendqc],
	table.cal-table td.cal-day.cal-day-end.overlay div.overlay[b-o6u6xendqc],
	table.cal-table td.cal-day.cal-day-between.overlay div.overlay[b-o6u6xendqc],
	table.cal-table td.cal-day.cal-day-between.overlay div.overlay[b-o6u6xendqc] {
		background-color: #F0EBFF !important;
		position: absolute;
		top: 0.25rem;
		width: 100%;
		height: 2.25rem;
	}

	table.cal-table td.cal-day.cal-day-start.overlay div.overlay[b-o6u6xendqc] {
		left: 50%;
	}

	table.cal-table td.cal-day.cal-day-end.overlay div.overlay[b-o6u6xendqc] {
		left: -50%;
	}

	table.cal-table td.cal-day.cal-day-between div.cal-date[b-o6u6xendqc] {
		border-radius: unset !important;
		position: relative;
		background-color: transparent !important;
	}

	table.cal-table td.cal-day.cal-day-between.overlay-border-left div.overlay[b-o6u6xendqc] {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	table.cal-table td.cal-day-between.overlay-border-right div.overlay[b-o6u6xendqc] {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Accordion.razor.rz.scp.css */
.worka-accordion[b-0ikuwtgh8i] {
	flex: 0 1 auto;
	position: relative;
	max-width: 100%;
	transition: .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	border-radius: 10px;
	border: none;
}

[b-0ikuwtgh8i] .accordion-panel {
	flex: 1 0 100%;
	max-width: 100%;
	position: relative;
	transition: margin .3s cubic-bezier(0.25, 0.8, 0.5, 1);
	transition-delay: 100ms;
	padding-left: 24px;
	padding-right: 24px;
	color: black;
	background-color: white;
	margin-bottom: 10px;
	box-shadow: none;
	border-radius: inherit;
}

	[b-0ikuwtgh8i] .accordion-panel.panel-outlined {
		border-bottom: 1px solid;
		border-radius: inherit;
	}

	[b-0ikuwtgh8i] .accordion-panel:last-child {
		border-bottom: none;
	}

	[b-0ikuwtgh8i] .accordion-panel.panel-expanded {
		margin: 16px 0;
		border-radius: inherit;
		border-bottom: none;
		transition-delay: 0ms
	}

		[b-0ikuwtgh8i] .accordion-panel.panel-expanded:first-child {
			margin-top: 0
		}

		[b-0ikuwtgh8i] .accordion-panel.panel-expanded:last-child {
			margin-bottom: 10px
		}

	[b-0ikuwtgh8i] .accordion-panel.panel-next-expanded {
		border-bottom: none;
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit
	}

	[b-0ikuwtgh8i] .accordion-panel .panel-header {
		width: 100%;
		align-items: center;
		display: flex;
		font-weight: bold;
		line-height: 1;
		min-height: 48px;
		outline: none;
		padding: 16px 2px;
		position: relative;
		transition: min-height .3s cubic-bezier(0.25, 0.8, 0.5, 1);
		user-select: none
	}

		[b-0ikuwtgh8i] .accordion-panel .panel-header:hover {
			cursor: pointer
		}

		[b-0ikuwtgh8i] .accordion-panel .panel-header .panel-text {
			flex: 1 1 auto
		}

		[b-0ikuwtgh8i] .accordion-panel .panel-header .panel-header-icon {
			transition: .3s cubic-bezier(0.25, 0.8, 0.5, 1),visibility 0s
		}

			[b-0ikuwtgh8i] .accordion-panel .panel-header .panel-header-icon.panel-header-icon-transform {
				transform: rotate(-180deg)
			}

	[b-0ikuwtgh8i] .accordion-panel .panel-content {
		padding-bottom: 16px;
		flex: 1 1 auto;
		max-width: 100%
	}

	[b-0ikuwtgh8i] .accordion-panel .panel-content {
		padding-left: 24px;
		padding-right: 48px
	}

[b-0ikuwtgh8i] .panel-disabled > .panel-header {
	color: #919399
}

[b-0ikuwtgh8i] .panel-disabled > .panel-header:hover {
	cursor: not-allowed
}

[b-0ikuwtgh8i] .block-collapse-container {
	overflow: hidden;
	display: grid;
	grid-template-rows: minmax(0, 0fr);
	transition: grid-template-rows 0.5s ease-in-out;
}

[b-0ikuwtgh8i] .block-collapse-entering {
	grid-template-rows: minmax(0, 1fr);
}

[b-0ikuwtgh8i] .block-collapse-entered {
	overflow: initial;
	grid-template-rows: minmax(0, 1fr);
}

[b-0ikuwtgh8i] .block-collapse-hidden {
	visibility: hidden;
}

[b-0ikuwtgh8i] .block-collapse-wrapper {
	overflow: hidden;
	display: flex;
}

[b-0ikuwtgh8i] .block-collapse-wrapper-inner {
	width: 100%;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/AddressFinder.razor.rz.scp.css */
.dropdown-menu[b-2y8nljkaf7] {
	padding: 1rem;
	margin-top: 0.35rem;
	border-radius: 1.5rem;
	background-color: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(196, 198, 204, 0.40), 0px 0px 8px 0px rgba(196, 198, 204, 0.60);
}

.dropdown-menu.show[b-2y8nljkaf7] {
	max-height: 37.5rem;
	overflow-y: auto;
}

.address-item[b-2y8nljkaf7] {
	cursor: pointer;
	padding-left: 0px;
	border-radius: 18px;
}

.address-item-icon[b-2y8nljkaf7] {
	background-image: url(/img/building-05.svg);
	width: 25px;
	height: 25px;
	display:block;
}

.address-item:hover[b-2y8nljkaf7] {
	background-color: rgba(0,0,0,0.05);	
}

.dropdown-item.address-item-manually[b-2y8nljkaf7] {
	color: #6e33ff !important;
	border-radius: 18px;
	padding-left: 1rem;
	text-decoration: underline;
}

.address-item-manually:hover[b-2y8nljkaf7] {
	cursor: pointer;
}

.address-item-text[b-2y8nljkaf7] {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	max-height: 2.4em;
	text-wrap-mode: wrap;
}

.address-finder-container[b-2y8nljkaf7] {
	position: relative;
}

.address-finder-clear[b-2y8nljkaf7] {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: none;
	cursor: pointer;
	padding: 4px;
	display: none;
}

.address-finder-clear[b-2y8nljkaf7], .address-finder-icon[b-2y8nljkaf7] {
	font-size: 1.3rem;
	color: #666;
}

.show[b-2y8nljkaf7] {
	display: block;
}


/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/AddressForm.razor.rz.scp.css */
[b-97djnut7gs] .icon {
    background-position: 12px 16px !important;
    text-indent: 29px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Alert.razor.rz.scp.css */
.text-prewap[b-u6gkumdnd4] {
    white-space: pre-wrap !important;
}

.alert-primary-purple[b-u6gkumdnd4] {
    background-color: #E2D6FF;
}

.alert[b-u6gkumdnd4] {
    border-radius: 1rem !important;
}

button.btn-close[b-u6gkumdnd4] {
    background-image: url("/img/icons/x-close-black-24x24.svg");
}

.alert-warning[b-u6gkumdnd4] {
    background-color: #FFDECC !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Checkbox.razor.rz.scp.css */
.form-check-input[b-f5utypfnrr] {
	border-radius: 0.25rem !important;
	border: 1px solid #919399 !important;
	background-color: #FFF !important;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.5rem 0 0;
	padding: 0;
}

.form-check-input:checked[b-f5utypfnrr] {
	background-color: #6E33FD !important;
	background-image: url("/img/thin-white-check-icon.svg") !important;
	background-size: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat !important;
	margin: 0 0.5rem 0 0;
	padding: 0;
}

.form-check-input:checked.disabled[b-f5utypfnrr] {
	background-color: #B5B8BF !important;
}

.form-check-input.disabled[b-f5utypfnrr] {
	color: #B5B8BF !important;
}

.subtext[b-f5utypfnrr] {
	color: #6D6E73 !important;
}

.form-check[b-f5utypfnrr] {
	page-break-inside: avoid;
}

.disabled[b-f5utypfnrr]  label, .option-select-item[b-f5utypfnrr]  input {
	cursor: default;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/ConfirmPopup.razor.rz.scp.css */
.btn[b-d0hg8vih4s] {
    min-width: 10rem !important;
}

.btn-sm[b-d0hg8vih4s] {
    min-width: 8rem !important;
}

.btn-primary[b-d0hg8vih4s] {
    color: #fff !important;
    background-color: #6e33ff !important;
    border-color: #6e33ff !important;
    border-radius: 50rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.btn-outline-secondary[b-d0hg8vih4s] {
    border-radius: 50rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}


.btn-outline-secondary[b-d0hg8vih4s] {
    --bs-btn-color: #111729;
    --bs-btn-border-color: #e3e8f0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e3e8f0;
    --bs-btn-hover-border-color: #e3e8f0;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e3e8f0;
    --bs-btn-active-border-color: #e3e8f0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e3e8f0;
    --bs-btn-disabled-border-color: #e3e8f0;
}

.modal-backdrop.show[b-d0hg8vih4s] {
    opacity: 0.75 !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/CountryDropdown.razor.rz.scp.css */
body[b-k6dhklpdfs] {
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/CountryDropdownOption.razor.rz.scp.css */
img.flag-icon[b-rf562r7sc9] {
	height:16px;
	width:16px;
}

a.dropdown-item[b-rf562r7sc9] {
	padding: 8px;
}

a.dropdown-item:hover[b-rf562r7sc9], a.dropdown-item:focus[b-rf562r7sc9] {
	border-radius: 1rem;
}

li[inert][b-rf562r7sc9] {
	opacity: 0.2;
	cursor: default;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Dropdown.razor.rz.scp.css */
button[b-ap5zvckgbt] {
	height: 3rem;
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
	border-radius: 1.5rem;
	border: 1px solid #919399;
	background-color: #fff;
}

button:focus[b-ap5zvckgbt] {
	border: 1px solid #6E33FF;
	outline: none !important;
}

ul[b-ap5zvckgbt] {
	padding: 1rem;
	border-radius: 1.5rem;
	background-color: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(196, 198, 204, 0.40), 0px 0px 8px 0px rgba(196, 198, 204, 0.60);
	overflow:hidden;
}

ul.show[b-ap5zvckgbt] {
	max-height: 20rem;
	overflow-y: auto;
	margin-top: 0.25rem !important;
}

.dropdown-toggle[b-ap5zvckgbt] {
	position: relative;
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="%236E33FF" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" /></svg>') !important;
	transition: background-image 0.2s ease-in-out;
}

.dropdown:has(.dropdown-menu.show) .dropdown-toggle[b-ap5zvckgbt] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path d="M4 10L8 6L12 10" stroke="%236E33FF" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" /></svg>') !important;
}


.dropdown-toggle[b-ap5zvckgbt]::after {
	content: none !important;
}

.no-option-select-text[b-ap5zvckgbt] {
	color: #6D6E73 !important;
}

.dropdown:has(.dropdown-menu.show) .no-option-select-text[b-ap5zvckgbt] {
	color: #121213 !important;
}

.grey-border[b-ap5zvckgbt] {
	border: 1px solid rgb(222, 226, 230)!important;
}

.is-invalid[b-ap5zvckgbt] {
	border: 1px solid rgb(244, 17, 65) !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/DropdownOption.razor.rz.scp.css */
a[b-aiz8n5dgcg] {
    padding: 0.5rem;
}

.disabled[b-aiz8n5dgcg] {
    color: #B5B8BF !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/DropdownOptionSelect.razor.rz.scp.css */
.disabled[b-x0ll67frz8] {
	color: #B5B8BF !important;
}

.option-select-item[b-x0ll67frz8]  label, .option-select-item[b-x0ll67frz8]  input {
	cursor: pointer;
}

.item-selected[b-x0ll67frz8] {
	background-color: #E9EAEC;
	border-radius: 1rem;
	font-weight:600;
}

.dropdown-select-item:hover[b-x0ll67frz8] {
	background-color: #F0f1f2;
	border-radius: 1rem;
}

.option-select-item input[type="checkbox"]:focus:not(:focus-visible)[b-x0ll67frz8] {
	outline: none;
	box-shadow: none;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/EditPageHeader.razor.rz.scp.css */
.wizard-header-container[b-h1ynlpr3br] {
    border-bottom: 1px solid #D3D4D9;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/PhotosEditForm.razor.rz.scp.css */
/* page layout */
.page-container[b-sqe017r8jt] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	grid-template-areas:
		"instructions uploads"
		"calltoaction calltoaction";
}

.instructions[b-sqe017r8jt] {
	grid-area: instructions;
	padding-right: 1rem;
}

.uploads[b-sqe017r8jt] {
	grid-area: uploads;
	background-color: white;
	border-radius: 1rem;
	min-height: 20rem;
	padding: 2rem;
	align-items: center;
	justify-content: center;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='1rem' ry='1rem' stroke='%23919399' stroke-width='1' stroke-dasharray='10%2c 10' stroke-dashoffset='6' stroke-linecap='square'/%3e%3c/svg%3e");
}

.upload-icon[b-sqe017r8jt] {
	width: 50px;
	height: 50px;
	margin: 13px;
}

.upload-icon-radius[b-sqe017r8jt] {
	border-radius: 50%;
}

.worka-spinner-purple-color[b-sqe017r8jt] {
	color: var(--worka-purple);
	border-right-color: #D3D4D9;
}

.image-info-container:not(:first-of-type)[b-sqe017r8jt] {
	margin-top: 1rem;
}

.image-info-container[b-sqe017r8jt] {
	border-radius: 1rem;
	background-color: white;
	pointer-events: auto;
}

.image-info-container:hover[b-sqe017r8jt] {
	cursor: grab;
}

.image-info-grid[b-sqe017r8jt] {
	grid-template-columns: 150px 1fr auto;
	grid-template-rows: auto auto auto;
	grid-template-areas:
		"thumbnail filename radio"
		"thumbnail description radio"
		"thumbnail buttons radio";
}

.upload-info-grid[b-sqe017r8jt] {
	grid-template-columns: 150px 1fr auto;
	grid-template-rows: auto auto;
	grid-template-areas:
		"thumbnail filename buttons"
		"thumbnail description buttons";
}


.image-thumbnail[b-sqe017r8jt] {
	background-color: #F8F8F9;
	grid-area: thumbnail;
	vertical-align: middle;
	width: 5rem;
	min-width: 5rem;
	height: 5rem;
	border-radius: 0.5rem;
}

.image-fit[b-sqe017r8jt] {
	object-fit: cover;
}

.upload-description[b-sqe017r8jt] {
	grid-area: description;
	display: flex;
	padding-right: 2rem;
	align-items: baseline;
}

.image-description[b-sqe017r8jt] {
	grid-area: description;
	display: flex;
	padding-right: 1rem;
	align-items: center;
}

.feature-image[b-sqe017r8jt] {
	grid-area: buttons;
	margin-left: 4rem;
}

.image-corner-rounded[b-sqe017r8jt] {
	border-radius: 0.5rem;
}

.image-rounded[b-sqe017r8jt] {
	border-radius: 6px;
	max-width: 100px;
	width: 72px;
}

.calltoaction[b-sqe017r8jt] {
	grid-area: calltoaction;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
}

.drag-and-drop[b-sqe017r8jt] {
	width: 10rem;
	height: 10rem;
	background-color: red;
	border: 2px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.delete-button[b-sqe017r8jt] {
	grid-area: buttons;
	border-radius: 1.5rem;
	padding: 0.75rem 1.5rem;
	background-color: transparent;
	border: 1px solid #6E33FF;
	background: #FFF;
	margin: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.delete-button-icon[b-sqe017r8jt] {
	padding-right: 0.5rem;
}

.drag-and-drop[b-sqe017r8jt] {
	width: 10rem;
	height: 10rem;
	background-color: red;
	border: 2px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.photo-description-box[b-sqe017r8jt] {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1.5rem;
	border: 1px solid #919399;
	background: #FFF;
	padding: 0.75rem 1.5rem;
	box-sizing: border-box;
}

.photo-description-box[b-sqe017r8jt]  input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: transparent;
}

.choose-files-link:hover[b-sqe017r8jt]{
	cursor:pointer;
}

.dropzone[b-sqe017r8jt]{
	height:26rem!important;
}

.dropzone.drag-over[b-sqe017r8jt] {
	background-color: #E2D6FF!important;
}

.uploaded-image-container[b-sqe017r8jt] {
	border-radius: 0.5rem 0.5rem 0 0;
	height: 20rem;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	image-rendering: auto;
	background-size: 100% auto;
}

.loading-image-container[b-sqe017r8jt] {
	border-radius: 0.5rem 0.5rem 0 0;
	height: 20rem;
	width: 100%;
	background-size: cover;
	background-color: #E2D6FF !important;
}

.file-loading-icon[b-sqe017r8jt]{
	width:7rem!important;
	height:7rem!important;
}

.spinner-border[b-sqe017r8jt] {
	--bs-spinner-border-width: 0.75em!important;
}

.uploaded-image-failed[b-sqe017r8jt] {
	background-color: #FFEEEE!important;
}

.feature-image-label[b-sqe017r8jt]{
	top:20px;
	left:20px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/PhotosEditFormV2.razor.rz.scp.css */
/* page layout */
.page-container[b-anvnxn0gex] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	grid-template-areas:
		"instructions uploads"
		"calltoaction calltoaction";
}

.subtitle[b-anvnxn0gex] {
	font-size:0.875rem;
	margin:0;
}

.subtitle-description[b-anvnxn0gex] {
	font-size: 0.875rem;
	color: #6D6E73;
}

.instructions[b-anvnxn0gex] {
	grid-area: instructions;
	padding-right: 1rem;
}

.uploads[b-anvnxn0gex] {
	grid-area: uploads;
	background-color: white;
	border-radius: 1rem;
	min-height: 20rem;
	padding: 2rem;
	align-items: center;
	justify-content: center;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='1rem' ry='1rem' stroke='%23919399' stroke-width='1' stroke-dasharray='10%2c 10' stroke-dashoffset='6' stroke-linecap='square'/%3e%3c/svg%3e");
}

.upload-icon[b-anvnxn0gex] {
	width: 50px;
	height: 50px;
	margin: 13px;
}

.upload-icon-radius[b-anvnxn0gex] {
	border-radius: 50%;
}

.worka-spinner-purple-color[b-anvnxn0gex] {
	color: var(--worka-purple);
	border-right-color: #D3D4D9;
}

.image-info-container[b-anvnxn0gex] {
	padding: 4px;
	border: 1px solid #D3D4D9;
	border-radius: 4px;
	background-color: white;
	pointer-events: auto;
}

.image-info-container:hover[b-anvnxn0gex] {
	cursor: grab;
}

.image-info-grid[b-anvnxn0gex] {
	grid-template-columns: 150px 1fr auto;
	grid-template-rows: auto auto auto;
	grid-template-areas:
		"thumbnail filename radio"
		"thumbnail description radio"
		"thumbnail buttons radio";
}

.upload-info-grid[b-anvnxn0gex] {
	grid-template-columns: 150px 1fr auto;
	grid-template-rows: auto auto;
	grid-template-areas:
		"thumbnail filename buttons"
		"thumbnail description buttons";
}


.image-thumbnail[b-anvnxn0gex] {
	background-color: #F8F8F9;
	grid-area: thumbnail;
	vertical-align: middle;
	width: 5rem;
	min-width: 5rem;
	height: 5rem;
	border-radius: 0.5rem;
}

.image-fit[b-anvnxn0gex] {
	object-fit: cover;
}

.upload-description[b-anvnxn0gex] {
	grid-area: description;
	display: flex;
	padding-right: 2rem;
	align-items: baseline;
}

.image-description[b-anvnxn0gex] {
	grid-area: description;
	display: flex;
	padding-right: 1rem;
	align-items: center;
}

.feature-image[b-anvnxn0gex] {
	grid-area: buttons;
	margin-left: 4rem;
}

.image-corner-rounded[b-anvnxn0gex] {
	border-radius: 0.5rem;
}

.image-rounded[b-anvnxn0gex] {
	border-radius: 6px;
	max-width: 100px;
	width: 72px;
}

.calltoaction[b-anvnxn0gex] {
	grid-area: calltoaction;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
}

.drag-and-drop[b-anvnxn0gex] {
	width: 10rem;
	height: 10rem;
	background-color: red;
	border: 2px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.delete-button[b-anvnxn0gex] {
	grid-area: buttons;
	border-radius: 1.5rem;
	padding: 0.75rem 1.5rem;
	background-color: transparent;
	border: 1px solid #6E33FF;
	background: #FFF;
	margin: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.delete-button-icon[b-anvnxn0gex] {
	padding-right: 0.5rem;
}

.drag-and-drop[b-anvnxn0gex] {
	width: 10rem;
	height: 10rem;
	background-color: red;
	border: 2px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.photo-description-box[b-anvnxn0gex] {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1.5rem;
	border: 1px solid #919399;
	background: #FFF;
	padding: 0.75rem 1.5rem;
	box-sizing: border-box;
}

.photo-description-box[b-anvnxn0gex]  input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	border-radius:0!important;
	background: transparent;
}

[b-anvnxn0gex] .description-textbox {
	border-radius: 4px !important;
	border: 1px solid #e6e6e6;
}

.photo-status[b-anvnxn0gex] {
	color: #6D6E73;
	font-size:0.75rem;
}

.label-text[b-anvnxn0gex] {
	color: #555555;
}

.choose-files-link[b-anvnxn0gex] {
	text-decoration:none;
}
.choose-files-link:hover[b-anvnxn0gex]{
	cursor:pointer;
}

.purple-text[b-anvnxn0gex] {
	color: #6E33FF;
}

.dropzone[b-anvnxn0gex] {
	height: 11.375rem !important;
	min-height: 11.375rem;
}

.dropzone.drag-over[b-anvnxn0gex] {
	background-color: #E2D6FF!important;
}

.uploaded-image-container[b-anvnxn0gex] {
	border-radius: 4px 4px 0 0;
	height: 20rem;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.loading-image-container[b-anvnxn0gex] {
	border-radius: 4px 4px 0 0;
	height: 20rem;
	width: 100%;
	background-size: cover;
	background-color: rgba(178, 178, 178, 0.14) !important;
}

.file-loading-icon[b-anvnxn0gex]{
	width:2rem!important;
	height:2rem!important;
}

.spinner-border[b-anvnxn0gex] {
	--bs-spinner-border-width: 0.25em!important;
}

.uploaded-image-failed[b-anvnxn0gex] {
	background-color: #FFEEEE!important;
}

.feature-image-label[b-anvnxn0gex]{
	top:20px;
	left:20px;
}

.disclaimer-container[b-anvnxn0gex] {
	border: 1px solid rgba(240, 240, 240, 1);
	border-radius:4px;
}

.disclaimer-container p.label-text[b-anvnxn0gex] {
	font-size:0.875rem !important;
}

.disclaimer-container a.disclaimer-link[b-anvnxn0gex] {
	white-space:nowrap !important;
}

[b-anvnxn0gex] button.btn.btn-v2.feature-image-active,
[b-anvnxn0gex] button.btn.btn-v2.feature-image-inactive {
	padding: 0.3125rem 1rem;
	border: 1px solid black;
}

/*::deep button.btn.btn-v2.feature-image-active > span,
::deep button.btn.btn-v2.feature-image-inactive > span {
	line-height:1.25rem;
}*/

[b-anvnxn0gex] button.btn.btn-v2.feature-image-active {
	background-color: var(--Black-0);
	color: white;
}

[b-anvnxn0gex] button.btn.btn-v2.feature-image-inactive {
	background-color: white;
	color: black;
}

[b-anvnxn0gex] button.btn.btn-v2.btn-circle.delete-image {
	border-radius: 1rem;
	border: 1px solid black;
	background-color:var(--White-0);
}

@media(min-width:1600px) {
	.row.disclaimer-container div.col-xxl-3[b-anvnxn0gex] {
		width: 20%
	}

	.row.disclaimer-container div.col-xxl-9[b-anvnxn0gex] {
		width: 80%
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkplaceAccessHoursEditForm.razor.rz.scp.css */
/* Time field inputs */
[b-gmt7bayuy6] .input__time {
	width: 8rem;
	height: 3rem; /* 48px */
	border-radius: 0.5rem;
	text-align: center;
	padding: 8px !important;
}

/* Checkboxes */
.form-check-input[b-gmt7bayuy6] {
	border-radius: 0.25rem !important;
	border: 1px solid #919399 !important;
	background-color: #FFF !important;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0;
	padding: 0;
}

	.form-check-input:checked[b-gmt7bayuy6] {
		background-color: #6E33FD !important;
		background-image: url("/img/thin-white-check-icon.svg") !important;
		background-size: 1rem;
		width: 1.5rem;
		height: 1.5rem;
		background-repeat: no-repeat !important;
		margin: 0;
		padding: 0;
	}

.alternating-rows .row[b-gmt7bayuy6] {
	min-height: 5rem;
	padding: 1rem 2rem;
}

	.alternating-rows .row:nth-child(odd)[b-gmt7bayuy6] {
		background-color: #FFF;
		border-radius: 0.5rem;
	}

	.alternating-rows .row:nth-child(even)[b-gmt7bayuy6] {
		background-color: #F8F8F9;
	}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkplaceAccessHoursHolidaySelection.razor.rz.scp.css */
button.btn-primary-access-hours[b-ulp79550u2] {
	border: 1px solid #6E33FF;
	background-color: #fff;
	color: #121213;
	position: relative;
}

	button.btn-primary-access-hours:focus[b-ulp79550u2] {
		box-shadow: unset !important;
	}

button.btn-outline-primary-access-hours:focus[b-ulp79550u2] {
	box-shadow: unset !important;
}

button.btn-primary-access-hours[b-ulp79550u2]::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../img/icons/check-black-12x12.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}

button.btn-outline-primary-access-hours[b-ulp79550u2] {
	border: 1px solid #919399;
	background-color: transparent;
	color: #919399;
	position: relative;
}

button.btn-readonly[b-ulp79550u2] {
	border: 1px solid #919399;
	cursor: not-allowed;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkplaceAmenitiesEditForm.razor.rz.scp.css */
.container[b-6l2c902526] {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-flow: column;
}

	.container .control[b-6l2c902526] {
		grid-column: span 1;
	}

input[type="text"][b-6l2c902526] {
	width: 94px;
	height: 48px;
}

/* Control the number of checkboxes per row */
.checkbox-grid[b-6l2c902526] {
	column-count: 3;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkplaceContactDetailsEditForm.razor.rz.scp.css */
 /* page level styling */
p.required[b-4au17vi31p]::after {
	content: " *";
	color: red;
}

/* structure & positioning */

.container[b-4au17vi31p] {
	padding: 0;
	margin: 0;
}

.div__day-week[b-4au17vi31p] {
	width: 2rem;
	margin-right: 1rem;
}

.div__input-opentime[b-4au17vi31p] {
	width: 6.875rem; /* 110px original 94px */
	margin-right: 1.5rem;
}

.div__label-until[b-4au17vi31p] {
	width: 2rem;
	margin-right: 1rem;
}

.div__input-until[b-4au17vi31p] {
	width: 6.875rem; /* 110px originally 94px */
	margin-right: 1.5rem;
}

.div__checkbox-closed[b-4au17vi31p] {
	width: 1.5rem; /* 24px */
	margin-right: 0.5rem; /* 8px */
}

.div__label-closed[b-4au17vi31p] {
	/* width: 2.6875rem; */ /* 43px not required until font change*/
	margin-right: 1.5rem;
}

.div__checkbox-open24[b-4au17vi31p] {
	width: 1.5rem;
	margin-right: 0.5rem;
}

.div__label-open24[b-4au17vi31p] {
	width: 6.5rem;
}

/* components styling */
.allholidayscheckbox[b-4au17vi31p] {
}
/* Validation */

[b-4au17vi31p] .invalid {
	background-color: #FFEEEE;
}

/* Time field inputs */

[b-4au17vi31p] .input__time {
	width: 6.875rem; /* original figma 5.875 = 94px, 6.875rem = 110px */
	height: 3rem; /* 48px */
	border-radius: 0.5rem;
	text-align: center;
	padding: 0;
}

/* Checkboxes */
.form-check-input[b-4au17vi31p] {
	border-radius: 0.25rem !important;
	border: 1px solid #919399 !important;
	background-color: #FFF !important;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0;
	padding: 0;
}

	.form-check-input:checked[b-4au17vi31p] {
		background-color: #6E33FD !important;
		background-image: url("/img/thin-white-check-icon.svg") !important;
		background-size: 1rem;
		width: 1.5rem;
		height: 1.5rem;
		background-repeat: no-repeat !important;
		margin: 0;
		padding: 0;
	}

input[type="text"][b-4au17vi31p] {
	width: 94px;
	height: 48px;
}

.contact-type-control-container[b-4au17vi31p] {
	display: flex;
	align-items: center;
}

.contact-type-control-required[b-4au17vi31p] {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
	padding-left: 10px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkplaceDetailsEditForm.razor.rz.scp.css */
[b-9tedk5e7dr] .invalid {
	background-color: #FFEEEE;
}

div[b-9tedk5e7dr]  .worka-dropdown {
	height: 3rem !important;
	padding: 0.75rem !important;
	border-radius: 0.5rem !important;
	border: 1px solid #919399 !important;
}

[b-9tedk5e7dr] textarea {
	border-radius:1.5rem!important;
	border-bottom-right-radius:0!important;
}

[b-9tedk5e7dr] textarea::-webkit-resizer {
	background-image: url('../../../../img/textarea-resizer-grey-10x10.svg');
	background-size: 80%;
	background-repeat: no-repeat;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkplaceLocateEditForm.razor.rz.scp.css */
[b-03ejxe78ug] .invalid {
	background-color: #FFEEEE;
}

[b-03ejxe78ug] .icon {
	background-position: 12px 16px !important;
	text-indent: 29px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkspaceAmenitiesEditForm.razor.rz.scp.css */
.container[b-59u9wnw8eh] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-flow: column;
}

    .container .control[b-59u9wnw8eh] {
        grid-column: span 1;
    }

input[type="text"][b-59u9wnw8eh] {
    width: 94px;
    height: 48px;
}

.checkbox-grid[b-59u9wnw8eh] {
    column-count: 2;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkspaceAvailabilityEditForm.razor.rz.scp.css */
hr[b-ozggxyrz24] {
    border-top: 1px solid #e1e2e5 !important;
    opacity: 1 !important;
}

.badge--connected[b-ozggxyrz24] {
    color: #036700;
    background-color: #CDEECC !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkspaceDetailsEditForm.razor.rz.scp.css */
.enable-book-now-container[b-cb970c75tw] {
    padding: 2rem;
    border-radius: 1.25rem;
}

.enable-book-now-container hr[b-cb970c75tw] {
    opacity: unset;
    border-top: 1px solid #E5E7EB;
}

.enable-book-now-container ul[b-cb970c75tw] {
    list-style-type: none;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkspaceOfficeSizeEditForm.razor.rz.scp.css */
hr[b-4k9mgxilim] {
	border-top: 1px solid #e1e2e5 !important;
	opacity: 1 !important;
}

.form-label[b-4k9mgxilim]{
	font-size:0.875rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkspacePricingEditForm.razor.rz.scp.css */
.day-of-week[b-70nmkdx8z2] {
    width: 3rem;
    margin-right: 0.5rem;
}

[b-70nmkdx8z2] input[type=number]::-webkit-outer-spin-button,
[b-70nmkdx8z2] input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[b-70nmkdx8z2] input[type=number] {
    -moz-appearance: textfield;
    height: 3rem;
}

    [b-70nmkdx8z2] input[type=number].invalid {
        outline: none !important;
    }

[b-70nmkdx8z2] .form-control:focus {
    border: none !important;
    box-shadow: none !important;
}

.disabled-icon-span[b-70nmkdx8z2] {
    background-color: var(--bs-secondary-bg) !important;
}


.input-group[b-70nmkdx8z2] {
    position: relative;
    border: 2px solid transparent;
    border-radius: 0.25rem;
}

    .input-group:focus-within[b-70nmkdx8z2] {
        border-color: #6E33FF;
        border-radius: 0.5rem;
        ;
    }


    .input-group input:focus[b-70nmkdx8z2] {
        outline: none !important;
    }

    .input-group:focus-within .input-group-text[b-70nmkdx8z2] {
        border-color: #6E33FF;
    }

.input-group-text[b-70nmkdx8z2] {
    border-left: 1px solid rgb(222, 226, 230) !important;
    border-top: 1px solid rgb(222, 226, 230) !important;
    border-bottom: 1px solid rgb(222, 226, 230) !important;
}

@media (max-width: 1399px) {
    .align-top-responsive[b-70nmkdx8z2] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start !important;
    }

    .rate-stack-container[b-70nmkdx8z2] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

        .rate-stack-container .hourly-rate[b-70nmkdx8z2],
        .rate-stack-container .daily-rate[b-70nmkdx8z2] {
            margin-bottom: 1rem;
        }

    .rate-header-row[b-70nmkdx8z2] {
        display: none !important;
    }

    .label-column[b-70nmkdx8z2] {
        display: flex;
        justify-content: center;
        font-size: 0.875rem;
    }
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/EditForms/WorkspaceReservationsEditForm.razor.rz.scp.css */
[b-51pvwjbrjz] .reservations-icon-button-content {
	font-family: Arbeit;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.035px;
}

[b-51pvwjbrjz] .reservations-icon-button-content p {
	text-align:left;
}

[b-51pvwjbrjz] .reservations-icon-button-content ul
{
	list-style:none;
	padding:0;
}

[b-51pvwjbrjz] .reservations-icon-button-content ul li {
	text-align:left;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/IconButton.razor.rz.scp.css */
.icon-button-container:hover[b-lh98ppfxf5] {
    background-color: #E9EAEC!important;
}

[b-lh98ppfxf5].icon-button-anchor {
    outline: none!important;
    border: none!important;
    background-color: transparent!important;
    padding: 0!important;
    text-align:left;
    height:100%;
}
[b-lh98ppfxf5] button.btn{
    padding:0!important;
}
[b-lh98ppfxf5] button.btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #6E33FF !important;
    border-radius: 1rem !important;
    padding: 0;
}

.icon-button-container-selected[b-lh98ppfxf5] {
    background-color: #E9EAEC !important;
}

.icon-button-disabled[b-lh98ppfxf5] {
    color: #B5B8BF!important;
    background-color: #F0F1F2 !important;
    border-color: #D3D4D9!important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Loading.razor.rz.scp.css */
.app-loading-wrapper-absolute[b-p27lc2g7jv] {
	position: absolute;
	top: 30vh;
	width: 100vw;
	text-align: center;
}

.app-loading-wrapper-relative[b-p27lc2g7jv] {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.app-loading[b-p27lc2g7jv] {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.spinner[b-p27lc2g7jv] {
	display: block;
	position: absolute;
	height: 50px;
	width: 50px;
	margin-top: 2rem;
	top: 0.5rem;
	border: 4px rgba(110, 51, 255, 0.25) solid;
	border-top: 4px rgba(110, 51, 255, 1.0) solid;
	border-radius: 50%;
	animation: spinner-animation-b-p27lc2g7jv 1.5s infinite ease;
}

@keyframes spinner-animation-b-p27lc2g7jv {
	from {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/ManageUsersSearchTextbox.razor.rz.scp.css */
div[b-v5clj0jb5q]  input {
    border-radius: 1.5rem !important;
    padding-left: 2.5rem !important;
}

span[b-v5clj0jb5q] {
    color: #94A3B8;
    border: none;
    position: absolute;
    left: 0.5rem;
    top: 0.7rem;
    z-index: 1;
    background-color: transparent;
} 
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/RadioButton.razor.rz.scp.css */
input[b-55o0jyilbe] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    width: 1px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/SelectButton.razor.rz.scp.css */
.select-button-panel:hover[b-360f22zpw2] {
    background-color: #E9EAEC !important;
    cursor: pointer;
}

.select-button-panel-selected[b-360f22zpw2] {
    background-color: #E9EAEC !important;
    cursor:default;
}

.select-button-panel:focus[b-360f22zpw2] {
    border-radius: 1rem;
    outline: none;
    width: 100%;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #6E33FF !important;
}

.content-title[b-360f22zpw2] {
    padding-bottom: 1.7rem;
}

.button-image[b-360f22zpw2] {
    margin: auto;
    margin-right: 0;
    padding-left: 0.5rem;               
    max-height: 24px;
    width: auto;
}

@media (max-width: 670px) {
    .select-button-panel[b-360f22zpw2], .select-button-panel-selected[b-360f22zpw2] {
        display: flex;
        flex-wrap: wrap;
    }

    .button-image[b-360f22zpw2] {
        margin-left: 33px;
        margin-top: 0.5rem;
    }
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Switch.razor.rz.scp.css */
.form-switch[b-i6ni6hl5pl] {
    min-height: 2rem;
}

.form-switch[b-i6ni6hl5pl]  input {
    height: 2rem;
    width: 3.25rem;
    padding: 0.25rem;
    border-radius: 1rem;
}

.form-switch[b-i6ni6hl5pl]  .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/TabControl.razor.rz.scp.css */
[b-sffc2hvwbo] .tab-button {
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	background-color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 150% */
	letter-spacing: -0.005rem;
	display:flex;
	align-items:center;
}

[b-sffc2hvwbo] .tab-button.active {
	color: #6e33ff;
	border-bottom: 2px solid #6e33ff;
	margin-bottom: -2px;
}

[b-sffc2hvwbo] .tab-button:not(.active) {
	color: #484A4C;
}

.container-fluid.tab-container[b-sffc2hvwbo] {
	border-bottom: 2px solid #D3D4D9;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/TaxIdSelector.razor.rz.scp.css */
[b-h9yc6p5dp1] .item-selected {
	background-color: transparent !important;
	font-weight: normal !important;
}

[b-h9yc6p5dp1] .item-selected:hover {
	background-color: #E9EAEC !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Textbox.razor.rz.scp.css */
input[b-xzy2zd3jbo] {
	height: 3rem;
	padding: 0.75rem;
	border: 1px solid #919399;
	/* Set to !important as input-group class currently removes RHS border when using TextboxPassword with an icon */
	border-radius: 1.5rem !important;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: -0.00219rem;
}

	input.inline[b-xzy2zd3jbo] {
		border: none !important;
		box-shadow: none !important;
		border-radius: unset !important;
	}

	input[b-xzy2zd3jbo]::placeholder {
		color: #a9a9a9;
	}

	input:focus:not(.inline)[b-xzy2zd3jbo] {
		border: 1px solid #6E33FF;
		box-shadow: 0 0 0 2px white, 0 0 0 3px #6E33FF !important;
	}

	input:disabled[b-xzy2zd3jbo] {
		border: 1px solid #D3D4D9;
		background-color: #F0F1F2;
		color: #B5B8BF;
	}

		input:disabled[b-xzy2zd3jbo]::placeholder {
			color: #B5B8BF;
		}

	input[aria-invalid="true"][b-xzy2zd3jbo] {
		border: 1px solid #CC4041;
		background-color: #FFEEEE;
	}

		input[aria-invalid="true"]:focus[b-xzy2zd3jbo] {
			box-shadow: none !important;
		}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/TextboxPassword.razor.rz.scp.css */
.visibility-icon[b-lki7mc5ctz] {
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
    top: 0.9rem;
    color: #808488;
    z-index: 99;
    background-color: transparent;
}

[b-lki7mc5ctz] input::-ms-reveal {
    display: none;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/TextboxPrefix.razor.rz.scp.css */
.prefix-span[b-3cewydbq0w] {
    height: 3rem;
    border: 1px solid #919399;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: #F0F1F2;
    color: #484A4C;
    
    line-height: 1.25rem;
    letter-spacing: -0.00219rem;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Targets the prefix span element if the input group contains an input that has focus */
.input-group:has(input:focus) .prefix-span[b-3cewydbq0w] {
    border: 1px solid #6E33FF;
    box-shadow: 
        0 0 0 2px white,   /* Inner white gap */
        0 0 0 3px #6E33FF; /* Purple border */

    clip-path: inset(-8px 0px -8px -8px); /* Removes box shadow from RHS */
}

[b-3cewydbq0w] .form-control {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;

    clip-path: inset(-8px -8px -8px 0px); /* Removes box shadow from LHS */
}

/* Targets the prefix span element if the input group contains an input that is disabled */
.input-group:has(input:disabled) .prefix-span[b-3cewydbq0w] {
    border: 1px solid #D3D4D9;
    background-color: #F0F1F2;
    color: #B5B8BF;
}

/* Targets the prefix span element if the input group contains an input that is invalid */
.input-group:has(input[aria-invalid="true"]) .prefix-span[b-3cewydbq0w] {
    border: 1px solid #CC4041;
    background-color: #FFEEEE;
    box-shadow: none !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Tooltip.razor.rz.scp.css */
.tooltip-container[b-ebbfpidjmn] {
	position: relative;
	display: inline-block;
}

.tooltip-img[b-ebbfpidjmn] {
	margin-bottom: 2px !important;
}

.tooltip-box[b-ebbfpidjmn] {
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1080;
	display: block;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: .9;
	min-width: 200px !important;
	max-width: 400px !important;
	padding: 0.75rem 1rem 0.5rem 1rem !important;
	color: #fff;
	text-align: left !important;
	background-color: #000;
	border-radius: .25rem;
}

.tooltip-box-lg[b-ebbfpidjmn] {
	min-width: 400px !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/UserRoleSelection.razor.rz.scp.css */
.selected-role[b-ux0psux698] {
	border-color: var(--Semantics-Borders-border-stroke, #919399) !important;
	background-color: #E9EAEC;
}

.check-icon[b-ux0psux698] {
	color: var(--Semantics-Texts-text-primary, #121213);
	display: flex;
	align-items: center;
	justify-content: center;
}

.check-icon-placeholder[b-ux0psux698] {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 16px;
}

.role-content[b-ux0psux698] {
	flex: 1;
	margin-right: 16px;
}

.role-block[b-ux0psux698] {
	cursor: pointer;
	position: relative;
}

	.role-block:hover[b-ux0psux698] {
		border-color: var(--Semantics-Borders-border-stroke, #919399) !important;
	}

	.role-block:focus[b-ux0psux698] {
		outline: none;
		border-color: var(--Semantics-Borders-border-stroke, #919399) !important;
		box-shadow: 0 0 0 2px rgba(145, 147, 153, 0.25);
	}

.role-title[b-ux0psux698] {
	color: var(--Text-Text-Primary, #191C1D);
	font-size: 14px;
	font-family: Arbeit;
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word;
	display: block;
	margin-bottom: 4px;
}

.role-description[b-ux0psux698] {
	color: var(--Semantics-Texts-text-primary, #121213);
	font-size: 12px;
	font-family: Arbeit;
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word;
	margin: 0;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Wizard/DynamicProgressBar.razor.rz.scp.css */
.progress-bar-container[b-qn9hx6u7vt] {
    display: flex;
    height: 5px;
    background-color: white;
}

.progress-segment[b-qn9hx6u7vt] {
    background-color: #E1E3E5;
    flex: 1;
    border-radius: 0;
}

.progress[b-qn9hx6u7vt] {
    background-color: #4EAA46; /* Figma Green */
    border-radius: 0;
	height:inherit;
}

.current-progress[b-qn9hx6u7vt] {
    background-color: #6D6E73;
    border-radius: 0;
}

.progress-segment:not(:last-child)[b-qn9hx6u7vt] {
    margin-right: 5px;
    border-radius: 0;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Controls/Wizard/Wizard.razor.rz.scp.css */
#wizard[b-lj9djcb5p2] {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto 1fr auto;
	grid-template-areas:
		"header"
		"progressbar"
		"content"
		"footer";
	min-height: 100vh;
	max-height: 100vh;
	min-width: 0;
	width: 100%;
	overflow: hidden;
}

.wizardLeftContent[b-lj9djcb5p2] {
	display: flex;
	align-items: center;
}

#wizard > wizardProgressBar[b-lj9djcb5p2] {
	grid-area: progressbar;
	height: 5px;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #D3D4D9;
}

.wizardTitle[b-lj9djcb5p2] {
	font-size: 1rem; /* Figma 16px */
	line-height: 1rem;
	text-transform: uppercase;
}

.wizard-edit-form[b-lj9djcb5p2] {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

@media only screen and (max-height: 1024px){
	.wizard-edit-form[b-lj9djcb5p2] {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/CounterIcon.razor.rz.scp.css */
.counter-icon[b-0qic03jiyj] {
	position: relative;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin: 5px 0;
}

.counter-icon-count[b-0qic03jiyj] {
	position: absolute;
	bottom: -5px;
	right: -2px;
	width: 18px;
	height: 16px;
	line-height: 16px;
	background-color: black;
	color: white;
	border-radius: 5px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 12px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/CustomPaginator.razor.rz.scp.css */
[b-0b51aihmyx] button.btn-icon {
    padding: 1.1rem 1.4rem !important;
}

[b-0b51aihmyx] button.btn-page-nav:not(:disabled) {
    color: #7749F8;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/DatePicker.razor.rz.scp.css */
.date-picker-button[b-3900vhd149] {
	height: 3rem;
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
	border-radius: 1.5rem;
	border: 1px solid #919399;
	background-color: #fff;
	position: relative;
	min-width: 13.75rem;
}

	.date-picker-button:focus[b-3900vhd149] {
		border: 1px solid #6E33FF;
		outline: none !important;
	}

.date-picker-container[b-3900vhd149] {
	background-color: #FFFFFF;
	width: 42rem;
	border-radius: 1.5rem;
	padding: 1rem;
	top: 0.25rem !important;
	box-shadow: 0px 0px 6px 0px rgba(22, 10, 51, 0.20), 0px 0px 8px 0px rgba(22, 10, 51, 0.40);
}

.calendar-header-container[b-3900vhd149] {
	height: 3rem;
	align-items: center;
	position: relative;
	display: flex;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/DetailsField.razor.rz.scp.css */
[b-2vqqqfphur] p {
    word-wrap: break-word;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/DynamicSidebarHeader.razor.rz.scp.css */
#lnkSidebarBack svg[b-hba9cl2bpe],
#lnkSidebarSearch svg[b-hba9cl2bpe],
#lnkCloseSearch svg[b-hba9cl2bpe] {
	color: #747E90;
}

#lnkSidebarBack:hover svg[b-hba9cl2bpe],
#lnkSidebarSearch:hover svg[b-hba9cl2bpe],
#lnkCloseSearch:hover svg[b-hba9cl2bpe] {
	color: #0B2B44;
}

#sidebar-search[b-hba9cl2bpe],
#sidebar-search:focus[b-hba9cl2bpe] {
	background: unset;
	border: unset;
	outline: unset;
	box-shadow: unset;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Footer.razor.rz.scp.css */
.footer-container ul[b-u2pg2sjxdt] {
    list-style-type: none;
    padding: 0;
}

.footer-container ul li[b-u2pg2sjxdt] {
    padding: 3px 0;
}

.footer-container ul li a[b-u2pg2sjxdt] {
    color: #fff !important;
    font-size: 0.875rem;
    text-decoration: none !important;
}

.footer-container ul li a:hover[b-u2pg2sjxdt] {
    text-decoration: underline !important;
}

.footer-container p[b-u2pg2sjxdt] {
    color: #fff !important;
    font-size: 0.875rem;
    margin:0;
}

.footer-container hr[b-u2pg2sjxdt] {
    color: white;
    margin: 5px 0;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Forms/FormNumberPicker.razor.rz.scp.css */
[b-e3e1wnunxn] input {
	width: 6.75rem !important;
	border-radius: 50rem !important;
}

[b-e3e1wnunxn] input.w-100 {
	width: 100% !important;
}

[b-e3e1wnunxn] input.aria-invalid {
	border: 1px solid #CC4041;
	background-color: #FFEEEE;
}

.currency-symbol[b-e3e1wnunxn] {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #121213;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: -0.00219rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Forms/FormTextArea.razor.rz.scp.css */
textarea[b-en0wr2a67i] {
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid rgb(222, 226, 230);
}

textarea.design-v2[b-en0wr2a67i] {
    padding: 0.75rem 1rem;
    border-radius: 1.5rem 1.5rem 0rem 1.5rem;
    border: 1px solid #919399;
    background-color: #FFF;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Heading.razor.rz.scp.css */
.sub-heading[b-vvq6q1k2lq] {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/HoverLinkList.razor.rz.scp.css */
.hover-link-list[b-5x0delox3l] {
    position: relative;
    width: fit-content;
}

.hover-link-list:hover .list-group[b-5x0delox3l] {
    display: block;
}

.list-group[b-5x0delox3l] {
    top: 2.5rem;
    right: 0;
    z-index: 99;
    display: none;
    padding: 1rem;
    position: absolute;
    border-radius: 1.5rem;
    background-color: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(196, 198, 204, 0.6);
}

[b-5x0delox3l] a {
    color: unset !important;
}

.ImageUploadContextButtonIcon[b-5x0delox3l]{
    width:3rem;
    height:3rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/HoverLinkListItem.razor.rz.scp.css */
.list-group-item[b-wvd9v0vq4r] {
	border: none;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	min-width: 12.5rem;
	letter-spacing: -0.0025em;
	border-radius: 0.75rem;
	background-color: #FFF;
}

	.list-group-item:hover[b-wvd9v0vq4r] {
		background-color: #E9EAEC;
	}
/* _content/Instant.PartnerPortal.UI/Components/Shared/IntegrationsCard.razor.rz.scp.css */
.card[b-nglkx3s25k] {
    border-radius: 1rem;
}

.card-header[b-nglkx3s25k] {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.card-body[b-nglkx3s25k] {
    height: 12.5rem;
}

img[b-nglkx3s25k] {
    max-height: 100%;
}

.card.settings-card[b-nglkx3s25k] {
    z-index:2;
}

.card.settings-card .card-body[b-nglkx3s25k] {
    height: 7rem;
    max-height: 7rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.card.settings-card .card-header img[b-nglkx3s25k] {
    max-height:2.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Map.razor.rz.scp.css */
.address-map[b-m7dwtubl2i] {
	border-radius: 0.75rem;
	width: 100%;
	height: 100%;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/MediaListItem.razor.rz.scp.css */
li[b-urhe7xaddo] {
    list-style: none;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Microsoft365IntegrationForm.razor.rz.scp.css */
img.brand-logo[b-bsxvrjavic] {
	max-height:2.5rem;
}

.row.submit-row[b-bsxvrjavic] {
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

.row.submit-row button[type=submit].btn.btn-primary[b-bsxvrjavic]::deep {
	max-width: 156px;
	min-width: 156px;
}

.clearfix.vertical-spacer[b-bsxvrjavic] {
	min-height:125px;
}

h5.worka-heading[b-bsxvrjavic] {
	font-size: 1rem;
	font-weight: 700;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Modal.razor.rz.scp.css */
.modal[b-6tqmc2vggu] {
    display: none;
    background-color: rgb(11, 5, 26, 0.75);
}

.modal.show[b-6tqmc2vggu] {
    display: block;
    z-index:9999;
}

.modal-content[b-6tqmc2vggu] {
    border: none;
    border-radius: 1.5rem !important;
}

.modal-header[b-6tqmc2vggu] {
    height: 5.5rem;
    background: #FFFFFF;
    align-items: center;
    padding: 1.5rem 2.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom: 1px solid #D3D4D9;
}

.modal-body[b-6tqmc2vggu] {
    padding: 2.5rem;
    background: #FFFFFF;
}

.modal-body.no-header[b-6tqmc2vggu] {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.modal-body.no-footer[b-6tqmc2vggu] {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.modal-footer[b-6tqmc2vggu] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #FFFFFF;
    background-color: #F8F8F9;
    border-top: 1px solid #D3D4D9;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/NexudusIntegrationForm.razor.rz.scp.css */
.row.submit-row[b-4h3uweqgw9] {
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

.row.submit-row button.btn-primary[b-4h3uweqgw9] {
	max-width: 156px;
	min-width: 156px;
}

.clearfix.vertical-spacer[b-4h3uweqgw9] {
	min-height: 200px;
}

h5.worka-heading[b-4h3uweqgw9] {
	font-size: 1rem;
	font-weight: 700;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/OfficeRnDIntegrationForm.razor.rz.scp.css */
.row.submit-row[b-gwzjub4a0b] {
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

.row.submit-row button.btn-primary[b-gwzjub4a0b] {
	max-width: 156px;
	min-width: 156px;
}

.clearfix.vertical-spacer[b-gwzjub4a0b] {
	min-height:125px;
}

h5.worka-heading[b-gwzjub4a0b] {
	font-size:1rem;
	font-weight:700;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Popover.razor.rz.scp.css */
a[b-b6e1ocn9s6] {
    cursor: pointer;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/QualityStatusInfoModalListItem.razor.rz.scp.css */
p[b-ichtmxfxuf] {
    max-width: 25rem;
}

[b-ichtmxfxuf] .badge {
    min-width: 8.438rem;
    justify-content: center;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/SearchTextbox.razor.rz.scp.css */
div[b-f6xdg3omg4]  input {
    border-radius: 1.5rem !important;
}

span[b-f6xdg3omg4] {
    color: #94A3B8;
    border: none;
    z-index: 99;
    background-color: transparent;
    padding-right:0;
}

[b-f6xdg3omg4] .clear-button-hidden{
    visibility:hidden!important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/SectionPlaceholder.razor.rz.scp.css */
.section-placeholder[b-oytr6ng6xo] {
    height: 20rem;
    margin: unset;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background-color: var(--section-bg-color);
}

.placeholder[b-oytr6ng6xo] {
    border-radius: 1rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/SettingsDetailsField.razor.rz.scp.css */
[b-ehu9tkxn9q] p {
    word-wrap: break-word;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/SplitCards.razor.rz.scp.css */
.split-btn-pill[b-5yvrp747p7] {
    padding: 1rem 6.3rem;
    font-size: 0.9rem !important;
    border-radius: 50rem;
}

.split-btn-text[b-5yvrp747p7] {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.07px;
}

h1.split-card-text[b-5yvrp747p7] {
    align-self: stretch;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.32px;
}

p.split-card-text[b-5yvrp747p7] {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.08px;
    align-self: stretch;
}

.split-bg-grey[b-5yvrp747p7] {
    background-color: #f8f8f9;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/Toast.razor.rz.scp.css */
button.btn-close[b-ev3tjej927] {
    --bs-btn-close-bg: url("data:image/svg+xml,<svg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.52342 3.52144L3.50981 8.50779M3.52344 3.50781L8.50979 8.52142' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    opacity: 1;
}

.toast[b-ev3tjej927] {
    width: 22rem;
    font-size: 1rem;
    padding: 1.25rem;
    border-radius: 0.5rem;
}

.toast-title[b-ev3tjej927] {
    padding-top:20px;
    color: var(--White-0) !important;
    font-family: Arbeit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
}

.toast-text[b-ev3tjej927] {
    color: var(--White-0) !important;
    font-family: Arbeit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.035px;
}

.toast-success[b-ev3tjej927] {
    background-color: var(--Green-500);
    border: 1px solid var(--Green-500);
}

.toast-danger[b-ev3tjej927] {
    background-color: var(--Red-500);
    border: 1px solid var(--Red-500);
}

.toast-warning[b-ev3tjej927] {
    background-color: var(--Yellow-500);
    border: 1px solid var(--Yellow-500);
}

.toast-info[b-ev3tjej927] {
    background-color: var(--Purple-500);
    border: 1px solid var(--Purple-500);
}

.toast-content[b-ev3tjej927] {
    width: fit-content;
}

@media only screen and (max-width: 1024px)  {
    .toast-container.start-50[b-ev3tjej927]  {
        left: 25% !important;
    }
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/ActionsMenu/ActionsMenu.razor.rz.scp.css */
/*Local Styles*/
div[b-s6frj2f2l0]  button.btn.btn-v2.btn-circle.btn-outline.actions-menu {
	background-color: var(--Neutral-1000);
	color: var(--Dark-Blue);
	padding: var(--spacing-02) var(--spacing-02) var(--spacing-02) var(--spacing-04) !important;
	border-radius: 1.5rem;
	border: none;
	box-shadow: none;
	font-weight: 500;
}

div[b-s6frj2f2l0]  button.btn.btn-v2.btn-circle.btn-outline.actions-menu > span {
	font-size: 0.875rem;
	line-height: 1rem;
}

div[b-s6frj2f2l0]  button.btn.btn-v2.btn-circle.btn-outline.actions-menu >  span.separator {
	display:none;
}

div[b-s6frj2f2l0]  button.btn.btn-v2.btn-circle.btn-outline.actions-menu > span.btn-count.ps-2 {
	width:1.75rem;
	height:1.75rem;
	font-size: 0.75rem;
	line-height: 1rem;
	color: var(--White-0);
	background-color: var(--Black);
	border: 2px solid var(--White-0);
	background-color: #2C1466;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	padding:0 !important;
}

div[b-s6frj2f2l0]  button.btn.btn-v2.btn-circle.btn-outline.actions-menu.with-dot > span.btn-count.ps-2::after {
	content: '';
	width: 0.625rem;
	height: 0.625rem;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	min-width: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background-color: var(--Red-600);
	border: 2px solid var(--Neutral-1000);
	transform: translate(8px, 10px);
}

div[b-s6frj2f2l0]  div.dropdown-menu {
	width:487px;
	height:auto;
	border:2px solid var(--Grey-450);
	border-radius: var(--spacing-02);
}

div[b-s6frj2f2l0]  div.header-container {
	padding: var(--spacing-03) var(--spacing-08);
	border-bottom: 1px inset var(--Grey-100);
}

div[b-s6frj2f2l0]  div.dropdown-footer-container {
	background-color: var(--Grey-50);
	padding:var(--spacing-03) var(--spacing-05);
	border-top: 1px inset var(--Grey-100);
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

div[b-s6frj2f2l0]  div.header-container .text-primary.actions-heading {
	text-transform: uppercase;
	color: var(--text-primary) !important;
}

div[b-s6frj2f2l0]  .actions-list {
	max-height: 620px;
	padding:0 !important;
	overflow-y:auto;
	list-style:none;
}

div[b-s6frj2f2l0]  .actions-list li.action-list-item {
	marker:none;
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item {
	border-bottom: 1px inset var(--Grey-100);
	padding: 0.75rem 2rem;
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item:hover {
	cursor:pointer;
	background-color: var(--Grey-50);
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item:last-child {
	border-bottom:none;
}

/*Standard for all action items*/
div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container {
	width: auto;
	height: 20px;
	border-radius: 0.25rem;
	display:flex;
	justify-content:start;
	align-items:center;
	padding: var(--spacing-02);
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item {
	font-size:0.75rem;
	font-weight:400;
	line-height:0.75rem;
	margin-left:0.5rem;
	position:relative;
}

/*colours and icons for different action required items*/
div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.needs-review {
	color: var(--Yellow-650);
	background-color: var(--Yellow-50);
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container .action-item::before {
	content: '';
	width:10px;
	height:10px;
	color: transparent;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	left:-12px;
	top:50%;
	transform:translateY(-50%);
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.needs-review .action-item::before {
	background-image: url('../img/V2/ActionItems/needs-review.svg');
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.important {
	color: var(--Yellow-650);
	background-color: var(--Yellow-50);
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.important .action-item::before {
	background-image: url('../img/V2/ActionItems/attention-required.svg');
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.attention-required {
	color: var(--Red-650);
	background-color: var(--Red-50);
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.attention-required .action-item::before {
	background-image: url('../img/V2/ActionItems/attention-required.svg');
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.update {
	color: var(--Purple-650);
	background-color: var(--Purple-50);
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.update .action-item::before {
	background-image: url('../img/V2/ActionItems/update.svg');
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.ready {
	color: var(--Green-650);
	background-color: var(--Green-50);
}

div[b-s6frj2f2l0]  .actions-list > .action-list-item > .action-section .action-item-container.ready .action-item::before {
	background-image: url('../img/V2/ActionItems/update.svg');
}

/*Override Chip Drodpdown position*/
div[b-s6frj2f2l0]  div.chip-dropdown-container div.chip-dropdown {
	left:-190px;
	top:-10px;
}

div[b-s6frj2f2l0]  div.chip-dropdown-container > button.chip-button.chip-button-no-selection {
	background-color: transparent;
	color: var(--primary-text) !important;
	border: 1px solid #000000;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/ActionsMenu/Models/ActionListItem.razor.rz.scp.css */
.action-img-featured[b-5l7cnxwiyj] {
	max-width:40px;
	max-height:40px;
	min-width:40px;
	min-height:40px;
	border-radius:50%;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Badge.razor.rz.scp.css */
/* Badge V2 Component Styles using CSS isolation */

/* Container for badge with child content */
.badge-v2-container[b-9d43zx4f43] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Container with dot or overlay badge should be inline-block */
.badge-v2-container.badge-overlay-container[b-9d43zx4f43] {
    display: inline-block;
}

/* Placement for non-overlay badges */
.badge-v2-container.badge-placement-left[b-9d43zx4f43] {
    flex-direction: row-reverse;
}

.badge-v2-container.badge-placement-right[b-9d43zx4f43] {
    flex-direction: row;
}

.badge-v2[b-9d43zx4f43] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border: none;
    transition: all 0.15s ease-in-out;
}

/* Variations */
.badge-v2.badge-label[b-9d43zx4f43] {
    padding: 0.25rem 0.5rem;
    min-height: 1.5rem;
}

.badge-v2.badge-dot[b-9d43zx4f43] {
    width: 0.8rem;
    height: 0.8rem; 
    padding: 0;
    margin: 0;
    border-radius: 50%;
    min-width: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.badge-v2.badge-inline[b-9d43zx4f43] {
    padding: 0.125rem 0.375rem;
    margin: 0 0.25rem;
}

    .badge-v2.badge-overlay[b-9d43zx4f43] {
        position: absolute;
        z-index: 10;
        padding: 0.125rem 0.25rem;
        min-width: 1rem;
        min-height: 1rem;
        border: solid 2px white;
    }

.badge-v2.badge-medium.badge-v2.badge-overlay[b-9d43zx4f43] {
        padding: 0.35rem 0.4rem;
}

/* Color Schemes - Bold */
.badge-v2.badge-bold.badge-success[b-9d43zx4f43] {
    background-color: var(--support-success);
    color: var(--text-invert);
}

    .badge-v2.badge-bold.badge-warning[b-9d43zx4f43] {
        background-color: var(--support-warning);
        color: var(--text-invert);
    }

.badge-v2.badge-bold.badge-error[b-9d43zx4f43] {
    background-color: var(--support-error);
    color: var(--text-invert);
}

.badge-v2.badge-bold.badge-info[b-9d43zx4f43] {
    background-color: var(--text-interactive);
    color: var(--text-invert);
}

    .badge-v2.badge-bold.badge-dark[b-9d43zx4f43] {
        background-color: var(--background-support-dark);
        color: var(--text-invert);
    }

    .badge-v2.badge-bold.badge-grey[b-9d43zx4f43] {
        background-color: var(--background-support-grey);
        color: var(--text-grey);
    }

    .badge-v2.badge-bold:not(.badge-success):not(.badge-warning):not(.badge-error):not(.badge-info):not(.badge-grey):not(.badge-dark)[b-9d43zx4f43] {
        background-color: var(--background-input-default);
        color: var(--text-primary);
    }

/* Color Schemes - Subtle */
.badge-v2.badge-subtle.badge-success[b-9d43zx4f43] {
    background-color: var(--background-support-success);
    color: var(--support-success);
    border: 1px solid var(--support-success);
}

.badge-v2.badge-subtle.badge-warning[b-9d43zx4f43] {
    background-color: var(--background-support-warning);
    color: var(--support-warning);
    border: 1px solid var(--support-warning);
}

.badge-v2.badge-subtle.badge-error[b-9d43zx4f43] {
    background-color: var(--background-support-error);
    color: var(--support-error);
    border: 1px solid var(--support-error);
}

.badge-v2.badge-subtle.badge-info[b-9d43zx4f43] {
    background-color: var(--background-support-information);
    color: var(--text-interactive);
    border: 1px solid var(--text-interactive);
}

.badge-v2.badge-subtle.badge-dark[b-9d43zx4f43] {
    background-color: var(--background-support-dark);
    color: var(--text-invert);
    border: 1px solid var(--text-black);
}

    .badge-v2.badge-subtle.badge-grey[b-9d43zx4f43] {
        background-color: var(--background-support-grey);
        color: var(--text-grey);
        border: 1px solid var(--text-grey);
    }

    .badge-v2.badge-subtle:not(.badge-success):not(.badge-warning):not(.badge-error):not(.badge-info):not(.badge-grey):not(.badge-dark)[b-9d43zx4f43] {
        background-color: var(--Grey-150);
        color: var(--text-secondary);
        border: 1px solid var(--border-divider);
    }

/* Color Schemes - Minimal */
.badge-v2.badge-minimal.badge-success[b-9d43zx4f43] {
    background-color: transparent;
    color: var(--support-success);
    border: 1px solid var(--support-success);
}

.badge-v2.badge-minimal.badge-warning[b-9d43zx4f43] {
    background-color: transparent;
    color: var(--support-warning);
    border: 1px solid var(--support-warning);
}

.badge-v2.badge-minimal.badge-error[b-9d43zx4f43] {
    background-color: transparent;
    color: var(--support-error);
    border: 1px solid var(--support-error);
}

.badge-v2.badge-minimal.badge-info[b-9d43zx4f43] {
    background-color: transparent;
    color: var(--text-interactive);
    border: 1px solid var(--text-interactive);
}

.badge-v2.badge-minimal.badge-dark[b-9d43zx4f43] {
    background-color: transparent;
    color: var(--text-black);
    border: 1px solid var(--text-black);
}

    .badge-v2.badge-minimal.badge-grey[b-9d43zx4f43] {
        background-color: transparent;
        color: var(--text-grey);
        border: 1px solid var(--text-grey);
    }

    .badge-v2.badge-minimal:not(.badge-success):not(.badge-warning):not(.badge-error):not(.badge-info):not(.badge-grey):not(.badge-dark)[b-9d43zx4f43] {
        background-color: transparent;
        color: var(--text-secondary);
        border: 1px solid var(--border-divider);
    }

/* Shapes */
.badge-v2.badge-square[b-9d43zx4f43] {
    border-radius: 0.125rem;
}

.badge-v2.badge-rounded[b-9d43zx4f43] {
    border-radius: 0.375rem;
}

.badge-v2.badge-circle[b-9d43zx4f43] {
    border-radius: 50%;
}

/* Sizes */
    .badge-v2.badge-small[b-9d43zx4f43] {
        font-size: 12px;
        padding: 0.125rem 0.25rem;
        min-height: 1rem;
    }

.badge-v2.badge-small.badge-dot[b-9d43zx4f43] {
    width: 0.8rem; /* 7px */
    height: 0.8rem; /* 7px */
    min-height: 0.4375rem; /* Override size class min-height */
    padding: 0; /* Override size class padding */
}

    .badge-v2.badge-medium[b-9d43zx4f43] {
        font-size: 14px;
        padding: 0.25rem 0.5rem;
        min-height: 1.5rem;
    }

.badge-v2.badge-medium.badge-dot[b-9d43zx4f43] {
    width: 0.5625rem; /* 9px */
    height: 0.5625rem; /* 9px */
    min-height: 0.5625rem; /* Override size class min-height */
    padding: 0; /* Override size class padding */
}

    .badge-v2.badge-large[b-9d43zx4f43] {
        font-size: 16px;
        padding: 0.375rem 0.75rem;
        min-height: 2rem;
    }

.badge-v2.badge-large.badge-dot[b-9d43zx4f43] {
    width: 0.6875rem;
    height: 0.6875rem;
    min-height: 0.6875rem;
    padding: 0;
}

/* Overlay Positions - for overlay and dot variations */
.badge-v2-container .badge-v2.badge-overlay[b-9d43zx4f43],
.badge-v2-container .badge-v2.badge-dot[b-9d43zx4f43] {
    position: absolute;
    z-index: 1;
}

/* Top-right positioning */
.badge-v2-container .badge-v2.badge-overlay-top-right[b-9d43zx4f43] {
    inset: auto auto calc(100% - 0.7rem) calc(100% - 0.7rem);
}

/* Top-left positioning */
.badge-v2-container .badge-v2.badge-overlay-top-left[b-9d43zx4f43] {
    inset: auto calc(100% - 0.7rem) calc(100% - 0.7rem) auto;
}

/* Bottom-right positioning */
.badge-v2-container .badge-v2.badge-overlay-bottom-right[b-9d43zx4f43] {
    inset: calc(100% - 0.7rem) auto auto calc(100% - 0.7rem);
}

/* Bottom-left positioning */
.badge-v2-container .badge-v2.badge-overlay-bottom-left[b-9d43zx4f43] {
    inset: calc(100% - 0.7rem) calc(100% - 0.7rem) auto auto;
}

/* Default positioning for dot badges (top-right corner) */
.badge-v2-container .badge-v2.badge-dot:not(.badge-overlay-top-left):not(.badge-overlay-bottom-right):not(.badge-overlay-bottom-left)[b-9d43zx4f43] {
    inset: auto auto calc(100% - 0.7rem) calc(100% - 0.7rem);
}

[b-9d43zx4f43] .badge-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    display: inline-flex;
    object-fit: contain;
    vertical-align: middle;
}

[b-9d43zx4f43] .badge-icon-left {
    margin-right: 0.25rem;
}

[b-9d43zx4f43] .badge-icon-right {
    margin-left: 0.25rem;
}

.badge-small[b-9d43zx4f43]  .badge-icon {
    width: 0.8rem;
    height: 0.8rem;
}

.badge-small[b-9d43zx4f43]  .badge-icon-left {
    margin-right: 0.1875rem;
}

.badge-v2.badge-small[b-9d43zx4f43]  .badge-icon-right {
    margin-left: 0.1875rem;

}

.badge-v2.badge-large[b-9d43zx4f43]  .badge-icon {
    width: 1.125rem;
    height: 1.125rem;
}

.badge-v2.badge-large[b-9d43zx4f43]  .badge-icon-left {
    margin-right: 0.3125rem !important; /* 5px */
    padding-left: 0.1875rem; /* 3px */
}

.badge-v2.badge-large[b-9d43zx4f43]  .badge-icon-right {
    margin-left: 0.3125rem !important; /* 5px */
    padding-right: 0.1875rem; /* 3px */
}

/* Only icon, no text */
[b-9d43zx4f43] .badge-v2 ::deep .badge-icon:only-child {
    margin: 0;
}

/* Inline Dots - MudBlazor-inspired simple approach */
[b-9d43zx4f43] .badge-dot-inline {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

/* Dot Colors - Combined class selectors */
    [b-9d43zx4f43] .badge-dot-inline.badge-dot-black {
        background-color: var(--Black);
    }

    [b-9d43zx4f43] .badge-dot-inline.badge-dot-pink {
        background-color: var(--Pink-50);
        border: 0.063rem solid var(--Pink-700);
    }

    [b-9d43zx4f43] .badge-dot-inline.badge-dot-purple {
        background-color: var(--Purple-75);
        border: 0.063rem solid var(--Purple-700);
    }

    [b-9d43zx4f43] .badge-dot-inline.badge-dot-red {
        background-color: var(--Red-75);
        border: 0.063rem solid var(--Red-700);
    }

    [b-9d43zx4f43] .badge-dot-inline.badge-dot-yellow {
        background-color: var(--Yellow-75);
        border: 0.063rem solid var(--Yellow-700);
    }

    [b-9d43zx4f43] .badge-dot-inline.badge-dot-green {
        background-color: var(--Green-75);
        border: 0.063rem solid var(--Green-700);
    }

    [b-9d43zx4f43] .badge-dot-inline.badge-dot-blue {
        background-color: var(--Blue-75);
        border: 0.063rem solid var(--Blue-700);
    }

/* Status Colors - Combined class selectors */
    [b-9d43zx4f43] .badge-dot-inline.badge-dot-success {
        background-color: var(--support-success);
    }

    [b-9d43zx4f43] .badge-dot-inline.badge-dot-warning {
        background-color: var(--support-warning);
    }

    [b-9d43zx4f43] .badge-dot-inline.badge-dot-error {
        background-color: var(--support-error);
    }

    [b-9d43zx4f43] .badge-dot-inline.badge-dot-info {
        background-color: var(--text-interactive);
    }

/* Size variations */


.badge-small[b-9d43zx4f43]  .badge-dot-inline {
    width: 0.4rem;
    height: 0.4rem;
}

.badge-large[b-9d43zx4f43]  .badge-dot-inline {
    width: 0.7rem;
    height: 0.7rem;
}

/* Interactive badges */
.badge-v2[onclick][b-9d43zx4f43] {
    cursor: pointer;
}

.badge-v2[onclick]:hover[b-9d43zx4f43] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.badge-v2[onclick]:active[b-9d43zx4f43] {
    transform: translateY(0);
}

/* Overlay container positioning */
.badge-v2.badge-overlay ~ *[b-9d43zx4f43] {
    position: relative;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Button.razor.rz.scp.css */
/* Redefine variables - these can be added to the main CSS file or simply removed later */
.btn-v2[b-e6atd6djjc] {

	--button-ghost-surface-default: transparent;
	--button-ghost-surface-hover: RGBA(0,0,0, 0.05);
	--button-ghost-surface-pressed: transparent;

	--button-plain-surface-default: transparent;
	--button-plain-surface-hover: transparent;
	--button-plain-surface-pressed: transparent;

	--button-critical-surface-default: #FF003F;
	--button-critical-surface-hover: #FF2A5F;
	--button-critical-surface-pressed: #D50035;

	--button-outline-surface-default: transparent;
	--button-outline-surface-hover: RGBA(0,0,0,0.05);
	--button-outline-surface-active: transparent;
	--button-outline-borders: RGBA(0,0,0,0.8);

	--button-vertical-padding: 0.5em;
	--button-horizontal-padding: 1em;

	--button-count-separator-surface: RGBA(0,0,0,0.4);

	--bs-btn-font-size: 0.875rem !important;
}

/*Global effects*/
.btn-v2[b-e6atd6djjc] {
	box-shadow: 0px 1px 2px 0px #0000000D;
	transition: opacity linear 0.5s;
	opacity: 1;
	padding: var(--button-vertical-padding) var(--button-horizontal-padding);
}

[b-e6atd6djjc] span {
	line-height: 1.5rem;
}

[b-e6atd6djjc] img.btn-icon {
	width:1.25em;
	height:auto;
}

[b-e6atd6djjc] span.separator {
	color: var(--button-count-separator-surface) !important;
}

.btn-v2.icon-only[b-e6atd6djjc] {
	padding: var(--button-vertical-padding) !important;
}

.btn-v2[disabled][b-e6atd6djjc], 
.btn-v2.disabled[b-e6atd6djjc] {
	opacity: 0.24;
}

/* Background, border & colours - Primary */

.btn-v2.btn-primary[b-e6atd6djjc] {
	color: var(--button-primary-text);
	background-color: var(--button-primary-surface-default);
}

.btn-v2.btn-primary:hover:not(:active)[b-e6atd6djjc] {
	background-color:var(--button-primary-surface-hover);
	box-shadow: 0px 1px 2px 0px #0000000D;
	opacity:0.75;
}

.btn-v2.btn-primary:active[b-e6atd6djjc] {
	background-color: var(--button-primary-surface-pressed);
}

/* Background, border & colours - Ghost */
.btn-v2.btn-ghost[b-e6atd6djjc] {
	border:none !important;
	background-color: var(--button-ghost-surface-default);
	color: var(--primary-text);
}

.btn-v2.btn-ghost:hover:not(:active)[b-e6atd6djjc] {
	background-color: var(--button-ghost-surface-hover);
	color: var(--primary-text);
}

.btn-v2.btn-ghost:focus:not(:focus-visible)[b-e6atd6djjc] {
	border:none;
	color: var(--primary-text);
	box-shadow: 0px 1px 2px 0px #0000000D !important;
}

.btn-v2.btn-ghost:active[b-e6atd6djjc] {
	color: var(--button-ghost-surface-pressed);
}

/* Background, border & colours - Plain */

.btn-v2.btn-plain[b-e6atd6djjc] {
	background-color: var(--button-plain-surface-default);
	color: var(--primary-text);
	border:none !important;
}

.btn-v2.btn-plain:hover:not(:active)[b-e6atd6djjc] {
	background-color: var(--button-plain-surface-hover);
	color: var(--primary-text);
}

.btn-v2.btn-plain:focus:not(:focus-visible)[b-e6atd6djjc] {
	box-shadow:none !important;
	color: var(--primary-text);
}

.btn-v2.btn-plain:active[b-e6atd6djjc] {
	color: var(--button-plain-surface-pressed);
}

/* Background, border & colours - Critical */

.btn-v2.btn-critical[b-e6atd6djjc] {
	color: var(--button-primary-text);
	background-color: var(--button-critical-surface-default);
}

.btn-v2.btn-critical:hover:not(:active)[b-e6atd6djjc] {
	background-color: var(--button-critical-surface-hover);
	box-shadow: 0px 1px 2px 0px #0000000D;
	opacity: 0.75;
}

.btn-v2.btn-critical:active[b-e6atd6djjc] {
	background-color: var(--button-critical-surface-pressed);
}

.btn-v2.btn-critical:focus[b-e6atd6djjc],
.btn-v2.btn-critical:active:focus[b-e6atd6djjc] {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--button-critical-surface-default) !important;
	outline: none !important;
}

.btn-v2.btn-critical:focus:not(:focus-visible)[b-e6atd6djjc] {
	color: var(--button-primary-text);
}

/* Background, border & colours - Critical */

.btn-v2.btn-outline[b-e6atd6djjc] {
	color: var(--primary-text);
	background-color: var(--button-outline-surface-default);
	border-color: var(--button-outline-borders);
}

.btn-v2.btn-outline:hover:not(:active)[b-e6atd6djjc] {
	background-color: var(--button-outline-surface-hover);
	box-shadow: 0px 1px 2px 0px #0000000D;
	opacity: 0.75;
}

.btn-v2.btn-outline:active[b-e6atd6djjc] {
	background-color: var(--button-outline-surface-pressed);
}

.btn-v2.btn-outline:focus[b-e6atd6djjc],
.btn-v2.btn-outline:active:focus[b-e6atd6djjc] {
	box-shadow: none !important;
	outline: none !important;
}

.btn-v2.btn-outline:focus:not(:focus-visible)[b-e6atd6djjc] {
	color: var(--primary-text);
}

.btn-v2.btn-outline-warning[b-e6atd6djjc] {
	color: var(--button-critical-surface-default);
	background-color: var(--button-outline-surface-default);
	border-color: var(--button-critical-surface-default);
}

.btn-v2.btn-outline-warning:hover:not(:active)[b-e6atd6djjc] {
	background-color: var(--button-outline-surface-hover);
	box-shadow: 0px 1px 2px 0px #0000000D;
	opacity: 0.75;
}

.btn-v2.btn-outline-warning:active[b-e6atd6djjc] {
	background-color: var(--button-outline-surface-pressed);
}

.btn-v2.btn-outline-warning:focus[b-e6atd6djjc],
.btn-v2.btn-outline-warning:active:focus[b-e6atd6djjc] {
	box-shadow: none !important;
	outline: none !important;
}

.btn-v2.btn-outline-warning:focus:not(:focus-visible)[b-e6atd6djjc] {
	color: var(--button-critical-surface-default);
}

/* Background, border & colours - None */

.btn-v2.btn-none[b-e6atd6djjc] {
	background-color: var(--button-plain-surface-default);
	color: var(--primary-text);
	border: none !important;
	box-shadow: none !important;
}

	.btn-v2.btn-none:hover:not(:active)[b-e6atd6djjc] {
		color: var(--Purple-500) !important;
	}

	.btn-v2.btn-none:focus:not(:focus-visible)[b-e6atd6djjc] {
		box-shadow: none !important;
		color: var(--primary-text);
	}

	.btn-v2.btn-none:active[b-e6atd6djjc] {
		color: var(--button-plain-surface-pressed);
	}



/* Outline shapes & borders */
.btn-v2.btn-square[b-e6atd6djjc] {
	border-radius:4px;
}

.btn-v2.btn-basic[b-e6atd6djjc] {
	border-radius: 4px;
}

.btn-v2.btn-rounded[b-e6atd6djjc] {
	border-radius:4px;
}

.btn-v2.btn-circle[b-e6atd6djjc] {
	border-radius:4px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Checkbox/CheckboxGroup.razor.rz.scp.css */
.checkbox-group[b-84s9oalcpg] {
    display: flex;
}

.checkbox-group-vertical[b-84s9oalcpg] {
    flex-direction: column;
    gap: 0.5rem;
}

.checkbox-group-horizontal[b-84s9oalcpg] {
    flex-direction: row;
    gap: 1rem;

}

.checkbox-group-item-nested[b-84s9oalcpg] {
    margin-left: 2rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Checkbox/CheckboxV2.razor.rz.scp.css */
.form-check-input[type=checkbox][b-oskcw6d1ak] {
    --checkbox-colour: var(--button-primary-surface-default);
    --checkbox-border: var(--border-bound);
    --checkbox-bg-disabled: var(--background-input-disabled);

    --icon-checkbox-checked: url("img/V2/Checkbox/checkbox-checked.svg");
    --icon-checkbox-indeterminate: url("img/V2/Checkbox/checkbox-indeterminate.svg");
    --icon-checkbox-checked-disabled: url("img/V2/Checkbox/checkbox-checked-disabled.svg");
    --icon-checkbox-indeterminate-disabled: url("img/V2/Checkbox/checkbox-indeterminate-disabled.svg");

    margin-top: 0;
    border-color: var(--checkbox-border);
    transition:
            border-color .15s ease-in-out,
            box-shadow .15s ease-in-out,
            background-color .15s ease-in-out;
}

.form-check-label[b-oskcw6d1ak] {
    font-style: normal;
    font-weight: 400;
    color: var(--text-body);
}

.checkbox-sm .form-check-input[type=checkbox][b-oskcw6d1ak] {
    width: 1rem;
    height: 1rem;
    background-size: 1rem 1rem;
}

.checkbox-sm .form-check-label[b-oskcw6d1ak] {
    font-size: 0.75rem;
    line-height: 1rem;
}

.checkbox-md .form-check-input[type=checkbox][b-oskcw6d1ak] {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem 1.25rem;
}

.checkbox-md .form-check-label[b-oskcw6d1ak] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.checkbox-lg .form-check-input[type=checkbox][b-oskcw6d1ak] {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
}

.checkbox-lg .form-check-label[b-oskcw6d1ak] {
    font-size: 1rem;
    line-height: 1.5rem;
}

.form-check-input[type=checkbox]:hover:not(:disabled)[b-oskcw6d1ak] {
    border-color: var(--checkbox-colour);
}

.form-check-input[type=checkbox]:focus[b-oskcw6d1ak] {
    border-color: var(--checkbox-border);
    box-shadow: 0 0 0 1px white, 0 0 0 2px var(--checkbox-colour) !important;
    outline: none;
}
.form-check-input[type=checkbox]:focus:hover[b-oskcw6d1ak] {
    border-color: var(--checkbox-colour);
}

.form-check-input[type=checkbox]:checked[b-oskcw6d1ak] {
    background-color: var(--checkbox-colour);
    border-color: var(--checkbox-colour);
    background-image: var(--icon-checkbox-checked);
}

.form-check-input[type=checkbox]:indeterminate[b-oskcw6d1ak] {
    background-color: var(--checkbox-colour);
    border-color: var(--checkbox-colour);
    background-image: var(--icon-checkbox-indeterminate);
}

.form-check-input[type=checkbox]:disabled[b-oskcw6d1ak] {
    cursor: not-allowed;
    border-color: var(--checkbox-border);
    background-color: var(--checkbox-bg-disabled);
    box-shadow: none;
}

.form-check-input[type=checkbox]:checked:disabled[b-oskcw6d1ak] {
    background-image: var(--icon-checkbox-checked-disabled);
}

.form-check-input[type=checkbox]:indeterminate:disabled[b-oskcw6d1ak] {
    background-image: var(--icon-checkbox-indeterminate-disabled);
}

/* 
  Colour the label when its checkbox (before or after) is checked or indeterminate, but NOT when disabled
  Combined rule for checked or indeterminate checkboxes (label-before or label-after) 
*/
:is(.checkbox-sm, .checkbox-md, .checkbox-lg):has(
    > .form-check-input[type="checkbox"]:not(:disabled):checked,
    > .form-check-input[type="checkbox"]:not(:disabled):indeterminate
) > .form-check-label[b-oskcw6d1ak] {
    color: var(--button-primary-surface-default);
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/ChipDropdown.razor.rz.scp.css */
.chip-dropdown-container[b-vlw4jwpfgk] {
    position: relative;
    display: inline-block;
}
.chip-button[b-vlw4jwpfgk] {
    display: inline-flex;
    align-items: center;
    padding: 0.4375rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background: transparent;
    font-family: 'Arbeit', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    white-space: nowrap;
}

.chip-button:focus-visible[b-vlw4jwpfgk] {
    outline: 2px solid var(--border-focus);
    outline-offset: 2px;
}

.chip-button-light[b-vlw4jwpfgk] {
    background-color: var(--Grey-150);
    border-color: black;
    color: var(--text-primary);
}

.chip-button-light:hover[b-vlw4jwpfgk] {
    background-color: var(--Grey-200);
    border-color: var(--border-hover);
}

.chip-button-light:active[b-vlw4jwpfgk],
.chip-button-light.chip-button-open[b-vlw4jwpfgk] {
    background-color: var(--Grey-250);
    border-color: var(--border-pressed);
}

.chip-button-dark[b-vlw4jwpfgk] {
    background-color: var(--text-primary);
    border-color: var(--text-primary);
    color: var(--text-invert);
}

.chip-button-dark:hover[b-vlw4jwpfgk] {
    background-color: var(--text-secondary);
    border-color: var(--text-secondary);
}

.chip-button-dark:active[b-vlw4jwpfgk],
.chip-button-dark.chip-button-open[b-vlw4jwpfgk] {
    background-color: var(--text-helper);
    border-color: var(--text-helper);
}

.chip-button:disabled[b-vlw4jwpfgk],
.chip-button-disabled[b-vlw4jwpfgk] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.chip-text[b-vlw4jwpfgk] {
    flex: 1;
    text-align: left;
    line-height:1.5rem;
}


.chip-dropdown[b-vlw4jwpfgk] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    background: var(--background-container);
    border: 1px solid black;
    border-radius: 0.375rem;
    box-shadow: 0px 2px 4px #160A3366;
    z-index: 1000;
    overflow: hidden;
}

.dropdown-item[b-vlw4jwpfgk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    margin: 0.25rem 0.5rem;
    font-family: 'Arbeit', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border: none;
    outline: none;
    background: transparent;
    width: calc(100% - 1rem);
    text-align: left;
    border-radius: 0.25rem;
}

.dropdown-item:hover[b-vlw4jwpfgk] {
    background-color: var(--Grey-100);
}

.dropdown-item:focus-visible[b-vlw4jwpfgk],
.dropdown-item-focused[b-vlw4jwpfgk] {
    background-color: var(--Grey-150);
}

.dropdown-item-selected[b-vlw4jwpfgk] {
    background-color: var(--Grey-100);
}

.dropdown-item-selected:hover[b-vlw4jwpfgk] {
    background-color: var(--Grey-150);
}

.dropdown-clear-item[b-vlw4jwpfgk] {
    position: relative;
    margin-bottom: 0;
}

.dropdown-clear-item:hover[b-vlw4jwpfgk] {
}

.dropdown-clear-item[b-vlw4jwpfgk]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.5rem;
    right: -0.5rem;
    height: 1px;
    background-color: var(--border-divider);
}

.dropdown-item-text[b-vlw4jwpfgk] {
    flex: 1;
    text-align: left;
    color: var(--text-secondary);
}

.dropdown-clear-text[b-vlw4jwpfgk] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

    @media (max-width: 768px) {
        .chip-dropdown[b-vlw4jwpfgk] {
            max-width: calc(100vw - 2rem);
            right: 0;
            left: auto;
        }
    }
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/ContentHeader.razor.rz.scp.css */
.content-header[b-1pkwy9emhm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 32px;
    background-color: var(--White-0);
    border-bottom: 1px solid var(--Neutral-1000);
    min-height: 64px;
    box-sizing: border-box;
}

.content-header.hidden[b-1pkwy9emhm] {
    display: none;
}

.content-header-left[b-1pkwy9emhm],
.content-header-right[b-1pkwy9emhm] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.content-header-centre[b-1pkwy9emhm] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    font-size: 12px;
    color: var(--Dark-Blue);
}

.content-header-button-group[b-1pkwy9emhm] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.content-header-button[b-1pkwy9emhm] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: var(--Neutral-1000);
    border: 1px solid var(--Neutral-1000);
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    color: var(--Black);
    transition: all 0.2s ease;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    flex-shrink: 0;
}
    .content-header-button-group .button-text:hover[b-1pkwy9emhm] {
        cursor: pointer;
    }

    .content-header-button-group .button-text.disabled:hover[b-1pkwy9emhm] {
        cursor: not-allowed;
    }

    .content-header-button:hover:not(:disabled)[b-1pkwy9emhm] {
        background-color: var(--Grey-100);
        border-color: var(--Grey-100);
        color: var(--Grey-800);
    }

    .content-header-button:active:not(:disabled)[b-1pkwy9emhm] {
        background-color: var(--Grey-100);
        border-color: var(--Grey-100);
    }

.content-header-button:disabled[b-1pkwy9emhm] {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--Grey-100);
    border-color: var(--Grey-200);
    color: var(--Grey-500);
}

.content-header-button.disabled[b-1pkwy9emhm] {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--Grey-100);
    border-color: var(--Grey-200);
    color: var(--Grey-500);
}

.button-icon[b-1pkwy9emhm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.button-icon svg[b-1pkwy9emhm] {
    width: 100%;
    height: 100%;
}

.button-text[b-1pkwy9emhm] {
    white-space: nowrap;
    font-size: 12px;
    color: var(--Dark-Blue);
}

.content-header-left-content[b-1pkwy9emhm],
.content-header-right-content[b-1pkwy9emhm] {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--Dark-Blue);
}

@media (max-width: 768px) {
    .content-header[b-1pkwy9emhm] {
        padding: 12px 16px;
        min-height: 56px;
    }
    
    .content-header-button[b-1pkwy9emhm] {
        width: 36px;
        height: 36px;
    }
    
    .content-header-centre[b-1pkwy9emhm] {
        font-size: 12px;
    }
    
    .content-header-left[b-1pkwy9emhm],
    .content-header-right[b-1pkwy9emhm] {
        gap: 8px;
    }
    
    .content-header-button-group[b-1pkwy9emhm] {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .content-header[b-1pkwy9emhm] {
        padding: 8px 12px;
        flex-wrap: wrap;
        min-height: auto;
    }
    
    .content-header-button-group .button-text[b-1pkwy9emhm] {
        display: none;
    }
    
    .content-header-button[b-1pkwy9emhm] {
        width: 28px;
        height: 28px;
    }
    
    .button-icon[b-1pkwy9emhm] {
        width: 14px;
        height: 14px;
    }
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/EditForms/Components/ListingOpeningHours.razor.rz.scp.css */
tr[b-plh61qqgk9]  > td div.select-dropdown {
	max-height:200px;
	overflow-y:auto;
}

tr[b-plh61qqgk9]  > td div.select-input.select-input-disabled .select-input-content .select-input-text span.select-value,
tr[b-plh61qqgk9]  > td div.select-input.select-input-disabled .select-input-content .select-input-text span.select-icon[dropdown-scope] {
	color: var(--input-disabled) !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Heading.razor.rz.scp.css */
.sub-heading[b-7cjupth2j2] {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom:0rem;
}

.heading-container[b-7cjupth2j2] {
    margin-bottom:5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/HoverLinkList.razor.rz.scp.css */
.hover-link-list[b-53nput8gvx] {
	position: relative;
	width: fit-content;
}

	.hover-link-list:hover .list-group[b-53nput8gvx] {
		display: flex;
	}

.list-group[b-53nput8gvx] {
	z-index: 99;
	display: none;
	width: 300px;
	padding: 0.75rem 0;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 2.5rem;
	right: 0;
	border-radius: var(--spacing-02, 0.5rem);
	background: var(--background-container, #FFF);
	box-shadow: 0 0 2px 0 rgba(22, 10, 51, 0.20), 0 0 var(--spacing-01, 4px) 0 rgba(22, 10, 51, 0.40);
}

[b-53nput8gvx] a {
	color: unset !important;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/HoverLinkListItem.razor.rz.scp.css */
.list-group-item[b-53btqk2w1l] {
	border: none;
	padding: 0.5rem 1.25rem;
	border-radius: unset;
}

	.list-group-item:hover[b-53btqk2w1l] {
		background-color: #E9EAEC;
	}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/ImageCarousel.razor.rz.scp.css */
.carousel-container[b-3b7kh7wgp8] {
	position:relative;
	width:100%;
}

.carousel-image-container[b-3b7kh7wgp8] {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 12px;
	background: #f5f5f5;
	display: grid;
	place-items: center;
	width: 100%;
}

.no-image-container[b-3b7kh7wgp8] {
	height: 100%;
	width: 100%;
	display: grid;
	place-items: center;
}

.no-images[b-3b7kh7wgp8] {
	background-color: rgba(236, 236, 236, 1) !important;
}

.slide[b-3b7kh7wgp8] {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pips[b-3b7kh7wgp8] {
	display: flex;
	justify-content: center;
	gap: .5rem;
	position: absolute;
	bottom: 1rem;
	transform: translateX(-50%);
	left: 50%;
}

.pip[b-3b7kh7wgp8] {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid rgba(185, 185, 185, 1);
	background: rgba(185, 185, 185, 1);
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	line-height: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

	.pip.active[b-3b7kh7wgp8] {
		background: rgba(255, 255, 255, 1);
		border-color: rgba(255, 255, 255, 1);
	}

.nav[b-3b7kh7wgp8] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	margin: 0;
	font-size: 2rem;
	line-height: 1;
	background: transparent;
	border: none;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	color: #5b5b5b;
}

.prev[b-3b7kh7wgp8] {
	left: 1rem;
	padding-left: 0.8rem;
	padding-top: 0.5rem;
}

.next[b-3b7kh7wgp8] {
	right: 1rem;
	padding-left: 0.8rem;
	padding-top: 0.5rem;
}

.nav-disabled[b-3b7kh7wgp8] {
	color: #cdcdcd;
}

.fade-in[b-3b7kh7wgp8] {
	opacity: 0;
	animation: animated-fade-in-b-3b7kh7wgp8 1s ease-out forwards;
}

@keyframes animated-fade-in-b-3b7kh7wgp8 {
	to {
		opacity: 1;
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/InventoryItem.razor.rz.scp.css */
.inventory-item-container:hover[b-ljt8fybtp9] {
	cursor: pointer;
}

.per-day-text[b-ljt8fybtp9] {
	color: rgba(113, 113, 113, 1);
}

.status-badge-container[b-ljt8fybtp9] {
	position: absolute;
	padding: 0.5rem;
	top: 0;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/InventoryListTab.razor.rz.scp.css */
.search-icon[b-mb4locj9i6] {
	width: 16px;
	height: 16px;
}

.input-group[b-mb4locj9i6] {
	position: relative;
	max-width: 420px;
	height: 40px;
	width: 100%;
}

.input-group-text[b-mb4locj9i6] {
	border-right: 0;
	background-color: var(--background-input-default);
	border-color: var(--border-divider);
	border-radius: 0.5rem 0 0 0.5rem;
}

.input-group[b-mb4locj9i6] {
	box-shadow: none;
	border-color: var(--bs-border-color);
	outline: none;
	border-radius: 0.5rem !important;
}
.form-control:focus[b-mb4locj9i6] {
	box-shadow: none;
	border-color: var(--bs-border-color);
	outline: none;
	
}
.input-group:focus-within[b-mb4locj9i6] {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--Purple-500);
	border-radius: 0.5rem !important;
	border-width: 4px !important;
}

.input-group .form-control[b-mb4locj9i6] {
	border-left: 0;
	padding-left: 0.5rem;
	font-size: 0.875rem;
	height: 40px;
	border-radius: 0 0.25rem 0.25rem 0;
	min-width: 0;
}

	.input-group .form-control[b-mb4locj9i6]::placeholder {
		color: var(--text-helper);
		font-size: 0.875rem;
	}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Label.razor.rz.scp.css */
.label[b-cdamp9xqvy] {
	font-weight: 500; 
	color: var(--title-text-color);
	display: inline-block;
}

.label-sm[b-cdamp9xqvy] { 
	font-size: 0.75rem !important;
	line-height: 1rem; 
}

.label-md[b-cdamp9xqvy] {
	font-size: 0.875rem !important;
	line-height: 1.25rem;
}

.label-lg[b-cdamp9xqvy] {
	font-size: 1rem !important;
	line-height: 1.5rem;
}

.label-disabled[b-cdamp9xqvy] { color: #9CA3AF; }


/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/LogoCarousel.razor.rz.scp.css */
@keyframes slide-b-6ou7torcnc {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.logos[b-6ou7torcnc] {
	overflow: hidden;
	padding: 10px 0;
	background: none;
	white-space: nowrap;
	position: absolute;
	bottom: 84px;
	width: 99%;
}

.logos[b-6ou7torcnc]:before,
.logos[b-6ou7torcnc]:after {
	position: absolute;
	top: 0;
	width: 250px;
	height: 100%;
	content: "";
	z-index: 2;
}


.logos:hover .logos-slide[b-6ou7torcnc] {
	animation-play-state: paused;
}

.logos-slide[b-6ou7torcnc] {
	display: inline-block;
	animation: 35s slide-b-6ou7torcnc infinite linear;
}

.logos-slide img[b-6ou7torcnc] {
	height: 50px;
	margin: 0 40px;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Modal/DialogModal.razor.rz.scp.css */
.modal[b-zl5mxm615a] {
	background-color: rgb(11, 5, 26, 0.75);
	height: 100%;
	overflow: hidden;
}

.modal-dialog[b-zl5mxm615a] {
	position:relative;
	height:100%;
	width:100%;
}

.modal-content[b-zl5mxm615a] {
	min-height: 18rem;
	width: min(24.5rem, 100%);
	padding: min(1.25rem, 4%);
	border-radius: var(--spacing-02, 0.5rem);
	border: 1px solid #F2F2F2;
	background: var(--Warm-Grey-50, #F4F4F2);
	gap: var(--spacing-06, 1.5rem);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	margin: 0;
	position: absolute;
}

.modal-buttons[b-zl5mxm615a] {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.btn-close[b-zl5mxm615a] {
	--bs-btn-close-bg: url("data:image/svg+xml,<svg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.52342 3.52144L3.50981 8.50779M3.52344 3.50781L8.50979 8.52142' stroke='%233F3F3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	--bs-btn-close-color: #000;
	opacity:1;
}

	.btn-close:hover[b-zl5mxm615a] {
		opacity: unset;
	}

	.btn-close:focus[b-zl5mxm615a] {
		box-shadow: unset;
	}

.btn-modal-info[b-zl5mxm615a] {
	box-sizing: content-box;
	width: 18px;
	height: 18px;
	padding: unset;
	background: transparent url("data:image/svg+xml,%3Csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%20%3Cpath%20d='M10.0016%2014.0128L10.0125%2010.0128M10.0234%206.0128L10.0334%206.01282M5.78802%2019.0013L14.188%2019.0242C15.8681%2019.0288%2016.7082%2019.0311%2017.3508%2018.7058C17.9161%2018.4198%2018.3763%2017.9621%2018.6655%2017.3984C18.9942%2016.7575%2018.9965%2015.9174%2019.0011%2014.2373L19.024%205.83733C19.0285%204.15718%2019.0308%203.3171%2018.7056%202.67448C18.4195%202.10921%2017.9618%201.64902%2017.3981%201.35986C16.7573%201.03113%2015.9172%201.02884%2014.2371%201.02426L5.83709%201.00137C4.15694%200.996786%203.31686%200.994496%202.67424%201.31973C2.10897%201.60581%201.64878%202.06349%201.35962%202.62719C1.03089%203.26804%201.0286%204.10811%201.02402%205.78826L1.00113%2014.1882C0.996547%2015.8684%200.994257%2016.7085%201.31949%2017.3511C1.60557%2017.9164%202.06326%2018.3765%202.62696%2018.6657C3.2678%2018.9944%204.10787%2018.9967%205.78802%2019.0013Z'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / 1em auto no-repeat;
	color: #3F3F3F;
	border:0;
}

	.btn-modal-info:hover[b-zl5mxm615a] {
		opacity: unset;
	}

section[b-zl5mxm615a] {
	margin: auto 0 0 0;
}

h5[b-zl5mxm615a] {
	margin-bottom: var(--spacing-03, 0.75rem);
	color: var(--title-text-color, #121213);
}

.action-buttons-container[b-zl5mxm615a] {
	display: flex;
	gap: var(--spacing-03, 0.75rem);
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Modal/DropDownModal.razor.rz.scp.css */
.modal[b-b0yxt2tkfe] {
	display: none;
	background-color: rgb(11, 5, 26, 0.75);
}

.modal.show[b-b0yxt2tkfe] {
	display: block;
	z-index: 9999;
}

.modal-content[b-b0yxt2tkfe] {
	border: none;
	border-radius: 1.5rem !important;
}

.modal-header[b-b0yxt2tkfe] {
	height: 5.5rem;
	background: #FFFFFF;
	align-items: center;
	padding: 1.5rem 2.5rem;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	border-bottom: 1px solid #D3D4D9;
}

.modal.modal-md .modal-body[b-b0yxt2tkfe] {
	max-height:300px;
}

.modal-body[b-b0yxt2tkfe] {
	padding: 2.5rem;
	background: #FFFFFF;
}

.modal-body.no-header[b-b0yxt2tkfe] {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}

.modal-body.no-footer[b-b0yxt2tkfe] {
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}

.modal-footer[b-b0yxt2tkfe] {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background: #FFFFFF;
	background-color: #F8F8F9;
	border-top: 1px solid #D3D4D9;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Pagination.razor.rz.scp.css */
[b-ppbcelod8p] .btn-paginated-active {
	background-color: var(--Purple-50) !important;
	color: var(--text-active) !important;
	border: 1px solid transparent !important;
}

	[b-ppbcelod8p] .btn-paginated-active:hover {
		background-color: var(--Grey-250) !important;
		color: var(--text-primary) !important;
		transition: linear 0.15s;
	}

	[b-ppbcelod8p] .btn-paginated-active:active {
		background-color: var(--Grey-250) !important;
	}


[b-ppbcelod8p] .btn-none:hover {
	background-color: var(--Grey-250) !important;
	color: var(--text-primary) !important;
	transition: linear 0.15s;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/RadioButton/RadioButtonGroupV2.razor.rz.scp.css */
.radio-button-group[b-qxi04aulgr] {
	display: flex;
}

.radio-button-group-vertical[b-qxi04aulgr] {
	flex-direction: column;
	gap: 0.5rem;
}

.radio-button-group-horizontal[b-qxi04aulgr] {
	flex-direction: row;
	gap: 1rem;
}

.radio-button-item[b-qxi04aulgr],
[b-qxi04aulgr] .radio-button-item {
	display: flex;
	align-items: start;
	gap: 1rem;
}

.form-check-input[type=radio][b-qxi04aulgr], [b-qxi04aulgr] .form-check-input[type=radio] {
	--interactive-solid-400: #007FFF;
	--borders-darker-black-100: rgba(0, 0, 0, 0.2);
	--bg-borders-disabled-black-50: rgba(0, 0, 0, 0.05);
	--radio-button-colour: var(--interactive-solid-400);
	--radio-button-border: var(--borders-darker-black-100);
	--radio-button-bg-disabled: var(--bg-borders-disabled-black-50);
	--icon-radio-button-checked: url("img/V2/RadioButton/radio-button-checked.svg");
	--icon-radio-button-checked-disabled: url("img/V2/RadioButton/radio-button-checked-disabled.svg");
	border-color: var(--radio-button-border);
	margin-top: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background-color .15s ease-in-out;
}

.form-check-label[b-qxi04aulgr],
[b-qxi04aulgr] .form-check-label {
	--label-font-colour: #555;
	font-style: normal;
	font-weight: 500;
	color: var(--label-font-colour);
}

	.form-check-label:hover[b-qxi04aulgr],
	[b-qxi04aulgr] .form-check-label:hover {
		cursor: pointer;
	}

.radio-button-sm .form-check-input[type=radio][b-qxi04aulgr], [b-qxi04aulgr] .radio-button-sm .form-check-input[type=radio] {
	--radio-border-width: 1px;
	width: 1rem;
	height: 1rem;
	background-size: auto 1rem;
	border-width: var(--radio-border-width);
}

.radio-button-sm .form-check-label[b-qxi04aulgr],
[b-qxi04aulgr] .radio-button-sm .form-check-label {
	font-size: 0.75rem;
	line-height: 1rem;
}

.radio-button-md .form-check-input[type=radio][b-qxi04aulgr],
[b-qxi04aulgr] .radio-button-md .form-check-input[type=radio] {
	--radio-border-width: 1.25px;
	width: 1.25rem;
	height: 1.25rem;
	background-size: auto 1.25rem;
	border-width: var(--radio-border-width);
}

.radio-button-md .form-check-label[b-qxi04aulgr],
[b-qxi04aulgr] .radio-button-md .form-check-label {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.radio-button-lg .form-check-input[type=radio][b-qxi04aulgr],
[b-qxi04aulgr] .radio-button-lg .form-check-input[type=radio] {
	--radio-border-width: 1.5px;
	width: 1.5rem;
	height: 1.5rem;
	background-size: auto 1.5rem;
	border-width: var(--radio-border-width);
}

.radio-button-lg .form-check-label[b-qxi04aulgr],
[b-qxi04aulgr] .radio-button-lg .form-check-label {
	font-size: 1rem;
	line-height: 1.5rem;
}

.form-check-input[type=radio]:hover:not(:disabled)[b-qxi04aulgr],
[b-qxi04aulgr] .form-check-input[type=radio]:hover:not(:disabled) {
	border-color: var(--radio-button-colour);
}

.form-check-input[type=radio]:focus[b-qxi04aulgr],
[b-qxi04aulgr] .form-check-input[type=radio]:focus {
	border-color: var(--radio-button-border);
	outline: none;
	box-shadow: 0 0 0 var(--radio-border-width) white, 0 0 0 calc(var(--radio-border-width) * 2) var(--radio-button-colour) !important;
}

	.form-check-input[type=radio]:focus:hover[b-qxi04aulgr],
	[b-qxi04aulgr] .form-check-input[type=radio]:focus:hover {
		border-color: var(--radio-button-colour);
	}

.form-check-input[type=radio]:checked[b-qxi04aulgr],
[b-qxi04aulgr] .form-check-input[type=radio]:checked {
	background-color: var(--radio-button-colour);
	border-color: var(--radio-button-colour);
	background-image: var(--icon-radio-button-checked);
}

.form-check-input[type=radio]:disabled[b-qxi04aulgr],
[b-qxi04aulgr] .form-check-input[type=radio]:disabled {
	cursor: not-allowed;
	border-color: var(--radio-button-border);
	background-color: var(--radio-button-bg-disabled);
	box-shadow: none;
}

.form-check-input[type=radio]:checked:disabled[b-qxi04aulgr],
[b-qxi04aulgr] .form-check-input[type=radio]:checked:disabled {
	background-image: var(--icon-radio-button-checked-disabled);
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Select/SelectBase.razor.rz.scp.css */
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Select/SelectBaseCss.razor.rz.scp.css */
.select-container[dropdown-scope] {
    position: relative;
    display: inline-block;
    min-width: 320px;
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-sm);
}

.select-input[dropdown-scope] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: var(--spacing-01) var(--spacing-02);
    background-color: var(--White-0);
    border: 1px solid var(--select-input-border-default);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s ease;
    font-size: var(--font-size-sm);
    line-height: 20px;
    color: var(--text-primary);
}

    .select-input:hover:not(.select-input-disabled):not(.select-input-validation-error)[dropdown-scope] {
        border-color: var(--border-hover);
        /*border-color: var(--select-input-border-hover); --blue */
    }

    .select-input:focus[dropdown-scope],
    .select-input-open[dropdown-scope] {
        outline: none;
        border-color: var(--border-focus);
    }

    .select-input:focus-visible[dropdown-scope] {
        outline: 2px solid var(--border-focus);
        outline-offset: 2px;
    }

.select-input-disabled[dropdown-scope] {
    background-color: var(--background-input-disabled);
    color: var(--text-disabled);
    border-color: var(--border-disabled);
    cursor: not-allowed;
}

/* =========================
   Validation Error Styling
   ========================= */
.select-input-validation-error[dropdown-scope] {
    border-color: var(--text-error) !important;
}

    .select-input-validation-error:focus[dropdown-scope],
    .select-input-validation-error:hover[dropdown-scope] {
        border-width: 2px;
    }

    .select-input-validation-error:focus-visible[dropdown-scope] {
        outline: 2px solid var(--text-error);
        outline-offset: 2px;
    }

/* =========================
   Input Content Layout
   ========================= */
.select-input-content[dropdown-scope] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: var(--spacing-02);
}

.select-input-text[dropdown-scope] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.select-value[dropdown-scope],
.select-input-value[dropdown-scope] {
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-placeholder[dropdown-scope],
.select-input-placeholder[dropdown-scope] {
    color: var(--select-input-text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-input-value-disabled[dropdown-scope] {
    color: var(--text-disabled);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================
   Icons
   ========================= */
.select-input-icon[dropdown-scope] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--select-input-text-secondary);
}

.select-dropdown-icon[dropdown-scope] {
    transition: transform 0.15s ease;
    width: 20px;
    height: 20px;
}

.select-dropdown-icon-open[dropdown-scope] {
    transform: rotate(180deg);
}

.select-error-icon[dropdown-scope] {
    display: flex;
    align-items: center;
    color: var(--text-error);
    margin-left: var(--spacing-02);
}

/* =========================
   Dropdown
   ========================= */
.select-dropdown[dropdown-scope] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 2px;
    min-width: 100%;
    max-width: 300px;
    background: var(--background-container);
    border: 1px solid var(--Black);
    border-radius: 0.375rem;
    box-shadow: var(--select-dropdown-shadow-custom);
    overflow: hidden;
}

/* =========================
   Dropdown Items
   ========================= */
.select-dropdown-item[dropdown-scope] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    margin: 0.25rem 0.5rem;
    font-family: 'Arbeit', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border: none;
    outline: none;
    background: transparent;
    width: calc(100% - 1rem);
    text-align: left;
    border-radius: 0.25rem;
}

    .select-dropdown-item:hover[dropdown-scope] {
        background-color: var(--Grey-100);
    }

    .select-dropdown-item:focus-visible[dropdown-scope],
    .select-dropdown-item-focused[dropdown-scope] {
        background-color: var(--Grey-150);
    }

.select-dropdown-item-selected[dropdown-scope] {
    background-color: var(--Grey-100);
}

    .select-dropdown-item-selected:hover[dropdown-scope] {
        background-color: var(--Grey-150);
    }

.select-dropdown-item-clear[dropdown-scope] {
    position: relative;
    margin-bottom: 0;
    color: var(--text-secondary);
    font-style: italic;
    background-color: transparent;
}

.select-dropdown-item-clear:hover[dropdown-scope] {
    background-color: transparent;
}

.select-dropdown-item-clear[dropdown-scope]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.5rem;
    right: -0.5rem;
    height: 1px;
    background-color: var(--border-divider);
}

.select-dropdown-item-text[dropdown-scope] {
    flex: 1;
    text-align: left;
    color: var(--text-secondary);
}

.select-dropdown-item-clear .select-dropdown-item-text[dropdown-scope] {
    color: var(--text-secondary);
}

.select-dropdown-item:not(.select-dropdown-item-clear) .select-dropdown-item-text[dropdown-scope] {
    color: var(--text-primary);
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Select/SelectDropdown.razor.rz.scp.css */
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Select/SelectIconButton.razor.rz.scp.css */
.select-icon-button-container .select-icon-button-wrapper[dropdown-scope] {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--border-bound);
    border-radius: 8px;
    background-color: var(--background-input-default);
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    min-height: 40px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.select-icon-button-container .select-icon-button-wrapper:hover[dropdown-scope] {
    border-color: var(--border-hover);
}

.select-icon-button-container .select-icon-button-wrapper:focus-within[dropdown-scope] {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px rgba(110, 51, 255, 0.1);
}

/* Ordering (kept explicit for clarity) */
.select-icon-button-wrapper-left .select-icon-button-flag-wrapper[dropdown-scope] { order: 1; }
.select-icon-button-wrapper-left .select-icon-button-prefix[dropdown-scope] { order: 2; }
.select-icon-button-wrapper-left .select-icon-button-input[dropdown-scope] { order: 3; }
.select-icon-button-wrapper-left .select-icon-button-error-overlay[dropdown-scope] { order: 4; }

.select-icon-button-wrapper-right .select-icon-button-prefix[dropdown-scope] { order: 1; }
.select-icon-button-wrapper-right .select-icon-button-input[dropdown-scope] { order: 2; }
.select-icon-button-wrapper-right .select-icon-button-error-overlay[dropdown-scope] { order: 3; }
.select-icon-button-wrapper-right .select-icon-button-flag-wrapper[dropdown-scope] { order: 4; }

div.select-icon-button-flag-wrapper[dropdown-scope] {
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: center;
    gap: 4px;
    transition: background-color 0.2s ease-in-out;
    min-width: 56px;
    background-color: var(--Grey-75);
}

.select-icon-button-flag-button[dropdown-scope] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    min-width: 56px;
    height: 100%;
    background-color: var(--Grey-75);
}

.select-icon-button-flag-button-light[dropdown-scope] {
    background-color: var(--background-draw);
}

.select-container-disabled .select-icon-button-flag-button-light[dropdown-scope] {
    background-color: var(--Grey-50);
}

.select-icon-button-wrapper-left .select-icon-button-flag-button[dropdown-scope] {
    border-right: 1px solid var(--border-divider);
    border-radius: 7px 0 0 7px;
    padding-right: 6px;
}

.select-icon-button-wrapper-left .select-icon-button-flag-button-light[dropdown-scope] {
    border-right: 0;
}

.select-icon-button-wrapper-right .select-icon-button-flag-button[dropdown-scope] {
    border-left: 1px solid var(--border-divider);
    border-radius: 0 7px 7px 0;
}

.select-icon-button-wrapper-right .select-icon-button-flag-button-light[dropdown-scope] {
    border-left: 0;
}

.select-icon-button-flag-button:hover[dropdown-scope],
.select-icon-button-flag-button:focus[dropdown-scope] {
    background-color: var(--Grey-100);
}

.select-icon-button-prefix[dropdown-scope] {
    display: flex;
    align-items: center;
    min-width: fit-content;
    padding-left: 12px;
    color: var(--text-secondary);
}

.select-icon-button-input[dropdown-scope] {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 8px 8px;
    color: var(--text-primary);
    outline: none;
    min-width: 0;
    box-shadow: none !important;
    font-size: var(--font-size-m);
}

.select-icon-button-input[dropdown-scope]::placeholder {
    color: var(--text-helper);
}

.select-icon-button-input:disabled[dropdown-scope] {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: transparent !important;
}

.select-icon-button-flag-button-disabled[dropdown-scope] {
    cursor: not-allowed;
    opacity: 0.6;
}

.select-icon-button-flag-button-open[dropdown-scope] {
    background-color: var(--Grey-150);
}

.select-icon-button-text[dropdown-scope] {
    white-space: nowrap;
    padding-right: 4px;
    color: var(--text-body);
}

.select-icon-button-flag[dropdown-scope] {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    object-fit: cover;
    margin-right: 6px;
}

.select-icon-button-flag-placeholder[dropdown-scope] {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    margin-right: 6px;
}

[dropdown-scope] .select-icon-button-dropdown-sort {
    color: var(--text-secondary);
    margin-right: 2px;
}

.select-icon-button-dropdown-arrow[dropdown-scope] {
    color: var(--text-secondary);
    transition: transform 0.2s ease-in-out;
}

.select-icon-button-dropdown-arrow-open[dropdown-scope] {
    transform: rotate(180deg);
}

.select-icon-button-right-icon[dropdown-scope] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    min-width: 44px;
}

.select-icon-button-error-icon[dropdown-scope] {
    color: var(--text-error);
    width: 18px;
    height: 18px;
    display: block;
}

.select-icon-button-error-overlay[dropdown-scope] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.select-icon-button-button-right .select-icon-button-right-icon[dropdown-scope] {
    display: none;
}

.select-container-error .select-icon-button-wrapper[dropdown-scope] {
    border-color: var(--text-error) !important;
}

.select-container-error .select-icon-button-wrapper:focus-within[dropdown-scope] {
    border-color: var(--text-error) !important;
    box-shadow: 0 0 0 3px rgba(255, 80, 81, 0.1);
}

.select-container-disabled .select-icon-button-wrapper[dropdown-scope] {
    background-color: var(--background-input-disabled);
    border-color: var(--border-disabled);
    cursor: not-allowed;
}

.select-container-disabled div.select-icon-button-flag-wrapper[dropdown-scope] {
    background-color: var(--Grey-50);
}

.select-container-disabled .select-icon-button-wrapper:hover[dropdown-scope] {
    border-color: var(--border-disabled);
}

.select-icon-button-container .select-dropdown[dropdown-scope] {
    max-width: 50%;
    min-width: 50%;
}

.select-icon-button-button-right .select-dropdown[dropdown-scope] {
    left: auto;
    right: 0;
    transform-origin: top right;
}

.select-icon-button-dropdown-item[dropdown-scope] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.select-icon-button-dropdown-icon[dropdown-scope] {
    width: 16px;
    height: 16px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.select-icon-button-wrapper .select-input-text[dropdown-scope] {
    width: 100%;
    padding: var(--spacing-02) var(--spacing-03);
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Select/SelectMultiDropdown.razor.rz.scp.css */
.select-container-multi[b-n4rptmv4m3] {
    position: relative;
    display: inline-block;
    min-width: 20rem;
    font-size: 0.875rem;
}

.select-container[b-n4rptmv4m3] {
    position: relative;
    display: inline-block;
    min-width: 320px;
    font-size: 0.875rem;
}

.select-input[b-n4rptmv4m3] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: var(--spacing-01) var(--spacing-03);
    background-color: var(--White-0);
    border: 1px solid var(--select-input-border-default);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s ease;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--text-primary);
}

    .select-input:hover:not(.select-input-disabled):not(.select-input-validation-error)[b-n4rptmv4m3] {
        border-color: var(--border-hover);
    }

.select-input:focus[b-n4rptmv4m3],
.select-input-open[b-n4rptmv4m3] {
    outline: none;
    border-color: var(--border-focus);
}

.select-input:focus-visible[b-n4rptmv4m3] {
    outline: 1px solid var(--border-focus);
}

.select-input-disabled[b-n4rptmv4m3] {
    background-color: var(--background-input-disabled);
    color: var(--text-disabled);
    border-color: var(--border-disabled);
    cursor: not-allowed;
}

.select-input-disabled:focus[b-n4rptmv4m3] {
    border-color: var(--border-disabled);
}

.select-input-validation-error[b-n4rptmv4m3] {
    border-color: var(--text-error) !important;
}

.select-input-validation-error:focus[b-n4rptmv4m3],
.select-input-validation-error:hover[b-n4rptmv4m3] {
    border-width: 2px;
}

.select-input-validation-error:focus-visible[b-n4rptmv4m3] {
    outline: 2px solid var(--text-error);
    outline-offset: 2px;
}

.select-input-content[b-n4rptmv4m3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: var(--spacing-02);
}

.select-input-text[b-n4rptmv4m3] {
    flex: 1;
    min-width: 0;
}

.select-tags[b-n4rptmv4m3] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--spacing-02);
    min-height: 1.25rem;
    transition: all 0.2s ease;
    overflow: hidden;
}

.select-tag[b-n4rptmv4m3] {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-01);
    padding: 2px var(--spacing-02);
    background-color: var(--Grey-100);
    border: 1px solid var(--Grey-200);
    border-radius: 6px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.15s ease;
    animation: tag-appear-b-n4rptmv4m3 0.15s ease-out;
    flex-shrink: 1;
    min-width: 0;
}

.select-tag-content[b-n4rptmv4m3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 9.5rem;
    min-width: 0;
}

.select-tag-icon[b-n4rptmv4m3] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px var(--White-0);
}

.select-tag:hover[b-n4rptmv4m3] {
    background-color: var(--Grey-150);
    border-color: var(--Grey-250);
}

.select-tag-text[b-n4rptmv4m3] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 8rem;
}

.select-tag-remove[b-n4rptmv4m3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    padding: 0;
    background: none;
    border: none;
    border-radius: 50%;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.select-tag-remove:hover[b-n4rptmv4m3] {
    background-color: var(--Grey-200);
    color: var(--text-primary);
}

.select-tag-remove svg[b-n4rptmv4m3] {
    width: 0.875rem;
    height: 0.875rem;
}

.select-tags-overflow[b-n4rptmv4m3] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem var(--spacing-02);
    background-color: var(--Grey-50);
    border: 1px solid var(--Grey-200);
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--text-secondary);
    margin-left: auto;
    flex-shrink: 0;
}

.select-tags-overflow span[b-n4rptmv4m3] {
    white-space: nowrap;
}

.select-tags-multirow[b-n4rptmv4m3] {
    --multirow-tag-height: 30px;
    --multirow-row-gap: 4px;
    --multirow-rows: 5;
    display: flex;
    flex-wrap: wrap;
    gap: var(--multirow-row-gap);
    width: 100%;
    height: calc((var(--multirow-tag-height) * var(--multirow-rows)) + (var(--multirow-row-gap) * (var(--multirow-rows) - 1)));
    min-height: calc((var(--multirow-tag-height) * var(--multirow-rows)) + (var(--multirow-row-gap) * (var(--multirow-rows) - 1)));
    max-height: calc((var(--multirow-tag-height) * var(--multirow-rows)) + (var(--multirow-row-gap) * (var(--multirow-rows) - 1)));
    overflow-y: auto;
    align-content: flex-start;
}

.select-tags-multirow.select-tags-empty[b-n4rptmv4m3] {
    position: relative;
}

.select-tags-multirow.select-tags-empty .select-placeholder[b-n4rptmv4m3] {
    line-height: var(--multirow-tag-height);
    opacity: 0.6;
}

.select-tags-multirow[b-n4rptmv4m3]::-webkit-scrollbar {
    width: 8px;
}

.select-tags-multirow[b-n4rptmv4m3]::-webkit-scrollbar-thumb {
    background: var(--color-scroll-thumb, rgba(0, 0, 0, 0.25));
    border-radius: 4px;
}

.select-tags-multirow .select-tag[b-n4rptmv4m3] {
    height: var(--multirow-tag-height);
    line-height: calc(var(--multirow-tag-height) - 2px);
}

.select-input-icon[b-n4rptmv4m3] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--select-input-text-secondary);
}

.select-dropdown-icon[b-n4rptmv4m3] {
    transition: transform 0.15s ease;
    width: 20px;
    height: 20px;
}

.select-dropdown-icon-open[b-n4rptmv4m3] {
    transform: rotate(180deg);
}

.select-error-icon[b-n4rptmv4m3] {
    display: flex;
    align-items: center;
    color: var(--text-error);
    margin-left: var(--spacing-02);
}

.select-dropdown[b-n4rptmv4m3] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 2px;
    min-width: 100%;
    max-width: 300px;
    background: var(--background-container);
    border: 1px solid var(--Black);
    border-radius: 0.375rem;
    box-shadow: var(--select-dropdown-shadow-custom);
    overflow: hidden;
}

.select-dropdown-multi[b-n4rptmv4m3] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 0.25rem;
    max-height: 25rem;
    overflow-y: auto;
    background-color: var(--White-0);
    border: 1px solid var(--Grey-300);
    border-radius: 0.25rem;
    box-shadow: var(--shadow-md);
    animation: dropdown-appear-b-n4rptmv4m3 0.15s ease-out;
}

.select-dropdown-item[b-n4rptmv4m3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    margin: 0.25rem 0.5rem;
    font-family: 'Arbeit', sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    border: none;
    outline: none;
    background: transparent;
    width: calc(100% - 1rem);
    text-align: left;
    border-radius: 0.25rem;
}

.select-dropdown-item:hover[b-n4rptmv4m3] {
    background-color: var(--Grey-100);
}

.select-dropdown-item:focus-visible[b-n4rptmv4m3],
.select-dropdown-item-focused[b-n4rptmv4m3] {
    background-color: var(--Grey-150);
}

.select-dropdown-item-selected[b-n4rptmv4m3] {
    background-color: var(--Grey-100);
}

.select-dropdown-item-selected:hover[b-n4rptmv4m3] {
    background-color: var(--Grey-150);
}

.select-dropdown-item[b-n4rptmv4m3]  .form-check-input {
    margin-right: var(--spacing-02);
}

.select-dropdown-item[b-n4rptmv4m3]  .form-check-label {
    flex: 1;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--text-primary);
}

/* Override label to use checkbox label colour styling inside dropdown items when they have a checkbox input (before or after) */
[b-n4rptmv4m3] :is(.checkbox-sm, .checkbox-md, .checkbox-lg, .d-flex):has(
    > .form-check-input[type="checkbox"]
) > .form-check-label {
    color: var(--text-body);
}
.select-input-disabled .select-tags[b-n4rptmv4m3] {
    opacity: 0.6;
}

.select-input-disabled .select-tag[b-n4rptmv4m3] {
    background-color: var(--background-input-disabled);
    border-color: var(--border-disabled);
    color: var(--text-disabled);
    cursor: not-allowed;
}

.select-input-disabled .select-tag-remove[b-n4rptmv4m3] {
    color: var(--text-disabled);
    cursor: not-allowed;
}

.select-input-disabled .select-tag-remove:hover[b-n4rptmv4m3] {
    background-color: transparent;
    color: var(--text-disabled);
}

@media (max-width: 768px) {
    .select-container-multi[b-n4rptmv4m3] {
        min-width: 16rem;
    }

    .select-tag-text[b-n4rptmv4m3] {
        max-width: 6rem;
    }

    .select-dropdown-multi[b-n4rptmv4m3] {
        max-height: 20rem;
    }
}

.select-input:focus-within .select-tag[b-n4rptmv4m3] {
    border-color: var(--border-focus);
}

.select-input:focus-within .select-tags-overflow[b-n4rptmv4m3] {
    border-color: var(--border-focus);
}

@keyframes tag-appear-b-n4rptmv4m3 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes dropdown-appear-b-n4rptmv4m3 {
    from {
        opacity: 0;
        transform: translateY(-0.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.select-dropdown-group-name[b-n4rptmv4m3] ,
.select-dropdown-group-name[b-n4rptmv4m3]  .checkbox-md label.form-check-label {
    line-height:1.5rem;
    font-size:1.25rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Table/AutoTable.razor.rz.scp.css */
.table-container[b-snbkuhki3z] {
	height: inherit;
	overflow-x: auto;
	display: flex;
	flex-flow: column;
}

[b-snbkuhki3z] tr {
	position: relative!important;
}

.row-click-column[b-snbkuhki3z] {
	padding: 0 !important;
	margin: 0 !important;
	width: 0;
}

.row-click-overlay[b-snbkuhki3z] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.prevent-row-click[b-snbkuhki3z],
.prevent-row-click *[b-snbkuhki3z] {
	pointer-events: auto;
	position: relative;
	z-index: 1;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Table/Components/EmptyState.razor.rz.scp.css */
.empty-table[b-82jxpiakay]  {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex: 1 1 auto;
	padding-top: var(--spacing-05);
	padding-bottom: var(--spacing-10);
}

	.empty-table[b-82jxpiakay]  .empty-table-icon {
		height: 28px;
		width: 28px;
		background: var(--Black);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
	}

		.empty-table[b-82jxpiakay]  .empty-table-icon > img {
			stroke: #FFFFFF;
		}

	.empty-table[b-82jxpiakay]  .empty-table-message h4 {
		font-family: Arbeit;
		font-weight: 600;
		font-size: 1.3125rem;
		line-height: 1.3125rem;
		text-align: center;
		vertical-align: middle;
		margin-bottom: 0;
	}

	.empty-table[b-82jxpiakay]  .empty-table-message > span.empty-table-message-detail {
		font-family: Arbeit;
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 0.75rem;
		text-align: center;
		vertical-align: middle;
	}

/*.empty-table .empty-table-action {

}*/
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Tabs/TabControl.razor.rz.scp.css */
[b-vcbp173j7v] .tab-button {
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	background-color: var(--White-0);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 150% */
	letter-spacing: -0.005rem;
	display: flex;
	align-items: center;
	border-radius: 0 !important;
}

	[b-vcbp173j7v] .tab-button:hover {
		background-color: none;
		border-bottom: 2px solid var(--Purple-500);
		color: var(--Grey-800);
	}



	[b-vcbp173j7v] .tab-button.active {
		color: var(--Purple-500)!important;
		border-bottom: 2px solid var(--Purple-500) !important;
	}

[b-vcbp173j7v] .btn-v2.btn-none:hover:not(:active) {
	color: var(--Grey-800) !important;
}


.container-fluid.tab-container[b-vcbp173j7v] {
	border-bottom: 1px solid var(--Grey-300);
	border-left: none;
}

@media (max-width: 576px) {
	[b-vcbp173j7v] .tab-button {
		border: none;
		padding: 0.5rem;
		cursor: pointer;
		background-color: var(--White-0);
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 3rem; /* 150% */
		letter-spacing: -0.005rem;
		display: flex;
		align-items: center;
	}

		[b-vcbp173j7v] .tab-button.active {
			color: var(--Purple-500);
			border-left: 2px solid var(--Purple-500) !important;
			border-bottom: none !important;
			margin-left: -14px;
			padding-left: 20px !important;
		}

	.container-fluid.tab-container[b-vcbp173j7v] {
		border-left: 2px solid var(--Grey-300);
		border-bottom: none !important;
	}
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/TextInput.razor.rz.scp.css */
[b-ae132z57qm] .form-control:focus {
	box-shadow: 0 0 0 0.1rem var(--border-focus) !important;
}

[b-ae132z57qm] .is-invalid {
	border: 1px solid #FF003F;
}

[b-ae132z57qm] .form-control.is-invalid:focus {
	box-shadow: 0 0 0 0.1rem #FF003F !important;
}

[b-ae132z57qm] .validation-message {
	color: #FF003F !important;
	font-size: 0.875rem !important;
}

.textinput-wrapper[b-ae132z57qm] {
	position: relative;
	display: flex;
	align-items: stretch;
}

.textinput-wrapper[b-ae132z57qm]  .form-control {
	flex: 1 1 auto;
	min-width: 0;
}

.textinput-wrapper[b-ae132z57qm]  .form-control.size-small {
	padding: 8px 14px !important;
}

.textinput-wrapper[b-ae132z57qm]  .form-control.size-medium {
	padding: 10px 14px !important;
}

.textinput-wrapper[b-ae132z57qm]  .form-control.size-large {
	padding: 12px 16px !important;
}

.textinput-wrapper .input-prefix[b-ae132z57qm] {
	position: absolute;
	left: 0.75rem;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	font: inherit;
	line-height: 1.5;
	color: #6c757d;
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
}

.textinput-wrapper[b-ae132z57qm]  .form-control.with-prefix {
	padding-left: 8ch !important;
}

.textinput-wrapper[b-ae132z57qm]  .form-control.with-currency {
	padding-left: 3ch !important;
}

.textinput-wrapper[b-ae132z57qm]  .form-control.multi-symbol-currency {
	padding-left: 4ch !important;
}

.visibility-icon[b-ae132z57qm] {
	position: absolute;
	right: 3.2ch;
	top: 50%;
	transform: translateY(-50%);
}

.textinput-wrapper .leading-btn[b-ae132z57qm],
.textinput-wrapper .trailing-btn[b-ae132z57qm] {
	flex: 0 0 auto;
	white-space: nowrap;
	padding: 0 .75rem;
	background: #F1F1F1;
	color: #555555 !important;
	border: 1px solid #d0d0d0;
}

.textinput-wrapper .leading-btn[b-ae132z57qm] {
	border-right: transparent;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: var(--bs-border-radius);
	border-bottom-left-radius: var(--bs-border-radius);
}

.textinput-wrapper .trailing-btn[b-ae132z57qm] {
	border-left: transparent;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: var(--bs-border-radius);
	border-bottom-right-radius: var(--bs-border-radius);
}

[b-ae132z57qm] .form-control.has-leading {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

[b-ae132z57qm] .form-control.has-trailing {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.textinput-wrapper.has-trailing-group[b-ae132z57qm] {
	border-radius: var(--bs-border-radius);
}

.textinput-wrapper.has-trailing-group:focus-within[b-ae132z57qm] {
	box-shadow: 0 0 0 0.1rem #86b7fe;
}

.textinput-wrapper.has-trailing-group[b-ae132z57qm]  .form-control:focus {
	box-shadow: none !important;
}

.textinput-wrapper.has-trailing-group .leading-btn:focus[b-ae132z57qm],
.textinput-wrapper.has-trailing-group .trailing-btn:focus[b-ae132z57qm] {
	outline: none;
	box-shadow: none;
}

.credit-card-icon[b-ae132z57qm] {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.currency-suffix[b-ae132z57qm] {
	position: absolute;
	right: 3.2ch;
	top: 50%;
	transform: translateY(-50%);
	color: #6c757d;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Tile/TileBoard.razor.rz.scp.css */
.tile-section[b-b6o9ocj8l8] {
	margin-block: 1rem 1.25rem;
}

.tile-section-title[b-b6o9ocj8l8] {
	margin: .25rem 0 .75rem;
	font-size: 1.1rem;
	font-weight: 600;
}

.tile-grid[b-b6o9ocj8l8] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: .6rem;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Tile/TileGroup.razor.rz.scp.css */
.tile-section-title[b-lu22tidbns]
{
	color:var(--Grey-950);
	font-size:20px;
	line-height:28px;
	margin:0;
}

.tile-section-subtitle[b-lu22tidbns] {
	color: var(--Grey-700);
	font-size: 14px;
	line-height: 20px;
}

.tile-container[b-lu22tidbns]{
	display:inline-block;
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Tile/TileOption.razor.rz.scp.css */
.hide-check[b-n2hpkmq4jf] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.tile[b-n2hpkmq4jf] {
	display: inline-block;
	margin: 0.5rem 1rem 0.5rem 0;
	border: 1px solid var(--Grey-500);
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
}

	.tile .tile-body[b-n2hpkmq4jf] {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 0.5rem;
		width: 252px;
		height: 118px;
		padding: 1rem;
		font-size: 18px;
	}

	.tile .tile-icon[b-n2hpkmq4jf] {
		width: 32px!important;
		height: 32px!important;
		line-height: 1;
	}

.tile .tile-text[b-n2hpkmq4jf] {
	color: var(--Grey-900);
	margin: 0;
}

.tile:hover[b-n2hpkmq4jf] {
	border: 1px solid var(--Purple-500);
}

.tile.selected[b-n2hpkmq4jf] {
	border-color: var(--Purple-500);
	background: var(--Purple-500);
}

.tile.selected .tile-text[b-n2hpkmq4jf] {
	color: white;
}

.tile .tile-icon[b-n2hpkmq4jf] {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

/* _content/Instant.PartnerPortal.UI/Components/Shared/V2/Toggle.razor.rz.scp.css */
.toggle-container[b-dyh71ej739] {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-03);
    cursor: pointer;
    user-select: none;
}

.toggle-container.placement-left[b-dyh71ej739] {
    flex-direction: row;
}

.toggle-container.placement-left .toggle-switch[b-dyh71ej739] {
    order: 1;
}

.toggle-container.placement-left .toggle-content[b-dyh71ej739] {
    order: 2;
}

.toggle-container.placement-right[b-dyh71ej739] {
    flex-direction: row;
}

.toggle-container.placement-right .toggle-switch[b-dyh71ej739] {
    order: 2;
}

.toggle-container.placement-right .toggle-content[b-dyh71ej739] {
    order: 1;
}

.toggle-container.disabled[b-dyh71ej739] {
    cursor: not-allowed;
    opacity: 0.6;
}

.toggle-content[b-dyh71ej739] {
    display: flex;
    flex-direction: column;
}

.toggle-switch[b-dyh71ej739] {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius-pill);
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    background-color: var(--Grey-300);
    border: 2px solid transparent;
}
.toggle-switch.size-small[b-dyh71ej739] {
    width: 40px;
    height: 20px;
}

.toggle-switch.size-large[b-dyh71ej739] {
    width: 52px;
    height: 28px;
}

.toggle-slider[b-dyh71ej739] {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--White-0);
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.toggle-switch.size-small .toggle-slider[b-dyh71ej739] {
    width: 16px;
    height: 16px;
}

.toggle-switch.size-large .toggle-slider[b-dyh71ej739] {
    width: 24px;
    height: 24px;
}

.toggle-switch.checked[b-dyh71ej739] {
    background-color: var(--Purple-500);
}

.toggle-switch.checked.size-small .toggle-slider[b-dyh71ej739] {
    transform: translateX(20px);
}

.toggle-switch.checked.size-large .toggle-slider[b-dyh71ej739] {
    transform: translateX(24px);
}

.toggle-switch.status-info.checked[b-dyh71ej739] {
    background-color: var(--color-info-500);
}

.toggle-switch.status-success.checked[b-dyh71ej739] {
    background-color: var(--Green-500);
}

.toggle-switch.status-error.checked[b-dyh71ej739] {
    background-color: var(--color-error-500);
}

.toggle-switch.disabled.checked[b-dyh71ej739] {
    background-color: var(--Purple-150);
}

.toggle-switch.disabled[b-dyh71ej739] {
    background-color: var(--Warm-Grey-200);
    cursor: not-allowed;
}

.toggle-switch.disabled .toggle-slider[b-dyh71ej739] {
    background-color: var(--White-0);
}

.toggle-switch:hover:not(.disabled)[b-dyh71ej739] {
    box-shadow: var(--shadow-md);
}

.toggle-switch:focus-visible[b-dyh71ej739] {
    outline: 2px solid var(--Purple-500);
    outline-offset: 2px;
}

.toggle-title[b-dyh71ej739] {
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-m);
    line-height: var(--line-height-m);
    color: var(--Grey-900);
    margin: 0;
}

.toggle-subtitle[b-dyh71ej739] {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    color: var(--Grey-600);
    margin: 0;
}

.toggle-container.disabled .toggle-title[b-dyh71ej739],
.toggle-container.disabled .toggle-subtitle[b-dyh71ej739] {
    color: var(--Grey-400);
}

.toggle-container:focus-within .toggle-switch[b-dyh71ej739] {
    outline: 2px solid var(--Purple-500);
    outline-offset: 2px;
}

.toggle-slider[b-dyh71ej739] {
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-switch:active:not(.disabled) .toggle-slider[b-dyh71ej739] {
    transform: scale(1.1);
}

.toggle-switch.checked:active:not(.disabled).size-small .toggle-slider[b-dyh71ej739] {
    transform: translateX(20px) scale(1.1);
}

.toggle-switch.checked:active:not(.disabled).size-large .toggle-slider[b-dyh71ej739] {
    transform: translateX(24px) scale(1.1);
}
/* _content/Instant.PartnerPortal.UI/Components/Shared/WizardContentContainer.razor.rz.scp.css */
#wizard-content[b-jcvgoejz5v] {
    grid-area: content;
    background-color: #F8F8F9;
    min-height: 0;
    min-width: 0;
    padding: 2.5rem 0;
}
