/* @import url("https://d2lyx5ly60ksu3.cloudfront.net/cdn/cd/111820c89235bfc24acd4e0ec156c988/bootstrap.min.css"); */
@import url("https://d2lyx5ly60ksu3.cloudfront.net/cdn/cd/111820c89235bfc24acd4e0ec156c988/bootstrap.min.css");

:root {
    --subheader-bottom: 0px;
    --header-bottom: 0px;
    --header-width: 100%;
    --container-width: 100%;
    --card-width: 100%;
    --side-nav-width: 15rem;
    --table-view-page-incidents: 50rem;
}

.active-incidents-overview {
    position: sticky;
    display: flex ;
    margin-top: 0;
    max-width: var(--header-width);
    flex-direction: column;
    padding-right: 2.5rem;
    padding-left: 0.5rem;
}

#application-select-section {
    align-items: flex-end;
}

#mark-as-dev-app-label {
    position: relative;
    top: -0.5rem;
}

/*header*/
.header-div {
    max-width: 100% !important;
}

.header-logs {
    margin: 0 3vw
}

#header-right {
    display: flex;
    justify-content: flex-end;
}

#logoutBtn {
    cursor: pointer;
}

/*footer*/

posa-footer {
    margin-top: auto;
}

.footer-icon {
    padding: 1vh 0;
}

.header-logo {
    display: flex;
    filter: brightness(0) invert(1);
    align-items: center;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 2010;
}

/*banner*/

.banners-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2020;
}

.banner {
    color: white;
    font-weight: 700;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2020;
}

.banner .banner-message {
    flex: 1;
    padding: 0 2rem;
    z-index: 2020;
}

.banner .banner-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 2020;
}

.banner .banner-close:hover {
    background: rgba(0, 0, 0, 0.12);
    z-index: 2020;
}

.banner.success {
    background: #10c15c;
    z-index: 2020;
}

.banner.success::after {
    background: #10c15c;
    z-index: 2020;
}

.banner.error {
    background: #c11010;
    z-index: 2020;
}

.banner.error::after {
    background: #c11010;
    z-index: 2020;
}

.banner.message {
    background: #c18610;
    z-index: 2020;
}

.banner.message::after {
    background: #c18610;
    z-index: 2020;
}

.banner::after {
    content: "";
    position: absolute;
    height: 10%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: 2020;
}

.banner:not(.visible) {
    display: none;
    transform: translateY(-100%);
    z-index: 2020;
}

.banner.visible {
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.12);
    animation-name: banner-in;
    animation-direction: forwards;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    z-index: 2020;
    animation-iteration-count: 1;
}

@keyframes banner-in {
    0% {
        transform: translateY(-100%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0);
    }
}

.show-banner {
    appearance: none;
    background: #ededed;
    border: 0;
    padding: 1rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0.25rem;
}

.min-w-10 {
    min-width: 10rem;
}

.min-w-100 {
    min-width: 100% !important;
}

.card {
    border-radius: 10px;
}
/*login page*/
.stationData, .asnName, .asnUsageType, .domainData, .userData, .onlyip, .locationCountry, .locationCity, .proxyData, .logs-pivot{
    cursor:pointer;
}

.stationData:hover, .asnName:hover, .asnUsageType:hover, .domainData:hover, .userData:hover, .onlyip:hover, .locationCountry:hover, .locationCity:hover, .proxyData:hover {
   text-decoration: underline;
}
.sum-popup > label.dont-search, .dont-search {
    cursor:unset;
    text-decoration: none;
    font-weight: initial;
}
.sum-popup > label:not(.dont-search):hover {
    color: var(--tblr-info, #4299e1);
    cursor: pointer;
}

.dont-search:hover {
    cursor: unset;
    text-decoration: none;
}
.clickable:hover{
    text-decoration: underline;
}

.clickable{
    cursor:pointer;
}

#memcyco_init_data {
    display: none;
}

#login-container {
    flex-direction: column-reverse !important;
}

#login-ui {
    border-radius: 50px;
}

#inner-login-ui {
    padding-top: 2vh;
    padding-bottom: 4vh
}

.error-message {
    display: none;
    color: red;
}

.resetpass-error-message {
    display: block;
    color: whitesmoke;
}

#resetPass {
    cursor: pointer;
}

.txt-algn-center {
    text-align: center;
}

.table-height {
    max-height: 80vh;
}

.dropdown-menu.hover-dropdown-menu.show {
    display: grid !important;
    justify-items: end;
}

.disable-until-refresh {
    background-color: grey;
    --tblr-table-striped-bg: none;
}

.delete-log-dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 11rem;
    padding: 0.25rem 0;
    margin: 0;
    font-size: 0.875rem;
    color: #1e293b;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(98, 105, 118, 0.16);
    border-radius: 4px;
    right: 2rem;
}

.delete-log-dropdown-menu.show {
    display: block !important;
}

.back-from-false-positive:hover {
    color: #ffffffee !important;
}

.action-explanation {
    display: none;
}

input:checked ~ .action-explanation {
    display: block;
}

/*settings page*/

.width-7 {
    width: 7rem;
}

.settings-table, .settings-th {
    white-space: revert !important;
}

.settings-th {
    text-align: center;
}

#tempering-table {
    white-space: revert !important;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #293345;
}

input.error, select.error {
    background-color: #ffe6e6 !important;
    border-color: #e0b4b4 !important;
    color: #9f3a38 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

:disabled {
    opacity: 0.4 !important;
}

:disabled + label {
    opacity: 0.4 !important;
}

:disabled + input {
    opacity: 0.4 !important;
}

.bold {
    font-weight: bold !important;
}

.accordion-button:not(.collapsed) {
    text-decoration: underline;
}

h2 > button {
    font-size: 1.1rem !important;
}

#settings-notification-table {
    margin-top: 2vh;
    word-wrap: normal !important;
}

#notifications-add-user-btn, .vertical-middle {
    vertical-align: middle;
}

.table-checkbox {
    display: flex;
    justify-content: center;
}

.icon {
    cursor: pointer;
}

.hidden-svg > svg {
    opacity: 0;
    cursor: default;
}

input#modal {
    display: none;
}

.modal-dark-blur{
    -webkit-backdrop-filter: blur(4px) brightness(0.9);
    backdrop-filter: blur(4px) brightness(0.9);
}

#modal:checked ~ .modal-bg {
    visibility: visible;
    background-color: black;
    opacity: 0.7;
    transition: background-color 250ms linear;
}

#modal:checked ~ .modal-content.ssl-modal {
    visibility: visible;
    z-index: 2015;
    max-height: 80vh;
    min-width: 30rem;
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2014;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.modal-content.ssl-modal {
    position: fixed;
    width: 30%;
    height: fit-content;
    padding: 0px 30px 30px 30px;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    transition: transform 250ms ease;
    visibility: hidden;
    z-index: 2020;
    align-self: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-content.ssl-modal .modal-close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 2015;
}

.modal-content.ssl-modal .modal-close:hover {
    color: #3498db;
}

.modal-body {
    padding: 2vh 2vw 2vh 2vw !important;
    line-break: auto;
    overflow: auto;
}
.modal-body > p.clickable{
    line-break: normal;
}

.modal-body > p {
    line-break: normal;
}

.modal-body > a {
    line-break: normal;
}

.modal-title {
    line-break: normal;
}

/*.modal-content input:not(input[type="checkbox"]) {*/
/*    width: 100% !important;*/
/*}*/

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2020;
}

.modal-overlay.show {
    display: flex;
}

.mw-30 {
    min-width: 30rem;
}

.mw-10 {
    min-width: 10rem;
}

.decamp-modal-ts .ts-dropdown-content {
    position: fixed;
    background: inherit;
    width: calc(100% - 46px - 2rem);
}

.no-padding {
    padding: 0 0 0 0 !important;
}

.encryption-key-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.settings-divs > .input-group {
    width: 50%;
    margin-bottom: 2vh;
}

.input-group-text {
    font-weight: 700;
}

.ip-input, .ip-input-cidr {
    text-align: center;
}

#ip-group > span {
    padding: 0.4375rem 0.35rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#opacityField {
    padding-bottom: 50px;
    padding-top: 25px;
    width: 24% !important;
}

.opacitySliderContainer {
    position: relative;
    width: 100%;
}

.opacitySlider {
    -webkit-appearance: none;
    background: #283249;
    width: 100%;
    border-radius: 6px;
    border: solid 1px #ffffff33;
    height: 10px;
    position: relative;
    top: 20px;
}

.opacitySlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: var(--background);
    outline-width: 1px;
    outline-color: white;
    outline-style: solid;
    outline-width: thin;
}

.valueTag {
    top: 11px;
    padding: 4px 12px;
    position: relative;
    border-radius: 4px;
    transform: translateX(-50%);
}

.valueTag::after {
    content: "";
    position: relative;
    width: 2px;
    height: 1px;
    top: -1px;
    left: 50%;
}

.push-right {
    width: 100%;
    display: flex;
    flex-direction: row-reverse !important;
}

.wmconfig-fap-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 1rem;
}

.form-check-input:checked + label {
    font-weight: 700;
}

.path-table {
    width: 50%;
}

.settings-div-group {
    display: flex;
    justify-content: space-between;
}

.settings-field {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.rotate-me {
    color: crimson;
    display: none;
}

.setInputRtl input {
    direction: rtl !important;
    text-align: right !important;
}

.setInputLtr input {
    direction: ltr !important;
    text-align: left !important;
}

.admin-activity-message-container {
    max-height: 60vh;
    overflow: auto;
    padding: 1rem;
    line-break: auto;
}

/* adminActivity table */

/* INCIDENTS PAGE */

.incident-th {
        color: whitesmoke !important;
        font-size: 1rem !important;
        font-weight: 200 !important;
        text-align: left;
        line-break: anywhere !important;
}
.incidents_info{
    color: inherit;
}
.attack-vector-column-incidents{
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.attack-vector-column-incidents .label-span{
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.counter.selected{
    background-color: #5876af;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 14px;
    display: inline-block;
}

.summary-widget-container {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    width: 100%;
}

.summary-widget {
    width: fit-content;
    min-height: 15rem;
    padding: 1.25rem;
    background: #1e293b;
    border-radius: 0.25rem;
    border: 1px rgba(72, 110, 149, 0.35) solid;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
}

.summary-widget.column {
    flex-direction: column;
}

.summary-widget-title{
    color: #667382;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
    padding-bottom: 0.5rem;
    display: flex;
    gap: 0.25rem;
}

.summery-widget-counter {
    color: white;
    margin-left: 0.5rem;
}

span.legend.me-2 {
    border-radius: 2px;
}

.sticky-incidents-tabs{
    margin-right:  0;
    align-self: stretch;
    height: 5rem;
    display: flex;
    align-items: flex-end;
    position: sticky;
    top: 3rem;
    z-index: 1020;
    background: #1b2434;
}

.sticky-incidents-tabs-container{
    display: flex;
    align-items: flex-end;
}

.in-filter-btn {
    gap: 1rem;
    margin-left: auto;
    margin-bottom: 0.3rem;
}

.incident-progress{
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
    align-items: flex-start;
}

.scroller-top{
    position: fixed;
    top: 50%;
    right: 0px;
    cursor: pointer;
}

.inner-tab-actions{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
    gap: 0.3rem;
}
.inner-tab-title{
    margin-right: auto;
    margin-left: 0.5rem;
}

.additional-info-text{
    color :darkgray;
    font-size: small;
    margin-left: 1rem;"
}

.incident-title{
    padding: 0.5rem;
    gap: 0.5rem;
}

.datagrid {
    --tblr-datagrid-padding: 1.5rem;
    --tblr-datagrid-item-width: 8rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}

.datagrid-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}

.timeline {
    border-left: 0.1rem solid #929bab;
    position: relative;
    line-height: 1.4em;
    padding: 12px;
    list-style: none;
    font-weight: 100;
    max-width: 93%;
}

.timeline-apps {
    color: #b8bdc5 !important;
}

.timeline .timeline-entry:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .timeline-entry {
    margin-bottom: 0.6rem;
    position: relative;
}

.timeline .timeline-entry:before {
    left: -7rem;
    content: attr(data-date);
    text-align: right;
    white-space: break-spaces;
    max-width: 5rem;
}
.timeline .timeline-entry:before, .timeline .timeline-entry:after {
    position: absolute;
    display: block;
    top: 0.5rem;
}

.timeline .timeline-entry:not(:first-child):after {
    box-shadow: 0 0 0 0.063rem #929bab;
    left: -1.25rem;
    background: #1b2434;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
    content: "";
}

.timeline .timeline-entry:first-child::after {
    content: '\25b2';
    color: #929bab;
    left: -1.12rem;
}

.timeline .timeline-entry:before, .timeline .timeline-entry:after {
    position: absolute;
    display: block;
    top: 1rem;
}

.nav.inner {
    box-shadow: inset 0 -1px 0 0 rgba(98, 105, 118, 0.16);
}

.nav-item.inner.active{
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
}

.nav-item.inner.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border: 0 solid #206bc4;
    border-bottom-width: 2px;
}
.nav-item.inner{
    cursor: pointer;
}

.icon-tabler-arrows-down-up path {
    stroke: #ffffff;
}

.tablesorter-headerDesc  .right-line,
.tablesorter-headerDesc  .right-top,
.blue-right .right-line,
.blue-right .right-top {
    stroke: #206bc4;
}


.tablesorter-headerAsc .left-line,
.tablesorter-headerAsc .left-top,
.blue-left .left-line,
.blue-left .left-top {
    stroke: #206bc4;
}

.overview.card-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.overview[class*="col-"] {
    display: flex;
    flex-direction: column;
}

.overview.col-left {
    flex: 0 0 75%;
    overflow-wrap: break-word;
    word-break: break-word;
    min-width: 0;
    max-width: 75%;
}

.overview.col-right {
    flex: 0 0 25%;
}

.send-icon {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    vertical-align: bottom;
    stroke-width: 1;
    position: absolute;
    top: 4rem;
    right: 10px;
    font-size: 1rem;
    color: #d4d4d4;
    cursor: pointer;
}

.sus-events-chart{
    min-height: 200px !important;
}
.summary-widget-separator{
    border-bottom: 1px solid;
    margin-top: 2rem;
    color: #304466;
    width: var(--card-width);
}

.bg-lt-pink{
    background-color: #E47B7B !important;
}

.users-type-label > label {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4px 7px;
    margin: 0 auto;
    min-width: fit-content;
    height: 20px;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.users-type-label {
    border: 1px solid #45607c;
    border-radius: 1rem;
    padding: inherit;
    width: max-content;
}

.bg-sp-pink{
    background-color: #F1BDBD !important;
}

.bg-pale-pink{
    background-color: #F7D7D7 !important;
}

.bg-vb-orange{
    background-color: #e84d00 !important;
}

.bg-mango{
    background-color: #ff893b !important;
}

.bg-blond{
    background-color: #fff3bd !important;
}

.bg-cream{
    background-color: #f5f0db !important;
}

.bg-dark-gray{
    background-color: #35445a !important;
}

.lightgray {
    color:lightgrey;
}

.pb-hover{
    flex-direction: row;
    align-items: center;
    padding: 0.5rem;
    position: absolute;
    width: max-content;
    height: 2rem;
    background: #2A3645;
    border-radius: 0.25rem;
    z-index: 1080;
    color: white;
}

.in-info-hover{
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem;
    position: absolute;
    width: max-content;
    height: max-content;
    background: #2A3645;
    border-radius: 0.25rem;
    z-index: 2580;
    color: white;
}

.text-grey {
    --tblr-text-opacity: 1;
    color: rgb(113 118 130) !important;
}

/** END OF INCIDENTS **/


.activity-button {
    width: 4rem;
}

.application-colum-logs > button.badge,
.application-colum-logs > div.badge {
    width: 6.5rem;
}

.hide-color-input {
    position: absolute;
    height: 2.3035714286rem;
    width: 3rem;
    z-index: 100;
}

.color-input-container {
    max-width: 3rem;
}

.hover-pill:hover, .hover-pill > *:hover {
    cursor: pointer;
    background: #0004;
    border-radius: 5rem;
}

/*logs page*/

.form-control.camouflage-input {
    background: transparent !important;
    border: none !important;
}

.month-item-header .button-previous-month,
.month-item-header .button-next-month,
.month-item-header .reset-button {
    stroke: var(--litepicker-button-prev-month-color, #626976);
    cursor: pointer !important;
}

.month-item-name.form-control-sm.form-select,
.month-item-year.form-control-sm.form-select {
    background-image: none !important;
}

.container__predefined-ranges > button {
    color: var(--litepicker-day-color, #1e293b);
}

.container__predefined-ranges > button.active {
    font-weight: bolder;
}
.container__tooltip {
    color: black;
}

    /* logs table */
    .proxyData > label {
        text-decoration: underline;
        cursor: pointer;
    }
    /* logs table */

/*logs page*/

.lng-cbx-label {
    display: inline-block !important;
}

.lng-label {
    cursor: pointer;
}

.lng-td {
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 5px;
    padding-top: 6px;
    text-align: center;
}

.lng-th {
    color:rgb(142, 137, 137);
    text-align: center;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-left: 5px;
    padding-top: 6px;
}

.lng-td-slider {
    padding-right: 10px;
    padding-top: 6px;
}

.lng-th-slider {
    color:rgb(142, 137, 137);
    padding-right: 10px;
}


a.whitesmoke-toggle.dropdown-toggle:not([href]), a.whitesmoke-toggle.dropdown-toggle:not([href]):hover {
    color: whitesmoke !important;
    text-decoration: none;
}

a.modal-searchable-href{
    color: whitesmoke !important;

}

.dropdown-toggle.mark-checked:after{
    color: #206bc4;
}
/*reports page*/

/* reports accordion */
.hcr {
    width: 15%;
    padding: 8px;
    line-break: anywhere;
    min-width: 150px;
}

.hcr svg {
    padding: unset;
}

.ecr {
    width: 10%;
    padding: 8px;
    line-break: anywhere;
    min-width: 80px;
}

.facr {
    width: 25%;
    padding: 8px;
    line-break: anywhere;
    min-width: 150px;
}

.lacr {
    width: 25%;
    padding: 8px;
    line-break: anywhere;
    min-width: 150px;
}

.uccr {
    width: 10%;
    padding: 8px;
    line-break: anywhere;
    min-width: 130px;
}

.dccr {
    width: 10%;
    padding: 8px;
    line-break: anywhere;
    min-width: 130px;
}

.ddcr {
    width: 5%;
    padding: 8px;
    line-break: anywhere;
}

/* reports accordion */

.whiteSel {
    color: white !important;
}

/* reports selectors */

/*reports page*/


.importCSVP { margin:0 !important; margin-top: revert !important; cursor: pointer;} /* import csv btn in users page */

.full-height {
    height: 67vh;
}

.sticky-thead {
    position: sticky !important;
    overflow: visible;
    background: #1b1737;
    top: var(--subheader-bottom);
    z-index: 2009;
}

thead.sticky-thead {
    z-index: 100;
}

.sticky-thead.incidents {
    background: #152133;
    z-index: 1000
}
.sticky-thead-table {
    position: sticky !important;
    overflow: visible;
    background: #1b1737;
    top: var(--subheader-bottom);
    z-index: 100;
}

.sticky-thead-alerts-type {
    position: sticky !important;
    overflow: visible;
    background: #1b2434;
    top: 7.25rem;
    z-index: 100;
    padding: 0.5rem;
}
#alerts-type {
    min-width: 12rem;
}

.inner-table-header {
    overflow: visible;
    background: #1b1737;
}

.table-date-input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
}

.table-date-input::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.from-date-to-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 200px;
    justify-content: space-between;
    cursor: pointer;
}

.mw-13r {
    max-width: 13rem !important;
}

.value {
    border-top: 1px;
}

.px-3 {
    padding-top: 0 !important;
}

.chart-div {
    width: 100%;
}

.apexcharts-menu-item {
    color: black;
}

.apexcharts-title-text {
    color: white !important;
}

/* Leaflet map */
#map {
    min-height: 550px;
    height: 100%;
    flex: 1 1 75%;
}

.map-card {
    min-height: 70vh;
}
.map-card > div {
    max-height: 7vh;
    flex: 0 !important;
    min-width: 10vw;
}

.ui.statistic .value, .ui.statistic .label {
    cursor: pointer !important;
}

#chart-container .horizontal-flex:first-child {
    margin-top: 0;
}

.leaflet-popup-content {
    text-align: center;
}

.btn.active {
    border-color: white;
}

.sticky-header-btn:after {
    border-bottom-color: #00000000 !important;
}

.hide {
    display: none !important;
}

.showing-records-text {
    display: inline-block;
    font-weight: 500;
    font-size: 0.875rem;
}


.logs-td {
    line-break: anywhere !important;
    text-align: inherit !important;
}

.log-th {
    color: whitesmoke !important;
    font-size: 1rem !important;
    text-align: left;
    line-break: anywhere !important;
}

.logs-pivot.active {
    text-decoration-thickness: 2px;
    text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-color: var(--tblr-blue, #206bc4);
}

.log-sum-th {
    padding: 0.5rem 0 !important;
    line-break: normal;
}

.theme-dark .form-check-input:not(:checked) {
    border-color: #919191 !important;
}

.red {
    background: #bb0000 !important;
}

.orange {
    background: #bb5e00 !important;
}

.green {
    background: #00bb00 !important;
}

.settings-table-input{
    width: 90% !important;
}

.settings-table-admin {
    text-align: center;
    font-size: 14px;
}

.lucid-original-url-td,
.lucid-url-td,
.decamp-url-td {
    max-width: 250px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

article {
    padding: 30px;
}


.dropdown-th >.menu, .logs-td > .menu {
    display: none;
    position: absolute;
    padding: 0.5rem 1rem 0.5rem 1rem;
    z-index: 2010;
}
.dropdown-th >.menu{
    background: #2a2d41;
}
.logs-td > .menu {
    background: #eee;
    color: #000000aa;
}

.temporary-blur {
    filter: blur(4px);
}

text.remove-filters-by-hover:hover, .remove-filters-by-hover:hover * {
    animation: remove-filter 5s ease-in-out forwards; /* 0.1s delay + 10s stay + 0.5s fade */
}

@keyframes remove-filter {
    0% {
    }
    /* fade in */
    8% {
        filter: none;
    }
    /* hold */
    90% {
        filter: none;
    }
    /* fade out */
    100% {

    }
}

.dropdown-th:hover >.menu, .logs-td:hover > .menu {
    display: block;
    /*background: red;*/
}

.status-th:hover {
    cursor: pointer;
}

.dropdown-menu.hover-dropdown-menu {
    display: none;
    position: absolute;
}

.dropdown-menu.hover-dropdown-menu label {
    text-decoration: none;
    display: block;
}

.dropdown-container:hover .dropdown-menu.hover-dropdown-menu {
    display: block;
}

.dropdown-container > .dropdown-menu:hover {
    display: block;
}

.fileUploadInput {
    opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
}

.dontCloseDropdown:hover {
    background: #27364e;
}


#message-th > .menu ,
.messageData > .menu {
    margin-left: -5%;
}

.item.dontCloseDropdown {
    max-width: unset !important;
}

.usersCsvDropdown {
    background: #222f44;
    opacity: 1;
    position: absolute !important;
    padding: 0.5rem;
    border-radius: 5px;
    display: none;
    top: 3rem;
}

#admin-activity-dropdown {
    overflow-y: auto;
    max-height: 50vh;
}

.logs-td > a {
    color: white;
    text-decoration: underline;
}

.logs-td > a:hover {
    color: #7ca4e0;
}

.modal-content.ssl-modal{
    z-index: 2015;
    max-width: 40rem;
}

.background-label {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.red-alert-icon-preview {
    width: 6.25rem;
    height: 6.25rem;
    object-fit: contain;
    border-radius: 0.25rem;
    border: 1px solid #ddd;
}


.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
}

.modal-content.modal-image-content.ssl-modal{
    width:60%;
    max-width: 65rem;
    height: 70vh !important;
}

.green-row {
    background: #394338;
    --tblr-table-striped-bg: #394338;
}

.red-row {
    background: #7d4042;
    --tblr-table-striped-bg: #7d4042;
}

.purple-row {
    background: #322c5780;
    --tblr-table-striped-bg: #322c5780;
}

.green-write {
    color: #394338 !important;
}

.input-group-text, .form-select, .form-control, .theme-dark {
    border-color: #727881 !important;
}

.table-borders {
    white-space: revert !important;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #293345;
}

.ui.statistic{
    color: whitesmoke;
}

.table-menu-modal{
    z-index: 2020 !important;
    height: 55vh !important;
    position: fixed !important;
}

.incident-notes-modal{
    z-index: 2020 !important;
    height: 80vh !important;
    width: 40rem;
}

.incident-create-modal{
    max-width: 30rem;
    height: fit-content;
}


.table-menu-modal>.modal-body {
    overflow-y: auto;
}

.attack-vector-data > label:not(.modal-image),
.messageData > label:not(.modal-image) {
    text-decoration: underline;
    cursor: pointer;
    max-width: 80%;
    white-space: pre-wrap;
    line-break: strict;
}

.attack-vector-data > .message-label {
    word-wrap: normal;
    display: inline-flex;
}

.td-limit-length {
    max-width: 15%;
    width: 100%;
}

/* Reports Page */

.switch-reports-nav{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.pointer {
    cursor: pointer;
}

/*#summarized-card .accordion-item .settings-table {*/
/*    cursor: pointer;*/
/*}*/

#reports-accordion .accordion-item,
#summarized-card .accordion-item {
    border: 1px solid rgba(98, 105, 118, 0.16) !important;
}

#reports-accordion .accordion-item table,
#summarized-card .accordion-item table {
    list-style: none;
    margin-bottom: 0;
}

#reports-accordion .accordion-button,
#summarized-card .accordion-button {
    text-decoration: none;
}

#reports-accordion .logs-td {
    text-align: center !important;
}

#summarized-card .logs-td {
    text-align: left !important;
}

#reports-accordion .accordion-button table tr,
#summarized-card .accordion-button table tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#summarized-card table .accordion-thead-tr th {
    width: 14.2847143% !important;
    text-align: left !important;
}

#reports-accordion table tr th,
#summarized-card table tr th {
    font-size: 1rem !important;
    width: 16.67% !important;
    text-align: center !important;
}
#summarized-card table tr th.sum-dropdown{
    width: 3% !important;
}

#reports-accordion .accordion-collapse article,
#summarized-card .accordion-collapse article {
    overflow: hidden;
    margin: 2%;
}

#reports-accordion .settings-td,
#summarized-card .settings-td {
    text-align: center;
}

#reports-accordion .inner-table-tbody .inner-table-row th,
#summarized-card .inner-table-tbody .inner-table-row th {
    font-weight: lighter;
}

#summarized-card .reports-tr {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#summarized-card tr .th-reports:nth-child(9) {
    flex-shrink: 100;
}

#summarized-card .accordion-item tr:not(.accordion-thead-tr):not(.table-row) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    overflow: hidden;
}

#summarized-card tr .th-reports:nth-child(9) {
    flex-shrink: 100000000000000;
    overflow: unset;
}

.table thead th, .markdown > table {
    color: #fafbfc;
    font-size: 0.75rem;
    font-weight: 400;
}

.settings-table-admin thead th {
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.modal-content.ssl-modal .password-input {
    width: auto !important;
}
::-ms-reveal {
    display: none;
}

.show-password-span {
    border-left-color: transparent !important;
}

.password-input {
    width: auto !important;

}
.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
    border-color: #727881 !important;
}

.input-group-flat .password-input.form-control {
        box-shadow: 0 0 0 1000px var(--tblr-body-bg, #1b2434) inset;
        -webkit-background-clip: text;
}


 input:-webkit-autofill,
 input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
    background-image: none !important;
    background-color: none !important;
    color: fieldtext !important;
 }

 .is-valid-and-show-password{
    box-shadow: none !important;
    -webkit-background-clip: unset !important;
 }

.svg-file-selector{
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.svg-upload-drop-zone{
    border: 2px dotted #206bc440;
    padding: 10px;
    display: inline-block;
}

.svg-upload-drop-zone.active {
    border-color: #ccc;
}
.svg-upload-labels{
    display: none !important;
}
.svg-upload-labels.active{
    display: flex !important;
}

.spoofing-policy-form {
    margin-top: 3%;
}

.spoofing-policy-section {
    margin-top: 2%;
}

.spoofing-policy-section .form-selectgroup-label:hover {
    color: #206bc4;
}

.spoofing-policy-range {
    width: 50%;
    position: relative;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-row-gap {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.flex-column-gap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.flex-center-text {
    text-align: center;
    align-items: center;
    display: inline-flex;
}

/*mobile vertical*/
@media only screen and (max-width: 700px) and (min-height: 220px) {
    #logo-lock {
        display: none;
    }

    .modal-content.ssl-modal {
        width: 80% !important;
    }

    .input-group {
        width: 100% !important;
    }

    .path-table {
        width: 100% !important;
    }

    .w-60 {
        width: 60% !important;
    }

    .w-24 {
        width: 48% !important;
        height: 5.5rem;
    }



    .settings-div-group {
        flex-wrap: wrap;
        align-items: flex-end;
    }

    #header-right {
        flex-direction: column-reverse;
    }

    #opacityField {
        padding-right: 0;
        width: 100% !important;
    }

    .empty-div {
        display: none !important;
    }

    .settings-field {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    .rotate-me {
        color: crimson;
        display: inherit;
    }

    .chart-div {
        margin-top: 3rem;
    }

    .navbar-nav{
        display: flex !important;
        flex-direction: row !important;
    }
    .navbar-nav.mid-nav{
        flex-direction: column !important;
    }
    .selectgroup-direction{
        flex-direction: column !important;
    }

}

@media only screen and (min-aspect-ratio: 13/9) and (max-width: 1024px) {
    .path-table, .input-group {
        width: 100% !important;
    }

    #opacityField {
        width: 50% !important;
    }

    .temper-field {
        width: 35vw !important;
    }
}

.accordion-thead-tr > .logs-th{
    color: whitesmoke !important;
}

.accordion-button > table tr th{
    font-size: var(--tblr-body-font-size) !important;
    font-weight: var(--tblr-body-font-weight) !important;
    text-align: var(--tblr-body-text-align) !important;
}

.logs-th{
    text-align: inherit !important;
}

.btn.form-selectgroup-label:checked{
    color:red !important;
}

#reports-card{
    flex-direction: unset !important;
    overflow-x: auto;
}

.th-reports{
    padding: 0.5rem !important;
    line-break: anywhere;
}

.reports-accordion{
    padding-left: 0 !important;
}

.inner-table-border{
    border: 1px solid rgba(98, 105, 118, 0.16);
}
.userData{
    max-width: 15rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

td {
    position: relative;
    /*overflow: visible !important;*/
  }

td:is(.logs-td, .username-td, .log-sum-th) {
    max-width: 10vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attack-vector-data.logs-td.attack-vector-column-logs {
    overflow: visible;
}

.logs-td.dropdown {
    overflow: inherit;
}

.report-false-positive {
    background-color: #c7c6c645 !important;
}

.back-from-false-positive, .report-false-positive {
    color: #ffffff99 !important;
}

.back-from-false-positive:focus {
    color: #ffffff !important;
}

.theme-dark .navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

svg::before, a::before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 140px;
    background-color: #1b2434;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0px 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 2001;
    left: 0;
    top: 80%;
}

svg:hover::before, a:hover::before {
    opacity: 1;
    visibility: visible;
    font-size:small;
}

td::before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 140px;
    background-color: #1b2434;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0px 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 2001;
    left: 0;
    top: 80%;
}

td:hover::before {
    opacity: 1;
    visibility: visible;
    font-size:small;
}

label::before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 140px;
    background-color: #1b2434;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0px 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 2001;
    left: 0;
    top: 80%;
}
.connectedUser::before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    background-color: #1b2434;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0px 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 2001;
    left: unset !important;
    top: 80%;
}
.connectedUser:hover::before{
    opacity: 1;
    visibility: visible;
    font-size:small;
}
.csv-export-btn {
    cursor: pointer;
}
.csv-export-btn::before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    background-color: #1b2434;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0px 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    z-index: 2001;
    left: unset !important;
    top: 100%;
}
.csv-export-btn:hover::before{
    opacity: 1;
    visibility: visible;
    font-size:small;
}

.nav-link::before {
    left: unset !important;
}
label:hover::before {
    opacity: 1;
    visibility: visible;
    font-size:small;
}
#popupWrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2010;
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #36353a80;
    display: none;
}
#popup{
    max-width: 98vw;
    width: fit-content;
    height: fit-content;
    max-height: 50vh;
    margin: 15px;
    position: relative;
    color: #301cb7;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    display: flex;
    padding: 10px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 3px;
}
#popup div{
margin:10px;
}
#popup span{
  margin:5px 0;
}
.pop_btn{
    padding: 5px;
    border: solid 1px;
    margin: 0 15px!important;
    cursor:pointer;
}
.pop_btn:hover{
    border-radius:4px;
    cursor:pointer;
    color: #ffffff;
    background: #301cb7;
}
.wrapper-td svg{
    pointer-events:none;
}
.wrapper-td{
  cursor:pointer;
}
.input_group_btn{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.input_group_btn>input{
width: 70%;
}
.input_group_btn>button{
width: 30%;
}

.message-with-btn-td{
    display: flex;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    height: 7vh;
    align-items: center;
}

.username-td{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10vw;
}
.clientList, .app-list{
    max-height: 250px;
    overflow-y: scroll;
    width: 100% !important;
}

.hostsTable td {
    padding: 0.5rem 0.5rem !important;
}

.hostsTable th {
    font-weight: bold;
}

.hostsTable thead {
    background-color: #1b1737 !important;
}

.status-th {
    text-decoration: none;
    color: white;
}

.delete-app-from-user {
    min-width: 60px;
    text-align: right;
    padding-right: 15px;
}

.user-apps-modal-block {
    min-height: 20%;
    max-height: 60%;
    overflow-y: auto;
    line-break: anywhere;
}

.app-input-div {
    overflow: inherit;
    vertical-align: top;
}

.add-app-modal-button {
    padding-left: 0.5rem;
    vertical-align: top;
}

.decamp-pill-btn {
    min-width: 110px;
    font-size: 0.775rem !important;
}

.clientListDiv{
    width: 100%;
}
td.collapsing{
    width: 140px;
}
td.collapsing div {
    width: 100px;
}
.blur{
    filter: blur(4px);
    transition: transform 0.1s ease-out, filter 0.5s ease-out;
}
.blur:hover{
    filter: none;
}

.admin-list {
    overflow-y: auto;
    height: 150px;
}

.grid-checkbox-container {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
}


.svg-marker-round {
    box-sizing: border-box;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2111!important;
    cursor: auto !important;
}

#spoofing-pages-list{
    position: absolute;
    z-index: 401;
    display: flex;
    flex-direction: column;
    margin: 10px 0px 0px 50px;
    pointer-events: auto;
    font-size: 14px;
    font-family: sans-serif;
    opacity: 0.7;
}
#spoofing-pages-list:hover{
    opacity: 1;
}

.missiles-input, .missiles-input-all{
    margin: 0 10px 0 0;
    cursor: pointer;
}
.missiles-btn, .missiles-btn-all {
    cursor: pointer;
    margin: 2px 0 4px;
    width: fit-content;
    background: #00000000;
    padding: 0 6px;
    display: flex;
    border: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.missiles-btn:hover, .missiles-btn-all:hover {
    background: #0000003b;
    font-size: 15px;
    box-shadow: 0px 0px 4px 0px;
}

/* Put element in the middle of the page */
.middle-of-the-page {
    position: fixed;
    display: flex;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* Main loading spinner sizing */
.siteseal-spinner-border {
    width: 5rem !important;
    height: 5rem !important;
}

/* usernames td */
.device-with-btn,
.username-with-btn {
    display: flex;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    align-items: center;
}

/* Users span in the users td on table rows */
.users-data-span {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* custom subdomain */
.dns-validation {
    display: flex !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    width: 30px !important;
    padding: 0 0 0 0.75rem !important;
    margin: 0 10px !important;
    background: #368f36 !important;
}

.get-distribution-cname {
    width: fit-content;
}

.width-110-px {
    width: 110px;
}

.width-100-px {
    width: 100px;
}

.width-350-px {
    width: 350px;
}

.select-center {
    text-align: -moz-center;
    text-align: -webkit-center;
}

.flex-center-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.saml-last-modified {
    display: flex;
    flex-direction: column;
}

#saml-config {
    overflow-y: auto;
}

#postman-link {
    color: whitesmoke;
    font-weight: bold;
}

/*json-viewer section*/
/* Root element */
.json-document {
    padding: 1em 2em;
}

/* Syntax highlighting for JSON objects */
ul.json-dict, ol.json-array {
    list-style-type: none;
    margin: 0 0 0 1px;
    border-left: 1px dotted #ccc;
    padding-left: 2em;
}
.json-string {
    color: #0B7500;
}
.json-literal {
    color: #1A01CC;
    font-weight: bold;
}

/*
This code is added because the original color wasn't visible enough
 */
.theme-dark .json-literal {
    color: var(--tblr-blue, #206bc4);
}
.theme-dark .json-string {
    color: var(--tblr-green, #2fb344);
}


/* Toggle button */
a.json-toggle {
    position: relative;
    color: inherit;
    text-decoration: none;
}
a.json-toggle:focus {
    outline: none;
}
a.json-toggle:before {
    font-size: 1.1em;
    color: #c0c0c0;
    content: "\25BC"; /* down arrow */
    position: absolute;
    display: inline-block;
    width: 1em;
    text-align: center;
    line-height: 1em;
    left: -1.2em;
}
a.json-toggle:hover:before {
    color: #aaa;
}
a.json-toggle.collapsed:before {
    /* Use rotated down arrow, prevents right arrow appearing smaller than down arrow in some browsers */
    transform: rotate(-90deg);
}

/* Collapsable placeholder links */
a.json-placeholder {
    color: #aaa;
    padding: 0 1em;
    text-decoration: none;
}
a.json-placeholder:hover {
    text-decoration: underline;
}
/*end of json-viewer section*/

/* subscriptions */
.subscriptions-list {
    padding-top: 3px;
    min-height: 50px;
    max-height: 300px;
    overflow-y: auto;
    line-break: anywhere;
}

/* webhooks */
.external-webhooks-list {
    padding-top: 3px;
    min-height: 50px;
    max-height: 300px;
    overflow-y: auto;
    line-break: anywhere;
}

.deleteWebhook {
    min-width: 60px;
    text-align: right;
    padding-right: 15px;
}

.envs-copy{
    color: #206bc4;
    font-weight: 700;
    cursor: copy;
}

.envs-copy:hover{
    text-decoration: underline;
}
.my-hr {
    color: #206bc4;
    height: 1px;
    margin: 1rem 0;
}

.modal-locations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}


/** width percentage **/

.wp-1{width: 1%;}
.wp-2{width: 2%;}
.wp-3{width: 3%;}
.wp-4{width: 4%;}
.wp-5{width: 5%;}
.wp-6{width: 6%;}
.wp-7{width: 7%;}
.wp-8{width: 8%;}
.wp-9{width: 9%;}
.wp-10{width: 10%;}
.wp-11{width: 11%;}
.wp-12{width: 12%;}
.wp-13{width: 13%;}
.wp-14{width: 14%;}
.wp-15{width: 15%;}
.wp-16{width: 16%;}
.wp-17{width: 17%;}
.wp-18{width: 18%;}
.wp-19{width: 19%;}
.wp-20{width: 20%;}
.wp-30{width: 30%;}

.darker-card {
    border-radius: 0.35rem;
    background-color: #172537 !important;
}

.darker-accordions-table {
    background-color: #1e293b;
    border-radius: 5px;
}

.accordions-table-header {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid #E7E7ED99;
    padding-bottom: 5px;
    padding-top: 5px
}

.accordion-item-header {
    display: flex;
    align-items: center;
    min-height: 2.42rem;
}

.protected-urls-table {
    background-color: #172537
}

.protected-accordion-operator-cell {
    width: 3%;
}

.protected-row-key-cell {
    width: 25%;
    padding: 0.75rem !important;
    line-break: anywhere;
    align-content: center;
}

.protected-row-cell {
    width: 8%;
    padding: 0.75rem !important;
    align-content: center;
}

.copy-icon {
    margin-right: 5px;
    cursor: pointer;
    color: #667382;
}

.time-label {
    color: #667382;
    font-size: 12px;
}

.protected-pages-accordion-items {
    overflow-y: auto;
    height: 20rem;
}

.protected-pages-accordion-items *:not(span):not(.spinner-border) {
    border-radius: 0 !important;
}

#previous-apps-page:not(.disabled) {
    cursor: pointer;
}

#next-apps-page:not(.disabled) {
    cursor: pointer;
}

.red-warn-text {
    color: #D63939;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-pages-container {
    background-color: #172537;
    height: 8rem;
}

.info-color {
    color: #afb6bf;
}

.app-color-span {
    margin-bottom: 0.08rem;
}

.protected-pages-details-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 15px;
}

.flex {
    display: flex;
}

#reload-protected-pages-btn {
    margin-left: 15px;
}

.middle-spinner {
    display: flex;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.client-applications-dropdown {
    max-height: 35rem;
    overflow-y: auto;
}

.break-too-long-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-one {
    right: 1px;
}


.navbar-vertical.navbar-expand-sm .navbar-collapse .side-nav-dropdown[aria-expanded="true"].dropdown-toggle::after {
    transform: rotate(135deg);
    transition: all .3s ease-in;
}
.navbar-vertical.navbar-expand-sm .navbar-collapse .side-nav-dropdown.dropdown-toggle::after {
    transition: all .3s ease-in;
}

.nav-link.side-nav-dropdown.dropdown-toggle ~ .dropdown-menu:not(.show) {
    display: none;  /* element starts off hidden */
    opacity: 0;     /* transparent */
    height: 0;      /* collapsed height */
    transition: opacity 1s ease, height 1s ease, visibility 1s 1s; /* add transitions */
}
.nav-link.side-nav-dropdown.dropdown-toggle ~ .dropdown-menu.show {
    display: block;  /* element is now visible */
    opacity: 1;      /* fully opaque */
    height: 100%;   /* adjust height based on content */
    transition: opacity 1s ease, height 1s ease; /* transitioning properties */
}

.avatar.avatar-default-bg {
    background: var(--tblr-gray-200, #e2e8f0);
    color: var(--tblr-card-bg, #1e293b);
}

.memcyco-nav-lock img{
    max-width: none;
}
.collapsed .dropdown-menu.show{
    position: absolute !important;
}

.navbar-expand-sm.navbar-vertical.collapsed ~ .navbar,
.navbar-expand-sm.navbar-vertical.collapsed ~ .page-wrapper {
    margin-left: 4.5rem;
}
.navbar-expand-sm.navbar-vertical.collapsed ~ .page-wrapper .sticky-subheader {
    margin-left: 4.5rem;
}
.navbar-expand-sm.navbar-vertical ~ .page-wrapper .sticky-subheader{
    margin-left: 15rem;
}



.navbar-expand-sm.navbar-vertical ~ .navbar {
    margin-left: 15rem;
}

.navbar-expand-sm.navbar-vertical ~ .page-wrapper {
    padding-left: 1.5rem;
}

aside.mmco-side-nav{
border-right: var(--tblr-border-style, solid);
border-right-color: var(--tblr-border-color, #2c3c56);
}

aside.collapsed .active .nav-link-icon {
    background: #2351a4;
    color: white;
    opacity: 1;
    border-radius: 5px;
}


*:not(.collapsed) a.dropdown-item.active {
    background: #1e365a !important;
    color: white;
}

.collapsed a.dropdown-item.active {
    background: #2351a4 !important;
    color: white !important;
    opacity: 1 !important;
}

aside.collapsed .side-nav-dropdown-parent > .dropdown-toggle:after {
    display: none;
    visibility: hidden;
}
.dropdown-toggle:after {
    visibility: visible;
}
.w-fc {
    width: fit-content;
}

.spinner-border.spinner-border-csv {
    height: 2rem;
    width: 2rem;
    border-width: 2px;
}

.justify-self-start {
    display: flex;
    justify-self: flex-start;
}

#header-page-title svg {
    width: unset;
}
#header-page-title {
    flex-direction: unset;
}

.badge.incident-state-badge{
    font-size: 0.7rem;
}

.navbar-expand-md .navbar-nav .nav-p {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-top: auto;
    margin-bottom: auto;
}

.navbar-nav .nav-item.separated-nav-item{
    flex-direction:row;
}
.separated-nav-item ~ .separated-nav-item:before{
    content: "";
    display: inline-block;
    background-color: dimgrey;
    border-radius: 50%;
    height: 3px;
    width: 3px;
    margin: auto;;
}

input.password-input:placeholder-shown ~ span > .show-password,
input.password-input:placeholder-shown ~ span > .hide-password {
    display: none;
}

input.password-input[type="text"] ~ span > .show-password {
    display: none;
}

input.password-input[type="password"] ~ span > .hide-password {
    display: none;
}

.font-weight-500 {
    font-weight: 500;
}

.theme-dark .navbar {
    background: #22293a !important;
}

aside.mmco-side-nav {
    border-width: 1px;
}

aside.navbar-vertical.mmco-side-nav.collapsed {
    width: 4.5rem;
}

.hide-on-collapse {
    opacity: 1;
    visibility: visible;
}

.collapsed .hide-on-collapse {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.collapsed .centered-when-collapsed {
    align-items: center !important;
}


.collapsed .nav-link-icon {
    height: 2rem;
    width: 2rem;
    display: flex !important;
    justify-content: center;
}

.btn-sidenav {
    background: #fdfdfd;
    color: #353f4d;
    border: none;
}

.btn-sidenav:hover {
    background: #353f4d;
    color: #2351a4;
    border: none;
}

.navbar-vertical:not(.collapsed) .memcyco-nav-lock {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.navbar-vertical.collapsed .memcyco-nav-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
}


.navbar-vertical.collapsed .side-nav-dropdown.show {
    position: fixed !important;
    left: 4.5rem;
    max-height: fit-content;
    background: var(--tblr-navbar-active-color, #1e293b) !important;
    border-color: rgba(72, 110, 149, 0.14);
    border-style: var(--tblr-border-style, solid);
    border-width: 1px;
}

.mmco-side-nav #collapse-side-nav-btn {
    position: fixed;
    top: 100px;
    will-change: transform;
    transform: translateX(calc(15rem - 1rem));
    z-index: 1031;
}

.mmco-side-nav.collapsed #collapse-side-nav-btn {
    transform: translateX(calc(4.5rem - 1rem));
}

.mmco-side-nav #collapse-side-nav-btn svg {
    transition: transform 300ms ease;
}

.mmco-side-nav.collapsed #collapse-side-nav-btn svg {
    /*rotate: -90deg;*/
    transform: rotate(270deg);

}

.mmco-side-nav:not(.collapsed) #collapse-side-nav-btn svg {
    /*rotate: 90deg*/
    transform: rotate(90deg);
}

.navbar-expand-sm.collapsed .nav-item.active:after {
    border: unset;
}

.navbar-vertical.navbar-expand-sm {
    overflow-x: hidden !important;
}

.mmco-side-nav .nav-item .dropdown-toggle:hover,
.mmco-side-nav .nav-item .dropdown-item:hover,
.mmco-side-nav .nav-item:not(.side-nav-dropdown-parent):hover {
    background: #ffffff09;
}

#switch-tenants-select {
    width: 10rem;
}

#searchInputElem {
    min-width: 15rem;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: var(--header-width);
}
.sticky-subheader {
    background: var(--tblr-bg-surface, #182433);
    position: fixed;
    top: 3.5rem;;
    left: 0;
    z-index: 1001;
    width: var(--header-width);
    padding-left: 2rem;
}

.page-wrapper {
    margin-top: 3.5rem;
}
.page-wrapper.events {
    margin-top: 10rem;
}
.page-wrapper.margin-top-eigth {
    margin-top: 8rem;
}
.subheader-container {
    background: var(--tblr-bg-surface, #182433);
    position: sticky;
    top: var(--header-bottom);
    z-index: 1000;
}

.nav-bordered.memcyco-nav-bordered {
    border-bottom: none;
}

.page-view-select-link {
    cursor: pointer;
    color: inherit !important;
    opacity: .75;
}

.page-view-select-link:hover,
.page-view-select-link:focus {
    color: #1a569d;
    text-decoration: none;
    opacity: 1;
}

.dropdown-scroll {
    max-height: 60dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.dropdown-scroll > * {
    overflow: visible;
}

.modal-body:has(.apps-list) {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.apps-list {
    overscroll-behavior: contain;
}

.users-counter {
    cursor: pointer;
}

.dev-tag {
    font-size: 0.8em;
    color: #9ca3af;
    font-weight: 500;
    margin-left: 0.25rem;
}

.counter-badge {
    flex-shrink: 0;
}

.m-w-13-rem {
    max-width: 13rem;
}
.m-w-fc {
    max-width: fit-content;
}

.card.wc-fc.min-w-100  #table-data {
    width: 100%;
}

.inner-tab-display >.row {
    margin-right:0;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.snippet-textarea-container {
    display: inline-flex;
    align-items: center;
}

.snippet-info-div {
    padding: 0 10px;
    margin-bottom:0.5rem;
}

.host-names-web-hook-url {
    font-weight: bold;
    padding-left: 10px;
}

.scans-web-hook-url {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}