You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

776 lines
73 KiB
CSS

.tooltipster-base.tooltipster-sidetip .tooltipster-content {
font-size: 14px;
padding: 8px 16px;
}
.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
display: none;
}
.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
border-width: 6px;
border-color: transparent;
}
.tooltipster-base.tooltipster-sidetip .tooltipster-box {
background: rgba(34, 34, 34, 0.95);
border: none;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background, .tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
top: 0;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow, .tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
height: 6px;
margin-left: -6px;
width: 12px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background, .tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
left: 0;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow, .tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
height: 12px;
margin-top: -6px;
width: 6px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-box {
margin-bottom: 6px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
border-top-color: rgba(34, 34, 34, 0.95);
}
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
margin-top: 6px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: rgba(34, 34, 34, 0.95);
}
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
top: -6px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-box {
margin-left: 6px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
border-right-color: rgba(34, 34, 34, 0.95);
}
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
left: -6px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-box {
margin-right: 6px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
border-left-color: rgba(34, 34, 34, 0.95);
}
.wpforms-admin-popup-container {
background-color: rgba(0, 0, 0, 0.5);
display: none;
height: 100vh;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 100100;
}
.wpforms-admin-popup {
background-color: white;
border-radius: 6px;
-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
display: block !important;
left: 50%;
max-width: 550px;
min-width: 550px;
position: absolute;
text-align: center;
top: 50%;
transform: translate(-50%, -50%);
overflow: visible;
}
.wpforms-admin-popup-content {
padding: 40px 50px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpforms-admin-popup-content h3 {
color: #444444;
font-size: 24px;
font-weight: 600;
letter-spacing: 0;
margin: 0 0 20px 0;
text-align: center;
}
.wpforms-admin-popup-content p {
color: #777777;
font-size: 16px;
letter-spacing: 0;
line-height: 22px;
margin: 0 0 15px 0;
text-align: center;
}
.wpforms-admin-popup-content p.no-gap {
margin-bottom: 0;
}
.wpforms-admin-popup-content p.secondary {
font-size: 14px;
line-height: 17px;
}
.wpforms-admin-popup-content p:last-of-type {
margin-bottom: 0;
}
.wpforms-admin-popup-content b {
font-weight: 600;
}
.wpforms-admin-popup-content select, .wpforms-admin-popup-content input[type=text] {
border: 1px solid #d6d6d6;
border-radius: 4px;
color: #777777;
font-size: 14px;
height: auto;
line-height: 21px;
padding: 8px 12px 8px 12px;
vertical-align: middle;
width: 320px;
}
.wpforms-admin-popup-content select:focus, .wpforms-admin-popup-content input[type=text]:focus {
border-color: #036aab;
}
.wpforms-admin-popup-content .choices__inner {
padding: 0;
width: 320px;
}
.wpforms-admin-popup-content input[type=text].wpforms-admin-popup-shortcode {
background: #f8f8f8;
color: #444444;
font-family: monospace;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 15px;
margin: 20px 0 0 0;
padding: 12px 22px;
text-align: center;
width: 100%;
}
.wpforms-admin-popup-content a.wpforms-admin-popup-toggle {
color: #777777;
text-decoration-line: underline;
}
.wpforms-admin-popup-content a.wpforms-admin-popup-toggle:hover, .wpforms-admin-popup-content a.wpforms-admin-popup-toggle:focus {
box-shadow: none;
color: #444444;
}
.wpforms-admin-popup-content iframe {
height: 253px;
margin: 20px 0 0 0;
width: 449px;
}
.wpforms-admin-popup-close {
color: #bbbbbb;
cursor: pointer;
display: block;
font-size: 16px !important;
line-height: 12px;
position: absolute;
right: 10px;
top: 10px;
}
.wpforms-admin-popup-close:hover {
color: #777777;
}
.wpforms-admin-popup-btn {
background-color: #e27730;
border: none;
border-radius: 4px;
box-shadow: none;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 600;
line-height: 19px;
max-width: calc( 50% - 15px);
width: calc( 50% - 15px);
overflow: hidden;
padding: 10px 20px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
}
.wpforms-admin-popup-btn:hover {
background-color: #cd6622;
}
.wpforms-admin-popup-btn .dashicons-external {
margin-left: 6px;
}
.wpforms-admin-popup-btn[data-action="go"] {
width: 120px;
}
.wpforms-admin-popup-btn:first-child {
margin-right: 10px;
}
.wpforms-admin-popup-btn:last-child {
margin-left: 10px;
}
.wpforms-admin-popup-btn:only-child {
margin-left: 0;
margin-right: 0;
}
.wpforms-admin-popup-btn:disabled {
cursor: default;
opacity: .5;
}
.wpforms-admin-popup-btn:disabled:hover {
background-color: #e27730;
}
.wpforms-admin-popup-bottom {
margin: 20px 0 0 0;
}
.wpforms-admin-popup-flex {
align-items: stretch;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#wpforms-admin-form-embed-wizard .is-flipped .choices__list--dropdown {
top: 100%;
bottom: auto;
margin-top: -1px;
margin-bottom: 0;
}
#wpforms-admin-form-embed-wizard .choices__list--single {
color: #777777;
line-height: 21px;
padding: 8px 12px 8px 12px;
vertical-align: middle;
}
#wpforms-admin-form-embed-wizard .choices__item {
color: #777777;
}
#wpforms-admin-form-embed-wizard-shortcode-wrap {
display: table;
margin: 0 auto;
}
#wpforms-admin-form-embed-wizard-shortcode {
left: 15px;
position: relative;
width: 400px;
}
#wpforms-admin-form-embed-wizard-shortcode-copy {
position: relative;
right: 25px;
top: 10px;
}
#wpforms-admin-form-embed-wizard-shortcode-copy i {
background: #ffffff;
border: 1px solid #cccccc;
border-radius: 3px;
color: #999999;
cursor: pointer;
padding: 8px;
vertical-align: middle;
}
#wpforms-admin-form-embed-wizard-shortcode-copy:hover i {
border-color: #999999;
color: #444444;
}
#wpforms-builder-help {
background-color: #ffffff;
display: block;
height: 100%;
max-height: 100vh;
opacity: 1;
overflow-y: auto;
position: fixed;
width: 100vw;
z-index: 100100;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#wpforms-builder-help * {
opacity: 1;
}
#wpforms-builder-help .wpforms-builder-help-docs {
margin: 0 0 25px 0;
}
#wpforms-builder-help .wpforms-builder-help-docs li {
margin: 0;
padding: 0 0 14px 4px;
}
#wpforms-builder-help .wpforms-builder-help-docs li i {
color: #b6b6b6;
font-size: 16px;
margin: 0 14px 0 0;
}
#wpforms-builder-help .wpforms-builder-help-docs li a {
border-bottom: 1px solid transparent;
color: #666666;
font-size: 15px;
text-decoration: none;
}
#wpforms-builder-help .wpforms-builder-help-docs li a:hover {
border-bottom: 1px solid #79c2f4;
color: #036aab;
}
#wpforms-builder-help .wpforms-builder-help-docs .viewall {
margin: 10px 0 0 0;
}
#wpforms-builder-help .wpforms-btn.wpforms-btn-md {
font-size: 15px;
font-weight: 600;
min-height: auto;
padding: 11px 17px 11px 17px;
}
#wpforms-builder-help-logo {
height: 50px;
left: 20px;
position: fixed;
top: 20px;
width: 64px;
}
#wpforms-builder-help-close {
cursor: pointer;
font-size: 32px;
height: 28px;
position: fixed;
right: 20px;
top: 20px;
width: 28px;
transition-property: all;
transition-duration: 0.05s;
transition-timing-function: ease-out;
}
#wpforms-builder-help-close svg {
height: 100% !important;
width: 100% !important;
}
#wpforms-builder-help-close svg path {
fill: #a6a6a6 !important;
}
#wpforms-builder-help-close:hover svg path {
fill: #777777 !important;
}
#wpforms-builder-help-content {
background-color: #ffffff;
margin: 0 auto 50px auto;
width: 700px;
}
#wpforms-builder-help-content #wpforms-builder-help-search {
background-color: #ffffff;
padding: 74px 0 50px 0;
position: relative;
text-align: center;
top: 0;
}
#wpforms-builder-help-content #wpforms-builder-help-search input {
background-image: none;
background-position: 22px center;
background-repeat: no-repeat;
background-size: 20px 20px;
border: 1px solid #999999;
border-radius: 25px;
color: #444444;
font-size: 20px;
letter-spacing: 0;
line-height: 20px;
min-height: 48px;
padding: 10px 10px 10px 54px;
text-align: left;
width: 700px;
}
#wpforms-builder-help-content #wpforms-builder-help-search input:focus {
border: 1px solid #036aab;
}
#wpforms-builder-help-content #wpforms-builder-help-search input::placeholder {
color: #bbbbbb;
}
#wpforms-builder-help-content #wpforms-builder-help-search #wpforms-builder-help-search-clear {
cursor: pointer;
height: 20px;
left: 22px;
opacity: .7;
position: absolute;
top: 89px;
width: 20px;
}
#wpforms-builder-help-content #wpforms-builder-help-search #wpforms-builder-help-search-clear svg {
height: 100% !important;
width: 100% !important;
}
#wpforms-builder-help-content #wpforms-builder-help-search #wpforms-builder-help-search-clear svg path {
fill: #aaaaaa !important;
}
#wpforms-builder-help-content #wpforms-builder-help-search #wpforms-builder-help-search-clear:hover {
opacity: 1;
}
#wpforms-builder-help-content #wpforms-builder-help-search.wpforms-empty #wpforms-builder-help-search-clear {
display: none;
}
#wpforms-builder-help-content #wpforms-builder-help-search.wpforms-empty input {
background-image: url("../../images/search.svg");
}
#wpforms-builder-help-content .wpforms-builder-help-error {
font-size: 16px;
font-weight: 600;
margin: 220px 0 100px 0;
text-align: center;
}
#wpforms-builder-help-result .wpforms-builder-help-docs, #wpforms-builder-help-no-result .wpforms-builder-help-docs {
margin: 0 0 36px 0;
}
#wpforms-builder-help-result span, #wpforms-builder-help-no-result span {
color: #666666;
font-size: 15px;
}
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category {
border-top: 1px solid #dddddd;
margin: 0;
}
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category:last-child {
border-bottom: 1px solid #dddddd;
}
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header {
align-items: center;
cursor: pointer;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header:hover span {
color: #036aab;
}
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header i.wpforms-folder {
color: #999999;
font-size: 21px;
margin: 23px 11px 23px 0;
}
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header i.wpforms-arrow {
color: #cccccc;
font-size: 24px;
margin-left: auto;
transition-property: transform;
transition-duration: 0.25s;
transition-timing-function: ease-out;
}
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category header span {
color: #444444;
font-size: 16px;
font-weight: 600;
}
#wpforms-builder-help-categories .wpforms-builder-help-categories-toggle .wpforms-builder-help-category.opened i.wpforms-arrow {
transform: rotate(90deg);
}
#wpforms-builder-help-footer {
align-items: center;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 50px 0 0 0;
}
#wpforms-builder-help-footer .wpforms-builder-help-footer-block {
border: 1px solid #dddddd;
border-radius: 6px;
box-sizing: border-box;
max-width: 325px;
padding: 25px;
text-align: center;
}
#wpforms-builder-help-footer .wpforms-builder-help-footer-block i {
color: #999999;
font-size: 48px;
margin: 0 0 20px 0;
}
#wpforms-builder-help-footer .wpforms-builder-help-footer-block h3 {
color: #444444;
font-size: 16px;
margin: 0 0 10px 0;
}
#wpforms-builder-help-footer .wpforms-builder-help-footer-block p {
color: #777777;
font-size: 14px;
margin: 0 0 20px 0;
}
@-webkit-keyframes rotation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@media screen and (max-width: 750px) {
#wpforms-builder-help {
display: none;
}
}
@media screen and (max-width: 1023px) {
.wpforms-dyk-row {
display: none !important;
}
}
.wpforms-dyk .wpforms-dyk-fbox {
align-content: stretch;
align-items: center;
background-color: #f1f6fa;
border-left: 4px solid #036aab;
display: flex;
font-size: 14px;
gap: 10px;
justify-content: space-between;
opacity: 1;
padding: 12px 12px 12px 20px;
transition-property: all;
transition-duration: 0.25s;
transition-timing-function: ease-out;
}
.wpforms-dyk .wpforms-dyk-fbox.out {
opacity: 0;
transform: scaleY(0);
}
.wpforms-dyk .wpforms-dyk-message b {
font-weight: 700;
}
.wpforms-dyk .wpforms-dyk-buttons {
align-items: center;
display: flex;
gap: 10px;
}
.wpforms-dyk .wpforms-dyk-buttons .learn-more {
text-decoration: underline;
}
.wpforms-dyk .wpforms-dyk-buttons .learn-more:hover {
color: #444444;
}
.wpforms-dyk .wpforms-dyk-buttons .wpforms-btn-md {
font-size: 14px;
min-height: auto;
}
.wpforms-smtp-education-notice {
background: #f0f0f0;
border-radius: 3px;
margin: 30px 0;
padding: 18px 100px 18px 20px;
position: relative;
}
.wpforms-smtp-education-notice:after {
content: '';
display: block;
width: 97px;
height: 78px;
position: absolute;
bottom: 0;
right: 0;
background-image: url("../../images/smtp/pattie-2.svg");
background-size: 100%;
z-index: 1;
}
.wpforms-smtp-education-notice-title {
font-weight: 600;
font-size: 16px;
line-height: 20px;
}
.wpforms-smtp-education-notice-description {
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #777777;
margin-top: 5px;
}
.wpforms-smtp-education-notice-description a {
color: #e27730;
font-weight: 600;
}
.wpforms-smtp-education-notice-description a:hover {
color: #cd6622;
}
.wpforms-smtp-education-notice-dismiss-button {
z-index: 2;
position: absolute;
right: 0;
top: 0;
padding: 5px;
color: #bbbbbb;
}
.wpforms-smtp-education-notice-dismiss-button:before {
content: none !important;
}
.wpforms-smtp-education-notice-dismiss-button:hover {
color: #777777;
}
@media (max-width: 1024px) {
.wpforms-smtp-education-notice {
padding: 18px 20px;
}
.wpforms-smtp-education-notice::after {
margin-top: -18px;
position: relative;
bottom: -18px;
margin-left: auto;
right: auto;
}
}
.wpforms-educational-alert.wpforms-calculations {
position: relative;
}
.wpforms-educational-alert.wpforms-calculations .wpforms-dismiss-button {
position: absolute;
right: 5px;
top: 5px;
}
.wpforms-educational-alert .wpforms-educational-badge {
font-size: 8px;
font-style: normal;
font-weight: 700;
line-height: 10px;
letter-spacing: 0.4px;
text-transform: uppercase;
text-align: center;
padding: 5px 7px;
border-radius: 3px;
background-color: #E5F6E9;
}
.wpforms-educational-alert .wpforms-educational-badge-green {
color: #30B450;
}
.wpforms-educational-alert .wpforms-educational-badge + h4 {
margin-top: 10px;
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzL2Nzcy9idWlsZGVyL2J1aWxkZXItc3Vic3lzdGVtcy5jc3MiLCJzb3VyY2VzIjpbImFzc2V0cy9zY3NzL2J1aWxkZXIvYnVpbGRlci1zdWJzeXN0ZW1zLnNjc3MiLCJhc3NldHMvc2Nzcy9idWlsZGVyL3BhcnRpYWxzL19jb21tb24uc2NzcyIsImFzc2V0cy9zY3NzL2J1aWxkZXIvcGFydGlhbHMvX2NvbG9ycy5zY3NzIiwiYXNzZXRzL3Njc3MvYnVpbGRlci9wYXJ0aWFscy9fdmFyaWFibGVzLnNjc3MiLCJhc3NldHMvc2Nzcy9idWlsZGVyL3BhcnRpYWxzL19taXhpbnMuc2NzcyIsImFzc2V0cy9zY3NzL2J1aWxkZXIvcGFydGlhbHMvX21peGlucy1idXR0b25zLnNjc3MiLCJhc3NldHMvc2Nzcy9hZG1pbi9fdG9vbHRpcHMuc2NzcyIsImFzc2V0cy9zY3NzL2J1aWxkZXIvcGFydGlhbHMvX2Zvcm0tZW1iZWQtd2l6YXJkLnNjc3MiLCJhc3NldHMvc2Nzcy9idWlsZGVyL3BhcnRpYWxzL19oZWxwLnNjc3MiLCJhc3NldHMvc2Nzcy9idWlsZGVyL3BhcnRpYWxzL19lZHVjYXRpb24uc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBGb3JtIEJ1aWxkZXIgc3R5bGVzLlxuLy9cbi8vIENvbW1vbiBzdHlsZXMuXG4vL1xuLy8gQHNpbmNlIDEuNi44XG5cbkBpbXBvcnQgJ3BhcnRpYWxzL2NvbW1vbic7XG5cbkBpbXBvcnQgJy4uL2FkbWluL3Rvb2x0aXBzJztcbkBpbXBvcnQgJ3BhcnRpYWxzL2Zvcm0tZW1iZWQtd2l6YXJkJztcbkBpbXBvcnQgJ3BhcnRpYWxzL2hlbHAnO1xuQGltcG9ydCAncGFydGlhbHMvZWR1Y2F0aW9uJztcbiIsIi8vIEZvcm0gQnVpbGRlciBzdHlsZXMuXG4vL1xuLy8gQ29tbW9uIHN0eWxlcy5cbi8vXG4vLyBAc2luY2UgMS42LjhcblxuQGltcG9ydCAnY29sb3JzJztcbkBpbXBvcnQgJ3ZhcmlhYmxlcyc7XG5AaW1wb3J0ICdtaXhpbnMnO1xuQGltcG9ydCAnbWl4aW5zLWJ1dHRvbnMnO1xuIiwiLy8gRm9ybSBCdWlsZGVyIHN0eWxlcy5cbi8vXG4vLyBDb2xvcnMuXG4vL1xuLy8gQHNpbmNlIDEuNi44XG5cbi8vIENvbG9ycyBieSBuYW1lOlxuJGNvbG9yX3doaXRlOiAgICAgICAgICAgICAgICAgICAgICAgICAgI2ZmZmZmZjtcbiRjb2xvcl9ibGFjazogICAgICAgICAgICAgICAgICAgICAgICAgICMyZDJkMmQ7XG5cbiRjb2xvcl9kYXJrX3JlZDogICAgICAgICAgICAgICAgICAgICAgICNiMzJkMmU7XG4kY29sb3JfcmVkOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAjZDYzNjM4O1xuJGNvbG9yX2JyaWdodF9yZWQ6ICAgICAgICAgICAgICAgICAgICAgI2VlNWM1YztcbiRjb2xvcl9saWdodGVzdF9yZWQ6ICAgICAgICAgICAgICAgICAgICNmY2YwZjE7XG5cbiRjb2xvcl9kYXJrX2dyZWVuOiAgICAgICAgICAgICAgICAgICAgICMwMDhhMjA7XG4kY29sb3JfZ3JlZW46ICAgICAgICAgICAgICAgICAgICAgICAgICAjMDBhMzJhO1xuJGNvbG9yX2xpZ2h0ZXN0X2dyZWVuOiAgICAgICAgICAgICAgICAgI2VkZmFlZjtcbiRjb2xvcl9kYXJrZXJfYmx1ZTogICAgICAgICAgICAgICAgICAgICMwMDUzODc7XG4kY29sb3JfZGFya19ibHVlOiAgICAgICAgICAgICAgICAgICAgICAjMjE1ZDhmO1xuJGNvbG9yX2JsdWU6ICAgICAgICAgICAgICAgICAgICAgICAgICAgIzAzNmFhYjtcbiRjb2xvcl9icmlnaHRfYmx1ZTogICAgICAgICAgICAgICAgICAgICMwMzk5ZWQ7XG4kY29sb3JfYnJpZ2h0X2JsdWVfYWx0OiAgICAgICAgICAgICAgICAjNDI4NWY0O1xuJGNvbG9yX2JyaWdodGVyX2JsdWU6ICAgICAgICAgICAgICAgICAgIzAwYzZiZjtcbiRjb2xvcl9saWdodF9ibHVlOiAgICAgICAgICAgICAgICAgICAgICM3OWMyZjQ7XG4kY29sb3JfbGlnaHRlcl9ibHVlOiAgICAgICAgICAgICAgICAgICAjY2NlMGVkO1xuJGNvbG9yX2xpZ2h0ZXN0X2JsdWU6ICAgICAgICAgICAgICAgICAgI2YxZjZmYTtcblxuJGNvbG9yX2Rhcmtfb3JhbmdlOiAgICAgICAgICAgICAgICAgICAgI2NkNjYyMjtcbiRjb2xvcl9vcmFuZ2U6ICAgICAgICAgICAgICAgICAgICAgICAgICNlMjc3MzA7XG4kY29sb3JfbGlnaHRfb3JhbmdlOiAgICAgICAgICAgICAgICAgICAjZjQ4MTIwO1xuXG4kY29sb3JfZGFya195ZWxsb3c6ICAgICAgICAgICAgICAgICAgICAjZmZhYTAwO1xuJGNvbG9yX3llbGxvdzogICAgICAgICAgICAgICAgICAgICAgICAgI2ZmYjkwMDtcbiRjb2xvcl9saWdodGVzdF95ZWxsb3c6ICAgICAgICAgICAgICAgICNmY2Y5ZTg7XG5cbiRjb2xvcl9kYXJrZXJfZ3JleTogICAgICAgICAgICAgICAgICAgICM2MjYyNjI7XG4kY29sb3JfZGFya19ncmV5OiAgICAgICAgICAgICAgICAgICAgICAjNjY2NjY2O1xuJGNvbG9yX2JyaWdodF9ncmV5OiAgICAgICAgICAgICAgICAgICAgI2FhYWFhYTtcbiRjb2xvcl9icmlnaHRfZ3JleV9hbHQ6ICAgICAgICAgICAgICAgICNiNmI2YjY7XG4kY29sb3JfYnJpZ2h0ZXJfZ3JleTogICAgICAgICAgICAgICAgICAjY2NjY2NjO1xuJGNvbG9yX2JyaWdodGVyX2dyZXlfYWx0OiAgICAgICAgICAgICAgI2Q2ZDZkNjtcbiRjb2xvcl9icmlnaHRlc3RfZ3JleTogICAgICAgICAgICAgICAgICNlOGU4ZTg7XG4kY29sb3JfbGlnaHRfZ3JleTogICAgICAgICAgICAgICAgICAgICAjZjFmMWYxO1xuJGNvbG9yX2xpZ2h0ZXJfZ3JleTogICAgICAgICAgICAgICAgICAgI2Y2ZjZmNjtcbiRjb2xvcl9saWdodGVzdF9ncmV5OiAgICAgICAgICAgICAgICAgICNmOGY4Zjg7XG5cbi8vIENvbG9ycyBieSB1c2FnZTpcbiRjb2xvcl9ibGFja19iYWNrZ3JvdW5kOiAgICAgICAgICAgICAgICMyZDJkMmQ7XG4kY29sb3JfYmxhY2tfYmFja2dyb3VuZF9ob3ZlcjogICAgICAgICAjNDQ0NDQ0O1xuJGNvbG9yX2RhcmtfZ3JleV9iYWNrZ3JvdW5kOiAgICAgICAgICAgIzZkNmQ2ZDtcbiRjb2xvcl9ncmV5X2JhY2tncm91bmQ6ICAgICAgICAgICAgICAgICNlZWVlZWU7XG4kY29sb3JfZ3JleV9iYWNrZ3JvdW5kX2hvdmVyOiAgICAgICAgICAjZDdkN2Q3O1xuJGNvbG9yX2xpZ2h0X2JhY2tncm91bmQ6ICAgICAgICAgICAgICAgI2Y4ZjhmODtcbiRjb2xv