Your IP : 13.58.163.18
.side-panel-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3000;
display: none;
background-color: rgba(0, 0, 0, .4);
transform: translateZ(0);
overflow: hidden;
}
.side-panel-overlay-open {
display: block;
pointer-events: auto;
}
.side-panel-overlay-opening {
pointer-events: none;
}
.side-panel-overlay-hidden {
background-color: transparent !important;
}
.side-panel-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3001;
display: block;
width: calc(100% - 300px);
background: #ebf1f4;
transform: translateX(100%);
transform-origin: 100% 50%;
}
.side-panel-overlay-opening .side-panel-container {
}
.side-panel-show-shadow.side-panel-container {
box-shadow: -5px 0 22px -5px rgba(0, 0, 0, 0.3);
}
.side-panel-fullscreen {
left: 0 !important;
top: 0 !important;
bottom: 0 !important;
right: 0 !important;
}
.side-panel-fullscreen .side-panel-container {
max-width: none !important;
width: 100% !important;
}
.side-panel-disable-scrollbar {
overflow: hidden;
}
.side-panel-labels {
display: flex;
flex-direction: column;
position: absolute;
left: 0;
top: 17px;
z-index: 1;
transform: translateX(-100%);
transition: all 300ms ease;
}
.side-panel-extra-labels {
display: flex;
flex-direction: column;
align-items: flex-end;
margin-top: 10px;
}
.side-panel-label {
display: inline-flex;
min-width: 37px;
height: 38px;
padding-right: 5px;
margin-bottom: 10px;
background: rgba(47, 198, 246, 0.95);
border-top-left-radius: 19px;
border-bottom-left-radius: 19px;
white-space: nowrap;
overflow: hidden;
transition: top 0.3s;
box-shadow: inset -6px 0 8px -10px rgba(0, 0, 0, 0.95);
z-index: 1;
cursor: pointer;
}
.side-panel-label-icon-box {
display: inline-flex;
align-items: center;
width: 34px;
height: 38px;
vertical-align: top;
border-radius: 19px;
transition: all .2s;
}
.side-panel-label-icon {
display: flex;
align-items: center;
position: relative;
width: 22px;
height: 22px;
margin-left: 9px;
border-radius: 50%;
transition: all 300ms ease;
background-repeat: no-repeat;
background-position: center;
box-sizing: content-box;
}
.side-panel-label-icon-close:before {
display: block;
content: '';
width: 12px;
height: 12px;
margin-left: 5px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3e%3cpath fill='%23FFF' fill-rule='evenodd' d='M11.381 1.746L7.138 5.988l4.248 4.249-1.151 1.152L5.986 7.14l-4.242 4.244-1.147-1.146L4.84 5.994.592 1.747 1.744.595l4.248 4.247L10.235.6z'/%3e%3c/svg%3e");
opacity: 0.85;
}
.side-panel-label-icon-minimize {
opacity: 0.5;
/*--ui-icon-set__icon-color: #878f98;*/
}
.side-panel-label:hover .side-panel-label-icon-minimize {
opacity: 1;
}
.side-panel-label-icon-new-window {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.991.065v1.67H2.17a.5.5 0 00-.492.41l-.008.09v8.651a.5.5 0 00.41.492l.09.008h8.65a.5.5 0 00.493-.41l.008-.09-.001-2.846 1.67.001v4.015a1 1 0 01-1 1H1a1 1 0 01-1-1V1.066a1 1 0 011-1h3.991zm7 0a1 1 0 011 1l-.001 3.987h-1.67V3.035l-4.39 4.39-1.28-1.28 4.409-4.41H7.998V.065h3.992z' fill='%23878F98' fill-rule='evenodd'/%3e%3c/svg%3e");
opacity: 0.6;
}
.side-panel-label-icon-copy-link {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.467 5.728c.182.183.34.38.473.59L9.674 7.584a1.91 1.91 0 00-3.015-.741l-.11.1L2.694 10.8a1.91 1.91 0 002.592 2.804l.11-.102 1.309-1.308c.703.25 1.42.257 2.149.019l-2.508 2.505a3.442 3.442 0 11-4.868-4.868l4.12-4.12a3.442 3.442 0 014.869 0zm4.426-4.425a3.442 3.442 0 010 4.868l-4.12 4.12a3.442 3.442 0 01-5.341-.59l1.265-1.265a1.91 1.91 0 003.015.741l.11-.101 3.856-3.856a1.91 1.91 0 00-2.592-2.803l-.11.102-1.31 1.308a3.232 3.232 0 00-2.148-.019l2.507-2.505a3.442 3.442 0 014.868 0z' fill='%23878F98' fill-rule='evenodd'/%3e%3c/svg%3e");
opacity: 0.6;
}
.side-panel-label-icon--hide .side-panel-label-icon-box {
opacity: 0;
margin-left: -19px;
}
.side-panel-label-icon--darken .side-panel-label-icon-box {
opacity: 0.4;
}
.side-panel-label:hover .side-panel-label-icon:before {
opacity: 1;
}
.side-panel-label:hover .side-panel-label-icon-close:after {
content: '';
display: block;
width: 24px;
height: 24px;
position: absolute;
top: -1px;
left: -1px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3e%3cpath fill='%23FFF' fill-rule='evenodd' d='M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 1.771C6.35 1.771 1.771 6.351 1.771 12c0 5.65 4.58 10.229 10.229 10.229 5.65 0 10.229-4.58 10.229-10.229 0-5.65-4.58-10.229-10.229-10.229z'/%3e%3c/svg%3e");
opacity: 0.4;
}
.side-panel-label-text {
display: inline-block;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
height: 100%;
margin-left: 2px;
margin-right: 8px;
line-height: 38px;
vertical-align: top;
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-bold, 700);
font-size: 11px;
text-transform: uppercase;
color: #fff;
overflow: hidden;
text-overflow: ellipsis;
}
.side-panel-label-text:empty {
display: none;
}
.side-panel-label-text-hidden {
display: none;
}
.side-panel-content-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
padding: 0;
z-index: 2;
}
.bx-touch .side-panel-content-container {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.side-panel-iframe {
position: relative;
z-index: 3000;
overflow: auto;
width: 100%;
height: 100%;
}
.side-panel-loader {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3200;
display: block;
opacity: 1;
background-color: #fff;
}
.template-bitrix24 .side-panel-loader {
background-color: #eef2f4;
}
/* Move these styles to .side-panel-loader when standard loaders get fixed*/
.side-panel-loader[data-loader="default-loader"] {
left: 0;
right: 0;
}
.side-panel-loader-container {
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-repeat: no-repeat;
z-index: 10;
}
.side-panel-loader.default-loader {
right: 0;
left: 0;
background-color: #fff;
}
.side-panel-loader-mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
height: 100%;
background: url(images/loader.gif) fixed repeat 0 0;
}
.side-panel-default-loader-container {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 110px;
height: 110px;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.side-panel-default-loader-circular {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-animation: side-panel-loader-rotate 2s linear infinite;
animation: side-panel-loader-rotate 2s linear infinite;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.side-panel-default-loader-path {
stroke: #bfc3c8;
stroke-width: 1.5;
stroke-dasharray: 20, 200;
stroke-dashoffset: 0;
-webkit-animation: side-panel-loader-dash 1.5s ease-in-out infinite;
animation: side-panel-loader-dash 1.5s ease-in-out infinite;
stroke-linecap: round;
}
@-webkit-keyframes side-panel-loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes side-panel-loader-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes side-panel-loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
@keyframes side-panel-loader-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
.side-panel-print {
display: none;
position: absolute;
left: -64px;
bottom: 0;
width: 64px;
height: 64px;
cursor: pointer;
}
.side-panel-print-visible {
display: block;
}
.side-panel-print:after {
display: block;
content: "";
position: absolute;
bottom: 22px;
right: 24px;
width: 16px;
height: 17px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBkPSJNMi44OTUgMy4yMjVoMTAuMTE3Yy4xNyAwIC4zMDgtLjE0LjMwOC0uMzE3Vi4zODVhLjMxMi4zMTIgMCAwIDAtLjMwOC0uMzE3SDIuODk1YS4zMTQuMzE0IDAgMCAwLS4zMDguMzE3djIuNTI2YzAgLjE3NC4xMzkuMzE0LjMwOC4zMTR6bTEyLjE3NyAxLjU3OUgxLjE1YS43NzEuNzcxIDAgMCAwLS43NzMuNzY2djUuMzY3YzAgLjQyMi4zNDcuNzY3Ljc3My43NjdoLjc3NHYzLjA2NmMwIC40MjMuMzQ3Ljc2Ny43NzMuNzY3aDEwLjgyOGEuNzcxLjc3MSAwIDAgMCAuNzc0LS43Njd2LTMuMDY2aC43NzNhLjc3MS43NzEgMCAwIDAgLjc3NC0uNzY3VjUuNTdhLjc3MS43NzEgMCAwIDAtLjc3NC0uNzY2em0tMi4zMiA5LjJIMy40N3YtMy4wNjdoOS4yOHYzLjA2N3ptLjc3My02LjEzNGEuNzcxLjc3MSAwIDAgMS0uNzczLS43NjZjMC0uNDIzLjM0Ny0uNzY3Ljc3My0uNzY3LjQyNyAwIC43NzQuMzQ0Ljc3NC43NjdhLjc3MS43NzEgMCAwIDEtLjc3NC43NjZ6IiBmaWxsPSIjRkZGIiBvcGFjaXR5PSIuNiIvPjwvc3ZnPg==);
opacity: 0.2;
transition: opacity .3s;
}
.side-panel-print-visible:after {
opacity: 0.6;
}
.side-panel-print:hover:after {
opacity: 1;
}
.side-panel-toolbar {
display: none;
position: fixed;
height: 46px;
box-sizing: border-box;
/*right: 90px;
bottom: 20px;*/
margin-right: var(--scroll-shift-width, 0);
border-radius: var(--ui-border-radius-pill);
background-color: rgba(243, 243, 243, 0.72);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
transition: background-color 200ms, right 200ms;
}
.side-panel-toolbar.--shifted {
/*right: 5px;*/
}
.side-panel-toolbar.--muted {
visibility: hidden;
backdrop-filter: none;
}
.side-panel-toolbar.--muted .side-panel-toolbar-collapse-btn,
.side-panel-toolbar.--muted .side-panel-toolbar-more-btn {
visibility: hidden;
transition: none;
opacity: 0;
}
.side-panel-toolbar:hover {
background-color: rgba(227, 227, 227, 0.72);
}
@supports (backdrop-filter: none) {
.side-panel-toolbar {
backdrop-filter: blur(9px);
}
}
.side-panel-toolbar.--show {
display: flex;
}
.side-panel-toolbar-collapse-btn {
display: inline-flex;
min-width: 42px;
height: 100%;
cursor: pointer;
align-items: center;
justify-content: center;
opacity: 0.5;
transition: opacity 200ms;
}
.side-panel-toolbar-collapse-btn:hover {
opacity: 1;
}
.side-panel-toolbar-content {
transition: width 200ms;
overflow: hidden;
white-space: nowrap;
}
.side-panel-toolbar.--collapsed .side-panel-toolbar-content {
display: none;
}
.side-panel-toolbar-items {
display: inline-flex;
overflow: hidden;
height: 100%;
vertical-align: top;
padding: 6px 6px 6px 0;
box-sizing: border-box;
}
.side-panel-toolbar-item {
display: flex;
align-items: center;
flex-shrink: 0;
background-color: #fff;
margin-right: 6px;
min-width: 120px;
max-width: 150px;
height: 100%;
border-radius: var(--ui-border-radius-xs);
font-size: var(--ui-font-size-xs);
position: relative;
}
.side-panel-toolbar-item-title {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 9px 8px;
height: 100%;
box-sizing: border-box;
color: var(--ui-color-base-70);
}
.side-panel-toolbar-item:hover .side-panel-toolbar-item-title {
color: var(--ui-color-base-90);
}
.side-panel-toolbar-item-remove-btn {
position: absolute;
right: 0;
top: 0;
width: 25px;
height: 100%;
margin-left: 8px;
cursor: pointer;
border-radius: var(--ui-border-radius-xs);
border-top-left-radius: 0;
border-bottom-left-radius: 0;
opacity: 0;
background: #fff;
transition: opacity 200ms, background 200ms;
}
.side-panel-toolbar-item-remove-btn:before {
position: absolute;
content: '';
left: -20px;
top: 0;
width: 20px;
height: 100%;
background: linear-gradient(270deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 100%);
pointer-events: none;
}
.side-panel-toolbar-item-remove-btn .ui-icon-set {
opacity: 0.5;
}
.side-panel-toolbar-item-remove-btn:hover .ui-icon-set {
opacity: 1;
}
.side-panel-toolbar-item:hover .side-panel-toolbar-item-remove-btn {
opacity: 1;
}
.side-panel-toolbar-more-btn {
display: inline-flex;
cursor: pointer;
height: 100%;
align-items: center;
justify-content: center;
opacity: 0.5;
transition: opacity 200ms;
vertical-align: top;
}
.side-panel-toolbar-more-btn:hover {
opacity: 1;
}
.side-panel-toolbar-toggle {
min-width: 52px;
height: 100%;
border-radius: 50%;
cursor: pointer;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"><path fill="%236A737F" fill-rule="evenodd" d="M7.5 11.875a1.875 1.875 0 1 0 0-3.75 1.875 1.875 0 0 0 0 3.75Zm16.133 7.147a.2.2 0 0 0-.2-.2H6.567a.2.2 0 0 0-.2.2v1.956c0 .11.09.2.2.2h16.866a.2.2 0 0 0 .2-.2v-1.956Zm0-5a.2.2 0 0 0-.2-.2H6.567a.2.2 0 0 0-.2.2v1.956c0 .11.09.2.2.2h16.866a.2.2 0 0 0 .2-.2v-1.956Zm0-5a.2.2 0 0 0-.2-.2H11.45a.2.2 0 0 0-.2.2v1.956c0 .11.09.2.2.2h11.983a.2.2 0 0 0 .2-.2V9.022Z" clip-rule="evenodd"/></svg>');
background-repeat: no-repeat;
background-position: center;
opacity: 0.5;
transition: opacity 200ms;
}
.side-panel-toolbar-toggle:hover {
opacity: 1;
}
.side-panel-toolbar-menu-item {
display: flex;
position: relative;
}
.side-panel-toolbar-menu-item-title {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.side-panel-toolbar-menu-item-remove {
display: flex;
width: 20px;
align-items: center;
cursor: pointer;
--ui-icon-set__icon-size: 100%;
opacity: 0.5;
}
.side-panel-toolbar-menu-item-remove:hover {
opacity: 1;
}
.sidepanel-toolbar-item-hint-title {
font-size: var(--ui-font-size-xl);
margin-bottom: var(--ui-space-stack-2xs);
}
.sidepanel-toolbar-item-hint-title:empty {
display: none;
}
.sidepanel-toolbar-item-hint-content {
word-break: break-word
}