.detailItem{width:100%;background-color:#fff;overflow:hidden;box-sizing:border-box;line-height:1.5;font-size:14px;display:flex;flex-direction:column;padding:1px}.detailItem .label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;flex:0 0 30%;color:#999;font-size:inherit;line-height:inherit;text-align:right;padding:0 5px;align-self:center;display:flex}.detailItem .label-child{overflow:hidden;text-overflow:ellipsis}.detailItem .borderTop{width:100%}.detailItem .borderTop .editor{box-shadow:none}.detailItem .borderTopLabel{display:flex;padding:0px 6px;line-height:normal}.detailItem .left{justify-content:left;text-align:left}.detailItem .left.borderTopLabel{margin-left:16px}.detailItem .right{justify-content:right;text-align:right}.detailItem .right.borderTopLabel{margin-right:16px}.detailItem .center{justify-content:center;text-align:center}.detailItem .nowrap{white-space:nowrap}.detailItem .autowidth{flex-basis:initial}.detailItem .editor{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;flex:1 1 70%;min-width:30px;font-size:inherit;position:relative;box-shadow:inset 0 0 3px rgba(0,0,0,.1);border-radius:2px;overflow:hidden}.detailItem .editor .imageButton{display:flex;cursor:pointer;overflow:hidden;padding:0 5px;align-items:center;justify-content:center}.detailItem .editor .imageButton img{width:24px;height:24px}.detailItem .editor .imageButton:hover{background-color:rgba(0,0,0,.25)}.detailItem .editor .exclamation{position:absolute;right:0px;top:0px;cursor:pointer;font-size:20px;color:#fff;background:red}.detailItem .editor input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:0px;background-color:rgba(0,0,0,0);padding:5px;font:inherit;line-height:inherit}.detailItem .editor input[type=password]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:0px;background-color:rgba(0,0,0,0);padding:5px;font:inherit;line-height:inherit}.detailItem .editor input[type=number]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:0px;background-color:rgba(0,0,0,0);padding:5px;font:inherit;line-height:inherit}.detailItem .editor textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:0px;background-color:rgba(0,0,0,0);padding:5px;font:inherit;line-height:inherit}.detailItem .editor .link{padding:5px;min-height:1.5em}.detailItem .editor .buttonItemText{padding:5px;min-height:1.5em}.detailItem .editor span.button{float:right;font-size:20px;cursor:pointer;padding-right:5px;padding-left:5px}.detailItem .editor span.numeric{padding:5px}.detailItem .editor span.removeLinkPart{cursor:pointer;font-weight:bold}.detailItem .editor .button{position:absolute}.detailItem .editor .radioButton{flex:1 1 1px;padding:0px 5px;border:solid 1px #000;border-left-width:0px;cursor:pointer;min-width:1px;overflow:hidden;text-overflow:ellipsis}.detailItem .editor .radioButton:hover{opacity:50%}.detailItem .editor .radioButton:first-child{border-left-width:1px;border-top-left-radius:5px;border-bottom-left-radius:5px}.detailItem .editor .radioButton:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.detailItem .editor .radioButton.selected{background:#000;color:#fff}.detailItem .editor.linkItem{display:flex;align-items:center}.detailItem .editor.linkItem .link{display:block;flex-grow:1;padding:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-decoration:underline}.detailItem .editor.linkItem .link .linkLabel{text-decoration:underline;color:inherit}.detailItem .editor.linkItem .link .linkLabel:hover{cursor:pointer;opacity:.75}.detailItem .editor.linkItem .linkList{white-space:normal}.detailItem .editor.linkItem span.linkList>.linkLabel:not(:last-child){margin-right:4px}.detailItem .editor.linkItem span.button{position:relative;display:block;float:none;flex-shrink:0}.detailItem .editor.invalid{background:#ffb0b0}.detailItem .editor.hasImage input[type=text]{padding-right:30px}.detailItem .editor.hasImage textarea{padding-right:30px}.detailItem .editor.buttonItem:hover{cursor:pointer;background-color:rgba(0,0,0,.1)}.detailItem .editor.buttonItem .buttonItemText{overflow:hidden;white-space:nowrap}.detailItem .inlineLinkItemPopup{position:relative;height:250px;line-height:normal;border:solid 1px #333}.detailItem .inlineLinkItemPopup .view.advancedList{box-shadow:none}.detailItem .inlineLinkItemPopup .searchBoxContainer{padding:5px;padding-bottom:15px}.detailItem .inlineLinkItemPopup.advancedList .editor input{font-size:inherit}.detailItem .textEditor{display:grid;grid-template-columns:auto min-content}.detailItem .detailItemLabelHidden{flex-direction:column}.detailItem .detailItemLabelTop{flex-direction:column}.detailItem .detailItemLabelTop .label{align-self:stretch}.detailItem .detailItemLabelRight{flex-direction:column-reverse}.detailItem .detailItemGrid .buttonItemText{padding:0px}.detailItem .detailItemGrid{padding:0px;border:none;background-color:rgba(0,0,0,0)}.detailItem select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:0px;background-color:rgba(0,0,0,0);padding:5px;font:inherit;line-height:inherit}.detailItem .popup{position:absolute;position:absolute}.detailItem .textEditor::after{content:attr(data-replicated-value) " ";white-space:pre-wrap;visibility:hidden;padding:5px;line-height:inherit;font:inherit;grid-area:1/1/2/2;min-width:1px;overflow-wrap:break-word}.detailItem .textEditor>textarea{resize:none;overflow:hidden;padding:5px;line-height:inherit;font:inherit;grid-area:1/1/2/2;min-width:1px;overflow-wrap:break-word}.detailItem .textEditor>input[type=text]{padding:5px;line-height:inherit;font:inherit;grid-area:1/1/2/2;min-width:1px;overflow-wrap:break-word}.detailItem .textEditor>input[type=password]{padding:5px;line-height:inherit;font:inherit;grid-area:1/1/2/2;min-width:1px;overflow-wrap:break-word}.detailItem .separator{border:none;min-height:10px}
.detailItemCheckBoxEditor .switch{position:relative;display:inline-block;width:44px;height:20px}.detailItemCheckBoxEditor .switch input{opacity:0;width:0;height:0}.detailItemCheckBoxEditor .switch input:checked+.slider{border:0}.detailItemCheckBoxEditor .switch input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);background-color:#fff;top:5px}.detailItemCheckBoxEditor .switch input:checked:disabled+.slider{background-color:gray}.detailItemCheckBoxEditor .switch input:checked:disabled+.slider:before{background-color:#fff}.detailItemCheckBoxEditor .switch input:disabled+.slider:before{background-color:gray}.detailItemCheckBoxEditor .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff;border:solid 2px #000;-webkit-transition:.4s;transition:.4s}.detailItemCheckBoxEditor .switch .slider:before{position:absolute;content:"";height:10px;width:10px;left:3px;top:3px;background-color:#000;-webkit-transition:.4s;transition:.4s}.detailItemCheckBoxEditor .switch .slider.round{border-radius:20px}.detailItemCheckBoxEditor .switch .slider.round:before{border-radius:50%}
.detailItemComboBoxEditor .select2.select2-container.select2-container--resco{width:100% !important;height:100%;display:block;overflow:hidden}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-selection__rendered{padding:5px;padding-right:23px}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco span{outline:none}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-results__option[aria-selected=true]{background-color:#a6d8ff}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-results__option.select2-results__option--highlighted{background-color:#eaeaea}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-results__option.select2-results__option--highlighted[aria-selected=true]{background-color:#85c1ef}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-dropdown{border-radius:0px;border:2px solid #000}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-dropdown.select2-dropdown--above{border-radius:0px;border:2px solid #000}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-dropdown.select2-dropdown--below{border-radius:0px;border:2px solid #000}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-selection{background-color:rgba(0,0,0,0);border:none;padding:0px}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-selection--single .select2-selection__arrow{position:absolute;width:25px;height:calc(100% - 2px);top:1px;right:1px;justify-content:center;align-items:center;display:flex}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-selection--single .select2-selection__arrow b:after{margin:0 5px;font-size:24px;font-weight:normal;line-height:1;content:""}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-results__options{overflow-y:auto}.detailItemComboBoxEditor .select2.select2-container.select2-container--resco .select2-results__option{display:flex;align-items:center;min-height:28px;padding:0px 5px 0px 5px}.detailItemComboBoxEditor .select2.select2-container .select2-selection--single{height:auto !important;min-height:calc(1.5em + 10px)}.detailItemComboBoxEditor .select2-container--disabled .select2-selection__arrow{visibility:collapse}.detailItemComboBoxEditor .arrow-down-text{margin:0 5px;font-size:24px;font-weight:normal;line-height:1;content:""}.detailItemComboBoxEditor .segmented-buttons-wrapper{display:flex;width:100%;justify-content:space-evenly;align-items:center}.detailItemComboBoxEditor .segmented-buttons-wrapper .segmented-button{display:flex;flex-grow:1;column-gap:16px;align-items:center;justify-items:center;width:100%;padding-left:16px;padding-top:10px;padding-bottom:10px}.detailItemComboBoxEditor .segmented-buttons-wrapper .segmented-button .value-wrapper{display:flex;align-items:center;column-gap:16px}.detailItemComboBoxEditor .segmented-buttons-wrapper .segmented-button .icon{max-width:48px;max-height:48px}.detailItemComboBoxEditor .segmented-buttons-wrapper .segmented-button .tick-mark{width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:center}.detailItemComboBoxEditor .segmented-buttons-wrapper .segmented-button.selected{background-color:#e6f2ff}
templated-item .cell .image {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

templated-item .cell div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

templated-item .highlight {
	background-color: yellow;
}

templated-item .item {
	position: relative;
	overflow: hidden;
}

templated-item .cell {
	position: absolute;
	overflow: hidden;
	display: flex;
}

.detailItemGrid{display:-ms-grid;display:grid}
.messageBox{height:100%;max-width:100%;display:flex;flex-direction:column;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.messageBox .title{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:5px;text-align:center;overflow:auto;flex-shrink:0}.messageBox .title>div{min-height:1em}.messageBox .buttonsArea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;overflow:auto}.messageBox .separator{border-bottom:1px solid gray;margin-left:8px;margin-right:8px}.messageBox .button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;text-align:left;cursor:pointer;box-shadow:0px .5px 0px #ddd}.messageBox .default{flex-shrink:0;border-bottom:solid 0px}
.searchBox{padding:5px;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0px;flex:1 1 33%;margin:0px 1px;min-width:20px}
.view.advancedList{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;visibility:visible;height:100%;position:absolute;top:0px;width:100%}.view.advancedList.iPad{-webkit-overflow-scrolling:touch}.view.advancedList.hidden{display:none !important}.view.advancedList .listContent{position:relative;overflow:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto}.view.advancedList .rowsContainer{border-width:0px;box-sizing:border-box;overflow:hidden;position:relative}.view.advancedList .rowsContainer.horizontal{border-right:solid 1px silver;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.view.advancedList .rowsContainer.alHasSeparator{border-bottom:solid 1px red}.view.advancedList .alRow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:relative}.view.advancedList .alRow .alCell{position:absolute;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:flex}.view.advancedList .alRow .alCell .alTextCellContent{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;min-width:1px}.view.advancedList .alRow .alImageCell{background-repeat:no-repeat;background-position:50% 50%;background-origin:content-box}.view.advancedList .alRow .alEditTextCell{position:absolute}.view.advancedList .alRow .alEditComboCell{position:absolute}.view.advancedList .alRow .buttonCell{cursor:pointer;align-items:center;justify-content:center}.view.advancedList .listRows.alHorizontal{overflow-y:hidden}.view.advancedList .alRow.alListRow{background:#eee;overflow:hidden}.view.advancedList .alRow.alListRow .alInnerRow{border-right:solid 1px silver}.view.advancedList .searchBoxContainer{width:100%;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;flex-shrink:0}.view.advancedList .searchBoxContainer .searchButton{padding:5px;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0px;flex:1 1 33%;text-align:center;cursor:pointer;overflow:hidden;margin:0px 1px;display:flex;justify-content:center;align-items:center}.view.advancedList .searchBoxContainer .searchButton>img{height:100%}.view.advancedList .searchBoxContainer .searchButton>.label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.view.advancedList .searchBoxContainer+.emptyListTextTable{height:calc(100% - 40px)}.view.advancedList .listHeader{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0px}.view.advancedList .listFooter{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0px;position:relative;overflow:hidden;flex-shrink:0}.view.advancedList .emptyListTextTable{position:absolute;width:100%;height:100%;margin:0px;padding:0px;border:0px}.view.advancedList .emptyListTextTable td{text-align:center;vertical-align:middle}.view.advancedList .emptyListText{text-align:center;font-size:12px;text-decoration:underline;cursor:pointer}.view.advancedList input.searchBox::placeholder{text-align:center}
.linkItemPopup{width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.linkItemPopup>.editor{flex:0 0 auto;width:100%;line-height:1.5em;box-sizing:border-box}.linkItemPopup>.list{flex:1 1 auto;width:100%;position:relative;box-sizing:border-box}.linkItemPopup>.list .listRows{height:100%}.linkItemPopup .editor.linkItem{display:flex;align-items:center}.linkItemPopup .editor.linkItem .link{display:block;flex-grow:1;padding:5px}.linkItemPopup .editor.linkItem .link .linkLabel{text-decoration:underline;color:inherit}.linkItemPopup .editor.linkItem .link .linkLabel:hover{cursor:pointer;opacity:.75}.linkItemPopup .editor.linkItem .linkList{white-space:normal}.linkItemPopup .editor.linkItem span.linkList>.linkLabel:not(:last-child){margin-right:4px}.linkItemPopup .editor.linkItem span.button{position:relative;display:block;float:none;flex-shrink:0}.linkItemPopup .editor span.button{float:right;font-size:20px;cursor:pointer;padding-right:5px;padding-left:5px}.linkItemPopup .editor span.removeLinkPart{cursor:pointer;font-weight:bold}.linkItemPopup .editor .button{position:absolute}.linkItemPopup .arrow-up{width:25px;height:25px;margin-top:5px;background-repeat:no-repeat}
.view.detailView{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;visibility:visible;height:100%;position:absolute;top:0px;width:100%}.view.detailView.hidden{display:none !important}.view.detailView ::-webkit-input-placeholder{color:silver}.view.detailView ::-moz-placeholder{color:silver}.view.detailView :-ms-input-placeholder{color:silver}.view.detailView :-moz-placeholder{color:silver}
.dialogOuterArea{position:absolute;left:0px;top:0px;width:100%;height:100%;z-index:1000}.dialogOuterArea.dim{background:#555;z-index:auto}.dialogOuterArea .dialog{position:absolute;background:#fff;overflow:auto;box-shadow:0px 3px 10px rgba(0,0,0,.2)}.dialogOuterArea .dialog .baseform{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:solid 1px #000}.dialogOuterArea .dialog .baseform .content{border-width:0px}.dialogOuterArea .footer{border-width:0px}
.chat-wrapper{height:100%;padding:30px;box-sizing:border-box}body,html{width:100%;height:100%}
.imageGallery .images{display:grid;grid-template-columns:repeat(auto-fit, 110px);grid-auto-rows:110px;gap:10px;row-gap:10px}.imageGallery .image{display:flex;position:relative;align-items:center;justify-content:center}.imageGallery .image__create{border:3px dashed #d6d6d6}.imageGallery .image:hover{background-color:rgba(0,0,0,.1)}.imageGallery .image img.cover{width:100%;height:100%;object-fit:cover}.imageGallery .image img.contain{max-width:100%;max-height:100%;object-fit:contain}.imageGallery .image__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}.imageGallery .button{cursor:pointer}.imageGallery .icon{background-repeat:no-repeat;background-position:center;padding:22.5px}.imageGallery .icon__delete,.imageGallery .icon__sort{color:#fff;font-size:large;font-weight:bold}.imageGallery .icon__create{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAABHNCSVQICAgIfAhkiAAABDNJREFUWEfVmV9IU1Ecx+9FW0arlNgsKfWhIvQhkFDxJSUwkWJMp6sXQ3rJF9NerKcMgiLI9KmklxA15/zTIsGEQoKRRmA9KPUSmiG1Fa5stjl1fX/DO5xuu+du9+Q8cNjuPef3O5/zu7/zO/9EIc7U0dGxOyUlpdTv9xdCVbYoiofxS/kQ8lfkWZTN4ncaZWMej2ekpqbGHU+zYizCAwMD+pWVFTNgzkK+VKkOyL1AB54nJyf3VlRUOJTKK4IeHBxM9fl8jWjkKrJWaWNh6i+gAy34UvcMBsMCqz4m6N7e3l1QeAW5CTmVVbmCek7A34L1H1VXV/+Vk5OFBnAmFD6DwhNyylQon0hKSjJWVlbORNMVFdpisZQA1goF+1UAYlXxExXPweJvIglEhIaFL0GoHTmJtTUV6y3BWPVVVVXU/qYUFtpqtRatrq6OQnCHiiCKVMElfRAoMZvN9o2Cm6D7+vqOApgq6hS1wqeyEz6eBx+neB9MIdA2m20Pgv87WPgYH4aYtE643e6i2tpajyQdAg0/bkUBhbZES20YmA2boAF8AC8/I1NMjitlZGQI+fn5gt1uF5xOZ1y61oQpdh8E+C96DlpaTSvn5uYKOTk5wtTUlDA5OakGtICBeRODsjkIraaVSSkPaKh1IWeTtQOWBvQ1/NxWxST8oAUEiEbE7lYJehRtnUp0aFodwkXKRApzXq/3B4A1iQ4NviUknYjZ7zx68EQtYI4+HUCEi1wQ1YwaUsc5DURJfRtBP8WTYbtYGpw2gh7Dn4JtBD1O0NMAzmKB1ul0AmW5pNfrA/VoNnQ45LeALpdLmJubk1Mrlc8QNC1EdrJIIEayVFNcZ3FxURgaGmKV84rYnXzDiExnkSDrkRXlkvRFyNIsa4/5+XlmSyPSfSfo92rv/3hGD0B/IOhhQJ+Rs56Scp7QgegB6MeAvqgESq4uT2hYup2gLwP6gRyIknLO0HUUPWjxT/FG9gyEFZwjtH95efmgtMpTdYLhCD2O9XTh9l1Pd3d3p+ME8xM+/z5WF4hWj4elMQB/Y+wdgaWdQT/GgGzGyxuJCg2u6wC+Q3xB6M7Ozr0ajYasTQMzrsRhN+7QarWZ5eXl3hBoesCGoAGf4X5cxByEwVSHbdZDSXVImEMh7WReobCYQ9sxqQTTa7hFMVzXHxaaXtLVBGLhW/xlWq7GRMIu9AVVT9LgWy8SdkLp6enJo0udrT41xeFjgclkmtjYx4izII/pnd3AAp0ohfixrKWlCvDv0xC24Pm/3gTgC5ux4XgZqZOy643+/v4sXL8NQ8FxJZaKse5HuERZXHcuUsN0uwWL1+O5CVZIixEompgLeu+ijVZVbrfWt9TV1ZWG6Z7AqQNxHwlDxx+aFzCptRiNRjpgZEqy7hFOy9py1kQ3tjHuekboxhauYOF+YxuuA1txN/4PVVsJ0NodXUoAAAAASUVORK5CYII=)}
.guide-player{background-color:#eff2f9;width:100%;max-width:600px}.guide-player__image-container{display:flex;align-items:center;justify-content:center;overflow:hidden}.guide-player__image-container .annotation-image__placeholder{fill:#fff;transform:scale(2)}.guide-player__image-container .loading-wheel{transform:scale(0.5);opacity:.4}.guide-player__author-image{-webkit-transform:translate3d(0, 0, 0);display:inline-block;height:3.2em;width:3.2em;min-width:3.2em;min-height:3.2em;border-radius:50%;overflow:hidden}.guide-player__author-content{display:flex;align-items:center;margin-bottom:1.6em}.guide-player__author-name{font-weight:600}.guide-player__autohor-label{color:#7f86a0}.guide-player__author-text-content{display:flex;flex-direction:column;margin-left:.8em}.guide-player__information{padding:3.2em 1.6em;background-color:#2a3344;color:#fff}.guide-player__information>h2{margin-bottom:.6em;color:#eff2f9;font-size:1.5em;line-height:130%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.guide-player__information>h1{margin-bottom:.57em;font-size:2.8em;line-height:120%;word-break:break-word}.guide-player__information>span{display:flex;align-items:center;height:1.15em;color:#7f86a0;font-size:1.3em;line-height:100%}.guide-player__information>span>div{margin-right:.4em;margin-top:.1em}.guide-player__main{padding:3.2em 1.6em;color:#2a3344}.guide-player__main>h1{margin-bottom:.84em;font-size:1.9em;line-height:120%;word-break:break-all}.guide-player__main>p{margin-bottom:2.3em;font-size:1.5em;line-height:155%;white-space:pre-wrap;word-break:break-word}
.lds-spinner{color:#000;display:inline-block;position:relative;width:80px;height:80px}.lds-spinner div{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.lds-spinner div:nth-child(1){transform:rotate(0deg);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-0.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-0.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-0.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-0.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-0.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-0.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-0.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-0.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-0.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}100%{opacity:0}}
.pdf-marker{display:flex;position:absolute;width:44px;height:24px;right:10px;top:8px;margin:2px;font-style:normal;font-weight:600;font-size:12px;line-height:120%;background:#c43f3f;border-radius:4px;text-align:center;color:#fff;justify-content:center;align-items:center;z-index:1}.image-gallery-left-nav,.image-gallery-right-nav{padding-bottom:0px;padding-top:0px}
.text-content{position:relative;margin-bottom:1.3em;margin-left:1.6em;font-size:1.5em;line-height:155%;overflow:visible}.text-content::before{content:"";display:block;position:absolute;z-index:0;left:-1.5em;top:.8em;width:.6em;height:.6em;border-radius:50%;background-color:#7f86a0}.warning-content{position:relative;word-break:normal;word-wrap:break-word;margin-top:2.2em;margin-bottom:1.3em;padding:1.3em 1.6em 1.3em;border-radius:.6em;background-color:rgba(177,50,60,.1);color:#b1323c;font-size:1.5em;line-height:125%}.warning-content::before{content:"WARNING";position:absolute;top:-1em;padding:.2em .4em;background-color:#b1323c;border-radius:.2em;color:#fff;font-size:11px}.tip-content{position:relative;word-break:normal;word-wrap:break-word;margin-top:2.2em;margin-bottom:1.3em;padding:1.3em 1.6em 1.3em;border-radius:.6em;background-color:rgba(136,50,177,.1);color:#8832b1;font-size:1.5em;line-height:125%}.tip-content::before{content:"TIP";position:absolute;top:-1em;padding:.2em .4em;background-color:#8832b1;border-radius:.2em;font-size:11px;color:#fff}
.kvfysmfp{height:100%}.guide-step-icon-wrapper{display:flex}.guide-step__sticky-header{position:sticky;top:0em;z-index:5}.guide-step__sticky-header.--mobile{top:4.8em}.guide-step__sticky-header{height:3.54em;display:flex;align-items:center;justify-content:space-between;background-color:#eff2f9;border-bottom:1px solid rgba(127,134,160,.1);color:#8832b1;font-size:1.3em;font-weight:600}.guide-step__sticky-header--icon{font-size:unset;display:inline-block;width:1.38em;height:1.38em;border-radius:50%;margin-left:.38em;margin-right:.77em}.guide-step>main{padding:1.85em 0;color:#2a3344}.guide-step>main>h1{margin-bottom:1.4em;font-size:1.7em;line-height:120%;word-break:break-word}.guide-step>main>p{margin-bottom:1.3em;font-size:1.5em;line-height:155%;white-space:pre-wrap;word-break:break-word}.guide-step__image-container{position:relative;padding-bottom:56.25%;margin-bottom:2.4em;overflow:hidden}.guide-step__image-container.full-width{padding-bottom:0}.guide-step__image-container{border-radius:.8em;background-color:rgba(127,134,160,.1)}.guide-step__image-container .annotation-image__placeholder{fill:#fff;transform:scale(1.6)}.guide-step__image-container .loading-wheel{transform:scale(0.5);opacity:.4}.guide-step .pdf-sign{display:flex;position:absolute;width:44px;height:24px;right:10px;top:8px;margin:2px;font-style:normal;font-weight:600;font-size:12px;line-height:120%;background:#c43f3f;border-radius:4px;text-align:center;color:#fff;justify-content:center;align-items:center;z-index:1}
.step-feedback{display:flex;flex-direction:column;align-items:center;height:75vh;padding:20px;border-radius:10px 10px 0 0;background-color:#fff}.step-feedback-navbar{width:100%;display:flex;justify-content:space-between;align-items:center}.step-feedback-navbar.commented{justify-content:start}.step-feedback-textarea{width:100%;border-radius:5px;padding:10px;box-sizing:border-box;margin-top:20px;resize:none}.step-feedback-button{margin-top:20px}.step-feedback-content{max-height:300px;overflow:auto}.step-feedback-paper.MuiPaper-root{background-color:rgba(0,0,0,0);max-width:600px;position:relative}.step-feedback-paper.MuiPaper-root.mobile{max-width:100vw}.step-feedback-drawer{justify-content:center;align-items:center;display:flex;top:unset}.step-feedback-close{color:#1976d2}.step-feedback.large-device{border-radius:10px;height:unset}
