:root {

    --head-table-background-color: #E8E8E8;
    --head-table-text-color: #5D5D5D;
    --table-inactive-row-color: #BDBDB7;

    --chart-running-color: #3FB845;
    --chart-error-color: #ED4444;
    --chart-unreachable-color: #FF9900;

    --inactive-color: #9E9E9E;
}

body, p, span {
    font-family: Inter, sans-serif !important;
    overflow: auto;
}

.action-button {
    color: #000000 !important;
}

.action-button-inactive {
    color: var(--table-inactive-row-color) !important;
}

.action-button-tree-selected {
    color: #ffffff !important;
}

.app-content {
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    padding: 24px 36px 24px 32px !important;
    background: #F6F6F6;
}

.public-app-content {
    background: #F6F6F6;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-form {
    background: #FFFFFF;
    width: 30%;
    padding: 48px;
}

.legend-item {
    border-radius: 4px;
    width: 16px;
    height: 16px;
}

.running-legend {
    background: var(--chart-running-color);
}

.error-legend {
    background: var(--chart-error-color);
}

.unreachable-legend {
    background: var(--chart-unreachable-color);
}

.filter-icon {
    background: #F6F6F6;
    width: 40px;
    margin-bottom: 8px;
    margin-right: 4px;
    cursor: pointer;
}

.active-filter-icon {
    background: #000000;
    color: #FFFFFF;
}

.app-inner-content {
    background: #ffffff !important;
    min-height: calc(100vh - 220px) !important;
    padding: 61px 32px 30px;
    margin-bottom: auto;
    border-radius: 8px !important;
    color: #000000;
}

.app-inner-content-standard {
    background: #ffffff !important;
    min-height: calc(100vh - 180px) !important;
    padding: 22px 32px 30px;
    margin-bottom: auto;
    border-radius: 8px !important;
}

.access-denied-content {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    color: #000000;
}

.arrow-back {
    margin-top: 5px;
    cursor: pointer;
    margin-right: 8px;
}

.asset-header {
    background-color: var(--head-table-background-color);
    color: var(--head-table-text-color);
}

.status-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.status-dot-blink {
    animation: blink 0.42s infinite alternate;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.65;
    }
}

.host-status-running, .asset-status-started, .asset-status-on, .client-status-active {
    background: #3FB845;
}

.asset-status-stopped, .asset-status-error {
    background: #e70707;
}

.host-status-unstable, .asset-status-paused {
    background: #d5d549;
}

.asset-status-undeployed, .asset-status-off, .client-status-inactive {
    background: #9E9E9E;
}

.asset-status-unreachable, .host-status-unreachable {
    background: var(--chart-unreachable-color);
}

.host-status-inactive {
    background: #BDBDB7;
}

.asset-errors-counter {
    color: #e70707 !important;
}

.login-page {
    background: #85aac7;
    margin: 0 !important;
}

.login-form {
    background: #ffffff;
}

.user-icon-button {
    color: #000000 !important;
    font-weight: 600 !important;
    background: #F6F6F6;
    border-radius: 23px;
    border: 2px solid #EEEEE8;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-counter {
    font-size: 180px !important;
    color: #c35c5c;
    cursor: pointer;
}

.alert-circle-counter {
    background: #c35c5c;
    color: #FFFFFF;
    border-radius: 50%;
    min-width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
}

tr.inactive-row td {
    color: #9E9E9E !important;
}

tr.active-row td {
    color: #000000 !important;
}

.client-tabs {
    border-bottom: 1px solid #E4E4DF;
}

.client-tab {
    color: #000000 !important;
}

.client-tab-selected {
    color: #000000 !important;
    font-weight: 600 !important;
}

.client-details-general-data {
    font-size: 20px !important;
    color: #000000;
    padding-right: 48px;
}

.client-details-general-label {
    font-size: 14px !important;
    padding-right: 48px;
    color: #656565;
}

.status-indicator {
    margin-top: 7px;
    padding: 10px;
    color: #ffffff;
    margin-left: 16px;
    border-radius: 100px;
}

.confirmation-modal {
    width: 700px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
    border: 1px solid #000000;
    border-radius: 4px;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.confirmation-modal-content {
    padding: 40px 32px 24px 32px;
}

.message-inner-box {
    border: 1px solid #E0E0E0;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 40px;
    margin-top: 42px;
}

.return-label {
    font-size: 20px !important;
    color: #000000 !important;
}

.dashboard-client-details {
    flex-grow: 1;
    margin-right: 24px;
    padding: 16px;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    background: #FAFAFA;
}

.dashboard-alert-details {
    padding: 16px;
    border: 1px solid #EF5959;
    background: #FEEBEE;
    margin-right: 0px;
}

.timer-sand-icon {
    color: var(--chart-running-color);
}

.treeview-scrollable {
    overflow-y: scroll;
    height: 63vh;
}
