html {
  font-size: 14px;
  font-family: "Muli", sans-serif;
  margin: 0;
  min-height: 100%;
  position: relative; }

body {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  height: 100%;
  background: #f5f5f5 !important;
  color: #0a0a0a; }
  body::before {
    display: none !important; }
  body::after {
    display: none; }

.sts-page-banner {
  background: #039be5;
  padding: 50px 0 114px 0; }
  .sts-page-banner .container {
    height: 100%; }
  .sts-page-banner .sts-page-title {
    color: #fff; }

.sts-page-content {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0 !important;
  color: #0a0a0a;
  max-width: 100% !important;
  width: 100% !important;
  position: relative; }

.sts-page-wrapper {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  padding-left: 250px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  max-width: 100% !important; }
  @media (max-width: 1140px) {
    .sts-page-wrapper {
      padding-left: 0 !important; } }

.sts-page-container {
  border-radius: 8px; }

.sts-no-content {
  padding: 20px; }

.page-2column__wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
  @media (max-width: 1040px) {
    .page-2column__wrapper {
      flex-flow: column; } }
.page-2column__main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px; }
  @media (max-width: 1040px) {
    .page-2column__main {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%; }
      .page-2column__main:first-child {
        margin-bottom: 30px; }
      .page-2column__main:last-child {
        margin-top: 30px; } }
.page-2column .sts-sidebar {
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  max-width: 320px;
  padding: 0 15px; }
  @media (max-width: 1040px) {
    .page-2column .sts-sidebar {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%; } }

.error {
  color: #bf0000; }

.show {
  display: block !important; }

.close {
  display: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif; }

a {
  cursor: pointer;
  text-decoration: none !important;
  outline: none !important;
  font-family: "Muli", sans-serif; }
  a:hover, a:focus, a:active, a:visited {
    text-decoration: none; }

input {
  border-radius: 2px !important; }

img {
  max-width: 100%; }

.form-group textarea.form-control {
  max-width: 100%; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  box-shadow: 0 0 0 50px white inset;
  -webkit-transition: background-color 5500s ease-in-out 0s;
  transition: background-color 5500s ease-in-out 0s; }

input {
  filter: none; }

button {
  box-sizing: border-box;
  border-radius: 2px;
  overflow: visible;
  -webkit-transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Muli", sans-serif; }

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0 !important;
  font-family: "Muli", sans-serif; }
  .table thead th, .table thead td {
    padding: 20px 20px; }
  .table thead th {
    border-bottom: 1px solid #eee !important; }
  .table th, .table td {
    padding: 15px 20px;
    border: none;
    word-spacing: normal;
    word-break: break-word; }
  .table td {
    color: #0a0a0a;
    border-top: 1px solid #eee; }
    .table td a {
      color: #039be5;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .table td a.action {
        padding: 0 5px; }
      .table td a:hover {
        color: #0a0a0a; }
    .table td .delete {
      color: red; }
    .table td .edit {
      color: #039be5 !important; }
  .table th {
    font-size: 12px;
    font-weight: 600;
    color: #7a7a7a; }
  @media (max-width: 768px) {
    .table tr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 20px; }
    .table td {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      word-spacing: normal;
      word-break: break-word;
      white-space: normal; }
      .table td:first-child {
        border-top: none; }
      .table td.table-action {
        display: -ms-flexbox;
        display: flex; }
    .table thead {
      display: none; }
    .table td[data-mobile-label]::before {
      content: attr(data-mobile-label) ": "; } }

.page-404__content {
  padding: 20px; }

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.result-popup {
  padding: 50px 20px; }
  .result-popup .popup-content {
    color: #7a7a7a; }
    .result-popup .popup-content strong {
      color: #039be5; }

.sts-warning {
  color: orange;
  font-size: 13px; }

.banner-error {
  color: red;
  font-size: 15px;
  margin-top: 20px;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 0 5px 5px 0;
  border-left: solid 3px currentColor; }
  .banner-error .form__message--error {
    padding: 20px; }

.sts-widget {
  background: white;
  border: 1px solid #eee;
  border-radius: 8px; }
  .sts-widget .sts-widget-header {
    padding: 20px;
    border-bottom: 1px solid #eee; }
  .sts-widget .sts-widget-content {
    padding: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.sts-page-main {
  position: relative; }
  .sts-page-main .sts-page-container {
    margin-top: -64px;
    padding-bottom: 64px; }
  .sts-page-main .sts-page-content-main {
    background: white;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); }
  .sts-page-main .sts-page-profile-header {
    height: 64px;
    border-bottom: 1px solid #eee;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: #7a7a7a; }
    .sts-page-main .sts-page-profile-header .sts-page-profile-header-item {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0; }
  .sts-page-main .sts-page-banner-content {
    color: white; }

.btn-banner {
  background: white;
  color: #0a0a0a;
  text-transform: uppercase; }
  .btn-banner:hover, .btn-banner:focus, .btn-banner:visited {
    background: white !important;
    color: #0a0a0a !important; }

.banner-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 576px) {
    .banner-center {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 576px) {
    .banner-center .sts-page-title {
      margin-bottom: 10px;
      width: 100%;
      text-align: center; } }
  .banner-center .banner-link {
    margin-left: auto; }
    @media (max-width: 576px) {
      .banner-center .banner-link {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: 0;
        text-align: center; } }

.page-form {
  padding: 20px; }

.sts-page-wrapper .dashicons {
  line-height: 20px; }

.top-bar {
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); }
  .top-bar .container {
    height: 100%; }
  .top-bar__container {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 600px) {
      .top-bar__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .top-bar__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 648px) {
      .top-bar__left {
        order: 1; } }
  .top-bar__logo a {
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px; }
    .top-bar__logo a img {
      width: 100%;
      height: auto; }
  .top-bar__page-header {
    font-size: 18px;
    margin: 0 !important;
    word-break: break-word; }
    .top-bar__page-header::before {
      display: none !important; }
    @media (max-width: 1140px) {
      .top-bar__page-header {
        padding: 0 20px; } }
    @media (max-width: 648px) {
      .top-bar__page-header {
        order: 2; } }
    @media (max-width: 600px) {
      .top-bar__page-header {
        order: 3;
        width: 100%;
        padding: 0 0 20px 0; } }
  .top-bar__toggle {
    display: none;
    padding-right: 15px;
    color: #0a0a0a; }
    .top-bar__toggle:hover {
      color: #039be5; }
    .top-bar__toggle .dashicons {
      font-size: 20px;
      font-weight: 200; }
    @media (max-width: 1140px) {
      .top-bar__toggle {
        display: block; } }
  .top-bar__right {
    margin-left: auto; }
    @media (max-width: 648px) {
      .top-bar__right {
        order: 2; } }
  .top-bar__right-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px;
    list-style: none;
    padding: 0; }
  .top-bar__right-menu-item {
    padding: 0 20px;
    height: 64px;
    line-height: 64px; }
    .top-bar__right-menu-item .dropdown {
      height: 100%; }
    .top-bar__right-menu-item .top-bar__right-menu-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
      .top-bar__right-menu-item .top-bar__right-menu-link:visited {
        color: #0a0a0a !important; }
      .top-bar__right-menu-item .top-bar__right-menu-link:hover {
        color: #0364e5 !important; }
    .top-bar__right-menu-item .dropdown-menu {
      top: -3px !important;
      left: -20px;
      line-height: 1.5; }
      @media (max-width: 648px) {
        .top-bar__right-menu-item .dropdown-menu {
          top: 90%; } }
      .top-bar__right-menu-item .dropdown-menu .dropdown-item:visited {
        color: #0a0a0a !important; }
    .top-bar__right-menu-item .dropdown-menu-notification {
      left: -50px !important; }
    @media (max-width: 648px) {
      .top-bar__right-menu-item--notification {
        line-height: 60px; } }
    .top-bar__right-menu-item--notification .top-bar__right-menu-link {
      position: relative; }
      .top-bar__right-menu-item--notification .top-bar__right-menu-link .notification-number {
        position: absolute;
        top: -13px;
        left: 20px;
        font-size: 13px;
        color: red;
        font-weight: 700; }
    @media (max-width: 768px) {
      .top-bar__right-menu-item--ticket .dashicons {
        margin-right: 0 !important; }
      .top-bar__right-menu-item--ticket span {
        display: none !important; } }
    .top-bar__right-menu-item--user .dropdown-menu {
      left: 10px; }
      .top-bar__right-menu-item--user .dropdown-menu .dropdown-item {
        padding: 10px; }
      @media (max-width: 648px) {
        .top-bar__right-menu-item--user .dropdown-menu {
          left: -50px !important; } }
  @media (max-width: 768px) {
    .top-bar__right-menu-label {
      display: none; } }
  .top-bar__right-menu-link {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 600;
    display: block; }
    .top-bar__right-menu-link .dashicons {
      font-size: 17px;
      color: #7a7a7a; }
      .top-bar__right-menu-link .dashicons:first-child {
        margin-right: 10px;
        font-size: 20px; }
    .top-bar__right-menu-link:hover {
      color: #039be5; }
      .top-bar__right-menu-link:hover .dashicons {
        color: #039be5; }
  .top-bar .menu-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0; }
    .top-bar .menu-user__image {
      width: 40px;
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 8px 0 0;
      border-radius: 50%;
      font-size: 17px;
      font-weight: 600;
      text-align: center; }
    .top-bar .menu-user__name {
      margin-right: 10px; }
  .top-bar .show-dropdown {
    display: block; }

@media (max-width: 648px) {
  .no-login .top-bar__container {
    flex-wrap: nowrap; }
    .no-login .top-bar__container .page-header {
      order: 1;
      width: 50%;
      margin-bottom: 0; }
    .no-login .top-bar__container .top-bar__right {
      order: 2; }
    .no-login .top-bar__container .top-bar__right-menu-label {
      display: block;
      margin-left: 5px; } }
@media (max-width: 515px) {
  .no-login .top-bar__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .no-login .top-bar__container .top-bar__right {
      order: 1; } }

.dropdown-menu-notification {
  width: 300px;
  padding: 0; }
  @media (max-width: 400px) {
    .dropdown-menu-notification {
      width: 200px; } }

.notification__title {
  text-transform: uppercase;
  font-size: 13px;
  color: #7a7a7a;
  padding: 10px; }
.notification__container {
  max-height: 250px;
  overflow: auto; }
.notification__item {
  padding: 10px;
  color: #7a7a7a;
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5;
  border-top: 1px solid #eee; }
  .notification__item:hover, .notification__item:visited {
    color: #7a7a7a; }
.notification__icon {
  padding-right: 10px; }
  .notification__icon .dashicons {
    font-size: 20px;
    padding-top: 3px; }
.notification__user-name {
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 5px; }
.notification__meta {
  font-size: 12px;
  color: #7a7a7a;
  margin-bottom: 5px; }

.sts-footer {
  font-size: 14px;
  margin-top: 100px;
  -webkit-box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); }
  .sts-footer .sts-footer-menu .list-inline-item:not(:last-child)::after {
    content: '-';
    padding-left: 5px; }
  .sts-footer .sts-footer-menu a {
    color: #0a0a0a; }
    .sts-footer .sts-footer-menu a:hover {
      color: #039be5; }

.left-sidebar {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
  background: #2d323e;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s; }
  @media (max-width: 1140px) {
    .left-sidebar {
      left: -100%; } }
  .left-sidebar.show-left-nav {
    left: 0; }
  .left-sidebar__logo {
    transition: all 0.3s; }
    .left-sidebar__logo-container {
      position: relative; }
    .left-sidebar__logo-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 12px 15px;
      background: #1e2129;
      z-index: 9999; }
    .left-sidebar__logo .page-logo {
      margin-right: auto; }
      .left-sidebar__logo .page-logo a {
        display: block;
        width: 30px;
        min-width: 30px;
        height: 30px;
        line-height: 30px; }
      .left-sidebar__logo .page-logo img {
        width: 100%;
        height: auto; }
    .left-sidebar__logo .page-toggle {
      color: white;
      font-size: 16px;
      outline: none;
      position: relative;
      transition: all 0.3s ease-out;
      cursor: pointer;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      border-radius: 50%; }
      @media (max-width: 1140px) {
        .left-sidebar__logo .page-toggle {
          display: none; } }
      .left-sidebar__logo .page-toggle::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.2);
        opacity: 0;
        border-radius: 100%;
        -webkit-transform: scale(0.001, 0.001);
        transform: scale(0.001, 0.001);
        transform-origin: 50% 50%; }
      .left-sidebar__logo .page-toggle.active {
        outline: 0;
        color: #fff; }
        .left-sidebar__logo .page-toggle.active:before {
          animation: ripple 1s ease-out; }
    .left-sidebar__logo .page-close {
      cursor: pointer; }
      .left-sidebar__logo .page-close .dashicons {
        font-size: 20px;
        font-weight: 600;
        color: #fff; }
    .left-sidebar__logo .page-close {
      display: none; }
      @media (max-width: 1140px) {
        .left-sidebar__logo .page-close {
          display: block; } }
  .left-sidebar__main {
    background: #282c36;
    color: white;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #3b3b3b #2d323e;
    scrollbar-width: thin;
    scrollbar-base-color: #2d323e;
    scrollbar-face-color: #2d323e;
    scrollbar-highlight-color: #2d323e;
    scrollbar-track-color: #2d323e;
    scrollbar-arrow-color: #2d323e;
    -ms-overflow-style: none; }
    .left-sidebar__main::-webkit-scrollbar {
      width: 5px;
      background-color: #2d323e; }
    .left-sidebar__main::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: #000;
      width: 5px; }
  .left-sidebar__container {
    padding: 70px 0; }
  .left-sidebar__category {
    margin: 10px 0;
    padding: 0 20px; }
    .left-sidebar__category span {
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px; }
  .left-sidebar .main-menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .left-sidebar .main-menu__item {
      line-height: 1.2;
      padding: 0 12px 0 20px;
      margin: 0 5px 0 0; }
      .left-sidebar .main-menu__item:hover {
        background-color: rgba(0, 0, 0, 0.1); }
        .left-sidebar .main-menu__item:hover .multi-menu__sub {
          background: #2d323e; }
      .left-sidebar .main-menu__item a {
        color: white;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        text-transform: capitalize; }
    .left-sidebar .main-menu__icon {
      margin-right: 10px; }
    .left-sidebar .main-menu__name {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1;
      width: 100%;
      opacity: 1;
      transition: opacity 0.1s; }
      .left-sidebar .main-menu__name .icon {
        margin-left: auto;
        font-size: 20px;
        transition: all 0.3s;
        transform: rotate(0); }
        .left-sidebar .main-menu__name .icon.open {
          transform: rotate(90deg); }
    .left-sidebar .main-menu .active {
      background: #039be5;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px; }

.multi-menu__sub {
  list-style: none;
  padding-left: 0;
  margin: 0 -12px 0 -20px; }
  .multi-menu__sub .main-menu__item a {
    padding: 0 0 0 20px; }
  .multi-menu__sub .main-menu__item .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    color: white;
    padding: 0 7px;
    border-radius: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 1; }
  .multi-menu__sub .main-menu__item .icon-request {
    background: #bf0000; }
  .multi-menu__sub .main-menu__item .icon-all {
    background: #039be5; }
  .multi-menu__sub .main-menu__item .icon-responded {
    background: #f44336; }
  .multi-menu__sub .main-menu__item .icon-default {
    background: #525E8A; }
  .multi-menu__sub .main-menu__item .icon-close {
    background: #09d261; }
  .multi-menu__sub .main-menu__item.active .icon {
    background: #fff;
    color: #0a0a0a; }
.multi-menu__toggle {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: unset !important; }

@media (min-width: 1140px) {
  .hide .left-sidebar {
    width: 64px;
    max-width: 64px;
    min-width: 64px; }
    .hide .left-sidebar__category {
      display: none; }
    .hide .left-sidebar__divider {
      position: relative;
      padding: 20px 0; }
      .hide .left-sidebar__divider::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        width: 20px;
        background: rgba(255, 255, 255, 0.2);
        z-index: 1; }
    .hide .left-sidebar .main-menu .main-menu__item {
      margin: 0 9px;
      padding: 0; }
    .hide .left-sidebar .main-menu a {
      -ms-flex-pack: center;
      justify-content: center;
      height: 40px; }
    .hide .left-sidebar .main-menu__name {
      display: none; }
    .hide .left-sidebar .main-menu__icon {
      margin-right: 0; }
    .hide .left-sidebar .main-menu .active {
      border-radius: 20px; }
    .hide .left-sidebar__logo {
      -ms-flex-align: center;
      align-items: center; }
      .hide .left-sidebar__logo .page-logo {
        margin-right: 0; }
      .hide .left-sidebar__logo .page-toggle {
        display: none; } }

@media (min-width: 1140px) {
  .sts-page-wrapper.hide {
    padding-left: 64px; } }

.section-form {
  -webkit-box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); }
  .section-form__container {
    padding: 20px;
    background: white; }
  .section-form .form-control-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .section-form .form-control-file .label {
      color: #666666;
      padding-right: 20px; }
    .section-form .form-control-file input {
      padding: 10px 20px; }

.form__notification {
  color: red;
  font-size: 13px;
  margin-bottom: 20px; }
.form__message--error, .form__message--success {
  font-size: 13px;
  margin-top: 20px;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 0 5px 5px 0;
  border-left: solid 3px currentColor; }
.form__message--error {
  color: #bf0000; }
  .form__message--error a {
    color: #bf0000 !important;
    text-decoration: underline !important; }
.form__message--success {
  color: #008000; }
.form__container {
  padding: 20px; }

.form-wrapper {
  background: white;
  -webkit-box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  margin: 30px auto;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  border-radius: 8px; }

.form-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px !important; }

.form-content {
  padding: 50px 30px; }
  @media (max-width: 599px) {
    .form-content {
      padding: 50px 20px; } }

.checkbox {
  font-weight: 600; }
  .checkbox label {
    margin: 0; }
  .checkbox input {
    margin-right: 3px; }

.form-control {
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 1.5;
  height: 45px;
  margin-bottom: 20px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  outline: none !important;
  border-radius: 2px;
  background-color: white !important;
  border: 1px solid #eee;
  width: 100%;
  background-clip: padding-box !important; }
  .form-control:focus, .form-control:hover {
    -webkit-box-shadow: 0 0 0 1px #3c4252;
    box-shadow: 0 0 0 1px #3c4252;
    border-color: #3c4252; }
  .form-control:-moz-placeholder {
    font-size: 13px;
    color: #ababab; }
  .form-control::-moz-placeholder {
    font-size: 13px;
    color: #ababab; }
  .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #ababab; }
  .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #ababab; }

.form-template .select2-container--default .select2-selection--multiple {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 45px; }

.btn {
  border-color: transparent;
  border-radius: 3px !important;
  font-family: "Muli", sans-serif;
  line-height: 1;
  padding: 9px 14px; }
  .btn:hover {
    background-color: transparent;
    border-color: transparent; }
  .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-primary {
  background: #039be5;
  color: white;
  border-color: #039be5 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .btn-primary:focus, .btn-primary:active, .btn-primary:visited {
    color: white !important;
    background: #039be5 !important;
    border-color: #039be5 !important; }
  .btn-primary:hover {
    color: white !important;
    background: #0364e5 !important;
    border-color: #0364e5 !important; }

.form-button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 576px) {
    .form-button-group {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .form-button-group-item {
    padding: 0 15px; }
    @media (max-width: 576px) {
      .form-button-group-item {
        margin-bottom: 15px; } }

.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px; }
  @media (max-width: 576px) {
    .button-group {
      -ms-flex-pack: center;
      justify-content: center; } }
  .button-group.message-action {
    margin-top: 10px; }
  .button-group__item {
    padding: 0 5px; }
  .button-group__item--attachment .form-label-attachment {
    color: #039be5; }

.form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .form-group .form-control-group {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 15px; }
    @media (max-width: 576px) {
      .form-group .form-control-group {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }
    .form-group .form-control-group .form-control-label {
      left: 30px; }
    .form-group .form-control-group .form-control-group-icon {
      right: 15px; }

.form-control-group {
  margin-bottom: 20px;
  position: relative; }
  .form-control-group .form-control {
    margin-bottom: 0; }
    .form-control-group .form-control:disabled, .form-control-group .form-control:read-only {
      background: white !important; }
  .form-control-group .form-control-label {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 15px;
    z-index: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #7a7a7a;
    padding: 0 10px;
    background: white; }
  .form-control-group .up {
    top: -30%;
    transform: translateY(30%);
    background: white;
    padding: 0 5px;
    font-size: 12px; }
  .form-control-group .invalid {
    border-color: red;
    border-width: 2px; }
  .form-control-group-icon {
    position: absolute;
    right: 0;
    padding-right: 20px;
    top: 14.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .form-control-group-icon .dashicons {
      font-size: 20px;
      color: #7a7a7a; }
  .form-control-group label.error {
    font-size: 12px;
    font-family: "Muli", sans-serif;
    margin: 5px 0; }

.form-control-message {
  display: block;
  margin-top: 5px;
  color: red;
  font-size: 12px; }

.form-control-notice {
  display: block;
  color: #7a7a7a;
  font-size: 12px; }
  .form-control-notice:first-child {
    margin-top: 5px; }

.form-control-editor {
  display: block; }

.form-button {
  text-align: center; }

.btn-default {
  color: white;
  background-color: #999999; }
  .btn-default:focus, .btn-default:active, .btn-default:visited {
    color: white;
    background-color: #999999 !important; }
  .btn-default:hover {
    color: white !important;
    background-color: #919191 !important; }

.btn-lg {
  width: 200px; }

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee; }

.checkbox-container input:checked ~ .checkmark {
  background-color: #039be5; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.btn-block {
  width: 100%;
  text-transform: uppercase; }

.button-link {
  color: #039be5; }
  .button-link:hover {
    color: #0364e5; }

.select2 {
  width: 100% !important; }

.select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #eee !important;
  border-radius: 2px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  color: #0a0a0a; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: white; }

span.select2-selection {
  outline: none; }

#wp-templateReply-wrap {
  width: 100%; }

.form-mail-template .form__label {
  color: #7a7a7a; }

.mce-tinymce {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.mce-top-part::before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.form-wrapper-login {
  max-width: 384px; }
  @media (max-width: 599px) {
    .form-wrapper-login {
      width: 100%; } }
  .form-wrapper-login .form__message {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px; }

.form-group-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-group-button .form-button-item {
    padding: 15px; }
    @media (max-width: 576px) {
      .form-group-button .form-button-item {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }

.form-login .form-login-button {
  width: 100%;
  text-align: center; }
  .form-login .form-login-button .btn {
    text-transform: uppercase; }

.form-split {
  max-width: 40%;
  margin: 30px auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .form-split span {
    padding: 0 25px;
    background: white;
    color: #e6e6e6;
    text-transform: uppercase; }
    .form-split span::after {
      content: "";
      height: 1px;
      position: absolute;
      width: 30px;
      top: 50%;
      left: 0;
      background: #eee;
      z-index: 1; }
    .form-split span::before {
      content: "";
      height: 1px;
      position: absolute;
      width: 30px;
      top: 50%;
      right: 0;
      background: #eee;
      z-index: 1; }

.form-remember-password {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .form-remember-password .link-forget-password {
    margin-left: auto;
    color: #039be5;
    font-size: 12px;
    font-weight: 700; }

.form-login-link {
  text-align: center;
  margin-bottom: 25px; }

.form-login-register {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  margin-top: 30px; }

.form-wrapper-register {
  max-width: 600px; }
  .form-wrapper-register .form__message {
    padding: 20px 0; }

.form-register .form-register-checkbox {
  margin-bottom: 25px;
  font-weight: 500; }
  .form-register .form-register-checkbox a {
    color: #039be5;
    font-weight: 600; }
.form-register .form-button {
  text-align: center;
  margin-bottom: 25px; }
.form-register .policy-text {
  font-size: 14px;
  color: #7a7a7a; }

.form-register-link {
  text-align: center;
  margin-bottom: 25px; }

.form-wrapper-submit-ticket {
  margin: 30px; }
  .form-wrapper-submit-ticket .form-label-attachment {
    color: #039be5;
    margin-bottom: 0 !important;
    margin-right: 20px; }
  .form-wrapper-submit-ticket .additonal-info {
    width: 100%;
    padding-bottom: 10px; }
  .form-wrapper-submit-ticket .sts-warning {
    text-transform: uppercase;
    font-size: 14px; }
  .form-wrapper-submit-ticket .new-purchase {
    display: block;
    font-size: 12px;
    color: #039be5;
    margin-top: 5px; }

.form-section-title {
  margin-bottom: 30px;
  font-size: 18px;
  color: #039be5; }

.form-wrapper-submit-ticket-no-login {
  max-width: 680px;
  margin: 30px auto; }

.sts-block {
  -webkit-box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: white; }
  .sts-block__title {
    display: block;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    margin-bottom: 0;
    color: #7a7a7a;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    line-height: 1.2;
    border-bottom: 1px solid #eee; }
  .sts-block__container {
    padding: 30px;
    border-radius: 0 0 8px 8px; }
  .sts-block__link {
    margin-bottom: 10px;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .sts-block__link .btn {
      display: block;
      margin-bottom: 10px; }
      .sts-block__link .btn:not(:last-child) {
        margin-right: 10px; }
  .sts-block .table th, .sts-block .table td {
    text-align: left !important; }
  .sts-block .table .additonal-info {
    font-size: 13px;
    color: #7a7a7a; }

.sts-paginator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 0 0 8px 8px; }
  .sts-paginator__item {
    padding: 0 15px;
    color: #7a7a7a;
    font-size: 13px; }
    .sts-paginator__item:visited {
      color: #7a7a7a; }
    .sts-paginator__item.disable {
      display: block !important;
      pointer-events: none;
      cursor: not-allowed;
      color: #c9c9c9; }
  .sts-paginator .active {
    background: #039be5;
    color: white;
    border-radius: 5px; }

.sts-status .dashicons {
  color: green;
  font-weight: 700;
  font-size: 18px; }
.sts-status-valid .dashicons {
  color: green; }
.sts-status-invalid .dashicons {
  color: red; }

.addition-info {
  font-size: 13px;
  color: #7a7a7a; }

@media (max-width: 650px) {
  .listing-themes .sts-page-banner {
    padding-top: 30px;
    padding-bottom: 94px; }
    .listing-themes .sts-page-banner .sts-page-title {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; } }
@media (max-width: 650px) {
  .listing-themes .sts-page-banner-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.listing-themes .banner-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 650px) {
    .listing-themes .banner-link {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 0; }
      .listing-themes .banner-link .btn {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }
  .listing-themes .banner-link .btn:not(:last-child) {
    margin-right: 10px; }
    @media (max-width: 650px) {
      .listing-themes .banner-link .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px; } }

.listing-ticket .sts-page-banner {
  padding-top: 30px;
  padding-bottom: 135px; }
.listing-ticket .sts-page-container {
  margin-top: -105px !important;
  padding-bottom: 105px !important; }
.listing-ticket__filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
  padding: 15px 20px; }
  @media (max-width: 876px) {
    .listing-ticket__filter-wrapper {
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .listing-ticket__filter-wrapper .form-control {
    font-size: 14px !important; }
.listing-ticket .form-control-group {
  margin-bottom: 0; }
.listing-ticket__search {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px; }
  @media (max-width: 576px) {
    .listing-ticket__search {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }
.listing-ticket__filter-status {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  padding: 15px; }
  @media (max-width: 770px) {
    .listing-ticket__filter-status {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%; } }
  .listing-ticket__filter-status .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
    .listing-ticket__filter-status .form-group label {
      margin-right: 10px; }
.listing-ticket__filter-theme {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 15px; }
  @media (max-width: 770px) {
    .listing-ticket__filter-theme {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%; } }
  .listing-ticket__filter-theme .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
    .listing-ticket__filter-theme .form-group label {
      margin-right: 10px; }
.listing-ticket__filter-button {
  padding: 15px; }
  @media (max-width: 876px) {
    .listing-ticket__filter-button {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%;
      text-align: right; } }
.listing-ticket__ajax-result .no-ticket {
  padding: 20px; }

.ticket {
  padding: 20px;
  border-top: 1px solid #e6e6e6; }
  .ticket__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -10px;
    position: relative; }
  .ticket__content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 10px; }
    @media (max-width: 884px) {
      .ticket__content {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }
    @media (max-width: 440px) {
      .ticket__content {
        margin-top: 30px; } }
  .ticket__avartar {
    display: block;
    padding: 0 10px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px; }
    @media (max-width: 884px) {
      .ticket__avartar {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px; } }
    .ticket__avartar img {
      border-radius: 100%; }
      @media (max-width: 884px) {
        .ticket__avartar img {
          width: 40px;
          height: 40px; } }
  .ticket__content-wrapper {
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%; }
  .ticket__content-container {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 884px) {
      .ticket__content-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .ticket__author-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px; }
    .ticket__author-top .seperator {
      color: #ababab;
      font-size: 12px; }
  .ticket__author-name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #ababab;
    margin-right: 3px; }
    .ticket__author-name:visited {
      color: #ababab; }
    .ticket__author-name:hover {
      color: #039be5; }
  .ticket__subject {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    margin-bottom: 8px; }
    .ticket__subject:visited {
      color: #2e2e2e; }
    .ticket__subject:hover {
      color: #039be5; }
  .ticket__meta {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5px;
    font-size: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ticket__meta-item {
      padding: 0 7.5px;
      color: #ababab;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center; }
    .ticket__meta .supporter-marking-process {
      color: #039be5; }
  .ticket__created-time span {
    font-size: 13px;
    font-weight: 300;
    margin-left: 3px; }
  .ticket__rating span {
    color: #ababab; }
    .ticket__rating span.checked {
      color: orange; }
  .ticket__status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 18px;
    color: #7a7a7a;
    text-align: right;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .ticket__status span {
      font-size: 11px;
      font-weight: 600;
      color: #fff;
      padding: 3px 8px;
      border-radius: 4px; }
    @media (max-width: 884px) {
      .ticket__status {
        font-size: 11px;
        top: 5px; } }
    .ticket__status-request {
      background: #bf0000; }
    .ticket__status-pending {
      background: #039be5; }
    .ticket__status-responded {
      background: #f44336; }
    .ticket__status-close {
      background: #09d261; }
    @media (max-width: 440px) {
      .ticket__status {
        left: 60px;
        right: auto; } }
  .ticket__status-content {
    padding: 0 5px; }
  .ticket__expired {
    padding: 0 5px; }
    .ticket__expired span {
      font-size: 11px;
      background: orange; }
  .ticket__theme {
    display: block;
    margin-left: 3px;
    font-size: 12px;
    color: #ababab; }
    .ticket__theme:hover {
      color: #039be5; }

.page-2column .sts-page-profile-header-item, .page-2column .sts-block__title {
  font-size: 18px !important;
  font-weight: 700 !important; }
.page-2column .single-ticket:not(:last-child) {
  margin-bottom: 30px; }
.page-2column .single-ticket .sts-page-profile-header {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 21px;
  padding-bottom: 21px; }
.page-2column .single-ticket .ticket-rating {
  margin-left: auto;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 700; }
.page-2column .single-ticket__divider {
  height: 20px;
  border-top: 1px solid #e6e6e6; }
.page-2column .single-ticket__action {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 0 0 8px 8px; }
  .page-2column .single-ticket__action .button-reply, .page-2column .single-ticket__action .ladda-label {
    outline: none;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center; }
    .page-2column .single-ticket__action .button-reply:hover, .page-2column .single-ticket__action .ladda-label:hover {
      color: black; }
    .page-2column .single-ticket__action .button-reply .dashicons, .page-2column .single-ticket__action .ladda-label .dashicons {
      margin-right: 10px;
      color: #fff; }
  .page-2column .single-ticket__action .unlock-reply {
    line-height: 1.4; }
.page-2column .single-ticket__action-content {
  padding-top: 30px; }
  .page-2column .single-ticket__action-content.hide {
    display: none; }
  .page-2column .single-ticket__action-content .template {
    height: 40px;
    width: 50%; }
.page-2column .single-ticket__container {
  padding: 20px;
  background: white;
  border-radius: 0 0 8px 8px; }
  @media (max-width: 576px) {
    .page-2column .single-ticket__container--supporter .single-ticket__avartar {
      order: -1; } }
  .page-2column .single-ticket__container--supporter .single-ticket__content {
    text-align: right; }
  .page-2column .single-ticket__container--supporter .single-ticket__message {
    font-size: 14px;
    text-align: left; }
  .page-2column .single-ticket__container--supporter .single-ticket__attachment {
    justify-content: flex-end; }
  @media (max-width: 576px) {
    .page-2column .single-ticket__container--supporter .single-ticket__avartar {
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .page-2column .single-ticket__container:hover .message-action__item {
    opacity: 1; }
.page-2column .single-ticket__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }
  @media (max-width: 576px) {
    .page-2column .single-ticket__wrapper {
      flex-flow: column; } }
.page-2column .single-ticket__avartar {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  padding: 0 5px 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 576px) {
    .page-2column .single-ticket__avartar {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%;
      margin-bottom: 10px;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .page-2column .single-ticket__avartar img {
        display: none; } }
  .page-2column .single-ticket__avartar img {
    border-radius: 100%; }
.page-2column .single-ticket__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  width: 200px; }
  @media (max-width: 576px) {
    .page-2column .single-ticket__content {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      width: 100%;
      margin-bottom: 10px; } }
.page-2column .single-ticket .message-action {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%; }
  .page-2column .single-ticket .message-action__buttons {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5px; }
  .page-2column .single-ticket .message-action__item {
    color: #0a0a0a;
    padding: 3px 7.5px;
    opacity: 1;
    font-size: 13px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .page-2column .single-ticket .message-action__item .dashicons {
      margin-right: 5px;
      color: #7a7a7a; }
    .page-2column .single-ticket .message-action__item:hover {
      color: #0a0a0a;
      background-color: #f5f5f5; }
  .page-2column .single-ticket .message-action__form {
    margin-top: 20px; }
.page-2column .single-ticket__author-name {
  font-size: 16px;
  font-weight: 700; }
  .page-2column .single-ticket__author-name span {
    color: #7a7a7a; }
.page-2column .single-ticket__meta-time, .page-2column .single-ticket__hastag {
  font-size: 11px;
  color: #7a7a7a; }
.page-2column .single-ticket__attachment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
  padding-top: 15px;
  border-top: 1px solid #eee; }
  .page-2column .single-ticket__attachment-item {
    padding: 5px;
    color: #039be5;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .page-2column .single-ticket__attachment-item:hover {
      color: #0000cc; }
  .page-2column .single-ticket__attachment.no-message {
    border-top: none; }
.page-2column .single-ticket__message {
  word-break: break-word;
  -ms-word-break: break-all; }
  .page-2column .single-ticket__message:not(:last-child) {
    padding-bottom: 15px; }
  .page-2column .single-ticket__message--short p, .page-2column .single-ticket__message--short h1, .page-2column .single-ticket__message--short h2, .page-2column .single-ticket__message--short h3 {
    margin-bottom: 0; }
  .page-2column .single-ticket__message.no-message {
    padding-bottom: 0; }
.page-2column .single-ticket__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -7.5px; }
  .page-2column .single-ticket__meta .dashicons {
    color: #7a7a7a;
    margin-right: 5px; }
  .page-2column .single-ticket__meta .message-action__buttons {
    padding: 0 7.5px; }
.page-2column .single-ticket__meta-item {
  padding: 3px 7.5px;
  color: #0a0a0a;
  font-size: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .page-2column .single-ticket__meta-item:hover {
    color: #0a0a0a;
    background-color: #f5f5f5; }
  .page-2column .single-ticket__meta-item .dashicons {
    padding-right: 5px; }
.page-2column .single-ticket__close-date {
  padding: 20px;
  font-size: 13px;
  color: #7a7a7a;
  text-align: right; }
.page-2column .hide {
  display: none; }

.single-ticket__message pre,
.single-ticket__message blockquote {
  padding: 5px 15px;
  border-left: solid 3px rgba(0, 0, 0, 0.1); }
.single-ticket__message blockquote p:last-child {
  margin-bottom: 0; }
.single-ticket__message code,
.single-ticket__message pre {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }
.single-ticket__message p {
  margin-bottom: 1.5rem; }
.single-ticket__message p:last-child {
  margin-bottom: 0; }
.single-ticket__message h1, .single-ticket__message h2, .single-ticket__message h3, .single-ticket__message h4, .single-ticket__message h5, .single-ticket__message h6 {
  margin-top: 2rem;
  margin-bottom: 0.5rem; }
.single-ticket__message h3 {
  font-size: 24px; }

.single-ticket__author-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px; }
  .single-ticket__author-info .single-ticket__author-name, .single-ticket__author-info .single-ticket__meta-time, .single-ticket__author-info .single-ticket__hastag {
    padding: 5px; }
  .single-ticket__author-info .single-ticket__hastag {
    font-size: 14px;
    opacity: 0;
    transition: all 0.2s; }
  .single-ticket__author-info:hover .single-ticket__hastag {
    opacity: 1; }

.single-ticket__content-wrapper {
  background-color: #f3f7f3;
  padding: 15px;
  border-radius: 0 10px 10px 10px;
  margin-bottom: 10px;
  position: relative; }

.single-ticket__container--supporter .single-ticket__content-wrapper {
  border-radius: 10px 0 10px 10px; }
.single-ticket__container--supporter .single-ticket__author-info {
  -ms-flex-pack: end;
  justify-content: flex-end; }
.single-ticket__container--supporter .single-ticket__author-name {
  order: 2; }
.single-ticket__container--supporter .single-ticket__meta-time {
  order: 1; }
.single-ticket__container--supporter .single-ticket__hastag {
  order: 0; }
@media (max-width: 400px) {
  .single-ticket__container--supporter .single-ticket__author-name {
    order: 2; }
  .single-ticket__container--supporter .single-ticket__meta-time {
    order: 0;
    flex: 1 1 100%;
    max-width: 100%; }
  .single-ticket__container--supporter .single-ticket__hastag {
    order: 1;
    padding: 0 5px; } }
.single-ticket__container--supporter .single-ticket__avartar {
  padding: 0 15px 0 5px; }

@media (max-width: 400px) {
  .single-ticket__author-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.sts-sidebar .hide {
  display: none !important; }
.sts-sidebar__item:not(:last-child) {
  margin-bottom: 30px; }
.sts-sidebar__item:hover .ticket-metadata__action.edit {
  opacity: 1; }
.sts-sidebar__item .dashicons {
  font-size: 16px; }
.sts-sidebar__wrapper {
  padding: 20px; }
.sts-sidebar__title {
  background: #f5f5f5;
  color: #7a7a7a;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 0; }
.sts-sidebar .purchase-code-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .sts-sidebar .purchase-code-title .ticket-metadata__action {
    opacity: 1 !important;
    margin-left: auto; }
.sts-sidebar .list-note-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .sts-sidebar .list-note-title .new-note {
    margin-left: auto;
    font-size: 20px; }
.sts-sidebar .ticket-metadata__submitting {
  border-bottom: 1px solid #e6e6e6; }
  .sts-sidebar .ticket-metadata__submitting .form-change-status {
    margin-bottom: 20px; }
  .sts-sidebar .ticket-metadata__submitting .form-inline {
    margin: 0 -10px; }
  .sts-sidebar .ticket-metadata__submitting .form-control-group {
    padding: 0 10px;
    margin-bottom: 0;
    width: auto;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%; }
  .sts-sidebar .ticket-metadata__submitting .form-control-button {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%; }
    .sts-sidebar .ticket-metadata__submitting .form-control-button .dashicons {
      font-size: 20px; }
  .sts-sidebar .ticket-metadata__submitting .form-control {
    height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0; }
  .sts-sidebar .ticket-metadata__submitting .sts-form-close {
    margin-top: 20px; }
.sts-sidebar .ticket-metadata__can-update .ticket-metadata__action {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 700;
  opacity: 0; }
  .sts-sidebar .ticket-metadata__can-update .ticket-metadata__action:hover {
    color: #0a0a0a; }
.sts-sidebar .ticket-metadata__can-update .form-control-group {
  margin-bottom: 20px;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0; }
.sts-sidebar .ticket-metadata__can-update .dashicons {
  font-size: 20px; }
.sts-sidebar .ticket-metadata__item {
  display: -ms-flexbox;
  display: flex; }
.sts-sidebar .ticket-metadata__label {
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  color: #7a7a7a;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 700; }
.sts-sidebar .ticket-metadata__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #7a7a7a;
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  overflow: hidden; }
  .sts-sidebar .ticket-metadata__content a {
    color: #039be5 !important; }
    .sts-sidebar .ticket-metadata__content a:visited {
      color: #039be5 !important; }
  .sts-sidebar .ticket-metadata__content span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sts-sidebar .ticket-metadata__content .dashicons {
    margin-right: 3px; }
.sts-sidebar .ticket-metadata__action {
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .sts-sidebar .ticket-metadata__action.delete {
    color: red;
    font-size: 13px;
    padding: 5px 0; }
  .sts-sidebar .ticket-metadata__action.edit {
    color: #7a7a7a;
    font-size: 18px;
    opacity: 0; }
  .sts-sidebar .ticket-metadata__action:hover {
    color: #0364e5; }
.sts-sidebar .ticket-metadata__action-item {
  font-size: 16px; }
.sts-sidebar .new-note {
  color: #7a7a7a; }
  .sts-sidebar .new-note:hover, .sts-sidebar .new-note:visited {
    color: #7a7a7a; }
  .sts-sidebar .new-note .dashicons {
    font-size: 20px; }
.sts-sidebar .note__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6; }
.sts-sidebar .note__container {
  padding: 10px 20px; }
.sts-sidebar .note__content {
  color: #7a7a7a;
  margin-bottom: 10px; }
.sts-sidebar .note__action {
  color: #7a7a7a;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .sts-sidebar .note__action:hover {
    color: #7a7a7a; }
  .sts-sidebar .note__action .dashicons {
    font-size: 18px; }
.sts-sidebar .note__meta {
  font-size: 12px;
  color: #b3b3b3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7.5px; }
  .sts-sidebar .note__meta-item {
    padding: 0 7.5px; }
    .sts-sidebar .note__meta-item .dashicons {
      margin-right: 5px; }
.sts-sidebar .note__new-form {
  padding: 20px; }
  .sts-sidebar .note__new-form .button-group {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px; }
    .sts-sidebar .note__new-form .button-group__item {
      padding: 0 5px; }
  .sts-sidebar .note__new-form.close {
    display: none; }

.purchase-meta__item {
  padding: 5px 0; }
.purchase-meta__label {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 700; }
.purchase-meta__content {
  color: #7a7a7a;
  word-break: break-word;
  -ms-word-break: break-all;
  font-size: 12px; }
  .purchase-meta__content p {
    margin-bottom: 5px; }
  .purchase-meta__content:hover {
    overflow: visible; }

.purchase-action {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }

.sts-form-rate {
  background: white;
  margin-top: 30px; }

.page-2column .single-ticket__divider {
  display: none; }

.sts-warning.form-rating-warning {
  display: block;
  margin-top: 30px; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.supporter-processing-anchor {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 9999;
  border-radius: 8px; }
  .supporter-processing-anchor.hide {
    display: none; }

.supporter-processing-anchor-content {
  background: #f44336;
  opacity: 0.9;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  position: relative; }
  .supporter-processing-anchor-content .supporter-processing-anchor-close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white; }
  .supporter-processing-anchor-content .dashicons {
    color: #fff; }
  .supporter-processing-anchor-content .supporter-processing {
    display: block;
    padding: 30px 20px; }

.sts-rate-info .sts-block__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 400px) {
    .sts-rate-info .sts-block__title {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
.sts-rate-info .rate-date {
  margin-left: auto;
  font-size: 12px;
  font-weight: normal; }
  @media (max-width: 400px) {
    .sts-rate-info .rate-date {
      margin-left: 0;
      margin-top: 10px; } }

.customer-details .sts-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
.customer-details .customer__action {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  opacity: 0; }
  .customer-details .customer__action a {
    padding: 0 5px;
    color: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px; }
    .customer-details .customer__action a:hover {
      color: #0a0a0a; }
.customer-details .user-banner:hover .customer__action {
  opacity: 1; }

.customer-ticket .listing-ticket__item:first-child .ticket {
  border-top: none; }
.customer-ticket__title {
  font-size: 18px;
  padding: 20px; }

.controls {
  position: relative; }
  @media (max-width: 400px) {
    .controls {
      padding: 45px; } }

.carousel-indicators {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%; }
  .carousel-indicators li {
    text-indent: 0;
    border: none;
    background-color: transparent;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    overflow: hidden;
    outline: none; }
    .carousel-indicators li::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 5px;
      background: #e0e0e0;
      opacity: 0;
      border-radius: 100%;
      transform: scale(1, 1) translate(-50%);
      transform-origin: 50% 50%; }
    .carousel-indicators li::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      background: #1a1a1a;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .carousel-indicators li:first-child::after {
      right: -100%; }
    .carousel-indicators li:first-child.active::after {
      right: 0; }
    .carousel-indicators li:last-child::after {
      left: -100%; }
    .carousel-indicators li:last-child.active::after {
      left: 0; }
    .carousel-indicators li a {
      display: block;
      text-transform: capitalize;
      color: #0a0a0a;
      padding: 0 30px; }
      .carousel-indicators li a .dashicons {
        margin-right: 10px; }
    .carousel-indicators li.ripple::before {
      animation: ripple 0.5s ease-out; }

@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1; }
  20% {
    -webkit-transform: scale(25, 25);
    transform: scale(25, 25);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(40, 40);
    transform: scale(40, 40); } }
.customer__container {
  padding: 20px; }
@media (max-width: 576px) {
  .customer {
    max-width: 100%; } }

.listing-customer .sts-block button {
  background: white;
  padding: 0;
  min-width: 0;
  color: #7a7a7a;
  border: none !important; }
.listing-customer .sts-block .action-items {
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 576px) {
  .listing-customer .sts-page-banner {
    padding-top: 30px;
    padding-bottom: 94px; } }
.listing-customer .listing-customer-banner-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 576px) {
    .listing-customer .listing-customer-banner-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }
@media (max-width: 576px) {
  .listing-customer .sts-page-title {
    margin-bottom: 15px; } }
.listing-customer .sts-block__filter {
  margin-left: auto;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 40%; }
  @media (max-width: 576px) {
    .listing-customer .sts-block__filter {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%; } }
  .listing-customer .sts-block__filter .form-control-group {
    margin-bottom: 0; }
    .listing-customer .sts-block__filter .form-control-group .form-control {
      background: white;
      border-radius: 20px !important;
      border: none; }
      .listing-customer .sts-block__filter .form-control-group .form-control:-moz-placeholder {
        font-size: 12px; }
      .listing-customer .sts-block__filter .form-control-group .form-control::-moz-placeholder {
        font-size: 12px; }
      .listing-customer .sts-block__filter .form-control-group .form-control:-ms-input-placeholder {
        font-size: 12px; }
      .listing-customer .sts-block__filter .form-control-group .form-control::-webkit-input-placeholder {
        font-size: 12px; }
      .listing-customer .sts-block__filter .form-control-group .form-control:focus {
        border: none; }
    .listing-customer .sts-block__filter .form-control-group .form-control-group-icon {
      background: transparent;
      border: none;
      top: 13.5px; }
.listing-customer .action-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
.listing-customer .table__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0a0a0a; }
  .listing-customer .table__link:hover {
    color: #039be5; }
  .listing-customer .table__link .customer_names {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .listing-customer .table__link .customer-name {
    font-weight: 600; }
  .listing-customer .table__link .customer-username {
    font-size: 13px;
    color: #7a7a7a; }
.listing-customer .customer-avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 20px 0 0;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
  text-align: center; }

.update-profile .update-profile-form {
  padding: 20px; }

.listing-supporter .sts-page-banner {
  position: relative; }
.listing-supporter .sts-page-banner-content {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  padding-top: 0 !important; }
.listing-supporter__item {
  -webkit-box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background: white; }
  .listing-supporter__item:not(:last-child) {
    margin-bottom: 20px; }

.supporter {
  padding: 20px;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 769px) {
    .supporter {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }
  .supporter:hover .supporter__action-item {
    color: #7a7a7a; }
    .supporter:hover .supporter__action-item a {
      color: #7a7a7a; }
  .supporter__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 576px) {
      .supporter__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center; } }
  .supporter__avartar {
    padding-right: 20px; }
    @media (max-width: 576px) {
      .supporter__avartar {
        text-align: center;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }
    .supporter__avartar img {
      border-radius: 50%; }
  .supporter__name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a0a0a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .supporter__name:hover {
      color: #039be5; }
    @media (max-width: 576px) {
      .supporter__name {
        text-align: center;
        margin-top: 20px; } }
  .supporter__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    margin: 0 -5px; }
    @media (max-width: 576px) {
      .supporter__meta {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }
    .supporter__meta-item {
      padding: 0 5px;
      color: #7a7a7a; }
      .supporter__meta-item--created-time span:first-child {
        font-weight: 700; }
    .supporter__meta a {
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .supporter__meta a:hover {
        color: #b3b3b3; }
  .supporter__action {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .supporter__action {
        margin-right: auto;
        margin-top: 20px; } }
    .supporter__action-item {
      display: block;
      padding: 0 15px;
      font-size: 18px;
      color: transparent;
      overflow: visible !important;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      height: 20px;
      width: 30px; }
      .supporter__action-item a {
        color: transparent; }
      .supporter__action-item:hover {
        color: #039be5 !important; }
    .supporter__action .delete:hover {
      color: red !important; }

.supporter-details__container {
  -webkit-box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px -5px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px; }
.supporter-details__info {
  border-bottom: 1px solid #e6e6e6;
  background: white;
  border-radius: 8px 8px 0 0; }
@media (max-width: 769px) {
  .supporter-details .supporter {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media (max-width: 400px) {
  .supporter-details .supporter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; } }
.supporter-details .supporter__content {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media (max-width: 400px) {
    .supporter-details .supporter__content {
      -ms-flex-pack: center;
      justify-content: center; } }
@media (max-width: 576px) {
  .supporter-details .supporter__avartar {
    text-align: center;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%; } }
@media (max-width: 400px) {
  .supporter-details .supporter__avartar {
    text-align: center;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%; } }
.supporter-details .supporter__name {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0; }
  @media (max-width: 576px) {
    .supporter-details .supporter__name {
      text-align: left; } }
  @media (max-width: 400px) {
    .supporter-details .supporter__name {
      text-align: center; } }
  .supporter-details .supporter__name:hover {
    color: inherit; }

.supporter-ticket {
  border-radius: 8px;
  background: white; }
  .supporter-ticket__filter {
    padding: 20px;
    background: white; }
    .supporter-ticket__filter-wrapper {
      display: -ms-flexbox;
      display: flex;
      margin-left: -15px;
      margin-right: -15px;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .supporter-ticket__filter .form-control-group {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding: 0 15px;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .supporter-ticket__filter .form-control-group {
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          max-width: 100%;
          margin-bottom: 20px; } }
    .supporter-ticket__filter .form-control-label {
      left: 20px; }
    .supporter-ticket__filter .form-search {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
      @media (max-width: 768px) {
        .supporter-ticket__filter .form-search {
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          max-width: 100%; } }
    .supporter-ticket__filter .form-button-search {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 30px 15px;
      text-align: right; }
      @media (max-width: 768px) {
        .supporter-ticket__filter .form-button-search {
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          max-width: 100%;
          text-align: center;
          margin-bottom: 0;
          padding: 0; } }

.editing-supporter {
  margin: 50px 0; }
  .editing-supporter__form {
    background: white;
    padding: 20px; }

.sts-user .sts-user-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
  color: white; }
.sts-user .button-back, .sts-user .sts-user-avatar, .sts-user .sts-user-content {
  padding: 0 10px; }
.sts-user .sts-user-avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  border-radius: 4px;
  background: #ecf0f3; }
  .sts-user .sts-user-avatar img {
    height: auto;
    max-height: 100%;
    width: 100%;
    max-width: none; }
.sts-user .button-back {
  color: white; }
  .sts-user .button-back .dashicons {
    font-size: 18px;
    font-weight: 800; }
.sts-user .sts-user-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  word-break: break-word; }
.sts-user .sts-user-mail {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  line-height: 1.2;
  word-break: break-word; }

.supporter-information {
  padding: 20px; }
  .supporter-information .supporter-information-item {
    max-width: 100%;
    overflow: auto; }
    .supporter-information .supporter-information-item:not(:last-child) {
      margin-bottom: 30px; }
  .supporter-information .supporter-information-label {
    font-size: 15px;
    font-weight: 600; }

.rate {
  width: 100%; }
  .rate input {
    display: none; }
  .rate label {
    cursor: pointer;
    padding: 7.5px 15px;
    border: 1px solid #f56e28;
    background: transparent;
    border-radius: 5px; }
    .rate label .dashicons {
      padding-right: 5px; }
  .rate input:checked ~ label {
    background: #039be5;
    color: white;
    border-color: transparent; }
    .rate input:checked ~ label .dashicons {
      color: #fff; }

.form-rating .form__item {
  margin-bottom: 15px; }
.form-rating .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .form-rating .form-group__item {
    padding: 0 5px; }
.form-rating .form__label {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600; }
.form-rating .form-button-group {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -15px; }

.dashboard__banner {
  background: #039be5;
  padding: 80px 20px; }
.dashboard__banner-title {
  color: white;
  font-size: 30px; }
.dashboard__report {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px; }
.dashboard__report-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px; }
.dashboard__report-item-wrapper {
  border: 1px solid #eee;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  background: white;
  border-radius: 4px; }
.dashboard__report-header {
  margin-bottom: 30px; }
.dashboard__report-title {
  color: #0a0a0a;
  font-weight: 600; }
.dashboard__report-main {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center; }
.dashboard__report-number {
  font-size: 72px;
  line-height: 1; }
  .dashboard__report-number--all {
    color: #039be5; }
  .dashboard__report-number--request {
    color: #bf0000; }
  .dashboard__report-number--responded {
    color: #f44336; }
  .dashboard__report-number--close {
    color: #09d261; }
.dashboard__report-name {
  font-size: 15px;
  text-transform: uppercase;
  color: #7a7a7a; }
.dashboard__time {
  background: white;
  padding: 30px 20px;
  border-radius: 8px;
  border: 1px solid #eee; }
.dashboard__time-header {
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center; }
.dashboard__time-body {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7a7a; }
.dashboard__time-month {
  font-size: 30px;
  line-height: 1;
  color: #7a7a7a;
  margin-bottom: 10px; }
.dashboard__time-day {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 10px; }
.dashboard__time-year {
  font-size: 30px;
  line-height: 1;
  color: #7a7a7a;
  margin-bottom: 10px; }
.dashboard__chart {
  padding: 32px !important; }
  .dashboard__chart canvas {
    max-height: 100%;
    max-width: 263px; }
    @media (max-width: 576px) {
      .dashboard__chart canvas {
        margin: 0 auto; } }
.dashboard__chart-container {
  padding: 20px; }
.dashboard #chartContainer {
  overflow-y: auto; }
.dashboard .sts-warning {
  margin-top: 20px; }
.dashboard .note {
  margin-bottom: 20px; }
  .dashboard .note .note__content {
    margin-bottom: 0; }
  .dashboard .note .note__message {
    color: #0a0a0a;
    transition: all 0.2s; }
    .dashboard .note .note__message:hover {
      color: #039be5; }
.dashboard .sts-paginator {
  background: white;
  padding: 0; }

.chart-legend ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0; }
  .chart-legend ul li {
    padding: 5px;
    font-size: 13px;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%; }
  .chart-legend ul span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    padding: 5px;
    margin-right: 5px; }

.dashboards-distribution {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .dashboards-distribution .dashboards-distribution-item {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 576px) {
      .dashboards-distribution .dashboards-distribution-item {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; }
        .dashboards-distribution .dashboards-distribution-item:not(:last-child) {
          margin-bottom: 30px; } }
  .dashboards-distribution .dashboards-distribution-item-wrapper {
    height: 100%; }
  .dashboards-distribution .dashboards-distribution-header {
    display: -ms-flexbox;
    display: flex; }
    .dashboards-distribution .dashboards-distribution-header .header-left {
      margin-right: auto; }
    .dashboards-distribution .dashboards-distribution-header .header-right .dashboards-distribution-header-toggle {
      color: #0a0a0a;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .dashboards-distribution .dashboards-distribution-header .header-right .dashboards-distribution-header-toggle .dashicons {
        font-size: 16px; }
    .dashboards-distribution .dashboards-distribution-header .header-right .dashboards-distribution-header-current {
      margin-right: 8px; }
    .dashboards-distribution .dashboards-distribution-header .header-right .dropdown-menu {
      padding: 0; }
    .dashboards-distribution .dashboards-distribution-header .header-right .dropdown-item {
      position: relative;
      overflow: hidden;
      padding: 10px 20px; }
      .dashboards-distribution .dashboards-distribution-header .header-right .dropdown-item:active {
        background: #f8f9fa; }
      .dashboards-distribution .dashboards-distribution-header .header-right .dropdown-item::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 3px;
        background: #e0e0e0;
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%; }
      .dashboards-distribution .dashboards-distribution-header .header-right .dropdown-item:focus::before {
        animation: ripple 0.5s ease-out; }
  .dashboards-distribution .dashboards-distribution-content {
    width: 100%; }
    .dashboards-distribution .dashboards-distribution-content .ticket {
      border-top: none;
      padding: 0;
      margin-bottom: 20px; }
    .dashboards-distribution .dashboards-distribution-content .ticket__subject {
      margin-bottom: 0;
      font-weight: 400;
      font-size: 16px; }

.report {
  margin-bottom: 30px; }
  .report .sts-page-banner {
    padding-top: 30px;
    padding-bottom: 125px; }
  .report .sts-page-container {
    margin-top: -95px !important;
    padding-bottom: 95px !important; }
  .report__filter-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee; }
    .report__filter-wrapper .form-control-group {
      -ms-flex: 1 1 18%;
      flex: 1 1 18%;
      max-width: 18%;
      padding: 0 15px;
      margin-bottom: 20px; }
      .report__filter-wrapper .form-control-group.date {
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%; }
      .report__filter-wrapper .form-control-group .form-control-label {
        left: 25px; }
      @media (max-width: 768px) {
        .report__filter-wrapper .form-control-group {
          -ms-flex: 1 1 100% !important;
          flex: 1 1 100% !important;
          max-width: 100% !important; } }
    .report__filter-wrapper .sts-block__filter-button {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 0 15px;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .report__filter-wrapper .sts-block__filter-button {
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          max-width: 100%;
          text-align: right; } }
  .report__chart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 20px; }
  .report__chart-chart {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .report__chart-chart {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 30px; } }
    .report__chart-chart svg {
      max-width: 100%; }
  .report__label {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .report__label {
        flex: 1 1 100%;
        max-width: 100%; } }
  .report__label-item {
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 452px) {
      .report__label-item {
        font-size: 12px; } }
    .report__label-item a {
      display: block;
      margin-left: 25px; }
    .report__label-item:not(:last-child) {
      margin-bottom: 15px; }
  .report__legend {
    position: relative; }
    .report__legend::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 20px; }
    .report__legend.satisfied::after {
      background: rgba(54, 162, 235, 0.2); }
    .report__legend.unsatisfied::after {
      background: rgba(255, 99, 132, 0.2); }
    .report__legend.visited::after {
      background: #bf0000; }
    .report__legend.other::after {
      background: #09d261; }

.report-ticket {
  margin-top: 30px; }
  .report-ticket .sts-block__container {
    padding: 0; }
  .report-ticket .listing-ticket__item:first-child .ticket {
    border-top: none; }
  .report-ticket .ticket__wrapper {
    margin-left: -10px;
    margin-right: 0; }
  .report-ticket .ticket__content-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media (max-width: 768px) {
      .report-ticket .ticket__content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .report-ticket .ticket__content {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .report-ticket .ticket__content {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 10px; } }
    @media (max-width: 440px) {
      .report-ticket .ticket__content {
        margin-top: 0; } }
  .report-ticket .ticket__content-center {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
  .report-ticket .ticket__subject {
    padding: 0 15px; }
  @media (max-width: 768px) {
    .report-ticket .ticket__author-name {
      margin-top: 30px; } }
  .report-ticket .ticket__rating-info {
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .report-ticket .ticket__rating-info {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%; } }
  .report-ticket .ticket__rating {
    margin-left: auto;
    font-weight: 700;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-45%); }
    @media (max-width: 768px) {
      .report-ticket .ticket__rating {
        top: 10px;
        left: 60px; } }
    .report-ticket .ticket__rating .ticket__rate {
      color: white;
      padding: 5px; }
      @media (max-width: 768px) {
        .report-ticket .ticket__rating .ticket__rate {
          font-size: 12px; } }
    .report-ticket .ticket__rating .ticket__rate--satisfied {
      background: rgba(54, 162, 235, 0.5); }
    .report-ticket .ticket__rating .ticket__rate--unsatisfied {
      background: rgba(255, 99, 132, 0.5); }

.supporter-report .sts-page-banner {
  padding-top: 30px;
  padding-bottom: 125px; }
.supporter-report .sts-page-container {
  margin-top: -95px !important;
  padding-bottom: 95px !important; }
.supporter-report__filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  border-bottom: 1px solid #eee; }
.supporter-report__form-control {
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 40%;
  padding: 0 15px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .supporter-report__form-control {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%; } }
  .supporter-report__form-control .form-control-group {
    margin-bottom: 0; }
.supporter-report__filter-button {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .supporter-report__filter-button {
      padding-top: 0;
      padding-bottom: 0; } }

.block-listing-message {
  margin-top: 30px; }

.form-wrapper-lost-password {
  max-width: 500px;
  margin: 0 auto; }
  .form-wrapper-lost-password .reset-password-text {
    margin-bottom: 30px;
    text-align: center; }

.form-wrapper-password {
  max-width: 500px;
  margin: 0 auto; }

.sts-no-url {
  padding: 30px; }

@keyframes sts-loading-animation {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
.sts-loading {
  position: absolute;
  display: flex;
  background: rgba(20, 30, 48, 0.2);
  background: -webkit-linear-gradient(to right, rgba(20, 30, 48, 0.2), rgba(36, 59, 85, 0.2));
  background: linear-gradient(to right, rgba(20, 30, 48, 0.2), rgba(36, 59, 85, 0.2));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  justify-content: center;
  align-items: center; }

.sts-loading > span {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.sts-loading > span:before,
.sts-loading > span:after {
  content: '';
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: sts-loading-animation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.sts-loading > span:after {
  animation-delay: -0.5s; }

/*# sourceMappingURL=sts.css.map */
