.cfb-browser {
	--cfb-accent: #2271b1;
	--cfb-accent-dark: #135e96;
	--cfb-border: #dcdcde;
	--cfb-muted: #646970;
	--cfb-surface: #fff;
	--cfb-soft: #f6f7f7;
	--cfb-hover: #f0f6fc;
	background: #fff;
	background: var(--cfb-surface);
	border: 1px solid #dcdcde;
	border: 1px solid var(--cfb-border);
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	color: #1d2327;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	overflow: hidden;
	width: 100%;
}

.cfb-title { margin: 0; padding: 20px 18px 0; font-size: 1.4rem; }
.cfb-toolbar { align-items: center; border-bottom: 1px solid #dcdcde; display: flex; flex-wrap: wrap; gap: 10px; padding: 14px; }
.cfb-button, .cfb-link-button, .cfb-crumb, .cfb-sort, .cfb-name-button { background: transparent; border: 0; color: inherit; cursor: pointer; font: inherit; margin: 0; padding: 0; text-align: left; }
.cfb-button { background: #fff; border: 1px solid #dcdcde; border-radius: 4px; padding: 8px 12px; }
.cfb-button:hover:not(:disabled), .cfb-button:focus { border-color: #2271b1; color: #135e96; }
.cfb-button:disabled { cursor: not-allowed; opacity: .45; }
.cfb-search-label { flex: 1 1 240px; margin-left: auto; max-width: 360px; }
.cfb-search { background: #fff; border: 1px solid #dcdcde; border-radius: 4px; color: inherit; font: inherit; min-height: 39px; padding: 8px 11px; width: 100%; }
.cfb-search:focus { border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; outline: 0; }
.cfb-breadcrumbs { align-items: center; background: #f6f7f7; border-bottom: 1px solid #dcdcde; display: flex; flex-wrap: wrap; gap: 8px; min-height: 44px; padding: 10px 14px; }
.cfb-crumb { color: #2271b1; }
.cfb-crumb:hover, .cfb-crumb:focus { color: #135e96; text-decoration: underline; }
.cfb-crumb[aria-current="page"] { color: #1d2327; font-weight: 600; }
.cfb-crumb-separator { color: #646970; }
.cfb-table-wrap { overflow-x: auto; }
.cfb-table { border: 0; border-collapse: collapse; margin: 0; min-width: 620px; width: 100%; }
.cfb-table th, .cfb-table td { border: 0; border-bottom: 1px solid #eee; padding: 12px 14px; text-align: left; vertical-align: middle; }
.cfb-table th { background: #fff; color: #646970; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.cfb-table tbody tr:hover td { background: #f0f6fc; }
.cfb-sort { color: #646970; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; }
.cfb-sort:hover, .cfb-sort:focus, .cfb-sort.is-active { color: #135e96; }
.cfb-name-button { align-items: center; display: inline-flex; font-weight: 600; gap: 10px; max-width: 100%; }
.cfb-name-button:not(.is-file):hover .cfb-name, .cfb-name-button:not(.is-file):focus .cfb-name { color: #2271b1; text-decoration: underline; }
.cfb-name-button.is-file { cursor: default; }
.cfb-icon { align-items: center; background: #eef4f8; border-radius: 6px; display: inline-flex; flex: 0 0 32px; font-size: 17px; height: 32px; justify-content: center; width: 32px; }
.cfb-name { overflow-wrap: anywhere; word-break: break-word; }
.cfb-size-badge { background: #f6f7f7; border-radius: 999px; color: #50575e; display: inline-block; font-size: 12px; padding: 3px 8px; white-space: nowrap; }
.cfb-download, .cfb-link-button { color: #2271b1; font-weight: 500; text-decoration: none; }
.cfb-download:hover, .cfb-download:focus, .cfb-link-button:hover, .cfb-link-button:focus { color: #135e96; text-decoration: underline; }
.cfb-empty { color: #646970; padding: 34px 14px !important; text-align: center !important; }
.cfb-empty.is-error, .cfb-status.is-error { color: #b32d2e; }
.cfb-footer { align-items: center; color: #646970; display: flex; font-size: 13px; justify-content: space-between; min-height: 44px; padding: 10px 14px; }
.cfb-readonly { background: #f6f7f7; border-radius: 999px; padding: 3px 8px; }
.cfb-browser.is-loading .cfb-table-wrap { opacity: .65; }
.cfb-noscript { border-top: 1px solid #dcdcde; color: #646970; margin: 0; padding: 12px 14px; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

@media (max-width: 700px) {
	.cfb-toolbar { align-items: stretch; }
	.cfb-search-label { flex-basis: 100%; margin-left: 0; max-width: none; order: 3; }
	.cfb-table { min-width: 0; }
	.cfb-col-modified, .cfb-col-size { display: none; }
	.cfb-table th, .cfb-table td { padding: 11px 10px; }
	.cfb-col-actions { white-space: nowrap; width: 1%; }
	.cfb-footer { gap: 8px; }
}


.cfb-upload-form {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cfb-upload-label {
	cursor: pointer;
}

.cfb-file-input {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.cfb-upload-submit {
	background: var(--cfb-accent);
	border-color: var(--cfb-accent);
	color: #fff;
}

.cfb-upload-submit:hover:not(:disabled),
.cfb-upload-submit:focus-visible {
	background: var(--cfb-accent-dark);
	border-color: var(--cfb-accent-dark);
	color: #fff;
}

.cfb-upload-selection {
	color: var(--cfb-muted);
	font-size: 12px;
	max-width: 180px;
}

@media (max-width: 700px) {
	.cfb-upload-form {
		flex-basis: 100%;
		order: 2;
	}
}

.cfb-upload-selection.is-error {
	color: #b32d2e;
	white-space: normal;
}
