module.exports = "mp-property-values-screen {   display: -webkit-inline-box;   display: -ms-inline-flexbox;   display: inline-flex; } :host {   display: -webkit-inline-box;   display: -ms-inline-flexbox;   display: inline-flex; } .pvs-container {   border-radius: 5px;   display: -webkit-box;   display: -ms-flexbox;   display: flex;   -webkit-box-orient: vertical;   -webkit-box-direction: normal;       -ms-flex-direction: column;           flex-direction: column;   min-height: 320px;   overflow: hidden;   width: 320px; } .pvs-container input[type='number']::-webkit-outer-spin-button, .pvs-container input[type='number']::-webkit-inner-spin-button {   -webkit-appearance: none;           appearance: none;   margin: 0; } .pvs-container .pvs-title-section {   -webkit-box-align: center;       -ms-flex-align: center;           align-items: center;   -webkit-box-shadow: 0 1px 3px 0 rgba(156,172,187,0.37), 0 1px 0 0 #e5eef4;           box-shadow: 0 1px 3px 0 rgba(156,172,187,0.37), 0 1px 0 0 #e5eef4;   display: -webkit-box;   display: -ms-flexbox;   display: flex;   -webkit-box-flex: 0;       -ms-flex: none;           flex: none;   height: 48px;   -webkit-box-pack: center;       -ms-flex-pack: center;           justify-content: center;   position: relative; } .pvs-container .pvs-title-section .pvs-back-button {   display: -webkit-inline-box;   display: -ms-inline-flexbox;   display: inline-flex;   left: 0;   padding: 0 10px;   position: absolute; } .pvs-container .pvs-title-section .pvs-back-button svg-icon {   display: inline-block;   height: 22px;   min-height: 22px;   min-width: 22px;   position: relative;   width: 22px; } .pvs-container .pvs-title-section .pvs-back-button svg-icon[icon=type-boolean] #left-dot {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-back-button svg-icon[icon=type-boolean] #right-dot {   color: #4c6072;   fill: #4c6072; } .pvs-container .pvs-title-section .pvs-back-button svg-icon[icon=lightning-bolt] #bolt, .pvs-container .pvs-title-section .pvs-back-button svg-icon[icon=lighting-bolt] #bolt {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-back-button svg-icon[icon=alert] #circle, .pvs-container .pvs-title-section .pvs-back-button svg-icon[icon=alert] #stem {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-back-button svg-icon[icon=opt-out] #left-arrow {   color: #4ba8ff;   fill: #4ba8ff; } .pvs-container .pvs-title-section .pvs-back-button svg-icon[icon=opt-out] #right-arrow {   color: #1660a7;   fill: #1660a7; } .pvs-container .pvs-title-section .pvs-back-button svg-icon svg {   height: 22px;   left: 0;   min-height: 22px;   min-width: 22px;   position: absolute;   top: 0;   width: 22px; } .pvs-container .pvs-title-section .pvs-back-button svg-icon svg, .pvs-container .pvs-title-section .pvs-back-button svg-icon path {   color: #6d859e;   fill: #6d859e; } .pvs-container .pvs-title-section .pvs-back-button:hover {   cursor: pointer; } .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon {   display: inline-block;   height: 22px;   min-height: 22px;   min-width: 22px;   position: relative;   width: 22px; } .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon[icon=type-boolean] #left-dot {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon[icon=type-boolean] #right-dot {   color: #4c6072;   fill: #4c6072; } .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon[icon=lightning-bolt] #bolt, .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon[icon=lighting-bolt] #bolt {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon[icon=alert] #circle, .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon[icon=alert] #stem {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon[icon=opt-out] #left-arrow {   color: #4ba8ff;   fill: #4ba8ff; } .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon[icon=opt-out] #right-arrow {   color: #1660a7;   fill: #1660a7; } .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon svg {   height: 22px;   left: 0;   min-height: 22px;   min-width: 22px;   position: absolute;   top: 0;   width: 22px; } .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon svg, .pvs-container .pvs-title-section .pvs-back-button:hover svg-icon path {   color: #009bff;   fill: #009bff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button {   -webkit-box-align: center;       -ms-flex-align: center;           align-items: center;   color: #6d859e;   display: -webkit-box;   display: -ms-flexbox;   display: flex;   font-size: 11px;   text-transform: uppercase;   font-weight: 600;   -webkit-box-pack: center;       -ms-flex-pack: center;           justify-content: center; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover {   color: #009bff;   cursor: pointer; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon {   display: inline-block;   height: 22px;   min-height: 22px;   min-width: 22px;   position: relative;   width: 22px; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon[icon=type-boolean] #left-dot {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon[icon=type-boolean] #right-dot {   color: #4c6072;   fill: #4c6072; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon[icon=lightning-bolt] #bolt, .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon[icon=lighting-bolt] #bolt {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon[icon=alert] #circle, .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon[icon=alert] #stem {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon[icon=opt-out] #left-arrow {   color: #4ba8ff;   fill: #4ba8ff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon[icon=opt-out] #right-arrow {   color: #1660a7;   fill: #1660a7; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon svg {   height: 22px;   left: 0;   min-height: 22px;   min-width: 22px;   position: absolute;   top: 0;   width: 22px; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon svg, .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button:hover svg-icon path {   color: #009bff;   fill: #009bff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon {   display: inline-block;   height: 22px;   min-height: 22px;   min-width: 22px;   position: relative;   width: 22px; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon[icon=type-boolean] #left-dot {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon[icon=type-boolean] #right-dot {   color: #4c6072;   fill: #4c6072; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon[icon=lightning-bolt] #bolt, .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon[icon=lighting-bolt] #bolt {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon[icon=alert] #circle, .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon[icon=alert] #stem {   color: #fff;   fill: #fff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon[icon=opt-out] #left-arrow {   color: #4ba8ff;   fill: #4ba8ff; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon[icon=opt-out] #right-arrow {   color: #1660a7;   fill: #1660a7; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon svg {   height: 22px;   left: 0;   min-height: 22px;   min-width: 22px;   position: absolute;   top: 0;   width: 22px; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon svg, .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button svg-icon path {   color: #6d859e;   fill: #6d859e; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-type-button .pvs-property-type-label {   margin-left: 5px; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-types-menu {   position: relative; } .pvs-container .pvs-title-section .pvs-property-type-container .pvs-property-types-menu mp-drop-menu {   left: 50%;   margin-top: 10px;   position: absolute;   -webkit-transform: translateX(-50%);           transform: translateX(-50%); } .pvs-container .pvs-filter-section {   display: -webkit-box;   display: -ms-flexbox;   display: flex;   -webkit-box-flex: 1;       -ms-flex: 1;           flex: 1;   -webkit-box-orient: vertical;   -webkit-box-direction: normal;       -ms-flex-direction: column;           flex-direction: column;   padding: 10px 15px; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection {   border-top: 1px solid #e5eef4;   display: -webkit-box;   display: -ms-flexbox;   display: flex;   -webkit-box-flex: 0;       -ms-flex: 0 0 auto;           flex: 0 0 auto;   padding: 12px 0; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection:first-child {   border: 0;   padding-top: 0; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection .pvs-filter-operator-dropdown {   -webkit-box-flex: 1;       -ms-flex: 1;           flex: 1; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection.pvs-filter-numdate-between {   -webkit-box-align: stretch;       -ms-flex-align: stretch;           align-items: stretch; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection .pvs-filter-numdate-input, .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection .pvs-filter-string-input {   border: 1px solid #d8e0ea;   border-radius: 3px;   -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.09);           box-shadow: inset 0 1px 2px rgba(0,0,0,0.09);   color: #4c6072;   -webkit-box-flex: 1;       -ms-flex: 1;           flex: 1;   font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;   font-size: 13px;   min-width: 0;   padding: 10px 8px;   -webkit-transition: border-color $transition-speed;   transition: border-color $transition-speed; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection .pvs-filter-numdate-input:focus, .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection .pvs-filter-string-input:focus {   border-color: #009bff;   outline: 0; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection mp-icon-input {   -webkit-box-flex: 1;       -ms-flex: 1;           flex: 1; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection.pvs-filter-radio-list {   -webkit-box-pack: center;       -ms-flex-pack: center;           justify-content: center;   margin-top: 12px; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection.pvs-filter-radio-list mp-radio-button {   cursor: pointer; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection.pvs-filter-radio-list .pvs-radio-button-container {   display: -webkit-box;   display: -ms-flexbox;   display: flex;   margin-left: 30px; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection.pvs-filter-radio-list .pvs-radio-button-container:first-child {   margin-left: 0; } .pvs-container .pvs-filter-section .pvs-filter-fixed-subsection .pvs-filter-conjunction {   -webkit-box-align: center;       -ms-flex-align: center;           align-items: center;   background-color: #ecf3f8;   border-radius: 3px;   color: #6d859e;   display: -webkit-inline-box;   display: -ms-inline-flexbox;   display: inline-flex;   font-size: 11px;   text-transform: uppercase;   font-weight: 600;   -webkit-box-pack: center;       -ms-flex-pack: center;           justify-content: center;   margin: 0 10px;   padding: 0 10px; } .pvs-container .pvs-filter-section .pvs-filter-property-values-loading {   -webkit-box-align: center;       -ms-flex-align: center;           align-items: center;   display: -webkit-box;   display: -ms-flexbox;   display: flex;   -webkit-box-flex: 1;       -ms-flex: 1;           flex: 1;   -webkit-box-pack: center;       -ms-flex-pack: center;           justify-content: center; } .pvs-container .pvs-filter-section .pvs-filter-property-values-loading mp-spinner {   height: 30px;   width: 30px; } .pvs-container .pvs-filter-section .pvs-filter-property-values {   display: -webkit-box;   display: -ms-flexbox;   display: flex;   -webkit-box-flex: 1;       -ms-flex: 1;           flex: 1;   -webkit-box-orient: vertical;   -webkit-box-direction: normal;       -ms-flex-direction: column;           flex-direction: column;   margin: 0 -10px;   max-height: 236px;   overflow: auto; } .pvs-container.pvs-display-context-custom-event .pvs-filter-section .pvs-filter-property-values {   max-height: 185px; } ";
