.theme--dark .alert-card[data-v-2c203c8c] {
    background: #1d2325;
}
.theme--dark .alert-card[data-v-2c203c8c] {
    background: #1d2325;
}
.theme--light .alert-card[data-v-2c203c8c] {
    background: #edeef2;
}
.theme--dark .alert-disabled[data-v-2c203c8c] {
    background: #313a3d !important;
}
.theme--light .alert-disabled[data-v-2c203c8c] {
    background: #d8d9dd !important;
    /* background: rgb(206, 206, 206) !important; */
}
.alert-card[data-v-2c203c8c] {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    /*border: 1px solid transparent !important;*/
    border: 2px solid #1c6e59 !important;
    /*border: 2px solid #685AA1 !important;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.alert-card:hover .alert-card-history-icon[data-v-2c203c8c] {
    opacity: 1 !important;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.theme--dark .alert-card-history-icon[data-v-2c203c8c] {
    color: rgb(255, 255, 255, 0.2);
    -webkit-transition: display 0.3s;
    transition: display 0.3s;
}
.theme--light .alert-card-history-icon[data-v-2c203c8c] {
    color: rgb(0, 0, 0, 0.2);
    -webkit-transition: display 0.3s;
    transition: display 0.3s;
}
.alert-card-history-icon[data-v-2c203c8c] {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    pointer-events: none;
    font-size: 20px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.theme--dark .alert-card[data-v-2c203c8c]:hover {
    border: 2px solid #685AA1 !important;
    -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.7);
            box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 99999;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.theme--light .alert-card[data-v-2c203c8c]:hover {
    border: 2px solid #685AA1 !important;
    /* background: #acadb1 !important; */
    -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.7);
            box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 99999;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.status[data-v-2c203c8c]:before {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    margin-left: 4px;
    margin-bottom: -1px !important;
    border: 1px solid rgb(0, 0, 0, 0.7);
    border-radius: 7px;
}
.alert-card-title[data-v-2c203c8c] {
    background: #47bd96;
    font-size: 1rem;
}
.meta-data-important-icon[data-v-2c203c8c] {
    display: inline-block;
    opacity: 0.2;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
    -webkit-animation: pulse-opacity-2c203c8c 1.5s infinite;
            animation: pulse-opacity-2c203c8c 1.5s infinite;
}
.meta-data-important-icon[data-v-2c203c8c]:hover {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
    -webkit-animation: none;
            animation: none;
}
.meta-data-important-icon.active[data-v-2c203c8c] {
    color: #47bd96 !important;
    opacity: 1;
}
.alert-card[data-v-2c203c8c]:hover {
.meta-data-button[data-v-2c203c8c] {
        opacity: 1;
}
}
.meta-data-tooltip-surface[data-v-2c203c8c] {
    background-color: rgba(0, 0, 0, 0.95);
    border: 1px solid #2196F3;
    border-radius: 4px;
    font-size: 1.2em;
    padding: 1px 1px 10px 1px !important;
}
.meta-data-content[data-v-2c203c8c] {
    padding: 10px;
}
.meta-data-content > .meta-data-item > .meta-data-item-key[data-v-2c203c8c] {
    color: #2196F3 !important;
    font-weight: 500 !important;
    font-size: 1.1em !important;
    margin-bottom: 4px;
}
.meta-data-content > .meta-data-item > .meta-data-item-key > .meta-data-item-value[data-v-2c203c8c] {
    font-weight: 500 !important;
    font-size: 1.05em !important;
}
.meta-data-content-value-key[data-v-2c203c8c] {
    font-weight: 600;
}
.meta-data-content-value-property[data-v-2c203c8c] {
    font-weight: 300;
    color: rgb(255, 143, 0) !important;
}
.warning-ribbon[data-v-2c203c8c] {
    position: relative;
    padding-top: 16px;
}
.warning-ribbon[data-v-2c203c8c]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px; /* Adjust the height as needed */
    background: repeating-linear-gradient(
            45deg,
            black,
            black 10px,
            yellow 10px,
            yellow 20px
    );
}
@-webkit-keyframes pulse-opacity-2c203c8c {
0% {
        opacity: 0.2;
}
50% {
        opacity: 1;
}
100% {
        opacity: 0.2;
}
}
@keyframes pulse-opacity-2c203c8c {
0% {
        opacity: 0.2;
}
50% {
        opacity: 1;
}
100% {
        opacity: 0.2;
}
}
.lineHeight1 {
    line-height: 1.1;
}

.drawer-char-lim {
  max-width: 202px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notification-type[data-v-704d3cb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.notification-type__icon[data-v-704d3cb2] {
  font-size: 1em;
}
.notification-type__option[data-v-704d3cb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.notification-type__option[data-v-704d3cb2]:hover {
  font-weight: 600;
}
.notification-type__option-icon[data-v-704d3cb2] {
  margin-left: 12px;
  margin-right: 16px;
}
.notification-type .dynamic-threshold-settings[data-v-704d3cb2] {
  margin-left: 48px;
}
.notification-type .dynamic-threshold-title[data-v-704d3cb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.8em;
  margin: 8px auto 12px 0;
  border-bottom: 1px solid #47bd96;
}
.notification-type .dynamic-threshold-inputs-cont[data-v-704d3cb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.groups-wrap[data-v-281e3728] {
  margin-top: 8px;
  padding-left: 80px;
}
.groups-cont[data-v-281e3728] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.no-results[data-v-281e3728] {
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.6;
  padding-top: 8px;
  padding-left: 70px;
}
.grid-btn {
  margin-top: 2px;
}
.panel-title[data-v-3b458ccc] {
  border-bottom: 1px solid;
  padding: 8px 20px !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 16px;
}
.panel-title > i[data-v-3b458ccc] {
  margin-right: 4px;
  margin-bottom: 2px;
}
.alerts-container[data-v-3b458ccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  max-height: 512px;
  overflow-y: auto;
  padding: 8px;
}
.alerts-container .list-title[data-v-3b458ccc] {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 8px;
  color: #4ABD96;
}
.alerts-container .list-title i[data-v-3b458ccc] {
  margin-bottom: 2px;
  margin-right: 1px;
}
.type-item[data-v-3b458ccc], .card-item[data-v-3b458ccc] {
  padding: 2px 12px 2px 0;
  cursor: pointer;
  opacity: 0.8;
}
.type-item button[data-v-3b458ccc], .card-item button[data-v-3b458ccc] {
  margin-bottom: 2px;
  margin-right: 2px;
}
.import-overwrites[data-v-3b458ccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 45px;
}
.main-dark .type-item[data-v-3b458ccc]:hover, .main-dark .card-item[data-v-3b458ccc]:hover {
  background-color: rgba(250, 250, 250, 0.05);
}
.main-dark .list-title[data-v-3b458ccc], .main-dark .alert-icon[data-v-3b458ccc] {
  color: #4ABD96;
}
.main-dark .type-item.active[data-v-3b458ccc], .main-dark .card-item.active[data-v-3b458ccc] {
  background-color: rgba(250, 250, 250, 0.05);
  opacity: 1;
  font-weight: 600;
}
.main-light .type-item[data-v-3b458ccc]:hover, .main-light .card-item[data-v-3b458ccc]:hover {
  background-color: rgba(0, 0, 0, 0.125);
}
.main-light .list-title[data-v-3b458ccc], .main-light .alert-icon[data-v-3b458ccc] {
  color: #1c6e59;
}
.main-light .type-item.active[data-v-3b458ccc], .main-light .card-item.active[data-v-3b458ccc] {
  background-color: rgba(0, 0, 0, 0.075);
  opacity: 1;
  font-weight: 600;
}
.normal-tooltip[data-v-fc35861c] {
    max-width: 230px;
}
.days-of-week .days-wrap[data-v-fc35861c] {
    border-bottom: 1px solid #1c6e59;
    border-top: 1px solid #1c6e59;
}
.days-of-week .day[data-v-fc35861c] {
    width: 68px;
    border-radius: 0;
    height: 44px;
}
.one-color[data-v-fc35861c]:before {
    background: none;
}
.theme--light .day p span[data-v-fc35861c]:first-child {
    color: rgba(0, 0, 0, 0.692)
}
.theme--light .selected-day p span[data-v-fc35861c]:first-child {
    color: #47bd96 !important;
}
.theme--dark .selected-day[data-v-fc35861c] {
    background: #3b4042 !important;
    color: #47bd96 !important;
}
.theme--light .selected-day[data-v-fc35861c] {
    color: #47bd96 !important;
    background: #e0e0e0 !important;
}
.opaque-tooltip[data-v-fc35861c] {
    text-align: center;
    background: rgb(110, 110, 110) !important;
    color: #fff !important;
    max-width: 230px;
}
.selected-issue[data-v-fc35861c] {
    background: #575b5e;
}
.theme--light .selected-issue[data-v-fc35861c] {
    background: #c0c1c2;
}
.drawer-helper[data-v-fc35861c] {
    width: 1px;
    height: 100%;
    right: 0;
    background: #1c6e59;
    position: absolute;
}
.drawer-helper2[data-v-fc35861c] {
    margin-top: 6px;
    right: 20px;
    position: absolute;
}
.issues-action-drawer-none[data-v-fc35861c] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 332px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
.issues-action-drawer[data-v-fc35861c] {
    -webkit-animation: 0.5s ease-out 0s 1 slideInFromLeft-fc35861c;
            animation: 0.5s ease-out 0s 1 slideInFromLeft-fc35861c;
    width: 346px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
@-webkit-keyframes slideInFromLeft-fc35861c {
0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
}
100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
}
}
@keyframes slideInFromLeft-fc35861c {
0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
}
100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
}
}
.hide-issue-action[data-v-fc35861c] {
    padding-left: 94px !important;
    -webkit-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
    max-height: 31px;
}
.issue-action[data-v-fc35861c] {
    padding-left: 0 !important;
    margin-left: -2px !important;
    -webkit-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
}
.theme--dark .issues-drawer[data-v-fc35861c] {
    border: 1px solid #3e494f !important;
}
.theme--light .issues-drawer[data-v-fc35861c] {
    border: 1px solid rgb(173, 173, 178) !important;
}
.issues-drawer[data-v-fc35861c] {
    height: 100% !important;
    top: 0 !important;
    border-top: none !important;
    border-radius: 5px;
}
.issuesActions-list[data-v-fc35861c] {
    min-height: 31px !important;
}
.theme--dark .types-table-item-selected[data-v-fc35861c] {
    background: #33393d !important;
    /* background: #505050 !important; */
}
.theme--light .types-table-item-selected[data-v-fc35861c] {
    background: #dddee2;
}
.theme--dark .types-table-item-unselected[data-v-fc35861c] {
    background: #1d2325 !important;
}
.theme--light .types-table-item-unselected[data-v-fc35861c] {
    background: #fff;
}
#alert-appearance-text[data-v-fc35861c] {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    outline: none;
    resize: none;
}
.theme--dark .tw-footer[data-v-fc35861c] {
    background: #262b2e;
    border-top: 1px solid #444c52;
}
.theme--light .tw-footer[data-v-fc35861c] {
    background: #edeef2;
    border-top: 1px solid rgb(173, 173, 178)
}
.theme--dark .tw-footer-touchscreen[data-v-fc35861c] {
    background: #262b2e;
    border-top: 1px solid #444c52;
}
.theme--light .tw-footer-touchscreen[data-v-fc35861c] {
    background: #edeef2;
    border-top: 1px solid rgb(173, 173, 178)
}
.tw-footer[data-v-fc35861c] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 45px;
}
.tw-footer-touchscreen[data-v-fc35861c] {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 45px;
}
#alert-cards-wrapper[data-v-fc35861c] {
    /*height: calc(100% - 40px) !important;*/
    height: 100%;
    width: 100%;
    /*background-color: #15151a;*/
    padding: 24px;
}
.alert-editor-label[data-v-fc35861c] {
    font-weight: 900;
    font-size: 0.8em;
    text-transform: uppercase;
    color: rgb(71, 189, 150);
    margin-bottom: 0;
}
.alert-notification-settings[data-v-fc35861c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.notification-settings-info[data-v-fc35861c] {
    text-align: right;
}
.notification-settings-info > i[data-v-fc35861c] {
    cursor: pointer;
}
.notification-settings-info-title[data-v-fc35861c] {
    color: #1c6e59;
}
.notification-settings-info-property[data-v-fc35861c] {
    font-weight: 600;
}
.notification-settings-info-panel[data-v-fc35861c] {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #1c6e59;
    border-radius: 4px;
    padding: 8px 12px;
}
.aggregated-checkbox label {
    margin-bottom: 0px;
}
.aggregated-checkbox i {
    margin-left: 6px;
}
.theme--dark .typesTable {
    background: #1d2325 !important;
}
.theme--light .typesTable {
    background: rgb(237, 238, 242) !important;
}
.theme--dark .types-table-item:hover {
    background: #505050 !important;
    cursor: pointer;
}
.theme--dark .types-table-item:active {
    background: #33393d !important;
    cursor: pointer;
}
.theme--light .types-table-item:hover {
    background: #cacbcf !important;
    cursor: pointer;
}
.theme--light .types-table-item:active {
    background: #dddee2 !important;
    cursor: pointer;
}
.showEnableSwitch:hover .v-input--switch {
    opacity: 1 !important;
}
.showEnableSwitch:hover .alert-card-switch {
    opacity: 1;
}
.showEnableSwitch .alert-card-switch {
    opacity: 0;
}
.slow-opacity-default {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.TW-dialog-title p + p {
    margin-bottom: 0px;
}
.TW-dialog-title p:first-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.ag-theme-alpine .ag-root-wrapper {
    border-radius: 0px !important;
}
.ag-theme-alpine-dark .ag-root-wrapper {
    border-radius: 0px !important;
}
.ag-theme-alpine-dark .ag-row-even {
    background: #1d2325 !important;
}
.ag-theme-alpine-dark .ag-root-wrapper {
    border: 1px solid #1c6e59 !important;
}
.ag-theme-alpine-dark .ag-header {
    border: none !important;
}
.ag-theme-alpine-dark .ag-column-drop-horizontal {
    height: 34px !important;
}
.ag-theme-alpine .ag-root-wrapper {
    border: none !important;
}
.ag-theme-alpine .ag-header {
    border: 1px solid #1c6e59 !important;
}
.ag-theme-alpine .ag-center-cols-container {
    border-left: 1px solid #1c6e59 !important;
}
.ag-theme-alpine-dark .ag-column-drop-horizontal {
    border-bottom: none !important;
}
.ag-theme-alpine .ag-column-drop-horizontal {
    border-bottom: none !important;
}
.ag-column-drop-cell {
    /*background: #47bd96;*/
    background: transparent !important;
}
.ag-row:last-child {
    border-bottom: 1px solid #1c6e59 !important;
}
.fix-overlays .v-overlay {
    z-index: 1 !important;
}
.small-checkbox .v-icon::before {
    font-size: 0.8rem !important;
}
.small-checkbox .v-icon {
    margin-left: 10px;
    margin-bottom: 4px;
}
.small-checkbox .v-input--selection-controls__ripple {
    display: none;
}
.small-checkbox label {
    font-size: 0.85rem !important;
}
@media (pointer: fine) {
.theme--dark .day:hover {
        background: #3b4042;
}
.theme--light .day:hover {
        background: #e0e0e0;
}
.theme--dark .day:hover + .day-edit-wrapper {
        background: #3b4042;
}
.theme--light .day:hover + .day-edit-wrapper {
        background: #e0e0e0;
}
}
.dayPeriods .v-input__append-inner {
    width: 16px;
}
.dayPeriods .v-input__slot {
    width: 45px !important;
}
.day .v-ripple__container {
    opacity: 0 !important;
    display: none !important;
}
.dayPeriods .v-select__selection {
    margin-bottom: 0px;
}
.dayPeriods input {
    text-align: center !important;
}
.week-days-shortcut i {
    font-size: 15px !important;
}
.week-days-shortcut .v-input--selection-controls__input {
    margin-right: 4px;
}
.badge-shadow span {
    -webkit-box-shadow: 0 0 4px rgba(86, 96, 117, 0.7) !important;
            box-shadow: 0 0 4px rgba(86, 96, 117, 0.7) !important;
}
.v-stepper__content {
    padding-top: 0px;
}
.theme--dark .v-stepper {
    background-color: #262b2e !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.theme--light .v-stepper {
    background-color: white !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.theme--light .selected-issue .v-badge__badge {
    background: #1c6e59 !important;
}
.theme--dark .tw-clicked-tab {
    color: #47bd96 !important;
}
.theme--light .tw-clicked-tab {
    color: #1c6e59 !important;
}
.theme--dark .tw-tabs-wrap:hover {
    background: rgb(59, 71, 75) !important;
    cursor: pointer;
}
.theme--light .tw-tabs-wrap:hover {
    background: #acadb1 !important;
    cursor: pointer;
}
.theme--dark .info-table .v-data-table-header {
    background: #111516;
}
.theme--dark .info-table tbody td {
    background: #33393d !important;
}
.theme--light .info-table .v-data-table-header {
    background: #edeef2;
}
#alert-appearance-text textarea {
    height: 700px;
}
.formatted-query {
    padding-top: 4px;
}
.formatted-query .v-text-field__details {
    display: none;
}
.formatted-query-wrapper:active {
    border-color: #47bd96;
    /* border-color: #9fa6bf; */
}
.formatted-query-wrapper:focus {
    border-color: #47bd96;
    /* border-color: #9fa6bf; */
}
.formatted-query textarea {
    height: 400px;
    letter-spacing: 0.01rem;
    margin-left: 8px;
}
.formatted-query textarea {
    /* display: block; */
    /* width: 100%; */
    /* overflow: hidden; */
    /* resize: both; */
    /* min-height: 40px; */
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    /* resize: none; */
}
.formatted-query.v-text-field:not(.v-input--has-state)
> .v-input__control
> .v-input__slot:before {
    display: none !important;
}
.formatted-query.v-text-field:not(.v-input--has-state)
> .v-input__control
> .v-input__slot:after {
    display: none !important;
}
.activeIssues-list-item {
    min-height: 30px !important;
}
.activeIssues-list-item:last-child {
    border-bottom: 1px solid gray;
}
.activeIssues-list-item + .activeIssues-list-item {
    border-top: 1px solid gray;
    /* border-right: 1px solid gray; */
}
.always-primary-checkbox .v-input--selection-controls__ripple {
    color: #47bd96 !important;
}
.alert-card-switch .v-input--selection-controls__ripple {
    width: 22px;
    height: 22px;
    top: calc(50% - 28px);
    left: -11px !important;
}
.alert-card-switch .v-input--switch__track {
    width: 26px;
    height: 10px;
    top: calc(50% - 13px);
}
.alert-card-switch .v-input--switch__thumb {
    width: 16px;
    height: 16px;
    top: calc(50% - 16px);
}
.v-input--selection-controls__input {
    padding-right: 8px;
}
.tw-admin-btn {
    /*right: 110px;*/
    /*margin-top: 2px;*/
}
.tw-admin-btn-mobile {
    /*right: 95px;*/
    /*margin-top: 2px;*/
}
.tw-grid-btn {
    position: absolute;
    right: 180px;
    /*margin-top: 2px;*/
}
.tw-grid-btn-mobile {
    position: absolute;
    right: 165px;
    /*margin-top: 2px;*/
}
.tw-grid-btn .admin {
    position: absolute;
    right: 203px;
    /*margin-top: 2px;*/
}
.tw-grid-btn-mobile .admin {
    position: absolute;
    right: 188px;
    /*margin-top: 2px;*/
}
.card-info-row-actions {
    /* opacity: 0; */
    position: absolute;
    top: -1px;
    left: -1px;
}
.card-info-row .v-icon {
    font-size: 14px !important;
}
.card-info-row {
    min-height: 42px;
    position: relative;
}
.theme--dark .card-info-row:hover {
    background: rgb(255, 255, 255, 0.2)
}

/* .theme--dark .card-info-row:hover .card-info-row-actions {
  opacity: 1 !important;
} */
.issues-drawer .v-navigation-drawer__prepend {
    height: 36px;
}
.square-btn {
    min-width: 32px !important;
    width: 32px !important;
    height: 32px !important;
    padding-left: 0px;
    padding-right: 0px;
}
.v-select-char-lim {
    max-width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pr-254px {
    padding-right: 280px !important;
}
.pr-279px {
    padding-right: 279px !important;
}
.show-name-of-alert-card {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    color: white;
    font-size: 12px !important;
}
.tw-btn-container-left {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
}
.tw-btn-container-left-mobile {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    left: 0;
}
.tw-btn-container-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 8px;
}
.tw-btn-container-right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    right: 116px;
    -webkit-transition: margin-right ease-in-out 0.2s;
    transition: margin-right ease-in-out 0.2s;
}
.tw-btn-container-right-mobile {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    right: 116px;
    top: 10px;
}
.tw-mute-btn.tw-mute-admin {
    /*right: 145px !important;*/
}

/* .tw-mute-btn.tw-mute-admin {
  right: 145px !important;
  left: auto !important;
} */
.tw-mute-btn {
    /*right: 115px;*/
    /*margin-top: 2px;*/
}

/* .tw-mute-btn-mobile.tw-mute-admin {
  right: 122px;
  margin-top: 2px;
} */
.tw-mute-btn-mobile.tw-mute-show-history {
    /*left: 74px !important;*/
}
.tw-mute-btn-mobile {
    /*left: 10px;*/
    /* right: 102px; */
    /*margin-top: 2px;*/
}
.alert-card-wrap[data-v-fc35861c] {
  max-width: 380px;
}

/*# sourceMappingURL=10.df73d20f.css.map*/