Your IP : 18.117.162.129


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/js/ui/popupcomponentsmaker/src/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/js/ui/popupcomponentsmaker/src/style.css

.ui-popupcomponentmaker {
	position: relative;
	border-radius: var(--ui-border-radius-3xl, 20px);
	box-shadow: 0 12px 27px 0 rgba(0, 0, 0, .15);
	background: #f1f2f3;
}

.ui-popupcomponentmaker .popup-window-angly--arrow {
	overflow: hidden;
	position: relative;
	background: #f1f2f3;
}

@supports (backdrop-filter: none) {
	.ui-popupcomponentmaker {
		background: rgba(247,248,249,.88);
		backdrop-filter: blur(20px);
	}

	.ui-popupcomponentmaker .popup-window-angly--arrow {
		background: rgba(247,248,249,0.72);
		backdrop-filter: blur(20px);
		box-shadow: none;
	}
}

.ui-popupcomponentmaker__background {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: var(--ui-border-radius-3xl, 20px);;
	z-index: -1;
	pointer-events: none;
}

.ui-popupcomponentmaker__background:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: .75;
}

.ui-popupcomponentmaker__background:after {
	content: '';
	background-size: cover;
	filter: blur(48px);
	background-repeat: no-repeat;
	background-position: -240px -200px;
	transform: scale(1.2);
	background-attachment: fixed;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -240px;
	width: 100vw;
	z-index: -2;
}

.ui-popupcomponentmaker__content {
	display: block;
}

.ui-popupcomponentmaker__content--section {
	display: flex;
	margin-bottom: var(--ui-space-stack-sm);
}

.ui-popupcomponentmaker__content--section:last-child {
	margin-bottom: 0;
}

.ui-popupcomponentmaker__content--section-item {
	flex: 1;
	position: relative;
	margin-right: var(--ui-space-inline-sm);
	background: #fff;
	transform: translateY(0);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
	border-radius: var(--ui-border-radius-lg);
	max-width: 100%;
	transition: .2s;
}

.ui-popupcomponentmaker__content--section-item.--secondary {
	background: rgba(255, 255, 255, 0.75);
}

.ui-popupcomponentmaker__content--section-item.--secondary:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.13);
	background: #fff;
}

.ui-popupcomponentmaker__content--section-item:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.13);
}

.ui-popupcomponentmaker__content--section-item.--block {
	flex: none;
	display: block;
}

.ui-popupcomponentmaker__content--section-item.--flex-column .ui-popupcomponentmaker__content--section-item {
	margin-right: 0;
	margin-bottom: var(--ui-space-stack-sm, 12px);
}

.ui-popupcomponentmaker__content--section-item.--transparent:hover {
	transform: translateY(0);
	box-shadow: none;
}

.ui-popupcomponentmaker__content--section-item.--flex-column .ui-popupcomponentmaker__content--section-item:last-child {
	margin-bottom: 0;
}

.ui-popupcomponentmaker__content--section-item.--flex-column {
	display: flex;
	flex-direction: column;
}

.ui-popupcomponentmaker__content--section-item.--transparent {
	background: none;
	box-shadow: none;
}

.ui-popupcomponentmaker__content--section-item.--overflow-hidden {
	overflow: hidden;
}

.ui-popupcomponentmaker__content--section-item.--disabled {
	pointer-events: none;
}

.ui-popupcomponentmaker__content--section-item.--awaiting {
	min-height: 70px;
}

.ui-popupcomponentmaker__content--section-item:last-child {
	margin-right: 0;
}

.ui-popupcomponentmaker__content--section-item.--transparent {
	background: none;
	box-shadow: none;
}

/* buttons */

.ui-popupcomponentmaker__btn,
.ui-qr-popupcomponentmaker__btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: var(--ui-size-lg);
	padding: 0 var(--ui-space-inset-sm);
	border: 1px solid transparent;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	color: var(--ui-color-text-secondary);
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-size: var(--ui-font-size-4xs);
	font-weight: var(--ui-font-weight-semi-bold);
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.18);
	border-radius: var(--ui-border-radius-xl);
	text-decoration: none;
	white-space: nowrap;
	user-select: none;
	cursor: pointer;
	transition: .2s;
}

.ui-popupcomponentmaker__btn.--large,
.ui-qr-popupcomponentmaker__btn.--large {
	height: var(--ui-size-2xl);
	padding: 0 var(--ui-space-inset-md);
	border-radius: var(--ui-border-radius-xl);
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-size: var(--ui-font-size-xs);
	font-weight: var(--ui-font-weight-semi-bold);
}

.ui-popupcomponentmaker__btn.--border,
.ui-qr-popupcomponentmaker__btn.--border {
	background: rgba(255,255,255,.3);
	border: 1px solid rgba(31,130,232,.3);
	box-shadow: none !important;
	padding: 0 11px;
}

.ui-qr-popupcomponentmaker__btn.--vertical {
	padding: 17px 11px;
	text-align: center;
	font-size: var(--ui-font-size-3xs);
	font-weight: normal;
	border-radius: var(--ui-border-radius-sm);
	border-color: rgba(var(--ui-color-primary-rgb), 0.4);;
}

.ui-popupcomponentmaker__btn.--disabled,
.ui-qr-popupcomponentmaker__btn.--disabled {
	opacity: 0.4;
	pointer-events: none;
}

.ui-popupcomponentmaker__btn:hover,
.ui-qr-popupcomponentmaker__btn:hover {
	border-color: rgba(31,130,232,.6);
	color: var(--ui-color-text-secondary);
	box-shadow: 0 1px 2px rgba(0,0,0,.08);;
}

.ui-popupcomponentmaker__btn.--success,
.ui-qr-popupcomponentmaker__btn.--success {
	background: rgba(179,230,0,.7);
	box-shadow: none;
	border: none !important;
}

.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--success,
.ui-popupcomponentmaker__content--section-item:hover .ui-qr-popupcomponentmaker__btn.--success {
	background: rgba(179,230,0,.5);
}

.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--success:hover,
.ui-popupcomponentmaker__content--section-item:hover .ui-qr-popupcomponentmaker__btn.--success:hover {
	background: rgba(179,230,0,.7);
}

.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--border,
.ui-popupcomponentmaker__content--section-item:hover .ui-qr-popupcomponentmaker__btn.--border {
	background: rgba(255,255,255,.4);
	border: 1px solid rgba(31,130,232,.4);
}

.ui-popupcomponentmaker__content--section-item:hover .ui-popupcomponentmaker__btn.--border:hover,
.ui-popupcomponentmaker__content--section-item:hover .ui-qr-popupcomponentmaker__btn.--border:hover {
	background: rgba(255,255,255,.5);
	border: 1px solid rgba(31,130,232,.5);
}