﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-ms-reveal {
    display: none;
}

.wrapper {
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

/* Overrides - Will be merged w/ main bootstrap template where possible when done */
body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    opacity: 1 !important;
}

.form-group-no-margin .form-group {
    margin-bottom: 0px !important;
}

p.pre-scrollable {
    background: #eee;
    padding: 10px;
}

.side-nav-icon {
    color: white;
    font-size: 18px;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    animation-name: fadein;
    animation-timing-function: ease-in-out;
    animation-duration: 1500ms;
    animation-iteration-count: 1;
}

.sidebar-link, a.sidebar-link {
    display: block;
    padding: .75rem 1.5rem;
    color: hsla(0,0%,100%,.55);
    font-weight: 400;
    transition: background .1s ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}



.sidebar-link .align-middle {
    animation-name: fadein;
    animation-timing-function: ease-in-out;
    animation-duration: 3000ms;
    animation-iteration-count: 1;
}

@keyframes fadein {

    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.detail {
    width: 50vw;
    overflow-y: auto;
    height: 78vh;
    animation-timing-function: ease-in-out;
    animation-duration: 1500ms;
    animation-iteration-count: 1;
}

@keyframes slide-in-right {
    from {
        position: relative;
        right: -1500px;
    }

    to {
        position: relative;
        right: 0px;
    }
}

.react-datepicker-wrapper {
    width: 100%;
}

.detail-related .pulse-circles {
    display: none;
}

.detail-related .pulse-date {
    padding-left: 0px !important;
    font-size: 12px !important;
}

.detail-related .oi {
    font-size: 16px !important;
}

.detail-related h5 {
    font-size: 12px;
}

.detail-related .text-muted {
    font-size: 10px !important;
}


.detail-related .pcard-headers {
    float: left;
}
.pcard-headers.activity-feed-pulse {
    padding-bottom: -8px;
    float: left;
    width:34%;
}

.detail-related .pulse-ip-info {
    float: right;
    padding-top: 8px;
    margin-left: 20px;
}

.detail-related .card {
    height: auto !important;
    margin-bottom: 0px !important;
    background-color: white !important;
    border-left: 0 !important;
    border-bottom: 1px solid #40B4E5 !important;
    border-right: 0;
}

.circle-activity-info {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    color: white;
    font-weight: bold;
    margin: auto;
    font-size: 10px !important;
}

.fs-8 {
    font-size: 8px;
}

.pcard-info h5 {
    color: #333 !important;
}

.pcard-report-info h5 {
    color: #333 !important;
}

.pcard-device-info h5 {
    color: #333 !important;
}


@keyframes yellowfadetocard {
    from {
        background: yellow;
    }

    to {
        background: #f1f1f1;
    }
}



.pcard-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 3px;
}

.pcard-report-info {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 3px;
}

.pcard-device-info {
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 3px;
}

.todo-toggle-button {
    margin-bottom: -25px !important;
    margin-top: 0 !important;
}

.bg-green {
    background: radial-gradient(circle at 50% 120%, #48ec26, #3c3337 10%, #50f23c 80%, #65ff52 100%)
}

.bg-red {
    background: radial-gradient(circle at 50% 120%, #ec264e, #3c3337 10%, #e21414 80%, #ff6252 100%)
}

.bg-yellow {
    background: radial-gradient(circle at 50% 120%, #e8d615, #3c3337 10%, #ead815 80%, #fff160 100%)
}

@keyframes greenLight {
    0% {
        background: radial-gradient(circle at 50% 120%, #48ec26, #3c3337 10%, #50f23c 80%, #65ff52 100%)
    }

    50% {
        background: radial-gradient(circle at 50% 120%, #48ec26, #615b5e 10%, #8cff78 80%, #65ff52 100%)
    }

    100% {
        background: radial-gradient(circle at 50% 120%, #48ec26, #3c3337 10%, #50f23c 80%, #65ff52 100%)
    }
}

@keyframes redLight {
    0% {
        background: radial-gradient(circle at 50% 120%, #ec264e, #3c3337 10%, #e21414 80%, #ff6252 100%);
    }

    50% {
        background: radial-gradient(circle at 50% 120%, #ec264e, #615b5e 10%, #ff4f4f 80%, #ff6252 100%);
    }

    100% {
        background: radial-gradient(circle at 50% 120%, #ec264e, #3c3337 10%, #e21414 80%, #ff6252 100%);
    }
}

.btn-info {
    color: white !important;
}

h5 {
    color: #acacac !important;
}

.override-important h5 {
    color: black !important;
}

.card {
    border-top: 0px !important;
}

.card-title {
    font-weight: normal !important;
    font-size: 0.9rem !important;
    border-bottom: 1px solid #dedede !important;
}

h5 .card-title-sentinel-one {
    color: #222a37 !important;
}

.card-body {
    padding-top: 0px !important;
}

.content {
    padding: 0.2rem !important;
}

.card-header {
    border: 0 !important;
    background: transparent !important;
}

.accordion > .card {
    border: 1px solid #e5e9f2 !important;
}

div.main {
    overflow-x: hidden;
    width:100%
}

.pad-border-0 {
    padding: 0px !important;
    border: 0 !important;
}

.custom-select{
   -moz-appearance: none;
   -webkit-appearance: none;
}

.sidebar-sticky .sidebar-content {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    border-right: 0;
}

.sidebar-header {
    background: transparent;
    color: #adb5bd;
    padding: .375rem 1.5rem;
    font-size: .75rem;
    text-transform: none;
}

.sidebar-nav {
    list-style: none;
    padding-left: 0;
}

.sidebar-dropdown .sidebar-link {
    padding: .625rem 1.5rem .625rem 2.75rem;
    color: #adb5bd;
    /*background: #222a37;*/
    font-weight: 400;
}

.sidebar-link:hover {
    text-decoration: none !important;
    color: #ED8B00 !important;
}

.sidebar-link:hover svg, a.sidebar-link:hover svg {
    color: #ED8B00 !important;
    stroke: #ED8B00 !important;
}

.sidebar-link:hover .side-nav-icon {
    color: #ED8B00 !important;
}

.sidebar-link svg, a.sidebar-link svg {
    margin-left: .2em;
    margin-right: 10px !important;
}


.sidebar.toggled {
    margin-left: -80px !important;
}

.sidebar.toggled .sidebar-content {
    left: 0 !important;
    overflow-x: hidden !important;
    width: 70px !important;
}

.sidebar.toggled .sidebar-link svg {
    margin-right: 8px !important;
}

.sidebar.toggled .sidebar-link span {
    display: none !important;
}

.sidebar.toggled .sidebar-header, .sidebar.toggled .sidebar-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

.sidebar.toggled .sidebar-brand {
    display: none;
}

.sidebar-brand-small {
    font-weight: 400;
    font-size: 1.15rem;
    padding: 1.15rem 1.5rem;
    color: #f8f9fa;
    display: none;
}

.sidebar-brand {
    font-weight: 400;
    font-size: 1.15rem;
    padding: 1.15rem 1.5rem;
    color: #f8f9fa;
    display: block;
}

.sidebar-brand img {
    max-width: 100%;
}

.sidebar-toggle {
    cursor: pointer;
}
.sidebar.toggled .sidebar-brand-small {
    display: block;
}
.sidebar {
    background: transparent !important;
    position: relative !important;
    transition: none !important;
    min-width: 150px;
    max-width: 150px;
    border-right: 0;
}

.sidebar [data-toggle=collapse] {
    position: relative;
}

.sidebar [data-toggle=collapse]:before {
    content: " ";
    border: solid;
    border-width: 0 .1rem .1rem 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.2rem;
    right: 1.25rem;
    transition: all .2s ease-out;
}

.sidebar [aria-expanded=true]:before, .sidebar [data-toggle=collapse]:not(.collapsed):before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 1.4rem;
}

.sidebar-content {
    background: #008AAB !important;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: 1;
    border-right: 0;
}

.a {
    cursor: pointer;
}
@keyframes slide-in-left {
    from {
        position: relative;
        left: -150px;
    }

    to {
        position: relative;
        left: 0px;
    }
}

.sidebar-bubble {
    border-radius: 50%;
    background: white;
    position: fixed;
    top: 80px;
    width: 30px;
    height: 30px;
    left: 135px;
    z-index: 100;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding-top: 4px;
    -moz-animation-name: bubble-slide-in;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-name: bubble-slide-in;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
}

    .sidebar-bubble.collapsed {
        left: 60px
    }

@keyframes bubble-slide-in {
    0% {
       top: 0px;
    }

    100% {
        top: 80px;
    }
}

.searchBoxForm {
    width: 648px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 4px 0 rgba(0,0,0,.16);
    background-color: #fff;
    display: inline-block;
    border-collapse: collapse;
    border-spacing: 0;
    list-style: none;
    color: #666;
}

.searchBox {
    width: 568px;
    font-size: .8rem;
    margin: 5px 0 1px 5px;
    /* padding: 0 10px 0 0; */
    /* border: 0; */
    /* max-height: 30px; */
    /* outline: none; */
    /* box-sizing: content-box; */
    /* height: 35px; */
    /* vertical-align: top; */
    font-weight: 400;
    font-size: .8rem;
}

.searchBoxSubmit {
    background-color: #fff;
    border-color: #fff;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    text-indent: -99em;
    border-width: 0;
    border-style: solid;
    margin: 10px;
    outline: 0;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.list-item {
    margin-right: 2em;
    padding-right: .5em;
}

#notifications-preview {
    transition: all 0.5s ease;
    width: 400px;
    height: 400px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 9995;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
    border-radius: 10px 10px 0 10px;
    padding: 15px;
    animation: slideIn 0.1s linear;
}

    #notifications-preview h3 {
        color: #FFF;
    }

#notifications-list {
    max-height: 330px;
    overflow-y: auto;
}

@keyframes slideIn {
    0% {
        height: 300px;
        opacity: 0.1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        height: 400px;
        opacity: 1;
    }
}

.hidden {
    display: none;
}

.droplet-button {
    transition: all 0.5s ease;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 9995;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
    cursor: pointer;
    border-radius: 34px 8px 34px 34px;
    color: #FFF;
    padding: 7px 10px 10px;
    display: table;
}

    .droplet-button.boxed {
        border-radius: 0 10px 10px 0;
    }

    .droplet-button .button-text {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 100%;
        width: 100%;
        font-size: 23px;
        padding: 2px 0 0 2px;
        font-family: Helvetica;
        font-weight: bold;
    }

.pulse {
    animation: pulse 2s infinite;
}

    .pulse:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(220,53,69, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(220,53,69, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(220,53,69, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(220,53,69, 0.4);
        box-shadow: 0 0 0 0 rgba(220,53,69, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(220,53,69, 0);
        box-shadow: 0 0 0 10px rgba(220,53,69, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(220,53,69, 0);
        box-shadow: 0 0 0 0 rgba(220,53,69, 0);
    }
}

.log-snippet {
    width: 100%;
    padding: 1em;
}

.AlarmsContainer {
    position: relative;
    border-bottom: 1px solid #ddd;
}

    .AlarmsContainer .NotificationBar {
        position: absolute;
        width: 4px;
        height: 100%;
        float: left;
        margin-left: -4px;
    }

.aw-select {
    width: auto;
}


/*
 * Content
 */

/*[role="main"] {
   padding-top: 133px; /* Space for fixed navbar */ /*
}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 48px; /* Space for fixed navbar */ /*
    }
}*/

@keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#manage-users .update-user {
    margin-bottom: 5px;
}

#manage-users .update-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#card-body select {
    width: auto;
}

.tabFilterContainer {
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes slide-in-left {
    from {
        position: relative;
        left: -1500px;
    }

    to {
        position: relative;
        left: 0px;
    }
}

@keyframes vibrate {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.react-tabs__tab {
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 12px;
    cursor: pointer;
}

.react-tabs__tab--selected {
    background: #fff;
    border-color: #aaa;
    color: black;
    border-radius: 5px 5px 0 0;
}

.chicklet-flow-right {
    text-align: center;
}
    .chicklet-flow-right.activity-feed {
        padding-top: 20px;
        text-align: center;
    }

    .chicklet-flow-right.device {
        padding-top: 10px;
        text-align: right;
        margin-left: auto;
        float: right;
    }

    .chicklet-flow-right.asset {
        padding-top: 10px;
        text-align: right;
        margin-left: auto;
        float: right;
    }

    .chicklet-flow-right.scan {
        padding-top: 10px;
        text-align: right;
        margin-left: auto;
        float: right;
    }

        .chicklet-flow-right.activity-feed h5 {
            color: black !important
        }
    .chicklet-flow-right span {
        display: inline-block;
        margin-right: 15px;
    }
    .chicklet-flow-right.pcard-info h4 {
        margin-bottom: -3px;
    }


.chicklet-flow-middle {
    text-align: left;
    float:left;
    height: 100%
}
    .chicklet-flow-middle.pcard-info h3 {
        padding-top: 17px;
    }

    .chicklet-flow-middle.pcard-info h4 {
        margin-bottom: -3px;
    }

.chicklet-icon {
    font-size: 32px;
    margin: 15px;
    color: #808080;
    float:left;
}

.pulse-alert-icon {
    font-size: 2vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    color: #808080;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.pulse-alert-card {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}
.pulse-alert-subcard-1 {
    overflow: hidden;
}

.pulse-alert-subcard-2 {
    margin-left: 1vw;
    overflow: hidden;
}

.pulse-alert-subcard-3 {
    margin-left: 0.5vw;
}

.pulse-text {
    margin: 0rem;
    font-weight: 400;
}

.pulse-icon {
    position: relative;
    display: inline-block;
}

    .pulse-icon .pulse-icontext {
        visibility: hidden;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 100%;
        margin-left: -2vw;
    }

    .pulse-icon:hover .pulse-icontext {
        visibility: visible;
    }

.flex-container {
    display: flex;
}

    .flex-container > div {
        background-color: #fff2e7;
        padding: 3px;
    }

.container.full{
    max-width: 100%
}

ul.managed-orgs {
    height: 100px;
    overflow-y: scroll;
    box-shadow: inset 0 0 4px #b1b1b1;
    background-color: #dee2e6;
    padding-top: 5px;
}

.dropdown {
    width: 12vw;
    display: inline-block;
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow-y: scroll;
    height: 20vh;
}

.dropdown-content a {
    color: black;
    padding: 8px;
    text-decoration: none;
    display: block;
    }

.dropdown-content a:hover {
    background-color: #d2cfcf
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.circular-loader {
    position: absolute;
    left: 60%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal {
    background: rgba(0, 0, 0, 0.6);
}

.modal-container {
    position: absolute;
    width: 50%;
    background: #ffffff;
    left: 45%;
    top: 40%;
    padding: 20px;
}

.icon {
    position: relative;
    display: inline-block;
}

    .icon .icontext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 100%;
        margin-left: -2vw;
    }

    .icon:hover .icontext {
        visibility: visible;
    }

.v-card-header.bg-info {
    border: 0 !important;
    background-color: rgb(255, 158, 54);
}

.device-network-required-tab:after {
    content: " *";
    color: red;
}
.bounce-spinner {
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
}

.bounce-spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.bounce-spinner .bounce1 {
    animation-delay: -0.32s;
}

.bounce-spinner .bounce2 {
    animation-delay: -0.16s;
}


@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.0);
    }
}

.device-info-modal {
    font-size: 1.2em;
}

.appliance-feed-card {
    height: 65px;
    margin-bottom: -1px;
    padding-right: 5px;
    border-right: 0;
    border-bottom: 2px solid #40B4E5;
    cursor: pointer;
    border-top: 0px !important;
    display: flex;
}

.orchestrator-feed-card {
    height: 65px;
    padding-right: 5px;
    border-right: 0;
    cursor: pointer;
    border-top: 0px !important;
    display: flex;
}

.appliance-card {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.appliance-subcard {
    overflow: hidden;
}

.appliance-text {
    margin: 0rem;
    font-weight: 400;
}

.appliance-icon {
    position: relative;
    display: inline-block;
}

    .appliance-icon .appliance-icontext {
        visibility: hidden;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 100%;
        margin-left: -2vw;
    }

    .appliance-icon:hover .appliance-icontext {
        visibility: visible;
    }

.appliance-tab {
    border-radius: 5px;
    border: 1px solid #E4F2D2;
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 2px 2px;
    cursor: pointer;
}

.appliance-tab--selected {
    background-color: #E4F2D2;
}

.appliance-tablist {
    margin: 0 0 0px;
    padding: 0;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.appliance-text {
    margin: 0rem;
    font-weight: 400;
}

.appliance-table-row:nth-child(odd) {
    background-color: #E4F2D2;
    height: 40px;
}

.appliance-table-row:nth-child(even) {
    background-color: #fff;
    height: 40px;
}

.asset-detail-card {
    height: 50px;
    margin-bottom: -1px;
    border: 1px solid #242424;
    width: 100%;
    background: #E4F2D2;
    border-radius: 5px;
    cursor: pointer;
}
.asset-detail-subcard {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.asset-text {
    margin: 0rem;
    font-weight: 400;
}

.asset-icon {
    position: relative;
    display: inline-block;
    width: 1.5vw;
}

.asset-icon .asset-icontext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 100%;
    margin-left: -2vw;
}

.asset-icon:hover .asset-icontext {
    visibility: visible;
}

.asset-table-row:nth-child(odd) {
    background-color: #E4F2D2;
    height: 40px;
}
.asset-table-row:nth-child(even) {
    background-color: #fff;
    height: 40px;
}

.asset-tab {
    border-radius: 5px;
    border: 1px solid #E4F2D2;
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 2px 2px;
    cursor: pointer;
    width: calc(25%);
}

.asset-tab--selected {
    background-color: #E4F2D2;
}

.asset-tablist {
    margin: 0 0 0px;
    padding: 0;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.vulnerability-text {
    font-size: 15px;
    font-weight: 500;
}

.filter-title-card {
    font-weight: normal !important;
    font-size: .9rem !important;
    margin-bottom: 5px;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf?v=1.0");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf?v=1.0");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.ttf?v=1.0");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.ttf?v=1.0");
}


.custom-tooltip-container {
    position: relative;
    display: inline-block;
    z-index: 99;
  }
  
.custom-tooltip-text {
    visibility: hidden;
    background-color: #28a745;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
  
    position: absolute;
    z-index: 100;
    bottom: 125%; /* Adjust position as needed */
    left: 40%;
    transform: translateX(-50%);
  
    opacity: 0;
    transition: opacity 0s; /* No delay */
    width: 200%;
  }
  
.custom-tooltip-container:hover .custom-tooltip-text {
    visibility: visible;
    opacity: 1;
}


btn-secondary {
    background-color: rgb(136, 139, 141);
    border-bottom-color: rgb(136, 139, 141);
    border-left-color: rgb(136, 139, 141);
    border-right-color: rgb(136, 139, 141);
    border-top-color: rgb(136, 139, 141);
}

btn-info {
    background-color: rgb(237, 139, 0);
    border-bottom-color: rgb(237, 139, 0);
    border-left-color: rgb(237, 139, 0);
    border-right-color: rgb(237, 139, 0);
    border-top-color: rgb(237, 139, 0);
}

.fas {
    font-family: FontAwesome;
    font-size: 20px;
    color: rgb(120, 190, 32);
}