#dashboard-header {
    margin-bottom: 2rem;
}

#dashboard-header a {
    color: #5875BF;
}

#dashboard-header .breadcrumb-item {
    float: none;
}

#dashboard-header .breadcrumb-item-action {
    margin-left: .5rem;
}

#dashboard-header .breadcrumb-item-action-undo {
    margin-right: .5rem;
}

.card-kpi {
    display:block;
    height: 100px;
    padding: 1.05rem;
}

.form-group .dx-treeview {
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: .5rem .75rem;
}

.dx-texteditor {
    border-width: 2px;
}

.form-group .form-control-static + .dx-searchbox,
.form-group .dx-searchbox + .dx-treeview {
    margin-top: 1rem;
}

.card-kpi i {
    color: #5875BF;
    font-size: 64px;
}

.card-kpi .card-kpi-title {
    float: right;
    font-size: 1rem;
}

.card-kpi .card-kpi-value {
    position: absolute;
    right: 1.05rem;
    bottom: 1.05rem;
    font-size: 32px;
}

.card-clickable {
    cursor: pointer;
}

.card-clickable:hover {
    background-color: #5875BF;
}

.card-clickable:hover i,
.card-clickable:hover .card-kpi-title,
.card-clickable:hover .card-kpi-value {
    color: #FFF;
}

.dx-widget {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 15px;
}

.dx-treeview .dx-treeview-toggle-item-visibility {
    height: 42px;
}

.dx-treeview .dx-treeview-item {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-radius: .25rem;
}

.dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-selected > .dx-treeview-item,
.dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item {
    color: #fff;
    border-color: #81B042;
    background-color: #81B042;
}


.skeleton {
    height: 697px;
    background: url('/content/images/skeleton-form.png') no-repeat center;
    background-size: cover;
}

.skeleton.skeleton-list {
    background: url('/content/images/skeleton-list.png') no-repeat center;
    background-size: cover;
}

.card-columns .card {
    margin-bottom: 1.5rem;
}

.media-list hr {
    display: none;
}

.media-list .media {
    margin-top: 0;
}

.media-body {
    padding: 0;
}

.media-heading {
    font-size: 1rem;
    line-height: 1.5rem;
}

.card {
    border: 1px solid #eceeef;
}

.card-bold {
    font-weight: bold;
}

.card-body {
    padding: .75rem 1.25rem;
}

.card-body .list-group-flush .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.card-body .list-group-flush .list-group-item:last-child {
    padding-bottom: 0;
}

.card-header {
    background: none;
    border: none;
}

.card-center {
    text-align: center;
}

.card-header h4 {
    padding: 0;
    margin: 0;
}

.card-footer {
    color: #E0E0E0;
    background: none;
    border: none;
}

.card-footer .text-muted {
    color: #E0E0E0 !important;
}

.drill-down-icon {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 45px;
    color: orange;
}

.widget-guidance-icon {
    font-size: 45px;
    color: blue;
}

.widget-warning-icon {
    font-size: 45px;
    color: yellow;
}

.widget-cross-icon {
    font-size: 45px;
    color: red;
}

.widget-check-icon {
    font-size: 45px;
    color: green;
}

.widget-big-letter {
    font-size: 35px;
    color: blue;
    font-weight: bold;
}

.card-relative {
    position: relative;
}

.modal-dialog .table {
    margin-bottom: 0;
}

h2 > label {
    margin-left: 1rem;
    font-size: 15px;
    font-weight: normal;
}

h2 > label > input {
    margin-right: .25rem;
}

@media (min-width: 544px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 3;
    }
}

.settingsContainer{
    border: 2px solid black;
}

.site-products .table td a + a{
    margin-left: 0px;
}
.botTableControls{
    background-color:#F5F6F6;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
}


.notification-menu {
    border: 1px solid #e5e5e5;
    position: absolute;
    float: none;
    z-index: 1000;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-radius: .25rem;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
}

.releasenote-item {
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 17px;
    font-weight: 600;
    background-color: white;
    width: auto;
}

.releasenote-item a {
    margin-left: 40px;
}

.notification-dropdown-header {
    background-color: 	#e6e6ff;
    font-size: 13px;
    font-weight: 600;
    padding-top: .5rem;
    padding-left: 1rem;
}

.notification-dropdown-header-icon {
    font-size: 18px;
    padding-top: 5px;
    padding-left: 3px;
    cursor:pointer;
}

.notification-dropdown-header:hover {
    background-color: 	#e6e6ff !important;
}

.notification-dropdown-header span {
    font-weight: bold;
    font-size: 17px;
}

.notification-dropdown-header hr {
    margin-bottom: 0px;
    position: static;
    margin-left: -16px;
    margin-top: 17px;
    height:1px;
    border:none;
    color:#333;
    background-color:#333;
}

.notification-dropdown-header-icon-link {
    color: #292b2c;
}

.notification-dropdown-header-icon-link:hover {
    color: #292b2c;
}

.notification-divider {
    background-color: #f8f8ff;
    font-size: 13px;
    font-weight: 600;
    padding-top: .5rem;
    padding-left: 1rem;
    border-bottom: solid 1px lightgrey;
    padding-bottom: 6px;
}

.notification-divider:hover {
    background-color: #f8f8ff !important;
}

.notification-divider-delete {
    cursor: pointer;
    font-size: 17px;
    margin-right: 7px;
}

.notification-divider span {
    margin-left: -10px;
}

.notification-dropdown-item {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px lightgrey;
}

.notification-dropdown-item img {
    width: auto;
    padding: 0px;
}

.notification-dropdown-icon {
    padding-left: 10px;
    margin-left: 0px !important;
}

.notification-dropdown-item-type {
    padding-left: 4px;
    top: 4px;
}

.notification-dropdown-item-delete {
    cursor:pointer;
    width: auto;
}

.notification-dropdown-item-date {
    padding-right: 0px;
    padding-left: 10px;
}

.notification-dropdown-item-message {
    padding-top: 5px;
}

.notification-dropdown-item-info {
    font-size: 15px;
    position: relative;
    bottom: 4px;
    padding-left: 2px;
    color: #5875BF;
}

.notification-tooltip {
    white-space: normal;
    min-width: 400px;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.grayout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}

.notification-body {
    position: relative;
    z-index: -1;
    /*margin-top: 92px;*/
}

.notifications-active {
    /*background-color: #292b2c !important;*/
}

.merchantlevel-header {
    display: inline-block;
}

.merchantLevel-info-icon {
    border: none;
    -webkit-box-shadow: none;
}

.merchantLevel-info-icon:hover {
    border: none;
    -webkit-box-shadow: none;
    background-color: white;
}

#merchantLevelInfo .dx-icon {
    font-size: 15px;
    color: #5875BF !important;
}

#popup {
    padding: 10px;
}

.popup p {
    margin-bottom: 10px;
    margin-top: 0;
}

.pci-compliance-button-info {
    position: relative;
    top: 8.5px;
    border: none;
    -webkit-box-shadow: none;
    color: #5875BF !important;
}

.pci-compliance-button-info:hover {
    position: relative;
    top: 8.5px;
    border: none;
    -webkit-box-shadow: none;
    background-color: white;
    color: #5875BF !important;
}

.pci-compliance-button-info i {
    padding-left: 3px;
}

.lte-drilldown-note {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.pci-status-protected-and-secured {
    background-color: #5875BF;
}

.pci-status-protected {
    background-color: #66d9ff;
}

.pci-status-compliant {
    background-color: lightgreen;
}

.pci-status-at-risk {
    background-color: red;
}

.pci-status-secured {
    color: #212529;
    background-color: orange;
}

.wan-status-active {
    background-color: green;
}

.wan-status-ready {
    background-color: teal;
}

.wan-status-failed {
    background-color: red;
}

.wan-status-not-connected {
    background-color:  #e0e0e0;
    color: rgba(0,0,0,.87);
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
  }
  
  .attachments .attachment-item:last-child {
    margin-bottom: 0;
  }
  
  .attachments .attachment-item .attachment-icon {
    color: rgba(99, 99, 99, 1);
    left: 0;
    position: absolute;
    top: 5px;
  }
  
  [dir="rtl"] .attachments .attachment-item {
    padding-left: 0;
    padding-right: 20px;
  }
  
  [dir="rtl"] .attachments .attachment-item .attachment-icon {
    left: auto;
    right: 0;
  }
  
  .upload-dropzone span {
    color: #969696;
  }
  
  /***** Social share links *****/
  .share {
    padding: 0;
    white-space: nowrap;
  }
  
  .share li, .share a {
    display: inline-block;
  }
  
  .share li {
    height: 25px;
    width: 25px;
  }
  
  .share a {
    color: #969696;
  }
  
  .share a:hover {
    text-decoration: none;
    color: rgba(6, 37, 57, 1);
  }
  
  .share a svg {
    height: 18px;
    width: 18px;
    display: block;
  }

/***** Request *****/
.request-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  @media (min-width: 1024px) {
    .request-container {
      align-items: flex-start;
      flex-direction: row;
    }
  }
  
  .request-container .comment-container {
    min-width: 0;
  }
  
  .request-breadcrumbs {
    margin-bottom: 40px;
  }
  
  @media (min-width: 1024px) {
    .request-breadcrumbs {
      margin-bottom: 60px;
    }
  }
  
  .request-main {
    flex: 1 0 auto;
    order: 1;
  }
  
  .request-main .comment-fields, .request-main .request-submit-comment {
    display: none;
  }
  
  .request-main .comment-fields.shown {
    display: block;
  }
  
  .request-main .request-submit-comment.shown {
    display: inline;
  }
  
  @media (min-width: 1024px) {
    .request-main {
      flex: 0 0 66%;
      order: 0;
      min-width: 0;
    }
  }
  
  .request-main .comment-form-controls {
    display: block;
  }
  
  .request-main .comment-ccs {
    display: block;
  }
  
  .request-main .comment-show-container {
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #969696;
    text-align: inherit;
    padding: 8px 25px;
    width: 100%;
  }
  
  .request-main .comment-show-container.hidden {
    display: none;
  }
  
  .request-main .form-field.comment-ccs > ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
  
  .request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
    border: 1px solid rgba(6, 37, 57, 1);
  }
  
  .request-main .form-field.comment-ccs > input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
  
  .request-main .comment-ccs + textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }
  
  .request-main .comment-ccs + textarea:focus {
    border-top: 1px solid rgba(6, 37, 57, 1);
  }
  
  .request-main input#mark_as_solved {
    display: none;
  }
  
  .request-title {
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    .request-title {
      border-bottom: 1px solid #ddd;
      margin-bottom: 0;
      max-width: 66%;
      padding-bottom: 20px;
    }
  }
  
  .request-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    order: 0;
  }
  
  @media (min-width: 1024px) {
    .request-sidebar {
      background-color: #f7f7f7;
      border: 0;
      font-size: 13px;
      flex: 0 0 auto;
      padding: 0 20px;
      width: 30%;
    }
  }
  
  .request-sidebar h2 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
  }
  
  @media (min-width: 1024px) {
    .request-sidebar h2 {
      display: none;
    }
  }
  
  .request-details {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin: 0;
    padding-bottom: 20px;
  }
  
  .request-details:last-child {
    border: 0;
  }
  
  .request-details dt, .request-details dd {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 20px 0 0 0;
  }
  
  .request-details dd {
    padding: 0 10px;
    width: 60%;
  }
  
  .request-details dd::after {
    content: "\A";
    white-space: pre;
  }
  
  .request-details dt {
    color: #969696;
    width: 40%;
  }
  
  .request-details .request-collaborators {
    display: inline-block;
  }
  
  .request-attachments dt, .request-attachments dd {
    width: 100%;
  }
  
  .request-attachments dd {
    margin: 10px 0 0 0;
  }
  
  .request-form textarea {
    min-height: 120px;
  }
  
  .request-follow-up {
    padding-top: 20px;
  }

  /***** Metadata *****/
.meta-group {
    display: block;
  }
  
  .meta-group-opposite {
    float: right;
  }
  
  [dir="rtl"] .meta-group-opposite {
    float: left;
  }
  
  .meta-group * {
    display: inline;
  }
  
  .meta-data {
    color: #969696;
    font-size: 13px;
  }
  
  .meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px;
  }
  
  /* User Profiles */
  .profile-header {
    padding: 30px 0;
    background-color: #f7f7f7;
  }
  
  .profile-header .container {
    display: flex;
    flex-wrap: wrap;
  }
  
  @media (min-width: 768px) {
    .profile-header .container {
      flex-wrap: nowrap;
    }
  }
  
  .profile-header .profile-info {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
  }
  
  .profile-avatar {
    position: relative;
    line-height: 0;
    align-self: center;
    margin-right: 10px;
  }
  
  [dir="rtl"] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
  }
  
  .profile-avatar .user-avatar {
    width: 80px;
    height: 80px;
  }
  
  .profile-avatar .icon-agent {
    bottom: 0;
    right: 0;
  }
  
  .profile-header .basic-info {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
  }
  
  .profile-header .basic-info .name {
    margin: 0;
    line-height: 25px;
  }
  
  .profile-header .options {
    display: flex;
    flex-basis: 100%;
    margin-top: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  @media (min-width: 768px) {
    .profile-header .options {
      flex-wrap: nowrap;
      flex-basis: auto;
      margin-top: 0;
      margin-left: 10px;
    }
    [dir="rtl"] .profile-header .options {
      margin-left: 0;
      margin-right: 10px;
    }
    .profile-header .options > :not(:last-child) {
      margin-bottom: 0;
      margin-right: 10px;
    }
    [dir="rtl"] .profile-header .options > :not(:last-child) {
      margin-left: 10px;
      margin-right: 0;
    }
  }
  
  .user-profile-actions {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .profile-header .description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    margin: 15px 0;
    flex-basis: 100%;
  }
  
  .profile-stats {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  }
  
  .profile-stats .stat {
    display: flex;
    margin-bottom: 10px;
  }
  
  .profile-stats .stat-label {
    color: #969696;
    flex: 0 0 100px;
    margin-right: 10px;
  }
  
  [dir="rtl"] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
  }
  
  .profile-stats-activity {
    border-top: solid 1px #ddd;
    margin-top: 15px;
  }
  
  @media (min-width: 768px) {
    .profile-stats-activity {
      border-top: 0;
      flex-direction: row;
    }
  }
  
  @media (min-width: 768px) {
    .profile-stats-activity .stat {
      flex-direction: column;
    }
  }
  
  .profile-stats-activity .stat:first-child {
    margin-top: 10px;
  }
  
  @media (min-width: 768px) {
    .profile-stats-activity .stat:first-child {
      margin-top: 0;
    }
  }
  
  @media (min-width: 768px) {
    .profile-stats-activity .stat:not(:last-child) {
      margin-right: 40px;
    }
    [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
      margin-left: 40px;
      margin-right: 0;
    }
  }
  
  @media (min-width: 768px) {
    .profile-stats-activity .stat-label {
      flex: 0 1 auto;
    }
  }
  
  .profile-stats-counters {
    border-bottom: solid 1px #ddd;
  }
  
  @media (min-width: 768px) {
    .profile-stats-counters {
      flex: 0 0 200px;
      border-bottom: 0;
      margin-left: 40px;
    }
    [dir="rtl"] .profile-stats-counters {
      margin-left: 0;
      margin-right: 40px;
    }
  }
  
  @media (min-width: 1024px) {
    .profile-stats-counters {
      flex: 0 0 270px;
      margin-left: 60px;
    }
    [dir="rtl"] .profile-stats-counters {
      margin-right: 60px;
      margin-left: 0;
    }
  }
  
  @media (min-width: 768px) {
    .profile-stats-counters .stat {
      flex-direction: column;
    }
  }
  
  @media (min-width: 1024px) {
    .profile-stats-counters .stat {
      flex-direction: row;
    }
  }
  
  @media (min-width: 768px) {
    .profile-stats-counters .stat:not(:last-child) {
      margin-bottom: 15px;
    }
  }
  
  @media (min-width: 768px) {
    .profile-stats-counters .stat-label {
      flex: 0 1 auto;
    }
  }
  
  @media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
      flex: 0 0 100px;
    }
  }
  
  .profile-private-badge {
    flex-basis: 100%;
    border: solid 1px rgba(6, 37, 57, 1);
    border-radius: 4px;
    color: rgba(6, 37, 57, 1);
    padding: 5px 20px;
    font-size: 12px;
    text-align: center;
  }
  
  .profile-private-badge .profile-private-icon {
    margin-left: 5px;
    line-height: 15px;
  }
  
  @media (min-width: 768px) {
    .profile-private-badge {
      flex-basis: auto;
    }
  }
  
  .profile-nav {
    background-color: #f2f2f2;
    margin-bottom: 37px;
  }
  
  .profile-section {
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    .profile-section {
      width: calc(100% - 330px);
    }
  }
  
  .profile-section-header {
    display: flex;
    flex-wrap: wrap;
  }
  
  .profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
  }
  
  .profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    color: #969696;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  @media (min-width: 768px) {
    .profile-section-description {
      flex: 1 0 50%;
      padding-bottom: 0;
    }
  }
  
  .profile-section-sorter {
    flex-basis: 100%;
    border-top: solid 1px #eee;
    font-size: 13px;
  }
  
  .profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
  }
  
  .profile-section-sorter .dropdown-toggle::after {
    position: absolute;
    right: 0;
  }
  
  [dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
    left: 0;
    right: initial;
  }
  
  @media (min-width: 768px) {
    .profile-section-sorter .dropdown-toggle::after {
      position: relative;
    }
  }
  
  @media (min-width: 768px) {
    .profile-section-sorter {
      flex: 0 1 auto;
      padding-top: 0;
      border-top: 0;
      margin-left: 20px;
    }
    [dir="rtl"] .profile-section-sorter {
      margin-left: 0;
      margin-right: 20px;
    }
  }
  
  .profile-badges-items {
    margin-top: 25px;
  }
  
  .profile-badges-item {
    border-top: 1px solid #ddd;
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    padding: 27px 12px;
  }
  
  .profile-badges-item > div {
    padding-right: 12px;
    padding-left: 12px;
  }
  
  .profile-badges-item-image {
    height: 40px;
    width: 40px;
    margin-right: 12px;
  }
  
  .profile-badges-item-image img {
    max-height: 40px;
  }
  
  [dir="rtl"] .profile-badges-item-image {
    margin-left: 12px;
    margin-right: 0;
  }
  
  .profile-badges-item-title, .profile-badges-item-metadata-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .profile-badges-item-title {
    font-weight: 600;
  }
  
  .profile-badges-item-description, .profile-badges-item-metadata-description {
    color: #969696;
    font-size: 13px;
    margin: 0;
  }
  
  .profile-badges-item-metadata {
    margin-left: auto;
    text-align: right;
  }
  
  [dir="rtl"] .profile-badges-item-metadata {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
  
  .profile-contribution {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    padding: 20px 0;
    position: relative;
  }
  
  .profile-contribution-header {
    margin-bottom: 5px;
  }
  
  .profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
  }
  
  .profile-contribution-body {
    margin: 10px 0;
  }
  
  .profile-contribution-list > .profile-contribution {
    border-top: 1px solid #eee;
  }
  
  @media (min-width: 768px) {
    .profile-contribution-list > .profile-contribution {
      padding-left: 30px;
    }
    [dir="rtl"] .profile-contribution-list > .profile-contribution {
      padding-right: 30px;
      padding-left: 0;
    }
  }
  
  .profile-contribution-list > .profile-contribution:last-child {
    border-bottom: 1px solid #eee;
  }
  
  .profile-contribution-icon {
    left: 0;
    position: absolute;
    color: #ccc;
    line-height: 25px;
  }
  
  [dir="rtl"] .profile-contribution-icon {
    right: 0;
  }
  
  .profile-contribution-icon svg {
    vertical-align: middle;
  }
  
  .profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
  }
  
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
  }
  
  @media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
      margin-left: 0;
    }
    [dir="rtl"] .profile-contribution-list .profile-contribution-header {
      padding-right: 0;
    }
  }
  
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
  }
  
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
  }
  
  @media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
      margin-left: 0;
    }
    [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
      padding-right: 0;
    }
  }
  
  .profile-section .no-activity,
  .profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: #999;
  }
  
  .private-activity-icon {
    margin-right: 10px;
  }
  
  [dir="rtl"] .private-activity-icon {
    margin-right: 0;
    margin-left: 10px;
  }
  
  .profile-activity-list {
    margin-top: 25px;
  }
  
  .profile-activity {
    position: relative;
    padding-bottom: 30px;
  }
  
  @media (min-width: 768px) {
    .profile-activity {
      padding-left: 20px;
    }
    [dir="rtl"] .profile-activity {
      padding-right: 20px;
      padding-left: 0;
    }
  }
  
  @media (min-width: 768px) {
    .profile-activity:not(:last-child) {
      border-left: 1px solid #ddd;
    }
    [dir="rtl"] .profile-activity:not(:last-child) {
      border-left: 0;
      border-right: 1px solid #ddd;
    }
  }
  
  .profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
  }
  
  [dir="rtl"] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
  }
  
  @media (min-width: 768px) {
    .profile-activity-header {
      margin-left: 0;
    }
    [dir="rtl"] .profile-activity-header {
      margin-right: 0;
    }
  }
  
  .profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
    align-self: flex-start;
  }
  
  [dir="rtl"] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
  }
  
  .profile-activity-description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0;
    min-width: 0;
    width: 100%;
  }
  
  .profile-activity-description span:first-child {
    font-weight: 600;
    display: inline;
  }
  
  .profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f7f7f7;
  }
  
  @media (min-width: 768px) {
    .profile-activity-contribution {
      margin-top: 0;
      margin-left: 50px;
    }
    [dir="rtl"] .profile-activity-contribution {
      margin-left: 0;
      margin-right: 50px;
    }
  }
  
  .profile-activity-icon {
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
    background-position: 50% 50%;
    text-align: center;
    color: #ccc;
  }
  
  [dir="rtl"] .profile-activity-icon {
    right: 0;
  }
  
  @media (min-width: 768px) {
    .profile-activity-icon {
      left: -14px;
    }
    [dir="rtl"] .profile-activity-icon {
      right: -14px;
    }
  }
  
  .profile-activity-icon svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    margin: auto;
  }

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  
  .comment-heading, .recent-articles-title,
  .related-articles-title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
  }
  
  .comment-overview {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
  }
  
  .comment-overview p {
    margin-top: 0;
  }
  
  .comment-callout {
    color: #969696;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0;
  }
  
  .comment-callout a {
    color: rgba(6, 37, 57, 1);
  }
  
  .comment-sorter {
    display: inline-block;
    float: right;
  }
  
  .comment-sorter .dropdown-toggle {
    color: #969696;
    font-size: 13px;
  }
  
  [dir="rtl"] .comment-sorter {
    float: left;
  }
  
  .comment-wrapper {
    display: flex;
    position: relative;
  }
  
  .comment-wrapper.comment-official {
    border: 1px solid rgba(6, 37, 57, 1);
    padding: 40px 20px 20px;
  }
  
  @media (min-width: 768px) {
    .comment-wrapper.comment-official {
      padding-top: 20px;
    }
  }
  
  .comment-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
  }
  
  [dir="rtl"] .comment-info {
    padding-right: 0;
    padding-left: 20px;
  }
  
  .comment-author {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    .comment-author {
      justify-content: space-between;
    }
  }
  
  .comment-avatar {
    margin-right: 10px;
  }
  
  [dir="rtl"] .comment-avatar {
    margin-left: 10px;
    margin-right: 0;
  }
  
  .comment-meta {
    flex: 1 0 auto;
  }
  
  .comment-labels {
    flex-basis: 100%;
  }
  
  @media (min-width: 768px) {
    .comment-labels {
      flex-basis: auto;
    }
  }
  
  .comment .status-label:not(.status-label-official) {
    margin-top: 10px;
  }
  
  @media (min-width: 768px) {
    .comment .status-label:not(.status-label-official) {
      margin-top: 0;
    }
  }
  
  .comment-form {
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
  }
  
  .comment-container {
    width: 100%;
  }
  
  .comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: left;
  }
  
  @media (min-width: 768px) {
    [dir="ltr"] .comment-form-controls {
      text-align: right;
    }
  }
  
  .comment-form-controls input[type="submit"] {
    margin-top: 15px;
  }
  
  @media (min-width: 1024px) {
    .comment-form-controls input[type="submit"] {
      margin-left: 15px;
    }
    [dir="rtl"] .comment-form-controls input[type="submit"] {
      margin-left: 0;
      margin-right: 15px;
    }
  }
  
  .comment-form-controls input[type="checkbox"] {
    margin-right: 5px;
  }
  
  .comment-form-controls input[type="checkbox"] [dir="rtl"] {
    margin-left: 5px;
  }
  
  .comment-ccs {
    display: none;
  }
  
  .comment-ccs + textarea {
    margin-top: 10px;
  }
  
  .comment-attachments {
    margin-top: 10px;
  }
  
  .comment-attachments a {
    color: rgba(6, 37, 57, 1);
  }
  
  .comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: auto;
  }
  
  .comment-body img {
    height: auto;
    max-width: 100%;
  }
  
  .comment-body ul, .comment-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
  }
  
  [dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
  }
  
  .comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
    margin: 0;
  }
  
  .comment-body ul {
    list-style-type: disc;
  }
  
  .comment-body a:visited {
    color: #4B61C3;
  }
  
  .comment-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
  }
  
  .comment-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
  }
  
  .comment-body blockquote {
    border-left: 1px solid #ddd;
    color: #969696;
    font-style: italic;
    padding: 0 15px;
  }
  
  .comment-mark-as-solved {
    display: inline-block;
  }

  /***** User avatar *****/
.user-avatar {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  
  .avatar {
    display: inline-block;
    position: relative;
  }
  
  .avatar img {
    height: 40px;
    width: 40px;
  }
  
  .avatar .icon-agent {
    color: rgba(6, 37, 57, 1);
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    background-color: rgba(219, 236, 250, 1);
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 17px;
  }

  /***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
    background-color: #038153;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
  }
  
  .status-label:hover, .status-label:active, .status-label:focus {
    text-decoration: none;
  }
  
  .status-label-pinned, .status-label-featured, .status-label-official {
    background-color: rgba(6, 37, 57, 1);
  }
  
  .status-label-official {
    border-radius: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .status-label-official {
      border-radius: 0 0 4px 4px;
      right: 30px;
      width: auto;
    }
  }
  
  [dir="rtl"] .status-label-official {
    left: 30px;
    right: auto;
  }
  
  .status-label-not-planned, .status-label-closed {
    background-color: lightgreen;
    color: #000;
  }
  
  .status-label-pending, .status-label-pending-moderation {
    background-color: #66d9ff;
    text-align: center;
  }
  
  .status-label-open {
    background-color: red;
  }
  
  .status-label-solved {
    background-color: #e9ebed;
  }
  
  .status-label-new {
    background-color: orange;
    color: #703b15;
  }
  
  .status-label-hold {
    background-color: #5875BF;
  }

  .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: white;
}

.custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid black;
    color: #868686;
}

.custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: 1px solid darkgray;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.customer-components .nav-item.active {
  background-color: inherit;
}

.customer-components .navmenu-default .navmenu-brand:hover,
.customer-components .navbar-default .navbar-offcanvas .navmenu-brand:hover,
.customer-components .navmenu-default .navmenu-brand:focus,
.customer-components .navbar-default .navbar-offcanvas .navmenu-brand:focus {
    background-color: inherit;
}

.customer-components .nav-link:hover {
  background-color: inherit;
  color: inherit;
}

.customer-components .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.customer-components .nav-tabs>li.active>a, 
.customer-components  .nav-tabs>li.active>a:focus, 
.customer-components  .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.sc-btn-link {
  position: relative;
  top: 8.5px;
  border: none;
  -webkit-box-shadow: none;
  color: #5875BF !important;
}

.sc-btn-link:hover {
  position: relative;
  top: 8.5px;
  border: none;
  -webkit-box-shadow: none;
  background-color: white;
  color: #5875BF !important;
}

.sc-btn-link i {
  padding-left: 3px;
}

trix-toolbar .trix-button-group--file-tools {
  display: none;
}