/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.AggregationTooltip{position:relative}.AggregationTooltip.can-hover{cursor:pointer}.AggregationTooltip .popover-group{z-index:1;position:absolute;top:100%;margin-top:8px;overflow:visible !important}.AggregationTooltip .popover-group .popover{width:auto;white-space:nowrap;text-align:left;padding:16px;background:#fff;border-radius:8px;box-shadow:0 0 0 1px rgba(23,43,77,0.05),0 1px 3px 0 rgba(23,43,77,0.15)}.AggregationTooltip .popover-group .popover .is-active{background:#DEEBFF;margin:0 -4px;padding:0 4px;border-radius:4px}.AggregationTooltip .popover-group b{display:inline-block;width:28px}
.transparent__control{border:none !important;background:transparent !important}
@media (min-width: 0){.xs-1{width:8.33333%}.xs-2{width:16.66667%}.xs-3{width:25%}.xs-4{width:33.33333%}.xs-5{width:41.66667%}.xs-6{width:50%}.xs-7{width:58.33333%}.xs-8{width:66.66667%}.xs-9{width:75%}.xs-10{width:83.33333%}.xs-11{width:91.66667%}.xs-12{width:100%}}@media (min-width: 768px){.sm-1{width:8.33333%}.sm-2{width:16.66667%}.sm-3{width:25%}.sm-4{width:33.33333%}.sm-5{width:41.66667%}.sm-6,.fieldset.is-half{width:50%}.sm-7{width:58.33333%}.sm-8{width:66.66667%}.sm-9{width:75%}.sm-10{width:83.33333%}.sm-11{width:91.66667%}.sm-12,.fieldset{width:100%}}@media (min-width: 992px){.md-1{width:8.33333%}.md-2{width:16.66667%}.md-3{width:25%}.md-4{width:33.33333%}.md-5{width:41.66667%}.md-6{width:50%}.md-7{width:58.33333%}.md-8{width:66.66667%}.md-9{width:75%}.md-10{width:83.33333%}.md-11{width:91.66667%}.md-12{width:100%}}@media (min-width: 1200px){.lg-1{width:8.33333%}.lg-2{width:16.66667%}.lg-3{width:25%}.lg-4{width:33.33333%}.lg-5{width:41.66667%}.lg-6{width:50%}.lg-7{width:58.33333%}.lg-8{width:66.66667%}.lg-9{width:75%}.lg-10{width:83.33333%}.lg-11{width:91.66667%}.lg-12{width:100%}}@media (min-width: 1400px){.xl-1{width:8.33333%}.xl-2{width:16.66667%}.xl-3{width:25%}.xl-4{width:33.33333%}.xl-5{width:41.66667%}.xl-6{width:50%}.xl-7{width:58.33333%}.xl-8{width:66.66667%}.xl-9{width:75%}.xl-10{width:83.33333%}.xl-11{width:91.66667%}.xl-12{width:100%}}*{box-sizing:border-box;outline:none;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;margin:0;padding:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{touch-action:manipulation}html,body{height:100%;width:100%}body{background-color:#F4F5F7;color:#172B37;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;font-style:normal;font-weight:400;line-height:1.42857142857143;letter-spacing:-0.005em;-ms-overflow-style:-ms-autohiding-scrollbar;text-decoration-skip:ink}#app,.DX{min-height:100%;position:relative}.quill{border-radius:3px}.quill .ql-toolbar{border-radius:4px 4px 0 0;border:1px solid #DFE1E5;background:#FAFBFC}.quill .ql-container{height:auto;border-radius:0 0 4px 4px;border-color:#DFE1E5}.quill .ql-editor{height:auto;min-height:80px;font-size:16px}.always-on-top{z-index:99}.error-container{border:solid 2px #DE350B;border-radius:5px}.is-error{color:#DE350B}.is-inline{font-size:0}.is-inline>*{display:inline-block;font-size:14px}.is-inline--flex{display:flex}.is-inline--flex>*{flex:1 1 100%}.text-center{text-align:center}.text-right{text-align:right}.text-xs{font-size:0.7em}.clear:before,.clear:after{content:'';display:block;clear:both}.overflow-y-scroll{overflow-y:scroll}.hide-scrollbars{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbars::-webkit-scrollbar{display:none}.border-radius{border-radius:4px}.wrapped-ellipses{overflow:hidden;text-overflow:ellipses;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em}.grow{flex-grow:1}.flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.w-full{width:100%}.w-half{width:50%}.h-full{height:100%}.h-half{height:50%}.gap-half{gap:0.5em}.gap-1{gap:1em}.gap-2{gap:1.5em}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-cursor{cursor:pointer}.border-full{border:1px solid #DFE1E5}.border-bottom{border-bottom:1px solid #DFE1E5}.border-top{border-top:1px solid #DFE1E5}.uppercase{text-transform:uppercase}.padding{padding:8px;padding-top:12px;padding-bottom:12px}.padding-sm{padding:4px}.border{border:1px solid #DFE1E5}.is-label{color:#6B778C;font-size:12px;font-weight:600;line-height:1.3333333333333333;padding-bottom:4px}.overflow-scroll{overflow:scroll}.overflow-visible{overflow:visible}.overflow-hidden{overflow:hidden}.semi-bold{font-weight:600}.blur{filter:blur(1px)}h1,h2,h3,h4,h5,.flag-title,h6,thead:not(.custom) tr.is-dark th,p,form,fieldset,blockquote,ul,ol,dl{margin:1em 0 0}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,.flag-title:first-child,h6:first-child,thead:not(.custom) tr.is-dark th:first-child,p:first-child,form:first-child,fieldset:first-child,blockquote:first-child,ul:first-child,ol:first-child,dl:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,.flag-title:last-child,h6:last-child,thead:not(.custom) tr.is-dark th:last-child,p:last-child,form:last-child,fieldset:last-child,blockquote:last-child,ul:last-child,ol:last-child,dl:last-child{margin-bottom:0}img{max-width:100%;height:100%;max-height:100%;width:auto}code,kbd{font-family:"SFMono-Medium","SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}var,address,dfn,cite{font-style:italic}abbr{border-bottom:1px #DFE1E5 dotted;cursor:help}template{display:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}@-moz-document url-prefix(){img{font-size:0}img:-moz-broken{font-size:inherit}}.assistive{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}hr{margin:24px 0;height:1px;background:#DFE1E5}blockquote,q{color:inherit}small{color:#5E6C84;font-size:0.85714286em;font-weight:normal;line-height:1.33333333;margin-top:8px;display:inline-block}small:first-child{margin-top:0}caption{font-size:1.42857143em;font-style:inherit;font-weight:500;letter-spacing:-0.008em;line-height:1.2;margin-top:28px;margin-bottom:8px;text-align:left}h1{font-size:2.07142857em;font-style:inherit;font-weight:600;letter-spacing:-0.01em;line-height:1.10344828;margin-top:40px}h2{font-size:1.71428571em;font-style:inherit;font-weight:500;letter-spacing:-0.01em;line-height:1.16666667;margin-top:28px}h3{font-size:1.42857143em;font-style:inherit;font-weight:500;letter-spacing:-0.008em;line-height:1.2;margin-top:28px}h4{font-size:1.14285714em;font-style:inherit;font-weight:500;line-height:1.25;letter-spacing:-0.006em;margin-top:24px}h5,.flag-title{font-size:1em;font-style:inherit;font-weight:600;line-height:1.14285714;letter-spacing:-0.003em;margin-top:16px}h6,thead:not(.custom) tr.is-dark th{color:#8993A4;font-size:0.85714286em;font-weight:600;line-height:1.33333333;margin-top:20px;text-transform:uppercase}a{color:inherit;text-decoration:none}.is-secondary{color:#8993A4}.is-disabled{color:#B3BAC5}.is-mono{font-family:monospace}.is-text-small{font-size:12px}.is-text-500{font-weight:500}.is-text-caps{text-transform:capitalize}.is-text-spaced{line-height:1.6}.is-text-spaced--large{line-height:2}.is-text-B{color:#0065FF}.is-text-R{color:#FF5630}.is-text-G{color:#36B37E}.is-text-T{color:#00B8D9}.is-text-P{color:#6554C0}.is-text-Y{color:#FFAB00}.is-text-strike{text-decoration:line-through}.is-text-mono{font-family:monospace}.is-tight{margin-top:0;margin-bottom:0}.has-color--B{color:#0065FF}.has-color--G{color:#36B37E}.has-color--Y{color:#FFAB00}.has-color--R{color:#FF5630}.has-color--N{color:#5E6C84}.has-color--T{color:#00B8D9}.has-color--P{color:#6554C0}p a{color:#0052CC;text-decoration:none;cursor:pointer}p a:hover{color:#0065FF;text-decoration:underline}p a:active{color:#0747A6}p a:focus{outline:2px solid #0747A6;outline-offset:2px}.AlertContainerIsClosed{max-width:10px !important;min-width:10px !important}.AlertContainerIsClosed .Alerts{height:0}.AlertIconContainer{transform:translate(-125%, 50%);position:absolute;display:flex;justify-content:center;align-items:center}.AlertIconContainer .AlertIconCount{position:absolute;top:-5px;right:-2px;padding:2px;background-color:white;border-radius:3px;width:12px;height:12px;font-size:0.8em;display:flex;justify-content:center;align-items:center;border:solid 1px grey}.Alerts{position:fixed;right:0;bottom:0;width:100%;height:100%;position:relative;box-shadow:inset 1px 0 0 0 #DFE1E5}@media (min-width: 768px){.Alerts{display:block}}.Alerts .divider{box-shadow:inset 1px 0 0 0 #DFE1E5,inset 0 -1px 0 0 #DFE1E5 !important}.AlertsGroup{margin-top:12px;padding:0 12px}.AlertsContainer{min-height:1px;max-width:300px;right:0;padding:0;height:100vh;background-color:#F4F5F7;transition:all 50ms}@media (min-width: 992px){.AlertsContainer{min-width:300px;display:block}}@media (min-width: 768px){.AlertsContainer{max-width:200px;display:block}}@media (max-width: 767px){.AlertsContainer{height:auto;width:100%;max-width:100%}}.Alerts .alert{background:#fff;border-radius:4px;box-shadow:inset 0 0 0 1px #DFE1E5;padding:8px;display:flex;align-items:center;margin:0 0 8px}.Alerts .alert .Icon+.alert-content{margin-left:8px}.Alerts .alert .alert-content small{margin:0}.Alerts .alert.theme-message{background:#2684FF}.Alerts .alert.theme-success{background:#36B37E}.Alerts .alert.theme-inactive{background:#DFE1E5}.Alerts .alert.theme-danger,.Alerts .alert.theme-error{background:#FF7452}.Alerts .alert.theme-warning{background:#FFC400}.Alerts .alert.theme-bold{background:#FF991F}.Alerts .alert.theme-black{background:#172B37}.Alerts .alert[class*="theme-"]{box-shadow:none}.Alerts .alert[class*="theme-"] p{font-weight:600}.Alerts .alert.color-W,.Alerts .alert.theme-message,.Alerts .alert.theme-success,.Alerts .alert.theme-danger,.Alerts .alert.theme-error,.Alerts .alert.theme-black{color:#fff}.Alerts .alert.color-W *,.Alerts .alert.theme-message *,.Alerts .alert.theme-success *,.Alerts .alert.theme-danger *,.Alerts .alert.theme-error *,.Alerts .alert.theme-black *{color:#fff}.Alerts .alert.color-D,.Alerts .alert.theme-inactive,.Alerts .alert.theme-warning,.Alerts .alert.theme-bold{color:#172B37}.Alerts .alert.color-D *,.Alerts .alert.theme-inactive *,.Alerts .alert.theme-warning *,.Alerts .alert.theme-bold *{color:#172B37}.Alerts .alert .close{width:20px;padding:2px !important;margin-left:8px}.hideNav .Alerts{top:0}.clickableWidget:hover{cursor:pointer}small.preferred-store-widget:hover{cursor:pointer}small.alert-interactive-widget:hover{cursor:pointer}.avatar{width:40px;height:40px;display:inline-flex;justify-content:center;align-items:center;border-radius:100%;background:#F4F5F7 center center no-repeat;background-size:cover;letter-spacing:0.02em;font-size:16px}.avatar.is-xsmall,.card.is-xsmall .avatar.card-section,.DragDropContext .is-xsmall.Draggable .avatar.card-section,.is-xsmall.table .avatar.card-section,.is-xsmall.flag .avatar.card-section,.card.is-xsmall .DragDropContext .avatar.Draggable,.DragDropContext .card.is-xsmall .avatar.Draggable,.DragDropContext .is-xsmall.Draggable .avatar.Draggable,.is-xsmall.table .DragDropContext .avatar.Draggable,.DragDropContext .is-xsmall.table .avatar.Draggable,.is-xsmall.flag .DragDropContext .avatar.Draggable,.DragDropContext .is-xsmall.flag .avatar.Draggable,.grid.is-xsmall .avatar.row,.grid.is-xsmall .avatar.form,.grid.is-xsmall .avatar.tab-group,.ProfileTier .avatar.tier-definition-container{width:24px;height:24px;font-size:10px;font-weight:500}.avatar.is-small,.Alerts .alert .avatar.close,.card.is-small .avatar.card-section,.DragDropContext .is-small.Draggable .avatar.card-section,.is-small.table .avatar.card-section,.is-small.flag .avatar.card-section,.card.is-small .DragDropContext .avatar.Draggable,.DragDropContext .card.is-small .avatar.Draggable,.DragDropContext .is-small.Draggable .avatar.Draggable,.is-small.table .DragDropContext .avatar.Draggable,.DragDropContext .is-small.table .avatar.Draggable,.is-small.flag .DragDropContext .avatar.Draggable,.DragDropContext .is-small.flag .avatar.Draggable,.grid.is-small .avatar.row,.grid.is-small .avatar.form,.grid.is-small .avatar.tab-group,.grid.is-small .ProfileTier .avatar.tier-definition-container,.ProfileTier .grid.is-small .avatar.tier-definition-container{width:32px;height:32px;font-size:14px}.avatar.is-small .Icon,.Alerts .alert .avatar.close .Icon,.card.is-small .avatar.card-section .Icon,.DragDropContext .is-small.Draggable .avatar.card-section .Icon,.is-small.table .avatar.card-section .Icon,.is-small.flag .avatar.card-section .Icon,.card.is-small .DragDropContext .avatar.Draggable .Icon,.DragDropContext .card.is-small .avatar.Draggable .Icon,.DragDropContext .is-small.Draggable .avatar.Draggable .Icon,.is-small.table .DragDropContext .avatar.Draggable .Icon,.DragDropContext .is-small.table .avatar.Draggable .Icon,.is-small.flag .DragDropContext .avatar.Draggable .Icon,.DragDropContext .is-small.flag .avatar.Draggable .Icon,.grid.is-small .avatar.row .Icon,.grid.is-small .avatar.form .Icon,.grid.is-small .avatar.tab-group .Icon,.grid.is-small .ProfileTier .avatar.tier-definition-container .Icon,.ProfileTier .grid.is-small .avatar.tier-definition-container .Icon{width:20px;height:20px}.avatar.is-large,.card.is-large .avatar.card-section,.DragDropContext .is-large.Draggable .avatar.card-section,.is-large.table .avatar.card-section,.is-large.flag .avatar.card-section,.card.is-large .DragDropContext .avatar.Draggable,.DragDropContext .card.is-large .avatar.Draggable,.DragDropContext .is-large.Draggable .avatar.Draggable,.is-large.table .DragDropContext .avatar.Draggable,.DragDropContext .is-large.table .avatar.Draggable,.is-large.flag .DragDropContext .avatar.Draggable,.DragDropContext .is-large.flag .avatar.Draggable,.grid.is-large .avatar.row,.grid.is-large .avatar.form,.grid.is-large .avatar.tab-group,.grid.is-large .ProfileTier .avatar.tier-definition-container,.ProfileTier .grid.is-large .avatar.tier-definition-container{width:64px;height:64px;font-size:24px}.avatar.is-xlarge,.card.is-xlarge .avatar.card-section,.DragDropContext .is-xlarge.Draggable .avatar.card-section,.is-xlarge.table .avatar.card-section,.is-xlarge.flag .avatar.card-section,.card.is-xlarge .DragDropContext .avatar.Draggable,.DragDropContext .card.is-xlarge .avatar.Draggable,.DragDropContext .is-xlarge.Draggable .avatar.Draggable,.is-xlarge.table .DragDropContext .avatar.Draggable,.DragDropContext .is-xlarge.table .avatar.Draggable,.is-xlarge.flag .DragDropContext .avatar.Draggable,.DragDropContext .is-xlarge.flag .avatar.Draggable,.grid.is-xlarge .avatar.row,.grid.is-xlarge .avatar.form,.grid.is-xlarge .avatar.tab-group,.grid.is-xlarge .ProfileTier .avatar.tier-definition-container,.ProfileTier .grid.is-xlarge .avatar.tier-definition-container{width:72px;height:72px;font-size:32px}.avatar.is-B,.SearchTicket td.open .avatar.tag,.SearchTicket td.open .Alerts .alert .avatar.close,.Alerts .alert .SearchTicket td.open .avatar.close,.SearchShopifyOrder td.unshipped .avatar.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .avatar.close,.Alerts .alert .SearchShopifyOrder td.unshipped .avatar.close,.SearchShopifyOrder td.unfulfilled .avatar.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .avatar.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .avatar.close,.ProfileZendesk td.open .avatar.tag,.ProfileZendesk td.open .Alerts .alert .avatar.close,.Alerts .alert .ProfileZendesk td.open .avatar.close,.ProfileAppointment td.confirmed .avatar.tag,.ProfileAppointment td.confirmed .Alerts .alert .avatar.close,.Alerts .alert .ProfileAppointment td.confirmed .avatar.close,.avatar.is-G,.SearchTicket td.new .avatar.tag,.SearchTicket td.new .Alerts .alert .avatar.close,.Alerts .alert .SearchTicket td.new .avatar.close,.SearchTicket td.pending .avatar.tag,.SearchTicket td.pending .Alerts .alert .avatar.close,.Alerts .alert .SearchTicket td.pending .avatar.close,.SearchShopifyOrder td.shipped .avatar.tag,.SearchShopifyOrder td.shipped .Alerts .alert .avatar.close,.Alerts .alert .SearchShopifyOrder td.shipped .avatar.close,.SearchShopifyOrder td.fulfilled .avatar.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .avatar.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .avatar.close,.ProfileZendesk td.new .avatar.tag,.ProfileZendesk td.new .Alerts .alert .avatar.close,.Alerts .alert .ProfileZendesk td.new .avatar.close,.ProfileZendesk td.pending .avatar.tag,.ProfileZendesk td.pending .Alerts .alert .avatar.close,.Alerts .alert .ProfileZendesk td.pending .avatar.close,.ProfileAppointment td.pending .avatar.tag,.ProfileAppointment td.pending .Alerts .alert .avatar.close,.Alerts .alert .ProfileAppointment td.pending .avatar.close,.avatar.is-R,.SearchTicket td.solved .avatar.tag,.SearchTicket td.solved .Alerts .alert .avatar.close,.Alerts .alert .SearchTicket td.solved .avatar.close,.ProfileZendesk td.solved .avatar.tag,.ProfileZendesk td.solved .Alerts .alert .avatar.close,.Alerts .alert .ProfileZendesk td.solved .avatar.close,.avatar.is-N,.ProfileAppointment td.cancel .avatar.tag,.ProfileAppointment td.cancel .Alerts .alert .avatar.close,.Alerts .alert .ProfileAppointment td.cancel .avatar.close,.ProfileAppointment tr.inactive td.status .avatar.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .avatar.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .avatar.close,.avatar.is-T,.avatar.is-P,.avatar.is-colored{color:#fff}.avatar.is-B,.SearchTicket td.open .avatar.tag,.SearchTicket td.open .Alerts .alert .avatar.close,.Alerts .alert .SearchTicket td.open .avatar.close,.SearchShopifyOrder td.unshipped .avatar.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .avatar.close,.Alerts .alert .SearchShopifyOrder td.unshipped .avatar.close,.SearchShopifyOrder td.unfulfilled .avatar.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .avatar.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .avatar.close,.ProfileZendesk td.open .avatar.tag,.ProfileZendesk td.open .Alerts .alert .avatar.close,.Alerts .alert .ProfileZendesk td.open .avatar.close,.ProfileAppointment td.confirmed .avatar.tag,.ProfileAppointment td.confirmed .Alerts .alert .avatar.close,.Alerts .alert .ProfileAppointment td.confirmed .avatar.close{background:#4C9AFF}.avatar.is-G,.SearchTicket td.new .avatar.tag,.SearchTicket td.new .Alerts .alert .avatar.close,.Alerts .alert .SearchTicket td.new .avatar.close,.SearchTicket td.pending .avatar.tag,.SearchTicket td.pending .Alerts .alert .avatar.close,.Alerts .alert .SearchTicket td.pending .avatar.close,.SearchShopifyOrder td.shipped .avatar.tag,.SearchShopifyOrder td.shipped .Alerts .alert .avatar.close,.Alerts .alert .SearchShopifyOrder td.shipped .avatar.close,.SearchShopifyOrder td.fulfilled .avatar.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .avatar.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .avatar.close,.ProfileZendesk td.new .avatar.tag,.ProfileZendesk td.new .Alerts .alert .avatar.close,.Alerts .alert .ProfileZendesk td.new .avatar.close,.ProfileZendesk td.pending .avatar.tag,.ProfileZendesk td.pending .Alerts .alert .avatar.close,.Alerts .alert .ProfileZendesk td.pending .avatar.close,.ProfileAppointment td.pending .avatar.tag,.ProfileAppointment td.pending .Alerts .alert .avatar.close,.Alerts .alert .ProfileAppointment td.pending .avatar.close{background:#79F2C0}.avatar.is-Y{background:#FFE380}.avatar.is-R,.SearchTicket td.solved .avatar.tag,.SearchTicket td.solved .Alerts .alert .avatar.close,.Alerts .alert .SearchTicket td.solved .avatar.close,.ProfileZendesk td.solved .avatar.tag,.ProfileZendesk td.solved .Alerts .alert .avatar.close,.Alerts .alert .ProfileZendesk td.solved .avatar.close{background:#FF8F73}.avatar.is-N,.ProfileAppointment td.cancel .avatar.tag,.ProfileAppointment td.cancel .Alerts .alert .avatar.close,.Alerts .alert .ProfileAppointment td.cancel .avatar.close,.ProfileAppointment tr.inactive td.status .avatar.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .avatar.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .avatar.close{background:#7A869A}.avatar.is-T{background:#79E2F2}.avatar.is-P{background:#998DD9}.accordion{position:relative;transition:0.3s ease all}.accordion .innerContent{transition:0.3s ease all 0.1s}.accordion.closed{height:0 !important;overflow:hidden}.accordion.closed .innerContent{opacity:0;transition:0.4s ease all 0s;transform:scale(0.98)}.page{flex:1}@media (min-width: 768px){.page{display:flex}}aside{padding:16px}@media (min-width: 768px){aside{width:264px;flex:0 0 264px}aside.is-sm{width:200px;flex-basis:200px}aside.is-lg{width:320px;flex-basis:320px}}@media (min-width: 768px) and (min-width: 768px){aside.has-shadow--right{box-shadow:inset -1px 0 0 0 #DFE1E5}aside.has-shadow--left{box-shadow:inset 1px 0 0 0 #DFE1E5}}main{flex:1;padding:16px}@media (min-width: 768px){main{padding:32px 48px}}.DragDropContext .Droppable{padding:8px}.DragDropContext .Droppable:after{content:'Drop blocks here';text-transform:uppercase;font-weight:500;text-align:center;display:block;padding:8px;border-radius:4px;border:1px dashed;opacity:0.3}.DragDropContext .Draggable{user-select:none}.DragDropContext .Draggable.isDragging{background:#FAFBFC}.container{position:relative;display:block;margin:0 auto}@media (min-width: 0){.container{max-width:none}}@media (min-width: 768px){.container{max-width:640px}}@media (min-width: 992px){.container{max-width:800px}}@media (min-width: 1200px){.container{max-width:960px}}@media (min-width: 1400px){.container{max-width:1120px}}.container.max-xs{max-width:400px}.container.max-sm{max-width:640px}.container.max-md{max-width:800px}.container.max-lg{max-width:960px}.concatenate{position:relative;flex:1 1 auto}.concatenate:before{content:'...';opacity:0;pointer-events:none}.concatenate>*{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden;width:100%;text-overflow:ellipsis}.Icon{display:inline-block;width:24px;height:auto;padding:1px}.Icon.size-small,.Icon.size-sm,.Icon.is-small,.Alerts .alert .Icon.close,.card.is-small .Icon.card-section,.DragDropContext .is-small.Draggable .Icon.card-section,.is-small.table .Icon.card-section,.is-small.flag .Icon.card-section,.card.is-small .DragDropContext .Icon.Draggable,.DragDropContext .card.is-small .Icon.Draggable,.DragDropContext .is-small.Draggable .Icon.Draggable,.is-small.table .DragDropContext .Icon.Draggable,.DragDropContext .is-small.table .Icon.Draggable,.is-small.flag .DragDropContext .Icon.Draggable,.DragDropContext .is-small.flag .Icon.Draggable,.grid.is-small .Icon.row,.grid.is-small .Icon.form,.grid.is-small .Icon.tab-group,.grid.is-small .ProfileTier .Icon.tier-definition-container,.ProfileTier .grid.is-small .Icon.tier-definition-container,.Icon.is-sm{width:16px;max-height:1.25rem}.Icon.size-medium,.Icon.size-md,.Icon.is-medium,.Icon.is-md{width:20px;max-height:1.5rem}.Icon.size-tiny,.Icon.is-tiny{width:0.8em;max-height:1rem}.Icon.filled svg,.Icon.filled-true svg{fill:currentColor}.Icon.has-space--left{margin-left:4px}.Icon svg{width:100% !important;height:auto !important}.level,.is-level{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media (max-width: 767px){.level>.half,.is-level>.half{box-sizing:border-box;width:50%}}.level>*,.is-level>*{margin-top:0;margin-bottom:0}.level>*.fill,.is-level>*.fill{flex-grow:1}.level-item,.Alerts .alert .alert-content,.is-level-item{flex:1}@media (max-width: 767px){.level.not-xs,.is-level.not-xs{display:block}}.level.has-space>*,.is-level.has-space>*{margin-left:0.25rem;margin-right:0.25rem}.level.has-space--small>*,.is-level.has-space--small>*{margin-left:2px;margin-right:2px}.level.has-space--large>*,.is-level.has-space--large>*{margin-left:0.5rem;margin-right:0.5rem}@media (max-width: 767px){.level.has-space--large>*,.is-level.has-space--large>*{margin-left:0rem;margin-right:0rem;padding-left:0.5rem;padding-right:0.5rem}}.level.has-space>*:first-child,.level.has-space--large>*:first-child,.level.has-space--small>*:first-child,.is-level.has-space>*:first-child,.is-level.has-space--large>*:first-child,.is-level.has-space--small>*:first-child{margin-left:0}.level.has-space>*:last-child,.level.has-space--large>*:last-child,.level.has-space--small>*:last-child,.is-level.has-space>*:last-child,.is-level.has-space--large>*:last-child,.is-level.has-space--small>*:last-child{margin-right:0}@media (max-width: 767px){.level.has-space--large>*:nth-child(odd),.level.has-space--large--large>*:nth-child(odd),.level.has-space--small--large>*:nth-child(odd),.is-level.has-space--large>*:nth-child(odd),.is-level.has-space--large--large>*:nth-child(odd),.is-level.has-space--small--large>*:nth-child(odd){padding-left:0}.level.has-space--large>*:nth-child(even),.level.has-space--large--large>*:nth-child(even),.level.has-space--small--large>*:nth-child(even),.is-level.has-space--large>*:nth-child(even),.is-level.has-space--large--large>*:nth-child(even),.is-level.has-space--small--large>*:nth-child(even){padding-right:0}}.level.fill,.is-level.fill{flex-grow:1}.level.align-top,.is-level.align-top{align-items:flex-start}.level.align-center,.is-level.align-center{align-items:center}.level.align-bottom,.is-level.align-bottom{align-items:flex-end}.level.justify-start,.is-level.justify-start{justify-content:flex-start}.level.justify-end,.is-level.justify-end{justify-content:flex-end}.level.justify-center,.is-level.justify-center{justify-content:center}.level.justify-evenly,.is-level.justify-evenly{justify-content:space-evenly}.level.justifybetween,.is-level.justifybetween{justify-content:space-between}.level.wrap-wrap,.is-level.wrap-wrap{flex-wrap:wrap}.level.wrap-nowrap,.is-level.wrap-nowrap{flex-wrap:nowrap}.level.column,.is-level.column{flex-direction:column}.theme.is-R,.is-R.tag,.Alerts .alert .is-R.close,.SearchTicket td.solved .tag,.SearchTicket td.solved .Alerts .alert .close,.Alerts .alert .SearchTicket td.solved .close,.ProfileZendesk td.solved .tag,.ProfileZendesk td.solved .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.solved .close,.is-R.symbol{background:rgba(255,86,48,0.1);color:#FF5630}.theme.is-R.has-hover:hover,.Alerts .alert .is-R.close:hover,.is-R.has-hover.tag:hover,.SearchTicket td.solved .has-hover.tag:hover,.SearchTicket td.solved .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.solved .close:hover,.ProfileZendesk td.solved .has-hover.tag:hover,.ProfileZendesk td.solved .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.solved .close:hover,.is-R.has-hover.symbol:hover{background:rgba(255,86,48,0.2);cursor:pointer}.theme.is-R.is-inverse,.is-R.is-inverse.tag,.Alerts .alert .is-R.is-inverse.close,.Alerts .alert .SearchTicket td.new .is-R.close.tag,.SearchTicket td.new .Alerts .alert .is-R.close.tag,.Alerts .alert .SearchTicket td.new td.solved .close.tag,.SearchTicket td.new td.solved .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.solved td.new .close.tag,.SearchTicket td.solved td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.open .is-R.close.tag,.SearchTicket td.open .Alerts .alert .is-R.close.tag,.Alerts .alert .SearchTicket td.open td.solved .close.tag,.SearchTicket td.open td.solved .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.solved td.open .close.tag,.SearchTicket td.solved td.open .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.solved .is-inverse.close.tag,.SearchTicket td.solved .Alerts .alert .is-inverse.close.tag,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .close.tag,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .close.tag,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .close.tag,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .close.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .close.tag,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .close.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .close.tag,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .close.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .close.tag,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .close.tag,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.close.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .close.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .close.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.close.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .close.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .close.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.close.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .close.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .close.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.close.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .close.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .close.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .is-R.close.tag,.ProfileZendesk td.new .Alerts .alert .is-R.close.tag,.Alerts .alert .ProfileZendesk td.new td.solved .close.tag,.ProfileZendesk td.new td.solved .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.solved td.new .close.tag,.ProfileZendesk td.solved td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open .is-R.close.tag,.ProfileZendesk td.open .Alerts .alert .is-R.close.tag,.Alerts .alert .ProfileZendesk td.open td.solved .close.tag,.ProfileZendesk td.open td.solved .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.solved td.open .close.tag,.ProfileZendesk td.solved td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.solved .is-inverse.close.tag,.ProfileZendesk td.solved .Alerts .alert .is-inverse.close.tag,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .close.tag,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .close.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .is-R.close.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-R.close.tag,.SearchTicket td.new .is-R.tag,.SearchTicket td.new .Alerts .alert .is-R.close,.Alerts .alert .SearchTicket td.new .is-R.close,.SearchTicket td.new td.solved .tag,.SearchTicket td.solved td.new .tag,.SearchTicket td.new td.solved .Alerts .alert .close,.SearchTicket td.solved .Alerts .alert td.new .close,.Alerts .alert .SearchTicket td.new td.solved .close,.Alerts .alert .SearchTicket td.solved td.new .close,.ProfileZendesk td.solved .SearchTicket td.new .tag,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .close,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .close,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .close,.SearchTicket td.open .is-R.tag,.SearchTicket td.open .Alerts .alert .is-R.close,.Alerts .alert .SearchTicket td.open .is-R.close,.SearchTicket td.open td.solved .tag,.SearchTicket td.solved td.open .tag,.SearchTicket td.open td.solved .Alerts .alert .close,.SearchTicket td.solved .Alerts .alert td.open .close,.Alerts .alert .SearchTicket td.open td.solved .close,.Alerts .alert .SearchTicket td.solved td.open .close,.ProfileZendesk td.solved .SearchTicket td.open .tag,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .close,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .close,.SearchTicket td.solved .is-inverse.tag,.SearchTicket td.solved .Alerts .alert .is-inverse.close,.Alerts .alert .SearchTicket td.solved .is-inverse.close,.SearchTicket td.solved td.new .Alerts .alert .close,.SearchTicket td.new .Alerts .alert td.solved .close,.SearchTicket td.solved td.open .Alerts .alert .close,.SearchTicket td.open .Alerts .alert td.solved .close,.SearchTicket td.solved .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .SearchTicket td.solved .tag,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .close,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .tag,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .close,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .tag,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .close,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .tag,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .close,.ProfileZendesk td.new .SearchTicket td.solved .tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .close,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .close,.ProfileZendesk td.open .SearchTicket td.solved .tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .close,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .close,.SearchTicket td.solved .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .SearchTicket td.solved .tag,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .close,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .close,.SearchShopifyOrder td.shipped .is-R.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.close,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .tag,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.unshipped .is-R.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.close,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.fulfilled .is-R.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.close,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .tag,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.unfulfilled .is-R.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .close,.ProfileZendesk td.new .is-R.tag,.ProfileZendesk td.new .Alerts .alert .is-R.close,.Alerts .alert .ProfileZendesk td.new .is-R.close,.SearchTicket td.solved .ProfileZendesk td.new .tag,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .close,.ProfileZendesk td.new td.solved .tag,.ProfileZendesk td.solved td.new .tag,.ProfileZendesk td.new td.solved .Alerts .alert .close,.ProfileZendesk td.solved .Alerts .alert td.new .close,.Alerts .alert .ProfileZendesk td.new td.solved .close,.Alerts .alert .ProfileZendesk td.solved td.new .close,.ProfileZendesk td.open .is-R.tag,.ProfileZendesk td.open .Alerts .alert .is-R.close,.Alerts .alert .ProfileZendesk td.open .is-R.close,.SearchTicket td.solved .ProfileZendesk td.open .tag,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .close,.ProfileZendesk td.open td.solved .tag,.ProfileZendesk td.solved td.open .tag,.ProfileZendesk td.open td.solved .Alerts .alert .close,.ProfileZendesk td.solved .Alerts .alert td.open .close,.Alerts .alert .ProfileZendesk td.open td.solved .close,.Alerts .alert .ProfileZendesk td.solved td.open .close,.ProfileZendesk td.solved .is-inverse.tag,.ProfileZendesk td.solved .Alerts .alert .is-inverse.close,.Alerts .alert .ProfileZendesk td.solved .is-inverse.close,.SearchTicket td.new .ProfileZendesk td.solved .tag,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .close,.SearchTicket td.open .ProfileZendesk td.solved .tag,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .close,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .close,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .close,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .close,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .close,.ProfileZendesk td.solved td.new .Alerts .alert .close,.ProfileZendesk td.new .Alerts .alert td.solved .close,.ProfileZendesk td.solved td.open .Alerts .alert .close,.ProfileZendesk td.open .Alerts .alert td.solved .close,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .tag,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .close,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .close,.ProfileAppointment td.confirmed .is-R.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-R.close,.Alerts .alert .ProfileAppointment td.confirmed .is-R.close,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .close,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .close,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .close,.is-R.is-inverse.symbol,.SearchTicket td.new .is-R.symbol.tag,.SearchTicket td.new .Alerts .alert .is-R.symbol.close,.Alerts .alert .SearchTicket td.new .is-R.symbol.close,.SearchTicket td.new td.solved .symbol.tag,.SearchTicket td.solved td.new .symbol.tag,.SearchTicket td.new td.solved .Alerts .alert .symbol.close,.SearchTicket td.solved .Alerts .alert td.new .symbol.close,.Alerts .alert .SearchTicket td.new td.solved .symbol.close,.Alerts .alert .SearchTicket td.solved td.new .symbol.close,.ProfileZendesk td.solved .SearchTicket td.new .symbol.tag,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .symbol.close,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .symbol.close,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .symbol.close,.SearchTicket td.open .is-R.symbol.tag,.SearchTicket td.open .Alerts .alert .is-R.symbol.close,.Alerts .alert .SearchTicket td.open .is-R.symbol.close,.SearchTicket td.open td.solved .symbol.tag,.SearchTicket td.solved td.open .symbol.tag,.SearchTicket td.open td.solved .Alerts .alert .symbol.close,.SearchTicket td.solved .Alerts .alert td.open .symbol.close,.Alerts .alert .SearchTicket td.open td.solved .symbol.close,.Alerts .alert .SearchTicket td.solved td.open .symbol.close,.ProfileZendesk td.solved .SearchTicket td.open .symbol.tag,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .symbol.close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .symbol.close,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .symbol.close,.SearchTicket td.solved .is-inverse.symbol.tag,.SearchTicket td.solved .Alerts .alert .is-inverse.symbol.close,.Alerts .alert .SearchTicket td.solved .is-inverse.symbol.close,.SearchTicket td.solved td.new .Alerts .alert .symbol.close,.SearchTicket td.new .Alerts .alert td.solved .symbol.close,.SearchTicket td.solved td.open .Alerts .alert .symbol.close,.SearchTicket td.open .Alerts .alert td.solved .symbol.close,.SearchTicket td.solved .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .SearchTicket td.solved .symbol.tag,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .symbol.tag,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .symbol.tag,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .symbol.tag,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .symbol.close,.ProfileZendesk td.new .SearchTicket td.solved .symbol.tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .symbol.close,.ProfileZendesk td.open .SearchTicket td.solved .symbol.tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .symbol.close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .SearchTicket td.solved .symbol.tag,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .symbol.close,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .symbol.close,.SearchShopifyOrder td.shipped .is-R.symbol.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.symbol.close,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .symbol.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .symbol.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .symbol.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.unshipped .is-R.symbol.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.symbol.close,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .symbol.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .symbol.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .symbol.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.fulfilled .is-R.symbol.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.symbol.close,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .symbol.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .symbol.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .symbol.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .is-R.symbol.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.symbol.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .symbol.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .symbol.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .symbol.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .symbol.close,.ProfileZendesk td.new .is-R.symbol.tag,.ProfileZendesk td.new .Alerts .alert .is-R.symbol.close,.Alerts .alert .ProfileZendesk td.new .is-R.symbol.close,.SearchTicket td.solved .ProfileZendesk td.new .symbol.tag,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new td.solved .symbol.tag,.ProfileZendesk td.solved td.new .symbol.tag,.ProfileZendesk td.new td.solved .Alerts .alert .symbol.close,.ProfileZendesk td.solved .Alerts .alert td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new td.solved .symbol.close,.Alerts .alert .ProfileZendesk td.solved td.new .symbol.close,.ProfileZendesk td.open .is-R.symbol.tag,.ProfileZendesk td.open .Alerts .alert .is-R.symbol.close,.Alerts .alert .ProfileZendesk td.open .is-R.symbol.close,.SearchTicket td.solved .ProfileZendesk td.open .symbol.tag,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open td.solved .symbol.tag,.ProfileZendesk td.solved td.open .symbol.tag,.ProfileZendesk td.open td.solved .Alerts .alert .symbol.close,.ProfileZendesk td.solved .Alerts .alert td.open .symbol.close,.Alerts .alert .ProfileZendesk td.open td.solved .symbol.close,.Alerts .alert .ProfileZendesk td.solved td.open .symbol.close,.ProfileZendesk td.solved .is-inverse.symbol.tag,.ProfileZendesk td.solved .Alerts .alert .is-inverse.symbol.close,.Alerts .alert .ProfileZendesk td.solved .is-inverse.symbol.close,.SearchTicket td.new .ProfileZendesk td.solved .symbol.tag,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .symbol.close,.SearchTicket td.open .ProfileZendesk td.solved .symbol.tag,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .symbol.close,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .symbol.close,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .symbol.close,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .symbol.close,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .symbol.close,.ProfileZendesk td.solved td.new .Alerts .alert .symbol.close,.ProfileZendesk td.new .Alerts .alert td.solved .symbol.close,.ProfileZendesk td.solved td.open .Alerts .alert .symbol.close,.ProfileZendesk td.open .Alerts .alert td.solved .symbol.close,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .symbol.tag,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .symbol.close,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .symbol.close,.ProfileAppointment td.confirmed .is-R.symbol.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-R.symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .is-R.symbol.close,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .symbol.close,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .symbol.close,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .symbol.close{background:#FF5630;color:#fff}.theme.is-R.is-inverse.has-hover:hover,.Alerts .alert .theme.is-R.is-inverse.close:hover,.Alerts .alert .is-R.is-inverse.close.tag:hover,.Alerts .alert .is-R.is-inverse.close:hover,.Alerts .alert .SearchTicket td.new .is-R.close.tag:hover,.SearchTicket td.new .Alerts .alert .is-R.close.tag:hover,.Alerts .alert .SearchTicket td.new td.solved .close.tag:hover,.SearchTicket td.new td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.solved td.new .close.tag:hover,.SearchTicket td.solved td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .is-R.close.tag:hover,.SearchTicket td.open .Alerts .alert .is-R.close.tag:hover,.Alerts .alert .SearchTicket td.open td.solved .close.tag:hover,.SearchTicket td.open td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.solved td.open .close.tag:hover,.SearchTicket td.solved td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.solved .is-inverse.close.tag:hover,.SearchTicket td.solved .Alerts .alert .is-inverse.close.tag:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .close.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .close.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .close.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .close.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .close.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .close.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .close.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .close.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .close.tag:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .close.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.close.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .close.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .close.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.close.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .close.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .close.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.close.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .close.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .close.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.close.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .close.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .close.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .is-R.close.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-R.close.tag:hover,.Alerts .alert .ProfileZendesk td.new td.solved .close.tag:hover,.ProfileZendesk td.new td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.solved td.new .close.tag:hover,.ProfileZendesk td.solved td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .is-R.close.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-R.close.tag:hover,.Alerts .alert .ProfileZendesk td.open td.solved .close.tag:hover,.ProfileZendesk td.open td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.solved td.open .close.tag:hover,.ProfileZendesk td.solved td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.solved .is-inverse.close.tag:hover,.ProfileZendesk td.solved .Alerts .alert .is-inverse.close.tag:hover,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .close.tag:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .close.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-R.close.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-R.close.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .close.tag:hover,.ProfileZendesk td.solved .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .close.tag:hover,.ProfileZendesk td.solved .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .close.tag:hover,.ProfileZendesk td.new .SearchTicket td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .close.tag:hover,.ProfileZendesk td.open .SearchTicket td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .close.tag:hover,.SearchTicket td.solved .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .close.tag:hover,.SearchTicket td.solved .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .close.tag:hover,.SearchTicket td.new .ProfileZendesk td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .close.tag:hover,.SearchTicket td.open .ProfileZendesk td.solved .Alerts .alert .close.tag:hover,.Alerts .alert .is-R.is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.new .is-R.close.symbol.tag:hover,.SearchTicket td.new .Alerts .alert .is-R.close.symbol.tag:hover,.SearchTicket td.new .Alerts .alert .is-R.close.symbol:hover,.Alerts .alert .SearchTicket td.new .is-R.close.symbol:hover,.SearchTicket td.new td.solved .Alerts .alert .close.symbol:hover,.SearchTicket td.solved .Alerts .alert td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.solved td.new .close.symbol:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new td.solved .close.symbol.tag:hover,.SearchTicket td.new td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.solved td.new .close.symbol.tag:hover,.SearchTicket td.solved td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .close.symbol.tag:hover,.ProfileZendesk td.solved .SearchTicket td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open .is-R.close.symbol.tag:hover,.SearchTicket td.open .Alerts .alert .is-R.close.symbol.tag:hover,.SearchTicket td.open .Alerts .alert .is-R.close.symbol:hover,.Alerts .alert .SearchTicket td.open .is-R.close.symbol:hover,.SearchTicket td.open td.solved .Alerts .alert .close.symbol:hover,.SearchTicket td.solved .Alerts .alert td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.solved td.open .close.symbol:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open td.solved .close.symbol.tag:hover,.SearchTicket td.open td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.solved td.open .close.symbol.tag:hover,.SearchTicket td.solved td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .close.symbol.tag:hover,.ProfileZendesk td.solved .SearchTicket td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.solved .is-inverse.close.symbol.tag:hover,.SearchTicket td.solved .Alerts .alert .is-inverse.close.symbol.tag:hover,.SearchTicket td.solved .Alerts .alert .is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.solved .is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .close.symbol.tag:hover,.ProfileZendesk td.new .SearchTicket td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .close.symbol.tag:hover,.ProfileZendesk td.open .SearchTicket td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .close.symbol.tag:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .close.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.close.symbol.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.close.symbol.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.close.symbol:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .close.symbol:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .close.symbol:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.close.symbol:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .close.symbol:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .close.symbol:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.close.symbol:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .close.symbol:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .close.symbol:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.close.symbol:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .close.symbol:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .close.symbol:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .is-R.close.symbol.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-R.close.symbol.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-R.close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .is-R.close.symbol:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new td.solved .Alerts .alert .close.symbol:hover,.ProfileZendesk td.solved .Alerts .alert td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .close.symbol.tag:hover,.SearchTicket td.solved .ProfileZendesk td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new td.solved .close.symbol.tag:hover,.ProfileZendesk td.new td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved td.new .close.symbol.tag:hover,.ProfileZendesk td.solved td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open .is-R.close.symbol.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-R.close.symbol.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-R.close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .is-R.close.symbol:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open td.solved .Alerts .alert .close.symbol:hover,.ProfileZendesk td.solved .Alerts .alert td.open .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .close.symbol.tag:hover,.SearchTicket td.solved .ProfileZendesk td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open td.solved .close.symbol.tag:hover,.ProfileZendesk td.open td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved td.open .close.symbol.tag:hover,.ProfileZendesk td.solved td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved .is-inverse.close.symbol.tag:hover,.ProfileZendesk td.solved .Alerts .alert .is-inverse.close.symbol.tag:hover,.ProfileZendesk td.solved .Alerts .alert .is-inverse.close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved .is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .close.symbol.tag:hover,.SearchTicket td.new .ProfileZendesk td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .close.symbol.tag:hover,.SearchTicket td.open .ProfileZendesk td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .close.symbol.tag:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .close.symbol.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-R.close.symbol.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-R.close.symbol.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-R.close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-R.close.symbol:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .close.symbol:hover,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .close.symbol:hover,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .close.symbol:hover,.SearchTicket td.new .Alerts .alert .is-R.close:hover,.Alerts .alert .SearchTicket td.new .is-R.close:hover,.SearchTicket td.new td.solved .Alerts .alert .theme.close:hover,.SearchTicket td.solved .Alerts .alert td.new .theme.close:hover,.Alerts .alert .SearchTicket td.new td.solved .theme.close:hover,.Alerts .alert .SearchTicket td.solved td.new .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .theme.close:hover,.SearchTicket td.open .Alerts .alert .is-R.close:hover,.Alerts .alert .SearchTicket td.open .is-R.close:hover,.SearchTicket td.open td.solved .Alerts .alert .theme.close:hover,.SearchTicket td.solved .Alerts .alert td.open .theme.close:hover,.Alerts .alert .SearchTicket td.open td.solved .theme.close:hover,.Alerts .alert .SearchTicket td.solved td.open .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .theme.close:hover,.SearchTicket td.solved .Alerts .alert .theme.is-inverse.close:hover,.Alerts .alert .SearchTicket td.solved .theme.is-inverse.close:hover,.SearchTicket td.solved td.new .Alerts .alert .close.symbol:hover,.SearchTicket td.new .Alerts .alert td.solved .close.symbol:hover,.SearchTicket td.solved td.open .Alerts .alert .close.symbol:hover,.SearchTicket td.open .Alerts .alert td.solved .close.symbol:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .close.symbol:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .close.symbol:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .close.symbol:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .close.symbol:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.close:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .theme.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .theme.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .theme.close:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.close:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .theme.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .theme.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.close:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .theme.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .theme.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .theme.close:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.close:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .theme.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .theme.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .theme.close:hover,.ProfileZendesk td.new .Alerts .alert .is-R.close:hover,.Alerts .alert .ProfileZendesk td.new .is-R.close:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .theme.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .theme.close:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .theme.close:hover,.ProfileZendesk td.new td.solved .Alerts .alert .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert td.new .theme.close:hover,.Alerts .alert .ProfileZendesk td.new td.solved .theme.close:hover,.Alerts .alert .ProfileZendesk td.solved td.new .theme.close:hover,.ProfileZendesk td.open .Alerts .alert .is-R.close:hover,.Alerts .alert .ProfileZendesk td.open .is-R.close:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .theme.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .theme.close:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .theme.close:hover,.ProfileZendesk td.open td.solved .Alerts .alert .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert td.open .theme.close:hover,.Alerts .alert .ProfileZendesk td.open td.solved .theme.close:hover,.Alerts .alert .ProfileZendesk td.solved td.open .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .theme.is-inverse.close:hover,.Alerts .alert .ProfileZendesk td.solved .theme.is-inverse.close:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .close.symbol:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .close.symbol:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .close.symbol:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .close.symbol:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .close.symbol:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .close.symbol:hover,.ProfileZendesk td.solved td.new .Alerts .alert .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert td.solved .close.symbol:hover,.ProfileZendesk td.solved td.open .Alerts .alert .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert td.solved .close.symbol:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-R.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-R.close:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .theme.close:hover,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .theme.close:hover,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .theme.close:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .theme.close:hover,.is-R.is-inverse.has-hover.tag:hover,.SearchTicket td.new .is-R.has-hover.tag:hover,.SearchTicket td.new td.solved .has-hover.tag:hover,.SearchTicket td.solved td.new .has-hover.tag:hover,.SearchTicket td.new td.solved .Alerts .alert .close:hover,.SearchTicket td.solved .Alerts .alert td.new .close:hover,.Alerts .alert .SearchTicket td.new td.solved .close:hover,.Alerts .alert .SearchTicket td.solved td.new .close:hover,.ProfileZendesk td.solved .SearchTicket td.new .has-hover.tag:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .close:hover,.SearchTicket td.open .is-R.has-hover.tag:hover,.SearchTicket td.open td.solved .has-hover.tag:hover,.SearchTicket td.solved td.open .has-hover.tag:hover,.SearchTicket td.open td.solved .Alerts .alert .close:hover,.SearchTicket td.solved .Alerts .alert td.open .close:hover,.Alerts .alert .SearchTicket td.open td.solved .close:hover,.Alerts .alert .SearchTicket td.solved td.open .close:hover,.ProfileZendesk td.solved .SearchTicket td.open .has-hover.tag:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .close:hover,.SearchTicket td.solved .is-inverse.has-hover.tag:hover,.SearchTicket td.solved .Alerts .alert .is-inverse.close:hover,.Alerts .alert .SearchTicket td.solved .is-inverse.close:hover,.SearchTicket td.solved td.new .Alerts .alert .close:hover,.SearchTicket td.new .Alerts .alert td.solved .close:hover,.SearchTicket td.solved td.open .Alerts .alert .close:hover,.SearchTicket td.open .Alerts .alert td.solved .close:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .has-hover.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .close:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .has-hover.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .close:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .has-hover.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .close:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .has-hover.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .close:hover,.ProfileZendesk td.new .SearchTicket td.solved .has-hover.tag:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .close:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .close:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .close:hover,.ProfileZendesk td.open .SearchTicket td.solved .has-hover.tag:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .close:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .close:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .close:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .has-hover.tag:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .close:hover,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .close:hover,.SearchShopifyOrder td.shipped .is-R.has-hover.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .has-hover.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.unshipped .is-R.has-hover.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .has-hover.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.fulfilled .is-R.has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .has-hover.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .is-R.has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .has-hover.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .close:hover,.ProfileZendesk td.new .is-R.has-hover.tag:hover,.SearchTicket td.solved .ProfileZendesk td.new .has-hover.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new td.solved .has-hover.tag:hover,.ProfileZendesk td.solved td.new .has-hover.tag:hover,.ProfileZendesk td.new td.solved .Alerts .alert .close:hover,.ProfileZendesk td.solved .Alerts .alert td.new .close:hover,.Alerts .alert .ProfileZendesk td.new td.solved .close:hover,.Alerts .alert .ProfileZendesk td.solved td.new .close:hover,.ProfileZendesk td.open .is-R.has-hover.tag:hover,.SearchTicket td.solved .ProfileZendesk td.open .has-hover.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open td.solved .has-hover.tag:hover,.ProfileZendesk td.solved td.open .has-hover.tag:hover,.ProfileZendesk td.open td.solved .Alerts .alert .close:hover,.ProfileZendesk td.solved .Alerts .alert td.open .close:hover,.Alerts .alert .ProfileZendesk td.open td.solved .close:hover,.Alerts .alert .ProfileZendesk td.solved td.open .close:hover,.ProfileZendesk td.solved .is-inverse.has-hover.tag:hover,.ProfileZendesk td.solved .Alerts .alert .is-inverse.close:hover,.Alerts .alert .ProfileZendesk td.solved .is-inverse.close:hover,.SearchTicket td.new .ProfileZendesk td.solved .has-hover.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .close:hover,.SearchTicket td.open .ProfileZendesk td.solved .has-hover.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .close:hover,.ProfileZendesk td.solved td.new .Alerts .alert .close:hover,.ProfileZendesk td.new .Alerts .alert td.solved .close:hover,.ProfileZendesk td.solved td.open .Alerts .alert .close:hover,.ProfileZendesk td.open .Alerts .alert td.solved .close:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .has-hover.tag:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .close:hover,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .close:hover,.ProfileAppointment td.confirmed .is-R.has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .close:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .close:hover,.is-R.is-inverse.has-hover.symbol:hover,.SearchTicket td.new .is-R.has-hover.symbol.tag:hover,.SearchTicket td.new td.solved .has-hover.symbol.tag:hover,.SearchTicket td.solved td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.solved .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.open .is-R.has-hover.symbol.tag:hover,.SearchTicket td.open td.solved .has-hover.symbol.tag:hover,.SearchTicket td.solved td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.solved .SearchTicket td.open .has-hover.symbol.tag:hover,.SearchTicket td.solved .is-inverse.has-hover.symbol.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .has-hover.symbol.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .has-hover.symbol.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .has-hover.symbol.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .has-hover.symbol.tag:hover,.ProfileZendesk td.new .SearchTicket td.solved .has-hover.symbol.tag:hover,.ProfileZendesk td.open .SearchTicket td.solved .has-hover.symbol.tag:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .is-R.has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .has-hover.symbol.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .is-R.has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .has-hover.symbol.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .is-R.has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .has-hover.symbol.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .is-R.has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .has-hover.symbol.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.ProfileZendesk td.new .is-R.has-hover.symbol.tag:hover,.SearchTicket td.solved .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new td.solved .has-hover.symbol.tag:hover,.ProfileZendesk td.solved td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.open .is-R.has-hover.symbol.tag:hover,.SearchTicket td.solved .ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.open td.solved .has-hover.symbol.tag:hover,.ProfileZendesk td.solved td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.solved .is-inverse.has-hover.symbol.tag:hover,.SearchTicket td.new .ProfileZendesk td.solved .has-hover.symbol.tag:hover,.SearchTicket td.open .ProfileZendesk td.solved .has-hover.symbol.tag:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .is-R.has-hover.symbol.tag:hover{background:rgba(255,86,48,0.8)}.theme.is-R.is-ghost,.is-R.is-ghost.tag,.Alerts .alert .is-R.is-ghost.close,.SearchTicket td.solved .is-ghost.tag,.SearchTicket td.solved .Alerts .alert .is-ghost.close,.Alerts .alert .SearchTicket td.solved .is-ghost.close,.ProfileZendesk td.solved .is-ghost.tag,.ProfileZendesk td.solved .Alerts .alert .is-ghost.close,.Alerts .alert .ProfileZendesk td.solved .is-ghost.close,.is-R.is-ghost.symbol{color:#FF5630;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.theme.is-R.is-ghost:hover,.is-R.is-ghost.tag:hover,.Alerts .alert .is-R.is-ghost.close:hover,.SearchTicket td.solved .is-ghost.tag:hover,.SearchTicket td.solved .Alerts .alert .is-ghost.close:hover,.Alerts .alert .SearchTicket td.solved .is-ghost.close:hover,.ProfileZendesk td.solved .is-ghost.tag:hover,.ProfileZendesk td.solved .Alerts .alert .is-ghost.close:hover,.Alerts .alert .ProfileZendesk td.solved .is-ghost.close:hover,.is-R.is-ghost.symbol:hover{background:#FAFBFC}.theme.is-R.is-ghost:active,.is-R.is-ghost.tag:active,.Alerts .alert .is-R.is-ghost.close:active,.SearchTicket td.solved .is-ghost.tag:active,.SearchTicket td.solved .Alerts .alert .is-ghost.close:active,.Alerts .alert .SearchTicket td.solved .is-ghost.close:active,.ProfileZendesk td.solved .is-ghost.tag:active,.ProfileZendesk td.solved .Alerts .alert .is-ghost.close:active,.Alerts .alert .ProfileZendesk td.solved .is-ghost.close:active,.is-R.is-ghost.symbol:active{background:#F4F5F7}.theme.is-Y,.is-Y.tag,.Alerts .alert .is-Y.close,.is-Y.symbol{background:rgba(255,139,0,0.1);color:#FF8B00}.theme.is-Y.has-hover:hover,.Alerts .alert .is-Y.close:hover,.is-Y.has-hover.tag:hover,.is-Y.has-hover.symbol:hover{background:rgba(255,139,0,0.2);cursor:pointer}.theme.is-Y.is-inverse,.is-Y.is-inverse.tag,.Alerts .alert .is-Y.is-inverse.close,.SearchTicket td.new .is-Y.tag,.SearchTicket td.new .Alerts .alert .is-Y.close,.Alerts .alert .SearchTicket td.new .is-Y.close,.SearchTicket td.open .is-Y.tag,.SearchTicket td.open .Alerts .alert .is-Y.close,.Alerts .alert .SearchTicket td.open .is-Y.close,.SearchShopifyOrder td.shipped .is-Y.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-Y.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-Y.close,.SearchShopifyOrder td.unshipped .is-Y.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-Y.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-Y.close,.SearchShopifyOrder td.fulfilled .is-Y.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-Y.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-Y.close,.SearchShopifyOrder td.unfulfilled .is-Y.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-Y.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-Y.close,.ProfileZendesk td.new .is-Y.tag,.ProfileZendesk td.new .Alerts .alert .is-Y.close,.Alerts .alert .ProfileZendesk td.new .is-Y.close,.ProfileZendesk td.open .is-Y.tag,.ProfileZendesk td.open .Alerts .alert .is-Y.close,.Alerts .alert .ProfileZendesk td.open .is-Y.close,.ProfileAppointment td.confirmed .is-Y.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-Y.close,.Alerts .alert .ProfileAppointment td.confirmed .is-Y.close,.is-Y.is-inverse.symbol{background:#FF8B00;color:#fff}.theme.is-Y.is-inverse.has-hover:hover,.Alerts .alert .is-Y.is-inverse.close:hover,.SearchTicket td.new .Alerts .alert .is-Y.close:hover,.Alerts .alert .SearchTicket td.new .is-Y.close:hover,.SearchTicket td.open .Alerts .alert .is-Y.close:hover,.Alerts .alert .SearchTicket td.open .is-Y.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-Y.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-Y.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-Y.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-Y.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-Y.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-Y.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-Y.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-Y.close:hover,.ProfileZendesk td.new .Alerts .alert .is-Y.close:hover,.Alerts .alert .ProfileZendesk td.new .is-Y.close:hover,.ProfileZendesk td.open .Alerts .alert .is-Y.close:hover,.Alerts .alert .ProfileZendesk td.open .is-Y.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-Y.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-Y.close:hover,.is-Y.is-inverse.has-hover.tag:hover,.SearchTicket td.new .is-Y.has-hover.tag:hover,.SearchTicket td.open .is-Y.has-hover.tag:hover,.SearchShopifyOrder td.shipped .is-Y.has-hover.tag:hover,.SearchShopifyOrder td.unshipped .is-Y.has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .is-Y.has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .is-Y.has-hover.tag:hover,.ProfileZendesk td.new .is-Y.has-hover.tag:hover,.ProfileZendesk td.open .is-Y.has-hover.tag:hover,.ProfileAppointment td.confirmed .is-Y.has-hover.tag:hover,.is-Y.is-inverse.has-hover.symbol:hover{background:rgba(255,139,0,0.8)}.theme.is-Y.is-ghost,.is-Y.is-ghost.tag,.Alerts .alert .is-Y.is-ghost.close,.is-Y.is-ghost.symbol{color:#FF8B00;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.theme.is-Y.is-ghost:hover,.is-Y.is-ghost.tag:hover,.Alerts .alert .is-Y.is-ghost.close:hover,.is-Y.is-ghost.symbol:hover{background:#FAFBFC}.theme.is-Y.is-ghost:active,.is-Y.is-ghost.tag:active,.Alerts .alert .is-Y.is-ghost.close:active,.is-Y.is-ghost.symbol:active{background:#F4F5F7}.theme.is-G,.is-G.tag,.Alerts .alert .is-G.close,.SearchTicket td.new .tag,.SearchTicket td.new .Alerts .alert .close,.Alerts .alert .SearchTicket td.new .close,.SearchTicket td.pending .tag,.SearchTicket td.pending .Alerts .alert .close,.Alerts .alert .SearchTicket td.pending .close,.SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .close,.ProfileZendesk td.new .tag,.ProfileZendesk td.new .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.new .close,.ProfileZendesk td.pending .tag,.ProfileZendesk td.pending .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.pending .close,.ProfileAppointment td.pending .tag,.ProfileAppointment td.pending .Alerts .alert .close,.Alerts .alert .ProfileAppointment td.pending .close,.is-G.symbol{background:rgba(54,179,126,0.1);color:#36B37E}.theme.is-G.has-hover:hover,.Alerts .alert .is-G.close:hover,.is-G.has-hover.tag:hover,.SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.pending .has-hover.tag:hover,.SearchTicket td.pending .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.pending .close:hover,.SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.new .close:hover,.ProfileZendesk td.pending .has-hover.tag:hover,.ProfileZendesk td.pending .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.pending .close:hover,.ProfileAppointment td.pending .has-hover.tag:hover,.ProfileAppointment td.pending .Alerts .alert .close:hover,.Alerts .alert .ProfileAppointment td.pending .close:hover,.is-G.has-hover.symbol:hover{background:rgba(54,179,126,0.2);cursor:pointer}.theme.is-G.is-inverse,.is-G.is-inverse.tag,.Alerts .alert .is-G.is-inverse.close,.Alerts .alert .SearchTicket td.new .close.tag,.SearchTicket td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.open .is-G.close.tag,.SearchTicket td.open .Alerts .alert .is-G.close.tag,.Alerts .alert .SearchTicket td.open td.new .close.tag,.SearchTicket td.open td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.new td.open .close.tag,.SearchTicket td.new td.open .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.open td.pending .close.tag,.SearchTicket td.open td.pending .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.pending td.open .close.tag,.SearchTicket td.pending td.open .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .close.tag,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .close.tag,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .close.tag,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .close.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .close.tag,.ProfileZendesk td.new .SearchTicket td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .close.tag,.ProfileZendesk td.pending .SearchTicket td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .close.tag,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.pending .is-inverse.close.tag,.SearchTicket td.pending .Alerts .alert .is-inverse.close.tag,.Alerts .alert .SearchTicket td.pending td.new .close.tag,.SearchTicket td.pending td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.new td.pending .close.tag,.SearchTicket td.new td.pending .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.shipped .close.tag,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .close.tag,.SearchShopifyOrder td.shipped .SearchTicket td.pending .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .close.tag,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .close.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.fulfilled .close.tag,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .close.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .close.tag,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .close.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .close.tag,.ProfileZendesk td.new .SearchTicket td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .close.tag,.ProfileZendesk td.open .SearchTicket td.pending .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .close.tag,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .close.tag,.ProfileAppointment td.confirmed .SearchTicket td.pending .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .close.tag,.SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.close.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .close.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .close.tag,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close.tag,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close.tag,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close.tag,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close.tag,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .close.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .close.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .close.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .close.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .close.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .close.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .close.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.close.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .close.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .close.tag,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close.tag,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close.tag,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close.tag,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close.tag,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .close.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .close.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .close.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .close.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .close.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .close.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .close.tag,.ProfileZendesk td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open .is-G.close.tag,.ProfileZendesk td.open .Alerts .alert .is-G.close.tag,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .close.tag,.SearchTicket td.new .ProfileZendesk td.open .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .close.tag,.SearchTicket td.pending .ProfileZendesk td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .close.tag,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .close.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .close.tag,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .close.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open td.new .close.tag,.ProfileZendesk td.open td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new td.open .close.tag,.ProfileZendesk td.new td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open td.pending .close.tag,.ProfileZendesk td.open td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.pending td.open .close.tag,.ProfileZendesk td.pending td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .close.tag,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.pending .is-inverse.close.tag,.ProfileZendesk td.pending .Alerts .alert .is-inverse.close.tag,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .close.tag,.SearchTicket td.new .ProfileZendesk td.pending .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .close.tag,.SearchTicket td.open .ProfileZendesk td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.shipped .close.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .close.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .close.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .close.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.pending td.new .close.tag,.ProfileZendesk td.pending td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new td.pending .close.tag,.ProfileZendesk td.new td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .close.tag,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .close.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .is-G.close.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-G.close.tag,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .close.tag,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .close.tag,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .close.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .close.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .close.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .close.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .close.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .close.tag,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed td.pending .close.tag,.ProfileAppointment td.confirmed td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.pending td.confirmed .close.tag,.ProfileAppointment td.pending td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.pending .is-inverse.close.tag,.ProfileAppointment td.pending .Alerts .alert .is-inverse.close.tag,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.new .close.tag,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .close.tag,.SearchTicket td.new .ProfileAppointment td.pending .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .close.tag,.SearchTicket td.open .ProfileAppointment td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.shipped .close.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .close.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .close.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .close.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.new .close.tag,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .close.tag,.ProfileZendesk td.new .ProfileAppointment td.pending .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .close.tag,.ProfileZendesk td.open .ProfileAppointment td.pending .Alerts .alert .close.tag,.SearchTicket td.new .tag,.SearchTicket td.new .Alerts .alert .close,.Alerts .alert .SearchTicket td.new .close,.SearchTicket td.open .is-G.tag,.SearchTicket td.open .Alerts .alert .is-G.close,.Alerts .alert .SearchTicket td.open .is-G.close,.SearchTicket td.open td.new .tag,.SearchTicket td.new td.open .tag,.SearchTicket td.open td.new .Alerts .alert .close,.SearchTicket td.new .Alerts .alert td.open .close,.Alerts .alert .SearchTicket td.open td.new .close,.Alerts .alert .SearchTicket td.new td.open .close,.SearchTicket td.open td.pending .tag,.SearchTicket td.pending td.open .tag,.SearchTicket td.open td.pending .Alerts .alert .close,.SearchTicket td.pending .Alerts .alert td.open .close,.Alerts .alert .SearchTicket td.open td.pending .close,.Alerts .alert .SearchTicket td.pending td.open .close,.SearchTicket td.open .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .SearchTicket td.open .tag,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .close,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .tag,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .close,.ProfileZendesk td.new .SearchTicket td.open .tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .close,.ProfileZendesk td.pending .SearchTicket td.open .tag,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .close,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .close,.ProfileAppointment td.pending .SearchTicket td.open .tag,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .close,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .close,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .close,.SearchTicket td.pending .is-inverse.tag,.SearchTicket td.pending .Alerts .alert .is-inverse.close,.Alerts .alert .SearchTicket td.pending .is-inverse.close,.SearchTicket td.pending td.new .tag,.SearchTicket td.new td.pending .tag,.SearchTicket td.pending td.new .Alerts .alert .close,.SearchTicket td.new .Alerts .alert td.pending .close,.Alerts .alert .SearchTicket td.pending td.new .close,.Alerts .alert .SearchTicket td.new td.pending .close,.SearchTicket td.pending td.open .Alerts .alert .close,.SearchTicket td.open .Alerts .alert td.pending .close,.SearchTicket td.pending .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .SearchTicket td.pending .tag,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .close,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .tag,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .close,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .tag,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .close,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .tag,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .close,.ProfileZendesk td.new .SearchTicket td.pending .tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .close,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .close,.ProfileZendesk td.open .SearchTicket td.pending .tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .close,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .close,.SearchTicket td.pending .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .SearchTicket td.pending .tag,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .close,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .close,.SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.unshipped .is-G.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.close,.SearchShopifyOrder td.unshipped .SearchTicket td.new .tag,.SearchTicket td.new .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .close,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .close,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped td.shipped .tag,.SearchShopifyOrder td.shipped td.unshipped .tag,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .close,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .close,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close,.SearchShopifyOrder td.unshipped td.fulfilled .tag,.SearchShopifyOrder td.fulfilled td.unshipped .tag,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .close,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .close,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .tag,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .close,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .close,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .close,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.unfulfilled .is-G.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .tag,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .close,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .close,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled td.shipped .tag,.SearchShopifyOrder td.shipped td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .close,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled td.fulfilled .tag,.SearchShopifyOrder td.fulfilled td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .close,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .tag,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .close,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .close,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .close,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .close,.ProfileZendesk td.new .tag,.ProfileZendesk td.new .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.new .close,.ProfileZendesk td.open .is-G.tag,.ProfileZendesk td.open .Alerts .alert .is-G.close,.Alerts .alert .ProfileZendesk td.open .is-G.close,.SearchTicket td.new .ProfileZendesk td.open .tag,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .close,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .close,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .close,.SearchTicket td.pending .ProfileZendesk td.open .tag,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .close,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .tag,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .close,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .tag,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .close,.ProfileZendesk td.open td.new .tag,.ProfileZendesk td.new td.open .tag,.ProfileZendesk td.open td.new .Alerts .alert .close,.ProfileZendesk td.new .Alerts .alert td.open .close,.Alerts .alert .ProfileZendesk td.open td.new .close,.Alerts .alert .ProfileZendesk td.new td.open .close,.ProfileZendesk td.open td.pending .tag,.ProfileZendesk td.pending td.open .tag,.ProfileZendesk td.open td.pending .Alerts .alert .close,.ProfileZendesk td.pending .Alerts .alert td.open .close,.Alerts .alert .ProfileZendesk td.open td.pending .close,.Alerts .alert .ProfileZendesk td.pending td.open .close,.ProfileAppointment td.pending .ProfileZendesk td.open .tag,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .close,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .close,.ProfileZendesk td.pending .is-inverse.tag,.ProfileZendesk td.pending .Alerts .alert .is-inverse.close,.Alerts .alert .ProfileZendesk td.pending .is-inverse.close,.SearchTicket td.new .ProfileZendesk td.pending .tag,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .close,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .close,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .close,.SearchTicket td.open .ProfileZendesk td.pending .tag,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .close,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .tag,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .close,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .close,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .tag,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .close,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .close,.ProfileZendesk td.pending td.new .tag,.ProfileZendesk td.new td.pending .tag,.ProfileZendesk td.pending td.new .Alerts .alert .close,.ProfileZendesk td.new .Alerts .alert td.pending .close,.Alerts .alert .ProfileZendesk td.pending td.new .close,.Alerts .alert .ProfileZendesk td.new td.pending .close,.ProfileZendesk td.pending td.open .Alerts .alert .close,.ProfileZendesk td.open .Alerts .alert td.pending .close,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .tag,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .close,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .close,.ProfileAppointment td.confirmed .is-G.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-G.close,.Alerts .alert .ProfileAppointment td.confirmed .is-G.close,.ProfileAppointment td.confirmed .SearchTicket td.new .tag,.SearchTicket td.new .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .close,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .close,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .close,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .close,.ProfileAppointment td.confirmed .ProfileZendesk td.new .tag,.ProfileZendesk td.new .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .close,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .close,.ProfileAppointment td.confirmed td.pending .tag,.ProfileAppointment td.pending td.confirmed .tag,.ProfileAppointment td.confirmed td.pending .Alerts .alert .close,.ProfileAppointment td.pending .Alerts .alert td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed td.pending .close,.Alerts .alert .ProfileAppointment td.pending td.confirmed .close,.ProfileAppointment td.pending .is-inverse.tag,.ProfileAppointment td.pending .Alerts .alert .is-inverse.close,.Alerts .alert .ProfileAppointment td.pending .is-inverse.close,.ProfileAppointment td.pending .SearchTicket td.new .tag,.SearchTicket td.new .ProfileAppointment td.pending .tag,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .close,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .close,.SearchTicket td.open .ProfileAppointment td.pending .tag,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .close,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .close,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .tag,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .close,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .close,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .tag,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .close,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .close,.ProfileAppointment td.pending .ProfileZendesk td.new .tag,.ProfileZendesk td.new .ProfileAppointment td.pending .tag,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .close,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .close,.ProfileZendesk td.open .ProfileAppointment td.pending .tag,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .close,.ProfileAppointment td.pending td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert td.pending .close,.is-G.is-inverse.symbol,.SearchTicket td.new .symbol.tag,.SearchTicket td.new .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.new .symbol.close,.SearchTicket td.open .is-G.symbol.tag,.SearchTicket td.open .Alerts .alert .is-G.symbol.close,.Alerts .alert .SearchTicket td.open .is-G.symbol.close,.SearchTicket td.open td.new .symbol.tag,.SearchTicket td.new td.open .symbol.tag,.SearchTicket td.open td.new .Alerts .alert .symbol.close,.SearchTicket td.new .Alerts .alert td.open .symbol.close,.Alerts .alert .SearchTicket td.open td.new .symbol.close,.Alerts .alert .SearchTicket td.new td.open .symbol.close,.SearchTicket td.open td.pending .symbol.tag,.SearchTicket td.pending td.open .symbol.tag,.SearchTicket td.open td.pending .Alerts .alert .symbol.close,.SearchTicket td.pending .Alerts .alert td.open .symbol.close,.Alerts .alert .SearchTicket td.open td.pending .symbol.close,.Alerts .alert .SearchTicket td.pending td.open .symbol.close,.SearchTicket td.open .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .SearchTicket td.open .symbol.tag,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .symbol.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .symbol.close,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .symbol.tag,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .symbol.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .symbol.close,.ProfileZendesk td.new .SearchTicket td.open .symbol.tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .symbol.close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .symbol.close,.ProfileZendesk td.pending .SearchTicket td.open .symbol.tag,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .symbol.close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .symbol.close,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .symbol.close,.ProfileAppointment td.pending .SearchTicket td.open .symbol.tag,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .symbol.close,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .symbol.close,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .symbol.close,.SearchTicket td.pending .is-inverse.symbol.tag,.SearchTicket td.pending .Alerts .alert .is-inverse.symbol.close,.Alerts .alert .SearchTicket td.pending .is-inverse.symbol.close,.SearchTicket td.pending td.new .symbol.tag,.SearchTicket td.new td.pending .symbol.tag,.SearchTicket td.pending td.new .Alerts .alert .symbol.close,.SearchTicket td.new .Alerts .alert td.pending .symbol.close,.Alerts .alert .SearchTicket td.pending td.new .symbol.close,.Alerts .alert .SearchTicket td.new td.pending .symbol.close,.SearchTicket td.pending td.open .Alerts .alert .symbol.close,.SearchTicket td.open .Alerts .alert td.pending .symbol.close,.SearchTicket td.pending .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .SearchTicket td.pending .symbol.tag,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .symbol.tag,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .symbol.tag,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .symbol.tag,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .symbol.close,.ProfileZendesk td.new .SearchTicket td.pending .symbol.tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .symbol.close,.ProfileZendesk td.open .SearchTicket td.pending .symbol.tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .symbol.close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .SearchTicket td.pending .symbol.tag,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .symbol.close,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .symbol.close,.SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.unshipped .is-G.symbol.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.symbol.close,.SearchShopifyOrder td.unshipped .SearchTicket td.new .symbol.tag,.SearchTicket td.new .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .symbol.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .symbol.close,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped td.shipped .symbol.tag,.SearchShopifyOrder td.shipped td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .symbol.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .symbol.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .symbol.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .symbol.close,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .symbol.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .symbol.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .symbol.close,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .is-G.symbol.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.symbol.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .symbol.tag,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .symbol.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .symbol.close,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled td.shipped .symbol.tag,.SearchShopifyOrder td.shipped td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .symbol.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .symbol.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .symbol.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .symbol.close,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .symbol.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .symbol.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .symbol.close,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .symbol.close,.ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .Alerts .alert .symbol.close,.Alerts .alert .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.open .is-G.symbol.tag,.ProfileZendesk td.open .Alerts .alert .is-G.symbol.close,.Alerts .alert .ProfileZendesk td.open .is-G.symbol.close,.SearchTicket td.new .ProfileZendesk td.open .symbol.tag,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .symbol.close,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .symbol.close,.SearchTicket td.pending .ProfileZendesk td.open .symbol.tag,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .symbol.tag,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .symbol.tag,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open td.new .symbol.tag,.ProfileZendesk td.new td.open .symbol.tag,.ProfileZendesk td.open td.new .Alerts .alert .symbol.close,.ProfileZendesk td.new .Alerts .alert td.open .symbol.close,.Alerts .alert .ProfileZendesk td.open td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new td.open .symbol.close,.ProfileZendesk td.open td.pending .symbol.tag,.ProfileZendesk td.pending td.open .symbol.tag,.ProfileZendesk td.open td.pending .Alerts .alert .symbol.close,.ProfileZendesk td.pending .Alerts .alert td.open .symbol.close,.Alerts .alert .ProfileZendesk td.open td.pending .symbol.close,.Alerts .alert .ProfileZendesk td.pending td.open .symbol.close,.ProfileAppointment td.pending .ProfileZendesk td.open .symbol.tag,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .symbol.close,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.pending .is-inverse.symbol.tag,.ProfileZendesk td.pending .Alerts .alert .is-inverse.symbol.close,.Alerts .alert .ProfileZendesk td.pending .is-inverse.symbol.close,.SearchTicket td.new .ProfileZendesk td.pending .symbol.tag,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .symbol.close,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .symbol.close,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .symbol.close,.SearchTicket td.open .ProfileZendesk td.pending .symbol.tag,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .symbol.close,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .symbol.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .symbol.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .symbol.close,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .symbol.close,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .symbol.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .symbol.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .symbol.close,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .symbol.close,.ProfileZendesk td.pending td.new .symbol.tag,.ProfileZendesk td.new td.pending .symbol.tag,.ProfileZendesk td.pending td.new .Alerts .alert .symbol.close,.ProfileZendesk td.new .Alerts .alert td.pending .symbol.close,.Alerts .alert .ProfileZendesk td.pending td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new td.pending .symbol.close,.ProfileZendesk td.pending td.open .Alerts .alert .symbol.close,.ProfileZendesk td.open .Alerts .alert td.pending .symbol.close,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .symbol.tag,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .symbol.close,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .symbol.close,.ProfileAppointment td.confirmed .is-G.symbol.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-G.symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .is-G.symbol.close,.ProfileAppointment td.confirmed .SearchTicket td.new .symbol.tag,.SearchTicket td.new .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .symbol.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .symbol.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .symbol.close,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .symbol.close,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .symbol.close,.ProfileAppointment td.confirmed .ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .symbol.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .symbol.close,.ProfileAppointment td.confirmed td.pending .symbol.tag,.ProfileAppointment td.pending td.confirmed .symbol.tag,.ProfileAppointment td.confirmed td.pending .Alerts .alert .symbol.close,.ProfileAppointment td.pending .Alerts .alert td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed td.pending .symbol.close,.Alerts .alert .ProfileAppointment td.pending td.confirmed .symbol.close,.ProfileAppointment td.pending .is-inverse.symbol.tag,.ProfileAppointment td.pending .Alerts .alert .is-inverse.symbol.close,.Alerts .alert .ProfileAppointment td.pending .is-inverse.symbol.close,.ProfileAppointment td.pending .SearchTicket td.new .symbol.tag,.SearchTicket td.new .ProfileAppointment td.pending .symbol.tag,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .symbol.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .symbol.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .symbol.close,.SearchTicket td.open .ProfileAppointment td.pending .symbol.tag,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .symbol.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .symbol.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending .ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .ProfileAppointment td.pending .symbol.tag,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .symbol.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .symbol.close,.ProfileZendesk td.open .ProfileAppointment td.pending .symbol.tag,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .symbol.close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .symbol.close,.ProfileAppointment td.pending td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert td.pending .symbol.close{background:#36B37E;color:#fff}.theme.is-G.is-inverse.has-hover:hover,.Alerts .alert .theme.is-G.is-inverse.close:hover,.Alerts .alert .is-G.is-inverse.close.tag:hover,.Alerts .alert .is-G.is-inverse.close:hover,.Alerts .alert .SearchTicket td.new .close.tag:hover,.SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .is-G.close.tag:hover,.SearchTicket td.open .Alerts .alert .is-G.close.tag:hover,.Alerts .alert .SearchTicket td.open td.new .close.tag:hover,.SearchTicket td.open td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new td.open .close.tag:hover,.SearchTicket td.new td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open td.pending .close.tag:hover,.SearchTicket td.open td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.pending td.open .close.tag:hover,.SearchTicket td.pending td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .close.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .close.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .close.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .close.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .close.tag:hover,.ProfileZendesk td.new .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .close.tag:hover,.ProfileZendesk td.pending .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .close.tag:hover,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.pending .is-inverse.close.tag:hover,.SearchTicket td.pending .Alerts .alert .is-inverse.close.tag:hover,.Alerts .alert .SearchTicket td.pending td.new .close.tag:hover,.SearchTicket td.pending td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new td.pending .close.tag:hover,.SearchTicket td.new td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.shipped .close.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .close.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .close.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .close.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.fulfilled .close.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .close.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .close.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .close.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .close.tag:hover,.ProfileZendesk td.new .SearchTicket td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .close.tag:hover,.ProfileZendesk td.open .SearchTicket td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .close.tag:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .close.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .close.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.close.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .close.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .close.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .close.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .close.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .close.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .close.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .close.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .close.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .close.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.close.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .close.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .close.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .close.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .close.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .close.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .close.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .close.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .close.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .close.tag:hover,.ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .is-G.close.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-G.close.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .close.tag:hover,.SearchTicket td.new .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .close.tag:hover,.SearchTicket td.pending .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .close.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .close.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .close.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .close.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open td.new .close.tag:hover,.ProfileZendesk td.open td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new td.open .close.tag:hover,.ProfileZendesk td.new td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open td.pending .close.tag:hover,.ProfileZendesk td.open td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.pending td.open .close.tag:hover,.ProfileZendesk td.pending td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .close.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.pending .is-inverse.close.tag:hover,.ProfileZendesk td.pending .Alerts .alert .is-inverse.close.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .close.tag:hover,.SearchTicket td.new .ProfileZendesk td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .close.tag:hover,.SearchTicket td.open .ProfileZendesk td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.shipped .close.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .close.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .close.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .close.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.pending td.new .close.tag:hover,.ProfileZendesk td.pending td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new td.pending .close.tag:hover,.ProfileZendesk td.new td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .close.tag:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .close.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-G.close.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-G.close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .close.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .close.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .close.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .close.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .close.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .close.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .close.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .close.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed td.pending .close.tag:hover,.ProfileAppointment td.confirmed td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.pending td.confirmed .close.tag:hover,.ProfileAppointment td.pending td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.pending .is-inverse.close.tag:hover,.ProfileAppointment td.pending .Alerts .alert .is-inverse.close.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.new .close.tag:hover,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .close.tag:hover,.SearchTicket td.new .ProfileAppointment td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .close.tag:hover,.SearchTicket td.open .ProfileAppointment td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.shipped .close.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .close.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .close.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .close.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.new .close.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .close.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .close.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.pending .Alerts .alert .close.tag:hover,.Alerts .alert .is-G.is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.new .close.symbol.tag:hover,.SearchTicket td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open .is-G.close.symbol.tag:hover,.SearchTicket td.open .Alerts .alert .is-G.close.symbol.tag:hover,.SearchTicket td.open .Alerts .alert .is-G.close.symbol:hover,.Alerts .alert .SearchTicket td.open .is-G.close.symbol:hover,.SearchTicket td.open td.pending .Alerts .alert .close.symbol:hover,.SearchTicket td.pending .Alerts .alert td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open td.pending .close.symbol:hover,.Alerts .alert .SearchTicket td.pending td.open .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .close.symbol:hover,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .close.symbol:hover,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .close.symbol:hover,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open td.new .close.symbol.tag:hover,.SearchTicket td.open td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.new td.open .close.symbol.tag:hover,.SearchTicket td.new td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open td.pending .close.symbol.tag:hover,.SearchTicket td.open td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.pending td.open .close.symbol.tag:hover,.SearchTicket td.pending td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .close.symbol.tag:hover,.ProfileZendesk td.new .SearchTicket td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .close.symbol.tag:hover,.ProfileZendesk td.pending .SearchTicket td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .close.symbol.tag:hover,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.pending .is-inverse.close.symbol.tag:hover,.SearchTicket td.pending .Alerts .alert .is-inverse.close.symbol.tag:hover,.SearchTicket td.pending .Alerts .alert .is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.pending .is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.pending td.new .close.symbol.tag:hover,.SearchTicket td.pending td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.new td.pending .close.symbol.tag:hover,.SearchTicket td.new td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .close.symbol.tag:hover,.ProfileZendesk td.new .SearchTicket td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .close.symbol.tag:hover,.ProfileZendesk td.open .SearchTicket td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .close.symbol.tag:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .close.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.close.symbol:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .close.symbol:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .close.symbol:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .close.symbol:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .close.symbol:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .close.symbol:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close.symbol.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.close.symbol:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .close.symbol:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .close.symbol:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .close.symbol:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .close.symbol:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .close.symbol:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close.symbol.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .close.symbol.tag:hover,.ProfileZendesk td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open .is-G.close.symbol.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-G.close.symbol.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-G.close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .is-G.close.symbol:hover,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .close.symbol:hover,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open td.pending .Alerts .alert .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert td.open .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open td.pending .close.symbol:hover,.Alerts .alert .ProfileZendesk td.pending td.open .close.symbol:hover,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .close.symbol:hover,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .close.symbol.tag:hover,.SearchTicket td.new .ProfileZendesk td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .close.symbol.tag:hover,.SearchTicket td.pending .ProfileZendesk td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open td.new .close.symbol.tag:hover,.ProfileZendesk td.open td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new td.open .close.symbol.tag:hover,.ProfileZendesk td.new td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open td.pending .close.symbol.tag:hover,.ProfileZendesk td.open td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.pending td.open .close.symbol.tag:hover,.ProfileZendesk td.pending td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .close.symbol.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.pending .is-inverse.close.symbol.tag:hover,.ProfileZendesk td.pending .Alerts .alert .is-inverse.close.symbol.tag:hover,.ProfileZendesk td.pending .Alerts .alert .is-inverse.close.symbol:hover,.Alerts .alert .ProfileZendesk td.pending .is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .close.symbol.tag:hover,.SearchTicket td.new .ProfileZendesk td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .close.symbol.tag:hover,.SearchTicket td.open .ProfileZendesk td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.pending td.new .close.symbol.tag:hover,.ProfileZendesk td.pending td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new td.pending .close.symbol.tag:hover,.ProfileZendesk td.new td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .close.symbol.tag:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .close.symbol.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-G.close.symbol.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-G.close.symbol.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-G.close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-G.close.symbol:hover,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .close.symbol:hover,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .close.symbol:hover,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed td.pending .Alerts .alert .close.symbol:hover,.ProfileAppointment td.pending .Alerts .alert td.confirmed .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed td.pending .close.symbol:hover,.Alerts .alert .ProfileAppointment td.pending td.confirmed .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .close.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .close.symbol.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .close.symbol.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .close.symbol.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed td.pending .close.symbol.tag:hover,.ProfileAppointment td.confirmed td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.pending td.confirmed .close.symbol.tag:hover,.ProfileAppointment td.pending td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.pending .is-inverse.close.symbol.tag:hover,.ProfileAppointment td.pending .Alerts .alert .is-inverse.close.symbol.tag:hover,.ProfileAppointment td.pending .Alerts .alert .is-inverse.close.symbol:hover,.Alerts .alert .ProfileAppointment td.pending .is-inverse.close.symbol:hover,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.new .close.symbol.tag:hover,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .close.symbol.tag:hover,.SearchTicket td.new .ProfileAppointment td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .close.symbol.tag:hover,.SearchTicket td.open .ProfileAppointment td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.new .close.symbol.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .close.symbol.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.pending .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .close.symbol.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.pending .Alerts .alert .close.symbol.tag:hover,.SearchTicket td.new .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchTicket td.new .close.symbol:hover,.SearchTicket td.open .Alerts .alert .is-G.close:hover,.Alerts .alert .SearchTicket td.open .is-G.close:hover,.SearchTicket td.open td.new .Alerts .alert .close.symbol:hover,.SearchTicket td.new .Alerts .alert td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new td.open .close.symbol:hover,.SearchTicket td.open td.pending .Alerts .alert .theme.close:hover,.SearchTicket td.pending .Alerts .alert td.open .theme.close:hover,.Alerts .alert .SearchTicket td.open td.pending .theme.close:hover,.Alerts .alert .SearchTicket td.pending td.open .theme.close:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .theme.close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .theme.close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .theme.close:hover,.SearchTicket td.pending .Alerts .alert .theme.is-inverse.close:hover,.Alerts .alert .SearchTicket td.pending .theme.is-inverse.close:hover,.SearchTicket td.pending td.new .Alerts .alert .close.symbol:hover,.SearchTicket td.new .Alerts .alert td.pending .close.symbol:hover,.Alerts .alert .SearchTicket td.pending td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new td.pending .close.symbol:hover,.SearchTicket td.pending td.open .Alerts .alert .close.symbol:hover,.SearchTicket td.open .Alerts .alert td.pending .close.symbol:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .close.symbol:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .close.symbol:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .close.symbol:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .close.symbol:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .close.symbol:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .close.symbol:hover,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .close.symbol:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.close:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .close.symbol:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .theme.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .theme.close:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .theme.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .theme.close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .theme.close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.close:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .close.symbol:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .theme.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .theme.close:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .theme.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .theme.close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .theme.close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .theme.close:hover,.ProfileZendesk td.new .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .is-G.close:hover,.Alerts .alert .ProfileZendesk td.open .is-G.close:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .close.symbol:hover,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .theme.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .theme.close:hover,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .theme.close:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open td.new .Alerts .alert .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert td.open .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new td.open .close.symbol:hover,.ProfileZendesk td.open td.pending .Alerts .alert .theme.close:hover,.ProfileZendesk td.pending .Alerts .alert td.open .theme.close:hover,.Alerts .alert .ProfileZendesk td.open td.pending .theme.close:hover,.Alerts .alert .ProfileZendesk td.pending td.open .theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .theme.close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .theme.close:hover,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .theme.close:hover,.ProfileZendesk td.pending .Alerts .alert .theme.is-inverse.close:hover,.Alerts .alert .ProfileZendesk td.pending .theme.is-inverse.close:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .close.symbol:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .close.symbol:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .close.symbol:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .close.symbol:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .close.symbol:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .close.symbol:hover,.ProfileZendesk td.pending td.new .Alerts .alert .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert td.pending .close.symbol:hover,.Alerts .alert .ProfileZendesk td.pending td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new td.pending .close.symbol:hover,.ProfileZendesk td.pending td.open .Alerts .alert .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert td.pending .close.symbol:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-G.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-G.close:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .close.symbol:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .close.symbol:hover,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .theme.close:hover,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .theme.close:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .close.symbol:hover,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .theme.close:hover,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .theme.close:hover,.ProfileAppointment td.confirmed td.pending .Alerts .alert .theme.close:hover,.ProfileAppointment td.pending .Alerts .alert td.confirmed .theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed td.pending .theme.close:hover,.Alerts .alert .ProfileAppointment td.pending td.confirmed .theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .theme.is-inverse.close:hover,.Alerts .alert .ProfileAppointment td.pending .theme.is-inverse.close:hover,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .close.symbol:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .close.symbol:hover,.ProfileAppointment td.pending td.confirmed .Alerts .alert .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert td.pending .close.symbol:hover,.is-G.is-inverse.has-hover.tag:hover,.SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.open .is-G.has-hover.tag:hover,.SearchTicket td.open td.new .has-hover.tag:hover,.SearchTicket td.new td.open .has-hover.tag:hover,.SearchTicket td.open td.new .Alerts .alert .close:hover,.SearchTicket td.new .Alerts .alert td.open .close:hover,.Alerts .alert .SearchTicket td.open td.new .close:hover,.Alerts .alert .SearchTicket td.new td.open .close:hover,.SearchTicket td.open td.pending .has-hover.tag:hover,.SearchTicket td.pending td.open .has-hover.tag:hover,.SearchTicket td.open td.pending .Alerts .alert .close:hover,.SearchTicket td.pending .Alerts .alert td.open .close:hover,.Alerts .alert .SearchTicket td.open td.pending .close:hover,.Alerts .alert .SearchTicket td.pending td.open .close:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .has-hover.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .close:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .has-hover.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .close:hover,.ProfileZendesk td.new .SearchTicket td.open .has-hover.tag:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .close:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .close:hover,.ProfileZendesk td.pending .SearchTicket td.open .has-hover.tag:hover,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .close:hover,.ProfileAppointment td.pending .SearchTicket td.open .has-hover.tag:hover,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .close:hover,.SearchTicket td.pending .is-inverse.has-hover.tag:hover,.SearchTicket td.pending .Alerts .alert .is-inverse.close:hover,.Alerts .alert .SearchTicket td.pending .is-inverse.close:hover,.SearchTicket td.pending td.new .has-hover.tag:hover,.SearchTicket td.new td.pending .has-hover.tag:hover,.SearchTicket td.pending td.new .Alerts .alert .close:hover,.SearchTicket td.new .Alerts .alert td.pending .close:hover,.Alerts .alert .SearchTicket td.pending td.new .close:hover,.Alerts .alert .SearchTicket td.new td.pending .close:hover,.SearchTicket td.pending td.open .Alerts .alert .close:hover,.SearchTicket td.open .Alerts .alert td.pending .close:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.pending .has-hover.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .close:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .has-hover.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .close:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .has-hover.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .close:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .has-hover.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .close:hover,.ProfileZendesk td.new .SearchTicket td.pending .has-hover.tag:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .close:hover,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .close:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .close:hover,.ProfileZendesk td.open .SearchTicket td.pending .has-hover.tag:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .close:hover,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .close:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .close:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.pending .has-hover.tag:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .close:hover,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .close:hover,.SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.unshipped .is-G.has-hover.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .close:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close:hover,.SearchShopifyOrder td.unshipped td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .close:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .has-hover.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .has-hover.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .is-G.has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .close:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .close:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .has-hover.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .has-hover.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .close:hover,.ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.new .close:hover,.ProfileZendesk td.open .is-G.has-hover.tag:hover,.SearchTicket td.new .ProfileZendesk td.open .has-hover.tag:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .close:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .close:hover,.SearchTicket td.pending .ProfileZendesk td.open .has-hover.tag:hover,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .has-hover.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .has-hover.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open td.new .has-hover.tag:hover,.ProfileZendesk td.new td.open .has-hover.tag:hover,.ProfileZendesk td.open td.new .Alerts .alert .close:hover,.ProfileZendesk td.new .Alerts .alert td.open .close:hover,.Alerts .alert .ProfileZendesk td.open td.new .close:hover,.Alerts .alert .ProfileZendesk td.new td.open .close:hover,.ProfileZendesk td.open td.pending .has-hover.tag:hover,.ProfileZendesk td.pending td.open .has-hover.tag:hover,.ProfileZendesk td.open td.pending .Alerts .alert .close:hover,.ProfileZendesk td.pending .Alerts .alert td.open .close:hover,.Alerts .alert .ProfileZendesk td.open td.pending .close:hover,.Alerts .alert .ProfileZendesk td.pending td.open .close:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .has-hover.tag:hover,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .close:hover,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .close:hover,.ProfileZendesk td.pending .is-inverse.has-hover.tag:hover,.ProfileZendesk td.pending .Alerts .alert .is-inverse.close:hover,.Alerts .alert .ProfileZendesk td.pending .is-inverse.close:hover,.SearchTicket td.new .ProfileZendesk td.pending .has-hover.tag:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .close:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .close:hover,.SearchTicket td.open .ProfileZendesk td.pending .has-hover.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .has-hover.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .has-hover.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .close:hover,.ProfileZendesk td.pending td.new .has-hover.tag:hover,.ProfileZendesk td.new td.pending .has-hover.tag:hover,.ProfileZendesk td.pending td.new .Alerts .alert .close:hover,.ProfileZendesk td.new .Alerts .alert td.pending .close:hover,.Alerts .alert .ProfileZendesk td.pending td.new .close:hover,.Alerts .alert .ProfileZendesk td.new td.pending .close:hover,.ProfileZendesk td.pending td.open .Alerts .alert .close:hover,.ProfileZendesk td.open .Alerts .alert td.pending .close:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .has-hover.tag:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .close:hover,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .close:hover,.ProfileAppointment td.confirmed .is-G.has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .close:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .close:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .close:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .close:hover,.ProfileAppointment td.confirmed td.pending .has-hover.tag:hover,.ProfileAppointment td.pending td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed td.pending .Alerts .alert .close:hover,.ProfileAppointment td.pending .Alerts .alert td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed td.pending .close:hover,.Alerts .alert .ProfileAppointment td.pending td.confirmed .close:hover,.ProfileAppointment td.pending .is-inverse.has-hover.tag:hover,.ProfileAppointment td.pending .Alerts .alert .is-inverse.close:hover,.Alerts .alert .ProfileAppointment td.pending .is-inverse.close:hover,.ProfileAppointment td.pending .SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .ProfileAppointment td.pending .has-hover.tag:hover,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .close:hover,.SearchTicket td.open .ProfileAppointment td.pending .has-hover.tag:hover,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .has-hover.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .has-hover.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.pending .has-hover.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .close:hover,.ProfileZendesk td.open .ProfileAppointment td.pending .has-hover.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .close:hover,.ProfileAppointment td.pending td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert td.pending .close:hover,.is-G.is-inverse.has-hover.symbol:hover,.SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.open .is-G.has-hover.symbol.tag:hover,.SearchTicket td.open td.new .has-hover.symbol.tag:hover,.SearchTicket td.new td.open .has-hover.symbol.tag:hover,.SearchTicket td.open td.pending .has-hover.symbol.tag:hover,.SearchTicket td.pending td.open .has-hover.symbol.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .has-hover.symbol.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.new .SearchTicket td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.pending .SearchTicket td.open .has-hover.symbol.tag:hover,.ProfileAppointment td.pending .SearchTicket td.open .has-hover.symbol.tag:hover,.SearchTicket td.pending .is-inverse.has-hover.symbol.tag:hover,.SearchTicket td.pending td.new .has-hover.symbol.tag:hover,.SearchTicket td.new td.pending .has-hover.symbol.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.pending .has-hover.symbol.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .has-hover.symbol.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .has-hover.symbol.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.new .SearchTicket td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.open .SearchTicket td.pending .has-hover.symbol.tag:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.pending .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .is-G.has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .has-hover.symbol.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .is-G.has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .has-hover.symbol.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.open .is-G.has-hover.symbol.tag:hover,.SearchTicket td.new .ProfileZendesk td.open .has-hover.symbol.tag:hover,.SearchTicket td.pending .ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.open td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.open td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.pending td.open .has-hover.symbol.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.pending .is-inverse.has-hover.symbol.tag:hover,.SearchTicket td.new .ProfileZendesk td.pending .has-hover.symbol.tag:hover,.SearchTicket td.open .ProfileZendesk td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.pending td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .is-G.has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed td.pending .has-hover.symbol.tag:hover,.ProfileAppointment td.pending td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.pending .is-inverse.has-hover.symbol.tag:hover,.ProfileAppointment td.pending .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.new .ProfileAppointment td.pending .has-hover.symbol.tag:hover,.SearchTicket td.open .ProfileAppointment td.pending .has-hover.symbol.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .has-hover.symbol.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .has-hover.symbol.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.pending .has-hover.symbol.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.pending .has-hover.symbol.tag:hover{background:rgba(54,179,126,0.8)}.theme.is-G.is-ghost,.is-G.is-ghost.tag,.Alerts .alert .is-G.is-ghost.close,.SearchTicket td.new .is-ghost.tag,.SearchTicket td.new .Alerts .alert .is-ghost.close,.Alerts .alert .SearchTicket td.new .is-ghost.close,.SearchTicket td.pending .is-ghost.tag,.SearchTicket td.pending .Alerts .alert .is-ghost.close,.Alerts .alert .SearchTicket td.pending .is-ghost.close,.SearchShopifyOrder td.shipped .is-ghost.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-ghost.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-ghost.close,.SearchShopifyOrder td.fulfilled .is-ghost.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-ghost.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-ghost.close,.ProfileZendesk td.new .is-ghost.tag,.ProfileZendesk td.new .Alerts .alert .is-ghost.close,.Alerts .alert .ProfileZendesk td.new .is-ghost.close,.ProfileZendesk td.pending .is-ghost.tag,.ProfileZendesk td.pending .Alerts .alert .is-ghost.close,.Alerts .alert .ProfileZendesk td.pending .is-ghost.close,.ProfileAppointment td.pending .is-ghost.tag,.ProfileAppointment td.pending .Alerts .alert .is-ghost.close,.Alerts .alert .ProfileAppointment td.pending .is-ghost.close,.is-G.is-ghost.symbol{color:#36B37E;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.theme.is-G.is-ghost:hover,.is-G.is-ghost.tag:hover,.Alerts .alert .is-G.is-ghost.close:hover,.SearchTicket td.new .is-ghost.tag:hover,.SearchTicket td.new .Alerts .alert .is-ghost.close:hover,.Alerts .alert .SearchTicket td.new .is-ghost.close:hover,.SearchTicket td.pending .is-ghost.tag:hover,.SearchTicket td.pending .Alerts .alert .is-ghost.close:hover,.Alerts .alert .SearchTicket td.pending .is-ghost.close:hover,.SearchShopifyOrder td.shipped .is-ghost.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-ghost.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-ghost.close:hover,.SearchShopifyOrder td.fulfilled .is-ghost.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-ghost.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-ghost.close:hover,.ProfileZendesk td.new .is-ghost.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-ghost.close:hover,.Alerts .alert .ProfileZendesk td.new .is-ghost.close:hover,.ProfileZendesk td.pending .is-ghost.tag:hover,.ProfileZendesk td.pending .Alerts .alert .is-ghost.close:hover,.Alerts .alert .ProfileZendesk td.pending .is-ghost.close:hover,.ProfileAppointment td.pending .is-ghost.tag:hover,.ProfileAppointment td.pending .Alerts .alert .is-ghost.close:hover,.Alerts .alert .ProfileAppointment td.pending .is-ghost.close:hover,.is-G.is-ghost.symbol:hover{background:#FAFBFC}.theme.is-G.is-ghost:active,.is-G.is-ghost.tag:active,.Alerts .alert .is-G.is-ghost.close:active,.SearchTicket td.new .is-ghost.tag:active,.SearchTicket td.new .Alerts .alert .is-ghost.close:active,.Alerts .alert .SearchTicket td.new .is-ghost.close:active,.SearchTicket td.pending .is-ghost.tag:active,.SearchTicket td.pending .Alerts .alert .is-ghost.close:active,.Alerts .alert .SearchTicket td.pending .is-ghost.close:active,.SearchShopifyOrder td.shipped .is-ghost.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-ghost.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-ghost.close:active,.SearchShopifyOrder td.fulfilled .is-ghost.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-ghost.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-ghost.close:active,.ProfileZendesk td.new .is-ghost.tag:active,.ProfileZendesk td.new .Alerts .alert .is-ghost.close:active,.Alerts .alert .ProfileZendesk td.new .is-ghost.close:active,.ProfileZendesk td.pending .is-ghost.tag:active,.ProfileZendesk td.pending .Alerts .alert .is-ghost.close:active,.Alerts .alert .ProfileZendesk td.pending .is-ghost.close:active,.ProfileAppointment td.pending .is-ghost.tag:active,.ProfileAppointment td.pending .Alerts .alert .is-ghost.close:active,.Alerts .alert .ProfileAppointment td.pending .is-ghost.close:active,.is-G.is-ghost.symbol:active{background:#F4F5F7}.theme.is-T,.is-T.tag,.Alerts .alert .is-T.close,.is-T.symbol{background:rgba(0,184,217,0.1);color:#00B8D9}.theme.is-T.has-hover:hover,.Alerts .alert .is-T.close:hover,.is-T.has-hover.tag:hover,.is-T.has-hover.symbol:hover{background:rgba(0,184,217,0.2);cursor:pointer}.theme.is-T.is-inverse,.is-T.is-inverse.tag,.Alerts .alert .is-T.is-inverse.close,.SearchTicket td.new .is-T.tag,.SearchTicket td.new .Alerts .alert .is-T.close,.Alerts .alert .SearchTicket td.new .is-T.close,.SearchTicket td.open .is-T.tag,.SearchTicket td.open .Alerts .alert .is-T.close,.Alerts .alert .SearchTicket td.open .is-T.close,.SearchShopifyOrder td.shipped .is-T.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-T.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-T.close,.SearchShopifyOrder td.unshipped .is-T.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-T.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-T.close,.SearchShopifyOrder td.fulfilled .is-T.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-T.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-T.close,.SearchShopifyOrder td.unfulfilled .is-T.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-T.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-T.close,.ProfileZendesk td.new .is-T.tag,.ProfileZendesk td.new .Alerts .alert .is-T.close,.Alerts .alert .ProfileZendesk td.new .is-T.close,.ProfileZendesk td.open .is-T.tag,.ProfileZendesk td.open .Alerts .alert .is-T.close,.Alerts .alert .ProfileZendesk td.open .is-T.close,.ProfileAppointment td.confirmed .is-T.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-T.close,.Alerts .alert .ProfileAppointment td.confirmed .is-T.close,.is-T.is-inverse.symbol{background:#00B8D9;color:#fff}.theme.is-T.is-inverse.has-hover:hover,.Alerts .alert .is-T.is-inverse.close:hover,.SearchTicket td.new .Alerts .alert .is-T.close:hover,.Alerts .alert .SearchTicket td.new .is-T.close:hover,.SearchTicket td.open .Alerts .alert .is-T.close:hover,.Alerts .alert .SearchTicket td.open .is-T.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-T.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-T.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-T.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-T.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-T.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-T.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-T.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-T.close:hover,.ProfileZendesk td.new .Alerts .alert .is-T.close:hover,.Alerts .alert .ProfileZendesk td.new .is-T.close:hover,.ProfileZendesk td.open .Alerts .alert .is-T.close:hover,.Alerts .alert .ProfileZendesk td.open .is-T.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-T.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-T.close:hover,.is-T.is-inverse.has-hover.tag:hover,.SearchTicket td.new .is-T.has-hover.tag:hover,.SearchTicket td.open .is-T.has-hover.tag:hover,.SearchShopifyOrder td.shipped .is-T.has-hover.tag:hover,.SearchShopifyOrder td.unshipped .is-T.has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .is-T.has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .is-T.has-hover.tag:hover,.ProfileZendesk td.new .is-T.has-hover.tag:hover,.ProfileZendesk td.open .is-T.has-hover.tag:hover,.ProfileAppointment td.confirmed .is-T.has-hover.tag:hover,.is-T.is-inverse.has-hover.symbol:hover{background:rgba(0,184,217,0.8)}.theme.is-T.is-ghost,.is-T.is-ghost.tag,.Alerts .alert .is-T.is-ghost.close,.is-T.is-ghost.symbol{color:#00B8D9;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.theme.is-T.is-ghost:hover,.is-T.is-ghost.tag:hover,.Alerts .alert .is-T.is-ghost.close:hover,.is-T.is-ghost.symbol:hover{background:#FAFBFC}.theme.is-T.is-ghost:active,.is-T.is-ghost.tag:active,.Alerts .alert .is-T.is-ghost.close:active,.is-T.is-ghost.symbol:active{background:#F4F5F7}.theme.is-P,.is-P.tag,.Alerts .alert .is-P.close,.is-P.symbol{background:rgba(101,84,192,0.1);color:#6554C0}.theme.is-P.has-hover:hover,.Alerts .alert .is-P.close:hover,.is-P.has-hover.tag:hover,.is-P.has-hover.symbol:hover{background:rgba(101,84,192,0.2);cursor:pointer}.theme.is-P.is-inverse,.is-P.is-inverse.tag,.Alerts .alert .is-P.is-inverse.close,.SearchTicket td.new .is-P.tag,.SearchTicket td.new .Alerts .alert .is-P.close,.Alerts .alert .SearchTicket td.new .is-P.close,.SearchTicket td.open .is-P.tag,.SearchTicket td.open .Alerts .alert .is-P.close,.Alerts .alert .SearchTicket td.open .is-P.close,.SearchShopifyOrder td.shipped .is-P.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-P.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-P.close,.SearchShopifyOrder td.unshipped .is-P.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-P.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-P.close,.SearchShopifyOrder td.fulfilled .is-P.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-P.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-P.close,.SearchShopifyOrder td.unfulfilled .is-P.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-P.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-P.close,.ProfileZendesk td.new .is-P.tag,.ProfileZendesk td.new .Alerts .alert .is-P.close,.Alerts .alert .ProfileZendesk td.new .is-P.close,.ProfileZendesk td.open .is-P.tag,.ProfileZendesk td.open .Alerts .alert .is-P.close,.Alerts .alert .ProfileZendesk td.open .is-P.close,.ProfileAppointment td.confirmed .is-P.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-P.close,.Alerts .alert .ProfileAppointment td.confirmed .is-P.close,.is-P.is-inverse.symbol{background:#6554C0;color:#fff}.theme.is-P.is-inverse.has-hover:hover,.Alerts .alert .is-P.is-inverse.close:hover,.SearchTicket td.new .Alerts .alert .is-P.close:hover,.Alerts .alert .SearchTicket td.new .is-P.close:hover,.SearchTicket td.open .Alerts .alert .is-P.close:hover,.Alerts .alert .SearchTicket td.open .is-P.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-P.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-P.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-P.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-P.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-P.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-P.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-P.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-P.close:hover,.ProfileZendesk td.new .Alerts .alert .is-P.close:hover,.Alerts .alert .ProfileZendesk td.new .is-P.close:hover,.ProfileZendesk td.open .Alerts .alert .is-P.close:hover,.Alerts .alert .ProfileZendesk td.open .is-P.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-P.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-P.close:hover,.is-P.is-inverse.has-hover.tag:hover,.SearchTicket td.new .is-P.has-hover.tag:hover,.SearchTicket td.open .is-P.has-hover.tag:hover,.SearchShopifyOrder td.shipped .is-P.has-hover.tag:hover,.SearchShopifyOrder td.unshipped .is-P.has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .is-P.has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .is-P.has-hover.tag:hover,.ProfileZendesk td.new .is-P.has-hover.tag:hover,.ProfileZendesk td.open .is-P.has-hover.tag:hover,.ProfileAppointment td.confirmed .is-P.has-hover.tag:hover,.is-P.is-inverse.has-hover.symbol:hover{background:rgba(101,84,192,0.8)}.theme.is-P.is-ghost,.is-P.is-ghost.tag,.Alerts .alert .is-P.is-ghost.close,.is-P.is-ghost.symbol{color:#6554C0;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.theme.is-P.is-ghost:hover,.is-P.is-ghost.tag:hover,.Alerts .alert .is-P.is-ghost.close:hover,.is-P.is-ghost.symbol:hover{background:#FAFBFC}.theme.is-P.is-ghost:active,.is-P.is-ghost.tag:active,.Alerts .alert .is-P.is-ghost.close:active,.is-P.is-ghost.symbol:active{background:#F4F5F7}.theme.is-B,.is-B.tag,.Alerts .alert .is-B.close,.SearchTicket td.open .tag,.SearchTicket td.open .Alerts .alert .close,.Alerts .alert .SearchTicket td.open .close,.SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.ProfileZendesk td.open .tag,.ProfileZendesk td.open .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.open .close,.ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .Alerts .alert .close,.Alerts .alert .ProfileAppointment td.confirmed .close,.is-B.symbol{background:rgba(0,82,204,0.1);color:#0052CC}.theme.is-B.has-hover:hover,.Alerts .alert .is-B.close:hover,.is-B.has-hover.tag:hover,.SearchTicket td.open .has-hover.tag:hover,.SearchTicket td.open .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.open .close:hover,.SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.ProfileZendesk td.open .has-hover.tag:hover,.ProfileZendesk td.open .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.open .close:hover,.ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .close:hover,.is-B.has-hover.symbol:hover{background:rgba(0,82,204,0.2);cursor:pointer}.theme.is-B.is-inverse,.is-B.is-inverse.tag,.Alerts .alert .is-B.is-inverse.close,.Alerts .alert .SearchTicket td.new .is-B.close.tag,.SearchTicket td.new .Alerts .alert .is-B.close.tag,.Alerts .alert .SearchTicket td.open .close.tag,.SearchTicket td.open .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.close.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .close.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.close.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .is-B.close.tag,.ProfileZendesk td.new .Alerts .alert .is-B.close.tag,.Alerts .alert .ProfileZendesk td.open .close.tag,.ProfileZendesk td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .close.tag,.ProfileAppointment td.confirmed .Alerts .alert .close.tag,.SearchTicket td.new .is-B.tag,.SearchTicket td.new .Alerts .alert .is-B.close,.Alerts .alert .SearchTicket td.new .is-B.close,.SearchTicket td.new td.open .tag,.SearchTicket td.open td.new .tag,.SearchTicket td.new td.open .Alerts .alert .close,.SearchTicket td.open .Alerts .alert td.new .close,.Alerts .alert .SearchTicket td.new td.open .close,.Alerts .alert .SearchTicket td.open td.new .close,.SearchTicket td.new .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .SearchTicket td.new .tag,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .close,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .tag,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .close,.ProfileZendesk td.open .SearchTicket td.new .tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .close,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .close,.SearchTicket td.new .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .SearchTicket td.new .tag,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .close,.SearchTicket td.open .tag,.SearchTicket td.open .Alerts .alert .close,.Alerts .alert .SearchTicket td.open .close,.SearchShopifyOrder td.shipped .is-B.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.close,.SearchShopifyOrder td.shipped .SearchTicket td.open .tag,.SearchTicket td.open .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .close,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped td.unshipped .tag,.SearchShopifyOrder td.unshipped td.shipped .tag,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .close,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close,.SearchShopifyOrder td.shipped td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled td.shipped .tag,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .close,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .tag,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .close,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.fulfilled .is-B.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.close,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .tag,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .close,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled td.unshipped .tag,.SearchShopifyOrder td.unshipped td.fulfilled .tag,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .close,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close,.SearchShopifyOrder td.fulfilled td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled td.fulfilled .tag,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .tag,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .close,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.ProfileZendesk td.new .is-B.tag,.ProfileZendesk td.new .Alerts .alert .is-B.close,.Alerts .alert .ProfileZendesk td.new .is-B.close,.SearchTicket td.open .ProfileZendesk td.new .tag,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .close,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .close,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .close,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .tag,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .close,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .tag,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .close,.ProfileZendesk td.new td.open .tag,.ProfileZendesk td.open td.new .tag,.ProfileZendesk td.new td.open .Alerts .alert .close,.ProfileZendesk td.open .Alerts .alert td.new .close,.Alerts .alert .ProfileZendesk td.new td.open .close,.Alerts .alert .ProfileZendesk td.open td.new .close,.ProfileZendesk td.new .ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .ProfileZendesk td.new .tag,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .close,.ProfileZendesk td.open .tag,.ProfileZendesk td.open .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.open .close,.ProfileAppointment td.confirmed .tag,.ProfileAppointment td.confirmed .Alerts .alert .close,.Alerts .alert .ProfileAppointment td.confirmed .close,.is-B.is-inverse.symbol,.SearchTicket td.new .is-B.symbol.tag,.SearchTicket td.new .Alerts .alert .is-B.symbol.close,.Alerts .alert .SearchTicket td.new .is-B.symbol.close,.SearchTicket td.new td.open .symbol.tag,.SearchTicket td.open td.new .symbol.tag,.SearchTicket td.new td.open .Alerts .alert .symbol.close,.SearchTicket td.open .Alerts .alert td.new .symbol.close,.Alerts .alert .SearchTicket td.new td.open .symbol.close,.Alerts .alert .SearchTicket td.open td.new .symbol.close,.SearchTicket td.new .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.new .symbol.tag,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .symbol.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .symbol.close,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .symbol.tag,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .symbol.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .symbol.close,.ProfileZendesk td.open .SearchTicket td.new .symbol.tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .symbol.close,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .symbol.close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .symbol.close,.SearchTicket td.new .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .SearchTicket td.new .symbol.tag,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .symbol.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .symbol.close,.SearchTicket td.open .symbol.tag,.SearchTicket td.open .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.open .symbol.close,.SearchShopifyOrder td.shipped .is-B.symbol.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.symbol.close,.SearchShopifyOrder td.shipped .SearchTicket td.open .symbol.tag,.SearchTicket td.open .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .symbol.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .symbol.close,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped td.shipped .symbol.tag,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .symbol.close,.SearchShopifyOrder td.shipped td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled td.shipped .symbol.tag,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .symbol.close,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .symbol.tag,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .symbol.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .symbol.close,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.fulfilled .is-B.symbol.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.symbol.close,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .symbol.tag,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .symbol.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .symbol.close,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .symbol.tag,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .symbol.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .symbol.close,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.ProfileZendesk td.new .is-B.symbol.tag,.ProfileZendesk td.new .Alerts .alert .is-B.symbol.close,.Alerts .alert .ProfileZendesk td.new .is-B.symbol.close,.SearchTicket td.open .ProfileZendesk td.new .symbol.tag,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .symbol.close,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new td.open .symbol.tag,.ProfileZendesk td.open td.new .symbol.tag,.ProfileZendesk td.new td.open .Alerts .alert .symbol.close,.ProfileZendesk td.open .Alerts .alert td.new .symbol.close,.Alerts .alert .ProfileZendesk td.new td.open .symbol.close,.Alerts .alert .ProfileZendesk td.open td.new .symbol.close,.ProfileZendesk td.new .ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.open .symbol.tag,.ProfileZendesk td.open .Alerts .alert .symbol.close,.Alerts .alert .ProfileZendesk td.open .symbol.close,.ProfileAppointment td.confirmed .symbol.tag,.ProfileAppointment td.confirmed .Alerts .alert .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .symbol.close{background:#0052CC;color:#fff}.theme.is-B.is-inverse.has-hover:hover,.Alerts .alert .theme.is-B.is-inverse.close:hover,.Alerts .alert .is-B.is-inverse.close.tag:hover,.Alerts .alert .is-B.is-inverse.close:hover,.Alerts .alert .SearchTicket td.new .is-B.close.tag:hover,.SearchTicket td.new .Alerts .alert .is-B.close.tag:hover,.Alerts .alert .SearchTicket td.open .close.tag:hover,.SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.close.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .close.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.close.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .is-B.close.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-B.close.tag:hover,.Alerts .alert .ProfileZendesk td.open .close.tag:hover,.ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .close.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .is-B.is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.new .is-B.close.symbol.tag:hover,.SearchTicket td.new .Alerts .alert .is-B.close.symbol.tag:hover,.SearchTicket td.new .Alerts .alert .is-B.close.symbol:hover,.Alerts .alert .SearchTicket td.new .is-B.close.symbol:hover,.Alerts .alert .SearchTicket td.open .close.symbol.tag:hover,.SearchTicket td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.close.symbol.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.close.symbol.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .is-B.close.symbol.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-B.close.symbol.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-B.close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .is-B.close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .close.symbol.tag:hover,.ProfileZendesk td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .close.symbol.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .close.symbol.tag:hover,.SearchTicket td.new .Alerts .alert .is-B.close:hover,.Alerts .alert .SearchTicket td.new .is-B.close:hover,.SearchTicket td.new td.open .Alerts .alert .close.symbol:hover,.SearchTicket td.open .Alerts .alert td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open td.new .close.symbol:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new td.open .close.tag:hover,.SearchTicket td.new td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open td.new .close.tag:hover,.SearchTicket td.open td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .close.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .close.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .close.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .close.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .close.tag:hover,.ProfileZendesk td.open .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .close.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .close.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .close.tag:hover,.SearchTicket td.open .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchTicket td.open .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.close:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .close.symbol:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .close.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .close.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .close.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .close.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .close.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .close.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.close:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .close.symbol:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .close.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .close.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .close.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .close.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .close.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .close.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .is-B.close:hover,.Alerts .alert .ProfileZendesk td.new .is-B.close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new td.open .Alerts .alert .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new td.open .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open td.new .close.symbol:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .close.tag:hover,.SearchTicket td.open .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .close.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .close.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .close.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .close.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new td.open .close.tag:hover,.ProfileZendesk td.new td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open td.new .close.tag:hover,.ProfileZendesk td.open td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .close.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .close.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.ProfileZendesk td.open .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .close.symbol:hover,.is-B.is-inverse.has-hover.tag:hover,.SearchTicket td.new .is-B.has-hover.tag:hover,.SearchTicket td.new td.open .has-hover.tag:hover,.SearchTicket td.open td.new .has-hover.tag:hover,.SearchTicket td.new td.open .Alerts .alert .close:hover,.SearchTicket td.open .Alerts .alert td.new .close:hover,.Alerts .alert .SearchTicket td.new td.open .close:hover,.Alerts .alert .SearchTicket td.open td.new .close:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .close:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .close:hover,.ProfileZendesk td.open .SearchTicket td.new .has-hover.tag:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .close:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .close:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .close:hover,.SearchTicket td.open .has-hover.tag:hover,.SearchTicket td.open .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.open .close:hover,.SearchShopifyOrder td.shipped .is-B.has-hover.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .has-hover.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .close:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .close:hover,.SearchShopifyOrder td.shipped td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .close:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .has-hover.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .close:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.fulfilled .is-B.has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .has-hover.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .close:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .has-hover.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .close:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.ProfileZendesk td.new .is-B.has-hover.tag:hover,.SearchTicket td.open .ProfileZendesk td.new .has-hover.tag:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .close:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new td.open .has-hover.tag:hover,.ProfileZendesk td.open td.new .has-hover.tag:hover,.ProfileZendesk td.new td.open .Alerts .alert .close:hover,.ProfileZendesk td.open .Alerts .alert td.new .close:hover,.Alerts .alert .ProfileZendesk td.new td.open .close:hover,.Alerts .alert .ProfileZendesk td.open td.new .close:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .close:hover,.ProfileZendesk td.open .has-hover.tag:hover,.ProfileZendesk td.open .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.open .close:hover,.ProfileAppointment td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .close:hover,.is-B.is-inverse.has-hover.symbol:hover,.SearchTicket td.new .is-B.has-hover.symbol.tag:hover,.SearchTicket td.new td.open .has-hover.symbol.tag:hover,.SearchTicket td.open td.new .has-hover.symbol.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.open .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.open .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .is-B.has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .has-hover.symbol.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .is-B.has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .has-hover.symbol.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.ProfileZendesk td.new .is-B.has-hover.symbol.tag:hover,.SearchTicket td.open .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.open td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .has-hover.symbol.tag:hover{background:rgba(0,82,204,0.8)}.theme.is-B.is-ghost,.is-B.is-ghost.tag,.Alerts .alert .is-B.is-ghost.close,.SearchTicket td.open .is-ghost.tag,.SearchTicket td.open .Alerts .alert .is-ghost.close,.Alerts .alert .SearchTicket td.open .is-ghost.close,.SearchShopifyOrder td.unshipped .is-ghost.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-ghost.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-ghost.close,.SearchShopifyOrder td.unfulfilled .is-ghost.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-ghost.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-ghost.close,.ProfileZendesk td.open .is-ghost.tag,.ProfileZendesk td.open .Alerts .alert .is-ghost.close,.Alerts .alert .ProfileZendesk td.open .is-ghost.close,.ProfileAppointment td.confirmed .is-ghost.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-ghost.close,.Alerts .alert .ProfileAppointment td.confirmed .is-ghost.close,.is-B.is-ghost.symbol{color:#0052CC;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.theme.is-B.is-ghost:hover,.is-B.is-ghost.tag:hover,.Alerts .alert .is-B.is-ghost.close:hover,.SearchTicket td.open .is-ghost.tag:hover,.SearchTicket td.open .Alerts .alert .is-ghost.close:hover,.Alerts .alert .SearchTicket td.open .is-ghost.close:hover,.SearchShopifyOrder td.unshipped .is-ghost.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-ghost.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-ghost.close:hover,.SearchShopifyOrder td.unfulfilled .is-ghost.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-ghost.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-ghost.close:hover,.ProfileZendesk td.open .is-ghost.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-ghost.close:hover,.Alerts .alert .ProfileZendesk td.open .is-ghost.close:hover,.ProfileAppointment td.confirmed .is-ghost.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-ghost.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-ghost.close:hover,.is-B.is-ghost.symbol:hover{background:#FAFBFC}.theme.is-B.is-ghost:active,.is-B.is-ghost.tag:active,.Alerts .alert .is-B.is-ghost.close:active,.SearchTicket td.open .is-ghost.tag:active,.SearchTicket td.open .Alerts .alert .is-ghost.close:active,.Alerts .alert .SearchTicket td.open .is-ghost.close:active,.SearchShopifyOrder td.unshipped .is-ghost.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-ghost.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-ghost.close:active,.SearchShopifyOrder td.unfulfilled .is-ghost.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-ghost.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-ghost.close:active,.ProfileZendesk td.open .is-ghost.tag:active,.ProfileZendesk td.open .Alerts .alert .is-ghost.close:active,.Alerts .alert .ProfileZendesk td.open .is-ghost.close:active,.ProfileAppointment td.confirmed .is-ghost.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-ghost.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-ghost.close:active,.is-B.is-ghost.symbol:active{background:#F4F5F7}.theme.is-N,.is-N.tag,.Alerts .alert .is-N.close,.ProfileAppointment td.cancel .tag,.ProfileAppointment td.cancel .Alerts .alert .close,.Alerts .alert .ProfileAppointment td.cancel .close,.ProfileAppointment tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .close,.Alerts .alert .ProfileAppointment tr.inactive td.status .close,.is-N.symbol{background:rgba(80,95,121,0.1);color:#505F79}.theme.is-N.has-hover:hover,.Alerts .alert .is-N.close:hover,.is-N.has-hover.tag:hover,.ProfileAppointment td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .close:hover,.Alerts .alert .ProfileAppointment td.cancel .close:hover,.ProfileAppointment tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .close:hover,.is-N.has-hover.symbol:hover{background:rgba(80,95,121,0.2);cursor:pointer}.theme.is-N.is-inverse,.is-N.is-inverse.tag,.Alerts .alert .is-N.is-inverse.close,.Alerts .alert .SearchTicket td.new .is-N.close.tag,.SearchTicket td.new .Alerts .alert .is-N.close.tag,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .close.tag,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .close.tag,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .close.tag,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .close.tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.open .is-N.close.tag,.SearchTicket td.open .Alerts .alert .is-N.close.tag,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .close.tag,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .close.tag,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .close.tag,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .close.tag,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .close.tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.close.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .close.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .close.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .close.tag,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .close.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.close.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .close.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .close.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .close.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .close.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.close.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .close.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .close.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .close.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .close.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.close.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .close.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .close.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .close.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .close.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .is-N.close.tag,.ProfileZendesk td.new .Alerts .alert .is-N.close.tag,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .close.tag,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .close.tag,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .close.tag,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .close.tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open .is-N.close.tag,.ProfileZendesk td.open .Alerts .alert .is-N.close.tag,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .close.tag,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .close.tag,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .close.tag,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .close.tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed .is-N.close.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-N.close.tag,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .close.tag,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .close.tag,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .close.tag,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .close.tag,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .close.tag,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.close.tag,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.close.tag,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.close.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.close.tag,.SearchTicket td.new .is-N.tag,.SearchTicket td.new .Alerts .alert .is-N.close,.Alerts .alert .SearchTicket td.new .is-N.close,.SearchTicket td.new .ProfileAppointment td.cancel .tag,.ProfileAppointment td.cancel .SearchTicket td.new .tag,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .close,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .close,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .close,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .tag,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .close,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .close,.SearchTicket td.open .is-N.tag,.SearchTicket td.open .Alerts .alert .is-N.close,.Alerts .alert .SearchTicket td.open .is-N.close,.SearchTicket td.open .ProfileAppointment td.cancel .tag,.ProfileAppointment td.cancel .SearchTicket td.open .tag,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .close,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .close,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .close,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .close,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .tag,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .close,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .close,.SearchShopifyOrder td.shipped .is-N.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.close,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .tag,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.unshipped .is-N.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.close,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .tag,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.fulfilled .is-N.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.unfulfilled .is-N.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .close,.ProfileZendesk td.new .is-N.tag,.ProfileZendesk td.new .Alerts .alert .is-N.close,.Alerts .alert .ProfileZendesk td.new .is-N.close,.ProfileZendesk td.new .ProfileAppointment td.cancel .tag,.ProfileAppointment td.cancel .ProfileZendesk td.new .tag,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .close,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .close,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .close,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .tag,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .close,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .close,.ProfileZendesk td.open .is-N.tag,.ProfileZendesk td.open .Alerts .alert .is-N.close,.Alerts .alert .ProfileZendesk td.open .is-N.close,.ProfileZendesk td.open .ProfileAppointment td.cancel .tag,.ProfileAppointment td.cancel .ProfileZendesk td.open .tag,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .close,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .close,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .close,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .tag,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .close,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .close,.ProfileAppointment td.confirmed .is-N.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-N.close,.Alerts .alert .ProfileAppointment td.confirmed .is-N.close,.ProfileAppointment td.confirmed td.cancel .tag,.ProfileAppointment td.cancel td.confirmed .tag,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .close,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .close,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .close,.ProfileAppointment td.confirmed tr.inactive td.status .tag,.ProfileAppointment tr.inactive td.status td.confirmed .tag,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .close,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .close,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .close,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .close,.ProfileAppointment td.cancel .is-inverse.tag,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.close,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.close,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .close,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .close,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .close,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .close,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .close,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .close,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .close,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .close,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .close,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .close,.ProfileAppointment tr.inactive td.status .is-inverse.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.close,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .close,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .close,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .close,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .close,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .close,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .close,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .close,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .close,.is-N.is-inverse.symbol,.SearchTicket td.new .is-N.symbol.tag,.SearchTicket td.new .Alerts .alert .is-N.symbol.close,.Alerts .alert .SearchTicket td.new .is-N.symbol.close,.SearchTicket td.new .ProfileAppointment td.cancel .symbol.tag,.ProfileAppointment td.cancel .SearchTicket td.new .symbol.tag,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .symbol.close,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .symbol.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .symbol.close,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .symbol.close,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .symbol.tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .symbol.tag,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .symbol.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .symbol.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .symbol.close,.SearchTicket td.open .is-N.symbol.tag,.SearchTicket td.open .Alerts .alert .is-N.symbol.close,.Alerts .alert .SearchTicket td.open .is-N.symbol.close,.SearchTicket td.open .ProfileAppointment td.cancel .symbol.tag,.ProfileAppointment td.cancel .SearchTicket td.open .symbol.tag,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .symbol.close,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .symbol.close,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .symbol.close,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .symbol.close,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .symbol.tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .symbol.tag,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .symbol.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .symbol.close,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .symbol.close,.SearchShopifyOrder td.shipped .is-N.symbol.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.symbol.close,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .symbol.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .symbol.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .symbol.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .symbol.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .symbol.tag,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .symbol.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .symbol.close,.SearchShopifyOrder td.unshipped .is-N.symbol.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.symbol.close,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .symbol.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .symbol.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .symbol.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .symbol.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .symbol.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .symbol.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .symbol.close,.SearchShopifyOrder td.fulfilled .is-N.symbol.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.symbol.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .symbol.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .symbol.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .symbol.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .symbol.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .symbol.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .symbol.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .is-N.symbol.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.symbol.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .symbol.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .symbol.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .symbol.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .symbol.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .symbol.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .symbol.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .symbol.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .symbol.close,.ProfileZendesk td.new .is-N.symbol.tag,.ProfileZendesk td.new .Alerts .alert .is-N.symbol.close,.Alerts .alert .ProfileZendesk td.new .is-N.symbol.close,.ProfileZendesk td.new .ProfileAppointment td.cancel .symbol.tag,.ProfileAppointment td.cancel .ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .symbol.close,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .symbol.close,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .symbol.tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .symbol.tag,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .symbol.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .symbol.close,.ProfileZendesk td.open .is-N.symbol.tag,.ProfileZendesk td.open .Alerts .alert .is-N.symbol.close,.Alerts .alert .ProfileZendesk td.open .is-N.symbol.close,.ProfileZendesk td.open .ProfileAppointment td.cancel .symbol.tag,.ProfileAppointment td.cancel .ProfileZendesk td.open .symbol.tag,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .symbol.close,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .symbol.close,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .symbol.tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .symbol.tag,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .symbol.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .symbol.close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .symbol.close,.ProfileAppointment td.confirmed .is-N.symbol.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-N.symbol.close,.Alerts .alert .ProfileAppointment td.confirmed .is-N.symbol.close,.ProfileAppointment td.confirmed td.cancel .symbol.tag,.ProfileAppointment td.cancel td.confirmed .symbol.tag,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .symbol.close,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .symbol.close,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .symbol.close,.ProfileAppointment td.confirmed tr.inactive td.status .symbol.tag,.ProfileAppointment tr.inactive td.status td.confirmed .symbol.tag,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .symbol.close,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .symbol.close,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .symbol.close,.ProfileAppointment td.cancel .is-inverse.symbol.tag,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.symbol.close,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.symbol.close,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .symbol.close,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .symbol.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .symbol.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .symbol.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .symbol.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .symbol.close,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .symbol.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .symbol.close,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .symbol.close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .symbol.close,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .symbol.close,.ProfileAppointment tr.inactive td.status .is-inverse.symbol.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.symbol.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.symbol.close,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .symbol.close,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .symbol.close,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .symbol.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .symbol.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .symbol.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .symbol.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .symbol.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .symbol.close,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .symbol.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .symbol.close,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .symbol.close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .symbol.close,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .symbol.close,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .symbol.close{background:#505F79;color:#fff}.theme.is-N.is-inverse.has-hover:hover,.Alerts .alert .theme.is-N.is-inverse.close:hover,.Alerts .alert .is-N.is-inverse.close.tag:hover,.Alerts .alert .is-N.is-inverse.close:hover,.Alerts .alert .SearchTicket td.new .is-N.close.tag:hover,.SearchTicket td.new .Alerts .alert .is-N.close.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .close.tag:hover,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .close.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .close.tag:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .close.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .is-N.close.tag:hover,.SearchTicket td.open .Alerts .alert .is-N.close.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .close.tag:hover,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .close.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .close.tag:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .close.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.close.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .close.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .close.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .close.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .close.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.close.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .close.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .close.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .close.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .close.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.close.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .close.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .close.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .close.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .close.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.close.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .close.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .close.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .close.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .close.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .is-N.close.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-N.close.tag:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .close.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .close.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .close.tag:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .close.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .is-N.close.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-N.close.tag:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .close.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .close.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .close.tag:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .close.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-N.close.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-N.close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .close.tag:hover,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .close.tag:hover,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .close.tag:hover,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .close.tag:hover,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .close.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.close.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.close.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.close.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.close.tag:hover,.Alerts .alert .is-N.is-inverse.close.symbol:hover,.Alerts .alert .SearchTicket td.new .is-N.close.symbol.tag:hover,.SearchTicket td.new .Alerts .alert .is-N.close.symbol.tag:hover,.SearchTicket td.new .Alerts .alert .is-N.close.symbol:hover,.Alerts .alert .SearchTicket td.new .is-N.close.symbol:hover,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .close.symbol:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .close.symbol:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .close.symbol.tag:hover,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .close.symbol.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .close.symbol.tag:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open .is-N.close.symbol.tag:hover,.SearchTicket td.open .Alerts .alert .is-N.close.symbol.tag:hover,.SearchTicket td.open .Alerts .alert .is-N.close.symbol:hover,.Alerts .alert .SearchTicket td.open .is-N.close.symbol:hover,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .close.symbol:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .close.symbol:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .close.symbol:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .close.symbol.tag:hover,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .close.symbol.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .close.symbol.tag:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.close.symbol.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.close.symbol.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.close.symbol:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .close.symbol:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .close.symbol:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .close.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.close.symbol:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .close.symbol:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .close.symbol:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .close.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.close.symbol:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .close.symbol:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .close.symbol:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .close.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.close.symbol:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .close.symbol:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .close.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .is-N.close.symbol.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-N.close.symbol.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-N.close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .is-N.close.symbol:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .close.symbol:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .close.symbol:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .close.symbol.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .close.symbol.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .close.symbol.tag:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open .is-N.close.symbol.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-N.close.symbol.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-N.close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .is-N.close.symbol:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .close.symbol:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .close.symbol:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .close.symbol.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .close.symbol.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .close.symbol.tag:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-N.close.symbol.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-N.close.symbol.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-N.close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-N.close.symbol:hover,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .close.symbol:hover,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .close.symbol:hover,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .close.symbol:hover,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .close.symbol.tag:hover,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .close.symbol.tag:hover,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .close.symbol.tag:hover,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .close.symbol.tag:hover,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.close.symbol.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.close.symbol.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.close.symbol:hover,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.close.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.close.symbol:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.close.symbol:hover,.SearchTicket td.new .Alerts .alert .is-N.close:hover,.Alerts .alert .SearchTicket td.new .is-N.close:hover,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .theme.close:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .theme.close:hover,.SearchTicket td.open .Alerts .alert .is-N.close:hover,.Alerts .alert .SearchTicket td.open .is-N.close:hover,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .theme.close:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .theme.close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .theme.close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .theme.close:hover,.ProfileZendesk td.new .Alerts .alert .is-N.close:hover,.Alerts .alert .ProfileZendesk td.new .is-N.close:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .theme.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .theme.close:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .theme.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .theme.close:hover,.ProfileZendesk td.open .Alerts .alert .is-N.close:hover,.Alerts .alert .ProfileZendesk td.open .is-N.close:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .theme.close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .theme.close:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .theme.close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-N.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-N.close:hover,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .theme.close:hover,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .theme.is-inverse.close:hover,.Alerts .alert .ProfileAppointment td.cancel .theme.is-inverse.close:hover,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .close.symbol:hover,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .close.symbol:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .close.symbol:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .close.symbol:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .close.symbol:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .close.symbol:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .close.symbol:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .close.symbol:hover,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .close.symbol:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .theme.is-inverse.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .theme.is-inverse.close:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .close.symbol:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .close.symbol:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .close.symbol:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .close.symbol:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .close.symbol:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .close.symbol:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .close.symbol:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .close.symbol:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .close.symbol:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .close.symbol:hover,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .close.symbol:hover,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .close.symbol:hover,.is-N.is-inverse.has-hover.tag:hover,.SearchTicket td.new .is-N.has-hover.tag:hover,.SearchTicket td.new .ProfileAppointment td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .close:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .has-hover.tag:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .close:hover,.SearchTicket td.open .is-N.has-hover.tag:hover,.SearchTicket td.open .ProfileAppointment td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.open .has-hover.tag:hover,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .close:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .has-hover.tag:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .close:hover,.SearchShopifyOrder td.shipped .is-N.has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .has-hover.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.unshipped .is-N.has-hover.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .has-hover.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.fulfilled .is-N.has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .is-N.has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .close:hover,.ProfileZendesk td.new .is-N.has-hover.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .close:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .close:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .has-hover.tag:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .close:hover,.ProfileZendesk td.open .is-N.has-hover.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .has-hover.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .close:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .close:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .has-hover.tag:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .close:hover,.ProfileAppointment td.confirmed .is-N.has-hover.tag:hover,.ProfileAppointment td.confirmed td.cancel .has-hover.tag:hover,.ProfileAppointment td.cancel td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .close:hover,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .close:hover,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .close:hover,.ProfileAppointment td.confirmed tr.inactive td.status .has-hover.tag:hover,.ProfileAppointment tr.inactive td.status td.confirmed .has-hover.tag:hover,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .close:hover,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .close:hover,.ProfileAppointment td.cancel .is-inverse.has-hover.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.close:hover,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.close:hover,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .close:hover,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .close:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .close:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .close:hover,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .close:hover,.ProfileAppointment tr.inactive td.status .is-inverse.has-hover.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.close:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .close:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .close:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .close:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .close:hover,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .close:hover,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .close:hover,.is-N.is-inverse.has-hover.symbol:hover,.SearchTicket td.new .is-N.has-hover.symbol.tag:hover,.SearchTicket td.new .ProfileAppointment td.cancel .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .has-hover.symbol.tag:hover,.SearchTicket td.open .is-N.has-hover.symbol.tag:hover,.SearchTicket td.open .ProfileAppointment td.cancel .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.open .has-hover.symbol.tag:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .is-N.has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .is-N.has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .is-N.has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .is-N.has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .has-hover.symbol.tag:hover,.ProfileZendesk td.new .is-N.has-hover.symbol.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .has-hover.symbol.tag:hover,.ProfileZendesk td.open .is-N.has-hover.symbol.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed .is-N.has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed td.cancel .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.confirmed tr.inactive td.status .has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status td.confirmed .has-hover.symbol.tag:hover,.ProfileAppointment td.cancel .is-inverse.has-hover.symbol.tag:hover,.ProfileAppointment tr.inactive td.status .is-inverse.has-hover.symbol.tag:hover{background:rgba(80,95,121,0.8)}.theme.is-N.is-ghost,.is-N.is-ghost.tag,.Alerts .alert .is-N.is-ghost.close,.ProfileAppointment td.cancel .is-ghost.tag,.ProfileAppointment td.cancel .Alerts .alert .is-ghost.close,.Alerts .alert .ProfileAppointment td.cancel .is-ghost.close,.ProfileAppointment tr.inactive td.status .is-ghost.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-ghost.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-ghost.close,.is-N.is-ghost.symbol{color:#505F79;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.theme.is-N.is-ghost:hover,.is-N.is-ghost.tag:hover,.Alerts .alert .is-N.is-ghost.close:hover,.ProfileAppointment td.cancel .is-ghost.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .is-ghost.close:hover,.Alerts .alert .ProfileAppointment td.cancel .is-ghost.close:hover,.ProfileAppointment tr.inactive td.status .is-ghost.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-ghost.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-ghost.close:hover,.is-N.is-ghost.symbol:hover{background:#FAFBFC}.theme.is-N.is-ghost:active,.is-N.is-ghost.tag:active,.Alerts .alert .is-N.is-ghost.close:active,.ProfileAppointment td.cancel .is-ghost.tag:active,.ProfileAppointment td.cancel .Alerts .alert .is-ghost.close:active,.Alerts .alert .ProfileAppointment td.cancel .is-ghost.close:active,.ProfileAppointment tr.inactive td.status .is-ghost.tag:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-ghost.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-ghost.close:active,.is-N.is-ghost.symbol:active{background:#F4F5F7}.theme.is-N2,.Alerts .alert .theme.close,.Alerts .alert .close.tag,.Alerts .alert .close.symbol,.is-N2.tag,.Alerts .alert .close,.is-N2.symbol{background:rgba(122,134,154,0.1);color:#7A869A}.theme.is-N2.has-hover:hover,.is-N2.has-hover.tag:hover,.Alerts .alert .close:hover,.is-N2.has-hover.symbol:hover{background:rgba(122,134,154,0.2);cursor:pointer}.theme.is-N2.is-inverse,.is-N2.is-inverse.tag,.Alerts .alert .is-inverse.close,.SearchTicket td.new .is-N2.tag,.SearchTicket td.new .Alerts .alert .close,.Alerts .alert .SearchTicket td.new .close,.SearchTicket td.open .is-N2.tag,.SearchTicket td.open .Alerts .alert .close,.Alerts .alert .SearchTicket td.open .close,.SearchShopifyOrder td.shipped .is-N2.tag,.SearchShopifyOrder td.shipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.shipped .close,.SearchShopifyOrder td.unshipped .is-N2.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unshipped .close,.SearchShopifyOrder td.fulfilled .is-N2.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.fulfilled .close,.SearchShopifyOrder td.unfulfilled .is-N2.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close,.ProfileZendesk td.new .is-N2.tag,.ProfileZendesk td.new .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.new .close,.ProfileZendesk td.open .is-N2.tag,.ProfileZendesk td.open .Alerts .alert .close,.Alerts .alert .ProfileZendesk td.open .close,.ProfileAppointment td.confirmed .is-N2.tag,.ProfileAppointment td.confirmed .Alerts .alert .close,.Alerts .alert .ProfileAppointment td.confirmed .close,.is-N2.is-inverse.symbol{background:#7A869A;color:#fff}.theme.is-N2.is-inverse.has-hover:hover,.is-N2.is-inverse.has-hover.tag:hover,.Alerts .alert .is-inverse.close:hover,.SearchTicket td.new .is-N2.has-hover.tag:hover,.SearchTicket td.new .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.new .close:hover,.SearchTicket td.open .is-N2.has-hover.tag:hover,.SearchTicket td.open .Alerts .alert .close:hover,.Alerts .alert .SearchTicket td.open .close:hover,.SearchShopifyOrder td.shipped .is-N2.has-hover.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .close:hover,.SearchShopifyOrder td.unshipped .is-N2.has-hover.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .close:hover,.SearchShopifyOrder td.fulfilled .is-N2.has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .close:hover,.SearchShopifyOrder td.unfulfilled .is-N2.has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .close:hover,.ProfileZendesk td.new .is-N2.has-hover.tag:hover,.ProfileZendesk td.new .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.new .close:hover,.ProfileZendesk td.open .is-N2.has-hover.tag:hover,.ProfileZendesk td.open .Alerts .alert .close:hover,.Alerts .alert .ProfileZendesk td.open .close:hover,.ProfileAppointment td.confirmed .is-N2.has-hover.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .close:hover,.Alerts .alert .ProfileAppointment td.confirmed .close:hover,.is-N2.is-inverse.has-hover.symbol:hover{background:rgba(122,134,154,0.8)}.theme.is-N2.is-ghost,.is-N2.is-ghost.tag,.Alerts .alert .is-ghost.close,.is-N2.is-ghost.symbol{color:#7A869A;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.theme.is-N2.is-ghost:hover,.is-N2.is-ghost.tag:hover,.Alerts .alert .is-ghost.close:hover,.is-N2.is-ghost.symbol:hover{background:#FAFBFC}.theme.is-N2.is-ghost:active,.is-N2.is-ghost.tag:active,.Alerts .alert .is-ghost.close:active,.is-N2.is-ghost.symbol:active{background:#F4F5F7}.theme.is-W,.is-W.tag,.Alerts .alert .is-W.close,.is-W.symbol{background:rgba(255,255,255,0.1);color:#fff}.theme.is-W.has-hover:hover,.Alerts .alert .is-W.close:hover,.is-W.has-hover.tag:hover,.is-W.has-hover.symbol:hover{background:rgba(255,255,255,0.2);cursor:pointer}.theme.is-W.is-inverse,.is-W.is-inverse.tag,.Alerts .alert .is-W.is-inverse.close,.SearchTicket td.new .is-W.tag,.SearchTicket td.new .Alerts .alert .is-W.close,.Alerts .alert .SearchTicket td.new .is-W.close,.SearchTicket td.open .is-W.tag,.SearchTicket td.open .Alerts .alert .is-W.close,.Alerts .alert .SearchTicket td.open .is-W.close,.SearchShopifyOrder td.shipped .is-W.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-W.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-W.close,.SearchShopifyOrder td.unshipped .is-W.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-W.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-W.close,.SearchShopifyOrder td.fulfilled .is-W.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-W.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-W.close,.SearchShopifyOrder td.unfulfilled .is-W.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-W.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-W.close,.ProfileZendesk td.new .is-W.tag,.ProfileZendesk td.new .Alerts .alert .is-W.close,.Alerts .alert .ProfileZendesk td.new .is-W.close,.ProfileZendesk td.open .is-W.tag,.ProfileZendesk td.open .Alerts .alert .is-W.close,.Alerts .alert .ProfileZendesk td.open .is-W.close,.ProfileAppointment td.confirmed .is-W.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-W.close,.Alerts .alert .ProfileAppointment td.confirmed .is-W.close,.is-W.is-inverse.symbol{background:#fff;color:#fff}.theme.is-W.is-inverse.has-hover:hover,.Alerts .alert .is-W.is-inverse.close:hover,.SearchTicket td.new .Alerts .alert .is-W.close:hover,.Alerts .alert .SearchTicket td.new .is-W.close:hover,.SearchTicket td.open .Alerts .alert .is-W.close:hover,.Alerts .alert .SearchTicket td.open .is-W.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-W.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-W.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-W.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-W.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-W.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-W.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-W.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-W.close:hover,.ProfileZendesk td.new .Alerts .alert .is-W.close:hover,.Alerts .alert .ProfileZendesk td.new .is-W.close:hover,.ProfileZendesk td.open .Alerts .alert .is-W.close:hover,.Alerts .alert .ProfileZendesk td.open .is-W.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-W.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-W.close:hover,.is-W.is-inverse.has-hover.tag:hover,.SearchTicket td.new .is-W.has-hover.tag:hover,.SearchTicket td.open .is-W.has-hover.tag:hover,.SearchShopifyOrder td.shipped .is-W.has-hover.tag:hover,.SearchShopifyOrder td.unshipped .is-W.has-hover.tag:hover,.SearchShopifyOrder td.fulfilled .is-W.has-hover.tag:hover,.SearchShopifyOrder td.unfulfilled .is-W.has-hover.tag:hover,.ProfileZendesk td.new .is-W.has-hover.tag:hover,.ProfileZendesk td.open .is-W.has-hover.tag:hover,.ProfileAppointment td.confirmed .is-W.has-hover.tag:hover,.is-W.is-inverse.has-hover.symbol:hover{background:rgba(255,255,255,0.8)}.theme.is-W.is-ghost,.is-W.is-ghost.tag,.Alerts .alert .is-W.is-ghost.close,.is-W.is-ghost.symbol{color:#fff;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.theme.is-W.is-ghost:hover,.is-W.is-ghost.tag:hover,.Alerts .alert .is-W.is-ghost.close:hover,.is-W.is-ghost.symbol:hover{background:#FAFBFC}.theme.is-W.is-ghost:active,.is-W.is-ghost.tag:active,.Alerts .alert .is-W.is-ghost.close:active,.is-W.is-ghost.symbol:active{background:#F4F5F7}.button-theme.is-R,.is-R.button,.SearchTicket td.solved .button.tag,.SearchTicket td.solved .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.solved .button.close,.ProfileZendesk td.solved .button.tag,.ProfileZendesk td.solved .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.solved .button.close,.SearchTicket td.solved .button-theme.tag,.SearchTicket td.solved .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.solved .button-theme.close,.ProfileZendesk td.solved .button-theme.tag,.ProfileZendesk td.solved .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.solved .button-theme.close{background:#FF5630;color:#fff}.button-theme.is-R:hover,.is-R.button:hover,.SearchTicket td.solved .button.tag:hover,.SearchTicket td.solved .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.solved .button.close:hover,.ProfileZendesk td.solved .button.tag:hover,.ProfileZendesk td.solved .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.solved .button.close:hover,.SearchTicket td.solved .button-theme.tag:hover,.SearchTicket td.solved .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.solved .button-theme.close:hover,.ProfileZendesk td.solved .button-theme.tag:hover,.ProfileZendesk td.solved .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .button-theme.close:hover{background:#ff6744;cursor:pointer}.button-theme.is-R:active,.is-R.button:active,.SearchTicket td.solved .button.tag:active,.SearchTicket td.solved .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.solved .button.close:active,.ProfileZendesk td.solved .button.tag:active,.ProfileZendesk td.solved .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.solved .button.close:active,.SearchTicket td.solved .button-theme.tag:active,.SearchTicket td.solved .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.solved .button-theme.close:active,.ProfileZendesk td.solved .button-theme.tag:active,.ProfileZendesk td.solved .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved .button-theme.close:active{background:#ff451c}.button-theme.is-R.is-inverse,.is-R.is-inverse.button,.SearchTicket td.new .is-R.button.tag,.SearchTicket td.new .Alerts .alert .is-R.button.close,.Alerts .alert .SearchTicket td.new .is-R.button.close,.SearchTicket td.new td.solved .button.tag,.SearchTicket td.solved td.new .button.tag,.SearchTicket td.new td.solved .Alerts .alert .button.close,.SearchTicket td.solved .Alerts .alert td.new .button.close,.Alerts .alert .SearchTicket td.new td.solved .button.close,.Alerts .alert .SearchTicket td.solved td.new .button.close,.ProfileZendesk td.solved .SearchTicket td.new .button.tag,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .button.close,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .button.close,.SearchTicket td.open .is-R.button.tag,.SearchTicket td.open .Alerts .alert .is-R.button.close,.Alerts .alert .SearchTicket td.open .is-R.button.close,.SearchTicket td.open td.solved .button.tag,.SearchTicket td.solved td.open .button.tag,.SearchTicket td.open td.solved .Alerts .alert .button.close,.SearchTicket td.solved .Alerts .alert td.open .button.close,.Alerts .alert .SearchTicket td.open td.solved .button.close,.Alerts .alert .SearchTicket td.solved td.open .button.close,.ProfileZendesk td.solved .SearchTicket td.open .button.tag,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .button.close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .button.close,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .button.close,.SearchTicket td.solved .is-inverse.button.tag,.SearchTicket td.solved .Alerts .alert .is-inverse.button.close,.Alerts .alert .SearchTicket td.solved .is-inverse.button.close,.SearchTicket td.solved td.new .Alerts .alert .button.close,.SearchTicket td.new .Alerts .alert td.solved .button.close,.SearchTicket td.solved td.open .Alerts .alert .button.close,.SearchTicket td.open .Alerts .alert td.solved .button.close,.SearchTicket td.solved .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .SearchTicket td.solved .button.tag,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .button.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .button.close,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .button.tag,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .button.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .button.close,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button.tag,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .button.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button.close,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button.tag,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .button.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button.close,.ProfileZendesk td.new .SearchTicket td.solved .button.tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .button.close,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .button.close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .button.close,.ProfileZendesk td.open .SearchTicket td.solved .button.tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .button.close,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .button.close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .button.close,.SearchTicket td.solved .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .SearchTicket td.solved .button.tag,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .button.close,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .button.close,.SearchShopifyOrder td.shipped .is-R.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.button.close,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .button.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .button.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.unshipped .is-R.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.button.close,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .button.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .button.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.fulfilled .is-R.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.button.close,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .button.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .button.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.unfulfilled .is-R.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.button.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .button.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .button.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button.close,.ProfileZendesk td.new .is-R.button.tag,.ProfileZendesk td.new .Alerts .alert .is-R.button.close,.Alerts .alert .ProfileZendesk td.new .is-R.button.close,.SearchTicket td.solved .ProfileZendesk td.new .button.tag,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .button.close,.ProfileZendesk td.new td.solved .button.tag,.ProfileZendesk td.solved td.new .button.tag,.ProfileZendesk td.new td.solved .Alerts .alert .button.close,.ProfileZendesk td.solved .Alerts .alert td.new .button.close,.Alerts .alert .ProfileZendesk td.new td.solved .button.close,.Alerts .alert .ProfileZendesk td.solved td.new .button.close,.ProfileZendesk td.open .is-R.button.tag,.ProfileZendesk td.open .Alerts .alert .is-R.button.close,.Alerts .alert .ProfileZendesk td.open .is-R.button.close,.SearchTicket td.solved .ProfileZendesk td.open .button.tag,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .button.close,.ProfileZendesk td.open td.solved .button.tag,.ProfileZendesk td.solved td.open .button.tag,.ProfileZendesk td.open td.solved .Alerts .alert .button.close,.ProfileZendesk td.solved .Alerts .alert td.open .button.close,.Alerts .alert .ProfileZendesk td.open td.solved .button.close,.Alerts .alert .ProfileZendesk td.solved td.open .button.close,.ProfileZendesk td.solved .is-inverse.button.tag,.ProfileZendesk td.solved .Alerts .alert .is-inverse.button.close,.Alerts .alert .ProfileZendesk td.solved .is-inverse.button.close,.SearchTicket td.new .ProfileZendesk td.solved .button.tag,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .button.close,.SearchTicket td.open .ProfileZendesk td.solved .button.tag,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .button.close,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button.close,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button.close,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button.close,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button.close,.ProfileZendesk td.solved td.new .Alerts .alert .button.close,.ProfileZendesk td.new .Alerts .alert td.solved .button.close,.ProfileZendesk td.solved td.open .Alerts .alert .button.close,.ProfileZendesk td.open .Alerts .alert td.solved .button.close,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .button.tag,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .button.close,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .button.close,.ProfileAppointment td.confirmed .is-R.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-R.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-R.button.close,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .button.close,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .button.close,.SearchTicket td.new .button-theme.is-R.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-R.close,.Alerts .alert .SearchTicket td.new .button-theme.is-R.close,.SearchTicket td.new td.solved .button-theme.tag,.SearchTicket td.solved td.new .button-theme.tag,.SearchTicket td.new td.solved .Alerts .alert .button-theme.close,.SearchTicket td.solved .Alerts .alert td.new .button-theme.close,.Alerts .alert .SearchTicket td.new td.solved .button-theme.close,.Alerts .alert .SearchTicket td.solved td.new .button-theme.close,.ProfileZendesk td.solved .SearchTicket td.new .button-theme.tag,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .button-theme.close,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .button-theme.close,.SearchTicket td.open .button-theme.is-R.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-R.close,.Alerts .alert .SearchTicket td.open .button-theme.is-R.close,.SearchTicket td.open td.solved .button-theme.tag,.SearchTicket td.solved td.open .button-theme.tag,.SearchTicket td.open td.solved .Alerts .alert .button-theme.close,.SearchTicket td.solved .Alerts .alert td.open .button-theme.close,.Alerts .alert .SearchTicket td.open td.solved .button-theme.close,.Alerts .alert .SearchTicket td.solved td.open .button-theme.close,.ProfileZendesk td.solved .SearchTicket td.open .button-theme.tag,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .button-theme.close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .button-theme.close,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .button-theme.close,.SearchTicket td.solved .button-theme.is-inverse.tag,.SearchTicket td.solved .Alerts .alert .button-theme.is-inverse.close,.Alerts .alert .SearchTicket td.solved .button-theme.is-inverse.close,.SearchTicket td.solved td.new .Alerts .alert .button-theme.close,.SearchTicket td.new .Alerts .alert td.solved .button-theme.close,.SearchTicket td.solved td.open .Alerts .alert .button-theme.close,.SearchTicket td.open .Alerts .alert td.solved .button-theme.close,.SearchTicket td.solved .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .SearchTicket td.solved .button-theme.tag,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .button-theme.tag,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button-theme.tag,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button-theme.tag,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button-theme.close,.ProfileZendesk td.new .SearchTicket td.solved .button-theme.tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .button-theme.close,.ProfileZendesk td.open .SearchTicket td.solved .button-theme.tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .button-theme.close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .SearchTicket td.solved .button-theme.tag,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .button-theme.close,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .button-theme.close,.SearchShopifyOrder td.shipped .button-theme.is-R.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-R.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-R.close,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button-theme.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .button-theme.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .button-theme.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.unshipped .button-theme.is-R.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-R.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-R.close,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button-theme.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .button-theme.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .button-theme.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.fulfilled .button-theme.is-R.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-R.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-R.close,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button-theme.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .button-theme.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .button-theme.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-R.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-R.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-R.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button-theme.tag,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .button-theme.close,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .button-theme.close,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button-theme.close,.ProfileZendesk td.new .button-theme.is-R.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-R.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-R.close,.SearchTicket td.solved .ProfileZendesk td.new .button-theme.tag,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new td.solved .button-theme.tag,.ProfileZendesk td.solved td.new .button-theme.tag,.ProfileZendesk td.new td.solved .Alerts .alert .button-theme.close,.ProfileZendesk td.solved .Alerts .alert td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new td.solved .button-theme.close,.Alerts .alert .ProfileZendesk td.solved td.new .button-theme.close,.ProfileZendesk td.open .button-theme.is-R.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-R.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-R.close,.SearchTicket td.solved .ProfileZendesk td.open .button-theme.tag,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open td.solved .button-theme.tag,.ProfileZendesk td.solved td.open .button-theme.tag,.ProfileZendesk td.open td.solved .Alerts .alert .button-theme.close,.ProfileZendesk td.solved .Alerts .alert td.open .button-theme.close,.Alerts .alert .ProfileZendesk td.open td.solved .button-theme.close,.Alerts .alert .ProfileZendesk td.solved td.open .button-theme.close,.ProfileZendesk td.solved .button-theme.is-inverse.tag,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-inverse.close,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-inverse.close,.SearchTicket td.new .ProfileZendesk td.solved .button-theme.tag,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .button-theme.close,.SearchTicket td.open .ProfileZendesk td.solved .button-theme.tag,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .button-theme.close,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button-theme.close,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button-theme.close,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button-theme.close,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button-theme.close,.ProfileZendesk td.solved td.new .Alerts .alert .button-theme.close,.ProfileZendesk td.new .Alerts .alert td.solved .button-theme.close,.ProfileZendesk td.solved td.open .Alerts .alert .button-theme.close,.ProfileZendesk td.open .Alerts .alert td.solved .button-theme.close,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .button-theme.tag,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .button-theme.close,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .button-theme.close,.ProfileAppointment td.confirmed .button-theme.is-R.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-R.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-R.close,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .button-theme.close,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .button-theme.close{background:rgba(255,86,48,0.05);color:#FF5630}.button-theme.is-R.is-inverse:hover,.is-R.is-inverse.button:hover,.SearchTicket td.new .is-R.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-R.button.close:hover,.Alerts .alert .SearchTicket td.new .is-R.button.close:hover,.SearchTicket td.new td.solved .button.tag:hover,.SearchTicket td.solved td.new .button.tag:hover,.SearchTicket td.new td.solved .Alerts .alert .button.close:hover,.SearchTicket td.solved .Alerts .alert td.new .button.close:hover,.Alerts .alert .SearchTicket td.new td.solved .button.close:hover,.Alerts .alert .SearchTicket td.solved td.new .button.close:hover,.ProfileZendesk td.solved .SearchTicket td.new .button.tag:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .button.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .button.close:hover,.SearchTicket td.open .is-R.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-R.button.close:hover,.Alerts .alert .SearchTicket td.open .is-R.button.close:hover,.SearchTicket td.open td.solved .button.tag:hover,.SearchTicket td.solved td.open .button.tag:hover,.SearchTicket td.open td.solved .Alerts .alert .button.close:hover,.SearchTicket td.solved .Alerts .alert td.open .button.close:hover,.Alerts .alert .SearchTicket td.open td.solved .button.close:hover,.Alerts .alert .SearchTicket td.solved td.open .button.close:hover,.ProfileZendesk td.solved .SearchTicket td.open .button.tag:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .button.close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .button.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .button.close:hover,.SearchTicket td.solved .is-inverse.button.tag:hover,.SearchTicket td.solved .Alerts .alert .is-inverse.button.close:hover,.Alerts .alert .SearchTicket td.solved .is-inverse.button.close:hover,.SearchTicket td.solved td.new .Alerts .alert .button.close:hover,.SearchTicket td.new .Alerts .alert td.solved .button.close:hover,.SearchTicket td.solved td.open .Alerts .alert .button.close:hover,.SearchTicket td.open .Alerts .alert td.solved .button.close:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .button.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .button.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button.close:hover,.ProfileZendesk td.new .SearchTicket td.solved .button.tag:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .button.close:hover,.ProfileZendesk td.open .SearchTicket td.solved .button.tag:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .button.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .button.tag:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .button.close:hover,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .button.close:hover,.SearchShopifyOrder td.shipped .is-R.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.button.close:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .button.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .button.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.unshipped .is-R.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.button.close:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .button.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .button.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.fulfilled .is-R.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.button.close:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .button.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .button.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .is-R.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.button.close:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .button.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .button.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button.close:hover,.ProfileZendesk td.new .is-R.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-R.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-R.button.close:hover,.SearchTicket td.solved .ProfileZendesk td.new .button.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new td.solved .button.tag:hover,.ProfileZendesk td.solved td.new .button.tag:hover,.ProfileZendesk td.new td.solved .Alerts .alert .button.close:hover,.ProfileZendesk td.solved .Alerts .alert td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new td.solved .button.close:hover,.Alerts .alert .ProfileZendesk td.solved td.new .button.close:hover,.ProfileZendesk td.open .is-R.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-R.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-R.button.close:hover,.SearchTicket td.solved .ProfileZendesk td.open .button.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open td.solved .button.tag:hover,.ProfileZendesk td.solved td.open .button.tag:hover,.ProfileZendesk td.open td.solved .Alerts .alert .button.close:hover,.ProfileZendesk td.solved .Alerts .alert td.open .button.close:hover,.Alerts .alert .ProfileZendesk td.open td.solved .button.close:hover,.Alerts .alert .ProfileZendesk td.solved td.open .button.close:hover,.ProfileZendesk td.solved .is-inverse.button.tag:hover,.ProfileZendesk td.solved .Alerts .alert .is-inverse.button.close:hover,.Alerts .alert .ProfileZendesk td.solved .is-inverse.button.close:hover,.SearchTicket td.new .ProfileZendesk td.solved .button.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .button.close:hover,.SearchTicket td.open .ProfileZendesk td.solved .button.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .button.close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button.close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button.close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button.close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button.close:hover,.ProfileZendesk td.solved td.new .Alerts .alert .button.close:hover,.ProfileZendesk td.new .Alerts .alert td.solved .button.close:hover,.ProfileZendesk td.solved td.open .Alerts .alert .button.close:hover,.ProfileZendesk td.open .Alerts .alert td.solved .button.close:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .button.tag:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .button.close:hover,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .button.close:hover,.ProfileAppointment td.confirmed .is-R.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-R.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-R.button.close:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .button.close:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .button.close:hover,.SearchTicket td.new .button-theme.is-R.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-R.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-R.close:hover,.SearchTicket td.new td.solved .button-theme.tag:hover,.SearchTicket td.solved td.new .button-theme.tag:hover,.SearchTicket td.new td.solved .Alerts .alert .button-theme.close:hover,.SearchTicket td.solved .Alerts .alert td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new td.solved .button-theme.close:hover,.Alerts .alert .SearchTicket td.solved td.new .button-theme.close:hover,.ProfileZendesk td.solved .SearchTicket td.new .button-theme.tag:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.open .button-theme.is-R.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-R.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-R.close:hover,.SearchTicket td.open td.solved .button-theme.tag:hover,.SearchTicket td.solved td.open .button-theme.tag:hover,.SearchTicket td.open td.solved .Alerts .alert .button-theme.close:hover,.SearchTicket td.solved .Alerts .alert td.open .button-theme.close:hover,.Alerts .alert .SearchTicket td.open td.solved .button-theme.close:hover,.Alerts .alert .SearchTicket td.solved td.open .button-theme.close:hover,.ProfileZendesk td.solved .SearchTicket td.open .button-theme.tag:hover,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.solved .button-theme.is-inverse.tag:hover,.SearchTicket td.solved .Alerts .alert .button-theme.is-inverse.close:hover,.Alerts .alert .SearchTicket td.solved .button-theme.is-inverse.close:hover,.SearchTicket td.solved td.new .Alerts .alert .button-theme.close:hover,.SearchTicket td.new .Alerts .alert td.solved .button-theme.close:hover,.SearchTicket td.solved td.open .Alerts .alert .button-theme.close:hover,.SearchTicket td.open .Alerts .alert td.solved .button-theme.close:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .button-theme.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .button-theme.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button-theme.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button-theme.tag:hover,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button-theme.close:hover,.ProfileZendesk td.new .SearchTicket td.solved .button-theme.tag:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .button-theme.close:hover,.ProfileZendesk td.open .SearchTicket td.solved .button-theme.tag:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .button-theme.tag:hover,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .button-theme.close:hover,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .button-theme.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-R.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-R.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-R.close:hover,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button-theme.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-R.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-R.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-R.close:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button-theme.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-R.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-R.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-R.close:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button-theme.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-R.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-R.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-R.close:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button-theme.tag:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.ProfileZendesk td.new .button-theme.is-R.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-R.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-R.close:hover,.SearchTicket td.solved .ProfileZendesk td.new .button-theme.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new td.solved .button-theme.tag:hover,.ProfileZendesk td.solved td.new .button-theme.tag:hover,.ProfileZendesk td.new td.solved .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.solved .Alerts .alert td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new td.solved .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved td.new .button-theme.close:hover,.ProfileZendesk td.open .button-theme.is-R.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-R.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-R.close:hover,.SearchTicket td.solved .ProfileZendesk td.open .button-theme.tag:hover,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open td.solved .button-theme.tag:hover,.ProfileZendesk td.solved td.open .button-theme.tag:hover,.ProfileZendesk td.open td.solved .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.solved .Alerts .alert td.open .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open td.solved .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved td.open .button-theme.close:hover,.ProfileZendesk td.solved .button-theme.is-inverse.tag:hover,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-inverse.close:hover,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-inverse.close:hover,.SearchTicket td.new .ProfileZendesk td.solved .button-theme.tag:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .button-theme.close:hover,.SearchTicket td.open .ProfileZendesk td.solved .button-theme.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .button-theme.close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button-theme.close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button-theme.close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button-theme.close:hover,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button-theme.close:hover,.ProfileZendesk td.solved td.new .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert td.solved .button-theme.close:hover,.ProfileZendesk td.solved td.open .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert td.solved .button-theme.close:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .button-theme.tag:hover,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .button-theme.close:hover,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .button-theme.close:hover,.ProfileAppointment td.confirmed .button-theme.is-R.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-R.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-R.close:hover,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .button-theme.close:hover{background:rgba(255,86,48,0.1);cursor:pointer}.button-theme.is-R.is-inverse:active,.is-R.is-inverse.button:active,.SearchTicket td.new .is-R.button.tag:active,.SearchTicket td.new .Alerts .alert .is-R.button.close:active,.Alerts .alert .SearchTicket td.new .is-R.button.close:active,.SearchTicket td.new td.solved .button.tag:active,.SearchTicket td.solved td.new .button.tag:active,.SearchTicket td.new td.solved .Alerts .alert .button.close:active,.SearchTicket td.solved .Alerts .alert td.new .button.close:active,.Alerts .alert .SearchTicket td.new td.solved .button.close:active,.Alerts .alert .SearchTicket td.solved td.new .button.close:active,.ProfileZendesk td.solved .SearchTicket td.new .button.tag:active,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .button.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .button.close:active,.SearchTicket td.open .is-R.button.tag:active,.SearchTicket td.open .Alerts .alert .is-R.button.close:active,.Alerts .alert .SearchTicket td.open .is-R.button.close:active,.SearchTicket td.open td.solved .button.tag:active,.SearchTicket td.solved td.open .button.tag:active,.SearchTicket td.open td.solved .Alerts .alert .button.close:active,.SearchTicket td.solved .Alerts .alert td.open .button.close:active,.Alerts .alert .SearchTicket td.open td.solved .button.close:active,.Alerts .alert .SearchTicket td.solved td.open .button.close:active,.ProfileZendesk td.solved .SearchTicket td.open .button.tag:active,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .button.close:active,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .button.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .button.close:active,.SearchTicket td.solved .is-inverse.button.tag:active,.SearchTicket td.solved .Alerts .alert .is-inverse.button.close:active,.Alerts .alert .SearchTicket td.solved .is-inverse.button.close:active,.SearchTicket td.solved td.new .Alerts .alert .button.close:active,.SearchTicket td.new .Alerts .alert td.solved .button.close:active,.SearchTicket td.solved td.open .Alerts .alert .button.close:active,.SearchTicket td.open .Alerts .alert td.solved .button.close:active,.SearchTicket td.solved .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .SearchTicket td.solved .button.tag:active,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .button.tag:active,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button.tag:active,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button.tag:active,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button.close:active,.ProfileZendesk td.new .SearchTicket td.solved .button.tag:active,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .button.close:active,.ProfileZendesk td.open .SearchTicket td.solved .button.tag:active,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .button.close:active,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .SearchTicket td.solved .button.tag:active,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .button.close:active,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .button.close:active,.SearchShopifyOrder td.shipped .is-R.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-R.button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-R.button.close:active,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button.tag:active,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .button.close:active,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .button.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.unshipped .is-R.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-R.button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-R.button.close:active,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button.tag:active,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .button.close:active,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .button.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.fulfilled .is-R.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-R.button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-R.button.close:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button.tag:active,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .button.close:active,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .button.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .is-R.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-R.button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-R.button.close:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button.tag:active,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .button.close:active,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .button.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button.close:active,.ProfileZendesk td.new .is-R.button.tag:active,.ProfileZendesk td.new .Alerts .alert .is-R.button.close:active,.Alerts .alert .ProfileZendesk td.new .is-R.button.close:active,.SearchTicket td.solved .ProfileZendesk td.new .button.tag:active,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new td.solved .button.tag:active,.ProfileZendesk td.solved td.new .button.tag:active,.ProfileZendesk td.new td.solved .Alerts .alert .button.close:active,.ProfileZendesk td.solved .Alerts .alert td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new td.solved .button.close:active,.Alerts .alert .ProfileZendesk td.solved td.new .button.close:active,.ProfileZendesk td.open .is-R.button.tag:active,.ProfileZendesk td.open .Alerts .alert .is-R.button.close:active,.Alerts .alert .ProfileZendesk td.open .is-R.button.close:active,.SearchTicket td.solved .ProfileZendesk td.open .button.tag:active,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open td.solved .button.tag:active,.ProfileZendesk td.solved td.open .button.tag:active,.ProfileZendesk td.open td.solved .Alerts .alert .button.close:active,.ProfileZendesk td.solved .Alerts .alert td.open .button.close:active,.Alerts .alert .ProfileZendesk td.open td.solved .button.close:active,.Alerts .alert .ProfileZendesk td.solved td.open .button.close:active,.ProfileZendesk td.solved .is-inverse.button.tag:active,.ProfileZendesk td.solved .Alerts .alert .is-inverse.button.close:active,.Alerts .alert .ProfileZendesk td.solved .is-inverse.button.close:active,.SearchTicket td.new .ProfileZendesk td.solved .button.tag:active,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .button.close:active,.SearchTicket td.open .ProfileZendesk td.solved .button.tag:active,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .button.close:active,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button.close:active,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button.close:active,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button.close:active,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button.close:active,.ProfileZendesk td.solved td.new .Alerts .alert .button.close:active,.ProfileZendesk td.new .Alerts .alert td.solved .button.close:active,.ProfileZendesk td.solved td.open .Alerts .alert .button.close:active,.ProfileZendesk td.open .Alerts .alert td.solved .button.close:active,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .button.tag:active,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .button.close:active,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .button.close:active,.ProfileAppointment td.confirmed .is-R.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-R.button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-R.button.close:active,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .button.close:active,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .button.close:active,.SearchTicket td.new .button-theme.is-R.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.is-R.close:active,.Alerts .alert .SearchTicket td.new .button-theme.is-R.close:active,.SearchTicket td.new td.solved .button-theme.tag:active,.SearchTicket td.solved td.new .button-theme.tag:active,.SearchTicket td.new td.solved .Alerts .alert .button-theme.close:active,.SearchTicket td.solved .Alerts .alert td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new td.solved .button-theme.close:active,.Alerts .alert .SearchTicket td.solved td.new .button-theme.close:active,.ProfileZendesk td.solved .SearchTicket td.new .button-theme.tag:active,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.solved .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.new .button-theme.close:active,.SearchTicket td.open .button-theme.is-R.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.is-R.close:active,.Alerts .alert .SearchTicket td.open .button-theme.is-R.close:active,.SearchTicket td.open td.solved .button-theme.tag:active,.SearchTicket td.solved td.open .button-theme.tag:active,.SearchTicket td.open td.solved .Alerts .alert .button-theme.close:active,.SearchTicket td.solved .Alerts .alert td.open .button-theme.close:active,.Alerts .alert .SearchTicket td.open td.solved .button-theme.close:active,.Alerts .alert .SearchTicket td.solved td.open .button-theme.close:active,.ProfileZendesk td.solved .SearchTicket td.open .button-theme.tag:active,.ProfileZendesk td.solved .Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.solved .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchTicket td.open .button-theme.close:active,.SearchTicket td.solved .button-theme.is-inverse.tag:active,.SearchTicket td.solved .Alerts .alert .button-theme.is-inverse.close:active,.Alerts .alert .SearchTicket td.solved .button-theme.is-inverse.close:active,.SearchTicket td.solved td.new .Alerts .alert .button-theme.close:active,.SearchTicket td.new .Alerts .alert td.solved .button-theme.close:active,.SearchTicket td.solved td.open .Alerts .alert .button-theme.close:active,.SearchTicket td.open .Alerts .alert td.solved .button-theme.close:active,.SearchTicket td.solved .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .SearchTicket td.solved .button-theme.tag:active,.SearchTicket td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .button-theme.tag:active,.SearchTicket td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button-theme.tag:active,.SearchTicket td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button-theme.tag:active,.SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .button-theme.close:active,.ProfileZendesk td.new .SearchTicket td.solved .button-theme.tag:active,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.solved .button-theme.close:active,.ProfileZendesk td.open .SearchTicket td.solved .button-theme.tag:active,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .SearchTicket td.solved .button-theme.tag:active,.SearchTicket td.solved .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.solved .button-theme.close:active,.SearchTicket td.solved .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.solved .button-theme.close:active,.SearchShopifyOrder td.shipped .button-theme.is-R.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-R.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-R.close:active,.SearchShopifyOrder td.shipped .SearchTicket td.solved .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button-theme.tag:active,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.solved .Alerts .alert .button-theme.close:active,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.solved .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-R.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-R.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-R.close:active,.SearchShopifyOrder td.unshipped .SearchTicket td.solved .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button-theme.tag:active,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .Alerts .alert .button-theme.close:active,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.solved .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-R.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-R.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-R.close:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.solved .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button-theme.tag:active,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .Alerts .alert .button-theme.close:active,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.solved .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-R.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-R.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-R.close:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.solved .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.solved .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button-theme.tag:active,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .Alerts .alert .button-theme.close:active,.ProfileZendesk td.solved .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.solved .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.ProfileZendesk td.new .button-theme.is-R.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.is-R.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.is-R.close:active,.SearchTicket td.solved .ProfileZendesk td.new .button-theme.tag:active,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new td.solved .button-theme.tag:active,.ProfileZendesk td.solved td.new .button-theme.tag:active,.ProfileZendesk td.new td.solved .Alerts .alert .button-theme.close:active,.ProfileZendesk td.solved .Alerts .alert td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new td.solved .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved td.new .button-theme.close:active,.ProfileZendesk td.open .button-theme.is-R.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.is-R.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.is-R.close:active,.SearchTicket td.solved .ProfileZendesk td.open .button-theme.tag:active,.Alerts .alert .SearchTicket td.solved .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open td.solved .button-theme.tag:active,.ProfileZendesk td.solved td.open .button-theme.tag:active,.ProfileZendesk td.open td.solved .Alerts .alert .button-theme.close:active,.ProfileZendesk td.solved .Alerts .alert td.open .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open td.solved .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved td.open .button-theme.close:active,.ProfileZendesk td.solved .button-theme.is-inverse.tag:active,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-inverse.close:active,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-inverse.close:active,.SearchTicket td.new .ProfileZendesk td.solved .button-theme.tag:active,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.solved .button-theme.close:active,.SearchTicket td.open .ProfileZendesk td.solved .button-theme.tag:active,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.solved .button-theme.close:active,.ProfileZendesk td.solved .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.solved .button-theme.close:active,.ProfileZendesk td.solved .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.solved .button-theme.close:active,.ProfileZendesk td.solved .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.solved .button-theme.close:active,.ProfileZendesk td.solved .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.solved .button-theme.close:active,.ProfileZendesk td.solved td.new .Alerts .alert .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert td.solved .button-theme.close:active,.ProfileZendesk td.solved td.open .Alerts .alert .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert td.solved .button-theme.close:active,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .button-theme.tag:active,.ProfileZendesk td.solved .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.solved .button-theme.close:active,.ProfileZendesk td.solved .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.solved .button-theme.close:active,.ProfileAppointment td.confirmed .button-theme.is-R.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-R.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-R.close:active,.ProfileAppointment td.confirmed .SearchTicket td.solved .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.solved .ProfileAppointment td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed .ProfileZendesk td.solved .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.solved .ProfileAppointment td.confirmed .button-theme.close:active{background:rgba(255,86,48,0.15);cursor:pointer}.button-theme.is-R.is-link,.is-R.is-link.button,.SearchTicket td.solved .is-link.button.tag,.SearchTicket td.solved .Alerts .alert .is-link.button.close,.Alerts .alert .SearchTicket td.solved .is-link.button.close,.ProfileZendesk td.solved .is-link.button.tag,.ProfileZendesk td.solved .Alerts .alert .is-link.button.close,.Alerts .alert .ProfileZendesk td.solved .is-link.button.close,.SearchTicket td.solved .button-theme.is-link.tag,.SearchTicket td.solved .Alerts .alert .button-theme.is-link.close,.Alerts .alert .SearchTicket td.solved .button-theme.is-link.close,.ProfileZendesk td.solved .button-theme.is-link.tag,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-link.close,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-link.close{background:rgba(255,86,48,0);color:#FF5630}.button-theme.is-R.is-link:hover,.is-R.is-link.button:hover,.SearchTicket td.solved .is-link.button.tag:hover,.SearchTicket td.solved .Alerts .alert .is-link.button.close:hover,.Alerts .alert .SearchTicket td.solved .is-link.button.close:hover,.ProfileZendesk td.solved .is-link.button.tag:hover,.ProfileZendesk td.solved .Alerts .alert .is-link.button.close:hover,.Alerts .alert .ProfileZendesk td.solved .is-link.button.close:hover,.SearchTicket td.solved .button-theme.is-link.tag:hover,.SearchTicket td.solved .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .SearchTicket td.solved .button-theme.is-link.close:hover,.ProfileZendesk td.solved .button-theme.is-link.tag:hover,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-link.close:hover{cursor:pointer;text-decoration:underline}.button-theme.is-R.is-ghost,.is-R.is-ghost.button,.SearchTicket td.solved .is-ghost.button.tag,.SearchTicket td.solved .Alerts .alert .is-ghost.button.close,.Alerts .alert .SearchTicket td.solved .is-ghost.button.close,.ProfileZendesk td.solved .is-ghost.button.tag,.ProfileZendesk td.solved .Alerts .alert .is-ghost.button.close,.Alerts .alert .ProfileZendesk td.solved .is-ghost.button.close,.SearchTicket td.solved .button-theme.is-ghost.tag,.SearchTicket td.solved .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .SearchTicket td.solved .button-theme.is-ghost.close,.ProfileZendesk td.solved .button-theme.is-ghost.tag,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-ghost.close{color:#FF5630;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.button-theme.is-R.is-ghost:hover,.is-R.is-ghost.button:hover,.SearchTicket td.solved .is-ghost.button.tag:hover,.SearchTicket td.solved .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .SearchTicket td.solved .is-ghost.button.close:hover,.ProfileZendesk td.solved .is-ghost.button.tag:hover,.ProfileZendesk td.solved .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .ProfileZendesk td.solved .is-ghost.button.close:hover,.SearchTicket td.solved .button-theme.is-ghost.tag:hover,.SearchTicket td.solved .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .SearchTicket td.solved .button-theme.is-ghost.close:hover,.ProfileZendesk td.solved .button-theme.is-ghost.tag:hover,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-ghost.close:hover{background:#FAFBFC}.button-theme.is-R.is-ghost:active,.is-R.is-ghost.button:active,.SearchTicket td.solved .is-ghost.button.tag:active,.SearchTicket td.solved .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .SearchTicket td.solved .is-ghost.button.close:active,.ProfileZendesk td.solved .is-ghost.button.tag:active,.ProfileZendesk td.solved .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .ProfileZendesk td.solved .is-ghost.button.close:active,.SearchTicket td.solved .button-theme.is-ghost.tag:active,.SearchTicket td.solved .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .SearchTicket td.solved .button-theme.is-ghost.close:active,.ProfileZendesk td.solved .button-theme.is-ghost.tag:active,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-ghost.close:active{background:#F4F5F7}.button-theme.is-R.is-outlined,.is-R.is-outlined.button,.SearchTicket td.solved .is-outlined.button.tag,.SearchTicket td.solved .Alerts .alert .is-outlined.button.close,.Alerts .alert .SearchTicket td.solved .is-outlined.button.close,.ProfileZendesk td.solved .is-outlined.button.tag,.ProfileZendesk td.solved .Alerts .alert .is-outlined.button.close,.Alerts .alert .ProfileZendesk td.solved .is-outlined.button.close,.SearchTicket td.solved .button-theme.is-outlined.tag,.SearchTicket td.solved .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .SearchTicket td.solved .button-theme.is-outlined.close,.ProfileZendesk td.solved .button-theme.is-outlined.tag,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-outlined.close{color:#FF5630;background:none;box-shadow:inset 0 0 0 1px #FF5630}.button-theme.is-R.is-outlined:hover,.is-R.is-outlined.button:hover,.SearchTicket td.solved .is-outlined.button.tag:hover,.SearchTicket td.solved .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .SearchTicket td.solved .is-outlined.button.close:hover,.ProfileZendesk td.solved .is-outlined.button.tag:hover,.ProfileZendesk td.solved .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .ProfileZendesk td.solved .is-outlined.button.close:hover,.SearchTicket td.solved .button-theme.is-outlined.tag:hover,.SearchTicket td.solved .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .SearchTicket td.solved .button-theme.is-outlined.close:hover,.ProfileZendesk td.solved .button-theme.is-outlined.tag:hover,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-outlined.close:hover{background:rgba(255,86,48,0.1)}.button-theme.is-R.is-outlined:active,.is-R.is-outlined.button:active,.SearchTicket td.solved .is-outlined.button.tag:active,.SearchTicket td.solved .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .SearchTicket td.solved .is-outlined.button.close:active,.ProfileZendesk td.solved .is-outlined.button.tag:active,.ProfileZendesk td.solved .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .ProfileZendesk td.solved .is-outlined.button.close:active,.SearchTicket td.solved .button-theme.is-outlined.tag:active,.SearchTicket td.solved .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .SearchTicket td.solved .button-theme.is-outlined.close:active,.ProfileZendesk td.solved .button-theme.is-outlined.tag:active,.ProfileZendesk td.solved .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .ProfileZendesk td.solved .button-theme.is-outlined.close:active{background:rgba(255,86,48,0.2)}.button-theme.is-Y,.is-Y.button{background:#FF8B00;color:#fff}.button-theme.is-Y:hover,.is-Y.button:hover{background:#ff9414;cursor:pointer}.button-theme.is-Y:active,.is-Y.button:active{background:#eb8000}.button-theme.is-Y.is-inverse,.is-Y.is-inverse.button,.SearchTicket td.new .is-Y.button.tag,.SearchTicket td.new .Alerts .alert .is-Y.button.close,.Alerts .alert .SearchTicket td.new .is-Y.button.close,.SearchTicket td.open .is-Y.button.tag,.SearchTicket td.open .Alerts .alert .is-Y.button.close,.Alerts .alert .SearchTicket td.open .is-Y.button.close,.SearchShopifyOrder td.shipped .is-Y.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-Y.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-Y.button.close,.SearchShopifyOrder td.unshipped .is-Y.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-Y.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-Y.button.close,.SearchShopifyOrder td.fulfilled .is-Y.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-Y.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-Y.button.close,.SearchShopifyOrder td.unfulfilled .is-Y.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-Y.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-Y.button.close,.ProfileZendesk td.new .is-Y.button.tag,.ProfileZendesk td.new .Alerts .alert .is-Y.button.close,.Alerts .alert .ProfileZendesk td.new .is-Y.button.close,.ProfileZendesk td.open .is-Y.button.tag,.ProfileZendesk td.open .Alerts .alert .is-Y.button.close,.Alerts .alert .ProfileZendesk td.open .is-Y.button.close,.ProfileAppointment td.confirmed .is-Y.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-Y.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-Y.button.close,.SearchTicket td.new .button-theme.is-Y.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-Y.close,.Alerts .alert .SearchTicket td.new .button-theme.is-Y.close,.SearchTicket td.open .button-theme.is-Y.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-Y.close,.Alerts .alert .SearchTicket td.open .button-theme.is-Y.close,.SearchShopifyOrder td.shipped .button-theme.is-Y.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-Y.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-Y.close,.SearchShopifyOrder td.unshipped .button-theme.is-Y.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-Y.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-Y.close,.SearchShopifyOrder td.fulfilled .button-theme.is-Y.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-Y.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-Y.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-Y.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-Y.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-Y.close,.ProfileZendesk td.new .button-theme.is-Y.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-Y.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-Y.close,.ProfileZendesk td.open .button-theme.is-Y.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-Y.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-Y.close,.ProfileAppointment td.confirmed .button-theme.is-Y.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-Y.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-Y.close{background:rgba(255,139,0,0.05);color:#FF8B00}.button-theme.is-Y.is-inverse:hover,.is-Y.is-inverse.button:hover,.SearchTicket td.new .is-Y.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-Y.button.close:hover,.Alerts .alert .SearchTicket td.new .is-Y.button.close:hover,.SearchTicket td.open .is-Y.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-Y.button.close:hover,.Alerts .alert .SearchTicket td.open .is-Y.button.close:hover,.SearchShopifyOrder td.shipped .is-Y.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-Y.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-Y.button.close:hover,.SearchShopifyOrder td.unshipped .is-Y.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-Y.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-Y.button.close:hover,.SearchShopifyOrder td.fulfilled .is-Y.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-Y.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-Y.button.close:hover,.SearchShopifyOrder td.unfulfilled .is-Y.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-Y.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-Y.button.close:hover,.ProfileZendesk td.new .is-Y.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-Y.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-Y.button.close:hover,.ProfileZendesk td.open .is-Y.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-Y.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-Y.button.close:hover,.ProfileAppointment td.confirmed .is-Y.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-Y.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-Y.button.close:hover,.SearchTicket td.new .button-theme.is-Y.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-Y.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-Y.close:hover,.SearchTicket td.open .button-theme.is-Y.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-Y.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-Y.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-Y.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-Y.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-Y.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-Y.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-Y.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-Y.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-Y.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-Y.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-Y.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-Y.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-Y.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-Y.close:hover,.ProfileZendesk td.new .button-theme.is-Y.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-Y.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-Y.close:hover,.ProfileZendesk td.open .button-theme.is-Y.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-Y.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-Y.close:hover,.ProfileAppointment td.confirmed .button-theme.is-Y.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-Y.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-Y.close:hover{background:rgba(255,139,0,0.1);cursor:pointer}.button-theme.is-Y.is-inverse:active,.is-Y.is-inverse.button:active,.SearchTicket td.new .is-Y.button.tag:active,.SearchTicket td.new .Alerts .alert .is-Y.button.close:active,.Alerts .alert .SearchTicket td.new .is-Y.button.close:active,.SearchTicket td.open .is-Y.button.tag:active,.SearchTicket td.open .Alerts .alert .is-Y.button.close:active,.Alerts .alert .SearchTicket td.open .is-Y.button.close:active,.SearchShopifyOrder td.shipped .is-Y.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-Y.button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-Y.button.close:active,.SearchShopifyOrder td.unshipped .is-Y.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-Y.button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-Y.button.close:active,.SearchShopifyOrder td.fulfilled .is-Y.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-Y.button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-Y.button.close:active,.SearchShopifyOrder td.unfulfilled .is-Y.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-Y.button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-Y.button.close:active,.ProfileZendesk td.new .is-Y.button.tag:active,.ProfileZendesk td.new .Alerts .alert .is-Y.button.close:active,.Alerts .alert .ProfileZendesk td.new .is-Y.button.close:active,.ProfileZendesk td.open .is-Y.button.tag:active,.ProfileZendesk td.open .Alerts .alert .is-Y.button.close:active,.Alerts .alert .ProfileZendesk td.open .is-Y.button.close:active,.ProfileAppointment td.confirmed .is-Y.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-Y.button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-Y.button.close:active,.SearchTicket td.new .button-theme.is-Y.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.is-Y.close:active,.Alerts .alert .SearchTicket td.new .button-theme.is-Y.close:active,.SearchTicket td.open .button-theme.is-Y.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.is-Y.close:active,.Alerts .alert .SearchTicket td.open .button-theme.is-Y.close:active,.SearchShopifyOrder td.shipped .button-theme.is-Y.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-Y.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-Y.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-Y.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-Y.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-Y.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-Y.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-Y.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-Y.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-Y.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-Y.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-Y.close:active,.ProfileZendesk td.new .button-theme.is-Y.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.is-Y.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.is-Y.close:active,.ProfileZendesk td.open .button-theme.is-Y.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.is-Y.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.is-Y.close:active,.ProfileAppointment td.confirmed .button-theme.is-Y.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-Y.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-Y.close:active{background:rgba(255,139,0,0.15);cursor:pointer}.button-theme.is-Y.is-link,.is-Y.is-link.button{background:rgba(255,139,0,0);color:#FF8B00}.button-theme.is-Y.is-link:hover,.is-Y.is-link.button:hover{cursor:pointer;text-decoration:underline}.button-theme.is-Y.is-ghost,.is-Y.is-ghost.button{color:#FF8B00;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.button-theme.is-Y.is-ghost:hover,.is-Y.is-ghost.button:hover{background:#FAFBFC}.button-theme.is-Y.is-ghost:active,.is-Y.is-ghost.button:active{background:#F4F5F7}.button-theme.is-Y.is-outlined,.is-Y.is-outlined.button{color:#FF8B00;background:none;box-shadow:inset 0 0 0 1px #FF8B00}.button-theme.is-Y.is-outlined:hover,.is-Y.is-outlined.button:hover{background:rgba(255,139,0,0.1)}.button-theme.is-Y.is-outlined:active,.is-Y.is-outlined.button:active{background:rgba(255,139,0,0.2)}.button-theme.is-G,.is-G.button,.SearchTicket td.new .button.tag,.SearchTicket td.new .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.pending .button.tag,.SearchTicket td.pending .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.pending .button.close,.SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.new .button.close,.ProfileZendesk td.pending .button.tag,.ProfileZendesk td.pending .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.pending .button.close,.ProfileAppointment td.pending .button.tag,.ProfileAppointment td.pending .Alerts .alert .button.close,.Alerts .alert .ProfileAppointment td.pending .button.close,.SearchTicket td.new .button-theme.tag,.SearchTicket td.new .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.pending .button-theme.tag,.SearchTicket td.pending .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.pending .button-theme.close,.SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.pending .button-theme.tag,.ProfileZendesk td.pending .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.pending .button-theme.close,.ProfileAppointment td.pending .button-theme.tag,.ProfileAppointment td.pending .Alerts .alert .button-theme.close,.Alerts .alert .ProfileAppointment td.pending .button-theme.close{background:#36B37E;color:#fff}.button-theme.is-G:hover,.is-G.button:hover,.SearchTicket td.new .button.tag:hover,.SearchTicket td.new .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.pending .button.tag:hover,.SearchTicket td.pending .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.pending .button.close:hover,.SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.pending .button.tag:hover,.ProfileZendesk td.pending .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.pending .button.close:hover,.ProfileAppointment td.pending .button.tag:hover,.ProfileAppointment td.pending .Alerts .alert .button.close:hover,.Alerts .alert .ProfileAppointment td.pending .button.close:hover,.SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.pending .button-theme.tag:hover,.SearchTicket td.pending .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.pending .button-theme.close:hover,.SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.pending .button-theme.tag:hover,.ProfileZendesk td.pending .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.pending .button-theme.close:hover,.ProfileAppointment td.pending .button-theme.tag:hover,.ProfileAppointment td.pending .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.pending .button-theme.close:hover{background:#3bc389;cursor:pointer}.button-theme.is-G:active,.is-G.button:active,.SearchTicket td.new .button.tag:active,.SearchTicket td.new .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.pending .button.tag:active,.SearchTicket td.pending .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.pending .button.close:active,.SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.pending .button.tag:active,.ProfileZendesk td.pending .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.pending .button.close:active,.ProfileAppointment td.pending .button.tag:active,.ProfileAppointment td.pending .Alerts .alert .button.close:active,.Alerts .alert .ProfileAppointment td.pending .button.close:active,.SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.pending .button-theme.tag:active,.SearchTicket td.pending .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.pending .button-theme.close:active,.SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.pending .button-theme.tag:active,.ProfileZendesk td.pending .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.pending .button-theme.close:active,.ProfileAppointment td.pending .button-theme.tag:active,.ProfileAppointment td.pending .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileAppointment td.pending .button-theme.close:active{background:#31a373}.button-theme.is-G.is-inverse,.is-G.is-inverse.button,.SearchTicket td.new .button.tag,.SearchTicket td.new .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.open .is-G.button.tag,.SearchTicket td.open .Alerts .alert .is-G.button.close,.Alerts .alert .SearchTicket td.open .is-G.button.close,.SearchTicket td.open td.new .button.tag,.SearchTicket td.new td.open .button.tag,.SearchTicket td.open td.new .Alerts .alert .button.close,.SearchTicket td.new .Alerts .alert td.open .button.close,.Alerts .alert .SearchTicket td.open td.new .button.close,.Alerts .alert .SearchTicket td.new td.open .button.close,.SearchTicket td.open td.pending .button.tag,.SearchTicket td.pending td.open .button.tag,.SearchTicket td.open td.pending .Alerts .alert .button.close,.SearchTicket td.pending .Alerts .alert td.open .button.close,.Alerts .alert .SearchTicket td.open td.pending .button.close,.Alerts .alert .SearchTicket td.pending td.open .button.close,.SearchTicket td.open .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .SearchTicket td.open .button.tag,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .button.close,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button.tag,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .button.close,.ProfileZendesk td.new .SearchTicket td.open .button.tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button.close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button.close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .button.close,.ProfileZendesk td.pending .SearchTicket td.open .button.tag,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .button.close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .button.close,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .button.close,.ProfileAppointment td.pending .SearchTicket td.open .button.tag,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .button.close,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .button.close,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .button.close,.SearchTicket td.pending .is-inverse.button.tag,.SearchTicket td.pending .Alerts .alert .is-inverse.button.close,.Alerts .alert .SearchTicket td.pending .is-inverse.button.close,.SearchTicket td.pending td.new .button.tag,.SearchTicket td.new td.pending .button.tag,.SearchTicket td.pending td.new .Alerts .alert .button.close,.SearchTicket td.new .Alerts .alert td.pending .button.close,.Alerts .alert .SearchTicket td.pending td.new .button.close,.Alerts .alert .SearchTicket td.new td.pending .button.close,.SearchTicket td.pending td.open .Alerts .alert .button.close,.SearchTicket td.open .Alerts .alert td.pending .button.close,.SearchTicket td.pending .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .SearchTicket td.pending .button.tag,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .button.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .button.close,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .button.tag,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .button.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .button.close,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button.tag,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .button.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button.close,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button.tag,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .button.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button.close,.ProfileZendesk td.new .SearchTicket td.pending .button.tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .button.close,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .button.close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .button.close,.ProfileZendesk td.open .SearchTicket td.pending .button.tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .button.close,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .button.close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .button.close,.SearchTicket td.pending .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .SearchTicket td.pending .button.tag,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .button.close,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .button.close,.SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.unshipped .is-G.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.button.close,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button.tag,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .button.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button.close,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped td.shipped .button.tag,.SearchShopifyOrder td.shipped td.unshipped .button.tag,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .button.close,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button.close,.SearchShopifyOrder td.unshipped td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled td.unshipped .button.tag,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button.close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .button.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button.close,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .button.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .button.close,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .button.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .button.close,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.unfulfilled .is-G.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.button.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button.tag,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .button.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button.close,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled td.shipped .button.tag,.SearchShopifyOrder td.shipped td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .button.close,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .button.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button.close,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .button.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .button.close,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .button.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .button.close,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button.close,.ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.new .button.close,.ProfileZendesk td.open .is-G.button.tag,.ProfileZendesk td.open .Alerts .alert .is-G.button.close,.Alerts .alert .ProfileZendesk td.open .is-G.button.close,.SearchTicket td.new .ProfileZendesk td.open .button.tag,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button.close,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button.close,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .button.close,.SearchTicket td.pending .ProfileZendesk td.open .button.tag,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .button.close,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button.tag,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .button.close,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button.tag,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button.close,.ProfileZendesk td.open td.new .button.tag,.ProfileZendesk td.new td.open .button.tag,.ProfileZendesk td.open td.new .Alerts .alert .button.close,.ProfileZendesk td.new .Alerts .alert td.open .button.close,.Alerts .alert .ProfileZendesk td.open td.new .button.close,.Alerts .alert .ProfileZendesk td.new td.open .button.close,.ProfileZendesk td.open td.pending .button.tag,.ProfileZendesk td.pending td.open .button.tag,.ProfileZendesk td.open td.pending .Alerts .alert .button.close,.ProfileZendesk td.pending .Alerts .alert td.open .button.close,.Alerts .alert .ProfileZendesk td.open td.pending .button.close,.Alerts .alert .ProfileZendesk td.pending td.open .button.close,.ProfileAppointment td.pending .ProfileZendesk td.open .button.tag,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .button.close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .button.close,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .button.close,.ProfileZendesk td.pending .is-inverse.button.tag,.ProfileZendesk td.pending .Alerts .alert .is-inverse.button.close,.Alerts .alert .ProfileZendesk td.pending .is-inverse.button.close,.SearchTicket td.new .ProfileZendesk td.pending .button.tag,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .button.close,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .button.close,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .button.close,.SearchTicket td.open .ProfileZendesk td.pending .button.tag,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .button.close,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .button.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button.close,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button.close,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .button.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button.close,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button.close,.ProfileZendesk td.pending td.new .button.tag,.ProfileZendesk td.new td.pending .button.tag,.ProfileZendesk td.pending td.new .Alerts .alert .button.close,.ProfileZendesk td.new .Alerts .alert td.pending .button.close,.Alerts .alert .ProfileZendesk td.pending td.new .button.close,.Alerts .alert .ProfileZendesk td.new td.pending .button.close,.ProfileZendesk td.pending td.open .Alerts .alert .button.close,.ProfileZendesk td.open .Alerts .alert td.pending .button.close,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .button.tag,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .button.close,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .button.close,.ProfileAppointment td.confirmed .is-G.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-G.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-G.button.close,.ProfileAppointment td.confirmed .SearchTicket td.new .button.tag,.SearchTicket td.new .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .button.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .button.close,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .button.close,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button.close,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button.close,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .button.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .button.close,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .button.close,.ProfileAppointment td.confirmed td.pending .button.tag,.ProfileAppointment td.pending td.confirmed .button.tag,.ProfileAppointment td.confirmed td.pending .Alerts .alert .button.close,.ProfileAppointment td.pending .Alerts .alert td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed td.pending .button.close,.Alerts .alert .ProfileAppointment td.pending td.confirmed .button.close,.ProfileAppointment td.pending .is-inverse.button.tag,.ProfileAppointment td.pending .Alerts .alert .is-inverse.button.close,.Alerts .alert .ProfileAppointment td.pending .is-inverse.button.close,.ProfileAppointment td.pending .SearchTicket td.new .button.tag,.SearchTicket td.new .ProfileAppointment td.pending .button.tag,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .button.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .button.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .button.close,.SearchTicket td.open .ProfileAppointment td.pending .button.tag,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending .ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .ProfileAppointment td.pending .button.tag,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .button.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .button.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .button.close,.ProfileZendesk td.open .ProfileAppointment td.pending .button.tag,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .button.close,.ProfileAppointment td.pending td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert td.pending .button.close,.SearchTicket td.new .button-theme.tag,.SearchTicket td.new .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.open .button-theme.is-G.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-G.close,.Alerts .alert .SearchTicket td.open .button-theme.is-G.close,.SearchTicket td.open td.new .button-theme.tag,.SearchTicket td.new td.open .button-theme.tag,.SearchTicket td.open td.new .Alerts .alert .button-theme.close,.SearchTicket td.new .Alerts .alert td.open .button-theme.close,.Alerts .alert .SearchTicket td.open td.new .button-theme.close,.Alerts .alert .SearchTicket td.new td.open .button-theme.close,.SearchTicket td.open td.pending .button-theme.tag,.SearchTicket td.pending td.open .button-theme.tag,.SearchTicket td.open td.pending .Alerts .alert .button-theme.close,.SearchTicket td.pending .Alerts .alert td.open .button-theme.close,.Alerts .alert .SearchTicket td.open td.pending .button-theme.close,.Alerts .alert .SearchTicket td.pending td.open .button-theme.close,.SearchTicket td.open .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .SearchTicket td.open .button-theme.tag,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button-theme.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .button-theme.close,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button-theme.tag,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button-theme.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .button-theme.close,.ProfileZendesk td.new .SearchTicket td.open .button-theme.tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button-theme.close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .button-theme.close,.ProfileZendesk td.pending .SearchTicket td.open .button-theme.tag,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .button-theme.close,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .button-theme.close,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .button-theme.close,.ProfileAppointment td.pending .SearchTicket td.open .button-theme.tag,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .button-theme.close,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .button-theme.close,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .button-theme.close,.SearchTicket td.pending .button-theme.is-inverse.tag,.SearchTicket td.pending .Alerts .alert .button-theme.is-inverse.close,.Alerts .alert .SearchTicket td.pending .button-theme.is-inverse.close,.SearchTicket td.pending td.new .button-theme.tag,.SearchTicket td.new td.pending .button-theme.tag,.SearchTicket td.pending td.new .Alerts .alert .button-theme.close,.SearchTicket td.new .Alerts .alert td.pending .button-theme.close,.Alerts .alert .SearchTicket td.pending td.new .button-theme.close,.Alerts .alert .SearchTicket td.new td.pending .button-theme.close,.SearchTicket td.pending td.open .Alerts .alert .button-theme.close,.SearchTicket td.open .Alerts .alert td.pending .button-theme.close,.SearchTicket td.pending .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .SearchTicket td.pending .button-theme.tag,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .button-theme.tag,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button-theme.tag,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button-theme.tag,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button-theme.close,.ProfileZendesk td.new .SearchTicket td.pending .button-theme.tag,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .button-theme.close,.ProfileZendesk td.open .SearchTicket td.pending .button-theme.tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .button-theme.close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .SearchTicket td.pending .button-theme.tag,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .button-theme.close,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .button-theme.close,.SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.unshipped .button-theme.is-G.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-G.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-G.close,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button-theme.tag,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .button-theme.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button-theme.close,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .button-theme.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button-theme.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .button-theme.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .button-theme.close,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button-theme.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .button-theme.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .button-theme.close,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-G.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-G.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-G.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button-theme.tag,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .button-theme.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button-theme.close,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .button-theme.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button-theme.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .button-theme.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .button-theme.close,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button-theme.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .button-theme.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .button-theme.close,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button-theme.close,.ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.open .button-theme.is-G.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-G.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-G.close,.SearchTicket td.new .ProfileZendesk td.open .button-theme.tag,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button-theme.close,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .button-theme.close,.SearchTicket td.pending .ProfileZendesk td.open .button-theme.tag,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button-theme.tag,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button-theme.tag,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open td.new .button-theme.tag,.ProfileZendesk td.new td.open .button-theme.tag,.ProfileZendesk td.open td.new .Alerts .alert .button-theme.close,.ProfileZendesk td.new .Alerts .alert td.open .button-theme.close,.Alerts .alert .ProfileZendesk td.open td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new td.open .button-theme.close,.ProfileZendesk td.open td.pending .button-theme.tag,.ProfileZendesk td.pending td.open .button-theme.tag,.ProfileZendesk td.open td.pending .Alerts .alert .button-theme.close,.ProfileZendesk td.pending .Alerts .alert td.open .button-theme.close,.Alerts .alert .ProfileZendesk td.open td.pending .button-theme.close,.Alerts .alert .ProfileZendesk td.pending td.open .button-theme.close,.ProfileAppointment td.pending .ProfileZendesk td.open .button-theme.tag,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .button-theme.close,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.pending .button-theme.is-inverse.tag,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-inverse.close,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-inverse.close,.SearchTicket td.new .ProfileZendesk td.pending .button-theme.tag,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .button-theme.close,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .button-theme.close,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .button-theme.close,.SearchTicket td.open .ProfileZendesk td.pending .button-theme.tag,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .button-theme.close,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button-theme.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .button-theme.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button-theme.close,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button-theme.close,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button-theme.tag,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .button-theme.close,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button-theme.close,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button-theme.close,.ProfileZendesk td.pending td.new .button-theme.tag,.ProfileZendesk td.new td.pending .button-theme.tag,.ProfileZendesk td.pending td.new .Alerts .alert .button-theme.close,.ProfileZendesk td.new .Alerts .alert td.pending .button-theme.close,.Alerts .alert .ProfileZendesk td.pending td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new td.pending .button-theme.close,.ProfileZendesk td.pending td.open .Alerts .alert .button-theme.close,.ProfileZendesk td.open .Alerts .alert td.pending .button-theme.close,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .button-theme.tag,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .button-theme.close,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .button-theme.close,.ProfileAppointment td.confirmed .button-theme.is-G.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-G.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-G.close,.ProfileAppointment td.confirmed .SearchTicket td.new .button-theme.tag,.SearchTicket td.new .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .button-theme.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button-theme.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .button-theme.close,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button-theme.close,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button-theme.close,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .button-theme.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .button-theme.close,.ProfileAppointment td.confirmed td.pending .button-theme.tag,.ProfileAppointment td.pending td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed td.pending .Alerts .alert .button-theme.close,.ProfileAppointment td.pending .Alerts .alert td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed td.pending .button-theme.close,.Alerts .alert .ProfileAppointment td.pending td.confirmed .button-theme.close,.ProfileAppointment td.pending .button-theme.is-inverse.tag,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-inverse.close,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-inverse.close,.ProfileAppointment td.pending .SearchTicket td.new .button-theme.tag,.SearchTicket td.new .ProfileAppointment td.pending .button-theme.tag,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .button-theme.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .button-theme.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .button-theme.close,.SearchTicket td.open .ProfileAppointment td.pending .button-theme.tag,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button-theme.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button-theme.tag,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending .ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .ProfileAppointment td.pending .button-theme.tag,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .button-theme.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .button-theme.close,.ProfileZendesk td.open .ProfileAppointment td.pending .button-theme.tag,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .button-theme.close,.ProfileAppointment td.pending td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert td.pending .button-theme.close{background:rgba(54,179,126,0.05);color:#36B37E}.button-theme.is-G.is-inverse:hover,.is-G.is-inverse.button:hover,.SearchTicket td.new .button.tag:hover,.SearchTicket td.new .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.open .is-G.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-G.button.close:hover,.Alerts .alert .SearchTicket td.open .is-G.button.close:hover,.SearchTicket td.open td.new .button.tag:hover,.SearchTicket td.new td.open .button.tag:hover,.SearchTicket td.open td.new .Alerts .alert .button.close:hover,.SearchTicket td.new .Alerts .alert td.open .button.close:hover,.Alerts .alert .SearchTicket td.open td.new .button.close:hover,.Alerts .alert .SearchTicket td.new td.open .button.close:hover,.SearchTicket td.open td.pending .button.tag:hover,.SearchTicket td.pending td.open .button.tag:hover,.SearchTicket td.open td.pending .Alerts .alert .button.close:hover,.SearchTicket td.pending .Alerts .alert td.open .button.close:hover,.Alerts .alert .SearchTicket td.open td.pending .button.close:hover,.Alerts .alert .SearchTicket td.pending td.open .button.close:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .button.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button.close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .button.close:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button.close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .button.close:hover,.ProfileZendesk td.new .SearchTicket td.open .button.tag:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button.close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .button.close:hover,.ProfileZendesk td.pending .SearchTicket td.open .button.tag:hover,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .button.close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .button.close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .button.close:hover,.ProfileAppointment td.pending .SearchTicket td.open .button.tag:hover,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .button.close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .button.close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .button.close:hover,.SearchTicket td.pending .is-inverse.button.tag:hover,.SearchTicket td.pending .Alerts .alert .is-inverse.button.close:hover,.Alerts .alert .SearchTicket td.pending .is-inverse.button.close:hover,.SearchTicket td.pending td.new .button.tag:hover,.SearchTicket td.new td.pending .button.tag:hover,.SearchTicket td.pending td.new .Alerts .alert .button.close:hover,.SearchTicket td.new .Alerts .alert td.pending .button.close:hover,.Alerts .alert .SearchTicket td.pending td.new .button.close:hover,.Alerts .alert .SearchTicket td.new td.pending .button.close:hover,.SearchTicket td.pending td.open .Alerts .alert .button.close:hover,.SearchTicket td.open .Alerts .alert td.pending .button.close:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.pending .button.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .button.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button.close:hover,.ProfileZendesk td.new .SearchTicket td.pending .button.tag:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .button.close:hover,.ProfileZendesk td.open .SearchTicket td.pending .button.tag:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .button.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.pending .button.tag:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .button.close:hover,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .button.close:hover,.SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.unshipped .is-G.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.button.close:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .button.close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button.close:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .button.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .button.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .button.close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .button.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .button.close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .is-G.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.button.close:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .button.close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button.close:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .button.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .button.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .button.close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .button.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .button.close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button.close:hover,.ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.open .is-G.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-G.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-G.button.close:hover,.SearchTicket td.new .ProfileZendesk td.open .button.tag:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button.close:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .button.close:hover,.SearchTicket td.pending .ProfileZendesk td.open .button.tag:hover,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open td.new .button.tag:hover,.ProfileZendesk td.new td.open .button.tag:hover,.ProfileZendesk td.open td.new .Alerts .alert .button.close:hover,.ProfileZendesk td.new .Alerts .alert td.open .button.close:hover,.Alerts .alert .ProfileZendesk td.open td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new td.open .button.close:hover,.ProfileZendesk td.open td.pending .button.tag:hover,.ProfileZendesk td.pending td.open .button.tag:hover,.ProfileZendesk td.open td.pending .Alerts .alert .button.close:hover,.ProfileZendesk td.pending .Alerts .alert td.open .button.close:hover,.Alerts .alert .ProfileZendesk td.open td.pending .button.close:hover,.Alerts .alert .ProfileZendesk td.pending td.open .button.close:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .button.tag:hover,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .button.close:hover,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.pending .is-inverse.button.tag:hover,.ProfileZendesk td.pending .Alerts .alert .is-inverse.button.close:hover,.Alerts .alert .ProfileZendesk td.pending .is-inverse.button.close:hover,.SearchTicket td.new .ProfileZendesk td.pending .button.tag:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .button.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .button.close:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .button.close:hover,.SearchTicket td.open .ProfileZendesk td.pending .button.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .button.close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .button.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button.close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button.close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .button.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button.close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button.close:hover,.ProfileZendesk td.pending td.new .button.tag:hover,.ProfileZendesk td.new td.pending .button.tag:hover,.ProfileZendesk td.pending td.new .Alerts .alert .button.close:hover,.ProfileZendesk td.new .Alerts .alert td.pending .button.close:hover,.Alerts .alert .ProfileZendesk td.pending td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new td.pending .button.close:hover,.ProfileZendesk td.pending td.open .Alerts .alert .button.close:hover,.ProfileZendesk td.open .Alerts .alert td.pending .button.close:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .button.tag:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .button.close:hover,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .button.close:hover,.ProfileAppointment td.confirmed .is-G.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-G.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-G.button.close:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .button.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .button.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button.close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .button.close:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button.close:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button.close:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .button.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .button.close:hover,.ProfileAppointment td.confirmed td.pending .button.tag:hover,.ProfileAppointment td.pending td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed td.pending .Alerts .alert .button.close:hover,.ProfileAppointment td.pending .Alerts .alert td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed td.pending .button.close:hover,.Alerts .alert .ProfileAppointment td.pending td.confirmed .button.close:hover,.ProfileAppointment td.pending .is-inverse.button.tag:hover,.ProfileAppointment td.pending .Alerts .alert .is-inverse.button.close:hover,.Alerts .alert .ProfileAppointment td.pending .is-inverse.button.close:hover,.ProfileAppointment td.pending .SearchTicket td.new .button.tag:hover,.SearchTicket td.new .ProfileAppointment td.pending .button.tag:hover,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .button.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .button.close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .button.close:hover,.SearchTicket td.open .ProfileAppointment td.pending .button.tag:hover,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.pending .button.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .button.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .button.close:hover,.ProfileZendesk td.open .ProfileAppointment td.pending .button.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .button.close:hover,.ProfileAppointment td.pending td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert td.pending .button.close:hover,.SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.open .button-theme.is-G.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-G.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-G.close:hover,.SearchTicket td.open td.new .button-theme.tag:hover,.SearchTicket td.new td.open .button-theme.tag:hover,.SearchTicket td.open td.new .Alerts .alert .button-theme.close:hover,.SearchTicket td.new .Alerts .alert td.open .button-theme.close:hover,.Alerts .alert .SearchTicket td.open td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new td.open .button-theme.close:hover,.SearchTicket td.open td.pending .button-theme.tag:hover,.SearchTicket td.pending td.open .button-theme.tag:hover,.SearchTicket td.open td.pending .Alerts .alert .button-theme.close:hover,.SearchTicket td.pending .Alerts .alert td.open .button-theme.close:hover,.Alerts .alert .SearchTicket td.open td.pending .button-theme.close:hover,.Alerts .alert .SearchTicket td.pending td.open .button-theme.close:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .button-theme.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button-theme.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .button-theme.close:hover,.ProfileZendesk td.new .SearchTicket td.open .button-theme.tag:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .button-theme.close:hover,.ProfileZendesk td.pending .SearchTicket td.open .button-theme.tag:hover,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .button-theme.close:hover,.ProfileAppointment td.pending .SearchTicket td.open .button-theme.tag:hover,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.pending .button-theme.is-inverse.tag:hover,.SearchTicket td.pending .Alerts .alert .button-theme.is-inverse.close:hover,.Alerts .alert .SearchTicket td.pending .button-theme.is-inverse.close:hover,.SearchTicket td.pending td.new .button-theme.tag:hover,.SearchTicket td.new td.pending .button-theme.tag:hover,.SearchTicket td.pending td.new .Alerts .alert .button-theme.close:hover,.SearchTicket td.new .Alerts .alert td.pending .button-theme.close:hover,.Alerts .alert .SearchTicket td.pending td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new td.pending .button-theme.close:hover,.SearchTicket td.pending td.open .Alerts .alert .button-theme.close:hover,.SearchTicket td.open .Alerts .alert td.pending .button-theme.close:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.pending .button-theme.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .button-theme.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button-theme.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button-theme.tag:hover,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button-theme.close:hover,.ProfileZendesk td.new .SearchTicket td.pending .button-theme.tag:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .button-theme.close:hover,.ProfileZendesk td.open .SearchTicket td.pending .button-theme.tag:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.pending .button-theme.tag:hover,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .button-theme.close:hover,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .button-theme.close:hover,.SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-G.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-G.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-G.close:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button-theme.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button-theme.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-G.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-G.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-G.close:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button-theme.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button-theme.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.open .button-theme.is-G.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-G.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-G.close:hover,.SearchTicket td.new .ProfileZendesk td.open .button-theme.tag:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .button-theme.close:hover,.SearchTicket td.pending .ProfileZendesk td.open .button-theme.tag:hover,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button-theme.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button-theme.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open td.new .button-theme.tag:hover,.ProfileZendesk td.new td.open .button-theme.tag:hover,.ProfileZendesk td.open td.new .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert td.open .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new td.open .button-theme.close:hover,.ProfileZendesk td.open td.pending .button-theme.tag:hover,.ProfileZendesk td.pending td.open .button-theme.tag:hover,.ProfileZendesk td.open td.pending .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.pending .Alerts .alert td.open .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open td.pending .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.pending td.open .button-theme.close:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .button-theme.tag:hover,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.pending .button-theme.is-inverse.tag:hover,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-inverse.close:hover,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-inverse.close:hover,.SearchTicket td.new .ProfileZendesk td.pending .button-theme.tag:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .button-theme.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .button-theme.close:hover,.SearchTicket td.open .ProfileZendesk td.pending .button-theme.tag:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .button-theme.close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button-theme.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .button-theme.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button-theme.close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button-theme.close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button-theme.tag:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .button-theme.close:hover,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button-theme.close:hover,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button-theme.close:hover,.ProfileZendesk td.pending td.new .button-theme.tag:hover,.ProfileZendesk td.new td.pending .button-theme.tag:hover,.ProfileZendesk td.pending td.new .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert td.pending .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.pending td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new td.pending .button-theme.close:hover,.ProfileZendesk td.pending td.open .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert td.pending .button-theme.close:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .button-theme.tag:hover,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .button-theme.close:hover,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .button-theme.close:hover,.ProfileAppointment td.confirmed .button-theme.is-G.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-G.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-G.close:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed td.pending .button-theme.tag:hover,.ProfileAppointment td.pending td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed td.pending .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.pending .Alerts .alert td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed td.pending .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.pending td.confirmed .button-theme.close:hover,.ProfileAppointment td.pending .button-theme.is-inverse.tag:hover,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-inverse.close:hover,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-inverse.close:hover,.ProfileAppointment td.pending .SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .ProfileAppointment td.pending .button-theme.tag:hover,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .button-theme.close:hover,.SearchTicket td.open .ProfileAppointment td.pending .button-theme.tag:hover,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button-theme.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button-theme.tag:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.pending .button-theme.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .button-theme.close:hover,.ProfileZendesk td.open .ProfileAppointment td.pending .button-theme.tag:hover,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .button-theme.close:hover,.ProfileAppointment td.pending td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert td.pending .button-theme.close:hover{background:rgba(54,179,126,0.1);cursor:pointer}.button-theme.is-G.is-inverse:active,.is-G.is-inverse.button:active,.SearchTicket td.new .button.tag:active,.SearchTicket td.new .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.open .is-G.button.tag:active,.SearchTicket td.open .Alerts .alert .is-G.button.close:active,.Alerts .alert .SearchTicket td.open .is-G.button.close:active,.SearchTicket td.open td.new .button.tag:active,.SearchTicket td.new td.open .button.tag:active,.SearchTicket td.open td.new .Alerts .alert .button.close:active,.SearchTicket td.new .Alerts .alert td.open .button.close:active,.Alerts .alert .SearchTicket td.open td.new .button.close:active,.Alerts .alert .SearchTicket td.new td.open .button.close:active,.SearchTicket td.open td.pending .button.tag:active,.SearchTicket td.pending td.open .button.tag:active,.SearchTicket td.open td.pending .Alerts .alert .button.close:active,.SearchTicket td.pending .Alerts .alert td.open .button.close:active,.Alerts .alert .SearchTicket td.open td.pending .button.close:active,.Alerts .alert .SearchTicket td.pending td.open .button.close:active,.SearchTicket td.open .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .SearchTicket td.open .button.tag:active,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button.close:active,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .button.close:active,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button.tag:active,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button.close:active,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .button.close:active,.ProfileZendesk td.new .SearchTicket td.open .button.tag:active,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button.close:active,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .button.close:active,.ProfileZendesk td.pending .SearchTicket td.open .button.tag:active,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .button.close:active,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .button.close:active,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .button.close:active,.ProfileAppointment td.pending .SearchTicket td.open .button.tag:active,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .button.close:active,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .button.close:active,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .button.close:active,.SearchTicket td.pending .is-inverse.button.tag:active,.SearchTicket td.pending .Alerts .alert .is-inverse.button.close:active,.Alerts .alert .SearchTicket td.pending .is-inverse.button.close:active,.SearchTicket td.pending td.new .button.tag:active,.SearchTicket td.new td.pending .button.tag:active,.SearchTicket td.pending td.new .Alerts .alert .button.close:active,.SearchTicket td.new .Alerts .alert td.pending .button.close:active,.Alerts .alert .SearchTicket td.pending td.new .button.close:active,.Alerts .alert .SearchTicket td.new td.pending .button.close:active,.SearchTicket td.pending td.open .Alerts .alert .button.close:active,.SearchTicket td.open .Alerts .alert td.pending .button.close:active,.SearchTicket td.pending .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .SearchTicket td.pending .button.tag:active,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .button.tag:active,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button.tag:active,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button.tag:active,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button.close:active,.ProfileZendesk td.new .SearchTicket td.pending .button.tag:active,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .button.close:active,.ProfileZendesk td.open .SearchTicket td.pending .button.tag:active,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .button.close:active,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .SearchTicket td.pending .button.tag:active,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .button.close:active,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .button.close:active,.SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.unshipped .is-G.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-G.button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-G.button.close:active,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button.tag:active,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .button.close:active,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button.close:active,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped td.shipped .button.tag:active,.SearchShopifyOrder td.shipped td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .button.close:active,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button.tag:active,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .button.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .button.close:active,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button.tag:active,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .button.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .button.close:active,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .is-G.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-G.button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-G.button.close:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button.tag:active,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .button.close:active,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button.close:active,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled td.shipped .button.tag:active,.SearchShopifyOrder td.shipped td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .button.close:active,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button.tag:active,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .button.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .button.close:active,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button.tag:active,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .button.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .button.close:active,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button.close:active,.ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.open .is-G.button.tag:active,.ProfileZendesk td.open .Alerts .alert .is-G.button.close:active,.Alerts .alert .ProfileZendesk td.open .is-G.button.close:active,.SearchTicket td.new .ProfileZendesk td.open .button.tag:active,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button.close:active,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .button.close:active,.SearchTicket td.pending .ProfileZendesk td.open .button.tag:active,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button.tag:active,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button.tag:active,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open td.new .button.tag:active,.ProfileZendesk td.new td.open .button.tag:active,.ProfileZendesk td.open td.new .Alerts .alert .button.close:active,.ProfileZendesk td.new .Alerts .alert td.open .button.close:active,.Alerts .alert .ProfileZendesk td.open td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new td.open .button.close:active,.ProfileZendesk td.open td.pending .button.tag:active,.ProfileZendesk td.pending td.open .button.tag:active,.ProfileZendesk td.open td.pending .Alerts .alert .button.close:active,.ProfileZendesk td.pending .Alerts .alert td.open .button.close:active,.Alerts .alert .ProfileZendesk td.open td.pending .button.close:active,.Alerts .alert .ProfileZendesk td.pending td.open .button.close:active,.ProfileAppointment td.pending .ProfileZendesk td.open .button.tag:active,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .button.close:active,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.pending .is-inverse.button.tag:active,.ProfileZendesk td.pending .Alerts .alert .is-inverse.button.close:active,.Alerts .alert .ProfileZendesk td.pending .is-inverse.button.close:active,.SearchTicket td.new .ProfileZendesk td.pending .button.tag:active,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .button.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .button.close:active,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .button.close:active,.SearchTicket td.open .ProfileZendesk td.pending .button.tag:active,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .button.close:active,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button.tag:active,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .button.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button.close:active,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button.close:active,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button.tag:active,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .button.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button.close:active,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button.close:active,.ProfileZendesk td.pending td.new .button.tag:active,.ProfileZendesk td.new td.pending .button.tag:active,.ProfileZendesk td.pending td.new .Alerts .alert .button.close:active,.ProfileZendesk td.new .Alerts .alert td.pending .button.close:active,.Alerts .alert .ProfileZendesk td.pending td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new td.pending .button.close:active,.ProfileZendesk td.pending td.open .Alerts .alert .button.close:active,.ProfileZendesk td.open .Alerts .alert td.pending .button.close:active,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .button.tag:active,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .button.close:active,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .button.close:active,.ProfileAppointment td.confirmed .is-G.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-G.button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-G.button.close:active,.ProfileAppointment td.confirmed .SearchTicket td.new .button.tag:active,.SearchTicket td.new .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .button.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button.close:active,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .button.close:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button.close:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button.close:active,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .button.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .button.close:active,.ProfileAppointment td.confirmed td.pending .button.tag:active,.ProfileAppointment td.pending td.confirmed .button.tag:active,.ProfileAppointment td.confirmed td.pending .Alerts .alert .button.close:active,.ProfileAppointment td.pending .Alerts .alert td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed td.pending .button.close:active,.Alerts .alert .ProfileAppointment td.pending td.confirmed .button.close:active,.ProfileAppointment td.pending .is-inverse.button.tag:active,.ProfileAppointment td.pending .Alerts .alert .is-inverse.button.close:active,.Alerts .alert .ProfileAppointment td.pending .is-inverse.button.close:active,.ProfileAppointment td.pending .SearchTicket td.new .button.tag:active,.SearchTicket td.new .ProfileAppointment td.pending .button.tag:active,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .button.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .button.close:active,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .button.close:active,.SearchTicket td.open .ProfileAppointment td.pending .button.tag:active,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button.tag:active,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button.tag:active,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending .ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .ProfileAppointment td.pending .button.tag:active,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .button.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .button.close:active,.ProfileZendesk td.open .ProfileAppointment td.pending .button.tag:active,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .button.close:active,.ProfileAppointment td.pending td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert td.pending .button.close:active,.SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.open .button-theme.is-G.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.is-G.close:active,.Alerts .alert .SearchTicket td.open .button-theme.is-G.close:active,.SearchTicket td.open td.new .button-theme.tag:active,.SearchTicket td.new td.open .button-theme.tag:active,.SearchTicket td.open td.new .Alerts .alert .button-theme.close:active,.SearchTicket td.new .Alerts .alert td.open .button-theme.close:active,.Alerts .alert .SearchTicket td.open td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new td.open .button-theme.close:active,.SearchTicket td.open td.pending .button-theme.tag:active,.SearchTicket td.pending td.open .button-theme.tag:active,.SearchTicket td.open td.pending .Alerts .alert .button-theme.close:active,.SearchTicket td.pending .Alerts .alert td.open .button-theme.close:active,.Alerts .alert .SearchTicket td.open td.pending .button-theme.close:active,.Alerts .alert .SearchTicket td.pending td.open .button-theme.close:active,.SearchTicket td.open .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .SearchTicket td.open .button-theme.tag:active,.SearchTicket td.open .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button-theme.tag:active,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.open .button-theme.close:active,.ProfileZendesk td.new .SearchTicket td.open .button-theme.tag:active,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.open .button-theme.close:active,.ProfileZendesk td.pending .SearchTicket td.open .button-theme.tag:active,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.pending .button-theme.close:active,.Alerts .alert .ProfileZendesk td.pending .SearchTicket td.open .button-theme.close:active,.ProfileAppointment td.pending .SearchTicket td.open .button-theme.tag:active,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.pending .button-theme.close:active,.Alerts .alert .ProfileAppointment td.pending .SearchTicket td.open .button-theme.close:active,.SearchTicket td.pending .button-theme.is-inverse.tag:active,.SearchTicket td.pending .Alerts .alert .button-theme.is-inverse.close:active,.Alerts .alert .SearchTicket td.pending .button-theme.is-inverse.close:active,.SearchTicket td.pending td.new .button-theme.tag:active,.SearchTicket td.new td.pending .button-theme.tag:active,.SearchTicket td.pending td.new .Alerts .alert .button-theme.close:active,.SearchTicket td.new .Alerts .alert td.pending .button-theme.close:active,.Alerts .alert .SearchTicket td.pending td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new td.pending .button-theme.close:active,.SearchTicket td.pending td.open .Alerts .alert .button-theme.close:active,.SearchTicket td.open .Alerts .alert td.pending .button-theme.close:active,.SearchTicket td.pending .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .SearchTicket td.pending .button-theme.tag:active,.SearchTicket td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .button-theme.tag:active,.SearchTicket td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button-theme.tag:active,.SearchTicket td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button-theme.tag:active,.SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .button-theme.close:active,.ProfileZendesk td.new .SearchTicket td.pending .button-theme.tag:active,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .SearchTicket td.pending .button-theme.close:active,.ProfileZendesk td.open .SearchTicket td.pending .button-theme.tag:active,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .SearchTicket td.pending .button-theme.tag:active,.SearchTicket td.pending .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.pending .button-theme.close:active,.SearchTicket td.pending .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.pending .button-theme.close:active,.SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-G.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-G.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-G.close:active,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .SearchTicket td.new .Alerts .alert .button-theme.close:active,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .SearchTicket td.pending .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped td.shipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert td.unshipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped td.fulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unshipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .Alerts .alert .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button-theme.tag:active,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .Alerts .alert .button-theme.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.pending .button-theme.close:active,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button-theme.tag:active,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .Alerts .alert .button-theme.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.pending .button-theme.close:active,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-G.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-G.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-G.close:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .Alerts .alert .button-theme.close:active,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.pending .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.pending .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled td.shipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert td.unfulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled td.fulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert td.unfulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .Alerts .alert .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button-theme.tag:active,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .Alerts .alert .button-theme.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.pending .button-theme.close:active,.Alerts .alert .ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button-theme.tag:active,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .Alerts .alert .button-theme.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.pending .button-theme.close:active,.Alerts .alert .ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.open .button-theme.is-G.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.is-G.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.is-G.close:active,.SearchTicket td.new .ProfileZendesk td.open .button-theme.tag:active,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.open .button-theme.close:active,.SearchTicket td.pending .ProfileZendesk td.open .button-theme.tag:active,.Alerts .alert .SearchTicket td.pending .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button-theme.tag:active,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button-theme.tag:active,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open td.new .button-theme.tag:active,.ProfileZendesk td.new td.open .button-theme.tag:active,.ProfileZendesk td.open td.new .Alerts .alert .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert td.open .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new td.open .button-theme.close:active,.ProfileZendesk td.open td.pending .button-theme.tag:active,.ProfileZendesk td.pending td.open .button-theme.tag:active,.ProfileZendesk td.open td.pending .Alerts .alert .button-theme.close:active,.ProfileZendesk td.pending .Alerts .alert td.open .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open td.pending .button-theme.close:active,.Alerts .alert .ProfileZendesk td.pending td.open .button-theme.close:active,.ProfileAppointment td.pending .ProfileZendesk td.open .button-theme.tag:active,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.pending .button-theme.close:active,.Alerts .alert .ProfileAppointment td.pending .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.pending .button-theme.is-inverse.tag:active,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-inverse.close:active,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-inverse.close:active,.SearchTicket td.new .ProfileZendesk td.pending .button-theme.tag:active,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.pending .button-theme.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchTicket td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new .ProfileZendesk td.pending .button-theme.close:active,.SearchTicket td.open .ProfileZendesk td.pending .button-theme.tag:active,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.pending .button-theme.close:active,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button-theme.tag:active,.ProfileZendesk td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.pending .button-theme.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileZendesk td.pending .button-theme.close:active,.ProfileZendesk td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.pending .button-theme.close:active,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button-theme.tag:active,.ProfileZendesk td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.pending .button-theme.close:active,.ProfileZendesk td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileZendesk td.pending .button-theme.close:active,.ProfileZendesk td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.pending .button-theme.close:active,.ProfileZendesk td.pending td.new .button-theme.tag:active,.ProfileZendesk td.new td.pending .button-theme.tag:active,.ProfileZendesk td.pending td.new .Alerts .alert .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert td.pending .button-theme.close:active,.Alerts .alert .ProfileZendesk td.pending td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new td.pending .button-theme.close:active,.ProfileZendesk td.pending td.open .Alerts .alert .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert td.pending .button-theme.close:active,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .ProfileZendesk td.pending .button-theme.tag:active,.ProfileZendesk td.pending .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.pending .button-theme.close:active,.ProfileZendesk td.pending .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.pending .button-theme.close:active,.ProfileAppointment td.confirmed .button-theme.is-G.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-G.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-G.close:active,.ProfileAppointment td.confirmed .SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .SearchTicket td.new .Alerts .alert .button-theme.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .SearchTicket td.pending .ProfileAppointment td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .ProfileZendesk td.new .Alerts .alert .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .ProfileZendesk td.pending .ProfileAppointment td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed td.pending .button-theme.tag:active,.ProfileAppointment td.pending td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed td.pending .Alerts .alert .button-theme.close:active,.ProfileAppointment td.pending .Alerts .alert td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed td.pending .button-theme.close:active,.Alerts .alert .ProfileAppointment td.pending td.confirmed .button-theme.close:active,.ProfileAppointment td.pending .button-theme.is-inverse.tag:active,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-inverse.close:active,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-inverse.close:active,.ProfileAppointment td.pending .SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .ProfileAppointment td.pending .button-theme.tag:active,.ProfileAppointment td.pending .SearchTicket td.new .Alerts .alert .button-theme.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchTicket td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.pending .button-theme.close:active,.SearchTicket td.open .ProfileAppointment td.pending .button-theme.tag:active,.ProfileAppointment td.pending .SearchTicket td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button-theme.tag:active,.ProfileAppointment td.pending .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button-theme.tag:active,.ProfileAppointment td.pending .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending .ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .ProfileAppointment td.pending .button-theme.tag:active,.ProfileAppointment td.pending .ProfileZendesk td.new .Alerts .alert .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.pending .button-theme.close:active,.ProfileZendesk td.open .ProfileAppointment td.pending .button-theme.tag:active,.ProfileAppointment td.pending .ProfileZendesk td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.pending .button-theme.close:active,.ProfileAppointment td.pending td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert td.pending .button-theme.close:active{background:rgba(54,179,126,0.15);cursor:pointer}.button-theme.is-G.is-link,.is-G.is-link.button,.SearchTicket td.new .is-link.button.tag,.SearchTicket td.new .Alerts .alert .is-link.button.close,.Alerts .alert .SearchTicket td.new .is-link.button.close,.SearchTicket td.pending .is-link.button.tag,.SearchTicket td.pending .Alerts .alert .is-link.button.close,.Alerts .alert .SearchTicket td.pending .is-link.button.close,.SearchShopifyOrder td.shipped .is-link.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-link.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-link.button.close,.SearchShopifyOrder td.fulfilled .is-link.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-link.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-link.button.close,.ProfileZendesk td.new .is-link.button.tag,.ProfileZendesk td.new .Alerts .alert .is-link.button.close,.Alerts .alert .ProfileZendesk td.new .is-link.button.close,.ProfileZendesk td.pending .is-link.button.tag,.ProfileZendesk td.pending .Alerts .alert .is-link.button.close,.Alerts .alert .ProfileZendesk td.pending .is-link.button.close,.ProfileAppointment td.pending .is-link.button.tag,.ProfileAppointment td.pending .Alerts .alert .is-link.button.close,.Alerts .alert .ProfileAppointment td.pending .is-link.button.close,.SearchTicket td.new .button-theme.is-link.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-link.close,.Alerts .alert .SearchTicket td.new .button-theme.is-link.close,.SearchTicket td.pending .button-theme.is-link.tag,.SearchTicket td.pending .Alerts .alert .button-theme.is-link.close,.Alerts .alert .SearchTicket td.pending .button-theme.is-link.close,.SearchShopifyOrder td.shipped .button-theme.is-link.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-link.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-link.close,.SearchShopifyOrder td.fulfilled .button-theme.is-link.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-link.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-link.close,.ProfileZendesk td.new .button-theme.is-link.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-link.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-link.close,.ProfileZendesk td.pending .button-theme.is-link.tag,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-link.close,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-link.close,.ProfileAppointment td.pending .button-theme.is-link.tag,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-link.close,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-link.close{background:rgba(54,179,126,0);color:#36B37E}.button-theme.is-G.is-link:hover,.is-G.is-link.button:hover,.SearchTicket td.new .is-link.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-link.button.close:hover,.Alerts .alert .SearchTicket td.new .is-link.button.close:hover,.SearchTicket td.pending .is-link.button.tag:hover,.SearchTicket td.pending .Alerts .alert .is-link.button.close:hover,.Alerts .alert .SearchTicket td.pending .is-link.button.close:hover,.SearchShopifyOrder td.shipped .is-link.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-link.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-link.button.close:hover,.SearchShopifyOrder td.fulfilled .is-link.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-link.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-link.button.close:hover,.ProfileZendesk td.new .is-link.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-link.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-link.button.close:hover,.ProfileZendesk td.pending .is-link.button.tag:hover,.ProfileZendesk td.pending .Alerts .alert .is-link.button.close:hover,.Alerts .alert .ProfileZendesk td.pending .is-link.button.close:hover,.ProfileAppointment td.pending .is-link.button.tag:hover,.ProfileAppointment td.pending .Alerts .alert .is-link.button.close:hover,.Alerts .alert .ProfileAppointment td.pending .is-link.button.close:hover,.SearchTicket td.new .button-theme.is-link.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-link.close:hover,.SearchTicket td.pending .button-theme.is-link.tag:hover,.SearchTicket td.pending .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .SearchTicket td.pending .button-theme.is-link.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-link.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-link.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-link.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-link.close:hover,.ProfileZendesk td.new .button-theme.is-link.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-link.close:hover,.ProfileZendesk td.pending .button-theme.is-link.tag:hover,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-link.close:hover,.ProfileAppointment td.pending .button-theme.is-link.tag:hover,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-link.close:hover{cursor:pointer;text-decoration:underline}.button-theme.is-G.is-ghost,.is-G.is-ghost.button,.SearchTicket td.new .is-ghost.button.tag,.SearchTicket td.new .Alerts .alert .is-ghost.button.close,.Alerts .alert .SearchTicket td.new .is-ghost.button.close,.SearchTicket td.pending .is-ghost.button.tag,.SearchTicket td.pending .Alerts .alert .is-ghost.button.close,.Alerts .alert .SearchTicket td.pending .is-ghost.button.close,.SearchShopifyOrder td.shipped .is-ghost.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-ghost.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-ghost.button.close,.SearchShopifyOrder td.fulfilled .is-ghost.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-ghost.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-ghost.button.close,.ProfileZendesk td.new .is-ghost.button.tag,.ProfileZendesk td.new .Alerts .alert .is-ghost.button.close,.Alerts .alert .ProfileZendesk td.new .is-ghost.button.close,.ProfileZendesk td.pending .is-ghost.button.tag,.ProfileZendesk td.pending .Alerts .alert .is-ghost.button.close,.Alerts .alert .ProfileZendesk td.pending .is-ghost.button.close,.ProfileAppointment td.pending .is-ghost.button.tag,.ProfileAppointment td.pending .Alerts .alert .is-ghost.button.close,.Alerts .alert .ProfileAppointment td.pending .is-ghost.button.close,.SearchTicket td.new .button-theme.is-ghost.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .SearchTicket td.new .button-theme.is-ghost.close,.SearchTicket td.pending .button-theme.is-ghost.tag,.SearchTicket td.pending .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .SearchTicket td.pending .button-theme.is-ghost.close,.SearchShopifyOrder td.shipped .button-theme.is-ghost.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-ghost.close,.SearchShopifyOrder td.fulfilled .button-theme.is-ghost.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-ghost.close,.ProfileZendesk td.new .button-theme.is-ghost.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-ghost.close,.ProfileZendesk td.pending .button-theme.is-ghost.tag,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-ghost.close,.ProfileAppointment td.pending .button-theme.is-ghost.tag,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-ghost.close{color:#36B37E;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.button-theme.is-G.is-ghost:hover,.is-G.is-ghost.button:hover,.SearchTicket td.new .is-ghost.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .SearchTicket td.new .is-ghost.button.close:hover,.SearchTicket td.pending .is-ghost.button.tag:hover,.SearchTicket td.pending .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .SearchTicket td.pending .is-ghost.button.close:hover,.SearchShopifyOrder td.shipped .is-ghost.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-ghost.button.close:hover,.SearchShopifyOrder td.fulfilled .is-ghost.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-ghost.button.close:hover,.ProfileZendesk td.new .is-ghost.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-ghost.button.close:hover,.ProfileZendesk td.pending .is-ghost.button.tag:hover,.ProfileZendesk td.pending .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .ProfileZendesk td.pending .is-ghost.button.close:hover,.ProfileAppointment td.pending .is-ghost.button.tag:hover,.ProfileAppointment td.pending .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .ProfileAppointment td.pending .is-ghost.button.close:hover,.SearchTicket td.new .button-theme.is-ghost.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-ghost.close:hover,.SearchTicket td.pending .button-theme.is-ghost.tag:hover,.SearchTicket td.pending .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .SearchTicket td.pending .button-theme.is-ghost.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-ghost.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-ghost.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-ghost.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-ghost.close:hover,.ProfileZendesk td.new .button-theme.is-ghost.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-ghost.close:hover,.ProfileZendesk td.pending .button-theme.is-ghost.tag:hover,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-ghost.close:hover,.ProfileAppointment td.pending .button-theme.is-ghost.tag:hover,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-ghost.close:hover{background:#FAFBFC}.button-theme.is-G.is-ghost:active,.is-G.is-ghost.button:active,.SearchTicket td.new .is-ghost.button.tag:active,.SearchTicket td.new .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .SearchTicket td.new .is-ghost.button.close:active,.SearchTicket td.pending .is-ghost.button.tag:active,.SearchTicket td.pending .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .SearchTicket td.pending .is-ghost.button.close:active,.SearchShopifyOrder td.shipped .is-ghost.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-ghost.button.close:active,.SearchShopifyOrder td.fulfilled .is-ghost.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-ghost.button.close:active,.ProfileZendesk td.new .is-ghost.button.tag:active,.ProfileZendesk td.new .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .ProfileZendesk td.new .is-ghost.button.close:active,.ProfileZendesk td.pending .is-ghost.button.tag:active,.ProfileZendesk td.pending .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .ProfileZendesk td.pending .is-ghost.button.close:active,.ProfileAppointment td.pending .is-ghost.button.tag:active,.ProfileAppointment td.pending .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .ProfileAppointment td.pending .is-ghost.button.close:active,.SearchTicket td.new .button-theme.is-ghost.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .SearchTicket td.new .button-theme.is-ghost.close:active,.SearchTicket td.pending .button-theme.is-ghost.tag:active,.SearchTicket td.pending .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .SearchTicket td.pending .button-theme.is-ghost.close:active,.SearchShopifyOrder td.shipped .button-theme.is-ghost.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-ghost.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-ghost.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-ghost.close:active,.ProfileZendesk td.new .button-theme.is-ghost.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.is-ghost.close:active,.ProfileZendesk td.pending .button-theme.is-ghost.tag:active,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-ghost.close:active,.ProfileAppointment td.pending .button-theme.is-ghost.tag:active,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-ghost.close:active{background:#F4F5F7}.button-theme.is-G.is-outlined,.is-G.is-outlined.button,.SearchTicket td.new .is-outlined.button.tag,.SearchTicket td.new .Alerts .alert .is-outlined.button.close,.Alerts .alert .SearchTicket td.new .is-outlined.button.close,.SearchTicket td.pending .is-outlined.button.tag,.SearchTicket td.pending .Alerts .alert .is-outlined.button.close,.Alerts .alert .SearchTicket td.pending .is-outlined.button.close,.SearchShopifyOrder td.shipped .is-outlined.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-outlined.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-outlined.button.close,.SearchShopifyOrder td.fulfilled .is-outlined.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-outlined.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-outlined.button.close,.ProfileZendesk td.new .is-outlined.button.tag,.ProfileZendesk td.new .Alerts .alert .is-outlined.button.close,.Alerts .alert .ProfileZendesk td.new .is-outlined.button.close,.ProfileZendesk td.pending .is-outlined.button.tag,.ProfileZendesk td.pending .Alerts .alert .is-outlined.button.close,.Alerts .alert .ProfileZendesk td.pending .is-outlined.button.close,.ProfileAppointment td.pending .is-outlined.button.tag,.ProfileAppointment td.pending .Alerts .alert .is-outlined.button.close,.Alerts .alert .ProfileAppointment td.pending .is-outlined.button.close,.SearchTicket td.new .button-theme.is-outlined.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .SearchTicket td.new .button-theme.is-outlined.close,.SearchTicket td.pending .button-theme.is-outlined.tag,.SearchTicket td.pending .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .SearchTicket td.pending .button-theme.is-outlined.close,.SearchShopifyOrder td.shipped .button-theme.is-outlined.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-outlined.close,.SearchShopifyOrder td.fulfilled .button-theme.is-outlined.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-outlined.close,.ProfileZendesk td.new .button-theme.is-outlined.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-outlined.close,.ProfileZendesk td.pending .button-theme.is-outlined.tag,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-outlined.close,.ProfileAppointment td.pending .button-theme.is-outlined.tag,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-outlined.close{color:#36B37E;background:none;box-shadow:inset 0 0 0 1px #36B37E}.button-theme.is-G.is-outlined:hover,.is-G.is-outlined.button:hover,.SearchTicket td.new .is-outlined.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .SearchTicket td.new .is-outlined.button.close:hover,.SearchTicket td.pending .is-outlined.button.tag:hover,.SearchTicket td.pending .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .SearchTicket td.pending .is-outlined.button.close:hover,.SearchShopifyOrder td.shipped .is-outlined.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-outlined.button.close:hover,.SearchShopifyOrder td.fulfilled .is-outlined.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-outlined.button.close:hover,.ProfileZendesk td.new .is-outlined.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-outlined.button.close:hover,.ProfileZendesk td.pending .is-outlined.button.tag:hover,.ProfileZendesk td.pending .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .ProfileZendesk td.pending .is-outlined.button.close:hover,.ProfileAppointment td.pending .is-outlined.button.tag:hover,.ProfileAppointment td.pending .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .ProfileAppointment td.pending .is-outlined.button.close:hover,.SearchTicket td.new .button-theme.is-outlined.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-outlined.close:hover,.SearchTicket td.pending .button-theme.is-outlined.tag:hover,.SearchTicket td.pending .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .SearchTicket td.pending .button-theme.is-outlined.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-outlined.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-outlined.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-outlined.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-outlined.close:hover,.ProfileZendesk td.new .button-theme.is-outlined.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-outlined.close:hover,.ProfileZendesk td.pending .button-theme.is-outlined.tag:hover,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-outlined.close:hover,.ProfileAppointment td.pending .button-theme.is-outlined.tag:hover,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-outlined.close:hover{background:rgba(54,179,126,0.1)}.button-theme.is-G.is-outlined:active,.is-G.is-outlined.button:active,.SearchTicket td.new .is-outlined.button.tag:active,.SearchTicket td.new .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .SearchTicket td.new .is-outlined.button.close:active,.SearchTicket td.pending .is-outlined.button.tag:active,.SearchTicket td.pending .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .SearchTicket td.pending .is-outlined.button.close:active,.SearchShopifyOrder td.shipped .is-outlined.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-outlined.button.close:active,.SearchShopifyOrder td.fulfilled .is-outlined.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-outlined.button.close:active,.ProfileZendesk td.new .is-outlined.button.tag:active,.ProfileZendesk td.new .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .ProfileZendesk td.new .is-outlined.button.close:active,.ProfileZendesk td.pending .is-outlined.button.tag:active,.ProfileZendesk td.pending .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .ProfileZendesk td.pending .is-outlined.button.close:active,.ProfileAppointment td.pending .is-outlined.button.tag:active,.ProfileAppointment td.pending .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .ProfileAppointment td.pending .is-outlined.button.close:active,.SearchTicket td.new .button-theme.is-outlined.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .SearchTicket td.new .button-theme.is-outlined.close:active,.SearchTicket td.pending .button-theme.is-outlined.tag:active,.SearchTicket td.pending .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .SearchTicket td.pending .button-theme.is-outlined.close:active,.SearchShopifyOrder td.shipped .button-theme.is-outlined.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-outlined.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-outlined.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-outlined.close:active,.ProfileZendesk td.new .button-theme.is-outlined.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.is-outlined.close:active,.ProfileZendesk td.pending .button-theme.is-outlined.tag:active,.ProfileZendesk td.pending .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .ProfileZendesk td.pending .button-theme.is-outlined.close:active,.ProfileAppointment td.pending .button-theme.is-outlined.tag:active,.ProfileAppointment td.pending .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .ProfileAppointment td.pending .button-theme.is-outlined.close:active{background:rgba(54,179,126,0.2)}.button-theme.is-T,.is-T.button{background:#00B8D9;color:#fff}.button-theme.is-T:hover,.is-T.button:hover{background:#00c9ed;cursor:pointer}.button-theme.is-T:active,.is-T.button:active{background:#00a7c5}.button-theme.is-T.is-inverse,.is-T.is-inverse.button,.SearchTicket td.new .is-T.button.tag,.SearchTicket td.new .Alerts .alert .is-T.button.close,.Alerts .alert .SearchTicket td.new .is-T.button.close,.SearchTicket td.open .is-T.button.tag,.SearchTicket td.open .Alerts .alert .is-T.button.close,.Alerts .alert .SearchTicket td.open .is-T.button.close,.SearchShopifyOrder td.shipped .is-T.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-T.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-T.button.close,.SearchShopifyOrder td.unshipped .is-T.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-T.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-T.button.close,.SearchShopifyOrder td.fulfilled .is-T.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-T.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-T.button.close,.SearchShopifyOrder td.unfulfilled .is-T.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-T.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-T.button.close,.ProfileZendesk td.new .is-T.button.tag,.ProfileZendesk td.new .Alerts .alert .is-T.button.close,.Alerts .alert .ProfileZendesk td.new .is-T.button.close,.ProfileZendesk td.open .is-T.button.tag,.ProfileZendesk td.open .Alerts .alert .is-T.button.close,.Alerts .alert .ProfileZendesk td.open .is-T.button.close,.ProfileAppointment td.confirmed .is-T.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-T.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-T.button.close,.SearchTicket td.new .button-theme.is-T.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-T.close,.Alerts .alert .SearchTicket td.new .button-theme.is-T.close,.SearchTicket td.open .button-theme.is-T.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-T.close,.Alerts .alert .SearchTicket td.open .button-theme.is-T.close,.SearchShopifyOrder td.shipped .button-theme.is-T.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-T.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-T.close,.SearchShopifyOrder td.unshipped .button-theme.is-T.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-T.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-T.close,.SearchShopifyOrder td.fulfilled .button-theme.is-T.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-T.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-T.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-T.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-T.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-T.close,.ProfileZendesk td.new .button-theme.is-T.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-T.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-T.close,.ProfileZendesk td.open .button-theme.is-T.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-T.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-T.close,.ProfileAppointment td.confirmed .button-theme.is-T.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-T.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-T.close{background:rgba(0,184,217,0.05);color:#00B8D9}.button-theme.is-T.is-inverse:hover,.is-T.is-inverse.button:hover,.SearchTicket td.new .is-T.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-T.button.close:hover,.Alerts .alert .SearchTicket td.new .is-T.button.close:hover,.SearchTicket td.open .is-T.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-T.button.close:hover,.Alerts .alert .SearchTicket td.open .is-T.button.close:hover,.SearchShopifyOrder td.shipped .is-T.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-T.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-T.button.close:hover,.SearchShopifyOrder td.unshipped .is-T.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-T.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-T.button.close:hover,.SearchShopifyOrder td.fulfilled .is-T.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-T.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-T.button.close:hover,.SearchShopifyOrder td.unfulfilled .is-T.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-T.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-T.button.close:hover,.ProfileZendesk td.new .is-T.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-T.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-T.button.close:hover,.ProfileZendesk td.open .is-T.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-T.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-T.button.close:hover,.ProfileAppointment td.confirmed .is-T.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-T.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-T.button.close:hover,.SearchTicket td.new .button-theme.is-T.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-T.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-T.close:hover,.SearchTicket td.open .button-theme.is-T.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-T.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-T.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-T.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-T.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-T.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-T.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-T.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-T.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-T.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-T.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-T.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-T.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-T.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-T.close:hover,.ProfileZendesk td.new .button-theme.is-T.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-T.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-T.close:hover,.ProfileZendesk td.open .button-theme.is-T.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-T.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-T.close:hover,.ProfileAppointment td.confirmed .button-theme.is-T.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-T.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-T.close:hover{background:rgba(0,184,217,0.1);cursor:pointer}.button-theme.is-T.is-inverse:active,.is-T.is-inverse.button:active,.SearchTicket td.new .is-T.button.tag:active,.SearchTicket td.new .Alerts .alert .is-T.button.close:active,.Alerts .alert .SearchTicket td.new .is-T.button.close:active,.SearchTicket td.open .is-T.button.tag:active,.SearchTicket td.open .Alerts .alert .is-T.button.close:active,.Alerts .alert .SearchTicket td.open .is-T.button.close:active,.SearchShopifyOrder td.shipped .is-T.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-T.button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-T.button.close:active,.SearchShopifyOrder td.unshipped .is-T.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-T.button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-T.button.close:active,.SearchShopifyOrder td.fulfilled .is-T.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-T.button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-T.button.close:active,.SearchShopifyOrder td.unfulfilled .is-T.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-T.button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-T.button.close:active,.ProfileZendesk td.new .is-T.button.tag:active,.ProfileZendesk td.new .Alerts .alert .is-T.button.close:active,.Alerts .alert .ProfileZendesk td.new .is-T.button.close:active,.ProfileZendesk td.open .is-T.button.tag:active,.ProfileZendesk td.open .Alerts .alert .is-T.button.close:active,.Alerts .alert .ProfileZendesk td.open .is-T.button.close:active,.ProfileAppointment td.confirmed .is-T.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-T.button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-T.button.close:active,.SearchTicket td.new .button-theme.is-T.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.is-T.close:active,.Alerts .alert .SearchTicket td.new .button-theme.is-T.close:active,.SearchTicket td.open .button-theme.is-T.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.is-T.close:active,.Alerts .alert .SearchTicket td.open .button-theme.is-T.close:active,.SearchShopifyOrder td.shipped .button-theme.is-T.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-T.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-T.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-T.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-T.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-T.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-T.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-T.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-T.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-T.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-T.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-T.close:active,.ProfileZendesk td.new .button-theme.is-T.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.is-T.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.is-T.close:active,.ProfileZendesk td.open .button-theme.is-T.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.is-T.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.is-T.close:active,.ProfileAppointment td.confirmed .button-theme.is-T.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-T.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-T.close:active{background:rgba(0,184,217,0.15);cursor:pointer}.button-theme.is-T.is-link,.is-T.is-link.button{background:rgba(0,184,217,0);color:#00B8D9}.button-theme.is-T.is-link:hover,.is-T.is-link.button:hover{cursor:pointer;text-decoration:underline}.button-theme.is-T.is-ghost,.is-T.is-ghost.button{color:#00B8D9;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.button-theme.is-T.is-ghost:hover,.is-T.is-ghost.button:hover{background:#FAFBFC}.button-theme.is-T.is-ghost:active,.is-T.is-ghost.button:active{background:#F4F5F7}.button-theme.is-T.is-outlined,.is-T.is-outlined.button{color:#00B8D9;background:none;box-shadow:inset 0 0 0 1px #00B8D9}.button-theme.is-T.is-outlined:hover,.is-T.is-outlined.button:hover{background:rgba(0,184,217,0.1)}.button-theme.is-T.is-outlined:active,.is-T.is-outlined.button:active{background:rgba(0,184,217,0.2)}.button-theme.is-P,.is-P.button{background:#6554C0;color:#fff}.button-theme.is-P:hover,.is-P.button:hover{background:#7263c5;cursor:pointer}.button-theme.is-P:active,.is-P.button:active{background:#5845bb}.button-theme.is-P.is-inverse,.is-P.is-inverse.button,.SearchTicket td.new .is-P.button.tag,.SearchTicket td.new .Alerts .alert .is-P.button.close,.Alerts .alert .SearchTicket td.new .is-P.button.close,.SearchTicket td.open .is-P.button.tag,.SearchTicket td.open .Alerts .alert .is-P.button.close,.Alerts .alert .SearchTicket td.open .is-P.button.close,.SearchShopifyOrder td.shipped .is-P.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-P.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-P.button.close,.SearchShopifyOrder td.unshipped .is-P.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-P.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-P.button.close,.SearchShopifyOrder td.fulfilled .is-P.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-P.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-P.button.close,.SearchShopifyOrder td.unfulfilled .is-P.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-P.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-P.button.close,.ProfileZendesk td.new .is-P.button.tag,.ProfileZendesk td.new .Alerts .alert .is-P.button.close,.Alerts .alert .ProfileZendesk td.new .is-P.button.close,.ProfileZendesk td.open .is-P.button.tag,.ProfileZendesk td.open .Alerts .alert .is-P.button.close,.Alerts .alert .ProfileZendesk td.open .is-P.button.close,.ProfileAppointment td.confirmed .is-P.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-P.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-P.button.close,.SearchTicket td.new .button-theme.is-P.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-P.close,.Alerts .alert .SearchTicket td.new .button-theme.is-P.close,.SearchTicket td.open .button-theme.is-P.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-P.close,.Alerts .alert .SearchTicket td.open .button-theme.is-P.close,.SearchShopifyOrder td.shipped .button-theme.is-P.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-P.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-P.close,.SearchShopifyOrder td.unshipped .button-theme.is-P.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-P.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-P.close,.SearchShopifyOrder td.fulfilled .button-theme.is-P.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-P.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-P.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-P.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-P.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-P.close,.ProfileZendesk td.new .button-theme.is-P.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-P.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-P.close,.ProfileZendesk td.open .button-theme.is-P.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-P.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-P.close,.ProfileAppointment td.confirmed .button-theme.is-P.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-P.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-P.close{background:rgba(101,84,192,0.05);color:#6554C0}.button-theme.is-P.is-inverse:hover,.is-P.is-inverse.button:hover,.SearchTicket td.new .is-P.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-P.button.close:hover,.Alerts .alert .SearchTicket td.new .is-P.button.close:hover,.SearchTicket td.open .is-P.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-P.button.close:hover,.Alerts .alert .SearchTicket td.open .is-P.button.close:hover,.SearchShopifyOrder td.shipped .is-P.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-P.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-P.button.close:hover,.SearchShopifyOrder td.unshipped .is-P.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-P.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-P.button.close:hover,.SearchShopifyOrder td.fulfilled .is-P.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-P.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-P.button.close:hover,.SearchShopifyOrder td.unfulfilled .is-P.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-P.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-P.button.close:hover,.ProfileZendesk td.new .is-P.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-P.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-P.button.close:hover,.ProfileZendesk td.open .is-P.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-P.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-P.button.close:hover,.ProfileAppointment td.confirmed .is-P.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-P.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-P.button.close:hover,.SearchTicket td.new .button-theme.is-P.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-P.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-P.close:hover,.SearchTicket td.open .button-theme.is-P.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-P.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-P.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-P.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-P.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-P.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-P.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-P.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-P.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-P.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-P.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-P.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-P.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-P.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-P.close:hover,.ProfileZendesk td.new .button-theme.is-P.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-P.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-P.close:hover,.ProfileZendesk td.open .button-theme.is-P.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-P.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-P.close:hover,.ProfileAppointment td.confirmed .button-theme.is-P.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-P.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-P.close:hover{background:rgba(101,84,192,0.1);cursor:pointer}.button-theme.is-P.is-inverse:active,.is-P.is-inverse.button:active,.SearchTicket td.new .is-P.button.tag:active,.SearchTicket td.new .Alerts .alert .is-P.button.close:active,.Alerts .alert .SearchTicket td.new .is-P.button.close:active,.SearchTicket td.open .is-P.button.tag:active,.SearchTicket td.open .Alerts .alert .is-P.button.close:active,.Alerts .alert .SearchTicket td.open .is-P.button.close:active,.SearchShopifyOrder td.shipped .is-P.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-P.button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-P.button.close:active,.SearchShopifyOrder td.unshipped .is-P.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-P.button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-P.button.close:active,.SearchShopifyOrder td.fulfilled .is-P.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-P.button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-P.button.close:active,.SearchShopifyOrder td.unfulfilled .is-P.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-P.button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-P.button.close:active,.ProfileZendesk td.new .is-P.button.tag:active,.ProfileZendesk td.new .Alerts .alert .is-P.button.close:active,.Alerts .alert .ProfileZendesk td.new .is-P.button.close:active,.ProfileZendesk td.open .is-P.button.tag:active,.ProfileZendesk td.open .Alerts .alert .is-P.button.close:active,.Alerts .alert .ProfileZendesk td.open .is-P.button.close:active,.ProfileAppointment td.confirmed .is-P.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-P.button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-P.button.close:active,.SearchTicket td.new .button-theme.is-P.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.is-P.close:active,.Alerts .alert .SearchTicket td.new .button-theme.is-P.close:active,.SearchTicket td.open .button-theme.is-P.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.is-P.close:active,.Alerts .alert .SearchTicket td.open .button-theme.is-P.close:active,.SearchShopifyOrder td.shipped .button-theme.is-P.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-P.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-P.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-P.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-P.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-P.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-P.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-P.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-P.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-P.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-P.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-P.close:active,.ProfileZendesk td.new .button-theme.is-P.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.is-P.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.is-P.close:active,.ProfileZendesk td.open .button-theme.is-P.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.is-P.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.is-P.close:active,.ProfileAppointment td.confirmed .button-theme.is-P.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-P.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-P.close:active{background:rgba(101,84,192,0.15);cursor:pointer}.button-theme.is-P.is-link,.is-P.is-link.button{background:rgba(101,84,192,0);color:#6554C0}.button-theme.is-P.is-link:hover,.is-P.is-link.button:hover{cursor:pointer;text-decoration:underline}.button-theme.is-P.is-ghost,.is-P.is-ghost.button{color:#6554C0;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.button-theme.is-P.is-ghost:hover,.is-P.is-ghost.button:hover{background:#FAFBFC}.button-theme.is-P.is-ghost:active,.is-P.is-ghost.button:active{background:#F4F5F7}.button-theme.is-P.is-outlined,.is-P.is-outlined.button{color:#6554C0;background:none;box-shadow:inset 0 0 0 1px #6554C0}.button-theme.is-P.is-outlined:hover,.is-P.is-outlined.button:hover{background:rgba(101,84,192,0.1)}.button-theme.is-P.is-outlined:active,.is-P.is-outlined.button:active{background:rgba(101,84,192,0.2)}.button-theme.is-B,.is-B.button,.SearchTicket td.open .button.tag,.SearchTicket td.open .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.open .button.close,.SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.ProfileZendesk td.open .button.tag,.ProfileZendesk td.open .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.open .button.close,.ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .Alerts .alert .button.close,.Alerts .alert .ProfileAppointment td.confirmed .button.close,.SearchTicket td.open .button-theme.tag,.SearchTicket td.open .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.open .button-theme.close,.SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.ProfileZendesk td.open .button-theme.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.open .button-theme.close,.ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.close{background:#0052CC;color:#fff}.button-theme.is-B:hover,.is-B.button:hover,.SearchTicket td.open .button.tag:hover,.SearchTicket td.open .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.open .button.close:hover,.SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.ProfileZendesk td.open .button.tag:hover,.ProfileZendesk td.open .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.open .button.close:hover,.ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.SearchTicket td.open .button-theme.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.ProfileZendesk td.open .button-theme.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover{background:#005ae0;cursor:pointer}.button-theme.is-B:active,.is-B.button:active,.SearchTicket td.open .button.tag:active,.SearchTicket td.open .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.open .button.close:active,.SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.ProfileZendesk td.open .button.tag:active,.ProfileZendesk td.open .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.open .button.close:active,.ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.SearchTicket td.open .button-theme.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.ProfileZendesk td.open .button-theme.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active{background:#004ab8}.button-theme.is-B.is-inverse,.is-B.is-inverse.button,.SearchTicket td.new .is-B.button.tag,.SearchTicket td.new .Alerts .alert .is-B.button.close,.Alerts .alert .SearchTicket td.new .is-B.button.close,.SearchTicket td.new td.open .button.tag,.SearchTicket td.open td.new .button.tag,.SearchTicket td.new td.open .Alerts .alert .button.close,.SearchTicket td.open .Alerts .alert td.new .button.close,.Alerts .alert .SearchTicket td.new td.open .button.close,.Alerts .alert .SearchTicket td.open td.new .button.close,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button.tag,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .button.close,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button.tag,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button.close,.ProfileZendesk td.open .SearchTicket td.new .button.tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button.close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .button.close,.SearchTicket td.new .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .SearchTicket td.new .button.tag,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .button.close,.SearchTicket td.open .button.tag,.SearchTicket td.open .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.open .button.close,.SearchShopifyOrder td.shipped .is-B.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.button.close,.SearchShopifyOrder td.shipped .SearchTicket td.open .button.tag,.SearchTicket td.open .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .button.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button.close,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped td.unshipped .button.tag,.SearchShopifyOrder td.unshipped td.shipped .button.tag,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button.close,.SearchShopifyOrder td.shipped td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled td.shipped .button.tag,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .button.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button.close,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button.tag,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .button.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button.close,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.fulfilled .is-B.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.button.close,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button.tag,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .button.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button.close,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled td.unshipped .button.tag,.SearchShopifyOrder td.unshipped td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button.tag,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .button.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button.close,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.ProfileZendesk td.new .is-B.button.tag,.ProfileZendesk td.new .Alerts .alert .is-B.button.close,.Alerts .alert .ProfileZendesk td.new .is-B.button.close,.SearchTicket td.open .ProfileZendesk td.new .button.tag,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button.close,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button.close,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .button.close,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button.close,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button.close,.ProfileZendesk td.new td.open .button.tag,.ProfileZendesk td.open td.new .button.tag,.ProfileZendesk td.new td.open .Alerts .alert .button.close,.ProfileZendesk td.open .Alerts .alert td.new .button.close,.Alerts .alert .ProfileZendesk td.new td.open .button.close,.Alerts .alert .ProfileZendesk td.open td.new .button.close,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .button.close,.ProfileZendesk td.open .button.tag,.ProfileZendesk td.open .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.open .button.close,.ProfileAppointment td.confirmed .button.tag,.ProfileAppointment td.confirmed .Alerts .alert .button.close,.Alerts .alert .ProfileAppointment td.confirmed .button.close,.SearchTicket td.new .button-theme.is-B.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-B.close,.Alerts .alert .SearchTicket td.new .button-theme.is-B.close,.SearchTicket td.new td.open .button-theme.tag,.SearchTicket td.open td.new .button-theme.tag,.SearchTicket td.new td.open .Alerts .alert .button-theme.close,.SearchTicket td.open .Alerts .alert td.new .button-theme.close,.Alerts .alert .SearchTicket td.new td.open .button-theme.close,.Alerts .alert .SearchTicket td.open td.new .button-theme.close,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button-theme.tag,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .button-theme.close,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button-theme.tag,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button-theme.close,.ProfileZendesk td.open .SearchTicket td.new .button-theme.tag,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button-theme.close,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .button-theme.close,.SearchTicket td.new .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .SearchTicket td.new .button-theme.tag,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .button-theme.close,.SearchTicket td.open .button-theme.tag,.SearchTicket td.open .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.open .button-theme.close,.SearchShopifyOrder td.shipped .button-theme.is-B.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-B.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-B.close,.SearchShopifyOrder td.shipped .SearchTicket td.open .button-theme.tag,.SearchTicket td.open .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .button-theme.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button-theme.close,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button-theme.close,.SearchShopifyOrder td.shipped td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button-theme.tag,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .button-theme.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button-theme.close,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.fulfilled .button-theme.is-B.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-B.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-B.close,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button-theme.tag,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .button-theme.close,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button-theme.close,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button-theme.tag,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .button-theme.close,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button-theme.close,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.ProfileZendesk td.new .button-theme.is-B.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-B.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-B.close,.SearchTicket td.open .ProfileZendesk td.new .button-theme.tag,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button-theme.close,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new td.open .button-theme.tag,.ProfileZendesk td.open td.new .button-theme.tag,.ProfileZendesk td.new td.open .Alerts .alert .button-theme.close,.ProfileZendesk td.open .Alerts .alert td.new .button-theme.close,.Alerts .alert .ProfileZendesk td.new td.open .button-theme.close,.Alerts .alert .ProfileZendesk td.open td.new .button-theme.close,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.open .button-theme.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.open .button-theme.close,.ProfileAppointment td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.close{background:rgba(0,82,204,0.05);color:#0052CC}.button-theme.is-B.is-inverse:hover,.is-B.is-inverse.button:hover,.SearchTicket td.new .is-B.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-B.button.close:hover,.Alerts .alert .SearchTicket td.new .is-B.button.close:hover,.SearchTicket td.new td.open .button.tag:hover,.SearchTicket td.open td.new .button.tag:hover,.SearchTicket td.new td.open .Alerts .alert .button.close:hover,.SearchTicket td.open .Alerts .alert td.new .button.close:hover,.Alerts .alert .SearchTicket td.new td.open .button.close:hover,.Alerts .alert .SearchTicket td.open td.new .button.close:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .button.close:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button.close:hover,.ProfileZendesk td.open .SearchTicket td.new .button.tag:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .button.close:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .button.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .button.close:hover,.SearchTicket td.open .button.tag:hover,.SearchTicket td.open .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.open .button.close:hover,.SearchShopifyOrder td.shipped .is-B.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.button.close:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .button.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .button.close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button.close:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button.close:hover,.SearchShopifyOrder td.shipped td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .button.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.fulfilled .is-B.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.button.close:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .button.close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button.close:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .button.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.ProfileZendesk td.new .is-B.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-B.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-B.button.close:hover,.SearchTicket td.open .ProfileZendesk td.new .button.tag:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button.close:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new td.open .button.tag:hover,.ProfileZendesk td.open td.new .button.tag:hover,.ProfileZendesk td.new td.open .Alerts .alert .button.close:hover,.ProfileZendesk td.open .Alerts .alert td.new .button.close:hover,.Alerts .alert .ProfileZendesk td.new td.open .button.close:hover,.Alerts .alert .ProfileZendesk td.open td.new .button.close:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.open .button.tag:hover,.ProfileZendesk td.open .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.open .button.close:hover,.ProfileAppointment td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.SearchTicket td.new .button-theme.is-B.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-B.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-B.close:hover,.SearchTicket td.new td.open .button-theme.tag:hover,.SearchTicket td.open td.new .button-theme.tag:hover,.SearchTicket td.new td.open .Alerts .alert .button-theme.close:hover,.SearchTicket td.open .Alerts .alert td.new .button-theme.close:hover,.Alerts .alert .SearchTicket td.new td.open .button-theme.close:hover,.Alerts .alert .SearchTicket td.open td.new .button-theme.close:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button-theme.close:hover,.ProfileZendesk td.open .SearchTicket td.new .button-theme.tag:hover,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.open .button-theme.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-B.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-B.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-B.close:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .button-theme.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button-theme.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-B.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-B.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-B.close:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button-theme.tag:hover,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button-theme.tag:hover,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.ProfileZendesk td.new .button-theme.is-B.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-B.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-B.close:hover,.SearchTicket td.open .ProfileZendesk td.new .button-theme.tag:hover,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new td.open .button-theme.tag:hover,.ProfileZendesk td.open td.new .button-theme.tag:hover,.ProfileZendesk td.new td.open .Alerts .alert .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert td.new .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new td.open .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open td.new .button-theme.close:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.open .button-theme.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.ProfileAppointment td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover{background:rgba(0,82,204,0.1);cursor:pointer}.button-theme.is-B.is-inverse:active,.is-B.is-inverse.button:active,.SearchTicket td.new .is-B.button.tag:active,.SearchTicket td.new .Alerts .alert .is-B.button.close:active,.Alerts .alert .SearchTicket td.new .is-B.button.close:active,.SearchTicket td.new td.open .button.tag:active,.SearchTicket td.open td.new .button.tag:active,.SearchTicket td.new td.open .Alerts .alert .button.close:active,.SearchTicket td.open .Alerts .alert td.new .button.close:active,.Alerts .alert .SearchTicket td.new td.open .button.close:active,.Alerts .alert .SearchTicket td.open td.new .button.close:active,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button.tag:active,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .button.close:active,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button.tag:active,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button.close:active,.ProfileZendesk td.open .SearchTicket td.new .button.tag:active,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button.close:active,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .button.close:active,.SearchTicket td.new .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .SearchTicket td.new .button.tag:active,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .button.close:active,.SearchTicket td.open .button.tag:active,.SearchTicket td.open .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.open .button.close:active,.SearchShopifyOrder td.shipped .is-B.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-B.button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-B.button.close:active,.SearchShopifyOrder td.shipped .SearchTicket td.open .button.tag:active,.SearchTicket td.open .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .button.close:active,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button.close:active,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped td.shipped .button.tag:active,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button.close:active,.SearchShopifyOrder td.shipped td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled td.shipped .button.tag:active,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button.close:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button.tag:active,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .button.close:active,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button.close:active,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.fulfilled .is-B.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-B.button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-B.button.close:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button.tag:active,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .button.close:active,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button.close:active,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button.tag:active,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .button.close:active,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button.close:active,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.ProfileZendesk td.new .is-B.button.tag:active,.ProfileZendesk td.new .Alerts .alert .is-B.button.close:active,.Alerts .alert .ProfileZendesk td.new .is-B.button.close:active,.SearchTicket td.open .ProfileZendesk td.new .button.tag:active,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button.close:active,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new td.open .button.tag:active,.ProfileZendesk td.open td.new .button.tag:active,.ProfileZendesk td.new td.open .Alerts .alert .button.close:active,.ProfileZendesk td.open .Alerts .alert td.new .button.close:active,.Alerts .alert .ProfileZendesk td.new td.open .button.close:active,.Alerts .alert .ProfileZendesk td.open td.new .button.close:active,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.open .button.tag:active,.ProfileZendesk td.open .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.open .button.close:active,.ProfileAppointment td.confirmed .button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.SearchTicket td.new .button-theme.is-B.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.is-B.close:active,.Alerts .alert .SearchTicket td.new .button-theme.is-B.close:active,.SearchTicket td.new td.open .button-theme.tag:active,.SearchTicket td.open td.new .button-theme.tag:active,.SearchTicket td.new td.open .Alerts .alert .button-theme.close:active,.SearchTicket td.open .Alerts .alert td.new .button-theme.close:active,.Alerts .alert .SearchTicket td.new td.open .button-theme.close:active,.Alerts .alert .SearchTicket td.open td.new .button-theme.close:active,.SearchTicket td.new .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .SearchTicket td.new .button-theme.close:active,.ProfileZendesk td.open .SearchTicket td.new .button-theme.tag:active,.ProfileZendesk td.open .Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchTicket td.new .button-theme.close:active,.SearchTicket td.open .button-theme.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchShopifyOrder td.shipped .button-theme.is-B.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-B.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-B.close:active,.SearchShopifyOrder td.shipped .SearchTicket td.open .button-theme.tag:active,.SearchTicket td.open .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .SearchTicket td.open .Alerts .alert .button-theme.close:active,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .SearchTicket td.open .button-theme.close:active,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped td.unshipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped td.unshipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped td.unfulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.shipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped td.unfulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .button-theme.tag:active,.ProfileZendesk td.open .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .ProfileZendesk td.open .Alerts .alert .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-B.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-B.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-B.close:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .button-theme.tag:active,.SearchTicket td.open .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .SearchTicket td.open .Alerts .alert .button-theme.close:active,.SearchTicket td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .SearchTicket td.open .button-theme.close:active,.Alerts .alert .SearchTicket td.open .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled td.unshipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unshipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled td.unfulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert td.fulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled td.unfulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .button-theme.tag:active,.ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .ProfileZendesk td.open .Alerts .alert .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.ProfileZendesk td.new .button-theme.is-B.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.is-B.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.is-B.close:active,.SearchTicket td.open .ProfileZendesk td.new .button-theme.tag:active,.SearchTicket td.open .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .SearchTicket td.open .button-theme.close:active,.Alerts .alert .SearchTicket td.open .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new td.open .button-theme.tag:active,.ProfileZendesk td.open td.new .button-theme.tag:active,.ProfileZendesk td.new td.open .Alerts .alert .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert td.new .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new td.open .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open td.new .button-theme.close:active,.ProfileZendesk td.new .ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.open .button-theme.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.ProfileAppointment td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active{background:rgba(0,82,204,0.15);cursor:pointer}.button-theme.is-B.is-link,.is-B.is-link.button,.SearchTicket td.open .is-link.button.tag,.SearchTicket td.open .Alerts .alert .is-link.button.close,.Alerts .alert .SearchTicket td.open .is-link.button.close,.SearchShopifyOrder td.unshipped .is-link.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-link.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-link.button.close,.SearchShopifyOrder td.unfulfilled .is-link.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-link.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-link.button.close,.ProfileZendesk td.open .is-link.button.tag,.ProfileZendesk td.open .Alerts .alert .is-link.button.close,.Alerts .alert .ProfileZendesk td.open .is-link.button.close,.ProfileAppointment td.confirmed .is-link.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-link.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-link.button.close,.SearchTicket td.open .button-theme.is-link.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-link.close,.Alerts .alert .SearchTicket td.open .button-theme.is-link.close,.SearchShopifyOrder td.unshipped .button-theme.is-link.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-link.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-link.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-link.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-link.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-link.close,.ProfileZendesk td.open .button-theme.is-link.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-link.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-link.close,.ProfileAppointment td.confirmed .button-theme.is-link.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-link.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-link.close{background:rgba(0,82,204,0);color:#0052CC}.button-theme.is-B.is-link:hover,.is-B.is-link.button:hover,.SearchTicket td.open .is-link.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-link.button.close:hover,.Alerts .alert .SearchTicket td.open .is-link.button.close:hover,.SearchShopifyOrder td.unshipped .is-link.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-link.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-link.button.close:hover,.SearchShopifyOrder td.unfulfilled .is-link.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-link.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-link.button.close:hover,.ProfileZendesk td.open .is-link.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-link.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-link.button.close:hover,.ProfileAppointment td.confirmed .is-link.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-link.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-link.button.close:hover,.SearchTicket td.open .button-theme.is-link.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-link.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-link.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-link.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-link.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-link.close:hover,.ProfileZendesk td.open .button-theme.is-link.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-link.close:hover,.ProfileAppointment td.confirmed .button-theme.is-link.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-link.close:hover{cursor:pointer;text-decoration:underline}.button-theme.is-B.is-ghost,.is-B.is-ghost.button,.SearchTicket td.open .is-ghost.button.tag,.SearchTicket td.open .Alerts .alert .is-ghost.button.close,.Alerts .alert .SearchTicket td.open .is-ghost.button.close,.SearchShopifyOrder td.unshipped .is-ghost.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-ghost.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-ghost.button.close,.SearchShopifyOrder td.unfulfilled .is-ghost.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-ghost.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-ghost.button.close,.ProfileZendesk td.open .is-ghost.button.tag,.ProfileZendesk td.open .Alerts .alert .is-ghost.button.close,.Alerts .alert .ProfileZendesk td.open .is-ghost.button.close,.ProfileAppointment td.confirmed .is-ghost.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-ghost.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-ghost.button.close,.SearchTicket td.open .button-theme.is-ghost.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .SearchTicket td.open .button-theme.is-ghost.close,.SearchShopifyOrder td.unshipped .button-theme.is-ghost.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-ghost.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-ghost.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-ghost.close,.ProfileZendesk td.open .button-theme.is-ghost.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-ghost.close,.ProfileAppointment td.confirmed .button-theme.is-ghost.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-ghost.close{color:#0052CC;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.button-theme.is-B.is-ghost:hover,.is-B.is-ghost.button:hover,.SearchTicket td.open .is-ghost.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .SearchTicket td.open .is-ghost.button.close:hover,.SearchShopifyOrder td.unshipped .is-ghost.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-ghost.button.close:hover,.SearchShopifyOrder td.unfulfilled .is-ghost.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-ghost.button.close:hover,.ProfileZendesk td.open .is-ghost.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-ghost.button.close:hover,.ProfileAppointment td.confirmed .is-ghost.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-ghost.button.close:hover,.SearchTicket td.open .button-theme.is-ghost.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-ghost.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-ghost.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-ghost.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-ghost.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-ghost.close:hover,.ProfileZendesk td.open .button-theme.is-ghost.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-ghost.close:hover,.ProfileAppointment td.confirmed .button-theme.is-ghost.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-ghost.close:hover{background:#FAFBFC}.button-theme.is-B.is-ghost:active,.is-B.is-ghost.button:active,.SearchTicket td.open .is-ghost.button.tag:active,.SearchTicket td.open .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .SearchTicket td.open .is-ghost.button.close:active,.SearchShopifyOrder td.unshipped .is-ghost.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-ghost.button.close:active,.SearchShopifyOrder td.unfulfilled .is-ghost.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-ghost.button.close:active,.ProfileZendesk td.open .is-ghost.button.tag:active,.ProfileZendesk td.open .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .ProfileZendesk td.open .is-ghost.button.close:active,.ProfileAppointment td.confirmed .is-ghost.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-ghost.button.close:active,.SearchTicket td.open .button-theme.is-ghost.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .SearchTicket td.open .button-theme.is-ghost.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-ghost.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-ghost.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-ghost.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-ghost.close:active,.ProfileZendesk td.open .button-theme.is-ghost.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.is-ghost.close:active,.ProfileAppointment td.confirmed .button-theme.is-ghost.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-ghost.close:active{background:#F4F5F7}.button-theme.is-B.is-outlined,.is-B.is-outlined.button,.SearchTicket td.open .is-outlined.button.tag,.SearchTicket td.open .Alerts .alert .is-outlined.button.close,.Alerts .alert .SearchTicket td.open .is-outlined.button.close,.SearchShopifyOrder td.unshipped .is-outlined.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-outlined.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-outlined.button.close,.SearchShopifyOrder td.unfulfilled .is-outlined.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-outlined.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-outlined.button.close,.ProfileZendesk td.open .is-outlined.button.tag,.ProfileZendesk td.open .Alerts .alert .is-outlined.button.close,.Alerts .alert .ProfileZendesk td.open .is-outlined.button.close,.ProfileAppointment td.confirmed .is-outlined.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-outlined.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-outlined.button.close,.SearchTicket td.open .button-theme.is-outlined.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .SearchTicket td.open .button-theme.is-outlined.close,.SearchShopifyOrder td.unshipped .button-theme.is-outlined.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-outlined.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-outlined.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-outlined.close,.ProfileZendesk td.open .button-theme.is-outlined.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-outlined.close,.ProfileAppointment td.confirmed .button-theme.is-outlined.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-outlined.close{color:#0052CC;background:none;box-shadow:inset 0 0 0 1px #0052CC}.button-theme.is-B.is-outlined:hover,.is-B.is-outlined.button:hover,.SearchTicket td.open .is-outlined.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .SearchTicket td.open .is-outlined.button.close:hover,.SearchShopifyOrder td.unshipped .is-outlined.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-outlined.button.close:hover,.SearchShopifyOrder td.unfulfilled .is-outlined.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-outlined.button.close:hover,.ProfileZendesk td.open .is-outlined.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-outlined.button.close:hover,.ProfileAppointment td.confirmed .is-outlined.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-outlined.button.close:hover,.SearchTicket td.open .button-theme.is-outlined.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-outlined.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-outlined.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-outlined.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-outlined.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-outlined.close:hover,.ProfileZendesk td.open .button-theme.is-outlined.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-outlined.close:hover,.ProfileAppointment td.confirmed .button-theme.is-outlined.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-outlined.close:hover{background:rgba(0,82,204,0.1)}.button-theme.is-B.is-outlined:active,.is-B.is-outlined.button:active,.SearchTicket td.open .is-outlined.button.tag:active,.SearchTicket td.open .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .SearchTicket td.open .is-outlined.button.close:active,.SearchShopifyOrder td.unshipped .is-outlined.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-outlined.button.close:active,.SearchShopifyOrder td.unfulfilled .is-outlined.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-outlined.button.close:active,.ProfileZendesk td.open .is-outlined.button.tag:active,.ProfileZendesk td.open .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .ProfileZendesk td.open .is-outlined.button.close:active,.ProfileAppointment td.confirmed .is-outlined.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-outlined.button.close:active,.SearchTicket td.open .button-theme.is-outlined.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .SearchTicket td.open .button-theme.is-outlined.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-outlined.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-outlined.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-outlined.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-outlined.close:active,.ProfileZendesk td.open .button-theme.is-outlined.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.is-outlined.close:active,.ProfileAppointment td.confirmed .button-theme.is-outlined.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-outlined.close:active{background:rgba(0,82,204,0.2)}.button-theme.is-N,.is-N.button,.ProfileAppointment td.cancel .button.tag,.ProfileAppointment td.cancel .Alerts .alert .button.close,.Alerts .alert .ProfileAppointment td.cancel .button.close,.ProfileAppointment tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .button.close,.ProfileAppointment td.cancel .button-theme.tag,.ProfileAppointment td.cancel .Alerts .alert .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel .button-theme.close,.ProfileAppointment tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close{background:#505F79;color:#fff}.button-theme.is-N:hover,.is-N.button:hover,.ProfileAppointment td.cancel .button.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .button.close:hover,.ProfileAppointment tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:hover,.ProfileAppointment td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:hover{background:#586985;cursor:pointer}.button-theme.is-N:active,.is-N.button:active,.ProfileAppointment td.cancel .button.tag:active,.ProfileAppointment td.cancel .Alerts .alert .button.close:active,.Alerts .alert .ProfileAppointment td.cancel .button.close:active,.ProfileAppointment tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:active,.ProfileAppointment td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel .button-theme.close:active,.ProfileAppointment tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:active{background:#48556d}.button-theme.is-N.is-inverse,.is-N.is-inverse.button,.SearchTicket td.new .is-N.button.tag,.SearchTicket td.new .Alerts .alert .is-N.button.close,.Alerts .alert .SearchTicket td.new .is-N.button.close,.SearchTicket td.new .ProfileAppointment td.cancel .button.tag,.ProfileAppointment td.cancel .SearchTicket td.new .button.tag,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .button.close,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .button.close,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .button.close,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .button.tag,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .button.close,.SearchTicket td.open .is-N.button.tag,.SearchTicket td.open .Alerts .alert .is-N.button.close,.Alerts .alert .SearchTicket td.open .is-N.button.close,.SearchTicket td.open .ProfileAppointment td.cancel .button.tag,.ProfileAppointment td.cancel .SearchTicket td.open .button.tag,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .button.close,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .button.close,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .button.close,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .button.close,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .button.tag,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .button.close,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .button.close,.SearchShopifyOrder td.shipped .is-N.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.button.close,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .button.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .button.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button.tag,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.unshipped .is-N.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.button.close,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .button.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .button.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.fulfilled .is-N.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.button.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .button.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .button.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.unfulfilled .is-N.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.button.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .button.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .button.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button.close,.ProfileZendesk td.new .is-N.button.tag,.ProfileZendesk td.new .Alerts .alert .is-N.button.close,.Alerts .alert .ProfileZendesk td.new .is-N.button.close,.ProfileZendesk td.new .ProfileAppointment td.cancel .button.tag,.ProfileAppointment td.cancel .ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .button.close,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .button.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .button.close,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .button.close,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button.tag,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .button.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button.close,.ProfileZendesk td.open .is-N.button.tag,.ProfileZendesk td.open .Alerts .alert .is-N.button.close,.Alerts .alert .ProfileZendesk td.open .is-N.button.close,.ProfileZendesk td.open .ProfileAppointment td.cancel .button.tag,.ProfileAppointment td.cancel .ProfileZendesk td.open .button.tag,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .button.close,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .button.close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .button.close,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .button.close,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button.tag,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .button.close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button.close,.ProfileAppointment td.confirmed .is-N.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-N.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-N.button.close,.ProfileAppointment td.confirmed td.cancel .button.tag,.ProfileAppointment td.cancel td.confirmed .button.tag,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .button.close,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .button.close,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .button.close,.ProfileAppointment td.confirmed tr.inactive td.status .button.tag,.ProfileAppointment tr.inactive td.status td.confirmed .button.tag,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .button.close,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .button.close,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .button.close,.ProfileAppointment td.cancel .is-inverse.button.tag,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.button.close,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.button.close,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .button.close,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .button.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button.close,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .button.close,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .button.close,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .button.close,.ProfileAppointment tr.inactive td.status .is-inverse.button.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.button.close,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .button.close,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .button.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button.close,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button.close,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button.close,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .button.close,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .button.close,.SearchTicket td.new .button-theme.is-N.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-N.close,.Alerts .alert .SearchTicket td.new .button-theme.is-N.close,.SearchTicket td.new .ProfileAppointment td.cancel .button-theme.tag,.ProfileAppointment td.cancel .SearchTicket td.new .button-theme.tag,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .button-theme.close,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .button-theme.close,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .button-theme.tag,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .button-theme.close,.SearchTicket td.open .button-theme.is-N.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-N.close,.Alerts .alert .SearchTicket td.open .button-theme.is-N.close,.SearchTicket td.open .ProfileAppointment td.cancel .button-theme.tag,.ProfileAppointment td.cancel .SearchTicket td.open .button-theme.tag,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .button-theme.close,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .button-theme.close,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .button-theme.close,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .button-theme.tag,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .button-theme.close,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .button-theme.close,.SearchShopifyOrder td.shipped .button-theme.is-N.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-N.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-N.close,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button-theme.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .button-theme.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button-theme.tag,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.unshipped .button-theme.is-N.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-N.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-N.close,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button-theme.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .button-theme.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button-theme.tag,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.fulfilled .button-theme.is-N.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-N.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-N.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button-theme.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .button-theme.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button-theme.tag,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-N.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-N.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-N.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button-theme.tag,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .button-theme.close,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button-theme.tag,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button-theme.close,.ProfileZendesk td.new .button-theme.is-N.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-N.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-N.close,.ProfileZendesk td.new .ProfileAppointment td.cancel .button-theme.tag,.ProfileAppointment td.cancel .ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .button-theme.close,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button-theme.tag,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.open .button-theme.is-N.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-N.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-N.close,.ProfileZendesk td.open .ProfileAppointment td.cancel .button-theme.tag,.ProfileAppointment td.cancel .ProfileZendesk td.open .button-theme.tag,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .button-theme.close,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button-theme.tag,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .button-theme.close,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button-theme.close,.ProfileAppointment td.confirmed .button-theme.is-N.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-N.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-N.close,.ProfileAppointment td.confirmed td.cancel .button-theme.tag,.ProfileAppointment td.cancel td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .button-theme.close,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .button-theme.close,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .button-theme.close,.ProfileAppointment td.confirmed tr.inactive td.status .button-theme.tag,.ProfileAppointment tr.inactive td.status td.confirmed .button-theme.tag,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .button-theme.close,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .button-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .button-theme.close,.ProfileAppointment td.cancel .button-theme.is-inverse.tag,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-inverse.close,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-inverse.close,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .button-theme.close,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .button-theme.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button-theme.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button-theme.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button-theme.close,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button-theme.close,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .button-theme.close,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .button-theme.close,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .button-theme.close,.ProfileAppointment tr.inactive td.status .button-theme.is-inverse.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-inverse.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-inverse.close,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .button-theme.close,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .button-theme.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button-theme.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button-theme.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button-theme.close,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button-theme.close,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button-theme.close,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button-theme.close,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .button-theme.close,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .button-theme.close{background:rgba(80,95,121,0.05);color:#505F79}.button-theme.is-N.is-inverse:hover,.is-N.is-inverse.button:hover,.SearchTicket td.new .is-N.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-N.button.close:hover,.Alerts .alert .SearchTicket td.new .is-N.button.close:hover,.SearchTicket td.new .ProfileAppointment td.cancel .button.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.new .button.tag:hover,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .button.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .button.close:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .button.tag:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .button.close:hover,.SearchTicket td.open .is-N.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-N.button.close:hover,.Alerts .alert .SearchTicket td.open .is-N.button.close:hover,.SearchTicket td.open .ProfileAppointment td.cancel .button.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.open .button.tag:hover,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .button.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .button.close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .button.close:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .button.tag:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .button.close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .button.close:hover,.SearchShopifyOrder td.shipped .is-N.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.button.close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .button.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.unshipped .is-N.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.button.close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .button.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.fulfilled .is-N.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.button.close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .button.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .is-N.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.button.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .button.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button.close:hover,.ProfileZendesk td.new .is-N.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-N.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-N.button.close:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .button.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .button.close:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button.tag:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.open .is-N.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-N.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-N.button.close:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .button.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .button.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .button.close:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button.tag:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .button.close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button.close:hover,.ProfileAppointment td.confirmed .is-N.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-N.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-N.button.close:hover,.ProfileAppointment td.confirmed td.cancel .button.tag:hover,.ProfileAppointment td.cancel td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .button.close:hover,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .button.close:hover,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .button.close:hover,.ProfileAppointment td.confirmed tr.inactive td.status .button.tag:hover,.ProfileAppointment tr.inactive td.status td.confirmed .button.tag:hover,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .button.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .button.close:hover,.ProfileAppointment td.cancel .is-inverse.button.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.button.close:hover,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .button.close:hover,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .button.close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button.close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button.close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button.close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button.close:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .button.close:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .button.close:hover,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .button.close:hover,.ProfileAppointment tr.inactive td.status .is-inverse.button.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.button.close:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .button.close:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .button.close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button.close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button.close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button.close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button.close:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button.close:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button.close:hover,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .button.close:hover,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .button.close:hover,.SearchTicket td.new .button-theme.is-N.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-N.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-N.close:hover,.SearchTicket td.new .ProfileAppointment td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .button-theme.tag:hover,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.open .button-theme.is-N.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-N.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-N.close:hover,.SearchTicket td.open .ProfileAppointment td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel .SearchTicket td.open .button-theme.tag:hover,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .button-theme.tag:hover,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .button-theme.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-N.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-N.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-N.close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button-theme.tag:hover,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-N.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-N.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-N.close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button-theme.tag:hover,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-N.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-N.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-N.close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button-theme.tag:hover,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-N.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-N.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-N.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button-theme.tag:hover,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.ProfileZendesk td.new .button-theme.is-N.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-N.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-N.close:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button-theme.tag:hover,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.open .button-theme.is-N.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-N.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-N.close:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .button-theme.tag:hover,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button-theme.tag:hover,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button-theme.close:hover,.ProfileAppointment td.confirmed .button-theme.is-N.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-N.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-N.close:hover,.ProfileAppointment td.confirmed td.cancel .button-theme.tag:hover,.ProfileAppointment td.cancel td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .button-theme.close:hover,.ProfileAppointment td.confirmed tr.inactive td.status .button-theme.tag:hover,.ProfileAppointment tr.inactive td.status td.confirmed .button-theme.tag:hover,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .button-theme.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .button-theme.close:hover,.ProfileAppointment td.cancel .button-theme.is-inverse.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-inverse.close:hover,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-inverse.close:hover,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .button-theme.close:hover,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .button-theme.close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button-theme.close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button-theme.close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button-theme.close:hover,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button-theme.close:hover,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .button-theme.close:hover,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .button-theme.close:hover,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .button-theme.is-inverse.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-inverse.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-inverse.close:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button-theme.close:hover,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .button-theme.close:hover,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .button-theme.close:hover{background:rgba(80,95,121,0.1);cursor:pointer}.button-theme.is-N.is-inverse:active,.is-N.is-inverse.button:active,.SearchTicket td.new .is-N.button.tag:active,.SearchTicket td.new .Alerts .alert .is-N.button.close:active,.Alerts .alert .SearchTicket td.new .is-N.button.close:active,.SearchTicket td.new .ProfileAppointment td.cancel .button.tag:active,.ProfileAppointment td.cancel .SearchTicket td.new .button.tag:active,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .button.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .button.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .button.close:active,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .button.tag:active,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .button.close:active,.SearchTicket td.open .is-N.button.tag:active,.SearchTicket td.open .Alerts .alert .is-N.button.close:active,.Alerts .alert .SearchTicket td.open .is-N.button.close:active,.SearchTicket td.open .ProfileAppointment td.cancel .button.tag:active,.ProfileAppointment td.cancel .SearchTicket td.open .button.tag:active,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .button.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .button.close:active,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .button.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .button.close:active,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .button.tag:active,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .button.close:active,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .button.close:active,.SearchShopifyOrder td.shipped .is-N.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-N.button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-N.button.close:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button.tag:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .button.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .button.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.unshipped .is-N.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-N.button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-N.button.close:active,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button.tag:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .button.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .button.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button.tag:active,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.fulfilled .is-N.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-N.button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-N.button.close:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button.tag:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .button.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .button.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .is-N.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-N.button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-N.button.close:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button.tag:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .button.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .button.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button.close:active,.ProfileZendesk td.new .is-N.button.tag:active,.ProfileZendesk td.new .Alerts .alert .is-N.button.close:active,.Alerts .alert .ProfileZendesk td.new .is-N.button.close:active,.ProfileZendesk td.new .ProfileAppointment td.cancel .button.tag:active,.ProfileAppointment td.cancel .ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .button.close:active,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .button.close:active,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button.tag:active,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.open .is-N.button.tag:active,.ProfileZendesk td.open .Alerts .alert .is-N.button.close:active,.Alerts .alert .ProfileZendesk td.open .is-N.button.close:active,.ProfileZendesk td.open .ProfileAppointment td.cancel .button.tag:active,.ProfileAppointment td.cancel .ProfileZendesk td.open .button.tag:active,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .button.close:active,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .button.close:active,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button.tag:active,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .button.close:active,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button.close:active,.ProfileAppointment td.confirmed .is-N.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-N.button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-N.button.close:active,.ProfileAppointment td.confirmed td.cancel .button.tag:active,.ProfileAppointment td.cancel td.confirmed .button.tag:active,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .button.close:active,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .button.close:active,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .button.close:active,.ProfileAppointment td.confirmed tr.inactive td.status .button.tag:active,.ProfileAppointment tr.inactive td.status td.confirmed .button.tag:active,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .button.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .button.close:active,.ProfileAppointment td.cancel .is-inverse.button.tag:active,.ProfileAppointment td.cancel .Alerts .alert .is-inverse.button.close:active,.Alerts .alert .ProfileAppointment td.cancel .is-inverse.button.close:active,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .button.close:active,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .button.close:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button.close:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button.close:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button.close:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button.close:active,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .button.close:active,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .button.close:active,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .button.close:active,.ProfileAppointment tr.inactive td.status .is-inverse.button.tag:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-inverse.button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-inverse.button.close:active,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .button.close:active,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .button.close:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button.close:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button.close:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button.close:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button.close:active,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button.close:active,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button.close:active,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .button.close:active,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .button.close:active,.SearchTicket td.new .button-theme.is-N.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.is-N.close:active,.Alerts .alert .SearchTicket td.new .button-theme.is-N.close:active,.SearchTicket td.new .ProfileAppointment td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel .SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .button-theme.tag:active,.SearchTicket td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.new .button-theme.close:active,.SearchTicket td.open .button-theme.is-N.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.is-N.close:active,.Alerts .alert .SearchTicket td.open .button-theme.is-N.close:active,.SearchTicket td.open .ProfileAppointment td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel .SearchTicket td.open .button-theme.tag:active,.SearchTicket td.open .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .button-theme.tag:active,.SearchTicket td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchTicket td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchTicket td.open .button-theme.close:active,.SearchShopifyOrder td.shipped .button-theme.is-N.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-N.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-N.close:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button-theme.tag:active,.SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.shipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-N.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-N.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-N.close:active,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button-theme.tag:active,.SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-N.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-N.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-N.close:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button-theme.tag:active,.SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-N.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-N.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-N.close:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:active,.ProfileAppointment td.cancel .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button-theme.tag:active,.SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.ProfileZendesk td.new .button-theme.is-N.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.is-N.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.is-N.close:active,.ProfileZendesk td.new .ProfileAppointment td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel .ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:active,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button-theme.tag:active,.ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.new .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.open .button-theme.is-N.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.is-N.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.is-N.close:active,.ProfileZendesk td.open .ProfileAppointment td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel .ProfileZendesk td.open .button-theme.tag:active,.ProfileZendesk td.open .ProfileAppointment td.cancel .Alerts .alert .button-theme.close:active,.ProfileAppointment td.cancel .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment td.cancel .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button-theme.tag:active,.ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.ProfileZendesk td.open .Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .button-theme.close:active,.ProfileAppointment td.confirmed .button-theme.is-N.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-N.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-N.close:active,.ProfileAppointment td.confirmed td.cancel .button-theme.tag:active,.ProfileAppointment td.cancel td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed td.cancel .Alerts .alert .button-theme.close:active,.ProfileAppointment td.cancel .Alerts .alert td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed td.cancel .button-theme.close:active,.Alerts .alert .ProfileAppointment td.cancel td.confirmed .button-theme.close:active,.ProfileAppointment td.confirmed tr.inactive td.status .button-theme.tag:active,.ProfileAppointment tr.inactive td.status td.confirmed .button-theme.tag:active,.ProfileAppointment td.confirmed tr.inactive td.status .Alerts .alert .button-theme.close:active,.ProfileAppointment tr.inactive td.status .Alerts .alert td.confirmed .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed tr.inactive td.status .button-theme.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status td.confirmed .button-theme.close:active,.ProfileAppointment td.cancel .button-theme.is-inverse.tag:active,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-inverse.close:active,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-inverse.close:active,.ProfileAppointment td.cancel .SearchTicket td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.new .ProfileAppointment td.cancel .button-theme.close:active,.ProfileAppointment td.cancel .SearchTicket td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.open .ProfileAppointment td.cancel .button-theme.close:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment td.cancel .button-theme.close:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment td.cancel .button-theme.close:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment td.cancel .button-theme.close:active,.ProfileAppointment td.cancel .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment td.cancel .button-theme.close:active,.ProfileAppointment td.cancel .ProfileZendesk td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment td.cancel .button-theme.close:active,.ProfileAppointment td.cancel .ProfileZendesk td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment td.cancel .button-theme.close:active,.ProfileAppointment td.cancel td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert td.cancel .button-theme.close:active,.ProfileAppointment tr.inactive td.status .button-theme.is-inverse.tag:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-inverse.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-inverse.close:active,.ProfileAppointment tr.inactive td.status .SearchTicket td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.new .ProfileAppointment tr.inactive td.status .button-theme.close:active,.ProfileAppointment tr.inactive td.status .SearchTicket td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.open .ProfileAppointment tr.inactive td.status .button-theme.close:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .ProfileAppointment tr.inactive td.status .button-theme.close:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .ProfileAppointment tr.inactive td.status .button-theme.close:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .ProfileAppointment tr.inactive td.status .button-theme.close:active,.ProfileAppointment tr.inactive td.status .SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .ProfileAppointment tr.inactive td.status .button-theme.close:active,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .ProfileAppointment tr.inactive td.status .button-theme.close:active,.ProfileAppointment tr.inactive td.status .ProfileZendesk td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .ProfileAppointment tr.inactive td.status .button-theme.close:active,.ProfileAppointment tr.inactive td.status td.confirmed .Alerts .alert .button-theme.close:active,.ProfileAppointment td.confirmed .Alerts .alert tr.inactive td.status .button-theme.close:active{background:rgba(80,95,121,0.15);cursor:pointer}.button-theme.is-N.is-link,.is-N.is-link.button,.ProfileAppointment td.cancel .is-link.button.tag,.ProfileAppointment td.cancel .Alerts .alert .is-link.button.close,.Alerts .alert .ProfileAppointment td.cancel .is-link.button.close,.ProfileAppointment tr.inactive td.status .is-link.button.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-link.button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-link.button.close,.ProfileAppointment td.cancel .button-theme.is-link.tag,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-link.close,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-link.close,.ProfileAppointment tr.inactive td.status .button-theme.is-link.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-link.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-link.close{background:rgba(80,95,121,0);color:#505F79}.button-theme.is-N.is-link:hover,.is-N.is-link.button:hover,.ProfileAppointment td.cancel .is-link.button.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .is-link.button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .is-link.button.close:hover,.ProfileAppointment tr.inactive td.status .is-link.button.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-link.button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-link.button.close:hover,.ProfileAppointment td.cancel .button-theme.is-link.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-link.close:hover,.ProfileAppointment tr.inactive td.status .button-theme.is-link.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-link.close:hover{cursor:pointer;text-decoration:underline}.button-theme.is-N.is-ghost,.is-N.is-ghost.button,.ProfileAppointment td.cancel .is-ghost.button.tag,.ProfileAppointment td.cancel .Alerts .alert .is-ghost.button.close,.Alerts .alert .ProfileAppointment td.cancel .is-ghost.button.close,.ProfileAppointment tr.inactive td.status .is-ghost.button.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-ghost.button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-ghost.button.close,.ProfileAppointment td.cancel .button-theme.is-ghost.tag,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-ghost.close,.ProfileAppointment tr.inactive td.status .button-theme.is-ghost.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-ghost.close{color:#505F79;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.button-theme.is-N.is-ghost:hover,.is-N.is-ghost.button:hover,.ProfileAppointment td.cancel .is-ghost.button.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .is-ghost.button.close:hover,.ProfileAppointment tr.inactive td.status .is-ghost.button.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-ghost.button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-ghost.button.close:hover,.ProfileAppointment td.cancel .button-theme.is-ghost.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-ghost.close:hover,.ProfileAppointment tr.inactive td.status .button-theme.is-ghost.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-ghost.close:hover{background:#FAFBFC}.button-theme.is-N.is-ghost:active,.is-N.is-ghost.button:active,.ProfileAppointment td.cancel .is-ghost.button.tag:active,.ProfileAppointment td.cancel .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .ProfileAppointment td.cancel .is-ghost.button.close:active,.ProfileAppointment tr.inactive td.status .is-ghost.button.tag:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-ghost.button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-ghost.button.close:active,.ProfileAppointment td.cancel .button-theme.is-ghost.tag:active,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-ghost.close:active,.ProfileAppointment tr.inactive td.status .button-theme.is-ghost.tag:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-ghost.close:active{background:#F4F5F7}.button-theme.is-N.is-outlined,.is-N.is-outlined.button,.ProfileAppointment td.cancel .is-outlined.button.tag,.ProfileAppointment td.cancel .Alerts .alert .is-outlined.button.close,.Alerts .alert .ProfileAppointment td.cancel .is-outlined.button.close,.ProfileAppointment tr.inactive td.status .is-outlined.button.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-outlined.button.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-outlined.button.close,.ProfileAppointment td.cancel .button-theme.is-outlined.tag,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-outlined.close,.ProfileAppointment tr.inactive td.status .button-theme.is-outlined.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-outlined.close{color:#505F79;background:none;box-shadow:inset 0 0 0 1px #505F79}.button-theme.is-N.is-outlined:hover,.is-N.is-outlined.button:hover,.ProfileAppointment td.cancel .is-outlined.button.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .ProfileAppointment td.cancel .is-outlined.button.close:hover,.ProfileAppointment tr.inactive td.status .is-outlined.button.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-outlined.button.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-outlined.button.close:hover,.ProfileAppointment td.cancel .button-theme.is-outlined.tag:hover,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-outlined.close:hover,.ProfileAppointment tr.inactive td.status .button-theme.is-outlined.tag:hover,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-outlined.close:hover{background:rgba(80,95,121,0.1)}.button-theme.is-N.is-outlined:active,.is-N.is-outlined.button:active,.ProfileAppointment td.cancel .is-outlined.button.tag:active,.ProfileAppointment td.cancel .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .ProfileAppointment td.cancel .is-outlined.button.close:active,.ProfileAppointment tr.inactive td.status .is-outlined.button.tag:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .is-outlined.button.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .is-outlined.button.close:active,.ProfileAppointment td.cancel .button-theme.is-outlined.tag:active,.ProfileAppointment td.cancel .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .ProfileAppointment td.cancel .button-theme.is-outlined.close:active,.ProfileAppointment tr.inactive td.status .button-theme.is-outlined.tag:active,.ProfileAppointment tr.inactive td.status .Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .ProfileAppointment tr.inactive td.status .button-theme.is-outlined.close:active{background:rgba(80,95,121,0.2)}.button-theme.is-N2,.Alerts .alert .button-theme.close,.Alerts .alert .close.button,.is-N2.button{background:#7A869A;color:#fff}.button-theme.is-N2:hover,.Alerts .alert .button-theme.close:hover,.Alerts .alert .close.button:hover,.is-N2.button:hover{background:#8691a3;cursor:pointer}.button-theme.is-N2:active,.Alerts .alert .button-theme.close:active,.Alerts .alert .close.button:active,.is-N2.button:active{background:#6e7b91}.button-theme.is-N2.is-inverse,.Alerts .alert .button-theme.is-inverse.close,.Alerts .alert .is-inverse.close.button,.is-N2.is-inverse.button,.SearchTicket td.new .is-N2.button.tag,.SearchTicket td.new .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.new .button.close,.SearchTicket td.open .is-N2.button.tag,.SearchTicket td.open .Alerts .alert .button.close,.Alerts .alert .SearchTicket td.open .button.close,.SearchShopifyOrder td.shipped .is-N2.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.shipped .button.close,.SearchShopifyOrder td.unshipped .is-N2.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button.close,.SearchShopifyOrder td.fulfilled .is-N2.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button.close,.SearchShopifyOrder td.unfulfilled .is-N2.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close,.ProfileZendesk td.new .is-N2.button.tag,.ProfileZendesk td.new .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.new .button.close,.ProfileZendesk td.open .is-N2.button.tag,.ProfileZendesk td.open .Alerts .alert .button.close,.Alerts .alert .ProfileZendesk td.open .button.close,.ProfileAppointment td.confirmed .is-N2.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .button.close,.Alerts .alert .ProfileAppointment td.confirmed .button.close,.SearchTicket td.new .button-theme.is-N2.tag,.SearchTicket td.new .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.new .button-theme.close,.SearchTicket td.open .button-theme.is-N2.tag,.SearchTicket td.open .Alerts .alert .button-theme.close,.Alerts .alert .SearchTicket td.open .button-theme.close,.SearchShopifyOrder td.shipped .button-theme.is-N2.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close,.SearchShopifyOrder td.unshipped .button-theme.is-N2.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close,.SearchShopifyOrder td.fulfilled .button-theme.is-N2.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-N2.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close,.ProfileZendesk td.new .button-theme.is-N2.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.new .button-theme.close,.ProfileZendesk td.open .button-theme.is-N2.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.close,.Alerts .alert .ProfileZendesk td.open .button-theme.close,.ProfileAppointment td.confirmed .button-theme.is-N2.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.close{background:rgba(122,134,154,0.05);color:#7A869A}.button-theme.is-N2.is-inverse:hover,.Alerts .alert .button-theme.is-inverse.close:hover,.Alerts .alert .is-inverse.close.button:hover,.is-N2.is-inverse.button:hover,.SearchTicket td.new .is-N2.button.tag:hover,.SearchTicket td.new .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.new .button.close:hover,.SearchTicket td.open .is-N2.button.tag:hover,.SearchTicket td.open .Alerts .alert .button.close:hover,.Alerts .alert .SearchTicket td.open .button.close:hover,.SearchShopifyOrder td.shipped .is-N2.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button.close:hover,.SearchShopifyOrder td.unshipped .is-N2.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button.close:hover,.SearchShopifyOrder td.fulfilled .is-N2.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:hover,.SearchShopifyOrder td.unfulfilled .is-N2.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:hover,.ProfileZendesk td.new .is-N2.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.new .button.close:hover,.ProfileZendesk td.open .is-N2.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .button.close:hover,.Alerts .alert .ProfileZendesk td.open .button.close:hover,.ProfileAppointment td.confirmed .is-N2.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button.close:hover,.SearchTicket td.new .button-theme.is-N2.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.close:hover,.SearchTicket td.open .button-theme.is-N2.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-N2.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-N2.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-N2.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-N2.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:hover,.ProfileZendesk td.new .button-theme.is-N2.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.close:hover,.ProfileZendesk td.open .button-theme.is-N2.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.close:hover,.ProfileAppointment td.confirmed .button-theme.is-N2.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:hover{background:rgba(122,134,154,0.1);cursor:pointer}.button-theme.is-N2.is-inverse:active,.Alerts .alert .button-theme.is-inverse.close:active,.Alerts .alert .is-inverse.close.button:active,.is-N2.is-inverse.button:active,.SearchTicket td.new .is-N2.button.tag:active,.SearchTicket td.new .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.new .button.close:active,.SearchTicket td.open .is-N2.button.tag:active,.SearchTicket td.open .Alerts .alert .button.close:active,.Alerts .alert .SearchTicket td.open .button.close:active,.SearchShopifyOrder td.shipped .is-N2.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button.close:active,.SearchShopifyOrder td.unshipped .is-N2.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button.close:active,.SearchShopifyOrder td.fulfilled .is-N2.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button.close:active,.SearchShopifyOrder td.unfulfilled .is-N2.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button.close:active,.ProfileZendesk td.new .is-N2.button.tag:active,.ProfileZendesk td.new .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.new .button.close:active,.ProfileZendesk td.open .is-N2.button.tag:active,.ProfileZendesk td.open .Alerts .alert .button.close:active,.Alerts .alert .ProfileZendesk td.open .button.close:active,.ProfileAppointment td.confirmed .is-N2.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button.close:active,.SearchTicket td.new .button-theme.is-N2.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.new .button-theme.close:active,.SearchTicket td.open .button-theme.is-N2.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchTicket td.open .button-theme.close:active,.SearchShopifyOrder td.shipped .button-theme.is-N2.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-N2.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-N2.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-N2.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.close:active,.ProfileZendesk td.new .button-theme.is-N2.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.close:active,.ProfileZendesk td.open .button-theme.is-N2.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.close:active,.ProfileAppointment td.confirmed .button-theme.is-N2.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.close:active{background:rgba(122,134,154,0.15);cursor:pointer}.button-theme.is-N2.is-link,.Alerts .alert .button-theme.is-link.close,.Alerts .alert .is-link.close.button,.is-N2.is-link.button{background:rgba(122,134,154,0);color:#7A869A}.button-theme.is-N2.is-link:hover,.Alerts .alert .button-theme.is-link.close:hover,.Alerts .alert .is-link.close.button:hover,.is-N2.is-link.button:hover{cursor:pointer;text-decoration:underline}.button-theme.is-N2.is-ghost,.Alerts .alert .button-theme.is-ghost.close,.Alerts .alert .is-ghost.close.button,.is-N2.is-ghost.button{color:#7A869A;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.button-theme.is-N2.is-ghost:hover,.Alerts .alert .button-theme.is-ghost.close:hover,.Alerts .alert .is-ghost.close.button:hover,.is-N2.is-ghost.button:hover{background:#FAFBFC}.button-theme.is-N2.is-ghost:active,.Alerts .alert .button-theme.is-ghost.close:active,.Alerts .alert .is-ghost.close.button:active,.is-N2.is-ghost.button:active{background:#F4F5F7}.button-theme.is-N2.is-outlined,.Alerts .alert .button-theme.is-outlined.close,.Alerts .alert .is-outlined.close.button,.is-N2.is-outlined.button{color:#7A869A;background:none;box-shadow:inset 0 0 0 1px #7A869A}.button-theme.is-N2.is-outlined:hover,.Alerts .alert .button-theme.is-outlined.close:hover,.Alerts .alert .is-outlined.close.button:hover,.is-N2.is-outlined.button:hover{background:rgba(122,134,154,0.1)}.button-theme.is-N2.is-outlined:active,.Alerts .alert .button-theme.is-outlined.close:active,.Alerts .alert .is-outlined.close.button:active,.is-N2.is-outlined.button:active{background:rgba(122,134,154,0.2)}.button-theme.is-W,.is-W.button{background:#fff;color:#fff}.button-theme.is-W:hover,.is-W.button:hover{background:#fff;cursor:pointer}.button-theme.is-W:active,.is-W.button:active{background:#f5f5f5}.button-theme.is-W.is-inverse,.is-W.is-inverse.button,.SearchTicket td.new .is-W.button.tag,.SearchTicket td.new .Alerts .alert .is-W.button.close,.Alerts .alert .SearchTicket td.new .is-W.button.close,.SearchTicket td.open .is-W.button.tag,.SearchTicket td.open .Alerts .alert .is-W.button.close,.Alerts .alert .SearchTicket td.open .is-W.button.close,.SearchShopifyOrder td.shipped .is-W.button.tag,.SearchShopifyOrder td.shipped .Alerts .alert .is-W.button.close,.Alerts .alert .SearchShopifyOrder td.shipped .is-W.button.close,.SearchShopifyOrder td.unshipped .is-W.button.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .is-W.button.close,.Alerts .alert .SearchShopifyOrder td.unshipped .is-W.button.close,.SearchShopifyOrder td.fulfilled .is-W.button.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-W.button.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-W.button.close,.SearchShopifyOrder td.unfulfilled .is-W.button.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-W.button.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-W.button.close,.ProfileZendesk td.new .is-W.button.tag,.ProfileZendesk td.new .Alerts .alert .is-W.button.close,.Alerts .alert .ProfileZendesk td.new .is-W.button.close,.ProfileZendesk td.open .is-W.button.tag,.ProfileZendesk td.open .Alerts .alert .is-W.button.close,.Alerts .alert .ProfileZendesk td.open .is-W.button.close,.ProfileAppointment td.confirmed .is-W.button.tag,.ProfileAppointment td.confirmed .Alerts .alert .is-W.button.close,.Alerts .alert .ProfileAppointment td.confirmed .is-W.button.close,.SearchTicket td.new .button-theme.is-W.tag,.SearchTicket td.new .Alerts .alert .button-theme.is-W.close,.Alerts .alert .SearchTicket td.new .button-theme.is-W.close,.SearchTicket td.open .button-theme.is-W.tag,.SearchTicket td.open .Alerts .alert .button-theme.is-W.close,.Alerts .alert .SearchTicket td.open .button-theme.is-W.close,.SearchShopifyOrder td.shipped .button-theme.is-W.tag,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-W.close,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-W.close,.SearchShopifyOrder td.unshipped .button-theme.is-W.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-W.close,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-W.close,.SearchShopifyOrder td.fulfilled .button-theme.is-W.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-W.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-W.close,.SearchShopifyOrder td.unfulfilled .button-theme.is-W.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-W.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-W.close,.ProfileZendesk td.new .button-theme.is-W.tag,.ProfileZendesk td.new .Alerts .alert .button-theme.is-W.close,.Alerts .alert .ProfileZendesk td.new .button-theme.is-W.close,.ProfileZendesk td.open .button-theme.is-W.tag,.ProfileZendesk td.open .Alerts .alert .button-theme.is-W.close,.Alerts .alert .ProfileZendesk td.open .button-theme.is-W.close,.ProfileAppointment td.confirmed .button-theme.is-W.tag,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-W.close,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-W.close{background:rgba(255,255,255,0.05);color:#fff}.button-theme.is-W.is-inverse:hover,.is-W.is-inverse.button:hover,.SearchTicket td.new .is-W.button.tag:hover,.SearchTicket td.new .Alerts .alert .is-W.button.close:hover,.Alerts .alert .SearchTicket td.new .is-W.button.close:hover,.SearchTicket td.open .is-W.button.tag:hover,.SearchTicket td.open .Alerts .alert .is-W.button.close:hover,.Alerts .alert .SearchTicket td.open .is-W.button.close:hover,.SearchShopifyOrder td.shipped .is-W.button.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .is-W.button.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .is-W.button.close:hover,.SearchShopifyOrder td.unshipped .is-W.button.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .is-W.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .is-W.button.close:hover,.SearchShopifyOrder td.fulfilled .is-W.button.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-W.button.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-W.button.close:hover,.SearchShopifyOrder td.unfulfilled .is-W.button.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-W.button.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-W.button.close:hover,.ProfileZendesk td.new .is-W.button.tag:hover,.ProfileZendesk td.new .Alerts .alert .is-W.button.close:hover,.Alerts .alert .ProfileZendesk td.new .is-W.button.close:hover,.ProfileZendesk td.open .is-W.button.tag:hover,.ProfileZendesk td.open .Alerts .alert .is-W.button.close:hover,.Alerts .alert .ProfileZendesk td.open .is-W.button.close:hover,.ProfileAppointment td.confirmed .is-W.button.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .is-W.button.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .is-W.button.close:hover,.SearchTicket td.new .button-theme.is-W.tag:hover,.SearchTicket td.new .Alerts .alert .button-theme.is-W.close:hover,.Alerts .alert .SearchTicket td.new .button-theme.is-W.close:hover,.SearchTicket td.open .button-theme.is-W.tag:hover,.SearchTicket td.open .Alerts .alert .button-theme.is-W.close:hover,.Alerts .alert .SearchTicket td.open .button-theme.is-W.close:hover,.SearchShopifyOrder td.shipped .button-theme.is-W.tag:hover,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-W.close:hover,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-W.close:hover,.SearchShopifyOrder td.unshipped .button-theme.is-W.tag:hover,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-W.close:hover,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-W.close:hover,.SearchShopifyOrder td.fulfilled .button-theme.is-W.tag:hover,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-W.close:hover,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-W.close:hover,.SearchShopifyOrder td.unfulfilled .button-theme.is-W.tag:hover,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-W.close:hover,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-W.close:hover,.ProfileZendesk td.new .button-theme.is-W.tag:hover,.ProfileZendesk td.new .Alerts .alert .button-theme.is-W.close:hover,.Alerts .alert .ProfileZendesk td.new .button-theme.is-W.close:hover,.ProfileZendesk td.open .button-theme.is-W.tag:hover,.ProfileZendesk td.open .Alerts .alert .button-theme.is-W.close:hover,.Alerts .alert .ProfileZendesk td.open .button-theme.is-W.close:hover,.ProfileAppointment td.confirmed .button-theme.is-W.tag:hover,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-W.close:hover,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-W.close:hover{background:rgba(255,255,255,0.1);cursor:pointer}.button-theme.is-W.is-inverse:active,.is-W.is-inverse.button:active,.SearchTicket td.new .is-W.button.tag:active,.SearchTicket td.new .Alerts .alert .is-W.button.close:active,.Alerts .alert .SearchTicket td.new .is-W.button.close:active,.SearchTicket td.open .is-W.button.tag:active,.SearchTicket td.open .Alerts .alert .is-W.button.close:active,.Alerts .alert .SearchTicket td.open .is-W.button.close:active,.SearchShopifyOrder td.shipped .is-W.button.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .is-W.button.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .is-W.button.close:active,.SearchShopifyOrder td.unshipped .is-W.button.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .is-W.button.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .is-W.button.close:active,.SearchShopifyOrder td.fulfilled .is-W.button.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .is-W.button.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .is-W.button.close:active,.SearchShopifyOrder td.unfulfilled .is-W.button.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .is-W.button.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .is-W.button.close:active,.ProfileZendesk td.new .is-W.button.tag:active,.ProfileZendesk td.new .Alerts .alert .is-W.button.close:active,.Alerts .alert .ProfileZendesk td.new .is-W.button.close:active,.ProfileZendesk td.open .is-W.button.tag:active,.ProfileZendesk td.open .Alerts .alert .is-W.button.close:active,.Alerts .alert .ProfileZendesk td.open .is-W.button.close:active,.ProfileAppointment td.confirmed .is-W.button.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .is-W.button.close:active,.Alerts .alert .ProfileAppointment td.confirmed .is-W.button.close:active,.SearchTicket td.new .button-theme.is-W.tag:active,.SearchTicket td.new .Alerts .alert .button-theme.is-W.close:active,.Alerts .alert .SearchTicket td.new .button-theme.is-W.close:active,.SearchTicket td.open .button-theme.is-W.tag:active,.SearchTicket td.open .Alerts .alert .button-theme.is-W.close:active,.Alerts .alert .SearchTicket td.open .button-theme.is-W.close:active,.SearchShopifyOrder td.shipped .button-theme.is-W.tag:active,.SearchShopifyOrder td.shipped .Alerts .alert .button-theme.is-W.close:active,.Alerts .alert .SearchShopifyOrder td.shipped .button-theme.is-W.close:active,.SearchShopifyOrder td.unshipped .button-theme.is-W.tag:active,.SearchShopifyOrder td.unshipped .Alerts .alert .button-theme.is-W.close:active,.Alerts .alert .SearchShopifyOrder td.unshipped .button-theme.is-W.close:active,.SearchShopifyOrder td.fulfilled .button-theme.is-W.tag:active,.SearchShopifyOrder td.fulfilled .Alerts .alert .button-theme.is-W.close:active,.Alerts .alert .SearchShopifyOrder td.fulfilled .button-theme.is-W.close:active,.SearchShopifyOrder td.unfulfilled .button-theme.is-W.tag:active,.SearchShopifyOrder td.unfulfilled .Alerts .alert .button-theme.is-W.close:active,.Alerts .alert .SearchShopifyOrder td.unfulfilled .button-theme.is-W.close:active,.ProfileZendesk td.new .button-theme.is-W.tag:active,.ProfileZendesk td.new .Alerts .alert .button-theme.is-W.close:active,.Alerts .alert .ProfileZendesk td.new .button-theme.is-W.close:active,.ProfileZendesk td.open .button-theme.is-W.tag:active,.ProfileZendesk td.open .Alerts .alert .button-theme.is-W.close:active,.Alerts .alert .ProfileZendesk td.open .button-theme.is-W.close:active,.ProfileAppointment td.confirmed .button-theme.is-W.tag:active,.ProfileAppointment td.confirmed .Alerts .alert .button-theme.is-W.close:active,.Alerts .alert .ProfileAppointment td.confirmed .button-theme.is-W.close:active{background:rgba(255,255,255,0.15);cursor:pointer}.button-theme.is-W.is-link,.is-W.is-link.button{background:rgba(255,255,255,0);color:#fff}.button-theme.is-W.is-link:hover,.is-W.is-link.button:hover{cursor:pointer;text-decoration:underline}.button-theme.is-W.is-ghost,.is-W.is-ghost.button{color:#fff;background:none;box-shadow:inset 0 0 0 1px #DFE1E5}.button-theme.is-W.is-ghost:hover,.is-W.is-ghost.button:hover{background:#FAFBFC}.button-theme.is-W.is-ghost:active,.is-W.is-ghost.button:active{background:#F4F5F7}.button-theme.is-W.is-outlined,.is-W.is-outlined.button{color:#fff;background:none;box-shadow:inset 0 0 0 1px #fff}.button-theme.is-W.is-outlined:hover,.is-W.is-outlined.button:hover{background:rgba(255,255,255,0.1)}.button-theme.is-W.is-outlined:active,.is-W.is-outlined.button:active{background:rgba(255,255,255,0.2)}.flag-theme.is-R,.is-R.flag,.SearchTicket td.solved .flag.tag,.SearchTicket td.solved .Alerts .alert .flag.close,.Alerts .alert .SearchTicket td.solved .flag.close,.ProfileZendesk td.solved .flag.tag,.ProfileZendesk td.solved .Alerts .alert .flag.close,.Alerts .alert .ProfileZendesk td.solved .flag.close,.SearchTicket td.solved .flag-theme.tag,.SearchTicket td.solved .Alerts .alert .flag-theme.close,.Alerts .alert .SearchTicket td.solved .flag-theme.close,.ProfileZendesk td.solved .flag-theme.tag,.ProfileZendesk td.solved .Alerts .alert .flag-theme.close,.Alerts .alert .ProfileZendesk td.solved .flag-theme.close{background:#FF5630;color:#fff}.flag-theme.is-Y,.is-Y.flag{background:#FF8B00;color:#fff}.flag-theme.is-G,.is-G.flag,.SearchTicket td.new .flag.tag,.SearchTicket td.new .Alerts .alert .flag.close,.Alerts .alert .SearchTicket td.new .flag.close,.SearchTicket td.pending .flag.tag,.SearchTicket td.pending .Alerts .alert .flag.close,.Alerts .alert .SearchTicket td.pending .flag.close,.SearchShopifyOrder td.shipped .flag.tag,.SearchShopifyOrder td.shipped .Alerts .alert .flag.close,.Alerts .alert .SearchShopifyOrder td.shipped .flag.close,.SearchShopifyOrder td.fulfilled .flag.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .flag.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .flag.close,.ProfileZendesk td.new .flag.tag,.ProfileZendesk td.new .Alerts .alert .flag.close,.Alerts .alert .ProfileZendesk td.new .flag.close,.ProfileZendesk td.pending .flag.tag,.ProfileZendesk td.pending .Alerts .alert .flag.close,.Alerts .alert .ProfileZendesk td.pending .flag.close,.ProfileAppointment td.pending .flag.tag,.ProfileAppointment td.pending .Alerts .alert .flag.close,.Alerts .alert .ProfileAppointment td.pending .flag.close,.SearchTicket td.new .flag-theme.tag,.SearchTicket td.new .Alerts .alert .flag-theme.close,.Alerts .alert .SearchTicket td.new .flag-theme.close,.SearchTicket td.pending .flag-theme.tag,.SearchTicket td.pending .Alerts .alert .flag-theme.close,.Alerts .alert .SearchTicket td.pending .flag-theme.close,.SearchShopifyOrder td.shipped .flag-theme.tag,.SearchShopifyOrder td.shipped .Alerts .alert .flag-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .flag-theme.close,.SearchShopifyOrder td.fulfilled .flag-theme.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .flag-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .flag-theme.close,.ProfileZendesk td.new .flag-theme.tag,.ProfileZendesk td.new .Alerts .alert .flag-theme.close,.Alerts .alert .ProfileZendesk td.new .flag-theme.close,.ProfileZendesk td.pending .flag-theme.tag,.ProfileZendesk td.pending .Alerts .alert .flag-theme.close,.Alerts .alert .ProfileZendesk td.pending .flag-theme.close,.ProfileAppointment td.pending .flag-theme.tag,.ProfileAppointment td.pending .Alerts .alert .flag-theme.close,.Alerts .alert .ProfileAppointment td.pending .flag-theme.close{background:#36B37E;color:#fff}.flag-theme.is-T,.is-T.flag{background:#00B8D9;color:#fff}.flag-theme.is-P,.is-P.flag{background:#6554C0;color:#fff}.flag-theme.is-B,.is-B.flag,.SearchTicket td.open .flag.tag,.SearchTicket td.open .Alerts .alert .flag.close,.Alerts .alert .SearchTicket td.open .flag.close,.SearchShopifyOrder td.unshipped .flag.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .flag.close,.Alerts .alert .SearchShopifyOrder td.unshipped .flag.close,.SearchShopifyOrder td.unfulfilled .flag.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .flag.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .flag.close,.ProfileZendesk td.open .flag.tag,.ProfileZendesk td.open .Alerts .alert .flag.close,.Alerts .alert .ProfileZendesk td.open .flag.close,.ProfileAppointment td.confirmed .flag.tag,.ProfileAppointment td.confirmed .Alerts .alert .flag.close,.Alerts .alert .ProfileAppointment td.confirmed .flag.close,.SearchTicket td.open .flag-theme.tag,.SearchTicket td.open .Alerts .alert .flag-theme.close,.Alerts .alert .SearchTicket td.open .flag-theme.close,.SearchShopifyOrder td.unshipped .flag-theme.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .flag-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .flag-theme.close,.SearchShopifyOrder td.unfulfilled .flag-theme.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .flag-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .flag-theme.close,.ProfileZendesk td.open .flag-theme.tag,.ProfileZendesk td.open .Alerts .alert .flag-theme.close,.Alerts .alert .ProfileZendesk td.open .flag-theme.close,.ProfileAppointment td.confirmed .flag-theme.tag,.ProfileAppointment td.confirmed .Alerts .alert .flag-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .flag-theme.close{background:#0052CC;color:#fff}.flag-theme.is-N,.is-N.flag,.ProfileAppointment td.cancel .flag.tag,.ProfileAppointment td.cancel .Alerts .alert .flag.close,.Alerts .alert .ProfileAppointment td.cancel .flag.close,.ProfileAppointment tr.inactive td.status .flag.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .flag.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .flag.close,.ProfileAppointment td.cancel .flag-theme.tag,.ProfileAppointment td.cancel .Alerts .alert .flag-theme.close,.Alerts .alert .ProfileAppointment td.cancel .flag-theme.close,.ProfileAppointment tr.inactive td.status .flag-theme.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .flag-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .flag-theme.close{background:#505F79;color:#fff}.flag-theme.is-N2,.Alerts .alert .flag-theme.close,.Alerts .alert .close.flag,.is-N2.flag{background:#7A869A;color:#fff}.flag-theme.is-W,.is-W.flag{background:#fff;color:#fff}.text-theme.is-R,.is-R.flag-icon,.SearchTicket td.solved .flag-icon.tag,.SearchTicket td.solved .Alerts .alert .flag-icon.close,.Alerts .alert .SearchTicket td.solved .flag-icon.close,.ProfileZendesk td.solved .flag-icon.tag,.ProfileZendesk td.solved .Alerts .alert .flag-icon.close,.Alerts .alert .ProfileZendesk td.solved .flag-icon.close,.SearchTicket td.solved .text-theme.tag,.SearchTicket td.solved .Alerts .alert .text-theme.close,.Alerts .alert .SearchTicket td.solved .text-theme.close,.ProfileZendesk td.solved .text-theme.tag,.ProfileZendesk td.solved .Alerts .alert .text-theme.close,.Alerts .alert .ProfileZendesk td.solved .text-theme.close{color:#FF5630}.text-theme.is-Y,.is-Y.flag-icon{color:#FF8B00}.text-theme.is-G,.is-G.flag-icon,.SearchTicket td.new .flag-icon.tag,.SearchTicket td.new .Alerts .alert .flag-icon.close,.Alerts .alert .SearchTicket td.new .flag-icon.close,.SearchTicket td.pending .flag-icon.tag,.SearchTicket td.pending .Alerts .alert .flag-icon.close,.Alerts .alert .SearchTicket td.pending .flag-icon.close,.SearchShopifyOrder td.shipped .flag-icon.tag,.SearchShopifyOrder td.shipped .Alerts .alert .flag-icon.close,.Alerts .alert .SearchShopifyOrder td.shipped .flag-icon.close,.SearchShopifyOrder td.fulfilled .flag-icon.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .flag-icon.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .flag-icon.close,.ProfileZendesk td.new .flag-icon.tag,.ProfileZendesk td.new .Alerts .alert .flag-icon.close,.Alerts .alert .ProfileZendesk td.new .flag-icon.close,.ProfileZendesk td.pending .flag-icon.tag,.ProfileZendesk td.pending .Alerts .alert .flag-icon.close,.Alerts .alert .ProfileZendesk td.pending .flag-icon.close,.ProfileAppointment td.pending .flag-icon.tag,.ProfileAppointment td.pending .Alerts .alert .flag-icon.close,.Alerts .alert .ProfileAppointment td.pending .flag-icon.close,.SearchTicket td.new .text-theme.tag,.SearchTicket td.new .Alerts .alert .text-theme.close,.Alerts .alert .SearchTicket td.new .text-theme.close,.SearchTicket td.pending .text-theme.tag,.SearchTicket td.pending .Alerts .alert .text-theme.close,.Alerts .alert .SearchTicket td.pending .text-theme.close,.SearchShopifyOrder td.shipped .text-theme.tag,.SearchShopifyOrder td.shipped .Alerts .alert .text-theme.close,.Alerts .alert .SearchShopifyOrder td.shipped .text-theme.close,.SearchShopifyOrder td.fulfilled .text-theme.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .text-theme.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .text-theme.close,.ProfileZendesk td.new .text-theme.tag,.ProfileZendesk td.new .Alerts .alert .text-theme.close,.Alerts .alert .ProfileZendesk td.new .text-theme.close,.ProfileZendesk td.pending .text-theme.tag,.ProfileZendesk td.pending .Alerts .alert .text-theme.close,.Alerts .alert .ProfileZendesk td.pending .text-theme.close,.ProfileAppointment td.pending .text-theme.tag,.ProfileAppointment td.pending .Alerts .alert .text-theme.close,.Alerts .alert .ProfileAppointment td.pending .text-theme.close{color:#36B37E}.text-theme.is-T,.is-T.flag-icon{color:#00B8D9}.text-theme.is-P,.is-P.flag-icon{color:#6554C0}.text-theme.is-B,.is-B.flag-icon,.SearchTicket td.open .flag-icon.tag,.SearchTicket td.open .Alerts .alert .flag-icon.close,.Alerts .alert .SearchTicket td.open .flag-icon.close,.SearchShopifyOrder td.unshipped .flag-icon.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .flag-icon.close,.Alerts .alert .SearchShopifyOrder td.unshipped .flag-icon.close,.SearchShopifyOrder td.unfulfilled .flag-icon.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .flag-icon.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .flag-icon.close,.ProfileZendesk td.open .flag-icon.tag,.ProfileZendesk td.open .Alerts .alert .flag-icon.close,.Alerts .alert .ProfileZendesk td.open .flag-icon.close,.ProfileAppointment td.confirmed .flag-icon.tag,.ProfileAppointment td.confirmed .Alerts .alert .flag-icon.close,.Alerts .alert .ProfileAppointment td.confirmed .flag-icon.close,.SearchTicket td.open .text-theme.tag,.SearchTicket td.open .Alerts .alert .text-theme.close,.Alerts .alert .SearchTicket td.open .text-theme.close,.SearchShopifyOrder td.unshipped .text-theme.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .text-theme.close,.Alerts .alert .SearchShopifyOrder td.unshipped .text-theme.close,.SearchShopifyOrder td.unfulfilled .text-theme.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .text-theme.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .text-theme.close,.ProfileZendesk td.open .text-theme.tag,.ProfileZendesk td.open .Alerts .alert .text-theme.close,.Alerts .alert .ProfileZendesk td.open .text-theme.close,.ProfileAppointment td.confirmed .text-theme.tag,.ProfileAppointment td.confirmed .Alerts .alert .text-theme.close,.Alerts .alert .ProfileAppointment td.confirmed .text-theme.close{color:#0052CC}.text-theme.is-N,.is-N.flag-icon,.ProfileAppointment td.cancel .flag-icon.tag,.ProfileAppointment td.cancel .Alerts .alert .flag-icon.close,.Alerts .alert .ProfileAppointment td.cancel .flag-icon.close,.ProfileAppointment tr.inactive td.status .flag-icon.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .flag-icon.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .flag-icon.close,.ProfileAppointment td.cancel .text-theme.tag,.ProfileAppointment td.cancel .Alerts .alert .text-theme.close,.Alerts .alert .ProfileAppointment td.cancel .text-theme.close,.ProfileAppointment tr.inactive td.status .text-theme.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .text-theme.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .text-theme.close{color:#505F79}.text-theme.is-N2,.Alerts .alert .text-theme.close,.Alerts .alert .close.flag-icon,.is-N2.flag-icon{color:#7A869A}.text-theme.is-W,.is-W.flag-icon{color:#fff}.button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:3px;background:#0065FF;user-select:none;font-size:14px;font-weight:400;color:#fff;cursor:pointer;transition:0.1s ease;line-height:1;text-decoration:none}.button.has-icon--small .Icon{width:18px;height:18px}.button.has-icon--right>.Icon,.button.has-icon--right>.iconContainer,.button.has-icon--after>.Icon,.button.has-icon--after>.iconContainer{margin-left:8px}.button.has-icon--left>.Icon,.button.has-icon--left>.iconContainer,.button.has-icon--before>.Icon,.button.has-icon--before>.iconContainer{margin-right:8px}.button.is-large,.card.is-large .button.card-section,.DragDropContext .is-large.Draggable .button.card-section,.is-large.table .button.card-section,.is-large.flag .button.card-section,.card.is-large .DragDropContext .button.Draggable,.DragDropContext .card.is-large .button.Draggable,.DragDropContext .is-large.Draggable .button.Draggable,.is-large.table .DragDropContext .button.Draggable,.DragDropContext .is-large.table .button.Draggable,.is-large.flag .DragDropContext .button.Draggable,.DragDropContext .is-large.flag .button.Draggable,.grid.is-large .button.row,.grid.is-large .button.form,.grid.is-large .button.tab-group,.grid.is-large .ProfileTier .button.tier-definition-container,.ProfileTier .grid.is-large .button.tier-definition-container,.button.size-large{padding:12px 16px}.button.is-tight,.button.size-tight{padding:4px}.button.is-small,.Alerts .alert .button.close,.card.is-small .button.card-section,.DragDropContext .is-small.Draggable .button.card-section,.is-small.table .button.card-section,.is-small.flag .button.card-section,.card.is-small .DragDropContext .button.Draggable,.DragDropContext .card.is-small .button.Draggable,.DragDropContext .is-small.Draggable .button.Draggable,.is-small.table .DragDropContext .button.Draggable,.DragDropContext .is-small.table .button.Draggable,.is-small.flag .DragDropContext .button.Draggable,.DragDropContext .is-small.flag .button.Draggable,.grid.is-small .button.row,.grid.is-small .button.form,.grid.is-small .button.tab-group,.grid.is-small .ProfileTier .button.tier-definition-container,.ProfileTier .grid.is-small .button.tier-definition-container,.button.size-small{font-size:12px;padding:8px;min-height:0}.button.is-full,.button.size-full{width:100%}.button.is-touch,.button.size-touch{display:block;text-align:center;padding:16px 8px}.button.is-touch .Icon,.button.size-touch .Icon{display:block;margin:0 auto 4px}.button.is-success,.button.size-success{background:#36B37E;color:#fff}.button.is-success:hover,.button.size-success:hover{background:rgba(54,179,126,0.9)}.button.is-success:active,.button.size-success:active{background:#00875A}.button.is-default,.button.size-default{background:rgba(9,30,66,0.04);color:#505F79}.button.is-default:hover,.button.size-default:hover{background:rgba(9,30,66,0.08)}.button.is-default:active,.button.size-default:active{background:rgba(9,30,66,0.12)}.button.is-subtle,.button.size-subtle{background:transparent;color:#505F79;font-weight:400}.button.is-subtle:hover,.button.size-subtle:hover{background:rgba(9,30,66,0.08)}.button.is-subtle:active,.button.size-subtle:active{background:rgba(9,30,66,0.12)}.button.is-disabled,.button.size-disabled{pointer-events:none;background:rgba(9,30,66,0.08);color:#505F79;opacity:0.5}.card,.DragDropContext .Draggable,.table,.flag{margin-top:16px;margin-bottom:16px;background:#fff;border-radius:4px}.card:first-child,.DragDropContext .Draggable:first-child,.table:first-child,.flag:first-child{margin-top:0}.card.is-transparent,.DragDropContext .is-transparent.Draggable,.is-transparent.table,.is-transparent.flag{background:none}.card.is-overflow--hidden,.DragDropContext .is-overflow--hidden.Draggable,.is-overflow--hidden.table,.is-overflow--hidden.flag{overflow:hidden}.card.is-flat,.DragDropContext .Draggable,.is-flat.table,.is-flat.flag,.ProfileOverview .content .card,.ProfileOverview .content .DragDropContext .Draggable,.DragDropContext .ProfileOverview .content .Draggable,.ProfileOverview .content .table,.ProfileOverview .content .flag,.ProfileDatesOverview .content .card,.ProfileDatesOverview .content .DragDropContext .Draggable,.DragDropContext .ProfileDatesOverview .content .Draggable,.ProfileDatesOverview .content .table,.ProfileDatesOverview .content .flag{border:none;box-shadow:none}.card.has-border,.DragDropContext .has-border.Draggable,.has-border.table,.has-border.flag{box-shadow:0 0 0 1px #DFE1E5}.card>.card-section:last-child,.DragDropContext .Draggable>.card-section:last-child,.table>.card-section:last-child,.flag>.card-section:last-child,.DragDropContext .card>.Draggable:last-child,.DragDropContext .Draggable>.Draggable:last-child,.DragDropContext .table>.Draggable:last-child,.DragDropContext .flag>.Draggable:last-child,.card>.divider:last-child,.DragDropContext .Draggable>.divider:last-child,.table>.divider:last-child,.flag>.divider:last-child{border-radius:0 0 4px 4px}.card>.card-section:first-child,.DragDropContext .Draggable>.card-section:first-child,.table>.card-section:first-child,.flag>.card-section:first-child,.DragDropContext .card>.Draggable:first-child,.DragDropContext .Draggable>.Draggable:first-child,.DragDropContext .table>.Draggable:first-child,.DragDropContext .flag>.Draggable:first-child,.card>.divider:first-child,.DragDropContext .Draggable>.divider:first-child,.table>.divider:first-child,.flag>.divider:first-child{border-radius:4px 4px 0 0}.card>.card-section:first-child:last-child,.DragDropContext .Draggable>.card-section:first-child:last-child,.table>.card-section:first-child:last-child,.flag>.card-section:first-child:last-child,.DragDropContext .card>.Draggable:first-child:last-child,.DragDropContext .Draggable>.Draggable:first-child:last-child,.DragDropContext .table>.Draggable:first-child:last-child,.DragDropContext .flag>.Draggable:first-child:last-child,.card>.divider:first-child:last-child,.DragDropContext .Draggable>.divider:first-child:last-child,.table>.divider:first-child:last-child,.flag>.divider:first-child:last-child{border-radius:4px}.card-section,.DragDropContext .Draggable{position:relative;padding:16px;display:block}.card-section.is-selected,.DragDropContext .is-selected.Draggable{background:#DEEBFF}.card-section.is-selected:hover,.DragDropContext .is-selected.Draggable:hover{background:rgba(222,235,255,0.5) !important}.card-section.is-compact,.DragDropContext .is-compact.Draggable{padding:12px}.card-section.is-tight,.DragDropContext .is-tight.Draggable{padding-top:0 !important;padding-bottom:0}.card-section.is-tight--top,.DragDropContext .is-tight--top.Draggable{padding-top:0 !important}.card-section.is-tight--bottom,.DragDropContext .is-tight--bottom.Draggable{padding-bottom:0 !important}.card-section.is-slim,.DragDropContext .is-slim.Draggable{padding-top:8px !important;padding-bottom:8px}.card-section.is-slim--top,.DragDropContext .is-slim--top.Draggable{padding-top:8px}.card-section.is-slim--bottom,.DragDropContext .is-slim--bottom.Draggable{padding-bottom:8px}.card-section.is-flush,.DragDropContext .is-flush.Draggable,.DragDropContext .grid.is-flush .Draggable.row,.grid.is-flush .DragDropContext .Draggable.row,.DragDropContext .grid.is-flush .Draggable.form,.grid.is-flush .DragDropContext .Draggable.form,.DragDropContext .grid.is-flush .Draggable.tab-group,.grid.is-flush .DragDropContext .Draggable.tab-group,.DragDropContext .grid.is-flush .ProfileTier .Draggable.tier-definition-container,.grid.is-flush .ProfileTier .DragDropContext .Draggable.tier-definition-container,.DragDropContext .ProfileTier .grid.is-flush .Draggable.tier-definition-container,.ProfileTier .grid.is-flush .DragDropContext .Draggable.tier-definition-container,.card.is-flush .card-section,.DragDropContext .is-flush.Draggable .card-section,.is-flush.table .card-section,.is-flush.flag .card-section,.card.is-flush .DragDropContext .Draggable,.DragDropContext .card.is-flush .Draggable,.DragDropContext .is-flush.Draggable .Draggable,.is-flush.table .DragDropContext .Draggable,.DragDropContext .is-flush.table .Draggable,.is-flush.flag .DragDropContext .Draggable,.DragDropContext .is-flush.flag .Draggable,.grid.is-flush .card-section.row,.grid.is-flush .DragDropContext .ProfileTier .Draggable.tier-definition-container,.ProfileTier .DragDropContext .grid.is-flush .Draggable.tier-definition-container,.grid.is-flush .card-section.form,.grid.is-flush .card-section.tab-group,.grid.is-flush .ProfileTier .card-section.tier-definition-container,.ProfileTier .grid.is-flush .card-section.tier-definition-container,.ProfileOverview .content .card-section,.ProfileOverview .content .DragDropContext .Draggable,.DragDropContext .ProfileOverview .content .Draggable,.ProfileDatesOverview .content .card-section,.ProfileDatesOverview .content .DragDropContext .Draggable,.DragDropContext .ProfileDatesOverview .content .Draggable{padding:0}.card-section.is-xsmall,.DragDropContext .is-xsmall.Draggable,.card.is-xsmall .card-section,.DragDropContext .is-xsmall.Draggable .card-section,.is-xsmall.table .card-section,.is-xsmall.flag .card-section,.card.is-xsmall .DragDropContext .Draggable,.DragDropContext .card.is-xsmall .Draggable,.DragDropContext .is-xsmall.Draggable .Draggable,.is-xsmall.table .DragDropContext .Draggable,.DragDropContext .is-xsmall.table .Draggable,.is-xsmall.flag .DragDropContext .Draggable,.DragDropContext .is-xsmall.flag .Draggable,.grid.is-xsmall .card-section.row,.grid.is-xsmall .DragDropContext .row.Draggable,.DragDropContext .grid.is-xsmall .row.Draggable,.grid.is-xsmall .DragDropContext .Draggable.form,.DragDropContext .grid.is-xsmall .Draggable.form,.grid.is-xsmall .DragDropContext .Draggable.tab-group,.DragDropContext .grid.is-xsmall .Draggable.tab-group,.grid.is-xsmall .card-section.form,.grid.is-xsmall .card-section.tab-group,.ProfileTier .card-section.tier-definition-container,.ProfileTier .DragDropContext .tier-definition-container.Draggable,.DragDropContext .ProfileTier .tier-definition-container.Draggable{padding:8px}.card-section.is-small,.Alerts .alert .card-section.close,.Alerts .alert .DragDropContext .close.Draggable,.DragDropContext .Alerts .alert .close.Draggable,.DragDropContext .is-small.Draggable,.card.is-small .card-section,.DragDropContext .is-small.Draggable .card-section,.is-small.table .card-section,.is-small.flag .card-section,.card.is-small .DragDropContext .Draggable,.DragDropContext .card.is-small .Draggable,.DragDropContext .is-small.Draggable .Draggable,.is-small.table .DragDropContext .Draggable,.DragDropContext .is-small.table .Draggable,.is-small.flag .DragDropContext .Draggable,.DragDropContext .is-small.flag .Draggable,.grid.is-small .card-section.row,.grid.is-small .DragDropContext .row.Draggable,.DragDropContext .grid.is-small .row.Draggable,.grid.is-small .DragDropContext .Draggable.form,.DragDropContext .grid.is-small .Draggable.form,.grid.is-small .DragDropContext .Draggable.tab-group,.DragDropContext .grid.is-small .Draggable.tab-group,.grid.is-small .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .grid.is-small .Draggable.tier-definition-container,.grid.is-small .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .grid.is-small .Draggable.tier-definition-container,.grid.is-small .card-section.form,.grid.is-small .card-section.tab-group,.grid.is-small .ProfileTier .card-section.tier-definition-container,.ProfileTier .grid.is-small .card-section.tier-definition-container{padding:12px}.card-section.is-large,.DragDropContext .is-large.Draggable,.card.is-large .card-section,.DragDropContext .is-large.Draggable .card-section,.is-large.table .card-section,.is-large.flag .card-section,.card.is-large .DragDropContext .Draggable,.DragDropContext .card.is-large .Draggable,.DragDropContext .is-large.Draggable .Draggable,.is-large.table .DragDropContext .Draggable,.DragDropContext .is-large.table .Draggable,.is-large.flag .DragDropContext .Draggable,.DragDropContext .is-large.flag .Draggable,.grid.is-large .card-section.row,.grid.is-large .DragDropContext .row.Draggable,.DragDropContext .grid.is-large .row.Draggable,.grid.is-large .DragDropContext .Draggable.form,.DragDropContext .grid.is-large .Draggable.form,.grid.is-large .DragDropContext .Draggable.tab-group,.DragDropContext .grid.is-large .Draggable.tab-group,.grid.is-large .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .grid.is-large .Draggable.tier-definition-container,.grid.is-large .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .grid.is-large .Draggable.tier-definition-container,.grid.is-large .card-section.form,.grid.is-large .card-section.tab-group,.grid.is-large .ProfileTier .card-section.tier-definition-container,.ProfileTier .grid.is-large .card-section.tier-definition-container{padding:24px}.card-section.is-xlarge,.DragDropContext .is-xlarge.Draggable,.card.is-xlarge .card-section,.DragDropContext .is-xlarge.Draggable .card-section,.is-xlarge.table .card-section,.is-xlarge.flag .card-section,.card.is-xlarge .DragDropContext .Draggable,.DragDropContext .card.is-xlarge .Draggable,.DragDropContext .is-xlarge.Draggable .Draggable,.is-xlarge.table .DragDropContext .Draggable,.DragDropContext .is-xlarge.table .Draggable,.is-xlarge.flag .DragDropContext .Draggable,.DragDropContext .is-xlarge.flag .Draggable,.grid.is-xlarge .card-section.row,.grid.is-xlarge .DragDropContext .row.Draggable,.DragDropContext .grid.is-xlarge .row.Draggable,.grid.is-xlarge .DragDropContext .Draggable.form,.DragDropContext .grid.is-xlarge .Draggable.form,.grid.is-xlarge .DragDropContext .Draggable.tab-group,.DragDropContext .grid.is-xlarge .Draggable.tab-group,.grid.is-xlarge .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .grid.is-xlarge .Draggable.tier-definition-container,.grid.is-xlarge .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .grid.is-xlarge .Draggable.tier-definition-container,.grid.is-xlarge .card-section.form,.grid.is-xlarge .card-section.tab-group,.grid.is-xlarge .ProfileTier .card-section.tier-definition-container,.ProfileTier .grid.is-xlarge .card-section.tier-definition-container{padding:40px}.card-section.is-xxlarge,.DragDropContext .is-xxlarge.Draggable{padding:64px}.card-section.has-border:not(:last-child),.DragDropContext .has-border.Draggable:not(:last-child){border-bottom:1px solid #DFE1E5}.card-section.has-hover:hover,.Alerts .alert .card-section.close:hover,.Alerts .alert .DragDropContext .close.Draggable:hover,.DragDropContext .Alerts .alert .close.Draggable:hover,.DragDropContext .has-hover.Draggable:hover{background:#FAFBFC;cursor:pointer}.card.clipboardClass:hover,.DragDropContext .clipboardClass.Draggable:hover,.clipboardClass.table:hover,.clipboardClass.flag:hover{cursor:pointer}input,select{font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.search-callback-link:hover{background:#0052CC;border-radius:3px;color:white;transition:0.3s}.input-field,.input input,.select select,.textarea textarea{width:100%;min-height:38px;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#172B37;font-size:16px;background:#fff;box-shadow:inset 0 0 0 1px #DFE1E5;padding:0 8px;outline:none}@media (min-width: 768px){.input-field,.input input,.select select,.textarea textarea{font-size:14px}}.input-field:focus,.input input:focus,.select select:focus,.textarea textarea:focus{box-shadow:inset 0 0 0 1px #0052CC,0 0 0 1px #0052CC}.input-field:disabled,.input input:disabled,.select select:disabled,.textarea textarea:disabled,.input-field.disabled,.input-container.is-disabled .input-field,.is-disabled.input .input-field,.is-disabled.select .input-field,.is-disabled.textarea .input-field,.is-disabled.toggle .input-field,.input-container.is-disabled .input input,.input .input-container.is-disabled input,.is-disabled.input input,.is-disabled.select .input input,.input .is-disabled.select input,.is-disabled.textarea .input input,.input .is-disabled.textarea input,.is-disabled.toggle .input input,.input .is-disabled.toggle input,.input-container.is-disabled .select select,.select .input-container.is-disabled select,.is-disabled.input .select select,.select .is-disabled.input select,.is-disabled.select select,.is-disabled.textarea .select select,.select .is-disabled.textarea select,.is-disabled.toggle .select select,.select .is-disabled.toggle select,.input-container.is-disabled .textarea textarea,.textarea .input-container.is-disabled textarea,.is-disabled.input .textarea textarea,.textarea .is-disabled.input textarea,.is-disabled.select .textarea textarea,.textarea .is-disabled.select textarea,.is-disabled.textarea textarea,.is-disabled.toggle .textarea textarea,.textarea .is-disabled.toggle textarea,.input input.disabled,.select select.disabled,.textarea textarea.disabled{background:#F4F5F7;user-select:none;pointer-events:none;color:#97A0AF}.input-field+span,.input input+span,.select select+span,.textarea textarea+span{right:8px;left:auto}.input-container,.input,.select,.textarea,.toggle,.toggle.toggleState1{position:relative}.input-container>span,.input>span,.select>span,.textarea>span,.toggle>span,.toggle.toggleState1>span{position:absolute;left:8px;top:8px;pointer-events:none}.input-container>span svg,.input>span svg,.select>span svg,.textarea>span svg,.toggle>span svg,.toggle.toggleState1>span svg{color:#B3BAC5}.input-container.is-valid>span svg,.is-valid.input>span svg,.is-valid.select>span svg,.is-valid.textarea>span svg,.is-valid.toggle>span svg{color:#0052CC}.input-container.is-invalid .input-field,.is-invalid.input .input-field,.is-invalid.select .input-field,.is-invalid.textarea .input-field,.is-invalid.toggle .input-field,.input-container.is-invalid .input input,.input .input-container.is-invalid input,.is-invalid.input input,.is-invalid.select .input input,.input .is-invalid.select input,.is-invalid.textarea .input input,.input .is-invalid.textarea input,.is-invalid.toggle .input input,.input .is-invalid.toggle input,.input-container.is-invalid .select select,.select .input-container.is-invalid select,.is-invalid.input .select select,.select .is-invalid.input select,.is-invalid.select select,.is-invalid.textarea .select select,.select .is-invalid.textarea select,.is-invalid.toggle .select select,.select .is-invalid.toggle select,.input-container.is-invalid .textarea textarea,.textarea .input-container.is-invalid textarea,.is-invalid.input .textarea textarea,.textarea .is-invalid.input textarea,.is-invalid.select .textarea textarea,.textarea .is-invalid.select textarea,.is-invalid.textarea textarea,.is-invalid.toggle .textarea textarea,.textarea .is-invalid.toggle textarea{box-shadow:inset 0 0 0 1px #FF5630,0 0 0 1px #FF5630}.input-container.is-invalid>span svg,.is-invalid.input>span svg,.is-invalid.select>span svg,.is-invalid.textarea>span svg,.is-invalid.toggle>span svg{color:#FF5630}.input-container.is-disabled>span svg,.is-disabled.input>span svg,.is-disabled.select>span svg,.is-disabled.textarea>span svg,.is-disabled.toggle>span svg,.is-disabled.toggle.toggleState1>span svg{color:#EBECF0}.input-container.has-icon--right .input-field,.has-icon--right.input .input-field,.has-icon--right.select .input-field,.has-icon--right.textarea .input-field,.has-icon--right.toggle .input-field,.input-container.has-icon--right .input input,.input .input-container.has-icon--right input,.has-icon--right.input input,.has-icon--right.select .input input,.input .has-icon--right.select input,.has-icon--right.textarea .input input,.input .has-icon--right.textarea input,.has-icon--right.toggle .input input,.input .has-icon--right.toggle input,.input-container.has-icon--right .select select,.select .input-container.has-icon--right select,.has-icon--right.input .select select,.select .has-icon--right.input select,.has-icon--right.select select,.has-icon--right.textarea .select select,.select .has-icon--right.textarea select,.has-icon--right.toggle .select select,.select .has-icon--right.toggle select,.input-container.has-icon--right .textarea textarea,.textarea .input-container.has-icon--right textarea,.has-icon--right.input .textarea textarea,.textarea .has-icon--right.input textarea,.has-icon--right.select .textarea textarea,.textarea .has-icon--right.select textarea,.has-icon--right.textarea textarea,.has-icon--right.toggle .textarea textarea,.textarea .has-icon--right.toggle textarea{padding-right:36px}.input-container.has-icon--left .input-field,.has-icon--left.input .input-field,.has-icon--left.select .input-field,.has-icon--left.textarea .input-field,.has-icon--left.toggle .input-field,.input-container.has-icon--left .input input,.input .input-container.has-icon--left input,.has-icon--left.input input,.has-icon--left.select .input input,.input .has-icon--left.select input,.has-icon--left.textarea .input input,.input .has-icon--left.textarea input,.has-icon--left.toggle .input input,.input .has-icon--left.toggle input,.input-container.has-icon--left .select select,.select .input-container.has-icon--left select,.has-icon--left.input .select select,.select .has-icon--left.input select,.has-icon--left.select select,.has-icon--left.textarea .select select,.select .has-icon--left.textarea select,.has-icon--left.toggle .select select,.select .has-icon--left.toggle select,.input-container.has-icon--left .textarea textarea,.textarea .input-container.has-icon--left textarea,.has-icon--left.input .textarea textarea,.textarea .has-icon--left.input textarea,.has-icon--left.select .textarea textarea,.textarea .has-icon--left.select textarea,.has-icon--left.textarea textarea,.has-icon--left.toggle .textarea textarea,.textarea .has-icon--left.toggle textarea{padding-left:36px}.input input{text-overflow:ellipsis}.select select{cursor:pointer}.textarea textarea{height:8em;resize:none;padding:8px}.toggle.spaced{margin:3px 0}.toggle.disabled,.input-container.is-disabled .toggle.input-field,.is-disabled.input .toggle.input-field,.is-disabled.select .toggle.input-field,.is-disabled.textarea .toggle.input-field,.is-disabled.toggle .toggle.input-field,.input-container.is-disabled .input input.toggle,.input .input-container.is-disabled input.toggle,.is-disabled.input input.toggle,.is-disabled.select .input input.toggle,.input .is-disabled.select input.toggle,.is-disabled.textarea .input input.toggle,.input .is-disabled.textarea input.toggle,.is-disabled.toggle .input input.toggle,.input .is-disabled.toggle input.toggle,.input-container.is-disabled .select select.toggle,.select .input-container.is-disabled select.toggle,.is-disabled.input .select select.toggle,.select .is-disabled.input select.toggle,.is-disabled.select select.toggle,.is-disabled.textarea .select select.toggle,.select .is-disabled.textarea select.toggle,.is-disabled.toggle .select select.toggle,.select .is-disabled.toggle select.toggle,.input-container.is-disabled .textarea textarea.toggle,.textarea .input-container.is-disabled textarea.toggle,.is-disabled.input .textarea textarea.toggle,.textarea .is-disabled.input textarea.toggle,.is-disabled.select .textarea textarea.toggle,.textarea .is-disabled.select textarea.toggle,.is-disabled.textarea textarea.toggle,.is-disabled.toggle .textarea textarea.toggle,.textarea .is-disabled.toggle textarea.toggle{opacity:0.5;pointer-events:none}.toggle input[type="checkbox"]{display:none}.toggle input[type="checkbox"]+label{cursor:pointer;display:inline-block;position:relative;padding:3px 0}.toggle input[type="checkbox"]+label:before{content:'';height:16px;width:34px;border-radius:20px;background:#C1C7D0;opacity:0.3;display:block;transition:0.2s ease all}.toggle input[type="checkbox"]+label:after{content:'';height:20px;width:20px;border-radius:20px;background:#C1C7D0;position:absolute;top:1px;left:0;transition:0.22s cubic-bezier(0.14, 1.43, 0.44, 0.98) all}.toggle input[type="checkbox"]+label:hover{cursor:pointer}.toggle input[type="checkbox"]+label:hover:before{opacity:0.5}.toggle input[type="checkbox"]+label:hover:after{transform:scale(1.1)}.toggle input[type="checkbox"]:checked+label:before{background:var(--toggle-color, #36B37E)}.toggle input[type="checkbox"]:checked+label:after{background:var(--toggle-color, #36B37E);transform:translateX(14px)}.toggle input[type="checkbox"]:checked+label:hover:after{transform:translateX(14px) scale(1.1)}.toggle.toggleState1 input[type="checkbox"]:checked+label:before{background:var(--toggle-color, #FFE380)}.toggle.toggleState1 input[type="checkbox"]:checked+label:after{background:var(--toggle-color, #FFE380);transform:translateX(7px)}.toggle.toggleState1 input[type="checkbox"]:checked+label:hover:after{transform:translateX(7px) scale(1.1)}.label{display:block;color:#6B778C;font-size:12px;font-weight:600;line-height:1.3333333333333333;padding:20px 0px 4px 0px}.form{margin-top:24px;margin-bottom:24px}.fieldset:not(:first-child){margin-top:16px}.fieldset.is-row{display:block}.AddressField{position:relative}.AddressField .search-results{position:absolute;top:100%;margin-top:8px;width:100%;z-index:1}.EmailField-Input,.PhoneField-Input{position:relative}.EmailField-Input .spinner,.EmailField-Input .Icon,.PhoneField-Input .spinner,.PhoneField-Input .Icon{position:absolute;top:8px;right:8px}.EmailField-Input .Icon,.PhoneField-Input .Icon{color:#36B37E}.RadioField-items{list-style:none;font-size:0}.RadioField-items li{font-size:14px;margin:0 4px 4px 0;display:inline-block;border-radius:4px;border:1px solid #DFE1E5;color:#8993A4;padding:2px 4px}.RadioField-items li:hover{border-color:#8993A4;cursor:pointer}.RadioField-items li.active{border-color:#0052CC;background:#0052CC;color:#fff}.required{color:#FF5630;padding-left:2px}.multiToggleField{display:flex;justify-content:space-between;align-items:flex-end}.row,.form,.tab-group,.ProfileTier .tier-definition-container{margin-left:-8px;margin-right:-8px;font-size:0}.row.is-layout,.is-layout.form,.is-layout.tab-group,.ProfileTier .is-layout.tier-definition-container{font-size:inherit}.row.is-flush,.card.is-flush .row.card-section,.DragDropContext .is-flush.Draggable .row.card-section,.is-flush.table .row.card-section,.is-flush.flag .row.card-section,.card.is-flush .DragDropContext .row.Draggable,.DragDropContext .card.is-flush .row.Draggable,.DragDropContext .is-flush.Draggable .row.Draggable,.is-flush.table .DragDropContext .row.Draggable,.DragDropContext .is-flush.table .row.Draggable,.is-flush.flag .DragDropContext .row.Draggable,.DragDropContext .is-flush.flag .row.Draggable,.card.is-flush .DragDropContext .Draggable.form,.DragDropContext .card.is-flush .Draggable.form,.DragDropContext .is-flush.Draggable .Draggable.form,.is-flush.table .DragDropContext .Draggable.form,.DragDropContext .is-flush.table .Draggable.form,.is-flush.flag .DragDropContext .Draggable.form,.DragDropContext .is-flush.flag .Draggable.form,.card.is-flush .DragDropContext .Draggable.tab-group,.DragDropContext .card.is-flush .Draggable.tab-group,.DragDropContext .is-flush.Draggable .Draggable.tab-group,.is-flush.table .DragDropContext .Draggable.tab-group,.DragDropContext .is-flush.table .Draggable.tab-group,.is-flush.flag .DragDropContext .Draggable.tab-group,.DragDropContext .is-flush.flag .Draggable.tab-group,.card.is-flush .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .card.is-flush .Draggable.tier-definition-container,.DragDropContext .is-flush.Draggable .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-flush.Draggable .Draggable.tier-definition-container,.is-flush.table .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-flush.table .Draggable.tier-definition-container,.is-flush.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-flush.flag .Draggable.tier-definition-container,.card.is-flush .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .card.is-flush .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-flush.Draggable .Draggable.tier-definition-container,.is-flush.table .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-flush.table .Draggable.tier-definition-container,.is-flush.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-flush.flag .Draggable.tier-definition-container,.card.is-flush .card-section.form,.DragDropContext .is-flush.Draggable .card-section.form,.is-flush.table .card-section.form,.is-flush.flag .card-section.form,.card.is-flush .card-section.tab-group,.DragDropContext .is-flush.Draggable .card-section.tab-group,.is-flush.table .card-section.tab-group,.is-flush.flag .card-section.tab-group,.card.is-flush .ProfileTier .card-section.tier-definition-container,.ProfileTier .card.is-flush .card-section.tier-definition-container,.DragDropContext .is-flush.Draggable .ProfileTier .card-section.tier-definition-container,.ProfileTier .DragDropContext .is-flush.Draggable .card-section.tier-definition-container,.is-flush.table .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-flush.table .card-section.tier-definition-container,.is-flush.flag .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-flush.flag .card-section.tier-definition-container,.is-flush.form,.grid.is-flush .form.row,.ProfileOverview .content .form.card-section,.ProfileOverview .content .DragDropContext .form.Draggable,.DragDropContext .ProfileOverview .content .form.Draggable,.ProfileDatesOverview .content .form.card-section,.ProfileDatesOverview .content .DragDropContext .form.Draggable,.DragDropContext .ProfileDatesOverview .content .form.Draggable,.grid.is-flush .row,.grid.is-flush .form,.grid.is-flush .tab-group,.grid.is-flush .ProfileTier .tier-definition-container,.ProfileTier .grid.is-flush .tier-definition-container,.is-flush.tab-group,.grid.is-flush .tab-group.row,.ProfileOverview .content .tab-group.card-section,.ProfileOverview .content .DragDropContext .tab-group.Draggable,.DragDropContext .ProfileOverview .content .tab-group.Draggable,.ProfileDatesOverview .content .tab-group.card-section,.ProfileDatesOverview .content .DragDropContext .tab-group.Draggable,.DragDropContext .ProfileDatesOverview .content .tab-group.Draggable,.ProfileOverview .content .row.card-section,.ProfileOverview .content .DragDropContext .row.Draggable,.DragDropContext .ProfileOverview .content .row.Draggable,.ProfileOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .ProfileOverview .content .Draggable.tier-definition-container,.ProfileOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .ProfileOverview .content .Draggable.tier-definition-container,.ProfileOverview .content .ProfileTier .card-section.tier-definition-container,.ProfileTier .ProfileOverview .content .card-section.tier-definition-container,.ProfileDatesOverview .content .row.card-section,.ProfileDatesOverview .content .DragDropContext .row.Draggable,.DragDropContext .ProfileDatesOverview .content .row.Draggable,.ProfileDatesOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .ProfileDatesOverview .content .Draggable.tier-definition-container,.ProfileDatesOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .ProfileDatesOverview .content .Draggable.tier-definition-container,.ProfileDatesOverview .content .ProfileTier .card-section.tier-definition-container,.ProfileTier .ProfileDatesOverview .content .card-section.tier-definition-container,.ProfileTier .is-flush.tier-definition-container,.ProfileTier .card.is-flush .DragDropContext .tier-definition-container.Draggable,.DragDropContext .card.is-flush .ProfileTier .tier-definition-container.Draggable,.ProfileTier .is-flush.table .DragDropContext .tier-definition-container.Draggable,.DragDropContext .is-flush.table .ProfileTier .tier-definition-container.Draggable,.ProfileTier .is-flush.flag .DragDropContext .tier-definition-container.Draggable,.DragDropContext .is-flush.flag .ProfileTier .tier-definition-container.Draggable,.ProfileTier .grid.is-flush .tier-definition-container.row,.grid.is-flush .ProfileTier .tier-definition-container.row,.ProfileTier .ProfileOverview .content .DragDropContext .tier-definition-container.Draggable,.DragDropContext .ProfileOverview .content .ProfileTier .tier-definition-container.Draggable,.ProfileTier .ProfileDatesOverview .content .DragDropContext .tier-definition-container.Draggable,.DragDropContext .ProfileDatesOverview .content .ProfileTier .tier-definition-container.Draggable{margin-left:0;margin-right:0}.row.is-flush>.col,.card.is-flush .row.card-section>.col,.DragDropContext .is-flush.Draggable .row.card-section>.col,.is-flush.table .row.card-section>.col,.is-flush.flag .row.card-section>.col,.card.is-flush .DragDropContext .row.Draggable>.col,.DragDropContext .card.is-flush .row.Draggable>.col,.DragDropContext .is-flush.Draggable .row.Draggable>.col,.is-flush.table .DragDropContext .row.Draggable>.col,.DragDropContext .is-flush.table .row.Draggable>.col,.is-flush.flag .DragDropContext .row.Draggable>.col,.DragDropContext .is-flush.flag .row.Draggable>.col,.card.is-flush .DragDropContext .Draggable.form>.col,.DragDropContext .card.is-flush .Draggable.form>.col,.DragDropContext .is-flush.Draggable .Draggable.form>.col,.is-flush.table .DragDropContext .Draggable.form>.col,.DragDropContext .is-flush.table .Draggable.form>.col,.is-flush.flag .DragDropContext .Draggable.form>.col,.DragDropContext .is-flush.flag .Draggable.form>.col,.card.is-flush .DragDropContext .Draggable.tab-group>.col,.DragDropContext .card.is-flush .Draggable.tab-group>.col,.DragDropContext .is-flush.Draggable .Draggable.tab-group>.col,.is-flush.table .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-flush.table .Draggable.tab-group>.col,.is-flush.flag .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-flush.flag .Draggable.tab-group>.col,.card.is-flush .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .card.is-flush .Draggable.tier-definition-container>.col,.DragDropContext .is-flush.Draggable .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-flush.Draggable .Draggable.tier-definition-container>.col,.is-flush.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-flush.table .Draggable.tier-definition-container>.col,.is-flush.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-flush.flag .Draggable.tier-definition-container>.col,.card.is-flush .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .card.is-flush .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-flush.Draggable .Draggable.tier-definition-container>.col,.is-flush.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-flush.table .Draggable.tier-definition-container>.col,.is-flush.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-flush.flag .Draggable.tier-definition-container>.col,.card.is-flush .card-section.form>.col,.DragDropContext .is-flush.Draggable .card-section.form>.col,.is-flush.table .card-section.form>.col,.is-flush.flag .card-section.form>.col,.card.is-flush .card-section.tab-group>.col,.DragDropContext .is-flush.Draggable .card-section.tab-group>.col,.is-flush.table .card-section.tab-group>.col,.is-flush.flag .card-section.tab-group>.col,.card.is-flush .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .card.is-flush .card-section.tier-definition-container>.col,.DragDropContext .is-flush.Draggable .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .DragDropContext .is-flush.Draggable .card-section.tier-definition-container>.col,.is-flush.table .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-flush.table .card-section.tier-definition-container>.col,.is-flush.flag .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-flush.flag .card-section.tier-definition-container>.col,.is-flush.form>.col,.grid.is-flush .form.row>.col,.ProfileOverview .content .form.card-section>.col,.ProfileOverview .content .DragDropContext .form.Draggable>.col,.DragDropContext .ProfileOverview .content .form.Draggable>.col,.ProfileDatesOverview .content .form.card-section>.col,.ProfileDatesOverview .content .DragDropContext .form.Draggable>.col,.DragDropContext .ProfileDatesOverview .content .form.Draggable>.col,.grid.is-flush .row>.col,.grid.is-flush .form>.col,.grid.is-flush .tab-group>.col,.grid.is-flush .ProfileTier .tier-definition-container>.col,.ProfileTier .grid.is-flush .tier-definition-container>.col,.is-flush.tab-group>.col,.grid.is-flush .tab-group.row>.col,.ProfileOverview .content .tab-group.card-section>.col,.ProfileOverview .content .DragDropContext .tab-group.Draggable>.col,.DragDropContext .ProfileOverview .content .tab-group.Draggable>.col,.ProfileDatesOverview .content .tab-group.card-section>.col,.ProfileDatesOverview .content .DragDropContext .tab-group.Draggable>.col,.DragDropContext .ProfileDatesOverview .content .tab-group.Draggable>.col,.ProfileOverview .content .row.card-section>.col,.ProfileOverview .content .DragDropContext .row.Draggable>.col,.DragDropContext .ProfileOverview .content .row.Draggable>.col,.ProfileOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .ProfileOverview .content .Draggable.tier-definition-container>.col,.ProfileOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .ProfileOverview .content .Draggable.tier-definition-container>.col,.ProfileOverview .content .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .ProfileOverview .content .card-section.tier-definition-container>.col,.ProfileDatesOverview .content .row.card-section>.col,.ProfileDatesOverview .content .DragDropContext .row.Draggable>.col,.DragDropContext .ProfileDatesOverview .content .row.Draggable>.col,.ProfileDatesOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .ProfileDatesOverview .content .Draggable.tier-definition-container>.col,.ProfileDatesOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .ProfileDatesOverview .content .Draggable.tier-definition-container>.col,.ProfileDatesOverview .content .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .ProfileDatesOverview .content .card-section.tier-definition-container>.col,.ProfileTier .is-flush.tier-definition-container>.col,.ProfileTier .card.is-flush .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .card.is-flush .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .is-flush.table .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .is-flush.table .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .is-flush.flag .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .is-flush.flag .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .grid.is-flush .tier-definition-container.row>.col,.grid.is-flush .ProfileTier .tier-definition-container.row>.col,.ProfileTier .ProfileOverview .content .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .ProfileOverview .content .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .ProfileDatesOverview .content .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .ProfileDatesOverview .content .ProfileTier .tier-definition-container.Draggable>.col,.row.is-flush>.fieldset,.card.is-flush .row.card-section>.fieldset,.DragDropContext .is-flush.Draggable .row.card-section>.fieldset,.is-flush.table .row.card-section>.fieldset,.is-flush.flag .row.card-section>.fieldset,.card.is-flush .DragDropContext .row.Draggable>.fieldset,.DragDropContext .card.is-flush .row.Draggable>.fieldset,.DragDropContext .is-flush.Draggable .row.Draggable>.fieldset,.is-flush.table .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-flush.table .row.Draggable>.fieldset,.is-flush.flag .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-flush.flag .row.Draggable>.fieldset,.card.is-flush .DragDropContext .Draggable.form>.fieldset,.DragDropContext .card.is-flush .Draggable.form>.fieldset,.DragDropContext .is-flush.Draggable .Draggable.form>.fieldset,.is-flush.table .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-flush.table .Draggable.form>.fieldset,.is-flush.flag .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-flush.flag .Draggable.form>.fieldset,.card.is-flush .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .card.is-flush .Draggable.tab-group>.fieldset,.DragDropContext .is-flush.Draggable .Draggable.tab-group>.fieldset,.is-flush.table .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-flush.table .Draggable.tab-group>.fieldset,.is-flush.flag .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-flush.flag .Draggable.tab-group>.fieldset,.card.is-flush .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .card.is-flush .Draggable.tier-definition-container>.fieldset,.DragDropContext .is-flush.Draggable .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-flush.Draggable .Draggable.tier-definition-container>.fieldset,.is-flush.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-flush.table .Draggable.tier-definition-container>.fieldset,.is-flush.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-flush.flag .Draggable.tier-definition-container>.fieldset,.card.is-flush .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .card.is-flush .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-flush.Draggable .Draggable.tier-definition-container>.fieldset,.is-flush.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-flush.table .Draggable.tier-definition-container>.fieldset,.is-flush.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-flush.flag .Draggable.tier-definition-container>.fieldset,.card.is-flush .card-section.form>.fieldset,.DragDropContext .is-flush.Draggable .card-section.form>.fieldset,.is-flush.table .card-section.form>.fieldset,.is-flush.flag .card-section.form>.fieldset,.card.is-flush .card-section.tab-group>.fieldset,.DragDropContext .is-flush.Draggable .card-section.tab-group>.fieldset,.is-flush.table .card-section.tab-group>.fieldset,.is-flush.flag .card-section.tab-group>.fieldset,.card.is-flush .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .card.is-flush .card-section.tier-definition-container>.fieldset,.DragDropContext .is-flush.Draggable .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-flush.Draggable .card-section.tier-definition-container>.fieldset,.is-flush.table .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-flush.table .card-section.tier-definition-container>.fieldset,.is-flush.flag .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-flush.flag .card-section.tier-definition-container>.fieldset,.is-flush.form>.fieldset,.grid.is-flush .form.row>.fieldset,.ProfileOverview .content .form.card-section>.fieldset,.ProfileOverview .content .DragDropContext .form.Draggable>.fieldset,.DragDropContext .ProfileOverview .content .form.Draggable>.fieldset,.ProfileDatesOverview .content .form.card-section>.fieldset,.ProfileDatesOverview .content .DragDropContext .form.Draggable>.fieldset,.DragDropContext .ProfileDatesOverview .content .form.Draggable>.fieldset,.grid.is-flush .row>.fieldset,.grid.is-flush .form>.fieldset,.grid.is-flush .tab-group>.fieldset,.grid.is-flush .ProfileTier .tier-definition-container>.fieldset,.ProfileTier .grid.is-flush .tier-definition-container>.fieldset,.is-flush.tab-group>.fieldset,.grid.is-flush .tab-group.row>.fieldset,.ProfileOverview .content .tab-group.card-section>.fieldset,.ProfileOverview .content .DragDropContext .tab-group.Draggable>.fieldset,.DragDropContext .ProfileOverview .content .tab-group.Draggable>.fieldset,.ProfileDatesOverview .content .tab-group.card-section>.fieldset,.ProfileDatesOverview .content .DragDropContext .tab-group.Draggable>.fieldset,.DragDropContext .ProfileDatesOverview .content .tab-group.Draggable>.fieldset,.ProfileOverview .content .row.card-section>.fieldset,.ProfileOverview .content .DragDropContext .row.Draggable>.fieldset,.DragDropContext .ProfileOverview .content .row.Draggable>.fieldset,.ProfileOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .ProfileOverview .content .Draggable.tier-definition-container>.fieldset,.ProfileOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .ProfileOverview .content .Draggable.tier-definition-container>.fieldset,.ProfileOverview .content .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .ProfileOverview .content .card-section.tier-definition-container>.fieldset,.ProfileDatesOverview .content .row.card-section>.fieldset,.ProfileDatesOverview .content .DragDropContext .row.Draggable>.fieldset,.DragDropContext .ProfileDatesOverview .content .row.Draggable>.fieldset,.ProfileDatesOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .ProfileDatesOverview .content .Draggable.tier-definition-container>.fieldset,.ProfileDatesOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .ProfileDatesOverview .content .Draggable.tier-definition-container>.fieldset,.ProfileDatesOverview .content .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .ProfileDatesOverview .content .card-section.tier-definition-container>.fieldset,.ProfileTier .is-flush.tier-definition-container>.fieldset,.ProfileTier .card.is-flush .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .card.is-flush .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .is-flush.table .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .is-flush.table .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .is-flush.flag .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .is-flush.flag .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .grid.is-flush .tier-definition-container.row>.fieldset,.grid.is-flush .ProfileTier .tier-definition-container.row>.fieldset,.ProfileTier .ProfileOverview .content .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .ProfileOverview .content .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .ProfileDatesOverview .content .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .ProfileDatesOverview .content .ProfileTier .tier-definition-container.Draggable>.fieldset,.row.is-flush>.tab,.card.is-flush .row.card-section>.tab,.DragDropContext .is-flush.Draggable .row.card-section>.tab,.is-flush.table .row.card-section>.tab,.is-flush.flag .row.card-section>.tab,.card.is-flush .DragDropContext .row.Draggable>.tab,.DragDropContext .card.is-flush .row.Draggable>.tab,.DragDropContext .is-flush.Draggable .row.Draggable>.tab,.is-flush.table .DragDropContext .row.Draggable>.tab,.DragDropContext .is-flush.table .row.Draggable>.tab,.is-flush.flag .DragDropContext .row.Draggable>.tab,.DragDropContext .is-flush.flag .row.Draggable>.tab,.card.is-flush .DragDropContext .Draggable.form>.tab,.DragDropContext .card.is-flush .Draggable.form>.tab,.DragDropContext .is-flush.Draggable .Draggable.form>.tab,.is-flush.table .DragDropContext .Draggable.form>.tab,.DragDropContext .is-flush.table .Draggable.form>.tab,.is-flush.flag .DragDropContext .Draggable.form>.tab,.DragDropContext .is-flush.flag .Draggable.form>.tab,.card.is-flush .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .card.is-flush .Draggable.tab-group>.tab,.DragDropContext .is-flush.Draggable .Draggable.tab-group>.tab,.is-flush.table .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-flush.table .Draggable.tab-group>.tab,.is-flush.flag .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-flush.flag .Draggable.tab-group>.tab,.card.is-flush .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .card.is-flush .Draggable.tier-definition-container>.tab,.DragDropContext .is-flush.Draggable .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-flush.Draggable .Draggable.tier-definition-container>.tab,.is-flush.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-flush.table .Draggable.tier-definition-container>.tab,.is-flush.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-flush.flag .Draggable.tier-definition-container>.tab,.card.is-flush .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .card.is-flush .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-flush.Draggable .Draggable.tier-definition-container>.tab,.is-flush.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-flush.table .Draggable.tier-definition-container>.tab,.is-flush.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-flush.flag .Draggable.tier-definition-container>.tab,.card.is-flush .card-section.form>.tab,.DragDropContext .is-flush.Draggable .card-section.form>.tab,.is-flush.table .card-section.form>.tab,.is-flush.flag .card-section.form>.tab,.card.is-flush .card-section.tab-group>.tab,.DragDropContext .is-flush.Draggable .card-section.tab-group>.tab,.is-flush.table .card-section.tab-group>.tab,.is-flush.flag .card-section.tab-group>.tab,.card.is-flush .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .card.is-flush .card-section.tier-definition-container>.tab,.DragDropContext .is-flush.Draggable .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-flush.Draggable .card-section.tier-definition-container>.tab,.is-flush.table .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-flush.table .card-section.tier-definition-container>.tab,.is-flush.flag .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-flush.flag .card-section.tier-definition-container>.tab,.is-flush.form>.tab,.grid.is-flush .form.row>.tab,.ProfileOverview .content .form.card-section>.tab,.ProfileOverview .content .DragDropContext .form.Draggable>.tab,.DragDropContext .ProfileOverview .content .form.Draggable>.tab,.ProfileDatesOverview .content .form.card-section>.tab,.ProfileDatesOverview .content .DragDropContext .form.Draggable>.tab,.DragDropContext .ProfileDatesOverview .content .form.Draggable>.tab,.grid.is-flush .row>.tab,.grid.is-flush .form>.tab,.grid.is-flush .tab-group>.tab,.grid.is-flush .ProfileTier .tier-definition-container>.tab,.ProfileTier .grid.is-flush .tier-definition-container>.tab,.is-flush.tab-group>.tab,.grid.is-flush .tab-group.row>.tab,.ProfileOverview .content .tab-group.card-section>.tab,.ProfileOverview .content .DragDropContext .tab-group.Draggable>.tab,.DragDropContext .ProfileOverview .content .tab-group.Draggable>.tab,.ProfileDatesOverview .content .tab-group.card-section>.tab,.ProfileDatesOverview .content .DragDropContext .tab-group.Draggable>.tab,.DragDropContext .ProfileDatesOverview .content .tab-group.Draggable>.tab,.ProfileOverview .content .row.card-section>.tab,.ProfileOverview .content .DragDropContext .row.Draggable>.tab,.DragDropContext .ProfileOverview .content .row.Draggable>.tab,.ProfileOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .ProfileOverview .content .Draggable.tier-definition-container>.tab,.ProfileOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .ProfileOverview .content .Draggable.tier-definition-container>.tab,.ProfileOverview .content .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .ProfileOverview .content .card-section.tier-definition-container>.tab,.ProfileDatesOverview .content .row.card-section>.tab,.ProfileDatesOverview .content .DragDropContext .row.Draggable>.tab,.DragDropContext .ProfileDatesOverview .content .row.Draggable>.tab,.ProfileDatesOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .ProfileDatesOverview .content .Draggable.tier-definition-container>.tab,.ProfileDatesOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .ProfileDatesOverview .content .Draggable.tier-definition-container>.tab,.ProfileDatesOverview .content .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .ProfileDatesOverview .content .card-section.tier-definition-container>.tab,.ProfileTier .is-flush.tier-definition-container>.tab,.ProfileTier .card.is-flush .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .card.is-flush .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .is-flush.table .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .is-flush.table .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .is-flush.flag .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .is-flush.flag .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .grid.is-flush .tier-definition-container.row>.tab,.grid.is-flush .ProfileTier .tier-definition-container.row>.tab,.ProfileTier .ProfileOverview .content .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .ProfileOverview .content .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .ProfileDatesOverview .content .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .ProfileDatesOverview .content .ProfileTier .tier-definition-container.Draggable>.tab,.tab-group .row.is-flush>li,.card.is-flush .tab-group .row.card-section>li,.tab-group .card.is-flush .row.card-section>li,.DragDropContext .is-flush.Draggable .tab-group .row.card-section>li,.tab-group .DragDropContext .is-flush.Draggable .row.card-section>li,.is-flush.table .tab-group .row.card-section>li,.tab-group .is-flush.table .row.card-section>li,.is-flush.flag .tab-group .row.card-section>li,.tab-group .is-flush.flag .row.card-section>li,.card.is-flush .DragDropContext .tab-group .row.Draggable>li,.tab-group .card.is-flush .DragDropContext .row.Draggable>li,.DragDropContext .card.is-flush .tab-group .row.Draggable>li,.tab-group .DragDropContext .card.is-flush .row.Draggable>li,.DragDropContext .is-flush.Draggable .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-flush.Draggable .row.Draggable>li,.is-flush.table .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-flush.table .DragDropContext .row.Draggable>li,.DragDropContext .is-flush.table .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-flush.table .row.Draggable>li,.is-flush.flag .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-flush.flag .DragDropContext .row.Draggable>li,.DragDropContext .is-flush.flag .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-flush.flag .row.Draggable>li,.card.is-flush .DragDropContext .tab-group .Draggable.form>li,.tab-group .card.is-flush .DragDropContext .Draggable.form>li,.DragDropContext .card.is-flush .tab-group .Draggable.form>li,.tab-group .DragDropContext .card.is-flush .Draggable.form>li,.DragDropContext .is-flush.Draggable .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-flush.Draggable .Draggable.form>li,.is-flush.table .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-flush.table .DragDropContext .Draggable.form>li,.DragDropContext .is-flush.table .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-flush.table .Draggable.form>li,.is-flush.flag .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-flush.flag .DragDropContext .Draggable.form>li,.DragDropContext .is-flush.flag .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-flush.flag .Draggable.form>li,.card.is-flush .DragDropContext .Draggable.tab-group>li,.DragDropContext .card.is-flush .Draggable.tab-group>li,.DragDropContext .is-flush.Draggable .Draggable.tab-group>li,.is-flush.table .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-flush.table .Draggable.tab-group>li,.is-flush.flag .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-flush.flag .Draggable.tab-group>li,.card.is-flush .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-flush .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .card.is-flush .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .card.is-flush .Draggable.tier-definition-container>li,.DragDropContext .is-flush.Draggable .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .is-flush.Draggable .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-flush.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-flush.Draggable .Draggable.tier-definition-container>li,.is-flush.table .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-flush.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-flush.table .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-flush.table .Draggable.tier-definition-container>li,.is-flush.flag .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-flush.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-flush.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-flush.flag .Draggable.tier-definition-container>li,.card.is-flush .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-flush .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .card.is-flush .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .card.is-flush .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-flush.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-flush.Draggable .Draggable.tier-definition-container>li,.is-flush.table .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-flush.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-flush.table .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-flush.table .Draggable.tier-definition-container>li,.is-flush.flag .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-flush.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-flush.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-flush.flag .Draggable.tier-definition-container>li,.card.is-flush .tab-group .card-section.form>li,.tab-group .card.is-flush .card-section.form>li,.DragDropContext .is-flush.Draggable .tab-group .card-section.form>li,.tab-group .DragDropContext .is-flush.Draggable .card-section.form>li,.is-flush.table .tab-group .card-section.form>li,.tab-group .is-flush.table .card-section.form>li,.is-flush.flag .tab-group .card-section.form>li,.tab-group .is-flush.flag .card-section.form>li,.card.is-flush .card-section.tab-group>li,.DragDropContext .is-flush.Draggable .card-section.tab-group>li,.is-flush.table .card-section.tab-group>li,.is-flush.flag .card-section.tab-group>li,.card.is-flush .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .card.is-flush .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .card.is-flush .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .card.is-flush .card-section.tier-definition-container>li,.DragDropContext .is-flush.Draggable .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .DragDropContext .is-flush.Draggable .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .DragDropContext .is-flush.Draggable .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-flush.Draggable .card-section.tier-definition-container>li,.is-flush.table .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-flush.table .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-flush.table .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-flush.table .card-section.tier-definition-container>li,.is-flush.flag .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-flush.flag .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-flush.flag .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-flush.flag .card-section.tier-definition-container>li,.tab-group .is-flush.form>li,.grid.is-flush .tab-group .form.row>li,.tab-group .grid.is-flush .form.row>li,.ProfileOverview .content .tab-group .form.card-section>li,.tab-group .ProfileOverview .content .form.card-section>li,.ProfileOverview .content .DragDropContext .tab-group .form.Draggable>li,.tab-group .ProfileOverview .content .DragDropContext .form.Draggable>li,.DragDropContext .ProfileOverview .content .tab-group .form.Draggable>li,.tab-group .DragDropContext .ProfileOverview .content .form.Draggable>li,.ProfileDatesOverview .content .tab-group .form.card-section>li,.tab-group .ProfileDatesOverview .content .form.card-section>li,.ProfileDatesOverview .content .DragDropContext .tab-group .form.Draggable>li,.tab-group .ProfileDatesOverview .content .DragDropContext .form.Draggable>li,.DragDropContext .ProfileDatesOverview .content .tab-group .form.Draggable>li,.tab-group .DragDropContext .ProfileDatesOverview .content .form.Draggable>li,.grid.is-flush .tab-group .row>li,.tab-group .grid.is-flush .row>li,.grid.is-flush .tab-group .form>li,.tab-group .grid.is-flush .form>li,.grid.is-flush .tab-group>li,.grid.is-flush .ProfileTier .tab-group .tier-definition-container>li,.tab-group .grid.is-flush .ProfileTier .tier-definition-container>li,.ProfileTier .grid.is-flush .tab-group .tier-definition-container>li,.tab-group .ProfileTier .grid.is-flush .tier-definition-container>li,.is-flush.tab-group>li,.grid.is-flush .tab-group.row>li,.ProfileOverview .content .tab-group.card-section>li,.ProfileOverview .content .DragDropContext .tab-group.Draggable>li,.DragDropContext .ProfileOverview .content .tab-group.Draggable>li,.ProfileDatesOverview .content .tab-group.card-section>li,.ProfileDatesOverview .content .DragDropContext .tab-group.Draggable>li,.DragDropContext .ProfileDatesOverview .content .tab-group.Draggable>li,.ProfileOverview .content .tab-group .row.card-section>li,.tab-group .ProfileOverview .content .row.card-section>li,.ProfileOverview .content .DragDropContext .tab-group .row.Draggable>li,.tab-group .ProfileOverview .content .DragDropContext .row.Draggable>li,.DragDropContext .ProfileOverview .content .tab-group .row.Draggable>li,.tab-group .DragDropContext .ProfileOverview .content .row.Draggable>li,.ProfileOverview .content .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .ProfileOverview .content .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .ProfileOverview .content .Draggable.tier-definition-container>li,.ProfileOverview .content .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .ProfileOverview .content .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .ProfileOverview .content .Draggable.tier-definition-container>li,.ProfileOverview .content .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileOverview .content .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .ProfileOverview .content .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .ProfileOverview .content .card-section.tier-definition-container>li,.ProfileDatesOverview .content .tab-group .row.card-section>li,.tab-group .ProfileDatesOverview .content .row.card-section>li,.ProfileDatesOverview .content .DragDropContext .tab-group .row.Draggable>li,.tab-group .ProfileDatesOverview .content .DragDropContext .row.Draggable>li,.DragDropContext .ProfileDatesOverview .content .tab-group .row.Draggable>li,.tab-group .DragDropContext .ProfileDatesOverview .content .row.Draggable>li,.ProfileDatesOverview .content .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileDatesOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .ProfileDatesOverview .content .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .ProfileDatesOverview .content .Draggable.tier-definition-container>li,.ProfileDatesOverview .content .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileDatesOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .ProfileDatesOverview .content .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .ProfileDatesOverview .content .Draggable.tier-definition-container>li,.ProfileDatesOverview .content .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileDatesOverview .content .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .ProfileDatesOverview .content .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .ProfileDatesOverview .content .card-section.tier-definition-container>li,.ProfileTier .tab-group .is-flush.tier-definition-container>li,.tab-group .ProfileTier .is-flush.tier-definition-container>li,.ProfileTier .card.is-flush .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .card.is-flush .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .card.is-flush .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .card.is-flush .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .is-flush.table .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .is-flush.table .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .is-flush.table .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .is-flush.table .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .is-flush.flag .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .is-flush.flag .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .is-flush.flag .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .is-flush.flag .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .grid.is-flush .tab-group .tier-definition-container.row>li,.tab-group .ProfileTier .grid.is-flush .tier-definition-container.row>li,.grid.is-flush .ProfileTier .tab-group .tier-definition-container.row>li,.tab-group .grid.is-flush .ProfileTier .tier-definition-container.row>li,.ProfileTier .ProfileOverview .content .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .ProfileOverview .content .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .ProfileOverview .content .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .ProfileOverview .content .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .ProfileDatesOverview .content .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .ProfileDatesOverview .content .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .ProfileDatesOverview .content .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .ProfileDatesOverview .content .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .row.is-flush>.tier-definition,.card.is-flush .ProfileTier .row.card-section>.tier-definition,.ProfileTier .card.is-flush .row.card-section>.tier-definition,.DragDropContext .is-flush.Draggable .ProfileTier .row.card-section>.tier-definition,.ProfileTier .DragDropContext .is-flush.Draggable .row.card-section>.tier-definition,.is-flush.table .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-flush.table .row.card-section>.tier-definition,.is-flush.flag .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-flush.flag .row.card-section>.tier-definition,.card.is-flush .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .card.is-flush .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .card.is-flush .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .card.is-flush .row.Draggable>.tier-definition,.DragDropContext .is-flush.Draggable .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-flush.Draggable .row.Draggable>.tier-definition,.is-flush.table .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-flush.table .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-flush.table .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-flush.table .row.Draggable>.tier-definition,.is-flush.flag .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-flush.flag .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-flush.flag .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-flush.flag .row.Draggable>.tier-definition,.card.is-flush .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .card.is-flush .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .card.is-flush .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .card.is-flush .Draggable.form>.tier-definition,.DragDropContext .is-flush.Draggable .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-flush.Draggable .Draggable.form>.tier-definition,.is-flush.table .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-flush.table .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-flush.table .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-flush.table .Draggable.form>.tier-definition,.is-flush.flag .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-flush.flag .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-flush.flag .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-flush.flag .Draggable.form>.tier-definition,.card.is-flush .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .card.is-flush .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .card.is-flush .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .card.is-flush .Draggable.tab-group>.tier-definition,.DragDropContext .is-flush.Draggable .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-flush.Draggable .Draggable.tab-group>.tier-definition,.is-flush.table .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-flush.table .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-flush.table .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-flush.table .Draggable.tab-group>.tier-definition,.is-flush.flag .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-flush.flag .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-flush.flag .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-flush.flag .Draggable.tab-group>.tier-definition,.card.is-flush .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .card.is-flush .Draggable.tier-definition-container>.tier-definition,.DragDropContext .is-flush.Draggable .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-flush.Draggable .Draggable.tier-definition-container>.tier-definition,.is-flush.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-flush.table .Draggable.tier-definition-container>.tier-definition,.is-flush.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-flush.flag .Draggable.tier-definition-container>.tier-definition,.card.is-flush .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .card.is-flush .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-flush.Draggable .Draggable.tier-definition-container>.tier-definition,.is-flush.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-flush.table .Draggable.tier-definition-container>.tier-definition,.is-flush.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-flush.flag .Draggable.tier-definition-container>.tier-definition,.card.is-flush .ProfileTier .card-section.form>.tier-definition,.ProfileTier .card.is-flush .card-section.form>.tier-definition,.DragDropContext .is-flush.Draggable .ProfileTier .card-section.form>.tier-definition,.ProfileTier .DragDropContext .is-flush.Draggable .card-section.form>.tier-definition,.is-flush.table .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-flush.table .card-section.form>.tier-definition,.is-flush.flag .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-flush.flag .card-section.form>.tier-definition,.card.is-flush .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .card.is-flush .card-section.tab-group>.tier-definition,.DragDropContext .is-flush.Draggable .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-flush.Draggable .card-section.tab-group>.tier-definition,.is-flush.table .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-flush.table .card-section.tab-group>.tier-definition,.is-flush.flag .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-flush.flag .card-section.tab-group>.tier-definition,.card.is-flush .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .card.is-flush .card-section.tier-definition-container>.tier-definition,.DragDropContext .is-flush.Draggable .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-flush.Draggable .card-section.tier-definition-container>.tier-definition,.is-flush.table .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-flush.table .card-section.tier-definition-container>.tier-definition,.is-flush.flag .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-flush.flag .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-flush.form>.tier-definition,.grid.is-flush .ProfileTier .form.row>.tier-definition,.ProfileTier .grid.is-flush .form.row>.tier-definition,.ProfileOverview .content .ProfileTier .form.card-section>.tier-definition,.ProfileTier .ProfileOverview .content .form.card-section>.tier-definition,.ProfileOverview .content .DragDropContext .ProfileTier .form.Draggable>.tier-definition,.ProfileTier .ProfileOverview .content .DragDropContext .form.Draggable>.tier-definition,.DragDropContext .ProfileOverview .content .ProfileTier .form.Draggable>.tier-definition,.ProfileTier .DragDropContext .ProfileOverview .content .form.Draggable>.tier-definition,.ProfileDatesOverview .content .ProfileTier .form.card-section>.tier-definition,.ProfileTier .ProfileDatesOverview .content .form.card-section>.tier-definition,.ProfileDatesOverview .content .DragDropContext .ProfileTier .form.Draggable>.tier-definition,.ProfileTier .ProfileDatesOverview .content .DragDropContext .form.Draggable>.tier-definition,.DragDropContext .ProfileDatesOverview .content .ProfileTier .form.Draggable>.tier-definition,.ProfileTier .DragDropContext .ProfileDatesOverview .content .form.Draggable>.tier-definition,.grid.is-flush .ProfileTier .row>.tier-definition,.ProfileTier .grid.is-flush .row>.tier-definition,.grid.is-flush .ProfileTier .form>.tier-definition,.ProfileTier .grid.is-flush .form>.tier-definition,.grid.is-flush .ProfileTier .tab-group>.tier-definition,.ProfileTier .grid.is-flush .tab-group>.tier-definition,.grid.is-flush .ProfileTier .tier-definition-container>.tier-definition,.ProfileTier .grid.is-flush .tier-definition-container>.tier-definition,.ProfileTier .is-flush.tab-group>.tier-definition,.grid.is-flush .ProfileTier .tab-group.row>.tier-definition,.ProfileTier .grid.is-flush .tab-group.row>.tier-definition,.ProfileOverview .content .ProfileTier .tab-group.card-section>.tier-definition,.ProfileTier .ProfileOverview .content .tab-group.card-section>.tier-definition,.ProfileOverview .content .DragDropContext .ProfileTier .tab-group.Draggable>.tier-definition,.ProfileTier .ProfileOverview .content .DragDropContext .tab-group.Draggable>.tier-definition,.DragDropContext .ProfileOverview .content .ProfileTier .tab-group.Draggable>.tier-definition,.ProfileTier .DragDropContext .ProfileOverview .content .tab-group.Draggable>.tier-definition,.ProfileDatesOverview .content .ProfileTier .tab-group.card-section>.tier-definition,.ProfileTier .ProfileDatesOverview .content .tab-group.card-section>.tier-definition,.ProfileDatesOverview .content .DragDropContext .ProfileTier .tab-group.Draggable>.tier-definition,.ProfileTier .ProfileDatesOverview .content .DragDropContext .tab-group.Draggable>.tier-definition,.DragDropContext .ProfileDatesOverview .content .ProfileTier .tab-group.Draggable>.tier-definition,.ProfileTier .DragDropContext .ProfileDatesOverview .content .tab-group.Draggable>.tier-definition,.ProfileOverview .content .ProfileTier .row.card-section>.tier-definition,.ProfileTier .ProfileOverview .content .row.card-section>.tier-definition,.ProfileOverview .content .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .ProfileOverview .content .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .ProfileOverview .content .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .ProfileOverview .content .row.Draggable>.tier-definition,.ProfileOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .ProfileOverview .content .Draggable.tier-definition-container>.tier-definition,.ProfileOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .ProfileOverview .content .Draggable.tier-definition-container>.tier-definition,.ProfileOverview .content .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .ProfileOverview .content .card-section.tier-definition-container>.tier-definition,.ProfileDatesOverview .content .ProfileTier .row.card-section>.tier-definition,.ProfileTier .ProfileDatesOverview .content .row.card-section>.tier-definition,.ProfileDatesOverview .content .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .ProfileDatesOverview .content .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .ProfileDatesOverview .content .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .ProfileDatesOverview .content .row.Draggable>.tier-definition,.ProfileDatesOverview .content .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .ProfileDatesOverview .content .Draggable.tier-definition-container>.tier-definition,.ProfileDatesOverview .content .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .ProfileDatesOverview .content .Draggable.tier-definition-container>.tier-definition,.ProfileDatesOverview .content .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .ProfileDatesOverview .content .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-flush.tier-definition-container>.tier-definition,.ProfileTier .card.is-flush .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .card.is-flush .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .is-flush.table .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .is-flush.table .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .is-flush.flag .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .is-flush.flag .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .grid.is-flush .tier-definition-container.row>.tier-definition,.grid.is-flush .ProfileTier .tier-definition-container.row>.tier-definition,.ProfileTier .ProfileOverview .content .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .ProfileOverview .content .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .ProfileDatesOverview .content .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .ProfileDatesOverview .content .ProfileTier .tier-definition-container.Draggable>.tier-definition{padding-left:0;padding-right:0}.row.is-xsmall,.card.is-xsmall .row.card-section,.DragDropContext .is-xsmall.Draggable .row.card-section,.is-xsmall.table .row.card-section,.is-xsmall.flag .row.card-section,.card.is-xsmall .DragDropContext .row.Draggable,.DragDropContext .card.is-xsmall .row.Draggable,.DragDropContext .is-xsmall.Draggable .row.Draggable,.is-xsmall.table .DragDropContext .row.Draggable,.DragDropContext .is-xsmall.table .row.Draggable,.is-xsmall.flag .DragDropContext .row.Draggable,.DragDropContext .is-xsmall.flag .row.Draggable,.card.is-xsmall .DragDropContext .Draggable.form,.DragDropContext .card.is-xsmall .Draggable.form,.DragDropContext .is-xsmall.Draggable .Draggable.form,.is-xsmall.table .DragDropContext .Draggable.form,.DragDropContext .is-xsmall.table .Draggable.form,.is-xsmall.flag .DragDropContext .Draggable.form,.DragDropContext .is-xsmall.flag .Draggable.form,.card.is-xsmall .DragDropContext .Draggable.tab-group,.DragDropContext .card.is-xsmall .Draggable.tab-group,.DragDropContext .is-xsmall.Draggable .Draggable.tab-group,.is-xsmall.table .DragDropContext .Draggable.tab-group,.DragDropContext .is-xsmall.table .Draggable.tab-group,.is-xsmall.flag .DragDropContext .Draggable.tab-group,.DragDropContext .is-xsmall.flag .Draggable.tab-group,.card.is-xsmall .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .card.is-xsmall .Draggable.tier-definition-container,.DragDropContext .is-xsmall.Draggable .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-xsmall.Draggable .Draggable.tier-definition-container,.is-xsmall.table .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-xsmall.table .Draggable.tier-definition-container,.is-xsmall.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-xsmall.flag .Draggable.tier-definition-container,.card.is-xsmall .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .card.is-xsmall .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-xsmall.Draggable .Draggable.tier-definition-container,.is-xsmall.table .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-xsmall.table .Draggable.tier-definition-container,.is-xsmall.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-xsmall.flag .Draggable.tier-definition-container,.card.is-xsmall .card-section.form,.DragDropContext .is-xsmall.Draggable .card-section.form,.is-xsmall.table .card-section.form,.is-xsmall.flag .card-section.form,.card.is-xsmall .card-section.tab-group,.DragDropContext .is-xsmall.Draggable .card-section.tab-group,.is-xsmall.table .card-section.tab-group,.is-xsmall.flag .card-section.tab-group,.card.is-xsmall .ProfileTier .card-section.tier-definition-container,.ProfileTier .card.is-xsmall .card-section.tier-definition-container,.DragDropContext .is-xsmall.Draggable .ProfileTier .card-section.tier-definition-container,.ProfileTier .DragDropContext .is-xsmall.Draggable .card-section.tier-definition-container,.is-xsmall.table .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-xsmall.table .card-section.tier-definition-container,.is-xsmall.flag .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-xsmall.flag .card-section.tier-definition-container,.is-xsmall.form,.grid.is-xsmall .row,.grid.is-xsmall .form,.grid.is-xsmall .tab-group,.grid.is-xsmall .ProfileTier .tier-definition-container,.ProfileTier .grid.is-xsmall .tier-definition-container,.is-xsmall.tab-group,.ProfileTier .tier-definition-container{margin-left:-2px;margin-right:-2px}.row.is-xsmall>.col,.card.is-xsmall .row.card-section>.col,.DragDropContext .is-xsmall.Draggable .row.card-section>.col,.is-xsmall.table .row.card-section>.col,.is-xsmall.flag .row.card-section>.col,.card.is-xsmall .DragDropContext .row.Draggable>.col,.DragDropContext .card.is-xsmall .row.Draggable>.col,.DragDropContext .is-xsmall.Draggable .row.Draggable>.col,.is-xsmall.table .DragDropContext .row.Draggable>.col,.DragDropContext .is-xsmall.table .row.Draggable>.col,.is-xsmall.flag .DragDropContext .row.Draggable>.col,.DragDropContext .is-xsmall.flag .row.Draggable>.col,.card.is-xsmall .DragDropContext .Draggable.form>.col,.DragDropContext .card.is-xsmall .Draggable.form>.col,.DragDropContext .is-xsmall.Draggable .Draggable.form>.col,.is-xsmall.table .DragDropContext .Draggable.form>.col,.DragDropContext .is-xsmall.table .Draggable.form>.col,.is-xsmall.flag .DragDropContext .Draggable.form>.col,.DragDropContext .is-xsmall.flag .Draggable.form>.col,.card.is-xsmall .DragDropContext .Draggable.tab-group>.col,.DragDropContext .card.is-xsmall .Draggable.tab-group>.col,.DragDropContext .is-xsmall.Draggable .Draggable.tab-group>.col,.is-xsmall.table .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-xsmall.table .Draggable.tab-group>.col,.is-xsmall.flag .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-xsmall.flag .Draggable.tab-group>.col,.card.is-xsmall .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .card.is-xsmall .Draggable.tier-definition-container>.col,.DragDropContext .is-xsmall.Draggable .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-xsmall.Draggable .Draggable.tier-definition-container>.col,.is-xsmall.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-xsmall.table .Draggable.tier-definition-container>.col,.is-xsmall.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-xsmall.flag .Draggable.tier-definition-container>.col,.card.is-xsmall .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .card.is-xsmall .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-xsmall.Draggable .Draggable.tier-definition-container>.col,.is-xsmall.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-xsmall.table .Draggable.tier-definition-container>.col,.is-xsmall.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-xsmall.flag .Draggable.tier-definition-container>.col,.card.is-xsmall .card-section.form>.col,.DragDropContext .is-xsmall.Draggable .card-section.form>.col,.is-xsmall.table .card-section.form>.col,.is-xsmall.flag .card-section.form>.col,.card.is-xsmall .card-section.tab-group>.col,.DragDropContext .is-xsmall.Draggable .card-section.tab-group>.col,.is-xsmall.table .card-section.tab-group>.col,.is-xsmall.flag .card-section.tab-group>.col,.card.is-xsmall .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .card.is-xsmall .card-section.tier-definition-container>.col,.DragDropContext .is-xsmall.Draggable .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .DragDropContext .is-xsmall.Draggable .card-section.tier-definition-container>.col,.is-xsmall.table .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-xsmall.table .card-section.tier-definition-container>.col,.is-xsmall.flag .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-xsmall.flag .card-section.tier-definition-container>.col,.is-xsmall.form>.col,.grid.is-xsmall .form.row>.col,.ProfileTier .form.tier-definition-container>.col,.grid.is-xsmall .row>.col,.grid.is-xsmall .form>.col,.grid.is-xsmall .tab-group>.col,.grid.is-xsmall .ProfileTier .tier-definition-container>.col,.ProfileTier .grid.is-xsmall .tier-definition-container>.col,.is-xsmall.tab-group>.col,.grid.is-xsmall .tab-group.row>.col,.ProfileTier .tab-group.tier-definition-container>.col,.ProfileTier .tier-definition-container>.col,.row.is-xsmall>.fieldset,.card.is-xsmall .row.card-section>.fieldset,.DragDropContext .is-xsmall.Draggable .row.card-section>.fieldset,.is-xsmall.table .row.card-section>.fieldset,.is-xsmall.flag .row.card-section>.fieldset,.card.is-xsmall .DragDropContext .row.Draggable>.fieldset,.DragDropContext .card.is-xsmall .row.Draggable>.fieldset,.DragDropContext .is-xsmall.Draggable .row.Draggable>.fieldset,.is-xsmall.table .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-xsmall.table .row.Draggable>.fieldset,.is-xsmall.flag .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-xsmall.flag .row.Draggable>.fieldset,.card.is-xsmall .DragDropContext .Draggable.form>.fieldset,.DragDropContext .card.is-xsmall .Draggable.form>.fieldset,.DragDropContext .is-xsmall.Draggable .Draggable.form>.fieldset,.is-xsmall.table .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-xsmall.table .Draggable.form>.fieldset,.is-xsmall.flag .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-xsmall.flag .Draggable.form>.fieldset,.card.is-xsmall .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .card.is-xsmall .Draggable.tab-group>.fieldset,.DragDropContext .is-xsmall.Draggable .Draggable.tab-group>.fieldset,.is-xsmall.table .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-xsmall.table .Draggable.tab-group>.fieldset,.is-xsmall.flag .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-xsmall.flag .Draggable.tab-group>.fieldset,.card.is-xsmall .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .card.is-xsmall .Draggable.tier-definition-container>.fieldset,.DragDropContext .is-xsmall.Draggable .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-xsmall.Draggable .Draggable.tier-definition-container>.fieldset,.is-xsmall.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-xsmall.table .Draggable.tier-definition-container>.fieldset,.is-xsmall.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-xsmall.flag .Draggable.tier-definition-container>.fieldset,.card.is-xsmall .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .card.is-xsmall .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-xsmall.Draggable .Draggable.tier-definition-container>.fieldset,.is-xsmall.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-xsmall.table .Draggable.tier-definition-container>.fieldset,.is-xsmall.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-xsmall.flag .Draggable.tier-definition-container>.fieldset,.card.is-xsmall .card-section.form>.fieldset,.DragDropContext .is-xsmall.Draggable .card-section.form>.fieldset,.is-xsmall.table .card-section.form>.fieldset,.is-xsmall.flag .card-section.form>.fieldset,.card.is-xsmall .card-section.tab-group>.fieldset,.DragDropContext .is-xsmall.Draggable .card-section.tab-group>.fieldset,.is-xsmall.table .card-section.tab-group>.fieldset,.is-xsmall.flag .card-section.tab-group>.fieldset,.card.is-xsmall .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .card.is-xsmall .card-section.tier-definition-container>.fieldset,.DragDropContext .is-xsmall.Draggable .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-xsmall.Draggable .card-section.tier-definition-container>.fieldset,.is-xsmall.table .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-xsmall.table .card-section.tier-definition-container>.fieldset,.is-xsmall.flag .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-xsmall.flag .card-section.tier-definition-container>.fieldset,.is-xsmall.form>.fieldset,.grid.is-xsmall .form.row>.fieldset,.ProfileTier .form.tier-definition-container>.fieldset,.grid.is-xsmall .row>.fieldset,.grid.is-xsmall .form>.fieldset,.grid.is-xsmall .tab-group>.fieldset,.grid.is-xsmall .ProfileTier .tier-definition-container>.fieldset,.ProfileTier .grid.is-xsmall .tier-definition-container>.fieldset,.is-xsmall.tab-group>.fieldset,.grid.is-xsmall .tab-group.row>.fieldset,.ProfileTier .tab-group.tier-definition-container>.fieldset,.ProfileTier .tier-definition-container>.fieldset,.row.is-xsmall>.tab,.card.is-xsmall .row.card-section>.tab,.DragDropContext .is-xsmall.Draggable .row.card-section>.tab,.is-xsmall.table .row.card-section>.tab,.is-xsmall.flag .row.card-section>.tab,.card.is-xsmall .DragDropContext .row.Draggable>.tab,.DragDropContext .card.is-xsmall .row.Draggable>.tab,.DragDropContext .is-xsmall.Draggable .row.Draggable>.tab,.is-xsmall.table .DragDropContext .row.Draggable>.tab,.DragDropContext .is-xsmall.table .row.Draggable>.tab,.is-xsmall.flag .DragDropContext .row.Draggable>.tab,.DragDropContext .is-xsmall.flag .row.Draggable>.tab,.card.is-xsmall .DragDropContext .Draggable.form>.tab,.DragDropContext .card.is-xsmall .Draggable.form>.tab,.DragDropContext .is-xsmall.Draggable .Draggable.form>.tab,.is-xsmall.table .DragDropContext .Draggable.form>.tab,.DragDropContext .is-xsmall.table .Draggable.form>.tab,.is-xsmall.flag .DragDropContext .Draggable.form>.tab,.DragDropContext .is-xsmall.flag .Draggable.form>.tab,.card.is-xsmall .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .card.is-xsmall .Draggable.tab-group>.tab,.DragDropContext .is-xsmall.Draggable .Draggable.tab-group>.tab,.is-xsmall.table .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-xsmall.table .Draggable.tab-group>.tab,.is-xsmall.flag .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-xsmall.flag .Draggable.tab-group>.tab,.card.is-xsmall .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .card.is-xsmall .Draggable.tier-definition-container>.tab,.DragDropContext .is-xsmall.Draggable .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-xsmall.Draggable .Draggable.tier-definition-container>.tab,.is-xsmall.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-xsmall.table .Draggable.tier-definition-container>.tab,.is-xsmall.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-xsmall.flag .Draggable.tier-definition-container>.tab,.card.is-xsmall .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .card.is-xsmall .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-xsmall.Draggable .Draggable.tier-definition-container>.tab,.is-xsmall.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-xsmall.table .Draggable.tier-definition-container>.tab,.is-xsmall.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-xsmall.flag .Draggable.tier-definition-container>.tab,.card.is-xsmall .card-section.form>.tab,.DragDropContext .is-xsmall.Draggable .card-section.form>.tab,.is-xsmall.table .card-section.form>.tab,.is-xsmall.flag .card-section.form>.tab,.card.is-xsmall .card-section.tab-group>.tab,.DragDropContext .is-xsmall.Draggable .card-section.tab-group>.tab,.is-xsmall.table .card-section.tab-group>.tab,.is-xsmall.flag .card-section.tab-group>.tab,.card.is-xsmall .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .card.is-xsmall .card-section.tier-definition-container>.tab,.DragDropContext .is-xsmall.Draggable .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-xsmall.Draggable .card-section.tier-definition-container>.tab,.is-xsmall.table .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-xsmall.table .card-section.tier-definition-container>.tab,.is-xsmall.flag .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-xsmall.flag .card-section.tier-definition-container>.tab,.is-xsmall.form>.tab,.grid.is-xsmall .form.row>.tab,.ProfileTier .form.tier-definition-container>.tab,.grid.is-xsmall .row>.tab,.grid.is-xsmall .form>.tab,.grid.is-xsmall .tab-group>.tab,.grid.is-xsmall .ProfileTier .tier-definition-container>.tab,.ProfileTier .grid.is-xsmall .tier-definition-container>.tab,.is-xsmall.tab-group>.tab,.grid.is-xsmall .tab-group.row>.tab,.ProfileTier .tab-group.tier-definition-container>.tab,.ProfileTier .tier-definition-container>.tab,.tab-group .row.is-xsmall>li,.card.is-xsmall .tab-group .row.card-section>li,.tab-group .card.is-xsmall .row.card-section>li,.DragDropContext .is-xsmall.Draggable .tab-group .row.card-section>li,.tab-group .DragDropContext .is-xsmall.Draggable .row.card-section>li,.is-xsmall.table .tab-group .row.card-section>li,.tab-group .is-xsmall.table .row.card-section>li,.is-xsmall.flag .tab-group .row.card-section>li,.tab-group .is-xsmall.flag .row.card-section>li,.card.is-xsmall .DragDropContext .tab-group .row.Draggable>li,.tab-group .card.is-xsmall .DragDropContext .row.Draggable>li,.DragDropContext .card.is-xsmall .tab-group .row.Draggable>li,.tab-group .DragDropContext .card.is-xsmall .row.Draggable>li,.DragDropContext .is-xsmall.Draggable .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-xsmall.Draggable .row.Draggable>li,.is-xsmall.table .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-xsmall.table .DragDropContext .row.Draggable>li,.DragDropContext .is-xsmall.table .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-xsmall.table .row.Draggable>li,.is-xsmall.flag .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-xsmall.flag .DragDropContext .row.Draggable>li,.DragDropContext .is-xsmall.flag .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-xsmall.flag .row.Draggable>li,.card.is-xsmall .DragDropContext .tab-group .Draggable.form>li,.tab-group .card.is-xsmall .DragDropContext .Draggable.form>li,.DragDropContext .card.is-xsmall .tab-group .Draggable.form>li,.tab-group .DragDropContext .card.is-xsmall .Draggable.form>li,.DragDropContext .is-xsmall.Draggable .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-xsmall.Draggable .Draggable.form>li,.is-xsmall.table .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-xsmall.table .DragDropContext .Draggable.form>li,.DragDropContext .is-xsmall.table .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-xsmall.table .Draggable.form>li,.is-xsmall.flag .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-xsmall.flag .DragDropContext .Draggable.form>li,.DragDropContext .is-xsmall.flag .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-xsmall.flag .Draggable.form>li,.card.is-xsmall .DragDropContext .Draggable.tab-group>li,.DragDropContext .card.is-xsmall .Draggable.tab-group>li,.DragDropContext .is-xsmall.Draggable .Draggable.tab-group>li,.is-xsmall.table .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-xsmall.table .Draggable.tab-group>li,.is-xsmall.flag .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-xsmall.flag .Draggable.tab-group>li,.card.is-xsmall .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-xsmall .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .card.is-xsmall .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .card.is-xsmall .Draggable.tier-definition-container>li,.DragDropContext .is-xsmall.Draggable .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .is-xsmall.Draggable .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-xsmall.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-xsmall.Draggable .Draggable.tier-definition-container>li,.is-xsmall.table .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-xsmall.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-xsmall.table .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-xsmall.table .Draggable.tier-definition-container>li,.is-xsmall.flag .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-xsmall.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-xsmall.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-xsmall.flag .Draggable.tier-definition-container>li,.card.is-xsmall .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-xsmall .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .card.is-xsmall .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .card.is-xsmall .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-xsmall.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-xsmall.Draggable .Draggable.tier-definition-container>li,.is-xsmall.table .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-xsmall.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-xsmall.table .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-xsmall.table .Draggable.tier-definition-container>li,.is-xsmall.flag .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-xsmall.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-xsmall.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-xsmall.flag .Draggable.tier-definition-container>li,.card.is-xsmall .tab-group .card-section.form>li,.tab-group .card.is-xsmall .card-section.form>li,.DragDropContext .is-xsmall.Draggable .tab-group .card-section.form>li,.tab-group .DragDropContext .is-xsmall.Draggable .card-section.form>li,.is-xsmall.table .tab-group .card-section.form>li,.tab-group .is-xsmall.table .card-section.form>li,.is-xsmall.flag .tab-group .card-section.form>li,.tab-group .is-xsmall.flag .card-section.form>li,.card.is-xsmall .card-section.tab-group>li,.DragDropContext .is-xsmall.Draggable .card-section.tab-group>li,.is-xsmall.table .card-section.tab-group>li,.is-xsmall.flag .card-section.tab-group>li,.card.is-xsmall .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .card.is-xsmall .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .card.is-xsmall .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .card.is-xsmall .card-section.tier-definition-container>li,.DragDropContext .is-xsmall.Draggable .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .DragDropContext .is-xsmall.Draggable .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .DragDropContext .is-xsmall.Draggable .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-xsmall.Draggable .card-section.tier-definition-container>li,.is-xsmall.table .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-xsmall.table .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-xsmall.table .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-xsmall.table .card-section.tier-definition-container>li,.is-xsmall.flag .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-xsmall.flag .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-xsmall.flag .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-xsmall.flag .card-section.tier-definition-container>li,.tab-group .is-xsmall.form>li,.grid.is-xsmall .tab-group .form.row>li,.tab-group .grid.is-xsmall .form.row>li,.ProfileTier .tab-group .form.tier-definition-container>li,.tab-group .ProfileTier .form.tier-definition-container>li,.grid.is-xsmall .tab-group .row>li,.tab-group .grid.is-xsmall .row>li,.grid.is-xsmall .tab-group .form>li,.tab-group .grid.is-xsmall .form>li,.grid.is-xsmall .tab-group>li,.grid.is-xsmall .ProfileTier .tab-group .tier-definition-container>li,.tab-group .grid.is-xsmall .ProfileTier .tier-definition-container>li,.ProfileTier .grid.is-xsmall .tab-group .tier-definition-container>li,.tab-group .ProfileTier .grid.is-xsmall .tier-definition-container>li,.is-xsmall.tab-group>li,.grid.is-xsmall .tab-group.row>li,.ProfileTier .tab-group.tier-definition-container>li,.ProfileTier .tab-group .tier-definition-container>li,.tab-group .ProfileTier .tier-definition-container>li,.ProfileTier .row.is-xsmall>.tier-definition,.card.is-xsmall .ProfileTier .row.card-section>.tier-definition,.ProfileTier .card.is-xsmall .row.card-section>.tier-definition,.DragDropContext .is-xsmall.Draggable .ProfileTier .row.card-section>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.Draggable .row.card-section>.tier-definition,.is-xsmall.table .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-xsmall.table .row.card-section>.tier-definition,.is-xsmall.flag .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-xsmall.flag .row.card-section>.tier-definition,.card.is-xsmall .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .card.is-xsmall .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .card.is-xsmall .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .card.is-xsmall .row.Draggable>.tier-definition,.DragDropContext .is-xsmall.Draggable .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.Draggable .row.Draggable>.tier-definition,.is-xsmall.table .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-xsmall.table .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-xsmall.table .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.table .row.Draggable>.tier-definition,.is-xsmall.flag .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-xsmall.flag .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-xsmall.flag .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.flag .row.Draggable>.tier-definition,.card.is-xsmall .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .card.is-xsmall .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .card.is-xsmall .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .card.is-xsmall .Draggable.form>.tier-definition,.DragDropContext .is-xsmall.Draggable .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.Draggable .Draggable.form>.tier-definition,.is-xsmall.table .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-xsmall.table .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-xsmall.table .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.table .Draggable.form>.tier-definition,.is-xsmall.flag .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-xsmall.flag .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-xsmall.flag .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.flag .Draggable.form>.tier-definition,.card.is-xsmall .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .card.is-xsmall .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .card.is-xsmall .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .card.is-xsmall .Draggable.tab-group>.tier-definition,.DragDropContext .is-xsmall.Draggable .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.Draggable .Draggable.tab-group>.tier-definition,.is-xsmall.table .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-xsmall.table .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-xsmall.table .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.table .Draggable.tab-group>.tier-definition,.is-xsmall.flag .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-xsmall.flag .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-xsmall.flag .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.flag .Draggable.tab-group>.tier-definition,.card.is-xsmall .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .card.is-xsmall .Draggable.tier-definition-container>.tier-definition,.DragDropContext .is-xsmall.Draggable .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-xsmall.Draggable .Draggable.tier-definition-container>.tier-definition,.is-xsmall.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-xsmall.table .Draggable.tier-definition-container>.tier-definition,.is-xsmall.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-xsmall.flag .Draggable.tier-definition-container>.tier-definition,.card.is-xsmall .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .card.is-xsmall .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.Draggable .Draggable.tier-definition-container>.tier-definition,.is-xsmall.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.table .Draggable.tier-definition-container>.tier-definition,.is-xsmall.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.flag .Draggable.tier-definition-container>.tier-definition,.card.is-xsmall .ProfileTier .card-section.form>.tier-definition,.ProfileTier .card.is-xsmall .card-section.form>.tier-definition,.DragDropContext .is-xsmall.Draggable .ProfileTier .card-section.form>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.Draggable .card-section.form>.tier-definition,.is-xsmall.table .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-xsmall.table .card-section.form>.tier-definition,.is-xsmall.flag .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-xsmall.flag .card-section.form>.tier-definition,.card.is-xsmall .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .card.is-xsmall .card-section.tab-group>.tier-definition,.DragDropContext .is-xsmall.Draggable .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.Draggable .card-section.tab-group>.tier-definition,.is-xsmall.table .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-xsmall.table .card-section.tab-group>.tier-definition,.is-xsmall.flag .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-xsmall.flag .card-section.tab-group>.tier-definition,.card.is-xsmall .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .card.is-xsmall .card-section.tier-definition-container>.tier-definition,.DragDropContext .is-xsmall.Draggable .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-xsmall.Draggable .card-section.tier-definition-container>.tier-definition,.is-xsmall.table .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-xsmall.table .card-section.tier-definition-container>.tier-definition,.is-xsmall.flag .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-xsmall.flag .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-xsmall.form>.tier-definition,.grid.is-xsmall .ProfileTier .form.row>.tier-definition,.ProfileTier .grid.is-xsmall .form.row>.tier-definition,.ProfileTier .form.tier-definition-container>.tier-definition,.grid.is-xsmall .ProfileTier .row>.tier-definition,.ProfileTier .grid.is-xsmall .row>.tier-definition,.grid.is-xsmall .ProfileTier .form>.tier-definition,.ProfileTier .grid.is-xsmall .form>.tier-definition,.grid.is-xsmall .ProfileTier .tab-group>.tier-definition,.ProfileTier .grid.is-xsmall .tab-group>.tier-definition,.grid.is-xsmall .ProfileTier .tier-definition-container>.tier-definition,.ProfileTier .grid.is-xsmall .tier-definition-container>.tier-definition,.ProfileTier .is-xsmall.tab-group>.tier-definition,.grid.is-xsmall .ProfileTier .tab-group.row>.tier-definition,.ProfileTier .grid.is-xsmall .tab-group.row>.tier-definition,.ProfileTier .tab-group.tier-definition-container>.tier-definition,.ProfileTier .tier-definition-container>.tier-definition{padding-left:2px;padding-right:2px}.row.is-small,.Alerts .alert .row.close,.Alerts .alert .close.form,.Alerts .alert .close.tab-group,.Alerts .alert .ProfileTier .close.tier-definition-container,.ProfileTier .Alerts .alert .close.tier-definition-container,.card.is-small .row.card-section,.DragDropContext .is-small.Draggable .row.card-section,.is-small.table .row.card-section,.is-small.flag .row.card-section,.card.is-small .DragDropContext .row.Draggable,.DragDropContext .card.is-small .row.Draggable,.DragDropContext .is-small.Draggable .row.Draggable,.is-small.table .DragDropContext .row.Draggable,.DragDropContext .is-small.table .row.Draggable,.is-small.flag .DragDropContext .row.Draggable,.DragDropContext .is-small.flag .row.Draggable,.card.is-small .DragDropContext .Draggable.form,.DragDropContext .card.is-small .Draggable.form,.DragDropContext .is-small.Draggable .Draggable.form,.is-small.table .DragDropContext .Draggable.form,.DragDropContext .is-small.table .Draggable.form,.is-small.flag .DragDropContext .Draggable.form,.DragDropContext .is-small.flag .Draggable.form,.card.is-small .DragDropContext .Draggable.tab-group,.DragDropContext .card.is-small .Draggable.tab-group,.DragDropContext .is-small.Draggable .Draggable.tab-group,.is-small.table .DragDropContext .Draggable.tab-group,.DragDropContext .is-small.table .Draggable.tab-group,.is-small.flag .DragDropContext .Draggable.tab-group,.DragDropContext .is-small.flag .Draggable.tab-group,.card.is-small .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .card.is-small .Draggable.tier-definition-container,.DragDropContext .is-small.Draggable .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-small.Draggable .Draggable.tier-definition-container,.is-small.table .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-small.table .Draggable.tier-definition-container,.is-small.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-small.flag .Draggable.tier-definition-container,.card.is-small .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .card.is-small .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-small.Draggable .Draggable.tier-definition-container,.is-small.table .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-small.table .Draggable.tier-definition-container,.is-small.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-small.flag .Draggable.tier-definition-container,.card.is-small .card-section.form,.DragDropContext .is-small.Draggable .card-section.form,.is-small.table .card-section.form,.is-small.flag .card-section.form,.card.is-small .card-section.tab-group,.DragDropContext .is-small.Draggable .card-section.tab-group,.is-small.table .card-section.tab-group,.is-small.flag .card-section.tab-group,.card.is-small .ProfileTier .card-section.tier-definition-container,.ProfileTier .card.is-small .card-section.tier-definition-container,.DragDropContext .is-small.Draggable .ProfileTier .card-section.tier-definition-container,.ProfileTier .DragDropContext .is-small.Draggable .card-section.tier-definition-container,.is-small.table .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-small.table .card-section.tier-definition-container,.is-small.flag .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-small.flag .card-section.tier-definition-container,.is-small.form,.grid.is-small .row,.grid.is-small .form,.grid.is-small .tab-group,.grid.is-small .ProfileTier .tier-definition-container,.ProfileTier .grid.is-small .tier-definition-container,.is-small.tab-group,.ProfileTier .is-small.tier-definition-container,.ProfileTier .card.is-small .DragDropContext .tier-definition-container.Draggable,.DragDropContext .card.is-small .ProfileTier .tier-definition-container.Draggable,.ProfileTier .is-small.table .DragDropContext .tier-definition-container.Draggable,.DragDropContext .is-small.table .ProfileTier .tier-definition-container.Draggable,.ProfileTier .is-small.flag .DragDropContext .tier-definition-container.Draggable,.DragDropContext .is-small.flag .ProfileTier .tier-definition-container.Draggable{margin-left:-4px;margin-right:-4px}.row.is-small>.col,.Alerts .alert .row.close>.col,.Alerts .alert .close.form>.col,.Alerts .alert .close.tab-group>.col,.Alerts .alert .ProfileTier .close.tier-definition-container>.col,.ProfileTier .Alerts .alert .close.tier-definition-container>.col,.card.is-small .row.card-section>.col,.DragDropContext .is-small.Draggable .row.card-section>.col,.is-small.table .row.card-section>.col,.is-small.flag .row.card-section>.col,.card.is-small .DragDropContext .row.Draggable>.col,.DragDropContext .card.is-small .row.Draggable>.col,.DragDropContext .is-small.Draggable .row.Draggable>.col,.is-small.table .DragDropContext .row.Draggable>.col,.DragDropContext .is-small.table .row.Draggable>.col,.is-small.flag .DragDropContext .row.Draggable>.col,.DragDropContext .is-small.flag .row.Draggable>.col,.card.is-small .DragDropContext .Draggable.form>.col,.DragDropContext .card.is-small .Draggable.form>.col,.DragDropContext .is-small.Draggable .Draggable.form>.col,.is-small.table .DragDropContext .Draggable.form>.col,.DragDropContext .is-small.table .Draggable.form>.col,.is-small.flag .DragDropContext .Draggable.form>.col,.DragDropContext .is-small.flag .Draggable.form>.col,.card.is-small .DragDropContext .Draggable.tab-group>.col,.DragDropContext .card.is-small .Draggable.tab-group>.col,.DragDropContext .is-small.Draggable .Draggable.tab-group>.col,.is-small.table .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-small.table .Draggable.tab-group>.col,.is-small.flag .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-small.flag .Draggable.tab-group>.col,.card.is-small .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .card.is-small .Draggable.tier-definition-container>.col,.DragDropContext .is-small.Draggable .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-small.Draggable .Draggable.tier-definition-container>.col,.is-small.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-small.table .Draggable.tier-definition-container>.col,.is-small.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-small.flag .Draggable.tier-definition-container>.col,.card.is-small .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .card.is-small .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-small.Draggable .Draggable.tier-definition-container>.col,.is-small.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-small.table .Draggable.tier-definition-container>.col,.is-small.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-small.flag .Draggable.tier-definition-container>.col,.card.is-small .card-section.form>.col,.DragDropContext .is-small.Draggable .card-section.form>.col,.is-small.table .card-section.form>.col,.is-small.flag .card-section.form>.col,.card.is-small .card-section.tab-group>.col,.DragDropContext .is-small.Draggable .card-section.tab-group>.col,.is-small.table .card-section.tab-group>.col,.is-small.flag .card-section.tab-group>.col,.card.is-small .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .card.is-small .card-section.tier-definition-container>.col,.DragDropContext .is-small.Draggable .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .DragDropContext .is-small.Draggable .card-section.tier-definition-container>.col,.is-small.table .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-small.table .card-section.tier-definition-container>.col,.is-small.flag .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-small.flag .card-section.tier-definition-container>.col,.is-small.form>.col,.grid.is-small .form.row>.col,.grid.is-small .row>.col,.grid.is-small .form>.col,.grid.is-small .tab-group>.col,.grid.is-small .ProfileTier .tier-definition-container>.col,.ProfileTier .grid.is-small .tier-definition-container>.col,.is-small.tab-group>.col,.grid.is-small .tab-group.row>.col,.ProfileTier .is-small.tier-definition-container>.col,.ProfileTier .card.is-small .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .card.is-small .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .is-small.table .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .is-small.table .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .is-small.flag .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .is-small.flag .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .grid.is-small .tier-definition-container.row>.col,.grid.is-small .ProfileTier .tier-definition-container.row>.col,.row.is-small>.fieldset,.Alerts .alert .row.close>.fieldset,.Alerts .alert .close.form>.fieldset,.Alerts .alert .close.tab-group>.fieldset,.Alerts .alert .ProfileTier .close.tier-definition-container>.fieldset,.ProfileTier .Alerts .alert .close.tier-definition-container>.fieldset,.card.is-small .row.card-section>.fieldset,.DragDropContext .is-small.Draggable .row.card-section>.fieldset,.is-small.table .row.card-section>.fieldset,.is-small.flag .row.card-section>.fieldset,.card.is-small .DragDropContext .row.Draggable>.fieldset,.DragDropContext .card.is-small .row.Draggable>.fieldset,.DragDropContext .is-small.Draggable .row.Draggable>.fieldset,.is-small.table .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-small.table .row.Draggable>.fieldset,.is-small.flag .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-small.flag .row.Draggable>.fieldset,.card.is-small .DragDropContext .Draggable.form>.fieldset,.DragDropContext .card.is-small .Draggable.form>.fieldset,.DragDropContext .is-small.Draggable .Draggable.form>.fieldset,.is-small.table .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-small.table .Draggable.form>.fieldset,.is-small.flag .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-small.flag .Draggable.form>.fieldset,.card.is-small .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .card.is-small .Draggable.tab-group>.fieldset,.DragDropContext .is-small.Draggable .Draggable.tab-group>.fieldset,.is-small.table .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-small.table .Draggable.tab-group>.fieldset,.is-small.flag .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-small.flag .Draggable.tab-group>.fieldset,.card.is-small .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .card.is-small .Draggable.tier-definition-container>.fieldset,.DragDropContext .is-small.Draggable .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-small.Draggable .Draggable.tier-definition-container>.fieldset,.is-small.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-small.table .Draggable.tier-definition-container>.fieldset,.is-small.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-small.flag .Draggable.tier-definition-container>.fieldset,.card.is-small .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .card.is-small .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-small.Draggable .Draggable.tier-definition-container>.fieldset,.is-small.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-small.table .Draggable.tier-definition-container>.fieldset,.is-small.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-small.flag .Draggable.tier-definition-container>.fieldset,.card.is-small .card-section.form>.fieldset,.DragDropContext .is-small.Draggable .card-section.form>.fieldset,.is-small.table .card-section.form>.fieldset,.is-small.flag .card-section.form>.fieldset,.card.is-small .card-section.tab-group>.fieldset,.DragDropContext .is-small.Draggable .card-section.tab-group>.fieldset,.is-small.table .card-section.tab-group>.fieldset,.is-small.flag .card-section.tab-group>.fieldset,.card.is-small .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .card.is-small .card-section.tier-definition-container>.fieldset,.DragDropContext .is-small.Draggable .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-small.Draggable .card-section.tier-definition-container>.fieldset,.is-small.table .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-small.table .card-section.tier-definition-container>.fieldset,.is-small.flag .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-small.flag .card-section.tier-definition-container>.fieldset,.is-small.form>.fieldset,.grid.is-small .form.row>.fieldset,.grid.is-small .row>.fieldset,.grid.is-small .form>.fieldset,.grid.is-small .tab-group>.fieldset,.grid.is-small .ProfileTier .tier-definition-container>.fieldset,.ProfileTier .grid.is-small .tier-definition-container>.fieldset,.is-small.tab-group>.fieldset,.grid.is-small .tab-group.row>.fieldset,.ProfileTier .is-small.tier-definition-container>.fieldset,.ProfileTier .card.is-small .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .card.is-small .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .is-small.table .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .is-small.table .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .is-small.flag .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .is-small.flag .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .grid.is-small .tier-definition-container.row>.fieldset,.grid.is-small .ProfileTier .tier-definition-container.row>.fieldset,.row.is-small>.tab,.Alerts .alert .row.close>.tab,.Alerts .alert .close.form>.tab,.Alerts .alert .close.tab-group>.tab,.Alerts .alert .ProfileTier .close.tier-definition-container>.tab,.ProfileTier .Alerts .alert .close.tier-definition-container>.tab,.card.is-small .row.card-section>.tab,.DragDropContext .is-small.Draggable .row.card-section>.tab,.is-small.table .row.card-section>.tab,.is-small.flag .row.card-section>.tab,.card.is-small .DragDropContext .row.Draggable>.tab,.DragDropContext .card.is-small .row.Draggable>.tab,.DragDropContext .is-small.Draggable .row.Draggable>.tab,.is-small.table .DragDropContext .row.Draggable>.tab,.DragDropContext .is-small.table .row.Draggable>.tab,.is-small.flag .DragDropContext .row.Draggable>.tab,.DragDropContext .is-small.flag .row.Draggable>.tab,.card.is-small .DragDropContext .Draggable.form>.tab,.DragDropContext .card.is-small .Draggable.form>.tab,.DragDropContext .is-small.Draggable .Draggable.form>.tab,.is-small.table .DragDropContext .Draggable.form>.tab,.DragDropContext .is-small.table .Draggable.form>.tab,.is-small.flag .DragDropContext .Draggable.form>.tab,.DragDropContext .is-small.flag .Draggable.form>.tab,.card.is-small .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .card.is-small .Draggable.tab-group>.tab,.DragDropContext .is-small.Draggable .Draggable.tab-group>.tab,.is-small.table .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-small.table .Draggable.tab-group>.tab,.is-small.flag .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-small.flag .Draggable.tab-group>.tab,.card.is-small .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .card.is-small .Draggable.tier-definition-container>.tab,.DragDropContext .is-small.Draggable .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-small.Draggable .Draggable.tier-definition-container>.tab,.is-small.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-small.table .Draggable.tier-definition-container>.tab,.is-small.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-small.flag .Draggable.tier-definition-container>.tab,.card.is-small .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .card.is-small .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-small.Draggable .Draggable.tier-definition-container>.tab,.is-small.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-small.table .Draggable.tier-definition-container>.tab,.is-small.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-small.flag .Draggable.tier-definition-container>.tab,.card.is-small .card-section.form>.tab,.DragDropContext .is-small.Draggable .card-section.form>.tab,.is-small.table .card-section.form>.tab,.is-small.flag .card-section.form>.tab,.card.is-small .card-section.tab-group>.tab,.DragDropContext .is-small.Draggable .card-section.tab-group>.tab,.is-small.table .card-section.tab-group>.tab,.is-small.flag .card-section.tab-group>.tab,.card.is-small .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .card.is-small .card-section.tier-definition-container>.tab,.DragDropContext .is-small.Draggable .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-small.Draggable .card-section.tier-definition-container>.tab,.is-small.table .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-small.table .card-section.tier-definition-container>.tab,.is-small.flag .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-small.flag .card-section.tier-definition-container>.tab,.is-small.form>.tab,.grid.is-small .form.row>.tab,.grid.is-small .row>.tab,.grid.is-small .form>.tab,.grid.is-small .tab-group>.tab,.grid.is-small .ProfileTier .tier-definition-container>.tab,.ProfileTier .grid.is-small .tier-definition-container>.tab,.is-small.tab-group>.tab,.grid.is-small .tab-group.row>.tab,.ProfileTier .is-small.tier-definition-container>.tab,.ProfileTier .card.is-small .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .card.is-small .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .is-small.table .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .is-small.table .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .is-small.flag .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .is-small.flag .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .grid.is-small .tier-definition-container.row>.tab,.grid.is-small .ProfileTier .tier-definition-container.row>.tab,.tab-group .row.is-small>li,.Alerts .alert .tab-group .row.close>li,.tab-group .Alerts .alert .row.close>li,.Alerts .alert .tab-group .close.form>li,.tab-group .Alerts .alert .close.form>li,.Alerts .alert .close.tab-group>li,.Alerts .alert .ProfileTier .tab-group .close.tier-definition-container>li,.tab-group .Alerts .alert .ProfileTier .close.tier-definition-container>li,.ProfileTier .Alerts .alert .tab-group .close.tier-definition-container>li,.tab-group .ProfileTier .Alerts .alert .close.tier-definition-container>li,.card.is-small .tab-group .row.card-section>li,.tab-group .card.is-small .row.card-section>li,.DragDropContext .is-small.Draggable .tab-group .row.card-section>li,.tab-group .DragDropContext .is-small.Draggable .row.card-section>li,.is-small.table .tab-group .row.card-section>li,.tab-group .is-small.table .row.card-section>li,.is-small.flag .tab-group .row.card-section>li,.tab-group .is-small.flag .row.card-section>li,.card.is-small .DragDropContext .tab-group .row.Draggable>li,.tab-group .card.is-small .DragDropContext .row.Draggable>li,.DragDropContext .card.is-small .tab-group .row.Draggable>li,.tab-group .DragDropContext .card.is-small .row.Draggable>li,.DragDropContext .is-small.Draggable .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-small.Draggable .row.Draggable>li,.is-small.table .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-small.table .DragDropContext .row.Draggable>li,.DragDropContext .is-small.table .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-small.table .row.Draggable>li,.is-small.flag .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-small.flag .DragDropContext .row.Draggable>li,.DragDropContext .is-small.flag .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-small.flag .row.Draggable>li,.card.is-small .DragDropContext .tab-group .Draggable.form>li,.tab-group .card.is-small .DragDropContext .Draggable.form>li,.DragDropContext .card.is-small .tab-group .Draggable.form>li,.tab-group .DragDropContext .card.is-small .Draggable.form>li,.DragDropContext .is-small.Draggable .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-small.Draggable .Draggable.form>li,.is-small.table .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-small.table .DragDropContext .Draggable.form>li,.DragDropContext .is-small.table .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-small.table .Draggable.form>li,.is-small.flag .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-small.flag .DragDropContext .Draggable.form>li,.DragDropContext .is-small.flag .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-small.flag .Draggable.form>li,.card.is-small .DragDropContext .Draggable.tab-group>li,.DragDropContext .card.is-small .Draggable.tab-group>li,.DragDropContext .is-small.Draggable .Draggable.tab-group>li,.is-small.table .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-small.table .Draggable.tab-group>li,.is-small.flag .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-small.flag .Draggable.tab-group>li,.card.is-small .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-small .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .card.is-small .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .card.is-small .Draggable.tier-definition-container>li,.DragDropContext .is-small.Draggable .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .is-small.Draggable .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-small.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-small.Draggable .Draggable.tier-definition-container>li,.is-small.table .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-small.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-small.table .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-small.table .Draggable.tier-definition-container>li,.is-small.flag .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-small.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-small.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-small.flag .Draggable.tier-definition-container>li,.card.is-small .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-small .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .card.is-small .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .card.is-small .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-small.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-small.Draggable .Draggable.tier-definition-container>li,.is-small.table .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-small.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-small.table .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-small.table .Draggable.tier-definition-container>li,.is-small.flag .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-small.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-small.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-small.flag .Draggable.tier-definition-container>li,.card.is-small .tab-group .card-section.form>li,.tab-group .card.is-small .card-section.form>li,.DragDropContext .is-small.Draggable .tab-group .card-section.form>li,.tab-group .DragDropContext .is-small.Draggable .card-section.form>li,.is-small.table .tab-group .card-section.form>li,.tab-group .is-small.table .card-section.form>li,.is-small.flag .tab-group .card-section.form>li,.tab-group .is-small.flag .card-section.form>li,.card.is-small .card-section.tab-group>li,.DragDropContext .is-small.Draggable .card-section.tab-group>li,.is-small.table .card-section.tab-group>li,.is-small.flag .card-section.tab-group>li,.card.is-small .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .card.is-small .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .card.is-small .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .card.is-small .card-section.tier-definition-container>li,.DragDropContext .is-small.Draggable .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .DragDropContext .is-small.Draggable .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .DragDropContext .is-small.Draggable .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-small.Draggable .card-section.tier-definition-container>li,.is-small.table .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-small.table .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-small.table .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-small.table .card-section.tier-definition-container>li,.is-small.flag .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-small.flag .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-small.flag .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-small.flag .card-section.tier-definition-container>li,.tab-group .is-small.form>li,.grid.is-small .tab-group .form.row>li,.tab-group .grid.is-small .form.row>li,.grid.is-small .tab-group .row>li,.tab-group .grid.is-small .row>li,.grid.is-small .tab-group .form>li,.tab-group .grid.is-small .form>li,.grid.is-small .tab-group>li,.grid.is-small .ProfileTier .tab-group .tier-definition-container>li,.tab-group .grid.is-small .ProfileTier .tier-definition-container>li,.ProfileTier .grid.is-small .tab-group .tier-definition-container>li,.tab-group .ProfileTier .grid.is-small .tier-definition-container>li,.is-small.tab-group>li,.grid.is-small .tab-group.row>li,.ProfileTier .tab-group .is-small.tier-definition-container>li,.tab-group .ProfileTier .is-small.tier-definition-container>li,.ProfileTier .card.is-small .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .card.is-small .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .card.is-small .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .card.is-small .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .is-small.table .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .is-small.table .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .is-small.table .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .is-small.table .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .is-small.flag .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .is-small.flag .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .is-small.flag .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .is-small.flag .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .grid.is-small .tab-group .tier-definition-container.row>li,.tab-group .ProfileTier .grid.is-small .tier-definition-container.row>li,.grid.is-small .ProfileTier .tab-group .tier-definition-container.row>li,.tab-group .grid.is-small .ProfileTier .tier-definition-container.row>li,.ProfileTier .row.is-small>.tier-definition,.Alerts .alert .ProfileTier .row.close>.tier-definition,.ProfileTier .Alerts .alert .row.close>.tier-definition,.Alerts .alert .ProfileTier .close.form>.tier-definition,.ProfileTier .Alerts .alert .close.form>.tier-definition,.Alerts .alert .ProfileTier .close.tab-group>.tier-definition,.ProfileTier .Alerts .alert .close.tab-group>.tier-definition,.Alerts .alert .ProfileTier .close.tier-definition-container>.tier-definition,.ProfileTier .Alerts .alert .close.tier-definition-container>.tier-definition,.card.is-small .ProfileTier .row.card-section>.tier-definition,.ProfileTier .card.is-small .row.card-section>.tier-definition,.DragDropContext .is-small.Draggable .ProfileTier .row.card-section>.tier-definition,.ProfileTier .DragDropContext .is-small.Draggable .row.card-section>.tier-definition,.is-small.table .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-small.table .row.card-section>.tier-definition,.is-small.flag .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-small.flag .row.card-section>.tier-definition,.card.is-small .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .card.is-small .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .card.is-small .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .card.is-small .row.Draggable>.tier-definition,.DragDropContext .is-small.Draggable .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-small.Draggable .row.Draggable>.tier-definition,.is-small.table .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-small.table .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-small.table .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-small.table .row.Draggable>.tier-definition,.is-small.flag .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-small.flag .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-small.flag .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-small.flag .row.Draggable>.tier-definition,.card.is-small .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .card.is-small .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .card.is-small .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .card.is-small .Draggable.form>.tier-definition,.DragDropContext .is-small.Draggable .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-small.Draggable .Draggable.form>.tier-definition,.is-small.table .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-small.table .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-small.table .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-small.table .Draggable.form>.tier-definition,.is-small.flag .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-small.flag .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-small.flag .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-small.flag .Draggable.form>.tier-definition,.card.is-small .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .card.is-small .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .card.is-small .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .card.is-small .Draggable.tab-group>.tier-definition,.DragDropContext .is-small.Draggable .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-small.Draggable .Draggable.tab-group>.tier-definition,.is-small.table .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-small.table .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-small.table .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-small.table .Draggable.tab-group>.tier-definition,.is-small.flag .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-small.flag .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-small.flag .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-small.flag .Draggable.tab-group>.tier-definition,.card.is-small .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .card.is-small .Draggable.tier-definition-container>.tier-definition,.DragDropContext .is-small.Draggable .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-small.Draggable .Draggable.tier-definition-container>.tier-definition,.is-small.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-small.table .Draggable.tier-definition-container>.tier-definition,.is-small.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-small.flag .Draggable.tier-definition-container>.tier-definition,.card.is-small .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .card.is-small .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-small.Draggable .Draggable.tier-definition-container>.tier-definition,.is-small.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-small.table .Draggable.tier-definition-container>.tier-definition,.is-small.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-small.flag .Draggable.tier-definition-container>.tier-definition,.card.is-small .ProfileTier .card-section.form>.tier-definition,.ProfileTier .card.is-small .card-section.form>.tier-definition,.DragDropContext .is-small.Draggable .ProfileTier .card-section.form>.tier-definition,.ProfileTier .DragDropContext .is-small.Draggable .card-section.form>.tier-definition,.is-small.table .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-small.table .card-section.form>.tier-definition,.is-small.flag .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-small.flag .card-section.form>.tier-definition,.card.is-small .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .card.is-small .card-section.tab-group>.tier-definition,.DragDropContext .is-small.Draggable .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-small.Draggable .card-section.tab-group>.tier-definition,.is-small.table .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-small.table .card-section.tab-group>.tier-definition,.is-small.flag .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-small.flag .card-section.tab-group>.tier-definition,.card.is-small .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .card.is-small .card-section.tier-definition-container>.tier-definition,.DragDropContext .is-small.Draggable .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-small.Draggable .card-section.tier-definition-container>.tier-definition,.is-small.table .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-small.table .card-section.tier-definition-container>.tier-definition,.is-small.flag .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-small.flag .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-small.form>.tier-definition,.grid.is-small .ProfileTier .form.row>.tier-definition,.ProfileTier .grid.is-small .form.row>.tier-definition,.grid.is-small .ProfileTier .row>.tier-definition,.ProfileTier .grid.is-small .row>.tier-definition,.grid.is-small .ProfileTier .form>.tier-definition,.ProfileTier .grid.is-small .form>.tier-definition,.grid.is-small .ProfileTier .tab-group>.tier-definition,.ProfileTier .grid.is-small .tab-group>.tier-definition,.grid.is-small .ProfileTier .tier-definition-container>.tier-definition,.ProfileTier .grid.is-small .tier-definition-container>.tier-definition,.ProfileTier .is-small.tab-group>.tier-definition,.grid.is-small .ProfileTier .tab-group.row>.tier-definition,.ProfileTier .grid.is-small .tab-group.row>.tier-definition,.ProfileTier .is-small.tier-definition-container>.tier-definition,.ProfileTier .card.is-small .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .card.is-small .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .is-small.table .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .is-small.table .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .is-small.flag .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .is-small.flag .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .grid.is-small .tier-definition-container.row>.tier-definition,.grid.is-small .ProfileTier .tier-definition-container.row>.tier-definition{padding-left:4px;padding-right:4px}.row.is-large,.card.is-large .row.card-section,.DragDropContext .is-large.Draggable .row.card-section,.is-large.table .row.card-section,.is-large.flag .row.card-section,.card.is-large .DragDropContext .row.Draggable,.DragDropContext .card.is-large .row.Draggable,.DragDropContext .is-large.Draggable .row.Draggable,.is-large.table .DragDropContext .row.Draggable,.DragDropContext .is-large.table .row.Draggable,.is-large.flag .DragDropContext .row.Draggable,.DragDropContext .is-large.flag .row.Draggable,.card.is-large .DragDropContext .Draggable.form,.DragDropContext .card.is-large .Draggable.form,.DragDropContext .is-large.Draggable .Draggable.form,.is-large.table .DragDropContext .Draggable.form,.DragDropContext .is-large.table .Draggable.form,.is-large.flag .DragDropContext .Draggable.form,.DragDropContext .is-large.flag .Draggable.form,.card.is-large .DragDropContext .Draggable.tab-group,.DragDropContext .card.is-large .Draggable.tab-group,.DragDropContext .is-large.Draggable .Draggable.tab-group,.is-large.table .DragDropContext .Draggable.tab-group,.DragDropContext .is-large.table .Draggable.tab-group,.is-large.flag .DragDropContext .Draggable.tab-group,.DragDropContext .is-large.flag .Draggable.tab-group,.card.is-large .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .card.is-large .Draggable.tier-definition-container,.DragDropContext .is-large.Draggable .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-large.Draggable .Draggable.tier-definition-container,.is-large.table .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-large.table .Draggable.tier-definition-container,.is-large.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-large.flag .Draggable.tier-definition-container,.card.is-large .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .card.is-large .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-large.Draggable .Draggable.tier-definition-container,.is-large.table .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-large.table .Draggable.tier-definition-container,.is-large.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-large.flag .Draggable.tier-definition-container,.card.is-large .card-section.form,.DragDropContext .is-large.Draggable .card-section.form,.is-large.table .card-section.form,.is-large.flag .card-section.form,.card.is-large .card-section.tab-group,.DragDropContext .is-large.Draggable .card-section.tab-group,.is-large.table .card-section.tab-group,.is-large.flag .card-section.tab-group,.card.is-large .ProfileTier .card-section.tier-definition-container,.ProfileTier .card.is-large .card-section.tier-definition-container,.DragDropContext .is-large.Draggable .ProfileTier .card-section.tier-definition-container,.ProfileTier .DragDropContext .is-large.Draggable .card-section.tier-definition-container,.is-large.table .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-large.table .card-section.tier-definition-container,.is-large.flag .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-large.flag .card-section.tier-definition-container,.is-large.form,.grid.is-large .row,.grid.is-large .form,.grid.is-large .tab-group,.grid.is-large .ProfileTier .tier-definition-container,.ProfileTier .grid.is-large .tier-definition-container,.is-large.tab-group,.ProfileTier .is-large.tier-definition-container,.ProfileTier .card.is-large .DragDropContext .tier-definition-container.Draggable,.DragDropContext .card.is-large .ProfileTier .tier-definition-container.Draggable,.ProfileTier .is-large.table .DragDropContext .tier-definition-container.Draggable,.DragDropContext .is-large.table .ProfileTier .tier-definition-container.Draggable,.ProfileTier .is-large.flag .DragDropContext .tier-definition-container.Draggable,.DragDropContext .is-large.flag .ProfileTier .tier-definition-container.Draggable{margin-left:-16px;margin-right:-16px}.row.is-large>.col,.card.is-large .row.card-section>.col,.DragDropContext .is-large.Draggable .row.card-section>.col,.is-large.table .row.card-section>.col,.is-large.flag .row.card-section>.col,.card.is-large .DragDropContext .row.Draggable>.col,.DragDropContext .card.is-large .row.Draggable>.col,.DragDropContext .is-large.Draggable .row.Draggable>.col,.is-large.table .DragDropContext .row.Draggable>.col,.DragDropContext .is-large.table .row.Draggable>.col,.is-large.flag .DragDropContext .row.Draggable>.col,.DragDropContext .is-large.flag .row.Draggable>.col,.card.is-large .DragDropContext .Draggable.form>.col,.DragDropContext .card.is-large .Draggable.form>.col,.DragDropContext .is-large.Draggable .Draggable.form>.col,.is-large.table .DragDropContext .Draggable.form>.col,.DragDropContext .is-large.table .Draggable.form>.col,.is-large.flag .DragDropContext .Draggable.form>.col,.DragDropContext .is-large.flag .Draggable.form>.col,.card.is-large .DragDropContext .Draggable.tab-group>.col,.DragDropContext .card.is-large .Draggable.tab-group>.col,.DragDropContext .is-large.Draggable .Draggable.tab-group>.col,.is-large.table .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-large.table .Draggable.tab-group>.col,.is-large.flag .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-large.flag .Draggable.tab-group>.col,.card.is-large .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .card.is-large .Draggable.tier-definition-container>.col,.DragDropContext .is-large.Draggable .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-large.Draggable .Draggable.tier-definition-container>.col,.is-large.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-large.table .Draggable.tier-definition-container>.col,.is-large.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-large.flag .Draggable.tier-definition-container>.col,.card.is-large .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .card.is-large .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-large.Draggable .Draggable.tier-definition-container>.col,.is-large.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-large.table .Draggable.tier-definition-container>.col,.is-large.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-large.flag .Draggable.tier-definition-container>.col,.card.is-large .card-section.form>.col,.DragDropContext .is-large.Draggable .card-section.form>.col,.is-large.table .card-section.form>.col,.is-large.flag .card-section.form>.col,.card.is-large .card-section.tab-group>.col,.DragDropContext .is-large.Draggable .card-section.tab-group>.col,.is-large.table .card-section.tab-group>.col,.is-large.flag .card-section.tab-group>.col,.card.is-large .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .card.is-large .card-section.tier-definition-container>.col,.DragDropContext .is-large.Draggable .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .DragDropContext .is-large.Draggable .card-section.tier-definition-container>.col,.is-large.table .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-large.table .card-section.tier-definition-container>.col,.is-large.flag .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-large.flag .card-section.tier-definition-container>.col,.is-large.form>.col,.grid.is-large .form.row>.col,.grid.is-large .row>.col,.grid.is-large .form>.col,.grid.is-large .tab-group>.col,.grid.is-large .ProfileTier .tier-definition-container>.col,.ProfileTier .grid.is-large .tier-definition-container>.col,.is-large.tab-group>.col,.grid.is-large .tab-group.row>.col,.ProfileTier .is-large.tier-definition-container>.col,.ProfileTier .card.is-large .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .card.is-large .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .is-large.table .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .is-large.table .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .is-large.flag .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .is-large.flag .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .grid.is-large .tier-definition-container.row>.col,.grid.is-large .ProfileTier .tier-definition-container.row>.col,.row.is-large>.fieldset,.card.is-large .row.card-section>.fieldset,.DragDropContext .is-large.Draggable .row.card-section>.fieldset,.is-large.table .row.card-section>.fieldset,.is-large.flag .row.card-section>.fieldset,.card.is-large .DragDropContext .row.Draggable>.fieldset,.DragDropContext .card.is-large .row.Draggable>.fieldset,.DragDropContext .is-large.Draggable .row.Draggable>.fieldset,.is-large.table .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-large.table .row.Draggable>.fieldset,.is-large.flag .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-large.flag .row.Draggable>.fieldset,.card.is-large .DragDropContext .Draggable.form>.fieldset,.DragDropContext .card.is-large .Draggable.form>.fieldset,.DragDropContext .is-large.Draggable .Draggable.form>.fieldset,.is-large.table .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-large.table .Draggable.form>.fieldset,.is-large.flag .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-large.flag .Draggable.form>.fieldset,.card.is-large .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .card.is-large .Draggable.tab-group>.fieldset,.DragDropContext .is-large.Draggable .Draggable.tab-group>.fieldset,.is-large.table .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-large.table .Draggable.tab-group>.fieldset,.is-large.flag .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-large.flag .Draggable.tab-group>.fieldset,.card.is-large .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .card.is-large .Draggable.tier-definition-container>.fieldset,.DragDropContext .is-large.Draggable .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-large.Draggable .Draggable.tier-definition-container>.fieldset,.is-large.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-large.table .Draggable.tier-definition-container>.fieldset,.is-large.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-large.flag .Draggable.tier-definition-container>.fieldset,.card.is-large .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .card.is-large .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-large.Draggable .Draggable.tier-definition-container>.fieldset,.is-large.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-large.table .Draggable.tier-definition-container>.fieldset,.is-large.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-large.flag .Draggable.tier-definition-container>.fieldset,.card.is-large .card-section.form>.fieldset,.DragDropContext .is-large.Draggable .card-section.form>.fieldset,.is-large.table .card-section.form>.fieldset,.is-large.flag .card-section.form>.fieldset,.card.is-large .card-section.tab-group>.fieldset,.DragDropContext .is-large.Draggable .card-section.tab-group>.fieldset,.is-large.table .card-section.tab-group>.fieldset,.is-large.flag .card-section.tab-group>.fieldset,.card.is-large .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .card.is-large .card-section.tier-definition-container>.fieldset,.DragDropContext .is-large.Draggable .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-large.Draggable .card-section.tier-definition-container>.fieldset,.is-large.table .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-large.table .card-section.tier-definition-container>.fieldset,.is-large.flag .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-large.flag .card-section.tier-definition-container>.fieldset,.is-large.form>.fieldset,.grid.is-large .form.row>.fieldset,.grid.is-large .row>.fieldset,.grid.is-large .form>.fieldset,.grid.is-large .tab-group>.fieldset,.grid.is-large .ProfileTier .tier-definition-container>.fieldset,.ProfileTier .grid.is-large .tier-definition-container>.fieldset,.is-large.tab-group>.fieldset,.grid.is-large .tab-group.row>.fieldset,.ProfileTier .is-large.tier-definition-container>.fieldset,.ProfileTier .card.is-large .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .card.is-large .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .is-large.table .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .is-large.table .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .is-large.flag .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .is-large.flag .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .grid.is-large .tier-definition-container.row>.fieldset,.grid.is-large .ProfileTier .tier-definition-container.row>.fieldset,.row.is-large>.tab,.card.is-large .row.card-section>.tab,.DragDropContext .is-large.Draggable .row.card-section>.tab,.is-large.table .row.card-section>.tab,.is-large.flag .row.card-section>.tab,.card.is-large .DragDropContext .row.Draggable>.tab,.DragDropContext .card.is-large .row.Draggable>.tab,.DragDropContext .is-large.Draggable .row.Draggable>.tab,.is-large.table .DragDropContext .row.Draggable>.tab,.DragDropContext .is-large.table .row.Draggable>.tab,.is-large.flag .DragDropContext .row.Draggable>.tab,.DragDropContext .is-large.flag .row.Draggable>.tab,.card.is-large .DragDropContext .Draggable.form>.tab,.DragDropContext .card.is-large .Draggable.form>.tab,.DragDropContext .is-large.Draggable .Draggable.form>.tab,.is-large.table .DragDropContext .Draggable.form>.tab,.DragDropContext .is-large.table .Draggable.form>.tab,.is-large.flag .DragDropContext .Draggable.form>.tab,.DragDropContext .is-large.flag .Draggable.form>.tab,.card.is-large .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .card.is-large .Draggable.tab-group>.tab,.DragDropContext .is-large.Draggable .Draggable.tab-group>.tab,.is-large.table .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-large.table .Draggable.tab-group>.tab,.is-large.flag .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-large.flag .Draggable.tab-group>.tab,.card.is-large .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .card.is-large .Draggable.tier-definition-container>.tab,.DragDropContext .is-large.Draggable .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-large.Draggable .Draggable.tier-definition-container>.tab,.is-large.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-large.table .Draggable.tier-definition-container>.tab,.is-large.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-large.flag .Draggable.tier-definition-container>.tab,.card.is-large .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .card.is-large .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-large.Draggable .Draggable.tier-definition-container>.tab,.is-large.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-large.table .Draggable.tier-definition-container>.tab,.is-large.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-large.flag .Draggable.tier-definition-container>.tab,.card.is-large .card-section.form>.tab,.DragDropContext .is-large.Draggable .card-section.form>.tab,.is-large.table .card-section.form>.tab,.is-large.flag .card-section.form>.tab,.card.is-large .card-section.tab-group>.tab,.DragDropContext .is-large.Draggable .card-section.tab-group>.tab,.is-large.table .card-section.tab-group>.tab,.is-large.flag .card-section.tab-group>.tab,.card.is-large .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .card.is-large .card-section.tier-definition-container>.tab,.DragDropContext .is-large.Draggable .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-large.Draggable .card-section.tier-definition-container>.tab,.is-large.table .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-large.table .card-section.tier-definition-container>.tab,.is-large.flag .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-large.flag .card-section.tier-definition-container>.tab,.is-large.form>.tab,.grid.is-large .form.row>.tab,.grid.is-large .row>.tab,.grid.is-large .form>.tab,.grid.is-large .tab-group>.tab,.grid.is-large .ProfileTier .tier-definition-container>.tab,.ProfileTier .grid.is-large .tier-definition-container>.tab,.is-large.tab-group>.tab,.grid.is-large .tab-group.row>.tab,.ProfileTier .is-large.tier-definition-container>.tab,.ProfileTier .card.is-large .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .card.is-large .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .is-large.table .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .is-large.table .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .is-large.flag .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .is-large.flag .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .grid.is-large .tier-definition-container.row>.tab,.grid.is-large .ProfileTier .tier-definition-container.row>.tab,.tab-group .row.is-large>li,.card.is-large .tab-group .row.card-section>li,.tab-group .card.is-large .row.card-section>li,.DragDropContext .is-large.Draggable .tab-group .row.card-section>li,.tab-group .DragDropContext .is-large.Draggable .row.card-section>li,.is-large.table .tab-group .row.card-section>li,.tab-group .is-large.table .row.card-section>li,.is-large.flag .tab-group .row.card-section>li,.tab-group .is-large.flag .row.card-section>li,.card.is-large .DragDropContext .tab-group .row.Draggable>li,.tab-group .card.is-large .DragDropContext .row.Draggable>li,.DragDropContext .card.is-large .tab-group .row.Draggable>li,.tab-group .DragDropContext .card.is-large .row.Draggable>li,.DragDropContext .is-large.Draggable .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-large.Draggable .row.Draggable>li,.is-large.table .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-large.table .DragDropContext .row.Draggable>li,.DragDropContext .is-large.table .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-large.table .row.Draggable>li,.is-large.flag .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-large.flag .DragDropContext .row.Draggable>li,.DragDropContext .is-large.flag .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-large.flag .row.Draggable>li,.card.is-large .DragDropContext .tab-group .Draggable.form>li,.tab-group .card.is-large .DragDropContext .Draggable.form>li,.DragDropContext .card.is-large .tab-group .Draggable.form>li,.tab-group .DragDropContext .card.is-large .Draggable.form>li,.DragDropContext .is-large.Draggable .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-large.Draggable .Draggable.form>li,.is-large.table .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-large.table .DragDropContext .Draggable.form>li,.DragDropContext .is-large.table .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-large.table .Draggable.form>li,.is-large.flag .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-large.flag .DragDropContext .Draggable.form>li,.DragDropContext .is-large.flag .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-large.flag .Draggable.form>li,.card.is-large .DragDropContext .Draggable.tab-group>li,.DragDropContext .card.is-large .Draggable.tab-group>li,.DragDropContext .is-large.Draggable .Draggable.tab-group>li,.is-large.table .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-large.table .Draggable.tab-group>li,.is-large.flag .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-large.flag .Draggable.tab-group>li,.card.is-large .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-large .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .card.is-large .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .card.is-large .Draggable.tier-definition-container>li,.DragDropContext .is-large.Draggable .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .is-large.Draggable .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-large.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-large.Draggable .Draggable.tier-definition-container>li,.is-large.table .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-large.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-large.table .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-large.table .Draggable.tier-definition-container>li,.is-large.flag .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-large.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-large.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-large.flag .Draggable.tier-definition-container>li,.card.is-large .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-large .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .card.is-large .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .card.is-large .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-large.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-large.Draggable .Draggable.tier-definition-container>li,.is-large.table .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-large.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-large.table .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-large.table .Draggable.tier-definition-container>li,.is-large.flag .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-large.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-large.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-large.flag .Draggable.tier-definition-container>li,.card.is-large .tab-group .card-section.form>li,.tab-group .card.is-large .card-section.form>li,.DragDropContext .is-large.Draggable .tab-group .card-section.form>li,.tab-group .DragDropContext .is-large.Draggable .card-section.form>li,.is-large.table .tab-group .card-section.form>li,.tab-group .is-large.table .card-section.form>li,.is-large.flag .tab-group .card-section.form>li,.tab-group .is-large.flag .card-section.form>li,.card.is-large .card-section.tab-group>li,.DragDropContext .is-large.Draggable .card-section.tab-group>li,.is-large.table .card-section.tab-group>li,.is-large.flag .card-section.tab-group>li,.card.is-large .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .card.is-large .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .card.is-large .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .card.is-large .card-section.tier-definition-container>li,.DragDropContext .is-large.Draggable .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .DragDropContext .is-large.Draggable .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .DragDropContext .is-large.Draggable .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-large.Draggable .card-section.tier-definition-container>li,.is-large.table .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-large.table .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-large.table .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-large.table .card-section.tier-definition-container>li,.is-large.flag .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-large.flag .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-large.flag .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-large.flag .card-section.tier-definition-container>li,.tab-group .is-large.form>li,.grid.is-large .tab-group .form.row>li,.tab-group .grid.is-large .form.row>li,.grid.is-large .tab-group .row>li,.tab-group .grid.is-large .row>li,.grid.is-large .tab-group .form>li,.tab-group .grid.is-large .form>li,.grid.is-large .tab-group>li,.grid.is-large .ProfileTier .tab-group .tier-definition-container>li,.tab-group .grid.is-large .ProfileTier .tier-definition-container>li,.ProfileTier .grid.is-large .tab-group .tier-definition-container>li,.tab-group .ProfileTier .grid.is-large .tier-definition-container>li,.is-large.tab-group>li,.grid.is-large .tab-group.row>li,.ProfileTier .tab-group .is-large.tier-definition-container>li,.tab-group .ProfileTier .is-large.tier-definition-container>li,.ProfileTier .card.is-large .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .card.is-large .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .card.is-large .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .card.is-large .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .is-large.table .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .is-large.table .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .is-large.table .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .is-large.table .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .is-large.flag .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .is-large.flag .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .is-large.flag .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .is-large.flag .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .grid.is-large .tab-group .tier-definition-container.row>li,.tab-group .ProfileTier .grid.is-large .tier-definition-container.row>li,.grid.is-large .ProfileTier .tab-group .tier-definition-container.row>li,.tab-group .grid.is-large .ProfileTier .tier-definition-container.row>li,.ProfileTier .row.is-large>.tier-definition,.card.is-large .ProfileTier .row.card-section>.tier-definition,.ProfileTier .card.is-large .row.card-section>.tier-definition,.DragDropContext .is-large.Draggable .ProfileTier .row.card-section>.tier-definition,.ProfileTier .DragDropContext .is-large.Draggable .row.card-section>.tier-definition,.is-large.table .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-large.table .row.card-section>.tier-definition,.is-large.flag .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-large.flag .row.card-section>.tier-definition,.card.is-large .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .card.is-large .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .card.is-large .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .card.is-large .row.Draggable>.tier-definition,.DragDropContext .is-large.Draggable .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-large.Draggable .row.Draggable>.tier-definition,.is-large.table .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-large.table .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-large.table .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-large.table .row.Draggable>.tier-definition,.is-large.flag .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-large.flag .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-large.flag .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-large.flag .row.Draggable>.tier-definition,.card.is-large .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .card.is-large .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .card.is-large .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .card.is-large .Draggable.form>.tier-definition,.DragDropContext .is-large.Draggable .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-large.Draggable .Draggable.form>.tier-definition,.is-large.table .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-large.table .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-large.table .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-large.table .Draggable.form>.tier-definition,.is-large.flag .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-large.flag .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-large.flag .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-large.flag .Draggable.form>.tier-definition,.card.is-large .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .card.is-large .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .card.is-large .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .card.is-large .Draggable.tab-group>.tier-definition,.DragDropContext .is-large.Draggable .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-large.Draggable .Draggable.tab-group>.tier-definition,.is-large.table .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-large.table .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-large.table .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-large.table .Draggable.tab-group>.tier-definition,.is-large.flag .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-large.flag .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-large.flag .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-large.flag .Draggable.tab-group>.tier-definition,.card.is-large .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .card.is-large .Draggable.tier-definition-container>.tier-definition,.DragDropContext .is-large.Draggable .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-large.Draggable .Draggable.tier-definition-container>.tier-definition,.is-large.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-large.table .Draggable.tier-definition-container>.tier-definition,.is-large.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-large.flag .Draggable.tier-definition-container>.tier-definition,.card.is-large .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .card.is-large .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-large.Draggable .Draggable.tier-definition-container>.tier-definition,.is-large.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-large.table .Draggable.tier-definition-container>.tier-definition,.is-large.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-large.flag .Draggable.tier-definition-container>.tier-definition,.card.is-large .ProfileTier .card-section.form>.tier-definition,.ProfileTier .card.is-large .card-section.form>.tier-definition,.DragDropContext .is-large.Draggable .ProfileTier .card-section.form>.tier-definition,.ProfileTier .DragDropContext .is-large.Draggable .card-section.form>.tier-definition,.is-large.table .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-large.table .card-section.form>.tier-definition,.is-large.flag .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-large.flag .card-section.form>.tier-definition,.card.is-large .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .card.is-large .card-section.tab-group>.tier-definition,.DragDropContext .is-large.Draggable .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-large.Draggable .card-section.tab-group>.tier-definition,.is-large.table .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-large.table .card-section.tab-group>.tier-definition,.is-large.flag .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-large.flag .card-section.tab-group>.tier-definition,.card.is-large .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .card.is-large .card-section.tier-definition-container>.tier-definition,.DragDropContext .is-large.Draggable .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-large.Draggable .card-section.tier-definition-container>.tier-definition,.is-large.table .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-large.table .card-section.tier-definition-container>.tier-definition,.is-large.flag .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-large.flag .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-large.form>.tier-definition,.grid.is-large .ProfileTier .form.row>.tier-definition,.ProfileTier .grid.is-large .form.row>.tier-definition,.grid.is-large .ProfileTier .row>.tier-definition,.ProfileTier .grid.is-large .row>.tier-definition,.grid.is-large .ProfileTier .form>.tier-definition,.ProfileTier .grid.is-large .form>.tier-definition,.grid.is-large .ProfileTier .tab-group>.tier-definition,.ProfileTier .grid.is-large .tab-group>.tier-definition,.grid.is-large .ProfileTier .tier-definition-container>.tier-definition,.ProfileTier .grid.is-large .tier-definition-container>.tier-definition,.ProfileTier .is-large.tab-group>.tier-definition,.grid.is-large .ProfileTier .tab-group.row>.tier-definition,.ProfileTier .grid.is-large .tab-group.row>.tier-definition,.ProfileTier .is-large.tier-definition-container>.tier-definition,.ProfileTier .card.is-large .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .card.is-large .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .is-large.table .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .is-large.table .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .is-large.flag .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .is-large.flag .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .grid.is-large .tier-definition-container.row>.tier-definition,.grid.is-large .ProfileTier .tier-definition-container.row>.tier-definition{padding-left:16px;padding-right:16px}.row.is-xlarge,.card.is-xlarge .row.card-section,.DragDropContext .is-xlarge.Draggable .row.card-section,.is-xlarge.table .row.card-section,.is-xlarge.flag .row.card-section,.card.is-xlarge .DragDropContext .row.Draggable,.DragDropContext .card.is-xlarge .row.Draggable,.DragDropContext .is-xlarge.Draggable .row.Draggable,.is-xlarge.table .DragDropContext .row.Draggable,.DragDropContext .is-xlarge.table .row.Draggable,.is-xlarge.flag .DragDropContext .row.Draggable,.DragDropContext .is-xlarge.flag .row.Draggable,.card.is-xlarge .DragDropContext .Draggable.form,.DragDropContext .card.is-xlarge .Draggable.form,.DragDropContext .is-xlarge.Draggable .Draggable.form,.is-xlarge.table .DragDropContext .Draggable.form,.DragDropContext .is-xlarge.table .Draggable.form,.is-xlarge.flag .DragDropContext .Draggable.form,.DragDropContext .is-xlarge.flag .Draggable.form,.card.is-xlarge .DragDropContext .Draggable.tab-group,.DragDropContext .card.is-xlarge .Draggable.tab-group,.DragDropContext .is-xlarge.Draggable .Draggable.tab-group,.is-xlarge.table .DragDropContext .Draggable.tab-group,.DragDropContext .is-xlarge.table .Draggable.tab-group,.is-xlarge.flag .DragDropContext .Draggable.tab-group,.DragDropContext .is-xlarge.flag .Draggable.tab-group,.card.is-xlarge .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .card.is-xlarge .Draggable.tier-definition-container,.DragDropContext .is-xlarge.Draggable .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-xlarge.Draggable .Draggable.tier-definition-container,.is-xlarge.table .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-xlarge.table .Draggable.tier-definition-container,.is-xlarge.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container,.DragDropContext .ProfileTier .is-xlarge.flag .Draggable.tier-definition-container,.card.is-xlarge .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .card.is-xlarge .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-xlarge.Draggable .Draggable.tier-definition-container,.is-xlarge.table .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-xlarge.table .Draggable.tier-definition-container,.is-xlarge.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container,.ProfileTier .DragDropContext .is-xlarge.flag .Draggable.tier-definition-container,.card.is-xlarge .card-section.form,.DragDropContext .is-xlarge.Draggable .card-section.form,.is-xlarge.table .card-section.form,.is-xlarge.flag .card-section.form,.card.is-xlarge .card-section.tab-group,.DragDropContext .is-xlarge.Draggable .card-section.tab-group,.is-xlarge.table .card-section.tab-group,.is-xlarge.flag .card-section.tab-group,.card.is-xlarge .ProfileTier .card-section.tier-definition-container,.ProfileTier .card.is-xlarge .card-section.tier-definition-container,.DragDropContext .is-xlarge.Draggable .ProfileTier .card-section.tier-definition-container,.ProfileTier .DragDropContext .is-xlarge.Draggable .card-section.tier-definition-container,.is-xlarge.table .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-xlarge.table .card-section.tier-definition-container,.is-xlarge.flag .ProfileTier .card-section.tier-definition-container,.ProfileTier .is-xlarge.flag .card-section.tier-definition-container,.is-xlarge.form,.grid.is-xlarge .row,.grid.is-xlarge .form,.grid.is-xlarge .tab-group,.grid.is-xlarge .ProfileTier .tier-definition-container,.ProfileTier .grid.is-xlarge .tier-definition-container,.is-xlarge.tab-group,.ProfileTier .is-xlarge.tier-definition-container,.ProfileTier .card.is-xlarge .DragDropContext .tier-definition-container.Draggable,.DragDropContext .card.is-xlarge .ProfileTier .tier-definition-container.Draggable,.ProfileTier .is-xlarge.table .DragDropContext .tier-definition-container.Draggable,.DragDropContext .is-xlarge.table .ProfileTier .tier-definition-container.Draggable,.ProfileTier .is-xlarge.flag .DragDropContext .tier-definition-container.Draggable,.DragDropContext .is-xlarge.flag .ProfileTier .tier-definition-container.Draggable{margin-left:-32px;margin-right:-32px}.row.is-xlarge>.col,.card.is-xlarge .row.card-section>.col,.DragDropContext .is-xlarge.Draggable .row.card-section>.col,.is-xlarge.table .row.card-section>.col,.is-xlarge.flag .row.card-section>.col,.card.is-xlarge .DragDropContext .row.Draggable>.col,.DragDropContext .card.is-xlarge .row.Draggable>.col,.DragDropContext .is-xlarge.Draggable .row.Draggable>.col,.is-xlarge.table .DragDropContext .row.Draggable>.col,.DragDropContext .is-xlarge.table .row.Draggable>.col,.is-xlarge.flag .DragDropContext .row.Draggable>.col,.DragDropContext .is-xlarge.flag .row.Draggable>.col,.card.is-xlarge .DragDropContext .Draggable.form>.col,.DragDropContext .card.is-xlarge .Draggable.form>.col,.DragDropContext .is-xlarge.Draggable .Draggable.form>.col,.is-xlarge.table .DragDropContext .Draggable.form>.col,.DragDropContext .is-xlarge.table .Draggable.form>.col,.is-xlarge.flag .DragDropContext .Draggable.form>.col,.DragDropContext .is-xlarge.flag .Draggable.form>.col,.card.is-xlarge .DragDropContext .Draggable.tab-group>.col,.DragDropContext .card.is-xlarge .Draggable.tab-group>.col,.DragDropContext .is-xlarge.Draggable .Draggable.tab-group>.col,.is-xlarge.table .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-xlarge.table .Draggable.tab-group>.col,.is-xlarge.flag .DragDropContext .Draggable.tab-group>.col,.DragDropContext .is-xlarge.flag .Draggable.tab-group>.col,.card.is-xlarge .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .card.is-xlarge .Draggable.tier-definition-container>.col,.DragDropContext .is-xlarge.Draggable .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-xlarge.Draggable .Draggable.tier-definition-container>.col,.is-xlarge.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-xlarge.table .Draggable.tier-definition-container>.col,.is-xlarge.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.col,.DragDropContext .ProfileTier .is-xlarge.flag .Draggable.tier-definition-container>.col,.card.is-xlarge .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .card.is-xlarge .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-xlarge.Draggable .Draggable.tier-definition-container>.col,.is-xlarge.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-xlarge.table .Draggable.tier-definition-container>.col,.is-xlarge.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.col,.ProfileTier .DragDropContext .is-xlarge.flag .Draggable.tier-definition-container>.col,.card.is-xlarge .card-section.form>.col,.DragDropContext .is-xlarge.Draggable .card-section.form>.col,.is-xlarge.table .card-section.form>.col,.is-xlarge.flag .card-section.form>.col,.card.is-xlarge .card-section.tab-group>.col,.DragDropContext .is-xlarge.Draggable .card-section.tab-group>.col,.is-xlarge.table .card-section.tab-group>.col,.is-xlarge.flag .card-section.tab-group>.col,.card.is-xlarge .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .card.is-xlarge .card-section.tier-definition-container>.col,.DragDropContext .is-xlarge.Draggable .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .DragDropContext .is-xlarge.Draggable .card-section.tier-definition-container>.col,.is-xlarge.table .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-xlarge.table .card-section.tier-definition-container>.col,.is-xlarge.flag .ProfileTier .card-section.tier-definition-container>.col,.ProfileTier .is-xlarge.flag .card-section.tier-definition-container>.col,.is-xlarge.form>.col,.grid.is-xlarge .form.row>.col,.grid.is-xlarge .row>.col,.grid.is-xlarge .form>.col,.grid.is-xlarge .tab-group>.col,.grid.is-xlarge .ProfileTier .tier-definition-container>.col,.ProfileTier .grid.is-xlarge .tier-definition-container>.col,.is-xlarge.tab-group>.col,.grid.is-xlarge .tab-group.row>.col,.ProfileTier .is-xlarge.tier-definition-container>.col,.ProfileTier .card.is-xlarge .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .card.is-xlarge .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .is-xlarge.table .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .is-xlarge.table .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .is-xlarge.flag .DragDropContext .tier-definition-container.Draggable>.col,.DragDropContext .is-xlarge.flag .ProfileTier .tier-definition-container.Draggable>.col,.ProfileTier .grid.is-xlarge .tier-definition-container.row>.col,.grid.is-xlarge .ProfileTier .tier-definition-container.row>.col,.row.is-xlarge>.fieldset,.card.is-xlarge .row.card-section>.fieldset,.DragDropContext .is-xlarge.Draggable .row.card-section>.fieldset,.is-xlarge.table .row.card-section>.fieldset,.is-xlarge.flag .row.card-section>.fieldset,.card.is-xlarge .DragDropContext .row.Draggable>.fieldset,.DragDropContext .card.is-xlarge .row.Draggable>.fieldset,.DragDropContext .is-xlarge.Draggable .row.Draggable>.fieldset,.is-xlarge.table .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-xlarge.table .row.Draggable>.fieldset,.is-xlarge.flag .DragDropContext .row.Draggable>.fieldset,.DragDropContext .is-xlarge.flag .row.Draggable>.fieldset,.card.is-xlarge .DragDropContext .Draggable.form>.fieldset,.DragDropContext .card.is-xlarge .Draggable.form>.fieldset,.DragDropContext .is-xlarge.Draggable .Draggable.form>.fieldset,.is-xlarge.table .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-xlarge.table .Draggable.form>.fieldset,.is-xlarge.flag .DragDropContext .Draggable.form>.fieldset,.DragDropContext .is-xlarge.flag .Draggable.form>.fieldset,.card.is-xlarge .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .card.is-xlarge .Draggable.tab-group>.fieldset,.DragDropContext .is-xlarge.Draggable .Draggable.tab-group>.fieldset,.is-xlarge.table .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-xlarge.table .Draggable.tab-group>.fieldset,.is-xlarge.flag .DragDropContext .Draggable.tab-group>.fieldset,.DragDropContext .is-xlarge.flag .Draggable.tab-group>.fieldset,.card.is-xlarge .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .card.is-xlarge .Draggable.tier-definition-container>.fieldset,.DragDropContext .is-xlarge.Draggable .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-xlarge.Draggable .Draggable.tier-definition-container>.fieldset,.is-xlarge.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-xlarge.table .Draggable.tier-definition-container>.fieldset,.is-xlarge.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.fieldset,.DragDropContext .ProfileTier .is-xlarge.flag .Draggable.tier-definition-container>.fieldset,.card.is-xlarge .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .card.is-xlarge .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-xlarge.Draggable .Draggable.tier-definition-container>.fieldset,.is-xlarge.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-xlarge.table .Draggable.tier-definition-container>.fieldset,.is-xlarge.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-xlarge.flag .Draggable.tier-definition-container>.fieldset,.card.is-xlarge .card-section.form>.fieldset,.DragDropContext .is-xlarge.Draggable .card-section.form>.fieldset,.is-xlarge.table .card-section.form>.fieldset,.is-xlarge.flag .card-section.form>.fieldset,.card.is-xlarge .card-section.tab-group>.fieldset,.DragDropContext .is-xlarge.Draggable .card-section.tab-group>.fieldset,.is-xlarge.table .card-section.tab-group>.fieldset,.is-xlarge.flag .card-section.tab-group>.fieldset,.card.is-xlarge .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .card.is-xlarge .card-section.tier-definition-container>.fieldset,.DragDropContext .is-xlarge.Draggable .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .DragDropContext .is-xlarge.Draggable .card-section.tier-definition-container>.fieldset,.is-xlarge.table .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-xlarge.table .card-section.tier-definition-container>.fieldset,.is-xlarge.flag .ProfileTier .card-section.tier-definition-container>.fieldset,.ProfileTier .is-xlarge.flag .card-section.tier-definition-container>.fieldset,.is-xlarge.form>.fieldset,.grid.is-xlarge .form.row>.fieldset,.grid.is-xlarge .row>.fieldset,.grid.is-xlarge .form>.fieldset,.grid.is-xlarge .tab-group>.fieldset,.grid.is-xlarge .ProfileTier .tier-definition-container>.fieldset,.ProfileTier .grid.is-xlarge .tier-definition-container>.fieldset,.is-xlarge.tab-group>.fieldset,.grid.is-xlarge .tab-group.row>.fieldset,.ProfileTier .is-xlarge.tier-definition-container>.fieldset,.ProfileTier .card.is-xlarge .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .card.is-xlarge .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .is-xlarge.table .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .is-xlarge.table .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .is-xlarge.flag .DragDropContext .tier-definition-container.Draggable>.fieldset,.DragDropContext .is-xlarge.flag .ProfileTier .tier-definition-container.Draggable>.fieldset,.ProfileTier .grid.is-xlarge .tier-definition-container.row>.fieldset,.grid.is-xlarge .ProfileTier .tier-definition-container.row>.fieldset,.row.is-xlarge>.tab,.card.is-xlarge .row.card-section>.tab,.DragDropContext .is-xlarge.Draggable .row.card-section>.tab,.is-xlarge.table .row.card-section>.tab,.is-xlarge.flag .row.card-section>.tab,.card.is-xlarge .DragDropContext .row.Draggable>.tab,.DragDropContext .card.is-xlarge .row.Draggable>.tab,.DragDropContext .is-xlarge.Draggable .row.Draggable>.tab,.is-xlarge.table .DragDropContext .row.Draggable>.tab,.DragDropContext .is-xlarge.table .row.Draggable>.tab,.is-xlarge.flag .DragDropContext .row.Draggable>.tab,.DragDropContext .is-xlarge.flag .row.Draggable>.tab,.card.is-xlarge .DragDropContext .Draggable.form>.tab,.DragDropContext .card.is-xlarge .Draggable.form>.tab,.DragDropContext .is-xlarge.Draggable .Draggable.form>.tab,.is-xlarge.table .DragDropContext .Draggable.form>.tab,.DragDropContext .is-xlarge.table .Draggable.form>.tab,.is-xlarge.flag .DragDropContext .Draggable.form>.tab,.DragDropContext .is-xlarge.flag .Draggable.form>.tab,.card.is-xlarge .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .card.is-xlarge .Draggable.tab-group>.tab,.DragDropContext .is-xlarge.Draggable .Draggable.tab-group>.tab,.is-xlarge.table .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-xlarge.table .Draggable.tab-group>.tab,.is-xlarge.flag .DragDropContext .Draggable.tab-group>.tab,.DragDropContext .is-xlarge.flag .Draggable.tab-group>.tab,.card.is-xlarge .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .card.is-xlarge .Draggable.tier-definition-container>.tab,.DragDropContext .is-xlarge.Draggable .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-xlarge.Draggable .Draggable.tier-definition-container>.tab,.is-xlarge.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-xlarge.table .Draggable.tier-definition-container>.tab,.is-xlarge.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tab,.DragDropContext .ProfileTier .is-xlarge.flag .Draggable.tier-definition-container>.tab,.card.is-xlarge .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .card.is-xlarge .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-xlarge.Draggable .Draggable.tier-definition-container>.tab,.is-xlarge.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-xlarge.table .Draggable.tier-definition-container>.tab,.is-xlarge.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-xlarge.flag .Draggable.tier-definition-container>.tab,.card.is-xlarge .card-section.form>.tab,.DragDropContext .is-xlarge.Draggable .card-section.form>.tab,.is-xlarge.table .card-section.form>.tab,.is-xlarge.flag .card-section.form>.tab,.card.is-xlarge .card-section.tab-group>.tab,.DragDropContext .is-xlarge.Draggable .card-section.tab-group>.tab,.is-xlarge.table .card-section.tab-group>.tab,.is-xlarge.flag .card-section.tab-group>.tab,.card.is-xlarge .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .card.is-xlarge .card-section.tier-definition-container>.tab,.DragDropContext .is-xlarge.Draggable .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .DragDropContext .is-xlarge.Draggable .card-section.tier-definition-container>.tab,.is-xlarge.table .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-xlarge.table .card-section.tier-definition-container>.tab,.is-xlarge.flag .ProfileTier .card-section.tier-definition-container>.tab,.ProfileTier .is-xlarge.flag .card-section.tier-definition-container>.tab,.is-xlarge.form>.tab,.grid.is-xlarge .form.row>.tab,.grid.is-xlarge .row>.tab,.grid.is-xlarge .form>.tab,.grid.is-xlarge .tab-group>.tab,.grid.is-xlarge .ProfileTier .tier-definition-container>.tab,.ProfileTier .grid.is-xlarge .tier-definition-container>.tab,.is-xlarge.tab-group>.tab,.grid.is-xlarge .tab-group.row>.tab,.ProfileTier .is-xlarge.tier-definition-container>.tab,.ProfileTier .card.is-xlarge .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .card.is-xlarge .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .is-xlarge.table .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .is-xlarge.table .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .is-xlarge.flag .DragDropContext .tier-definition-container.Draggable>.tab,.DragDropContext .is-xlarge.flag .ProfileTier .tier-definition-container.Draggable>.tab,.ProfileTier .grid.is-xlarge .tier-definition-container.row>.tab,.grid.is-xlarge .ProfileTier .tier-definition-container.row>.tab,.tab-group .row.is-xlarge>li,.card.is-xlarge .tab-group .row.card-section>li,.tab-group .card.is-xlarge .row.card-section>li,.DragDropContext .is-xlarge.Draggable .tab-group .row.card-section>li,.tab-group .DragDropContext .is-xlarge.Draggable .row.card-section>li,.is-xlarge.table .tab-group .row.card-section>li,.tab-group .is-xlarge.table .row.card-section>li,.is-xlarge.flag .tab-group .row.card-section>li,.tab-group .is-xlarge.flag .row.card-section>li,.card.is-xlarge .DragDropContext .tab-group .row.Draggable>li,.tab-group .card.is-xlarge .DragDropContext .row.Draggable>li,.DragDropContext .card.is-xlarge .tab-group .row.Draggable>li,.tab-group .DragDropContext .card.is-xlarge .row.Draggable>li,.DragDropContext .is-xlarge.Draggable .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-xlarge.Draggable .row.Draggable>li,.is-xlarge.table .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-xlarge.table .DragDropContext .row.Draggable>li,.DragDropContext .is-xlarge.table .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-xlarge.table .row.Draggable>li,.is-xlarge.flag .DragDropContext .tab-group .row.Draggable>li,.tab-group .is-xlarge.flag .DragDropContext .row.Draggable>li,.DragDropContext .is-xlarge.flag .tab-group .row.Draggable>li,.tab-group .DragDropContext .is-xlarge.flag .row.Draggable>li,.card.is-xlarge .DragDropContext .tab-group .Draggable.form>li,.tab-group .card.is-xlarge .DragDropContext .Draggable.form>li,.DragDropContext .card.is-xlarge .tab-group .Draggable.form>li,.tab-group .DragDropContext .card.is-xlarge .Draggable.form>li,.DragDropContext .is-xlarge.Draggable .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-xlarge.Draggable .Draggable.form>li,.is-xlarge.table .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-xlarge.table .DragDropContext .Draggable.form>li,.DragDropContext .is-xlarge.table .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-xlarge.table .Draggable.form>li,.is-xlarge.flag .DragDropContext .tab-group .Draggable.form>li,.tab-group .is-xlarge.flag .DragDropContext .Draggable.form>li,.DragDropContext .is-xlarge.flag .tab-group .Draggable.form>li,.tab-group .DragDropContext .is-xlarge.flag .Draggable.form>li,.card.is-xlarge .DragDropContext .Draggable.tab-group>li,.DragDropContext .card.is-xlarge .Draggable.tab-group>li,.DragDropContext .is-xlarge.Draggable .Draggable.tab-group>li,.is-xlarge.table .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-xlarge.table .Draggable.tab-group>li,.is-xlarge.flag .DragDropContext .Draggable.tab-group>li,.DragDropContext .is-xlarge.flag .Draggable.tab-group>li,.card.is-xlarge .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-xlarge .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .card.is-xlarge .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .card.is-xlarge .Draggable.tier-definition-container>li,.DragDropContext .is-xlarge.Draggable .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .is-xlarge.Draggable .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-xlarge.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-xlarge.Draggable .Draggable.tier-definition-container>li,.is-xlarge.table .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-xlarge.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-xlarge.table .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-xlarge.table .Draggable.tier-definition-container>li,.is-xlarge.flag .DragDropContext .ProfileTier .tab-group .Draggable.tier-definition-container>li,.tab-group .is-xlarge.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>li,.DragDropContext .ProfileTier .is-xlarge.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .DragDropContext .ProfileTier .is-xlarge.flag .Draggable.tier-definition-container>li,.card.is-xlarge .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .card.is-xlarge .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .card.is-xlarge .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .card.is-xlarge .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-xlarge.Draggable .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-xlarge.Draggable .Draggable.tier-definition-container>li,.is-xlarge.table .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-xlarge.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-xlarge.table .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-xlarge.table .Draggable.tier-definition-container>li,.is-xlarge.flag .ProfileTier .DragDropContext .tab-group .Draggable.tier-definition-container>li,.tab-group .is-xlarge.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>li,.ProfileTier .DragDropContext .is-xlarge.flag .tab-group .Draggable.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-xlarge.flag .Draggable.tier-definition-container>li,.card.is-xlarge .tab-group .card-section.form>li,.tab-group .card.is-xlarge .card-section.form>li,.DragDropContext .is-xlarge.Draggable .tab-group .card-section.form>li,.tab-group .DragDropContext .is-xlarge.Draggable .card-section.form>li,.is-xlarge.table .tab-group .card-section.form>li,.tab-group .is-xlarge.table .card-section.form>li,.is-xlarge.flag .tab-group .card-section.form>li,.tab-group .is-xlarge.flag .card-section.form>li,.card.is-xlarge .card-section.tab-group>li,.DragDropContext .is-xlarge.Draggable .card-section.tab-group>li,.is-xlarge.table .card-section.tab-group>li,.is-xlarge.flag .card-section.tab-group>li,.card.is-xlarge .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .card.is-xlarge .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .card.is-xlarge .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .card.is-xlarge .card-section.tier-definition-container>li,.DragDropContext .is-xlarge.Draggable .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .DragDropContext .is-xlarge.Draggable .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .DragDropContext .is-xlarge.Draggable .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .DragDropContext .is-xlarge.Draggable .card-section.tier-definition-container>li,.is-xlarge.table .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-xlarge.table .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-xlarge.table .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-xlarge.table .card-section.tier-definition-container>li,.is-xlarge.flag .ProfileTier .tab-group .card-section.tier-definition-container>li,.tab-group .is-xlarge.flag .ProfileTier .card-section.tier-definition-container>li,.ProfileTier .is-xlarge.flag .tab-group .card-section.tier-definition-container>li,.tab-group .ProfileTier .is-xlarge.flag .card-section.tier-definition-container>li,.tab-group .is-xlarge.form>li,.grid.is-xlarge .tab-group .form.row>li,.tab-group .grid.is-xlarge .form.row>li,.grid.is-xlarge .tab-group .row>li,.tab-group .grid.is-xlarge .row>li,.grid.is-xlarge .tab-group .form>li,.tab-group .grid.is-xlarge .form>li,.grid.is-xlarge .tab-group>li,.grid.is-xlarge .ProfileTier .tab-group .tier-definition-container>li,.tab-group .grid.is-xlarge .ProfileTier .tier-definition-container>li,.ProfileTier .grid.is-xlarge .tab-group .tier-definition-container>li,.tab-group .ProfileTier .grid.is-xlarge .tier-definition-container>li,.is-xlarge.tab-group>li,.grid.is-xlarge .tab-group.row>li,.ProfileTier .tab-group .is-xlarge.tier-definition-container>li,.tab-group .ProfileTier .is-xlarge.tier-definition-container>li,.ProfileTier .card.is-xlarge .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .card.is-xlarge .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .card.is-xlarge .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .card.is-xlarge .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .is-xlarge.table .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .is-xlarge.table .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .is-xlarge.table .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .is-xlarge.table .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .is-xlarge.flag .DragDropContext .tab-group .tier-definition-container.Draggable>li,.tab-group .ProfileTier .is-xlarge.flag .DragDropContext .tier-definition-container.Draggable>li,.DragDropContext .is-xlarge.flag .ProfileTier .tab-group .tier-definition-container.Draggable>li,.tab-group .DragDropContext .is-xlarge.flag .ProfileTier .tier-definition-container.Draggable>li,.ProfileTier .grid.is-xlarge .tab-group .tier-definition-container.row>li,.tab-group .ProfileTier .grid.is-xlarge .tier-definition-container.row>li,.grid.is-xlarge .ProfileTier .tab-group .tier-definition-container.row>li,.tab-group .grid.is-xlarge .ProfileTier .tier-definition-container.row>li,.ProfileTier .row.is-xlarge>.tier-definition,.card.is-xlarge .ProfileTier .row.card-section>.tier-definition,.ProfileTier .card.is-xlarge .row.card-section>.tier-definition,.DragDropContext .is-xlarge.Draggable .ProfileTier .row.card-section>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.Draggable .row.card-section>.tier-definition,.is-xlarge.table .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-xlarge.table .row.card-section>.tier-definition,.is-xlarge.flag .ProfileTier .row.card-section>.tier-definition,.ProfileTier .is-xlarge.flag .row.card-section>.tier-definition,.card.is-xlarge .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .card.is-xlarge .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .card.is-xlarge .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .card.is-xlarge .row.Draggable>.tier-definition,.DragDropContext .is-xlarge.Draggable .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.Draggable .row.Draggable>.tier-definition,.is-xlarge.table .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-xlarge.table .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-xlarge.table .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.table .row.Draggable>.tier-definition,.is-xlarge.flag .DragDropContext .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .is-xlarge.flag .DragDropContext .row.Draggable>.tier-definition,.DragDropContext .is-xlarge.flag .ProfileTier .row.Draggable>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.flag .row.Draggable>.tier-definition,.card.is-xlarge .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .card.is-xlarge .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .card.is-xlarge .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .card.is-xlarge .Draggable.form>.tier-definition,.DragDropContext .is-xlarge.Draggable .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.Draggable .Draggable.form>.tier-definition,.is-xlarge.table .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-xlarge.table .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-xlarge.table .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.table .Draggable.form>.tier-definition,.is-xlarge.flag .DragDropContext .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .is-xlarge.flag .DragDropContext .Draggable.form>.tier-definition,.DragDropContext .is-xlarge.flag .ProfileTier .Draggable.form>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.flag .Draggable.form>.tier-definition,.card.is-xlarge .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .card.is-xlarge .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .card.is-xlarge .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .card.is-xlarge .Draggable.tab-group>.tier-definition,.DragDropContext .is-xlarge.Draggable .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.Draggable .Draggable.tab-group>.tier-definition,.is-xlarge.table .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-xlarge.table .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-xlarge.table .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.table .Draggable.tab-group>.tier-definition,.is-xlarge.flag .DragDropContext .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .is-xlarge.flag .DragDropContext .Draggable.tab-group>.tier-definition,.DragDropContext .is-xlarge.flag .ProfileTier .Draggable.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.flag .Draggable.tab-group>.tier-definition,.card.is-xlarge .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .card.is-xlarge .Draggable.tier-definition-container>.tier-definition,.DragDropContext .is-xlarge.Draggable .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-xlarge.Draggable .Draggable.tier-definition-container>.tier-definition,.is-xlarge.table .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-xlarge.table .Draggable.tier-definition-container>.tier-definition,.is-xlarge.flag .DragDropContext .ProfileTier .Draggable.tier-definition-container>.tier-definition,.DragDropContext .ProfileTier .is-xlarge.flag .Draggable.tier-definition-container>.tier-definition,.card.is-xlarge .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .card.is-xlarge .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.Draggable .Draggable.tier-definition-container>.tier-definition,.is-xlarge.table .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.table .Draggable.tier-definition-container>.tier-definition,.is-xlarge.flag .ProfileTier .DragDropContext .Draggable.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.flag .Draggable.tier-definition-container>.tier-definition,.card.is-xlarge .ProfileTier .card-section.form>.tier-definition,.ProfileTier .card.is-xlarge .card-section.form>.tier-definition,.DragDropContext .is-xlarge.Draggable .ProfileTier .card-section.form>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.Draggable .card-section.form>.tier-definition,.is-xlarge.table .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-xlarge.table .card-section.form>.tier-definition,.is-xlarge.flag .ProfileTier .card-section.form>.tier-definition,.ProfileTier .is-xlarge.flag .card-section.form>.tier-definition,.card.is-xlarge .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .card.is-xlarge .card-section.tab-group>.tier-definition,.DragDropContext .is-xlarge.Draggable .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.Draggable .card-section.tab-group>.tier-definition,.is-xlarge.table .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-xlarge.table .card-section.tab-group>.tier-definition,.is-xlarge.flag .ProfileTier .card-section.tab-group>.tier-definition,.ProfileTier .is-xlarge.flag .card-section.tab-group>.tier-definition,.card.is-xlarge .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .card.is-xlarge .card-section.tier-definition-container>.tier-definition,.DragDropContext .is-xlarge.Draggable .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .DragDropContext .is-xlarge.Draggable .card-section.tier-definition-container>.tier-definition,.is-xlarge.table .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-xlarge.table .card-section.tier-definition-container>.tier-definition,.is-xlarge.flag .ProfileTier .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-xlarge.flag .card-section.tier-definition-container>.tier-definition,.ProfileTier .is-xlarge.form>.tier-definition,.grid.is-xlarge .ProfileTier .form.row>.tier-definition,.ProfileTier .grid.is-xlarge .form.row>.tier-definition,.grid.is-xlarge .ProfileTier .row>.tier-definition,.ProfileTier .grid.is-xlarge .row>.tier-definition,.grid.is-xlarge .ProfileTier .form>.tier-definition,.ProfileTier .grid.is-xlarge .form>.tier-definition,.grid.is-xlarge .ProfileTier .tab-group>.tier-definition,.ProfileTier .grid.is-xlarge .tab-group>.tier-definition,.grid.is-xlarge .ProfileTier .tier-definition-container>.tier-definition,.ProfileTier .grid.is-xlarge .tier-definition-container>.tier-definition,.ProfileTier .is-xlarge.tab-group>.tier-definition,.grid.is-xlarge .ProfileTier .tab-group.row>.tier-definition,.ProfileTier .grid.is-xlarge .tab-group.row>.tier-definition,.ProfileTier .is-xlarge.tier-definition-container>.tier-definition,.ProfileTier .card.is-xlarge .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .card.is-xlarge .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .is-xlarge.table .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .is-xlarge.table .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .is-xlarge.flag .DragDropContext .tier-definition-container.Draggable>.tier-definition,.DragDropContext .is-xlarge.flag .ProfileTier .tier-definition-container.Draggable>.tier-definition,.ProfileTier .grid.is-xlarge .tier-definition-container.row>.tier-definition,.grid.is-xlarge .ProfileTier .tier-definition-container.row>.tier-definition{padding-left:32px;padding-right:32px}.col,.fieldset,.tab,.tab-group li,.ProfileTier .tier-definition{font-size:14px;position:relative;padding-left:8px;padding-right:8px;display:block}.col .col_inner,.fieldset .col_inner,.tab .col_inner,.tab-group li .col_inner,.ProfileTier .tier-definition .col_inner{position:relative}@media (min-width: 768px){.col,.fieldset,.tab,.tab-group li,.ProfileTier .tier-definition{display:inline-block}}.col[class*="xs-"],.fieldset[class*="xs-"],.tab[class*="xs-"],.tab-group li[class*="xs-"],.ProfileTier .tier-definition[class*="xs-"]{display:inline-block}.col .has-divider-left,.fieldset .has-divider-left,.tab .has-divider-left,.tab-group li .has-divider-left,.ProfileTier .tier-definition .has-divider-left{box-shadow:inset 1px 0 0 0 #EBECF0}.col .has-divider-right,.fieldset .has-divider-right,.tab .has-divider-right,.tab-group li .has-divider-right,.ProfileTier .tier-definition .has-divider-right{box-shadow:inset -1px 0 0 0 #EBECF0}.col .has-divider-top,.fieldset .has-divider-top,.tab .has-divider-top,.tab-group li .has-divider-top,.ProfileTier .tier-definition .has-divider-top{box-shadow:inset 0 1px 0 0 #EBECF0}.col .has-divider-bottom,.fieldset .has-divider-bottom,.tab .has-divider-bottom,.tab-group li .has-divider-bottom,.ProfileTier .tier-definition .has-divider-bottom{box-shadow:inset 0 -1px 0 0 #EBECF0}.Loading{position:absolute;background:transparent;top:0;left:0;width:100%;height:3px;overflow:hidden;transition:0.6s ease opacity}.LoadingProgress{background:#FF6161;height:3px;transition:0.6s cubic-bezier(0.43, 0, 0.48, 1) transform}.Loading.loading-exit{opacity:0;transition-delay:0.2s;transition-duration:0.2s}.Loading.loading-exit .LoadingProgress{transition-duration:0.3s}:root{--nav-height: 56px}nav#siteNav{background:#fff;position:relative;box-shadow:0 0 0 1px rgba(23,43,77,0.05),0 1px 3px 0 rgba(23,43,77,0.15);display:none}@media (min-width: 768px){nav#siteNav{position:fixed;top:0;left:0;width:100%;height:var(--nav-height);display:flex;z-index:50}}nav#siteNav.staging:after{content:'';position:absolute;top:100%;left:0;height:4px;width:100%;background:#FFC400;background-image:linear-gradient(135deg, transparent, transparent 25%, #253858 25%, #253858 50%, transparent 50%, transparent 75%, #253858 75%, #253858);background-size:20px 20px}@media (min-width: 768px){nav#siteNav+.page{padding-top:var(--nav-height)}}nav#siteNav a#brauzAdminButton{margin:10px;line-height:1.4;display:none;background:#0052CE}nav#siteNav a#brauzAdminButton:hover{background:#005ae2}nav#siteNav .search{padding:8px;transition:0.2s ease all}nav#siteNav .search .Icon{transition:0.3s cubic-bezier(0.29, 1, 0.49, 1) all;transition-delay:0.1s}nav#siteNav .search.inactive{pointer-events:none;transform:translateX(-10px);opacity:0}nav#siteNav .search.inactive .Icon{transform:translateY(10px);opacity:0}nav#siteNav .search .card,nav#siteNav .search .DragDropContext .Draggable,.DragDropContext nav#siteNav .search .Draggable,nav#siteNav .search .table,nav#siteNav .search .flag{overflow:hidden}@media (min-width: 768px){nav#siteNav .search{flex:1 0 auto;padding:8px 40px}}nav#siteNav .search .input-container,nav#siteNav .search .input,nav#siteNav .search .select,nav#siteNav .search .textarea,nav#siteNav .search .toggle{position:relative}nav#siteNav .search input{border-radius:4px;background:#F4F5F7;height:40px;width:100%;color:#091E42;padding:0 16px 0 40px;transition:0.2s ease all}nav#siteNav .search input+.Icon{position:absolute;top:50%;left:8px;margin-top:-12px;pointer-events:none;opacity:0.6}nav#siteNav .search input+.Icon .svg{color:#091E42}nav#siteNav .search input:focus+.Icon,nav#siteNav .search input.hasValue+.Icon{opacity:1;transition-delay:none}nav#siteNav .search-results-container{position:absolute;width:100%;max-width:600px;color:#172B4D;z-index:1;top:100%;margin-top:16px}nav#siteNav .search .interface-description{flex:1}nav#siteNav .nav-logo{padding:0 16px;display:flex;align-items:center;flex:0}nav#siteNav .nav-user{padding:0 16px;box-shadow:inset 1px 0 0 0 #EBECF0;user-select:none;height:100%}nav#siteNav .nav-user .Icon{color:#97A0AF}nav#siteNav .nav-user:hover{cursor:pointer;background:#F4F5F7}nav#siteNav .nav-user small,nav#siteNav .nav-user p{width:120px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0}nav#siteNav .nav-link{cursor:pointer;color:#97A0AF;padding:16px;box-shadow:-1px 0 0 0 #EBECF0}nav#siteNav .nav-link .Icon{padding:2px}nav#siteNav .nav-link:hover{color:#172B37;background:#F4F5F7}nav#siteNav .popover-container{position:absolute;top:56px;right:16px}nav#siteNav .popover-container .card,nav#siteNav .popover-container .DragDropContext .Draggable,.DragDropContext nav#siteNav .popover-container .Draggable,nav#siteNav .popover-container .table,nav#siteNav .popover-container .flag{min-width:180px}.mobileNav{margin-bottom:0.8rem}.mobileNav .menuIcon{display:none;position:fixed;top:0.6rem;right:0.6rem;z-index:1000}@media (max-width: 767px){.mobileNav .menuIcon{display:block}}.mobileNav .popover-container{position:absolute;top:36px;right:0px}.mobileNav .popover-container .card,.mobileNav .popover-container .DragDropContext .Draggable,.DragDropContext .mobileNav .popover-container .Draggable,.mobileNav .popover-container .table,.mobileNav .popover-container .flag{min-width:180px}.bg-gray{background:#F4F5F7}.popover{position:relative;z-index:100;border-radius:8px;margin-top:8px}.popover-cover{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99}.popover-container{position:relative}.popover-title+.popover-text{margin-top:12px}.popover .is-secondary{color:#fff}.popover .is-secondary:hover{opacity:0.8}.popover{transition:0.15s ease all;will-change:transform, opacity}.popover-appear{opacity:0;transform:translateY(-10px) scale(0.95)}.popover-appear-active{opacity:1;transform:none}.popover-closing{opacity:0;transform:scale(0.85);transition:0.15s cubic-bezier(0.32, -0.54, 0.63, 1.04) all}.product{margin:8px 0}.product:first-child{margin-top:8px}.product:last-child{margin-bottom:8px}.product.compact{width:25%;min-width:120px;max-width:180px;margin:2px;position:relative}.product.compact:first-child{animation:scale-up 0.2s ease-in-out;scale:1.05}.product.compact .card-section,.product.compact .DragDropContext .Draggable,.DragDropContext .product.compact .Draggable{height:100%}.product.compact .card-section .itemAttribute,.product.compact .DragDropContext .Draggable .itemAttribute,.DragDropContext .product.compact .Draggable .itemAttribute{width:100%;display:flex;justify-content:center;text-align:center !important}.product.compact .card-section .itemFooter,.product.compact .DragDropContext .Draggable .itemFooter,.DragDropContext .product.compact .Draggable .itemFooter{margin-top:8px;margin-left:-8px;width:calc(100% + 16px)}.product.compact .card-inner{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;height:100%;justify-content:center;align-items:center}.product.compact .card-inner img{height:80%;width:auto}.product.compact .card-inner .level-item,.product.compact .card-inner .Alerts .alert .alert-content,.Alerts .alert .product.compact .card-inner .alert-content{font-size:0.7em;height:20%;text-align:center;margin:0;text-overflow:ellipsis}.product.compact .card-inner .level-item p,.product.compact .card-inner .Alerts .alert .alert-content p,.Alerts .alert .product.compact .card-inner .alert-content p{overflow-y:scroll;height:100%;width:100%}.product.compact .card-inner .tag,.product.compact .card-inner .Alerts .alert .close,.Alerts .alert .product.compact .card-inner .close{position:absolute;top:-15px;right:-5px}.product .thumbnail{height:44px;width:44px;border-radius:4px;background:#F4F5F7 center center no-repeat;background-size:cover}@keyframes scale-up{100%{scale:1.05}0%{scale:1}}.divider{background:#F4F5F7;padding:8px 16px}.divider:not(:last-child){box-shadow:inset 0 -1px 0 0 #DFE1E5}.hr--small{margin:16px auto;width:30%;height:1px;background:#DFE1E5}.video{position:absolute;top:0;left:0;width:100%;height:100%}.video-container{position:relative}.video-container:before{content:'';display:block;padding:56.25% 0 0}.has-tint,.ProfileHistory-row{background:#F4F5F7}.has-tint--light,table.has-hover tbody tr:hover,.Alerts .alert table.close tbody tr:hover,.table.has-hover tbody tr:hover,.Alerts .alert .table.close tbody tr:hover{background:#FAFBFC}.has-tint--dark,.DragDropContext .Draggable{background:#EBECF0}.has-tint--gradient{background:linear-gradient(to top, #fff, #F4F5F7)}.ProfileHistory.is-loading .ProfileHistory-row{opacity:0.5}.ProfileHistory small{margin-top:0}.ProfileHistory-row:last-child{border-radius:0 0 4px 4px}.ProfileHistory-row:last-child .ProfileHistory-hour:last-child:before{height:20px}.ProfileHistory-date{position:relative;padding:24px 24px 0 40px;border-top:1px solid #DFE1E5}.ProfileHistory-date:before{content:'';height:100%;width:2px;background:#DFE1E5;position:absolute;top:0;left:20px}.ProfileHistory-hour{padding:16px 16px 16px 40px;position:relative}.ProfileHistory-hour:last-child{padding-bottom:24px}.ProfileHistory-hour:after{content:'';height:12px;width:12px;box-shadow:0 0 0 4px #EBECF0;background:#C1C7D0;border-radius:100%;position:absolute;top:24px;margin-top:-6px;left:15px}.ProfileHistory-hour:before{content:'';height:100%;width:2px;background:#DFE1E5;position:absolute;top:0;left:20px}.ProfileHistory-type{margin-top:16px}.ProfileHistory-type:first-child{margin-top:0}.ProfileHistory-type h6:hover,.ProfileHistory-type thead:not(.custom) tr.is-dark th:hover,thead:not(.custom) tr.is-dark .ProfileHistory-type th:hover{cursor:pointer;opacity:0.8;display:inline-block;user-select:none}.ProfileHistory-item{margin-top:8px}.ProfileHistory-item .Icon{width:20px}@media (min-width: 768px){.ProfileHistory-time{text-align:right}}.ProfileHistory-content code{display:block;word-break:break-word}.accordion .innerContent{transform:none !important}.accordion .ProfileHistory-item,.accordion code{transition:0.2s ease all}.accordion.closed .ProfileHistory-item,.accordion.closed code{opacity:0;transform:translateY(-5px);transition:0s 0.2s linear all !important}.link,.flag-actions .flag-action,.ProfileZendesk-Single .zd-comment a{color:#0052CC;font-weight:400;text-decoration:none;display:inline-block}.link:hover,.flag-actions .flag-action:hover,.ProfileZendesk-Single .zd-comment a:hover{text-decoration:underline;cursor:pointer}.link.is-unstyled,.flag-actions .is-unstyled.flag-action,.ProfileZendesk-Single .zd-comment a.is-unstyled{color:inherit;text-decoration:none}.link.is-inactive,.flag-actions .is-inactive.flag-action,.ProfileZendesk-Single .zd-comment a.is-inactive{pointer-events:none}.link.is-light,.flag-actions .is-light.flag-action,.flag-actions .flag.is-R .flag-action,.flag.is-R .flag-actions .flag-action,.flag-actions .SearchTicket td.solved .flag.tag .flag-action,.SearchTicket td.solved .flag.tag .flag-actions .flag-action,.flag-actions .SearchTicket td.solved .Alerts .alert .flag.close .flag-action,.SearchTicket td.solved .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .SearchTicket td.solved .flag.close .flag-action,.Alerts .alert .SearchTicket td.solved .flag.close .flag-actions .flag-action,.flag-actions .ProfileZendesk td.solved .flag.tag .flag-action,.ProfileZendesk td.solved .flag.tag .flag-actions .flag-action,.flag-actions .ProfileZendesk td.solved .Alerts .alert .flag.close .flag-action,.ProfileZendesk td.solved .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .ProfileZendesk td.solved .flag.close .flag-action,.Alerts .alert .ProfileZendesk td.solved .flag.close .flag-actions .flag-action,.flag-actions .flag.is-Y .flag-action,.flag.is-Y .flag-actions .flag-action,.flag-actions .flag.is-G .flag-action,.flag.is-G .flag-actions .flag-action,.flag-actions .SearchTicket td.new .flag.tag .flag-action,.SearchTicket td.new .flag.tag .flag-actions .flag-action,.flag-actions .SearchTicket td.new .Alerts .alert .flag.close .flag-action,.SearchTicket td.new .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .SearchTicket td.new .flag.close .flag-action,.Alerts .alert .SearchTicket td.new .flag.close .flag-actions .flag-action,.flag-actions .SearchTicket td.pending .flag.tag .flag-action,.SearchTicket td.pending .flag.tag .flag-actions .flag-action,.flag-actions .SearchTicket td.pending .Alerts .alert .flag.close .flag-action,.SearchTicket td.pending .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .SearchTicket td.pending .flag.close .flag-action,.Alerts .alert .SearchTicket td.pending .flag.close .flag-actions .flag-action,.flag-actions .SearchShopifyOrder td.shipped .flag.tag .flag-action,.SearchShopifyOrder td.shipped .flag.tag .flag-actions .flag-action,.flag-actions .SearchShopifyOrder td.shipped .Alerts .alert .flag.close .flag-action,.SearchShopifyOrder td.shipped .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .SearchShopifyOrder td.shipped .flag.close .flag-action,.Alerts .alert .SearchShopifyOrder td.shipped .flag.close .flag-actions .flag-action,.flag-actions .SearchShopifyOrder td.fulfilled .flag.tag .flag-action,.SearchShopifyOrder td.fulfilled .flag.tag .flag-actions .flag-action,.flag-actions .SearchShopifyOrder td.fulfilled .Alerts .alert .flag.close .flag-action,.SearchShopifyOrder td.fulfilled .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .SearchShopifyOrder td.fulfilled .flag.close .flag-action,.Alerts .alert .SearchShopifyOrder td.fulfilled .flag.close .flag-actions .flag-action,.flag-actions .ProfileZendesk td.new .flag.tag .flag-action,.ProfileZendesk td.new .flag.tag .flag-actions .flag-action,.flag-actions .ProfileZendesk td.new .Alerts .alert .flag.close .flag-action,.ProfileZendesk td.new .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .ProfileZendesk td.new .flag.close .flag-action,.Alerts .alert .ProfileZendesk td.new .flag.close .flag-actions .flag-action,.flag-actions .ProfileZendesk td.pending .flag.tag .flag-action,.ProfileZendesk td.pending .flag.tag .flag-actions .flag-action,.flag-actions .ProfileZendesk td.pending .Alerts .alert .flag.close .flag-action,.ProfileZendesk td.pending .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .ProfileZendesk td.pending .flag.close .flag-action,.Alerts .alert .ProfileZendesk td.pending .flag.close .flag-actions .flag-action,.flag-actions .ProfileAppointment td.pending .flag.tag .flag-action,.ProfileAppointment td.pending .flag.tag .flag-actions .flag-action,.flag-actions .ProfileAppointment td.pending .Alerts .alert .flag.close .flag-action,.ProfileAppointment td.pending .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .ProfileAppointment td.pending .flag.close .flag-action,.Alerts .alert .ProfileAppointment td.pending .flag.close .flag-actions .flag-action,.flag-actions .flag.is-T .flag-action,.flag.is-T .flag-actions .flag-action,.flag-actions .flag.is-P .flag-action,.flag.is-P .flag-actions .flag-action,.flag-actions .flag.is-B .flag-action,.flag.is-B .flag-actions .flag-action,.flag-actions .SearchTicket td.open .flag.tag .flag-action,.SearchTicket td.open .flag.tag .flag-actions .flag-action,.flag-actions .SearchTicket td.open .Alerts .alert .flag.close .flag-action,.SearchTicket td.open .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .SearchTicket td.open .flag.close .flag-action,.Alerts .alert .SearchTicket td.open .flag.close .flag-actions .flag-action,.flag-actions .SearchShopifyOrder td.unshipped .flag.tag .flag-action,.SearchShopifyOrder td.unshipped .flag.tag .flag-actions .flag-action,.flag-actions .SearchShopifyOrder td.unshipped .Alerts .alert .flag.close .flag-action,.SearchShopifyOrder td.unshipped .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .SearchShopifyOrder td.unshipped .flag.close .flag-action,.Alerts .alert .SearchShopifyOrder td.unshipped .flag.close .flag-actions .flag-action,.flag-actions .SearchShopifyOrder td.unfulfilled .flag.tag .flag-action,.SearchShopifyOrder td.unfulfilled .flag.tag .flag-actions .flag-action,.flag-actions .SearchShopifyOrder td.unfulfilled .Alerts .alert .flag.close .flag-action,.SearchShopifyOrder td.unfulfilled .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .SearchShopifyOrder td.unfulfilled .flag.close .flag-action,.Alerts .alert .SearchShopifyOrder td.unfulfilled .flag.close .flag-actions .flag-action,.flag-actions .ProfileZendesk td.open .flag.tag .flag-action,.ProfileZendesk td.open .flag.tag .flag-actions .flag-action,.flag-actions .ProfileZendesk td.open .Alerts .alert .flag.close .flag-action,.ProfileZendesk td.open .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .ProfileZendesk td.open .flag.close .flag-action,.Alerts .alert .ProfileZendesk td.open .flag.close .flag-actions .flag-action,.flag-actions .ProfileAppointment td.confirmed .flag.tag .flag-action,.ProfileAppointment td.confirmed .flag.tag .flag-actions .flag-action,.flag-actions .ProfileAppointment td.confirmed .Alerts .alert .flag.close .flag-action,.ProfileAppointment td.confirmed .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .ProfileAppointment td.confirmed .flag.close .flag-action,.Alerts .alert .ProfileAppointment td.confirmed .flag.close .flag-actions .flag-action,.flag-actions .flag.is-N .flag-action,.flag.is-N .flag-actions .flag-action,.flag-actions .ProfileAppointment td.cancel .flag.tag .flag-action,.ProfileAppointment td.cancel .flag.tag .flag-actions .flag-action,.flag-actions .ProfileAppointment td.cancel .Alerts .alert .flag.close .flag-action,.ProfileAppointment td.cancel .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .ProfileAppointment td.cancel .flag.close .flag-action,.Alerts .alert .ProfileAppointment td.cancel .flag.close .flag-actions .flag-action,.flag-actions .ProfileAppointment tr.inactive td.status .flag.tag .flag-action,.ProfileAppointment tr.inactive td.status .flag.tag .flag-actions .flag-action,.flag-actions .ProfileAppointment tr.inactive td.status .Alerts .alert .flag.close .flag-action,.ProfileAppointment tr.inactive td.status .Alerts .alert .flag.close .flag-actions .flag-action,.flag-actions .Alerts .alert .ProfileAppointment tr.inactive td.status .flag.close .flag-action,.Alerts .alert .ProfileAppointment tr.inactive td.status .flag.close .flag-actions .flag-action,.flag.is-R .link.flag-action,.SearchTicket td.solved .flag.tag .link.flag-action,.SearchTicket td.solved .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .SearchTicket td.solved .flag.close .link.flag-action,.ProfileZendesk td.solved .flag.tag .link.flag-action,.ProfileZendesk td.solved .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .ProfileZendesk td.solved .flag.close .link.flag-action,.flag.is-R .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .flag.is-R a.flag-action,.SearchTicket td.solved .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchTicket td.solved .flag.tag a.flag-action,.SearchTicket td.solved .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchTicket td.solved .Alerts .alert .flag.close a.flag-action,.Alerts .alert .SearchTicket td.solved .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .SearchTicket td.solved .flag.close a.flag-action,.ProfileZendesk td.solved .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileZendesk td.solved .flag.tag a.flag-action,.ProfileZendesk td.solved .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileZendesk td.solved .Alerts .alert .flag.close a.flag-action,.Alerts .alert .ProfileZendesk td.solved .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .ProfileZendesk td.solved .flag.close a.flag-action,.flag.is-Y .link.flag-action,.flag.is-Y .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .flag.is-Y a.flag-action,.flag.is-G .link.flag-action,.SearchTicket td.new .flag.tag .link.flag-action,.SearchTicket td.new .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .SearchTicket td.new .flag.close .link.flag-action,.SearchTicket td.pending .flag.tag .link.flag-action,.SearchTicket td.pending .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .SearchTicket td.pending .flag.close .link.flag-action,.SearchShopifyOrder td.shipped .flag.tag .link.flag-action,.SearchShopifyOrder td.shipped .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .SearchShopifyOrder td.shipped .flag.close .link.flag-action,.SearchShopifyOrder td.fulfilled .flag.tag .link.flag-action,.SearchShopifyOrder td.fulfilled .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .SearchShopifyOrder td.fulfilled .flag.close .link.flag-action,.ProfileZendesk td.new .flag.tag .link.flag-action,.ProfileZendesk td.new .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .ProfileZendesk td.new .flag.close .link.flag-action,.ProfileZendesk td.pending .flag.tag .link.flag-action,.ProfileZendesk td.pending .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .ProfileZendesk td.pending .flag.close .link.flag-action,.ProfileAppointment td.pending .flag.tag .link.flag-action,.ProfileAppointment td.pending .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .ProfileAppointment td.pending .flag.close .link.flag-action,.flag.is-G .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .flag.is-G a.flag-action,.SearchTicket td.new .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchTicket td.new .flag.tag a.flag-action,.SearchTicket td.new .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchTicket td.new .Alerts .alert .flag.close a.flag-action,.Alerts .alert .SearchTicket td.new .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .SearchTicket td.new .flag.close a.flag-action,.SearchTicket td.pending .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchTicket td.pending .flag.tag a.flag-action,.SearchTicket td.pending .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchTicket td.pending .Alerts .alert .flag.close a.flag-action,.Alerts .alert .SearchTicket td.pending .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .SearchTicket td.pending .flag.close a.flag-action,.SearchShopifyOrder td.shipped .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchShopifyOrder td.shipped .flag.tag a.flag-action,.SearchShopifyOrder td.shipped .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchShopifyOrder td.shipped .Alerts .alert .flag.close a.flag-action,.Alerts .alert .SearchShopifyOrder td.shipped .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .SearchShopifyOrder td.shipped .flag.close a.flag-action,.SearchShopifyOrder td.fulfilled .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchShopifyOrder td.fulfilled .flag.tag a.flag-action,.SearchShopifyOrder td.fulfilled .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchShopifyOrder td.fulfilled .Alerts .alert .flag.close a.flag-action,.Alerts .alert .SearchShopifyOrder td.fulfilled .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .SearchShopifyOrder td.fulfilled .flag.close a.flag-action,.ProfileZendesk td.new .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileZendesk td.new .flag.tag a.flag-action,.ProfileZendesk td.new .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileZendesk td.new .Alerts .alert .flag.close a.flag-action,.Alerts .alert .ProfileZendesk td.new .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .ProfileZendesk td.new .flag.close a.flag-action,.ProfileZendesk td.pending .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileZendesk td.pending .flag.tag a.flag-action,.ProfileZendesk td.pending .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileZendesk td.pending .Alerts .alert .flag.close a.flag-action,.Alerts .alert .ProfileZendesk td.pending .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .ProfileZendesk td.pending .flag.close a.flag-action,.ProfileAppointment td.pending .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileAppointment td.pending .flag.tag a.flag-action,.ProfileAppointment td.pending .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileAppointment td.pending .Alerts .alert .flag.close a.flag-action,.Alerts .alert .ProfileAppointment td.pending .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .ProfileAppointment td.pending .flag.close a.flag-action,.flag.is-T .link.flag-action,.flag.is-T .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .flag.is-T a.flag-action,.flag.is-P .link.flag-action,.flag.is-P .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .flag.is-P a.flag-action,.flag.is-B .link.flag-action,.SearchTicket td.open .flag.tag .link.flag-action,.SearchTicket td.open .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .SearchTicket td.open .flag.close .link.flag-action,.SearchShopifyOrder td.unshipped .flag.tag .link.flag-action,.SearchShopifyOrder td.unshipped .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .SearchShopifyOrder td.unshipped .flag.close .link.flag-action,.SearchShopifyOrder td.unfulfilled .flag.tag .link.flag-action,.SearchShopifyOrder td.unfulfilled .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .SearchShopifyOrder td.unfulfilled .flag.close .link.flag-action,.ProfileZendesk td.open .flag.tag .link.flag-action,.ProfileZendesk td.open .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .ProfileZendesk td.open .flag.close .link.flag-action,.ProfileAppointment td.confirmed .flag.tag .link.flag-action,.ProfileAppointment td.confirmed .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .ProfileAppointment td.confirmed .flag.close .link.flag-action,.flag.is-B .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .flag.is-B a.flag-action,.SearchTicket td.open .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchTicket td.open .flag.tag a.flag-action,.SearchTicket td.open .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchTicket td.open .Alerts .alert .flag.close a.flag-action,.Alerts .alert .SearchTicket td.open .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .SearchTicket td.open .flag.close a.flag-action,.SearchShopifyOrder td.unshipped .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchShopifyOrder td.unshipped .flag.tag a.flag-action,.SearchShopifyOrder td.unshipped .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchShopifyOrder td.unshipped .Alerts .alert .flag.close a.flag-action,.Alerts .alert .SearchShopifyOrder td.unshipped .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .SearchShopifyOrder td.unshipped .flag.close a.flag-action,.SearchShopifyOrder td.unfulfilled .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchShopifyOrder td.unfulfilled .flag.tag a.flag-action,.SearchShopifyOrder td.unfulfilled .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .SearchShopifyOrder td.unfulfilled .Alerts .alert .flag.close a.flag-action,.Alerts .alert .SearchShopifyOrder td.unfulfilled .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .SearchShopifyOrder td.unfulfilled .flag.close a.flag-action,.ProfileZendesk td.open .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileZendesk td.open .flag.tag a.flag-action,.ProfileZendesk td.open .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileZendesk td.open .Alerts .alert .flag.close a.flag-action,.Alerts .alert .ProfileZendesk td.open .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .ProfileZendesk td.open .flag.close a.flag-action,.ProfileAppointment td.confirmed .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileAppointment td.confirmed .flag.tag a.flag-action,.ProfileAppointment td.confirmed .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileAppointment td.confirmed .Alerts .alert .flag.close a.flag-action,.Alerts .alert .ProfileAppointment td.confirmed .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .ProfileAppointment td.confirmed .flag.close a.flag-action,.flag.is-N .link.flag-action,.ProfileAppointment td.cancel .flag.tag .link.flag-action,.ProfileAppointment td.cancel .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .ProfileAppointment td.cancel .flag.close .link.flag-action,.ProfileAppointment tr.inactive td.status .flag.tag .link.flag-action,.ProfileAppointment tr.inactive td.status .Alerts .alert .flag.close .link.flag-action,.Alerts .alert .ProfileAppointment tr.inactive td.status .flag.close .link.flag-action,.flag.is-N .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .flag.is-N a.flag-action,.ProfileAppointment td.cancel .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileAppointment td.cancel .flag.tag a.flag-action,.ProfileAppointment td.cancel .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileAppointment td.cancel .Alerts .alert .flag.close a.flag-action,.Alerts .alert .ProfileAppointment td.cancel .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .ProfileAppointment td.cancel .flag.close a.flag-action,.ProfileAppointment tr.inactive td.status .flag.tag .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileAppointment tr.inactive td.status .flag.tag a.flag-action,.ProfileAppointment tr.inactive td.status .Alerts .alert .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .ProfileAppointment tr.inactive td.status .Alerts .alert .flag.close a.flag-action,.Alerts .alert .ProfileAppointment tr.inactive td.status .flag.close .ProfileZendesk-Single .zd-comment a.flag-action,.ProfileZendesk-Single .zd-comment .Alerts .alert .ProfileAppointment tr.inactive td.status .flag.close a.flag-action,.ProfileZendesk-Single .zd-comment a.is-light{color:#fff;background:rgba(255,255,255,0.15);border-radius:4px;padding:2px 8px}.link.is-secondary,.flag-actions .is-secondary.flag-action,.ProfileZendesk-Single .zd-comment a.is-secondary{color:#6C798F}.link.is-secondary:hover,.flag-actions .is-secondary.flag-action:hover,.ProfileZendesk-Single .zd-comment a.is-secondary:hover{color:#8993A4}.link.is-tertiary,.flag-actions .is-tertiary.flag-action,.ProfileZendesk-Single .zd-comment a.is-tertiary{color:#6C798F}.link.is-tertiary:hover,.flag-actions .is-tertiary.flag-action:hover,.ProfileZendesk-Single .zd-comment a.is-tertiary:hover{color:#42526E;text-decoration:none}.link.is-danger,.flag-actions .is-danger.flag-action,.ProfileZendesk-Single .zd-comment a.is-danger{color:#DE350B}.link.is-danger:hover,.flag-actions .is-danger.flag-action:hover,.ProfileZendesk-Single .zd-comment a.is-danger:hover{color:#BF2600}.breadcrumb{margin:0 0 8px 4px;display:inline-flex;color:#6C798F;text-decoration:none;font-weight:500}.breadcrumb:hover{color:#42526E;text-decoration:none}.breadcrumb .icon,.breadcrumb .notificationItem .close:before,.notificationItem .breadcrumb .close:before,.breadcrumb .notificationItem:before{margin-right:4px}.Modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:scroll;-webkit-overflow-scrolling:touch;padding:16px;transition:0.25s ease opacity}@media (min-width: 768px){.Modal{overflow:auto;padding:32px}}@media (min-width: 1200px){.Modal{padding:48px}}.ModalContent{flex:0 1 auto;position:relative;display:flex;flex-direction:column;z-index:100;border-radius:4px;width:100%;max-width:100%;background:#fff;box-shadow:0 20px 32px -8px rgba(9,30,66,0.25);transition:0.5s cubic-bezier(0.23, 1, 0.32, 1) transform}@media (min-width: 768px){.ModalContent{width:600px}}.ModalCover{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(9,30,66,0.54)}.ModalHeader{box-shadow:0 2px 0 0 rgba(9,30,66,0.08);padding:8px 16px;flex:0 0 auto;position:relative;z-index:1}.ModalHeader h3{width:90%}.ModalHeader .editable-header div{background:transparent}.ModalHeader .editable-header div input{font-weight:bold}.ModalFooter{box-shadow:0 -2px 0 0 rgba(9,30,66,0.08);padding:16px;flex:0 0 auto;position:relative;z-index:1}.ModalBody{position:relative;overflow:scroll;-webkit-overflow-scrolling:touch;padding:16px;flex:1 1 auto}@media (min-width: 992px){.ModalBody{overflow:auto}}.ModalBody .ModalContent{overflow:hidden}.ModalClose{position:absolute;top:0;right:0;padding:8px;z-index:1}.Modal-enter,.Modal-appear{opacity:0;transition:none}.Modal-enter .ModalContent,.Modal-appear .ModalContent{transition:none;transform:translate3d(0, 32px, 0)}.Modal-exit-active{opacity:0}.Modal-exit-active .ModalContent{transform:translate3d(0, -32px, 0)}.Modal.size-auto .ModalContent{width:auto}.Modal.size-small .ModalContent{width:480px}.Modal.size-medium .ModalContent{width:600px}.Modal.size-large .ModalContent{width:960px}.Modal.size-xlarge .ModalContent{width:1120px}.Modal.size-full .ModalContent{width:100%;height:100%}.Modal.size-cover{padding:0}.Modal.size-cover .ModalContent{border-radius:0;box-shadow:none;width:100%;height:100%}.Modal.headerStyle-flush .ModalHeader{padding:16px 16px 0;box-shadow:none}.Modal.footerStyle-flush .ModalFooter{padding:0 16px 16px;box-shadow:none}.Modal.bodyStyle-flush .ModalBody{padding:0}.Modal.bodyStyle-minimal .ModalBody{padding:4px 0}.Modal.transition-pop.Modal-exit-active .ModalContent{transform:scale(0.85);transition:0.2s cubic-bezier(0.32, -0.54, 0.63, 1.04) all}.Modal.transition-shrink.Modal-exit-active .ModalContent{transform:scale(0.95);transition:0.4s ease all}.Modal.transition-fade.Modal-exit-active .ModalContent{transform:none;transition:0.5s ease all}.Modal.align-top{justify-content:flex-end}.Modal.align-center{justify-content:center}.Modal.align-bottom{justify-content:flex-end}.Modal .comms-modal fieldset{padding-left:8px;padding-right:8px}.Modal .comms-modal .toggleFieldMessage{font-size:14px;padding:20px 0px 4px 0px}.shadow,.card,.DragDropContext .Draggable,.table,.flag,.has-shadow{box-shadow:0 0 0 1px rgba(23,43,77,0.05),0 1px 3px 0 rgba(23,43,77,0.15)}.shadow--small,.flag,.has-shadow--small{box-shadow:0 0 1px 0 rgba(9,30,66,0.31),0 1px 1px rgba(9,30,66,0.25)}.shadow--large,.flag.is-R.has-shadow,.SearchTicket td.solved .flag.has-shadow.tag,.SearchTicket td.solved .Alerts .alert .flag.has-shadow.close,.Alerts .alert .SearchTicket td.solved .flag.has-shadow.close,.ProfileZendesk td.solved .flag.has-shadow.tag,.ProfileZendesk td.solved .Alerts .alert .flag.has-shadow.close,.Alerts .alert .ProfileZendesk td.solved .flag.has-shadow.close,.flag.is-Y.has-shadow,.flag.is-G.has-shadow,.SearchTicket td.new .flag.has-shadow.tag,.SearchTicket td.new .Alerts .alert .flag.has-shadow.close,.Alerts .alert .SearchTicket td.new .flag.has-shadow.close,.SearchTicket td.pending .flag.has-shadow.tag,.SearchTicket td.pending .Alerts .alert .flag.has-shadow.close,.Alerts .alert .SearchTicket td.pending .flag.has-shadow.close,.SearchShopifyOrder td.shipped .flag.has-shadow.tag,.SearchShopifyOrder td.shipped .Alerts .alert .flag.has-shadow.close,.Alerts .alert .SearchShopifyOrder td.shipped .flag.has-shadow.close,.SearchShopifyOrder td.fulfilled .flag.has-shadow.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .flag.has-shadow.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .flag.has-shadow.close,.ProfileZendesk td.new .flag.has-shadow.tag,.ProfileZendesk td.new .Alerts .alert .flag.has-shadow.close,.Alerts .alert .ProfileZendesk td.new .flag.has-shadow.close,.ProfileZendesk td.pending .flag.has-shadow.tag,.ProfileZendesk td.pending .Alerts .alert .flag.has-shadow.close,.Alerts .alert .ProfileZendesk td.pending .flag.has-shadow.close,.ProfileAppointment td.pending .flag.has-shadow.tag,.ProfileAppointment td.pending .Alerts .alert .flag.has-shadow.close,.Alerts .alert .ProfileAppointment td.pending .flag.has-shadow.close,.flag.is-T.has-shadow,.flag.is-P.has-shadow,.flag.is-B.has-shadow,.SearchTicket td.open .flag.has-shadow.tag,.SearchTicket td.open .Alerts .alert .flag.has-shadow.close,.Alerts .alert .SearchTicket td.open .flag.has-shadow.close,.SearchShopifyOrder td.unshipped .flag.has-shadow.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .flag.has-shadow.close,.Alerts .alert .SearchShopifyOrder td.unshipped .flag.has-shadow.close,.SearchShopifyOrder td.unfulfilled .flag.has-shadow.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .flag.has-shadow.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .flag.has-shadow.close,.ProfileZendesk td.open .flag.has-shadow.tag,.ProfileZendesk td.open .Alerts .alert .flag.has-shadow.close,.Alerts .alert .ProfileZendesk td.open .flag.has-shadow.close,.ProfileAppointment td.confirmed .flag.has-shadow.tag,.ProfileAppointment td.confirmed .Alerts .alert .flag.has-shadow.close,.Alerts .alert .ProfileAppointment td.confirmed .flag.has-shadow.close,.flag.is-N.has-shadow,.ProfileAppointment td.cancel .flag.has-shadow.tag,.ProfileAppointment td.cancel .Alerts .alert .flag.has-shadow.close,.Alerts .alert .ProfileAppointment td.cancel .flag.has-shadow.close,.ProfileAppointment tr.inactive td.status .flag.has-shadow.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .flag.has-shadow.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .flag.has-shadow.close,.has-shadow--large{box-shadow:0 0 1px rgba(9,30,66,0.31),0 20px 32px -8px rgba(9,30,66,0.25)}.tab,.tab-group li{color:#42526E;cursor:pointer;line-height:1.8;margin:0;font-weight:600;padding-top:4px;padding-bottom:4px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.tab:hover,.tab-group li:hover{color:#0052CC}.tab-group{user-select:none;margin-top:0;position:relative;padding:0;margin-left:-8px;margin-right:-8px;list-style:none;overflow:scroll;white-space:nowrap}@media (min-width: 768px){.tab-group{overflow:auto}}.tab-group li.tab-indicator{margin:0 4px;padding:4px 10px;letter-spacing:2px}.tab-group.is-overlapping{margin-bottom:-1px}.tab-group.has-border:before{content:'';position:absolute;bottom:0;left:8px;right:8px;background:#EBECF0;height:2px;border-radius:2px}.tab.is-active,.tab-group li.is-active{color:#0052CC}.tab.is-active:after,.tab-group li.is-active:after{content:'';position:absolute;bottom:0;left:8px;right:8px;background:#0052CC;height:2px;border-radius:2px}table{border-collapse:collapse;width:100%;font-size:14px}.table{overflow:hidden}@media (max-width: 767px){.table-container{overflow:scroll;-webkit-overflow-scrolling:touch;margin:0 -20px}}@media (max-width: 767px){.table-wrap{display:inline-block;padding:1px 20px 12px}.table-wrap table{white-space:nowrap;margin:0}}thead:not(.custom).has-border{border-bottom:2px solid #EBECF0}thead:not(.custom) tr th{padding:8px;vertical-align:middle;font-weight:500;color:#6C798F;text-align:left}thead:not(.custom) tr th:first-child{padding-left:16px}thead:not(.custom) tr th:last-child{padding-right:16px}thead:not(.custom) tr th.text-right{text-align:right}thead:not(.custom) tr.is-dark{background:#F4F5F7;border-bottom:1px solid #DFE1E5}thead:not(.custom) tr.is-dark:not(:first-child){border-top:1px solid #DFE1E5}tbody:not(.custom) tr{border-bottom:1px solid #DFE1E5}tbody:not(.custom) tr:last-child{border-bottom:none}tbody:not(.custom) tr td{padding:8px;vertical-align:middle;height:48px}tbody:not(.custom) tr td:first-child{padding-left:16px}tbody:not(.custom) tr td:last-child{padding-right:16px}tbody:not(.custom) tr td .concatenate{position:relative}tbody:not(.custom) tr td .concatenate:before{content:'...';user-select:none;opacity:0}tbody:not(.custom) tr td .concatenate>*{position:absolute;top:0;left:0;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}table.is-aligned--right th:last-child:not(:first-child),table.is-aligned--right td:last-child:not(:first-child),.table.is-aligned--right th:last-child:not(:first-child),.table.is-aligned--right td:last-child:not(:first-child){text-align:right}table.is-tight>thead>tr>td:first-child,table.is-tight>thead>tr>th:first-child,table.is-tight>tbody>tr>td:first-child,table.is-tight>tbody>tr>th:first-child,.table.is-tight>thead>tr>td:first-child,.table.is-tight>thead>tr>th:first-child,.table.is-tight>tbody>tr>td:first-child,.table.is-tight>tbody>tr>th:first-child{padding-left:0}table.is-tight>thead>tr>td:last-child,table.is-tight>thead>tr>th:last-child,table.is-tight>tbody>tr>td:last-child,table.is-tight>tbody>tr>th:last-child,.table.is-tight>thead>tr>td:last-child,.table.is-tight>thead>tr>th:last-child,.table.is-tight>tbody>tr>td:last-child,.table.is-tight>tbody>tr>th:last-child{padding-right:0}table.has-hover tbody tr:hover,.Alerts .alert table.close tbody tr:hover,.table.has-hover tbody tr:hover,.Alerts .alert .table.close tbody tr:hover{cursor:pointer}.space-top{margin-top:16px}.space-top--none{margin-top:0}.space-top--xxs{margin-top:2px}.space-top--xs{margin-top:4px}.space-top--sm{margin-top:8px}.space-top--lg{margin-top:24px}.space-top--xl{margin-top:32px}.space-bottom{margin-bottom:16px}.space-bottom--none{margin-bottom:0}.space-bottom--xxs{margin-bottom:2px}.space-bottom--xs{margin-bottom:4px}.space-bottom--sm{margin-bottom:8px}.space-bottom--lg{margin-bottom:24px}.space-bottom--xl{margin-bottom:32px}.notificationContainer{position:fixed;top:20px;right:0;padding:0 20px;pointer-events:none;z-index:600;width:100%}@media (min-width: 768px){.notificationContainer{width:auto}}.notificationItem{margin:0 auto 5px;max-width:260px;position:relative;transform:none;transition:0.2s ease all;pointer-events:auto;background:#f2f2f2;border-radius:3px;width:280px}.notificationItem .close{position:absolute;top:10px;right:10px;height:30px;width:30px;border-radius:100%;box-shadow:0 0 0 0 rgba(0,0,0,0);transition:0.2s ease all;cursor:pointer;padding:5px 0 0}.notificationItem .close:before{content:'h';font-size:20px;line-height:1}.notificationItem .close:hover{box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}.notificationItem:before{display:none;box-sizing:border-box;float:left;padding:11px 0 0;height:37px;width:37px;text-align:center;font-size:16px}.notificationItem p{padding:10px;font-weight:500;font-size:14px}.notificationItem.success{color:#fff;background:#36B37E}.notificationItem.success:before{content:'i'}.notificationItem.message{color:#fff;background:#2684FF}.notificationItem.message:before{content:'b'}.notificationItem.error{color:#fff;background:#FF7452}.notificationItem.error:before{content:'b'}.notificationItem.warning{color:#091E42;background:#FFC400}.notificationItem.warning:before{content:'b'}.notificationItem.loading p{animation:1.5s ease Fade infinite 0.3s}.notificationItem.loading:before{content:'h';animation:1.5s ease Fade infinite 0.3s}.notificationItem-appear{opacity:0;transform:translate(0, 10px);transition:none !important}.flag.success{color:#fff;background:#36B37E}.flag.message{color:#fff;background:#2684FF}.flag.error{color:#fff;background:#FF7452}.flag.warning{color:#091E42;background:#FFC400}.Sidebar{overflow:scroll;-webkit-overflow-scrolling:touch}@media (min-width: 768px){.Sidebar{overflow:auto}}.Sidebar .menu{list-style:none;margin:0}.Sidebar .menu li a{display:block;text-decoration:none;color:inherit;padding:4px 0}.Sidebar .menu li a .icon,.Sidebar .menu li a .notificationItem .close:before,.notificationItem .Sidebar .menu li a .close:before,.Sidebar .menu li a .notificationItem:before{color:#8993A4}.Sidebar .menu li a.active .icon,.Sidebar .menu li a.active .notificationItem .close:before,.notificationItem .Sidebar .menu li a.active .close:before,.Sidebar .menu li a.active .notificationItem:before{color:#0052CC}.Sidebar .menu-submenu{list-style:none;margin:0}.Sidebar .menu-submenu li a{color:#8993A4;padding-left:32px}.Sidebar .menu-submenu li a:hover{color:#5E6C84}.Sidebar .menu-submenu li a.active{color:#0052CC;font-weight:600}.Sidebar .menu-submenu li a:active{color:#0747A6}.Sidebar .menu>li:not(:first-child){margin-top:16px}.Sidebar .menu>li>a{font-weight:600;display:flex;align-items:center}.Sidebar .menu>li>a .icon,.Sidebar .menu>li>a .notificationItem .close:before,.notificationItem .Sidebar .menu>li>a .close:before,.Sidebar .menu>li>a .notificationItem:before{margin-right:8px}.tag,.Alerts .alert .close{display:inline-flex;align-items:center;border-radius:1em;padding:3px 8px;transition:0.2s ease;font-size:14px;margin:4px 4px 0 0}.tag svg,.Alerts .alert .close svg{height:18px;width:18px}.tag-group{margin-top:-4px}.tag.is-outlined,.Alerts .alert .is-outlined.close{background:none;box-shadow:inset 0 0 0 1px}.tag.is-tight,.Alerts .alert .is-tight.close{padding:0 4px;border-radius:4px}.tag.is-small,.Alerts .alert .close,.card.is-small .tag.card-section,.DragDropContext .is-small.Draggable .tag.card-section,.is-small.table .tag.card-section,.is-small.flag .tag.card-section,.card.is-small .DragDropContext .tag.Draggable,.DragDropContext .card.is-small .tag.Draggable,.DragDropContext .is-small.Draggable .tag.Draggable,.is-small.table .DragDropContext .tag.Draggable,.DragDropContext .is-small.table .tag.Draggable,.is-small.flag .DragDropContext .tag.Draggable,.DragDropContext .is-small.flag .tag.Draggable,.grid.is-small .tag.row,.grid.is-small .tag.form,.grid.is-small .tag.tab-group,.grid.is-small .ProfileTier .tag.tier-definition-container,.ProfileTier .grid.is-small .tag.tier-definition-container{padding:2px 4px;border-radius:4px;font-size:12px;font-weight:500}.tag.is-small svg,.Alerts .alert .close svg,.card.is-small .tag.card-section svg,.DragDropContext .is-small.Draggable .tag.card-section svg,.is-small.table .tag.card-section svg,.is-small.flag .tag.card-section svg,.card.is-small .DragDropContext .tag.Draggable svg,.DragDropContext .card.is-small .tag.Draggable svg,.DragDropContext .is-small.Draggable .tag.Draggable svg,.is-small.table .DragDropContext .tag.Draggable svg,.DragDropContext .is-small.table .tag.Draggable svg,.is-small.flag .DragDropContext .tag.Draggable svg,.DragDropContext .is-small.flag .tag.Draggable svg,.grid.is-small .tag.row svg,.grid.is-small .tag.form svg,.grid.is-small .tag.tab-group svg,.grid.is-small .ProfileTier .tag.tier-definition-container svg,.ProfileTier .grid.is-small .tag.tier-definition-container svg{height:15px;width:15px}.tag.is-square,.Alerts .alert .is-square.close{border-radius:3px}.tag.disabled,.Alerts .alert .disabled.close,.Alerts .alert .input-container.is-disabled .close.input-field,.input-container.is-disabled .Alerts .alert .close.input-field,.Alerts .alert .is-disabled.input .close.input-field,.is-disabled.input .Alerts .alert .close.input-field,.Alerts .alert .is-disabled.select .close.input-field,.is-disabled.select .Alerts .alert .close.input-field,.Alerts .alert .is-disabled.textarea .close.input-field,.is-disabled.textarea .Alerts .alert .close.input-field,.Alerts .alert .is-disabled.toggle .close.input-field,.is-disabled.toggle .Alerts .alert .close.input-field,.Alerts .alert .input-container.is-disabled .input input.close,.input-container.is-disabled .input .Alerts .alert input.close,.Alerts .alert .input .input-container.is-disabled input.close,.input .input-container.is-disabled .Alerts .alert input.close,.Alerts .alert .is-disabled.input input.close,.is-disabled.input .Alerts .alert input.close,.Alerts .alert .is-disabled.select .input input.close,.is-disabled.select .input .Alerts .alert input.close,.Alerts .alert .input .is-disabled.select input.close,.input .is-disabled.select .Alerts .alert input.close,.Alerts .alert .is-disabled.textarea .input input.close,.is-disabled.textarea .input .Alerts .alert input.close,.Alerts .alert .input .is-disabled.textarea input.close,.input .is-disabled.textarea .Alerts .alert input.close,.Alerts .alert .is-disabled.toggle .input input.close,.is-disabled.toggle .input .Alerts .alert input.close,.Alerts .alert .input .is-disabled.toggle input.close,.input .is-disabled.toggle .Alerts .alert input.close,.Alerts .alert .input-container.is-disabled .select select.close,.input-container.is-disabled .select .Alerts .alert select.close,.Alerts .alert .select .input-container.is-disabled select.close,.select .input-container.is-disabled .Alerts .alert select.close,.Alerts .alert .is-disabled.input .select select.close,.is-disabled.input .select .Alerts .alert select.close,.Alerts .alert .select .is-disabled.input select.close,.select .is-disabled.input .Alerts .alert select.close,.Alerts .alert .is-disabled.select select.close,.is-disabled.select .Alerts .alert select.close,.Alerts .alert .is-disabled.textarea .select select.close,.is-disabled.textarea .select .Alerts .alert select.close,.Alerts .alert .select .is-disabled.textarea select.close,.select .is-disabled.textarea .Alerts .alert select.close,.Alerts .alert .is-disabled.toggle .select select.close,.is-disabled.toggle .select .Alerts .alert select.close,.Alerts .alert .select .is-disabled.toggle select.close,.select .is-disabled.toggle .Alerts .alert select.close,.Alerts .alert .input-container.is-disabled .textarea textarea.close,.input-container.is-disabled .textarea .Alerts .alert textarea.close,.Alerts .alert .textarea .input-container.is-disabled textarea.close,.textarea .input-container.is-disabled .Alerts .alert textarea.close,.Alerts .alert .is-disabled.input .textarea textarea.close,.is-disabled.input .textarea .Alerts .alert textarea.close,.Alerts .alert .textarea .is-disabled.input textarea.close,.textarea .is-disabled.input .Alerts .alert textarea.close,.Alerts .alert .is-disabled.select .textarea textarea.close,.is-disabled.select .textarea .Alerts .alert textarea.close,.Alerts .alert .textarea .is-disabled.select textarea.close,.textarea .is-disabled.select .Alerts .alert textarea.close,.Alerts .alert .is-disabled.textarea textarea.close,.is-disabled.textarea .Alerts .alert textarea.close,.Alerts .alert .is-disabled.toggle .textarea textarea.close,.is-disabled.toggle .textarea .Alerts .alert textarea.close,.Alerts .alert .textarea .is-disabled.toggle textarea.close,.textarea .is-disabled.toggle .Alerts .alert textarea.close,.input-container.is-disabled .tag.input-field,.is-disabled.input .tag.input-field,.is-disabled.select .tag.input-field,.is-disabled.textarea .tag.input-field,.is-disabled.toggle .tag.input-field,.input-container.is-disabled .Alerts .alert .input input.close,.is-disabled.select .Alerts .alert .input input.close,.is-disabled.textarea .Alerts .alert .input input.close,.is-disabled.toggle .Alerts .alert .input input.close,.input .Alerts .alert .input-container.is-disabled input.close,.input .Alerts .alert .is-disabled.select input.close,.input .Alerts .alert .is-disabled.textarea input.close,.input .Alerts .alert .is-disabled.toggle input.close,.input-container.is-disabled .Alerts .alert .select select.close,.is-disabled.input .Alerts .alert .select select.close,.is-disabled.textarea .Alerts .alert .select select.close,.is-disabled.toggle .Alerts .alert .select select.close,.select .Alerts .alert .input-container.is-disabled select.close,.select .Alerts .alert .is-disabled.input select.close,.select .Alerts .alert .is-disabled.textarea select.close,.select .Alerts .alert .is-disabled.toggle select.close,.input-container.is-disabled .Alerts .alert .textarea textarea.close,.is-disabled.input .Alerts .alert .textarea textarea.close,.is-disabled.select .Alerts .alert .textarea textarea.close,.is-disabled.toggle .Alerts .alert .textarea textarea.close,.textarea .Alerts .alert .input-container.is-disabled textarea.close,.textarea .Alerts .alert .is-disabled.input textarea.close,.textarea .Alerts .alert .is-disabled.select textarea.close,.textarea .Alerts .alert .is-disabled.toggle textarea.close,.input-container.is-disabled .input input.tag,.input .input-container.is-disabled input.tag,.is-disabled.input input.tag,.is-disabled.select .input input.tag,.input .is-disabled.select input.tag,.is-disabled.textarea .input input.tag,.input .is-disabled.textarea input.tag,.is-disabled.toggle .input input.tag,.input .is-disabled.toggle input.tag,.input-container.is-disabled .select select.tag,.select .input-container.is-disabled select.tag,.is-disabled.input .select select.tag,.select .is-disabled.input select.tag,.is-disabled.select select.tag,.is-disabled.textarea .select select.tag,.select .is-disabled.textarea select.tag,.is-disabled.toggle .select select.tag,.select .is-disabled.toggle select.tag,.input-container.is-disabled .textarea textarea.tag,.textarea .input-container.is-disabled textarea.tag,.is-disabled.input .textarea textarea.tag,.textarea .is-disabled.input textarea.tag,.is-disabled.select .textarea textarea.tag,.textarea .is-disabled.select textarea.tag,.is-disabled.textarea textarea.tag,.is-disabled.toggle .textarea textarea.tag,.textarea .is-disabled.toggle textarea.tag{opacity:0.4;pointer-events:none}.tag.has-icon--right .Icon,.Alerts .alert .has-icon--right.close .Icon{margin-left:4px}.tag.has-icon--left .Icon,.Alerts .alert .has-icon--left.close .Icon{margin-right:4px}.tag-field+div{margin:4px -4px 0}.flag{padding:12px;display:flex;margin:0;border:none;transition:0.4s ease transform,  0.4s ease opacity}.flag-container{transition:0.4s ease transform,  0.4s ease opacity}.flag-content{display:flex;flex:1 1 100%;flex-direction:column;justify-content:center;min-width:0}.flag-title{margin-top:0;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flag-title+.flag-text{padding-top:8px}.flag-actions{padding-top:8px}.flag-actions>*:nth-child(n+2):before{text-align:center;vertical-align:middle;display:inline-block;content:"·";width:16px}.flag-icon{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;width:32px}.flag.is-R,.SearchTicket td.solved .flag.tag,.SearchTicket td.solved .Alerts .alert .flag.close,.Alerts .alert .SearchTicket td.solved .flag.close,.ProfileZendesk td.solved .flag.tag,.ProfileZendesk td.solved .Alerts .alert .flag.close,.Alerts .alert .ProfileZendesk td.solved .flag.close,.flag.is-Y,.flag.is-G,.SearchTicket td.new .flag.tag,.SearchTicket td.new .Alerts .alert .flag.close,.Alerts .alert .SearchTicket td.new .flag.close,.SearchTicket td.pending .flag.tag,.SearchTicket td.pending .Alerts .alert .flag.close,.Alerts .alert .SearchTicket td.pending .flag.close,.SearchShopifyOrder td.shipped .flag.tag,.SearchShopifyOrder td.shipped .Alerts .alert .flag.close,.Alerts .alert .SearchShopifyOrder td.shipped .flag.close,.SearchShopifyOrder td.fulfilled .flag.tag,.SearchShopifyOrder td.fulfilled .Alerts .alert .flag.close,.Alerts .alert .SearchShopifyOrder td.fulfilled .flag.close,.ProfileZendesk td.new .flag.tag,.ProfileZendesk td.new .Alerts .alert .flag.close,.Alerts .alert .ProfileZendesk td.new .flag.close,.ProfileZendesk td.pending .flag.tag,.ProfileZendesk td.pending .Alerts .alert .flag.close,.Alerts .alert .ProfileZendesk td.pending .flag.close,.ProfileAppointment td.pending .flag.tag,.ProfileAppointment td.pending .Alerts .alert .flag.close,.Alerts .alert .ProfileAppointment td.pending .flag.close,.flag.is-T,.flag.is-P,.flag.is-B,.SearchTicket td.open .flag.tag,.SearchTicket td.open .Alerts .alert .flag.close,.Alerts .alert .SearchTicket td.open .flag.close,.SearchShopifyOrder td.unshipped .flag.tag,.SearchShopifyOrder td.unshipped .Alerts .alert .flag.close,.Alerts .alert .SearchShopifyOrder td.unshipped .flag.close,.SearchShopifyOrder td.unfulfilled .flag.tag,.SearchShopifyOrder td.unfulfilled .Alerts .alert .flag.close,.Alerts .alert .SearchShopifyOrder td.unfulfilled .flag.close,.ProfileZendesk td.open .flag.tag,.ProfileZendesk td.open .Alerts .alert .flag.close,.Alerts .alert .ProfileZendesk td.open .flag.close,.ProfileAppointment td.confirmed .flag.tag,.ProfileAppointment td.confirmed .Alerts .alert .flag.close,.Alerts .alert .ProfileAppointment td.confirmed .flag.close,.flag.is-N,.ProfileAppointment td.cancel .flag.tag,.ProfileAppointment td.cancel .Alerts .alert .flag.close,.Alerts .alert .ProfileAppointment td.cancel .flag.close,.ProfileAppointment tr.inactive td.status .flag.tag,.ProfileAppointment tr.inactive td.status .Alerts .alert .flag.close,.Alerts .alert .ProfileAppointment tr.inactive td.status .flag.close{border:none;box-shadow:none}.flag.is-R .flag-actions>*:before,.SearchTicket td.solved .flag.tag .flag-actions>*:before,.SearchTicket td.solved .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .SearchTicket td.solved .flag.close .flag-actions>*:before,.ProfileZendesk td.solved .flag.tag .flag-actions>*:before,.ProfileZendesk td.solved .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .ProfileZendesk td.solved .flag.close .flag-actions>*:before,.flag.is-Y .flag-actions>*:before,.flag.is-G .flag-actions>*:before,.SearchTicket td.new .flag.tag .flag-actions>*:before,.SearchTicket td.new .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .SearchTicket td.new .flag.close .flag-actions>*:before,.SearchTicket td.pending .flag.tag .flag-actions>*:before,.SearchTicket td.pending .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .SearchTicket td.pending .flag.close .flag-actions>*:before,.SearchShopifyOrder td.shipped .flag.tag .flag-actions>*:before,.SearchShopifyOrder td.shipped .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .SearchShopifyOrder td.shipped .flag.close .flag-actions>*:before,.SearchShopifyOrder td.fulfilled .flag.tag .flag-actions>*:before,.SearchShopifyOrder td.fulfilled .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .SearchShopifyOrder td.fulfilled .flag.close .flag-actions>*:before,.ProfileZendesk td.new .flag.tag .flag-actions>*:before,.ProfileZendesk td.new .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .ProfileZendesk td.new .flag.close .flag-actions>*:before,.ProfileZendesk td.pending .flag.tag .flag-actions>*:before,.ProfileZendesk td.pending .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .ProfileZendesk td.pending .flag.close .flag-actions>*:before,.ProfileAppointment td.pending .flag.tag .flag-actions>*:before,.ProfileAppointment td.pending .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .ProfileAppointment td.pending .flag.close .flag-actions>*:before,.flag.is-T .flag-actions>*:before,.flag.is-P .flag-actions>*:before,.flag.is-B .flag-actions>*:before,.SearchTicket td.open .flag.tag .flag-actions>*:before,.SearchTicket td.open .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .SearchTicket td.open .flag.close .flag-actions>*:before,.SearchShopifyOrder td.unshipped .flag.tag .flag-actions>*:before,.SearchShopifyOrder td.unshipped .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .SearchShopifyOrder td.unshipped .flag.close .flag-actions>*:before,.SearchShopifyOrder td.unfulfilled .flag.tag .flag-actions>*:before,.SearchShopifyOrder td.unfulfilled .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .SearchShopifyOrder td.unfulfilled .flag.close .flag-actions>*:before,.ProfileZendesk td.open .flag.tag .flag-actions>*:before,.ProfileZendesk td.open .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .ProfileZendesk td.open .flag.close .flag-actions>*:before,.ProfileAppointment td.confirmed .flag.tag .flag-actions>*:before,.ProfileAppointment td.confirmed .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .ProfileAppointment td.confirmed .flag.close .flag-actions>*:before,.flag.is-N .flag-actions>*:before,.ProfileAppointment td.cancel .flag.tag .flag-actions>*:before,.ProfileAppointment td.cancel .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .ProfileAppointment td.cancel .flag.close .flag-actions>*:before,.ProfileAppointment tr.inactive td.status .flag.tag .flag-actions>*:before,.ProfileAppointment tr.inactive td.status .Alerts .alert .flag.close .flag-actions>*:before,.Alerts .alert .ProfileAppointment tr.inactive td.status .flag.close .flag-actions>*:before{opacity:0;width:8px}.flag.is-small,.Alerts .alert .flag.close,.card.is-small .flag.card-section,.DragDropContext .is-small.Draggable .flag.card-section,.is-small.table .flag.card-section,.is-small.flag .flag.card-section,.card.is-small .DragDropContext .flag.Draggable,.DragDropContext .card.is-small .flag.Draggable,.DragDropContext .is-small.Draggable .flag.Draggable,.is-small.table .DragDropContext .flag.Draggable,.DragDropContext .is-small.table .flag.Draggable,.is-small.flag .DragDropContext .flag.Draggable,.DragDropContext .is-small.flag .flag.Draggable,.grid.is-small .flag.row,.grid.is-small .flag.form,.grid.is-small .flag.tab-group,.grid.is-small .ProfileTier .flag.tier-definition-container,.ProfileTier .grid.is-small .flag.tier-definition-container{padding:8px}.flag-group{position:fixed;bottom:8px;left:8px;right:8px;z-index:100}@media (min-width: 768px){.flag-group{padding:0;bottom:16px;right:16px;left:auto}}.flag-group .flag-container{position:absolute;bottom:0;right:0;width:100%}@media (min-width: 768px){.flag-group .flag-container{width:300px}}.flag-group .flag-container:last-child{z-index:5;animation:initial}.flag-group .flag-container:nth-last-child(2){z-index:4}.flag-group .flag-container:nth-last-child(n+2){transform:translateX(0) translateY(100%) translateY(8px)}.flag-group .flag-container:nth-last-child(n+4){display:none}.flag-group .flag-container-appear{opacity:0}.flag-group .flag-container-enter{transform:scale(0.95);opacity:0}.flag-group .flag-container-leave{transform:scale(0.95);opacity:0}.symbol{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;height:48px;width:48px}.symbol.is-small,.Alerts .alert .symbol.close,.card.is-small .symbol.card-section,.DragDropContext .is-small.Draggable .symbol.card-section,.is-small.table .symbol.card-section,.is-small.flag .symbol.card-section,.card.is-small .DragDropContext .symbol.Draggable,.DragDropContext .card.is-small .symbol.Draggable,.DragDropContext .is-small.Draggable .symbol.Draggable,.is-small.table .DragDropContext .symbol.Draggable,.DragDropContext .is-small.table .symbol.Draggable,.is-small.flag .DragDropContext .symbol.Draggable,.DragDropContext .is-small.flag .symbol.Draggable,.grid.is-small .symbol.row,.grid.is-small .symbol.form,.grid.is-small .symbol.tab-group,.grid.is-small .ProfileTier .symbol.tier-definition-container,.ProfileTier .grid.is-small .symbol.tier-definition-container{height:36px;width:36px}.symbol.is-xsmall,.card.is-xsmall .symbol.card-section,.DragDropContext .is-xsmall.Draggable .symbol.card-section,.is-xsmall.table .symbol.card-section,.is-xsmall.flag .symbol.card-section,.card.is-xsmall .DragDropContext .symbol.Draggable,.DragDropContext .card.is-xsmall .symbol.Draggable,.DragDropContext .is-xsmall.Draggable .symbol.Draggable,.is-xsmall.table .DragDropContext .symbol.Draggable,.DragDropContext .is-xsmall.table .symbol.Draggable,.is-xsmall.flag .DragDropContext .symbol.Draggable,.DragDropContext .is-xsmall.flag .symbol.Draggable,.grid.is-xsmall .symbol.row,.grid.is-xsmall .symbol.form,.grid.is-xsmall .symbol.tab-group,.ProfileTier .symbol.tier-definition-container{height:24px;width:24px;border-radius:4px}.skeleton,.skeleton-title,.skeleton-text,.skeleton-circle,.skeleton-square{position:relative;animation:opacityShimmer 1.2s linear infinite alternate;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity;display:block}.skeleton:not(:first-child),.skeleton-title:not(:first-child),.skeleton-text:not(:first-child),.skeleton-circle:not(:first-child),.skeleton-square:not(:first-child){margin-top:4px}.skeleton.is-tight:not(:first-child),.is-tight.skeleton-title:not(:first-child),.is-tight.skeleton-text:not(:first-child),.is-tight.skeleton-circle:not(:first-child),.is-tight.skeleton-square:not(:first-child){margin-top:2px}.skeleton.is-inline,.is-inline.skeleton-title,.is-inline.skeleton-text,.is-inline.skeleton-circle,.is-inline.skeleton-square{display:inline-block}.skeleton.width-10,.width-10.skeleton-title,.width-10.skeleton-text,.width-10.skeleton-circle,.width-10.skeleton-square{width:10%}.skeleton.width-20,.width-20.skeleton-title,.width-20.skeleton-text,.width-20.skeleton-circle,.width-20.skeleton-square{width:20%}.skeleton.width-30,.width-30.skeleton-title,.width-30.skeleton-text,.width-30.skeleton-circle,.width-30.skeleton-square{width:30%}.skeleton.width-40,.width-40.skeleton-title,.width-40.skeleton-text,.width-40.skeleton-circle,.width-40.skeleton-square{width:40%}.skeleton.width-50,.width-50.skeleton-title,.width-50.skeleton-text,.width-50.skeleton-circle,.width-50.skeleton-square{width:50%}.skeleton.width-60,.width-60.skeleton-title,.width-60.skeleton-text,.width-60.skeleton-circle,.width-60.skeleton-square{width:60%}.skeleton.width-70,.width-70.skeleton-title,.width-70.skeleton-text,.width-70.skeleton-circle,.width-70.skeleton-square{width:70%}.skeleton.width-80,.width-80.skeleton-title,.width-80.skeleton-text,.width-80.skeleton-circle,.width-80.skeleton-square{width:80%}.skeleton.width-90,.width-90.skeleton-title,.width-90.skeleton-text,.width-90.skeleton-circle,.width-90.skeleton-square{width:90%}.skeleton.width-100,.width-100.skeleton-title,.width-100.skeleton-text,.width-100.skeleton-circle,.width-100.skeleton-square{width:100%}.skeleton.margin-0,.margin-0.skeleton-title,.margin-0.skeleton-text,.margin-0.skeleton-circle,.margin-0.skeleton-square{margin-top:0}.skeleton.margin-1,.margin-1.skeleton-title,.margin-1.skeleton-text,.margin-1.skeleton-circle,.margin-1.skeleton-square{margin-top:2px}.skeleton.margin-2,.margin-2.skeleton-title,.margin-2.skeleton-text,.margin-2.skeleton-circle,.margin-2.skeleton-square{margin-top:4px}.skeleton.margin-3,.margin-3.skeleton-title,.margin-3.skeleton-text,.margin-3.skeleton-circle,.margin-3.skeleton-square{margin-top:8px}.skeleton.margin-4,.margin-4.skeleton-title,.margin-4.skeleton-text,.margin-4.skeleton-circle,.margin-4.skeleton-square{margin-top:12px}.skeleton.margin-5,.margin-5.skeleton-title,.margin-5.skeleton-text,.margin-5.skeleton-circle,.margin-5.skeleton-square{margin-top:16px}.skeleton:after,.skeleton-title:after,.skeleton-text:after,.skeleton-circle:after,.skeleton-square:after{content:"";position:absolute;top:2px;right:0;bottom:2px;left:0;display:block;background-color:#DFE1E5;border-radius:3px}.skeleton-container{max-width:100%}.skeleton-container.is-100{width:100px}.skeleton-container.is-200{width:200px}.skeleton-container.is-300{width:300px}.skeleton-title{width:200px;max-width:100%;height:28px}.skeleton-title.size-1{height:32px}.skeleton-title.size-2{height:28px}.skeleton-title.size-3{height:24px}.skeleton-title.size-4{height:20px}.skeleton-title.size-5{height:16px}.skeleton-title.size-6{height:16px}.skeleton-text{height:16px;margin:2px 0}.skeleton-text:last-child:not(:first-child):not([class*="width-"]){width:80%}.skeleton-text.size-small{height:8px;margin:0}.skeleton-text.size-medium{height:12px;margin:0}.skeleton-circle{height:32px;width:32px;border-radius:50%;overflow:hidden}.skeleton-circle:after{top:0;bottom:0}.skeleton-square{border-radius:4px}.skeleton-square:before{content:'';display:block;padding:100% 0 0}@keyframes opacityShimmer{0%{opacity:0.45}100%{opacity:1}}.search-results .avatar,.search-results h5,.search-results .flag-title{text-transform:capitalize}.Slide{width:100%;transition:0.5s ease transform, 0.5s ease opacity;will-change:transform,  opacity;position:relative;top:0}.SlideContainer{position:relative}.SlideTrack{position:relative;width:100%;overflow:visible;transition:0.5s ease transform}.SlideTrackWrapper{position:relative;overflow:hidden;width:100%;transition:0.5s ease height}.SlideImage{width:100%;max-width:100%;height:auto}.SlideVideo{width:100%;height:auto;position:absolute;top:50%;left:0;transform:translateY(-50%)}.SlideVideoContainer{position:relative;overflow:hidden}.SlideVideoContainer:before{content:'';display:block;padding:56.25% 0 0}.SlideBackground{width:100%;background:#F4F5F7 center center no-repeat;background-size:cover}.SlideBackground:before{content:'';display:block;padding:56.25% 0 0}.SlidePagination{position:relative;text-align:center;font-size:0;margin-top:24px}.SlidePaginationDot{display:inline-block;margin:0 4px;width:8px;height:8px;background:#DFE1E5;opacity:0.5;border-radius:4px;transition:0.3s ease opacity}.SlidePaginationDot.active{opacity:1}.Slide-exit{opacity:0;position:absolute;width:100%}.ledger td.negative{color:#DE350B}.ledger td:nth-child(n+3),.ledger th:nth-child(n+3){text-align:right}.ledger .balance{border-left:1px solid #EBECF0}.ledger .balance-title{text-align:center !important;border-bottom:1px solid #EBECF0;font-size:12px;padding:4px 0 4px 4px}.qr{word-break:break-word}.qr-container canvas{width:100% !important;height:auto !important}.barcode>svg{width:100% !important;height:auto !important}.extendedDateFieldCalendar input{width:100%;background-color:#F4F5F7;box-shadow:none;border-radius:3px;border:2px solid #F4F5F7;align-items:center;min-height:40px;color:#7A869A;padding:2px 8px;font-size:14px;font-style:normal;font-weight:400px;letter-spacing:-0.005em;transition:background-color 0.5s, border-color 0.5s}.extendedDateFieldCalendar.dateSelected input{color:#172B4D}.extendedDateFieldCalendar input:hover{cursor:pointer;background-color:#EBECF0;border-color:#EBECF0}.extendedDateFieldCalendar input:focus{border-width:2px;border-color:#4C9AFF;background-color:#fff}.profile-card-container.blurred{animation:merging 0.8s normal forwards ease-in-out}.profile-card-container .overlay-header{position:absolute}.search-input{width:100%;padding:12px;background:transparent;font-size:22px}.profile-card{display:flex;justify-content:center;padding:10px}.profile-card.active{border:solid;border-color:#00875A}.profile-card-content{width:80%}.profile-card-content .subtext-container{font-size:0.8em}.merge-info-container{display:flex;justify-content:center;flex-wrap:wrap;flex-direction:row;align-items:center}.merge-modal-skeleton{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center}@keyframes merging{100%{filter:blur(0.8px)}}.product-list-horizontal{display:flex;flex-flow:row;grid-gap:10px;justify-content:left;height:310px;position:relative;overflow-x:scroll;padding:10px 0px 5px 3px;overflow-y:hidden}.product-list-horizontal .card,.product-list-horizontal .DragDropContext .Draggable,.DragDropContext .product-list-horizontal .Draggable,.product-list-horizontal .table,.product-list-horizontal .flag{display:flex;flex-direction:column;margin:10px}.product-list-horizontal .card.product.compact,.product-list-horizontal .DragDropContext .product.compact.Draggable,.DragDropContext .product-list-horizontal .product.compact.Draggable,.product-list-horizontal .product.compact.table,.product-list-horizontal .product.compact.flag{height:240px;min-width:180px}.product-list-horizontal .card.product.compact:first-child,.product-list-horizontal .DragDropContext .product.compact.Draggable:first-child,.DragDropContext .product-list-horizontal .product.compact.Draggable:first-child,.product-list-horizontal .product.compact.table:first-child,.product-list-horizontal .product.compact.flag:first-child{scale:1}.product-list-horizontal .card-section,.product-list-horizontal .DragDropContext .Draggable,.DragDropContext .product-list-horizontal .Draggable{display:flex;align-items:center;justify-content:center;text-align:center}.product-list-horizontal .card-section.has-border.top,.product-list-horizontal .DragDropContext .has-border.top.Draggable,.DragDropContext .product-list-horizontal .has-border.top.Draggable{flex:3}.product-list-horizontal .card-section.has-border.bottom,.product-list-horizontal .DragDropContext .has-border.bottom.Draggable,.DragDropContext .product-list-horizontal .has-border.bottom.Draggable{flex-wrap:wrap;flex:1}.product-list-horizontal .card-section.has-border .product-button,.product-list-horizontal .DragDropContext .has-border.Draggable .product-button,.DragDropContext .product-list-horizontal .has-border.Draggable .product-button{position:absolute;top:0px}.product-list-horizontal .card-section.has-border .product-button.delete,.product-list-horizontal .DragDropContext .has-border.Draggable .product-button.delete,.DragDropContext .product-list-horizontal .has-border.Draggable .product-button.delete{left:5px;z-index:99}.product-list-horizontal .card-section.has-border .product-button.status,.product-list-horizontal .DragDropContext .has-border.Draggable .product-button.status,.DragDropContext .product-list-horizontal .has-border.Draggable .product-button.status{right:0px;z-index:10}.product-list-horizontal .card-section img,.product-list-horizontal .DragDropContext .Draggable img,.DragDropContext .product-list-horizontal .Draggable img{width:auto;height:100%;position:absolute;z-index:5;padding:5px}.product-list-horizontal small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:center}.toggleGrid{text-align:center;margin:16px 0px 16px 0}.level.toggleGridRow{align-items:start}.toggleButton{height:20px;width:20px;background-color:#C1C7D0;border-radius:50%;display:inline-block;transition:transform 0.1s linear;margin-top:8px;margin-bottom:8px}.toggleButton:hover{transform:scale(1.1)}.toggleButton.selected{background-color:#36B37E}.toggleButton.disabled,.input-container.is-disabled .toggleButton.input-field,.is-disabled.input .toggleButton.input-field,.is-disabled.select .toggleButton.input-field,.is-disabled.textarea .toggleButton.input-field,.is-disabled.toggle .toggleButton.input-field,.input-container.is-disabled .input input.toggleButton,.input .input-container.is-disabled input.toggleButton,.is-disabled.input input.toggleButton,.is-disabled.select .input input.toggleButton,.input .is-disabled.select input.toggleButton,.is-disabled.textarea .input input.toggleButton,.input .is-disabled.textarea input.toggleButton,.is-disabled.toggle .input input.toggleButton,.input .is-disabled.toggle input.toggleButton,.input-container.is-disabled .select select.toggleButton,.select .input-container.is-disabled select.toggleButton,.is-disabled.input .select select.toggleButton,.select .is-disabled.input select.toggleButton,.is-disabled.select select.toggleButton,.is-disabled.textarea .select select.toggleButton,.select .is-disabled.textarea select.toggleButton,.is-disabled.toggle .select select.toggleButton,.select .is-disabled.toggle select.toggleButton,.input-container.is-disabled .textarea textarea.toggleButton,.textarea .input-container.is-disabled textarea.toggleButton,.is-disabled.input .textarea textarea.toggleButton,.textarea .is-disabled.input textarea.toggleButton,.is-disabled.select .textarea textarea.toggleButton,.textarea .is-disabled.select textarea.toggleButton,.is-disabled.textarea textarea.toggleButton,.is-disabled.toggle .textarea textarea.toggleButton,.textarea .is-disabled.toggle textarea.toggleButton{opacity:0.5;pointer-events:none}.MeasurementLog h2{text-align:center;margin:0}.MeasurementSubtext{position:absolute;top:-15px;right:-10px;margin:0}.MeasurementLastTime{gap:0.1em}.MeasurementLastTime-danger{color:#DE350B}.MeasurementLastTime-danger .Icon{filter:invert(23%) sepia(62%) saturate(2453%) hue-rotate(352deg) brightness(110%) contrast(105%)}.MeasurementLastTime-warning{color:#FF8B00}.MeasurementLastTime-warning .Icon{filter:invert(66%) sepia(65%) saturate(3858%) hue-rotate(359deg) brightness(100%) contrast(106%)}.MeasurementLastTime-default{color:#00875A}.MeasurementLastTime-default .Icon{filter:invert(27%) sepia(31%) saturate(4886%) hue-rotate(146deg) brightness(98%) contrast(102%)}.CompactMultiSelect{gap:0.3em}.CompactMultiSelect .Empty{padding:0.5%;background-color:#FAFBFC;border:solid 1px #F4F5F7;border-radius:4px}.CompactMultiSelect .Icon{width:16%;filter:invert(42%) sepia(12%) saturate(1%) hue-rotate(321deg) brightness(90%) contrast(89%)}.CompactMultiSelect .Icon.selected{filter:brightness(0) invert(1)}.CompactMultiSelect-item{background-color:#f2f2f2;color:#666;height:26px;flex-wrap:nowrap;font-size:0.8em;width:19%;text-align:center;border-radius:2px}.CompactMultiSelect-item.selected{background-color:#666;color:#f2f2f2}.ItemScroll{position:relative;overflow-y:hidden;overflow-x:scroll;display:flex;padding:8px}.ItemScroll.card-section,.DragDropContext .ItemScroll.Draggable{overflow-y:hidden}.ItemScroll .Item{display:flex;flex-direction:column;justify-content:space-between;position:relative;min-width:150px;width:150px;white-space:normal;margin-right:8px;text-align:center;border:solid #f2f2f2 1px}.ItemScroll .Item .item-warning-header{position:absolute;left:0;top:0;width:100%}.ItemScroll .Item .returned-badge{position:absolute;bottom:1%;right:1%;font-size:0.5em;border-radius:4px;padding:2px;background-color:#d92745;color:white}.ItemScroll .Item:last-child{margin-right:0}.ItemScroll .Item h6,.ItemScroll .Item thead:not(.custom) tr.is-dark th,thead:not(.custom) tr.is-dark .ItemScroll .Item th{margin-top:8px}.ItemScroll .Item .item-subtext small{margin-top:8px}.ItemScroll .Item .item-subtext.clipboardClass:hover{cursor:pointer}.ItemScroll .Item .item-subtext.is-return small{color:#FF5630}.ItemScroll .ItemImage{position:relative;background:#F4F5F7 center no-repeat;background-size:cover}.ItemScroll .ItemImage:before{content:'';display:block;padding:133.33% 0 0}.ItemScroll .ItemImage .Icon{position:absolute;width:48px;opacity:0.2;top:50%;left:50%;margin:-24px 0 0 -24px}.ItemScroll .ItemContainer{position:relative;white-space:nowrap;overflow:hidden}.ItemScroll .ItemContainer>.Item{opacity:0;pointer-events:none}.ItemScroll .ItemContainer.vertical{white-space:normal;max-height:300px}.ItemScroll .ItemContainer.vertical .Item{display:flex;width:auto;align-items:center;margin-bottom:8px;text-align:left .ItemScroll .ItemContainer.vertical .Item Image;text-align-width:35%;text-align-margin-right:8px}.ItemScroll .ItemContainer.vertical .ItemContent{flex:1}.DX{min-height:100vh;position:relative}@media (max-width: 767px){.DX{overflow:hidden}}@media (min-width: 768px){.DX{display:flex;flex-direction:column}}.DX.isFlat .card:not(.is-flat),.DX.isFlat .DragDropContext .Draggable:not(.is-flat),.DragDropContext .DX.isFlat .Draggable:not(.is-flat),.DX.isFlat .table:not(.is-flat),.DX.isFlat .flag:not(.is-flat){box-shadow:none !important;border:1px solid #DFE1E5}.DX.noPadding main{padding:0 !important}.DX.fullScreen .IsLoggedIn,.DX.fullScreen main,.DX.fullScreen .Wrapper.Full,.DX.fullScreen .Block{display:flex;flex:1}.DX.fullScreen main{padding:0}.IsLoggedIn{height:100%}.IsLoggedIn .RefreshToken{position:fixed;top:16px;right:16px;z-index:200}.IsLoggedOut{padding-top:40px;padding-bottom:40px}@media (min-width: 768px){.IsLoggedOut{padding-top:80px}}@media (min-width: 1200px){.IsLoggedOut{padding-top:120px}}.IsLoggedOut .container{max-width:400px}.SearchPage .search-result .avatar{text-transform:capitalize}.SearchPage .search-result h5,.SearchPage .search-result .flag-title{text-transform:capitalize}.SearchPage .algolia-react-input{font-size:24px}.Profile .reward-summary h6,.Profile .reward-summary thead:not(.custom) tr.is-dark th,thead:not(.custom) tr.is-dark .Profile .reward-summary th{margin-top:8px}.address-list .address{padding:16px;border-bottom:2px solid #EBECF0}.address-list .address:last-child{border:none}.attribute{padding:8px 0 0}.attribute:nth-last-child(n+2){padding-bottom:8px;border-bottom:1px solid #EBECF0}.attribute-group{flex:1}.personal-details-section{border-bottom:2px solid #EBECF0;padding:0 0 24px}.personal-details-section:last-of-type{border-bottom:none}.CreateProfile .popover-container{position:relative}.CreateProfile .popover-group{position:absolute;top:0;left:0;width:100%}.CreateProfile .popover-group .popover{width:100%}.CreateProfile .email-field-container{display:flex;align-items:center;justify-content:left}.CreateProfile .email-field-container-inner{flex:1}.CreateProfile .email-private-icon-container{margin-top:38px;margin-left:16px;width:30px}.CreateProfile .email-private-icon-container .private-icon{width:30px;opacity:0.6}.CreateProfile .private-modal-popup{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:200px}.CreateProfile .private-modal-popup h3{font-size:1em;font-weight:bold}.CreateProfile .private-modal-popup p{font-size:1em}.CreateProfile .private-modal-popup button{background-color:transparent;border:none}.CreateProfile .private-modal-popup .button-container{display:flex;margin:10px;flex-direction:row;justify-content:center;align-items:center;gap:20px}.CreateProfile .private-modal-popup .toggle-field-container{margin:10px;width:100%}.CreateProfile .private-modal-popup .toggle-field-container label:nth-child(odd){padding:0}.CreateProfile .private-modal-popup .toggle-field-container fieldset{display:flex;justify-content:space-between;align-items:center;max-height:20px}.CreateProfile .level.has-space .label{pointer-events:none}.CreateProfile .level.has-space .label svg:not(:active){pointer-events:all}.CreateProfile .level.has-space .label svg:active{pointer-events:none}.ProfilePreference .attributeContainer{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:10px}.ProfilePreference .attribute-row{padding:5px;border-radius:5px;margin-bottom:10px;cursor:pointer}.ProfilePreference .attribute-row .label{font-size:12px;color:#fff;padding:0}.ProfilePreference .attribute-value{font-weight:bold;height:22px;line-height:22px;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ProfilePreference .empty{background:#f2f2f2}.ProfilePreference .empty .label{color:#8993A4}.ProfilePreference .empty .attribute-value{text-align:right}.ProfilePreference .active{background:var(--active-color, #222);color:#fff}.ProfilePreference .full{width:100%}.ProfilePreference .half{width:49%}.update-custom-attribute .RadioField label{font-size:14px;padding:0 0 10px 0}.update-custom-attribute .RadioField .RadioField-items{display:flex;justify-content:flex-start;flex-wrap:wrap}.update-custom-attribute .RadioField li{width:32%;margin-bottom:2%;text-align:center;position:relative;min-height:60px;padding:5px 10px}.update-custom-attribute .RadioField li .placeholder{height:100%;vertical-align:middle;display:inline-block}.update-custom-attribute .RadioField li .text{margin:0;vertical-align:middle;display:inline-block}.label-content-box{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;grid-gap:5px}.SearchPage .search-input{width:100%;padding:12px;background:transparent;font-size:22px}@media (max-width: 767px){.SearchPage ul.tab-group{flex-wrap:wrap}}.SearchPage .search-results .fieldsetCls{display:flex;justify-content:center;align-items:center}.SearchPage .search-results .labelCls{padding:4px}.SearchTicket td.status{width:10%}.SearchTicket td.date{width:20%}.SearchTicket td.user{width:20%}.SearchTicket td .Icon{color:#8993A4}.SearchShopifyOrder td.status{width:10%}.SearchShopifyOrder td.date{width:20%}.SearchShopifyOrder td.user{width:20%}.SearchShopifyOrder td .Icon{color:#8993A4}li.HighlightCount{color:#BF2600}@media (min-width: 768px){.SetSubdomain form .level>div{margin-right:8px;flex:1 1 auto}}.Settings-Item{padding:12px}.Settings-Item:hover{cursor:pointer;background:#F4F5F7;border-radius:4px}.Bookings .brauz-iframe{position:fixed;width:100%;height:100%;margin-top:-32px;left:0}.Purchases{display:flex;flex-direction:column;justify-content:center;margin-top:-24px}.Purchases .productboard-card-container{display:flex;flex-flow:row wrap;justify-content:center;width:100%;left:0}.Purchases .productboard-card-container .card,.Purchases .productboard-card-container .DragDropContext .Draggable,.DragDropContext .Purchases .productboard-card-container .Draggable,.Purchases .productboard-card-container .table,.Purchases .productboard-card-container .flag{display:flex;height:300px;flex-direction:column;margin:10px;width:200px}.Purchases .productboard-card-container .card-section,.Purchases .productboard-card-container .DragDropContext .Draggable,.DragDropContext .Purchases .productboard-card-container .Draggable{display:flex;align-items:center;justify-content:center;text-align:center}.Purchases .productboard-card-container .card-section.has-border.top,.Purchases .productboard-card-container .DragDropContext .has-border.top.Draggable,.DragDropContext .Purchases .productboard-card-container .has-border.top.Draggable{flex:1}.Purchases .productboard-card-container .card-section.has-border.bottom,.Purchases .productboard-card-container .DragDropContext .has-border.bottom.Draggable,.DragDropContext .Purchases .productboard-card-container .has-border.bottom.Draggable{flex-wrap:wrap}.Purchases .productboard-card-container .card-section img,.Purchases .productboard-card-container .DragDropContext .Draggable img,.DragDropContext .Purchases .productboard-card-container .Draggable img{width:auto;height:100%;position:absolute;z-index:5;padding:5px}.Purchases .productboard-card-container small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:center}.Purchases .productboard-card-container .Item{position:relative;white-space:normal;margin-right:8px;text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.Purchases .productboard-card-container .Item .item-warning-header{position:absolute;left:0;top:0;width:100%}.Purchases .productboard-card-container .Item .returned-badge{position:absolute;bottom:1%;right:1%;font-size:0.5em;border-radius:4px;padding:2px;background-color:#d92745;color:white;z-index:6}.Purchases .productboard-card-container .Item:last-child{margin-right:0}.Purchases .productboard-card-container .Item h6,.Purchases .productboard-card-container .Item thead:not(.custom) tr.is-dark th,thead:not(.custom) tr.is-dark .Purchases .productboard-card-container .Item th{margin-top:8px}.Purchases .productboard-card-container .Item .item-subtext small{margin-top:8px}.Purchases .productboard-card-container .Item .item-subtext.clipboardClass:hover{cursor:pointer}.Purchases .productboard-card-container .Item .item-subtext.is-return small{color:#FF5630}.Purchases .productboard-card-container .ItemScroll{position:relative;overflow:auto;display:flex;padding:8px}.Purchases .productboard-card-container .ItemScroll.card-section,.Purchases .productboard-card-container .DragDropContext .ItemScroll.Draggable,.DragDropContext .Purchases .productboard-card-container .ItemScroll.Draggable{overflow-y:hidden}.Purchases .productboard-card-container .ItemImage{position:relative;background:#F4F5F7 center no-repeat;background-size:cover;height:70%}.Purchases .productboard-card-container .ItemImage .Icon{position:absolute;width:48px;opacity:0.2;top:50%;left:50%;margin:-24px 0 0 -24px}.Purchases .productboard-card-container .ItemContainer{position:relative;white-space:nowrap;overflow:hidden}.Purchases .productboard-card-container .ItemContainer>.Item{opacity:0;pointer-events:none}.Purchases .productboard-card-container .ItemContainer.vertical{white-space:normal;max-height:300px}.Purchases .productboard-card-container .ItemContainer.vertical .Item{display:flex;width:auto;align-items:center;margin-bottom:8px;text-align:left .Purchases .productboard-card-container .ItemContainer.vertical .Item Image;text-align-width:35%;text-align-margin-right:8px}.Purchases .productboard-card-container .ItemContainer.vertical .ItemContent{flex:1}.Apps .app-iframe{background:#f5f5f5}.Apps .app-iframe:focus{outline:none}.Apps .container{max-width:100%;padding:1rem}.Apps .container .title{margin-bottom:1rem;color:#363636}.Apps .has-text-centered{display:flex;flex-direction:column;align-items:center;justify-content:center}.Apps .has-text-centered p{color:#666;font-size:0.9rem}@media (max-width: 768px){.Apps .app-iframe{height:calc(100vh - 80px) !important}.Apps .container{padding:0.5rem}}.Documentation h6,.Documentation thead:not(.custom) tr.is-dark th,thead:not(.custom) tr.is-dark .Documentation th{cursor:help}.DocumentationContent{max-width:600;margin:0 auto}@media (min-width: 992px){.DocumentationContent{padding:24px}}.DocumentationContent ul,.DocumentationContent ol{padding-left:2.5em;line-height:1.5}.DocumentationContent ul li:not(:last-child),.DocumentationContent ol li:not(:last-child){margin-bottom:4px}.DocumentationContent blockquote{border-left:3px solid #DFE1E5;display:block;padding:16px 0 16px 32px;font-weight:500}.DefinitionContent{padding:16px 0 16px 48px}.DefinitionText{margin-top:16px}.DefinitionText:first-child{margin-top:0}.DefinitionIcon{position:relative;background:#F4F5F7 center center no-repeat;background-size:cover;height:32px;width:32px;border-radius:100%;color:#fff;display:flex;justify-content:center;align-items:center}.DefinitionIcon .Icon{width:18px}.DefinitionIcon .Icon svg{fill:currentColor}.DefinitionIcon.bg-g{background-color:#36B37E}.DefinitionIcon.bg-b{background-color:#0065FF}.DefinitionIcon.spend{margin-left:-3px;margin-top:2px}.Modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:scroll;-webkit-overflow-scrolling:touch;padding:16px;transition:0.25s ease opacity}@media (min-width: 768px){.Modal{overflow:auto;padding:32px}}@media (min-width: 1200px){.Modal{padding:48px}}.ModalContent{flex:0 1 auto;position:relative;display:flex;flex-direction:column;z-index:100;border-radius:4px;width:100%;max-width:100%;background:#fff;box-shadow:0 20px 32px -8px rgba(9,30,66,0.25);transition:0.5s cubic-bezier(0.23, 1, 0.32, 1) transform;max-height:100%}@media (min-width: 768px){.ModalContent{width:600px}}.ModalCover{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(9,30,66,0.54)}.ModalHeader{box-shadow:0 2px 0 0 rgba(9,30,66,0.08);padding:8px 16px;flex:0 0 auto;position:relative;z-index:1}.ModalFooter{box-shadow:0 -2px 0 0 rgba(9,30,66,0.08);padding:16px;flex:0 0 auto;position:relative;z-index:1}.ModalBody{position:relative;overflow:scroll;-webkit-overflow-scrolling:touch;padding:16px;flex:1 1 auto}@media (min-width: 992px){.ModalBody{overflow:auto}}.ModalClose{position:absolute;top:0;right:0;padding:8px;z-index:1}.Modal-enter,.Modal-appear{opacity:0;transition:none}.Modal-enter .ModalContent,.Modal-appear .ModalContent{transition:none;transform:translate3d(0, 32px, 0)}.Modal-exit-active{opacity:0}.Modal-exit-active .ModalContent{transform:translate3d(0, -32px, 0)}.Modal.size-auto .ModalContent{width:auto}.Modal.size-small .ModalContent{width:480px}.Modal.size-medium .ModalContent{width:600px}.Modal.size-large .ModalContent{width:960px}.Modal.size-xlarge .ModalContent{width:1120px}.Modal.size-full .ModalContent{width:100%;height:100%}.Modal.size-cover{padding:0}.Modal.size-cover .ModalContent{border-radius:0;box-shadow:none;width:100%;height:100%}.Modal.headerStyle-flush .ModalHeader{padding:16px 16px 0;box-shadow:none}.Modal.footerStyle-flush .ModalFooter{padding:0 16px 16px;box-shadow:none}.Modal.bodyStyle-flush .ModalBody{padding:0}.Modal.transition-pop.Modal-exit-active .ModalContent{transform:scale(0.85);transition:0.2s cubic-bezier(0.32, -0.54, 0.63, 1.04) all}.Modal.transition-shrink.Modal-exit-active .ModalContent{transform:scale(0.95);transition:0.4s ease all}.Modal.transition-fade.Modal-exit-active .ModalContent{transform:none;transition:0.5s ease all}.Modal.align-top{justify-content:flex-end}.Modal.align-center{justify-content:center}.Modal.align-bottom{justify-content:flex-end}.Modal .zendesk-commsPrefs{color:#97A0AF}.Modal .zendesk-commsPrefs .zendesk-modal-comms-on{color:#36B37E}.Modal .zendesk-commsPrefs .zendesk-modal-comms-off{color:#FF5630}.Modal.commsModal label{width:100%}.Modal.commsModal fieldset{padding-top:0px !important}.TrainingOnboard .ModalHeader h3{flex:1 1 auto;position:relative}.TrainingOnboard .title{display:block;transition:0.3s ease all}.TrainingOnboard .title-enter{transition:none;opacity:0;transform:translateY(-10px)}.TrainingOnboard .title-exit{position:absolute;top:0;left:0;opacity:0;transition:0.2s ease all;transform:translateY(10px)}.Portal iframe{width:100%}.ProfileAppearance .displayImagefalse.hands,.ProfileAppearance .displayImagefalse.neck,.ProfileAppearance .displayImagefalse.ear{display:flex}.ProfileAppearance .displayImagetrue{background-origin:content-box;display:flex;justify-content:space-between;padding-top:75px;position:unset !important}.ProfileAppearance .displayImagetrue div,.ProfileAppearance .displayImagetrue .earside{padding-top:0px !important;top:-65px !important}.ProfileAppearance .displayImagetrue.hands{display:flex}.ProfileAppearance .displayImagetrue.neck{display:flex;justify-content:center}.ProfileAppearance .displayImagetrue.ear{display:flex}@media (min-width: 768px){.ProfileAttributes .twoColumn .attribute{padding:4px 8px;display:inline-flex;width:50%;border-bottom:none !important}.ProfileAttributes .twoColumn .attribute-group{margin:0 -8px}}.ProfileComms .unsubscribed{opacity:0.5}.ProfileComms .unsubscribed.email_unsubscribe_all,.ProfileComms .unsubscribed.sms_unsubscribe_all,.ProfileComms .unsubscribed.push_unsubscribe_all{opacity:1}.ProfileComms .private-modal-popup,.ProfileComms .optout-modal-popup{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:200px}.ProfileComms .private-modal-popup h3,.ProfileComms .optout-modal-popup h3{font-size:1em;font-weight:bold}.ProfileComms .private-modal-popup p,.ProfileComms .optout-modal-popup p{font-size:1em}.ProfileComms .private-modal-popup button,.ProfileComms .optout-modal-popup button{background-color:transparent;border:none}.ProfileComms .private-modal-popup .button-container,.ProfileComms .optout-modal-popup .button-container{display:flex;margin:10px;flex-direction:row;justify-content:center;align-items:center;gap:20px}.ProfileComms .private-modal-popup .toggle-field-container,.ProfileComms .optout-modal-popup .toggle-field-container{margin:10px;width:100%}.ProfileComms .private-modal-popup .toggle-field-container label:nth-child(odd),.ProfileComms .optout-modal-popup .toggle-field-container label:nth-child(odd){padding:0}.ProfileComms .private-modal-popup .toggle-field-container fieldset,.ProfileComms .optout-modal-popup .toggle-field-container fieldset{display:flex;justify-content:space-between;align-items:center;max-height:20px}.ProfileComms .toggleTableContainer{display:flex;flex-direction:column}.ProfileComms .toggleTableContainer.optout{border-top:4px solid #DFE1E5;padding-top:16px}.ProfileComms .toggleTableContainer.optout .toggleTableHeadings{border-bottom:none}.ProfileComms .toggleTableContainer .toggleTableTitle,.ProfileComms .toggleTableContainer .toggleTableDescription{justify-content:center}.ProfileComms .toggleTableContainer .toggleTableHeadings{display:flex;padding-bottom:8px;border-bottom:1px solid #DFE1E5}.ProfileComms .toggleTableContainer .toggleTableHeadings h3{margin-top:8px;text-align:right}.ProfileComms .toggleTableContainer .toggleTableHeadings h3.firstColumn{text-align:left}.ProfileComms .toggleTableContainer .toggleTableRow{display:flex}.ProfileComms .toggleTableContainer .toggleTableRow.firstRow{margin-top:8px}.ProfileComms .toggleTableContainer .toggleTableRow div.level{justify-content:flex-end}.ProfileComms .toggleTableContainer .toggleTableRow .toggleTableData .FieldLabel{font-weight:600}.ProfileComms .toggleTableContainer .toggleTableRow .toggleTableData .FieldLabel,.ProfileComms .toggleTableContainer .toggleTableRow .toggleTableData .FieldDescription{margin:0}.ProfileComms .toggleTableContainer .toggleTableRow .toggleTableData .ToggleField{border:none}.ProfileHeader{margin:-24px 0 0}.ProfileHeader>.tab-container{margin-top:-16px}.ProfileHeader>.tab-container>.tab-group{margin-bottom:16px}@media (max-width: 767px){.ProfileHeader>.tab-container>.tab-group{flex-wrap:wrap}}.modal-body{max-height:200px}.lists-commsPrefs{color:#97A0AF}.lists-commsPrefs .lists-modal-comms-on{color:#36B37E}.lists-commsPrefs .lists-modal-comms-off{color:#FF5630}.ModalBody.lists{padding:0px}.ProfileInteractions .disabled,.ProfileInteractions .input-container.is-disabled .input-field,.input-container.is-disabled .ProfileInteractions .input-field,.ProfileInteractions .is-disabled.input .input-field,.is-disabled.input .ProfileInteractions .input-field,.ProfileInteractions .is-disabled.select .input-field,.is-disabled.select .ProfileInteractions .input-field,.ProfileInteractions .is-disabled.textarea .input-field,.is-disabled.textarea .ProfileInteractions .input-field,.ProfileInteractions .is-disabled.toggle .input-field,.is-disabled.toggle .ProfileInteractions .input-field,.ProfileInteractions .input-container.is-disabled .input input,.input-container.is-disabled .input .ProfileInteractions input,.ProfileInteractions .input .input-container.is-disabled input,.input .input-container.is-disabled .ProfileInteractions input,.ProfileInteractions .is-disabled.input input,.is-disabled.input .ProfileInteractions input,.ProfileInteractions .is-disabled.select .input input,.is-disabled.select .input .ProfileInteractions input,.ProfileInteractions .input .is-disabled.select input,.input .is-disabled.select .ProfileInteractions input,.ProfileInteractions .is-disabled.textarea .input input,.is-disabled.textarea .input .ProfileInteractions input,.ProfileInteractions .input .is-disabled.textarea input,.input .is-disabled.textarea .ProfileInteractions input,.ProfileInteractions .is-disabled.toggle .input input,.is-disabled.toggle .input .ProfileInteractions input,.ProfileInteractions .input .is-disabled.toggle input,.input .is-disabled.toggle .ProfileInteractions input,.ProfileInteractions .input-container.is-disabled .select select,.input-container.is-disabled .select .ProfileInteractions select,.ProfileInteractions .select .input-container.is-disabled select,.select .input-container.is-disabled .ProfileInteractions select,.ProfileInteractions .is-disabled.input .select select,.is-disabled.input .select .ProfileInteractions select,.ProfileInteractions .select .is-disabled.input select,.select .is-disabled.input .ProfileInteractions select,.ProfileInteractions .is-disabled.select select,.is-disabled.select .ProfileInteractions select,.ProfileInteractions .is-disabled.textarea .select select,.is-disabled.textarea .select .ProfileInteractions select,.ProfileInteractions .select .is-disabled.textarea select,.select .is-disabled.textarea .ProfileInteractions select,.ProfileInteractions .is-disabled.toggle .select select,.is-disabled.toggle .select .ProfileInteractions select,.ProfileInteractions .select .is-disabled.toggle select,.select .is-disabled.toggle .ProfileInteractions select,.ProfileInteractions .input-container.is-disabled .textarea textarea,.input-container.is-disabled .textarea .ProfileInteractions textarea,.ProfileInteractions .textarea .input-container.is-disabled textarea,.textarea .input-container.is-disabled .ProfileInteractions textarea,.ProfileInteractions .is-disabled.input .textarea textarea,.is-disabled.input .textarea .ProfileInteractions textarea,.ProfileInteractions .textarea .is-disabled.input textarea,.textarea .is-disabled.input .ProfileInteractions textarea,.ProfileInteractions .is-disabled.select .textarea textarea,.is-disabled.select .textarea .ProfileInteractions textarea,.ProfileInteractions .textarea .is-disabled.select textarea,.textarea .is-disabled.select .ProfileInteractions textarea,.ProfileInteractions .is-disabled.textarea textarea,.is-disabled.textarea .ProfileInteractions textarea,.ProfileInteractions .is-disabled.toggle .textarea textarea,.is-disabled.toggle .textarea .ProfileInteractions textarea,.ProfileInteractions .textarea .is-disabled.toggle textarea,.textarea .is-disabled.toggle .ProfileInteractions textarea{opacity:0.4;pointer-events:none}.ProfileNotes .LastUpdated{display:block;text-align:right}.LargeRadio .label{padding-top:0}.LargeRadio .RadioField-items{display:flex;position:relative;overflow:hidden;border-radius:4px;border-top:2px solid #EBECF0;padding:0 16px 2px;margin:0 -16px -16px}.LargeRadio .RadioField-items li{flex:1 1 auto;margin:0;text-align:center;border-radius:0;border:none;color:#5E6C84;opacity:0.5;padding:8px 0;font-weight:500;background:transparent}.LargeRadio .RadioField-items li .Icon{width:44px;padding:4px;border-radius:40px}.LargeRadio .RadioField-items li .Icon.negative{color:#FF5630}.LargeRadio .RadioField-items li .Icon.neutral{color:#5E6C84}.LargeRadio .RadioField-items li .Icon.positive{color:#36B37E}.LargeRadio .RadioField-items li:hover{opacity:0.8}.LargeRadio .RadioField-items li.active{opacity:1}.LargeRadio .RadioField-items li.active .Icon.negative{background:rgba(255,86,48,0.1)}.LargeRadio .RadioField-items li.active .Icon.neutral{background:rgba(94,108,132,0.1)}.LargeRadio .RadioField-items li.active .Icon.positive{background:rgba(54,179,126,0.1)}.ProfileOrders .order br{display:none}@media (max-width: 767px){.ProfileOrders .order br{display:block}}.ProfileOrders .accordion .innerContent{padding:16px 0 0}.ProfileOrders .accordion table{margin:0}.ProfileOrders .accordion .order-items td{height:auto}@media (max-width: 767px){.ProfileOrders .accordion .order-items td.total{display:none}}.ProfileOrders .accordion .order-detail{margin-top:10px}.ProfileOrders .accordion .order-detail .right{position:absolute;right:0}.ProfileOrders .accordion .order-detail tr{display:flex;flex-wrap:wrap;align-items:center}.ProfileOrders .accordion .order-detail td{height:auto}@media (max-width: 767px){.ProfileOrders .accordion .order-detail td.total{display:none}}.ProfileOrders .accordion .order-detail .order-payment-row,.ProfileOrders .accordion .order-detail .order-transaction-row{background-color:#0052CC;color:#fff}.ProfileOrders .accordion .order-detail .order-payment-row ul li,.ProfileOrders .accordion .order-detail .order-transaction-row ul li{list-style-type:none;margin-bottom:10px;margin-top:10px}.ProfileOrders .accordion .order-detail .order-payment-row ul li span,.ProfileOrders .accordion .order-detail .order-transaction-row ul li span{border:solid;border-radius:4px;border-width:1px;padding:2px}.ProfileOrders .accordion .image{height:32px;width:22px;background:#F4F5F7 center center no-repeat;background-size:cover;border-radius:4px}@media (min-width: 768px){.ProfileOrders .accordion .image{width:32px}}.ProfileOverview .content .Layout:last-child .col:last-child .card:last-child,.ProfileOverview .content .Layout:last-child .fieldset:last-child .card:last-child,.ProfileOverview .content .Layout:last-child .tab:last-child .card:last-child,.ProfileOverview .content .Layout:last-child .tab-group li:last-child .card:last-child,.tab-group .ProfileOverview .content .Layout:last-child li:last-child .card:last-child,.ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .card:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition:last-child .card:last-child,.ProfileOverview .content .Layout:last-child .col:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .col:last-child .Draggable:last-child,.ProfileOverview .content .Layout:last-child .fieldset:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .fieldset:last-child .Draggable:last-child,.ProfileOverview .content .Layout:last-child .tab:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .tab:last-child .Draggable:last-child,.ProfileOverview .content .Layout:last-child .tab-group li:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .tab-group li:last-child .Draggable:last-child,.tab-group .ProfileOverview .content .Layout:last-child li:last-child .DragDropContext .Draggable:last-child,.DragDropContext .tab-group .ProfileOverview .content .Layout:last-child li:last-child .Draggable:last-child,.ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .Draggable:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition:last-child .Draggable:last-child,.ProfileOverview .content .Layout:last-child .col:last-child .table:last-child,.ProfileOverview .content .Layout:last-child .fieldset:last-child .table:last-child,.ProfileOverview .content .Layout:last-child .tab:last-child .table:last-child,.ProfileOverview .content .Layout:last-child .tab-group li:last-child .table:last-child,.tab-group .ProfileOverview .content .Layout:last-child li:last-child .table:last-child,.ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .table:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition:last-child .table:last-child,.ProfileOverview .content .Layout:last-child .col:last-child .flag:last-child,.ProfileOverview .content .Layout:last-child .fieldset:last-child .flag:last-child,.ProfileOverview .content .Layout:last-child .tab:last-child .flag:last-child,.ProfileOverview .content .Layout:last-child .tab-group li:last-child .flag:last-child,.tab-group .ProfileOverview .content .Layout:last-child li:last-child .flag:last-child,.ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .flag:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition:last-child .flag:last-child{margin-bottom:0}@media (min-width: 768px){.ProfileOverview .content .Layout:last-child .col .card:last-child,.ProfileOverview .content .Layout:last-child .fieldset .card:last-child,.ProfileOverview .content .Layout:last-child .tab .card:last-child,.ProfileOverview .content .Layout:last-child .tab-group li .card:last-child,.tab-group .ProfileOverview .content .Layout:last-child li .card:last-child,.ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition .card:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition .card:last-child,.ProfileOverview .content .Layout:last-child .col .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .col .Draggable:last-child,.ProfileOverview .content .Layout:last-child .fieldset .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .fieldset .Draggable:last-child,.ProfileOverview .content .Layout:last-child .tab .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .tab .Draggable:last-child,.ProfileOverview .content .Layout:last-child .tab-group li .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .tab-group li .Draggable:last-child,.tab-group .ProfileOverview .content .Layout:last-child li .DragDropContext .Draggable:last-child,.DragDropContext .tab-group .ProfileOverview .content .Layout:last-child li .Draggable:last-child,.ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition .Draggable:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition .DragDropContext .Draggable:last-child,.DragDropContext .ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition .Draggable:last-child,.ProfileOverview .content .Layout:last-child .col .table:last-child,.ProfileOverview .content .Layout:last-child .fieldset .table:last-child,.ProfileOverview .content .Layout:last-child .tab .table:last-child,.ProfileOverview .content .Layout:last-child .tab-group li .table:last-child,.tab-group .ProfileOverview .content .Layout:last-child li .table:last-child,.ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition .table:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition .table:last-child,.ProfileOverview .content .Layout:last-child .col .flag:last-child,.ProfileOverview .content .Layout:last-child .fieldset .flag:last-child,.ProfileOverview .content .Layout:last-child .tab .flag:last-child,.ProfileOverview .content .Layout:last-child .tab-group li .flag:last-child,.tab-group .ProfileOverview .content .Layout:last-child li .flag:last-child,.ProfileOverview .content .Layout:last-child .ProfileTier .tier-definition .flag:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child .tier-definition .flag:last-child{margin-bottom:0}}.ProfileOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .card:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .card:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .card:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .card:last-child,.tab-group .ProfileOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .card:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .card:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .card:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .Draggable:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .Draggable:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .Draggable:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .Draggable:last-child,.tab-group .ProfileOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .tab-group .ProfileOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .Draggable:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .Draggable:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileTier .ProfileOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .Draggable:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .table:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .table:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .table:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .table:last-child,.tab-group .ProfileOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .table:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .table:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .table:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .flag:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .flag:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .flag:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .flag:last-child,.tab-group .ProfileOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .flag:last-child,.ProfileOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .flag:last-child,.ProfileTier .ProfileOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .flag:last-child{margin-bottom:0}.ProfileDatesOverview .content .Layout:last-child .col:last-child .card:last-child,.ProfileDatesOverview .content .Layout:last-child .fieldset:last-child .card:last-child,.ProfileDatesOverview .content .Layout:last-child .tab:last-child .card:last-child,.ProfileDatesOverview .content .Layout:last-child .tab-group li:last-child .card:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child li:last-child .card:last-child,.ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .card:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition:last-child .card:last-child,.ProfileDatesOverview .content .Layout:last-child .col:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .col:last-child .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .fieldset:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .fieldset:last-child .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .tab:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .tab:last-child .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .tab-group li:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .tab-group li:last-child .Draggable:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child li:last-child .DragDropContext .Draggable:last-child,.DragDropContext .tab-group .ProfileDatesOverview .content .Layout:last-child li:last-child .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .Draggable:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition:last-child .DragDropContext .Draggable:last-child,.DragDropContext .ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition:last-child .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .col:last-child .table:last-child,.ProfileDatesOverview .content .Layout:last-child .fieldset:last-child .table:last-child,.ProfileDatesOverview .content .Layout:last-child .tab:last-child .table:last-child,.ProfileDatesOverview .content .Layout:last-child .tab-group li:last-child .table:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child li:last-child .table:last-child,.ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .table:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition:last-child .table:last-child,.ProfileDatesOverview .content .Layout:last-child .col:last-child .flag:last-child,.ProfileDatesOverview .content .Layout:last-child .fieldset:last-child .flag:last-child,.ProfileDatesOverview .content .Layout:last-child .tab:last-child .flag:last-child,.ProfileDatesOverview .content .Layout:last-child .tab-group li:last-child .flag:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child li:last-child .flag:last-child,.ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition:last-child .flag:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition:last-child .flag:last-child{margin-bottom:0}@media (min-width: 768px){.ProfileDatesOverview .content .Layout:last-child .col .card:last-child,.ProfileDatesOverview .content .Layout:last-child .fieldset .card:last-child,.ProfileDatesOverview .content .Layout:last-child .tab .card:last-child,.ProfileDatesOverview .content .Layout:last-child .tab-group li .card:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child li .card:last-child,.ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition .card:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition .card:last-child,.ProfileDatesOverview .content .Layout:last-child .col .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .col .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .fieldset .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .fieldset .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .tab .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .tab .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .tab-group li .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .tab-group li .Draggable:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child li .DragDropContext .Draggable:last-child,.DragDropContext .tab-group .ProfileDatesOverview .content .Layout:last-child li .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition .Draggable:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition .DragDropContext .Draggable:last-child,.DragDropContext .ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child .col .table:last-child,.ProfileDatesOverview .content .Layout:last-child .fieldset .table:last-child,.ProfileDatesOverview .content .Layout:last-child .tab .table:last-child,.ProfileDatesOverview .content .Layout:last-child .tab-group li .table:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child li .table:last-child,.ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition .table:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition .table:last-child,.ProfileDatesOverview .content .Layout:last-child .col .flag:last-child,.ProfileDatesOverview .content .Layout:last-child .fieldset .flag:last-child,.ProfileDatesOverview .content .Layout:last-child .tab .flag:last-child,.ProfileDatesOverview .content .Layout:last-child .tab-group li .flag:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child li .flag:last-child,.ProfileDatesOverview .content .Layout:last-child .ProfileTier .tier-definition .flag:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child .tier-definition .flag:last-child{margin-bottom:0}}.ProfileDatesOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .card:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .card:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .card:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .card:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .card:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .card:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .card:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .Draggable:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .tab-group .ProfileDatesOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileDatesOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .Draggable:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .DragDropContext .Draggable:last-child,.DragDropContext .ProfileTier .ProfileDatesOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .Draggable:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .table:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .table:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .table:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .table:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .table:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .table:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .table:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .col:nth-last-child(2) .flag:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .fieldset:nth-last-child(2) .flag:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .tab:nth-last-child(2) .flag:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .tab-group li:nth-last-child(2) .flag:last-child,.tab-group .ProfileDatesOverview .content .Layout:last-child.FourColumn li:nth-last-child(2) .flag:last-child,.ProfileDatesOverview .content .Layout:last-child.FourColumn .ProfileTier .tier-definition:nth-last-child(2) .flag:last-child,.ProfileTier .ProfileDatesOverview .content .Layout:last-child.FourColumn .tier-definition:nth-last-child(2) .flag:last-child{margin-bottom:0}.ProfileRatings .disabled,.ProfileRatings .input-container.is-disabled .input-field,.input-container.is-disabled .ProfileRatings .input-field,.ProfileRatings .is-disabled.input .input-field,.is-disabled.input .ProfileRatings .input-field,.ProfileRatings .is-disabled.select .input-field,.is-disabled.select .ProfileRatings .input-field,.ProfileRatings .is-disabled.textarea .input-field,.is-disabled.textarea .ProfileRatings .input-field,.ProfileRatings .is-disabled.toggle .input-field,.is-disabled.toggle .ProfileRatings .input-field,.ProfileRatings .input-container.is-disabled .input input,.input-container.is-disabled .input .ProfileRatings input,.ProfileRatings .input .input-container.is-disabled input,.input .input-container.is-disabled .ProfileRatings input,.ProfileRatings .is-disabled.input input,.is-disabled.input .ProfileRatings input,.ProfileRatings .is-disabled.select .input input,.is-disabled.select .input .ProfileRatings input,.ProfileRatings .input .is-disabled.select input,.input .is-disabled.select .ProfileRatings input,.ProfileRatings .is-disabled.textarea .input input,.is-disabled.textarea .input .ProfileRatings input,.ProfileRatings .input .is-disabled.textarea input,.input .is-disabled.textarea .ProfileRatings input,.ProfileRatings .is-disabled.toggle .input input,.is-disabled.toggle .input .ProfileRatings input,.ProfileRatings .input .is-disabled.toggle input,.input .is-disabled.toggle .ProfileRatings input,.ProfileRatings .input-container.is-disabled .select select,.input-container.is-disabled .select .ProfileRatings select,.ProfileRatings .select .input-container.is-disabled select,.select .input-container.is-disabled .ProfileRatings select,.ProfileRatings .is-disabled.input .select select,.is-disabled.input .select .ProfileRatings select,.ProfileRatings .select .is-disabled.input select,.select .is-disabled.input .ProfileRatings select,.ProfileRatings .is-disabled.select select,.is-disabled.select .ProfileRatings select,.ProfileRatings .is-disabled.textarea .select select,.is-disabled.textarea .select .ProfileRatings select,.ProfileRatings .select .is-disabled.textarea select,.select .is-disabled.textarea .ProfileRatings select,.ProfileRatings .is-disabled.toggle .select select,.is-disabled.toggle .select .ProfileRatings select,.ProfileRatings .select .is-disabled.toggle select,.select .is-disabled.toggle .ProfileRatings select,.ProfileRatings .input-container.is-disabled .textarea textarea,.input-container.is-disabled .textarea .ProfileRatings textarea,.ProfileRatings .textarea .input-container.is-disabled textarea,.textarea .input-container.is-disabled .ProfileRatings textarea,.ProfileRatings .is-disabled.input .textarea textarea,.is-disabled.input .textarea .ProfileRatings textarea,.ProfileRatings .textarea .is-disabled.input textarea,.textarea .is-disabled.input .ProfileRatings textarea,.ProfileRatings .is-disabled.select .textarea textarea,.is-disabled.select .textarea .ProfileRatings textarea,.ProfileRatings .textarea .is-disabled.select textarea,.textarea .is-disabled.select .ProfileRatings textarea,.ProfileRatings .is-disabled.textarea textarea,.is-disabled.textarea .ProfileRatings textarea,.ProfileRatings .is-disabled.toggle .textarea textarea,.is-disabled.toggle .textarea .ProfileRatings textarea,.ProfileRatings .textarea .is-disabled.toggle textarea,.textarea .is-disabled.toggle .ProfileRatings textarea{opacity:0.4;pointer-events:none}.ProfileRatings .Icon.empty{opacity:0.4}.ProfileStatus .card .card-section span[tabindex="-1"],.ProfileStatus .DragDropContext .Draggable .card-section span[tabindex="-1"],.DragDropContext .ProfileStatus .Draggable .card-section span[tabindex="-1"],.ProfileStatus .table .card-section span[tabindex="-1"],.ProfileStatus .flag .card-section span[tabindex="-1"],.ProfileStatus .card .DragDropContext .Draggable span[tabindex="-1"],.DragDropContext .ProfileStatus .card .Draggable span[tabindex="-1"],.ProfileStatus .DragDropContext .Draggable .Draggable span[tabindex="-1"],.DragDropContext .ProfileStatus .Draggable .Draggable span[tabindex="-1"],.ProfileStatus .table .DragDropContext .Draggable span[tabindex="-1"],.DragDropContext .ProfileStatus .table .Draggable span[tabindex="-1"],.ProfileStatus .flag .DragDropContext .Draggable span[tabindex="-1"],.DragDropContext .ProfileStatus .flag .Draggable span[tabindex="-1"]{background-color:#DFE1E5}.ProfileTier .tier-bar{position:relative;height:12px;border-radius:3px;background:#EBECF0;overflow:hidden;backface-visibility:hidden}.ProfileTier .tier-progress{border-radius:3px;background:#36B37E;width:20%;height:100%;position:absolute;transform:none;transition:0.7s ease transform;will-change:transform}.ProfileTier .tier-progress-appear{transform:translateX(-101%);transition:none !important}.ProfileTier .tier-definition h6,.ProfileTier .tier-definition thead:not(.custom) tr.is-dark th,thead:not(.custom) tr.is-dark .ProfileTier .tier-definition th{padding:0 0 8px}.ProfileTier .tier-definition.is-current h6,.ProfileTier .tier-definition.is-current thead:not(.custom) tr.is-dark th,thead:not(.custom) tr.is-dark .ProfileTier .tier-definition.is-current th{color:#36B37E}.ProfileTier .tier-definition-container{text-align:center}.ProfileTransactions .transaction br{display:none}@media (max-width: 767px){.ProfileTransactions .transaction br{display:block}}.ProfileTransactions .accordion .innerContent{padding:16px 0 0}.ProfileTransactions .accordion table{margin:0}.ProfileTransactions .accordion .transaction-items td{height:auto}@media (max-width: 767px){.ProfileTransactions .accordion .transaction-items td.total{display:none}}.ProfileTransactions .accordion .transaction-detail{margin-top:10px}.ProfileTransactions .accordion .transaction-detail .right{position:absolute;right:0}.ProfileTransactions .accordion .transaction-detail tr{display:flex;flex-wrap:wrap;align-items:center}.ProfileTransactions .accordion .transaction-detail td{height:auto}@media (max-width: 767px){.ProfileTransactions .accordion .transaction-detail td.total{display:none}}.ProfileTransactions .accordion .transaction-detail .transaction-payment-row{background-color:#0052CC;color:#fff}.ProfileTransactions .accordion .transaction-detail .transaction-payment-row ul li{list-style-type:none;margin-bottom:10px;margin-top:10px}.ProfileTransactions .accordion .transaction-detail .transaction-payment-row ul li span{border:solid;border-radius:4px;border-width:1px;padding:2px}.ProfileTransactions .accordion .image{height:32px;width:22px;background:#F4F5F7 center center no-repeat;background-size:cover;border-radius:4px}@media (min-width: 768px){.ProfileTransactions .accordion .image{width:32px}}.ProfileTransactions .ProfileTransactionsListGroupToggle{display:flex;justify-content:right;column-gap:16px}.ProfileTransactions .ProfileTransactionsListGroupToggle fieldset{margin:0px}.ProfileZendesk .innerContent .ticket-list{border-bottom:1px solid #DFE1E5}.ProfileZendesk .card-section,.ProfileZendesk .DragDropContext .Draggable,.DragDropContext .ProfileZendesk .Draggable{position:relative;overflow:hidden}.ProfileZendesk td.status{width:17%}.ProfileZendesk td .Icon{color:#8993A4}.ProfileZendesk-Single .zd-comment{font-size:14px;line-height:1.2}.ProfileZendesk-Single .zd-comment ul,.ProfileZendesk-Single .zd-comment ol{padding-left:1.2em;margin:0}.public-message label span{color:#FF5630}.public-message.warningComms{font-weight:600;font-size:12px;color:#FF5630}.private-message div>div{background:#FFF6D9;border:0.5px solid #EFDAA3}.private-message div>div:hover{background-color:#FFF6D9}.private-comment{background:#FFF6D9;border:0.5px solid #EFDAA3}textarea#comment{height:15vh}.booking-info-container{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:10px}.booking-header{padding:15px;text-align:center;align-items:center;display:flex;min-width:200px}.booking-header h4{font-size:1em}.section{border-bottom:solid;border-width:2px;border-color:#F4F5F7}.booking-info{min-height:100px;min-width:300px;display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;justify-content:center}.booking-info form{margin:5px;flex-grow:1;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;overflow-wrap:break-word;border-radius:4px;align-content:center}.booking-info form span{margin-left:5px;font-size:1.1em}.booking-info label{font-size:1.1em;color:#8993A4;text-transform:uppercase}.style-question-container{width:100%;margin-top:5px;margin-bottom:10px}.strikethrough{text-decoration:line-through}.center-button-container{display:flex;justify-content:center;align-items:center;width:100%}.brauz-filter{font-size:0.8em;cursor:pointer;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.brauz-New{background-color:#00875A;color:white}.brauz-Completed{background-color:#5E6C84;color:white}.brauz-Pending{background-color:#FFAB00;color:white}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block}.react-datepicker{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:0.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:0.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time{border-radius:0.3rem}.react-datepicker--time-only .react-datepicker__time-box{border-radius:0.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^="bottom"]{margin-top:10px}.react-datepicker-popper[data-placement^="top"]{margin-bottom:10px}.react-datepicker-popper[data-placement^="right"]{margin-left:8px}.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^="left"]{margin-right:8px}.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:0.3rem;border-top-right-radius:0.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:bold;font-size:0.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:0.45rem solid transparent;z-index:1;height:10px;width:10px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:80px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__month{margin:0.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:85px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:70px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:0.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:white}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:70px;overflow-x:hidden;margin:0 auto;text-align:center}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + (1.7rem / 2));overflow-y:scroll;padding-right:0px;padding-left:0px;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:white;font-weight:bold}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:0.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:0.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:0.166rem}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range{border-radius:0.3rem;background-color:#216ba5;color:#fff}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__day,.react-datepicker__month-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover{border-radius:0.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today{font-weight:bold}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted{border-radius:0.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1{color:magenta}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range{border-radius:0.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected{border-radius:0.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range{background-color:rgba(33,107,165,0.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range,.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range{background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover{background-color:transparent}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:0.3rem}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:0.45rem}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:0.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:0.3rem;border-top-right-radius:0.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:0.3rem;border-bottom-right-radius:0.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0;position:absolute;top:50%;right:7px;height:16px;width:16px;margin:-8px auto 0}.react-datepicker__close-icon::after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;position:absolute;top:0;right:0;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;content:"\00d7"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px), (max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:0.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.ProfileAppointment .innerContent .appointment-list{border-bottom:1px solid #DFE1E5}.ProfileAppointment .card-section,.ProfileAppointment .DragDropContext .Draggable,.DragDropContext .ProfileAppointment .Draggable{position:relative;overflow:hidden}.ProfileAppointment td.status{width:17%}.ProfileAppointment td.service{width:45%}.ProfileAppointment td.location{width:20%}.ProfileAppointment td .Icon{color:#8993A4}.ProfileAppointment tr.inactive{color:#8993A4}.ProfileAppointment-Single .Icon{margin-right:10px}.ProfileAppointment-Single .info{margin-bottom:10px}.ProfileBenefits .redeemText{display:flex;flex-direction:column;width:200px;height:auto}.ProfileBenefits .redeemText .redeemModalText{font-weight:600}.ProfileBenefits .redeemText .redeemInstructions{padding:8px 0px}.ProfileBenefits .redeemText .buttonContainer{display:flex;gap:10px}.ProfileBenefits .redeemText .buttonContainer button{padding:5px;width:100px}.ProfileBenefits .redeemText .buttonContainer button:hover{cursor:pointer}.ProfileShopifyOrders .pager{padding:5px}.ProfileShopifyOrders .pager .nav{margin-left:auto}.ProfileShopifyOrders .fulfilled-orders{border-top:2px solid #EBECF0}.shopifyOrder .pickup-button{margin-right:10px}.shopifyOrder .image{height:32px;width:22px;background:#F4F5F7 center center no-repeat;background-size:cover;border-radius:4px}@media (min-width: 768px){.shopifyOrder .image{width:32px}}.shopifyOrder .delivered-checkbox{padding:1rem 0}.ZendeskComms .ZendeskCommsTable table .subject{max-width:320px;overflow:visible;text-overflow:unset}.ZendeskComms .ZendeskCommsTable table .date{text-align:right}@media (max-width: 767px){.ZendeskComms .ZendeskCommsTable table .subject{width:140px;white-space:nowrap;text-overflow:ellipsis;max-width:140px;overflow:hidden}.ZendeskComms .ZendeskCommsTable table .date{white-space:nowrap}}.zendesk-send-button-group{display:flex !important;flex-direction:row !important;align-items:stretch !important;gap:0 !important}.zendesk-send-button-group>button,.zendesk-send-button-group>div>button,.zendesk-send-button-group .zendesk-send-button-primary,.zendesk-send-button-group .zendesk-send-button-dropdown{height:32px !important;min-height:32px !important;box-sizing:border-box !important}.zendesk-send-button-group .zendesk-send-button-primary{border-radius:3px 0 0 3px !important}.zendesk-send-button-group .zendesk-send-button-dropdown{border-left:1px solid rgba(255,255,255,0.2) !important;border-radius:0 3px 3px 0 !important;min-width:auto !important;padding:0 8px !important}.ZendeskCommsCreate .ZendeskAttachmentSelected{border:solid;border-width:1px;border-color:#E1E1E1;border-radius:4px;padding:8px}.ProfileRecommendedProducts .pager{padding:5px}.ProfileRecommendedProducts .pager .nav{margin-left:auto}.ProfileRecommendedProducts .tabs-container{margin:0.5rem 1rem}.ProfileDatesConnections .header{padding:1rem 0.5rem}.ProfileDatesConnections .connections{display:flex;flex-direction:column;border:1px solid #ddd;overflow:hidden}.ProfileDatesConnections .connections .connection{display:grid;grid-template-columns:1.2fr 0.8fr 0.8fr 1.2fr;gap:0.5rem;border-bottom:1px solid #dadada;align-items:center;background-color:#f4f5f7;transition:background-color 0.2s ease}.ProfileDatesConnections .connections .connection:last-child{border-bottom:none}.ProfileDatesConnections .connections .connection .accordion-extra{grid-column:1 / -1;border-top:1px solid #dadada;padding-top:0.5rem;font-size:0.9rem;color:#555;background-color:#fff;padding-bottom:1rem}.ProfileDatesConnections .connections .connection .organiser{font-size:12px;margin-left:0.6rem;color:#67a677;background-color:#eef5ee;padding:0.4rem;border-radius:1rem;border:1px solid transparent}.ProfileDatesConnections .connections .connection .view-profile{padding-right:0.5rem}.ProfileDatesConnections .connections .measurements .content{padding-top:0.6rem;display:flex;flex-direction:row;flex-wrap:wrap}.ProfileDatesConnections .connections .measurements .measurement-item{width:180px;display:flex;flex-direction:column;margin-bottom:0.5rem}.ProfileDatesConnections .connections .measurements .measurement-item .measurement-title{padding:0.2rem 0.8rem}.ProfileDatesConnections .connections .measurements .measurement-item .measurement-value{padding:0.2rem 0.8rem;font-weight:600}.ProfileDatesConnections .connections .products .content{display:flex;overflow-y:hidden;overflow-x:scroll}.ProfileDatesConnections .connections .products .product-item{min-width:160px;width:160px;display:flex;flex-direction:column;padding:0.5rem}.ProfileDatesConnections .connections .products .product-item .product-image{margin-right:8px;background-size:cover}.ProfileDatesConnections .connections .products .product-item .product-image:before{content:'';display:block;padding:133.33% 0 0}.ProfileDatesConnections .connections .products .product-item .product-price{font-weight:600}.ProfileDatesConnections .connections .notes .content{display:flex;flex-direction:column}.ProfileDatesConnections .connections .notes .content .empty-notes{padding:0 0.5rem 0.5rem;font-size:0.9rem}.ProfileDatesConnections .connections .notes .notes-item{display:flex;flex-direction:row;justify-content:space-between;background-color:#f4f5f7;padding:0.8rem;border-bottom:1px solid #dadada;cursor:pointer}.ProfileDatesConnections .connections .notes .notes-item:hover{background-color:#eaeef2}.ProfileDatesConnections .connections .notes .notes-item .notes-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ProfileDatesConnections .connections .notes .notes-item .notes-date{min-width:100px}.ProfileDatesChecklist .header{padding:0.6rem 0.5rem;font-size:1rem;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.ProfileDatesChecklist .card-section,.ProfileDatesChecklist .DragDropContext .Draggable,.DragDropContext .ProfileDatesChecklist .Draggable{padding:1rem;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.ProfileDatesChecklist ul{list-style:none;padding:0;margin:0}.ProfileDatesChecklist .checklist-item{display:flex;align-items:center;margin-bottom:0;padding:0.5rem;width:100%;border-bottom:1px solid #ddd;background-color:#f2f2f2}.ProfileDatesChecklist .checklist-item input[type='checkbox']{min-width:1.2rem;width:1.2rem;height:1.2rem;margin-right:0.5rem;cursor:pointer;background-color:#fff;appearance:none;position:relative;border:1px solid #ddd;border-radius:4px;display:inline-block;background-color:#fff}.ProfileDatesChecklist .checklist-item input[type='checkbox']:checked{background-color:#007bff;border-color:#0056b3}.ProfileDatesChecklist .checklist-item input[type='checkbox']:checked::after{content:'\2713';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:1rem}.ProfileDatesChecklist .checklist-item.editing{background-color:#fff}.ProfileDatesChecklist .checklist-item .editable-label{background-color:#fff;border-radius:4px;padding:0.1rem;font-size:1rem;width:100%;flex-grow:1;margin-left:0.5rem}.ProfileDatesChecklist .checklist-item .editable-label:focus{background-color:transparent}.ProfileDatesChecklist .checklist-item:last-child{border-bottom:none}.ProfileDatesChecklist .checklist-item:first-child{border-top:1px solid #ddd}.ProfileDatesChecklist .checklist-label{display:block;width:100%;margin-left:0.5rem;font-size:1rem;color:#333;cursor:pointer}.ProfileDatesChecklist .checklist-label:hover{text-decoration:underline}.ProfileDatesChecklist .add-checklist-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;background-color:#fff;padding:0.7rem 1rem}.ProfileDatesChecklist .add-checklist-item span{display:block;margin-right:0.5rem;font-size:1rem;color:#333}.ProfileDatesChecklist .add-checklist-item .editable-label{flex-grow:1;background-color:#fff;border-radius:4px;padding:0.3rem;font-size:1rem;width:100%}.ProfileLoyaltyStatus{background-color:#ebc7a4}.ProfileLoyaltyStatus .ProfileLoyaltyTitle{display:flex;border-radius:4px;background:#ffeddc;padding:6px 0 6px 18px}.ProfileLoyaltyStatus .ProfileLoyaltyLabel{color:#020202;font-size:15px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0.3px}.ProfileLoyaltyStatus .ProfileLoyaltyValue{padding-left:0.25rem;color:#020202;font-size:15px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:0.3px}.ProfileLoyaltyStatus .ProfileLoyaltyLevelStatus{border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:1.5rem 1rem;text-align:center;color:#ffffff;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0.4px}.ProfileLoyaltyWarnings{padding:1.25rem}.ProfileLoyaltyWarnings .ProfileLoyaltyWarningsTitle{padding-bottom:0.75rem;font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:0.24px}.ProfileLoyaltyWarnings .ProfileLoyaltyWarningsText{color:#616161;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0.24px}.ProfileLoyaltyReference .ProfileLoyaltyReferenceText{padding:1.25rem 1rem;color:#616161;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0.24px}.ProfileLoyaltyReference .ProfileLoyaltyReferenceLinks{display:flex;padding:0 1rem 1rem}.ProfileLoyaltyReference .ProfileLoyaltyReferenceLinks a{cursor:pointer;color:#000;text-align:center;font-size:10px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0.2px;text-decoration-line:underline;text-decoration-style:solid}.ProfileLoyaltyBenefits .ProfileLoyaltyBenefitsTitle{padding-top:0.75rem;padding-left:2rem;color:#020202;font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:0.28px}.ProfileLoyaltyBenefits .ProfileLoyaltyBenefitsBanner{display:flex;gap:10px;align-items:center;border-bottom:1px solid #e2e4e9;padding:1rem 0;padding-left:2rem;padding-right:0.5rem}.ProfileLoyaltyBenefits .ProfileLoyaltyBenefitsBanner:last-child{border-bottom:none}.ProfileLoyaltyBenefits .ProfileLoyaltyBenefitsIcon{width:44px;height:44px;background-size:cover}.ProfileLoyaltyBenefits .ProfileLoyaltyBenefitsBannerTitle{color:#020202;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0.28px}.ProfileLoyaltyBenefits .ProfileLoyaltyBenefitsBannerSubtitle{color:#616161;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0.24px}.ProfileLoyaltyBenefits .ProfileLoyaltyBenefitsBannerContent{display:flex;gap:10px;align-items:center}.ProfileLoyaltyBenefits .ProfileLoyaltyBenefitsAction{padding:0.5rem;text-align:center;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ProfileLoyaltyBenefitMessage .ProfileLoyaltyBenefitMessageBadge{padding:4px 5px;height:22px;border-radius:21px;display:flex;justify-content:center;align-items:center;gap:6px}.ProfileLoyaltyBenefitMessage .ProfileLoyaltyBenefitMessageBadgeText{margin-right:5px;color:#fff;font-size:12px;font-weight:400;line-height:normal;letter-spacing:0.24px}.ProfileLoyaltyBenefitMessage .ProfileLoyaltyBenefitMessageIconContainer{width:14px;height:14px;background-color:#65233a;border-radius:50%;display:flex;justify-content:center;align-items:center}.ProfileLoyaltyBenefitMessage .ProfileLoyaltyBenefitMessageIcon{color:#fff;font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:0.24px}
