Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/landing.demo_preview/templates/.default/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/landing.demo_preview/templates/.default/style.css

label {
	margin: 0;
}

html {
	box-sizing: content-box;
}

body {
	line-height: normal;
	height: auto !important;
}

.landing-template-preview-body {
	background: #eef2f4 !important;
	padding: 20px 15px 21px 14px;
}

.preview-container {
	display: flex;
}

.preview-left {
	position: absolute;
	left: 21px;
	right: 392px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.preview-desktop {
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.34);
	padding: 11px;
	overflow: hidden;
	line-height: 0;
}

.preview-desktop.--main-page {
	background: url(./images/preview-bg-orion.png);
	background-size: cover;
}

.preview-desktop img {
	width: 100%;
	height: auto;
}

.preview-desktop-body {
	position: relative;
}

.preview-desktop-body-image {
	position: relative;
	height: calc(100vh - 140px);
	width: 100%;
	border: 1px rgba(0, 0, 0, .04) solid;
	transform: translateZ(0);
}

.preview-desktop-body-image::before {
	background-color: #ffffff;
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	transition: opacity 200ms ease;
}

.preview-desktop-body-image.landing-template-preview-overlay::before {
	opacity: 1;
}

.preview-desktop-body-image img {
	opacity: 0;
	transition: opacity 300ms ease;
}

.preview-desktop-body-loader-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	pointer-events: none;
}

.landing-edit-footer-fixed {
	box-shadow: 0 -2px 4px 0 #c6c9cb;
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	padding: 15px;
	background: #fff;
	text-align: center;
}

.preview-desktop-body-preview-frame {
	transition: opacity 400ms ease;
}

.landing-slider-pagetitle-wrap {
	display: none !important;
}

.bx-session-message {
	display: none;
}

.landing-template-preview-loader-text {
	color: #0063c6;
	font: 28px/34px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light, 300);
	text-align: center;
	max-width: 400px;
	position: absolute;
	top: 69%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
}

.ui-progressbar-landing-preview {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 500px;
}

.landing-template-preview-title {
	display: flex;
	align-items: center;
	font: 26px/26px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light, 300);
	margin: 0;
	word-wrap: break-word;
}

.main-color-picker-preview {
	background: #f25a8f;
}

.template-landing24  {
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 14px;
	font-weight: normal;
	-moz-osx-font-smoothing: grayscale
}

.cursor-pointer {
	cursor: pointer;
}

input {
	outline: none;
}
.main-color-picker-custom-input {
	height: 100%;
	margin-top: 0 !important;
}

/* new-preview-mod */

.preview-desktop.--main-page {
	display: grid;
	grid-template-columns: 63px 1fr 63px;
	grid-template-areas:
        "menu header sidebar"
        "menu content sidebar";
}

.preview-desktop.--main-page .preview-header {
	grid-area: header;
	height: 63px;
}

.preview-desktop.--main-page .preview-menu {
	grid-area: menu;
	background: url(./images/preview-left-menu.svg) no-repeat;
}

.preview-sidebar {
	grid-area: sidebar;
	background: url(./images/preview-chatbar.svg) no-repeat;
}

.bitrix24-light-theme .preview-desktop.--main-page .preview-menu,
.bitrix24-default-theme .preview-desktop.--main-page .preview-menu {
	background: url(./images/preview-left-menu-dark.svg) no-repeat;
}

.preview-desktop.--main-page .preview-desktop-body {
	grid-area: content;
}

.landing-edit-footer-fixed,
.landing-template-demo-preview-header {
	display: none;
}

.landing-template-preview-body {
	padding: 0;
}

.landing-template-preview-body .preview-left {
	left: 0;
	right: 0;
}

.landing-template-preview-body .preview-left .preview-desktop {
	padding: 0;
	box-shadow: none;
}

.landing-template-preview-body .preview-left .preview-desktop .preview-desktop-body-image {
	border: none;
	height: 100%;
}

.landing-template-demo-preview-header-container {
	height: 69px;
}

.landing-template-demo-preview-header {
	display: flex;
	padding: 0;
	background: white;
	height: 67px;
	align-items: center;
	margin-bottom: 1px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 11%) !important;
}

.landing-template-demo-preview-header .right-part {
	display: flex;
	margin-left: auto;
}

.landing-template-demo-preview-header .create {
	margin-right: 16px;
	margin-left: 10px;
}

.landing-template-demo-preview-header .landing-template-demo-preview-header-title {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 600;
	cursor: default;
}

.landing-ui-panel-top-logo-text {
	position: relative;
	display: inline;
	overflow: hidden;
	max-width: 240px;
	color: #535c69;
	vertical-align: top;
}

.landing-ui-panel-top-logo-text-mainpage {
	margin-left: 5px;
}

.landing-ui-panel-top-logo-color {
	display: inline;
	color: #2fc6f7;
}

.landing-template-demo-preview-header-logo {
	display: flex;
	margin-left: 25px;
	margin-right: auto;
	padding-right: 0;
	font-size: 23px;
	cursor: default;
	align-items: center;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	vertical-align: middle;
	white-space: nowrap;
	transition: opacity .2s;
}

/* region popup preview */

.landing-popup-preview-content {
	padding: 37px 20px 24px;
}

.landing-popup-preview-title {
	font: var(--ui-font-weight-bold) 14px/20px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #333;
	text-align: center;
	margin-bottom: 25px;
}

.landing-popup-preview-qr {
	text-align: center;
	margin-bottom: 13px;
}

.landing-popup-preview-qr > div {
	display: inline-block;
}

.landing-popup-preview-text {
	font: 14px/20px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #525c69;
	text-align: center;
	padding: 0 30px 10px;
	margin-bottom: 18px;
}

.landing-popup-preview-link-container {
	text-align: center;
	margin-bottom: 25px;
}

.landing-popup-preview-link-row-container {
	padding-top: 6px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.landing-popup-preview-link-target {
	font: 14px/20px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #525c69;
	text-align: center;
	position: relative;
	margin-left: 23px;
	transition: 190ms linear all;
}

.landing-popup-preview-link-target:hover {
	text-decoration: none;
	color: #333;
}

.landing-popup-preview-link-target:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -19px;
	top: 50%;
	opacity: .5;
	margin-top: -7px;
	transition: 190ms linear all;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.912 6.34321L10.2839 8.97047C8.83335 10.4218 6.48024 10.4218 5.02947 8.97047C4.80095 8.7426 4.62218 8.48584 4.46519 8.22105L5.68633 7C5.74438 6.94147 5.81606 6.90792 5.88455 6.86841C5.96898 7.15684 6.11635 7.4299 6.34319 7.65677C7.06759 8.38175 8.24633 8.38074 8.97031 7.65677L11.5976 5.02957C12.3226 4.30468 12.3226 3.12621 11.5976 2.40188C10.8736 1.67754 9.69517 1.67754 8.97031 2.40188L8.03604 3.33715C7.27788 3.04194 6.46106 2.96257 5.6659 3.0791L7.65675 1.08832C9.10812 -0.362774 11.4606 -0.362774 12.912 1.08832C14.3627 2.53935 14.3627 4.89221 12.912 6.34321ZM5.96438 10.6633L5.02944 11.5986C4.3051 12.3226 3.12629 12.3226 2.40183 11.5986C1.67743 10.8736 1.67743 9.69515 2.40183 8.97047L5.02944 6.34321C5.75436 5.61838 6.93237 5.61838 7.65671 6.34321C7.88303 6.56959 8.03056 6.84258 8.11578 7.13065C8.18467 7.09061 8.25546 7.05808 8.31348 6.99997L9.53453 5.77942C9.37855 5.51359 9.19886 5.25775 8.97024 5.02963C7.51985 3.57853 5.16652 3.57853 3.71542 5.02963L1.08821 7.65692C-0.362737 9.10844 -0.362737 11.4606 1.08821 12.912C2.53931 14.3627 4.89208 14.3627 6.34315 12.912L8.33452 10.9208C7.53893 11.038 6.7219 10.958 5.96438 10.6633Z' fill='%23525C69'/%3E%3C/svg%3E%0A");
}

.landing-popup-preview-link-target:hover:after { opacity: 1;}

.landing-popup-preview-link-target-copy {
	font: 13px/20px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #9b9b9b;
	border-bottom: 1px dashed;
	transition: 190ms linear all;
}

.landing-popup-preview-link-target-copy:hover {
	text-decoration: none;
	color: #525c69;
}

.landing-popup-preview-link-target-container {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.landing-popup-preview-content hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

/* endregion */

.preview-left.landing-import-start:after {
	content: '';
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.landing-popup-import {
	display: none;
	position: absolute;
	width: 668px;
	height: 536px;
	left: calc(50% - 334px);
	top: calc(50% - 268px);
	background: #fff;
	box-shadow: 0 9px 18px rgb(0 0 0 / 12%);
	z-index: 100;
	border-radius: 16px;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.landing-popup-import::-webkit-scrollbar {
	display: none;
}
.landing-import-start .landing-popup-import {
	display: flex;
}
.landing-popup-import .rest-configuration-wrapper {
	height: fit-content;
	margin-top: 35px;
}

.landing-popup-import-title {
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: 300;
	line-height: 44px;
	margin-bottom: 7px;
}

.landing-popup-import-text,
.landing-popup-import-finish-text {
	text-align: center;
	font-size: 16px;
	color: #6A737F;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 20px;
}

.landing-popup-import-finish-button {
	margin-bottom: 20px;
}

.landing-popup-import-finish-button a {
	display: flex;
	width: fit-content;
	margin: auto;
}

.right-part .ui-btn-disabled {
	cursor: default !important
}

.landing-popup-import .rest-configuration {
	min-height: fit-content;
}

.landing-popup-import .rest-configuration-title {
	margin-bottom: 10px;
}

.landing-popup-import-repeat {
	display: flex;
	flex-direction: column;
	margin: auto auto 100px;
}

.landing-popup-import-repeat.hide {
	display: none;
}

.landing-popup-import-repeat-button {
	width: fit-content;
	min-width: 150px;
	margin: auto;
}

.landing-popup-import-repeat-text {
	text-align: center;
	padding-bottom: 15px;
}

.preview-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.preview-header-right {
	width: 439px;
	height: 63px;
	background: url(./images/preview-head-bar.svg) no-repeat;
}

.preview-header-balloon {
	width: 220px;
	height: 30px;
	border-radius: var(--ui-border-radius-2xl);
	background: var(--ui-color-background-primary);
}

.bitrix24-light-theme .preview-header-right,
.bitrix24-default-theme .preview-header-right {
	background: url(./images/preview-head-bar-dark.svg) no-repeat;
}

.bitrix24-light-theme .preview-header-balloon,
.bitrix24-default-theme .preview-header-balloon {
	background: rgba(var(--ui-color-palette-gray-80-rgb), var(--ui-opacity-60));
}

.landing-template-preview-create-popup .popup-window-titlebar-text,
.landing-template-preview-create-popup .popup-window-content {
	color: #535c69;
}