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

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

.header-logs {
    margin: 0 6vw
}

#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;
}

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

.stationData:hover, .asnData: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);
    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.show {
    display: grid !important;
    justify-items: end;
}

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

/*.settings-table, .markdown > table {*/
/*--tblr-table-bg: white;*/
/*--tblr-table-accent-bg: white;*/
/*}*/
/*.settings-table > thead,*/
/*.settings-table > tbody,*/
/*.settings-table > tfoot,*/
/*.settings-table > tr,*/
/*.settings-table > td,*/
/*.settings-table > th {*/
/*    border-color: #e6e7e9;*/
/*}*/

.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;
}

.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-align: middle;
}

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

.cbx {
    height: 0;
    width: 0;
    visibility: hidden !important;
}

.cbx + label {
    cursor: pointer;
    /* text-indent: -9999px; */
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.cbx + label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.cbx:checked + label {
    background: #bada55;
}

.cbx:checked + label:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}

.cbx + label:active:after {
    width: 26px;
}

.icon {
    cursor: pointer;
}

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-header {
    padding: 0 2.5vw 0 2.5vw !important;
}

.modal-body {
    padding: 2vh 2vw 2vh 2vw !important;
    line-break: anywhere;
    overflow: auto;
}

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

.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;
}

.sliderLabel {
    position: absolute;
}

.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 {
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    transform: translateX(-50%);
    top: 50px;
}

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

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

.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;
}

/* adminActivity table */
    .cbcxl { width: 3%; }
    .ttcl { width: 16%; padding-left: 2%; }
    .locl { width: 40%; padding-left: 9% !important;}
    .dscl { width: 13% }

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

/* adminActivity table */

/*logs page*/

#logs-display-type{
    width: 9.5rem;
}
    /* logs table */
    .cbcl { width: 4%; }
    .tcl { width: 12%; }
    .sidcl { width: 14%; }
    .lcl { width: 18%; }
    .pcl { width: 6%; }
    .asncl { width: 15%; }
    .dcl { width: 11%; }
    .uncl { width: 9%; }
    .msgcl { width: 11%; }

    .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;
}

/*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*/


/* devices table */
    .cbcd { width: 5%; }
    .didcd { width: 15%; }
    .ucd { width: 11%; }
    .lcd { width: 16%; }
    .pcd { width: 5%; }
    .scd { width: 7%; }
    .dcd { width: 17%; }
    .fscd { width: 12%; }
    .lscd { width: 12%; }
/* devices table */

/* users table */
    .cbcu { width: 5%; }
    .ucu { width: 20%; }
    .dcu { width: 13%; }
    .acu { width: 26%; }
    .fscu { width: 12%; }
    .lscu { width: 12%; }
    .scu { width: 12%; }
/* users table */

.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: 7rem;
    z-index: 2009;
}

.inner-sticky-thead {
    position: sticky !important;
    overflow: visible;
    background: #1b1737;
    top: 0;
    z-index: 2009;
}

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

#fromDate {
    top: 0;
}

#toDate {
    top: 50%;
}

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

.fromDateToDate {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 200px;
    justify-content: space-between;
}

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

.value {
    border-top: 1px;
}

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

.two-charts {
    flex-direction: row;
}

.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;
}

.no-click-btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.4285714286;
    color: #1e293b;
    text-align: center;
    vertical-align: middle;
    padding: 0 1rem;
    font-size: 0.875rem;
}

.no-click-btn > div {
    padding: 0.5rem 0.75rem;
/*    ?*/
}

.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);
}

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

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

.red {
    background: #bb0000 !important;
}

.orange {
    background: #bb5e00 !important;
}

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

.front_text-info {
    padding: 0.3rem;
    border-radius: 1rem;
}

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

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

.butn {
    width: 65px
}

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;
}

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

.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;
}

.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);
}

.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;
}

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

.front_text-info {
    cursor: pointer;
}

.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;
}

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

.messageData > label{
    text-decoration: underline;
    cursor: pointer;
}

.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,
#summarized-card .logs-td {
    text-align: center !important;
}

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

#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(.sticky-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) 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 transparent;
    padding: 10px;
}

.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-countries {
    width: 50%;
}

.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;
}

/*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-40 {
        width: 48% !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;
    }

    .two-charts {
        flex-direction: column !important;
    }

    .no-scroll-body{
        overflow: scroll;
    }
    .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;
    }

    .two-charts {
        flex-direction: column !important;
    }

    .no-scroll-body{
        overflow: scroll;
    }
    .navbar-nav{
        display: flex !important;
        flex-direction: row !important;
    }
    .navbar-nav.mid-nav{
        flex-direction: column !important;
    }
}

.sticky-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;
}

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%;
}

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;
}
.icon-tabler-file-type-csv {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 2rem !important;
    pointer-events: none!important;
}
.nav-link::before {
    left: unset !important;
}
label:hover::before {
    opacity: 1;
    visibility: visible;
    font-size:small;
}
#pop_wr{
    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%;
}

.username-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{
    max-height: 250px;
    overflow-y: scroll;
    width: 100% !important;
}

.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: 1111;
    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;
}

/* Events summarized view - usernames td inner table usage */
.center-username-with-btn-td {
    display: flex;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    height: 7vh;
    align-items: center;
    justify-content: center;
}

/* Users span in the users td on table rows */
.users-data-span {
    align-items: center;
    justify-content: center;
}
/* custom subdomain */
.dns-validation {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 30px;
    padding: 0 0 0 0.75rem;
    margin: 0 10px;
    background: #368f36;
}
.get-distribution-cname{
    width: fit-content;
}