﻿/* #region Common UI */

.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#components-reconnect-modal {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    text-align: center;
}

    #components-reconnect-modal.components-reconnect-show {
        display: block;
    }

        #components-reconnect-modal.components-reconnect-show div.reconnecting {
            display: flex;
        }

div.reconnecting {
    display: none;
}

#components-reconnect-modal.components-reconnect-failed {
    display: block;
}

    #components-reconnect-modal.components-reconnect-failed div.failed-to-connect {
        display: flex;
    }

div.failed-to-connect {
    display: none;
}

#components-reconnect-modal.components-reconnect-rejected {
    display: block;
}

    #components-reconnect-modal.components-reconnect-rejected div.connection-rejected {
        display: flex;
    }

div.connection-rejected {
    display: none;
}

#components-reconnect-modal.components-reconnect-hide {
    display: none;
}

.thin-scrollbar ::-webkit-scrollbar {
    height: 5px;
}

.thin-scrollbar ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.thin-scrollbar ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    .thin-scrollbar ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.176);
    border-radius: 12px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    margin: 0px -14px -14px -14px;
}

    .form-footer > * {
        margin: .25rem;
    }

    .form-footer > .btn {
        min-width: 100px;
    }

@media (min-width: 768px) {
    .form-footer {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -16px;
        margin-top: 0;
    }
}

label {
    margin-bottom: .5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-light {
    --bs-btn-hover-bg: #e9ecef;
    --bs-btn-hover-border-color: #e9ecef;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
}

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

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

/* #endregion */

/* #region Table */

.table-fixed-header {
    table-layout: fixed;
    border-collapse: collapse;
}

    .table-fixed-header td:first-child,
    .table-fixed-header th:first-child {
        max-width: 1%;
    }

    .table-fixed-header td:not(:first-child),
    .table-fixed-header th:not(:first-child) {
        width: 100%;
    }

    .table-fixed-header thead tr {
        display: block;
        position: relative;
    }

    .table-fixed-header tbody {
        display: block;
        overflow: auto;
        width: 100%;
    }

.table-scrollable {
    overflow-y: auto;
    max-height: 60vh;
}

.table-checkbox-column {
    width: 1px;
}

.table-row {
    cursor: pointer;
}

.table-selected-row {
    color: white !important;
    background-color: #007BFF !important;
}

    .table-selected-row:hover {
        --bs-table-hover-color: #fff !important;
    }

.table-sort-arrow {
    cursor: pointer;
    width: 18px;
}

.table-sort-arrow-up {
    content: url("/svg/icon-table-arrow-sort.svg");
}

.table-sort-arrow-down {
    content: url("/svg/icon-table-arrow-sort.svg");
    transform: rotate(180deg);
}

.table-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

    .table-loading.table-blur {
        display: flex;
        background: #FFFFFF80;
    }

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6;
}

.table > thead > tr > th {
    padding: 12px !important;
}

.table > tbody > tr > td {
    padding: 12px !important;
}

.input-search-icon {
    padding-left: calc(1.5em + .75rem);
    background-image: url("/svg/icon-search.svg");
    background-repeat: no-repeat;
    background-position: left calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    min-width: 150px;
}

.table {
    background: #fff;
    color: #0E3059 !important;
}

    .table thead th {
        vertical-align: bottom;
        border-top: 0;
        border-bottom: 1px solid #dee2e6;
    }

td:focus {
    outline: none;
}

th {
    white-space: nowrap;
}

td {
    white-space: nowrap;
}

.table-col-menu {
    width: 24px;
}

.pagination {
    margin: 0;
}

.table-responsive > div {
    margin-left: 0;
    margin-right: 0;
}

/* #endregion */

.btn-min-w {
    min-width: 74px;
}

.settings-card {
    max-width: 998px;
    background: #FFF;
    border-radius: 0.25rem !important;
    border: 1px solid #dee2e6 !important;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
}

.icon-collapse-arrow {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid black;
    border-left: .3em solid transparent;
}

div.collapsed > img.icon-collapse-arrow {
    border-top: .3em solid black;
    border-bottom: 0;
}

.icon-btn {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    transform: translate(0px,-1px);
}

.max-50-vh {
    max-height: 50vh;
}

/* #region Toasts */

.toasts-wrapper {
    bottom: 0;
    right: 1rem;
    z-index: 999;
    display: flex;
    position: fixed;
    flex-direction: column;
    max-width: 100%;
}

.toast-item {
    width: 350px;
    margin-bottom: 20px;
    margin-left: 20px;
    animation: fadein 1s;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,.1);
    font-size: inherit !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* #endregion */

/* Override disable custom checkbox */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd;
}

/*#region Bg color */
.border-navyblue {
    border-color: #0E3059 !important;
}
/*#endregion*/

/* #region Text color */
.text-navyblue {
    color: #0E3059 !important;
}

.text-gray {
    color: #7A7C8B !important;
}
/*#endregion*/

.cursor-default {
    cursor: default !important;
}

/* #region Override colors */

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #E7EAEE;
    cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #E7EAEE;
    cursor: pointer;
}

/* #endregion */

body {
    background: #F7F8FC;
}

/* #region Dashboard */

.custom-sidebar {
    padding: 7px;
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    overflow-x: hidden;
    background: linear-gradient(to top, #081C33, #0E3059);
}

.custom-main {
    width: 100%;
    overflow-x: hidden;
}

.custom-content {
    padding: 7px;
    overflow-x: hidden;
    height: calc(100vh - 59px);
    background: #F7F8FC;
}

.card-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1140px) {
    .card-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1580px) {
    .card-col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.dashboard-card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    height: 340px;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.dashboard-card__title {
    color: #7A7C8B;
    font-weight: 500;
}

.dashboard-card-logo {
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-card-logo__img {
    height: 112px;
}

.dashboard-card-body {
    height: 115px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.dashboard-card-wrapper {
    position: relative;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dashboard-card-info__title {
    color: #7A7C8B;
}

.dashboard-card-info__text {
    color: #0E3059;
    font-size: 36px;
}

/* --- Card notify --- */
.dashboard-card-notify-header {
    height: 170px;
    display: flex;
    flex-direction: row;
}

.dashboard-card-notify-logo {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-card-notify.dashboard-card-logo__img {
    height: 84px;
}

.dashboard-card-list-wrapper {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.dashboard-card-list {
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 148px;
}

.list-group-horizontal-lines .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-horizontal-lines:first-child .list-group-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-horizontal-lines:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/*#endregion */

/*#region Sidebar */

.navigation-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.navigation-menu__body {
    flex: 1 0 auto;
}

.navigation-menu__footer {
    flex-shrink: 0;
}

.sidebar-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0E3059;
    background-color: #FFFFFF;
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 1px;
}

    .sidebar-pills .nav-link.active:hover {
        color: #0E3059;
        background-color: #FFF;
    }

        .sidebar-pills .nav-link.active:hover > .i-sidebar {
            background: #0E3059;
        }

.sidebar-pills .nav-link, .nav-pills .show > .nav-link {
    color: #B6C0CB;
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 1px;
}

    .sidebar-pills .nav-link > .i-sidebar {
        background: #B6C0CB;
    }

    .sidebar-pills .nav-link.active > .i-sidebar {
        background: #0E3059;
    }

    .sidebar-pills .nav-link:hover {
        color: #FFF;
        background-color: #304966;
        font-weight: 500;
    }

        .sidebar-pills .nav-link:hover > .i-sidebar {
            background: #FFF;
        }

.sidebar-expand-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FFFFFF;
    background-color: #0E3059;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 2px;
}

    .sidebar-expand-pills .nav-link.active:hover {
        color: #FFFFFF;
        background-color: #0E3059;
    }

.sidebar-expand-pills .nav-link, .nav-pills .show > .nav-link {
    color: #0E3059;
    font-weight: 500;
}

    .sidebar-expand-pills .nav-link:hover {
        color: #0E3059;
        background-color: #E7EAEE;
        font-weight: 500;
    }

        .sidebar-expand-pills .nav-link:hover > .i-sidebar {
            background: #FFF;
        }

.aria-exp.collapsed > .icon-arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.copyright {
    color: #B6C0CB;
    opacity: 0.8;
    font-size: 14px;
    padding-bottom: 15px;
    margin-top: 15px;
    text-align: center !important;
}

/* #endregion */

/*#region Horizontal Pills*/

.custom-horizontal-pills {
    margin-top: -24px;
    background: #0E3059;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .custom-horizontal-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #0E3059;
        background-color: #FFFFFF;
        font-weight: 500;
        margin-left: 2px;
        margin-right: 2px;
    }

        .custom-horizontal-pills .nav-link.active:hover {
            color: #0E3059;
            background-color: #FFF;
        }

            .custom-horizontal-pills .nav-link.active:hover > .i-sidebar {
                background: #0E3059;
            }

    .custom-horizontal-pills .nav-link, .nav-pills .show > .nav-link {
        color: #B6C0CB;
        font-weight: 500;
    }

        .custom-horizontal-pills .nav-link > .i-sidebar {
            background: #B6C0CB;
        }

        .custom-horizontal-pills .nav-link.active > .i-sidebar {
            background: #0E3059;
        }

        .custom-horizontal-pills .nav-link:hover {
            color: #FFF;
            background-color: #304966;
            font-weight: 500;
        }

            .custom-horizontal-pills .nav-link:hover > .i-sidebar {
                background: #FFF;
            }

/* #endregion */

/* #region Cards */

.custom-card {
    background: #FFF;
    width: 388px;
    padding: 20px;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
}

@media (max-width: 600px) {
    .custom-card {
        width: 100%;
        height: 100%;
        border: none !important;
        border-radius: 0px !important;
    }
}

.custom-card-footer > .btn {
    min-width: 100px;
    margin: .25rem;
}

.details-card {
    background: #fff;
    border-radius: 0.25rem !important;
    margin: 0px;
    padding: 7px 0px;
    border: 1px solid #dee2e6 !important;
}

/* #endregion */

/*checkbox*/
.custom-control-label {
    vertical-align: top;
    cursor: pointer;
}

.disable-selection {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

/*#region Dropdown menu */
.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.no-arrow .dropdown-toggle::after {
    display: none;
}

.dropdown-menu-end {
    right: 2px;
    left: auto;
}
/*#endregion*/

/*#region Breadcrumb */

.breadcrumb {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

/*#endregion*/

/*#region Icons*/

/* Sidebar */
.icon-dashboard {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('../svg/sidebar-icon-dashboard.svg');
    mask: url('../svg/sidebar-icon-dashboard.svg');
}

.icon-employees {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('/svg/sidebar-icon-employees.svg');
    mask: url('/svg/sidebar-icon-employees.svg');
}

.icon-computers {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('../svg/sidebar-icon-workstations.svg');
    mask: url('../svg/sidebar-icon-workstations.svg');
}

.icon-groups {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('../svg/sidebar-icon-groups.svg');
    mask: url('../svg/sidebar-icon-groups.svg');
}


.icon-shared-accounts {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('../svg/sidebar-icon-shared-accounts.svg');
    mask: url('../svg/sidebar-icon-shared-accounts.svg');
}

.icon-templates {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('../svg/sidebar-icon-templates.svg');
    mask: url('../svg/sidebar-icon-templates.svg');
}

.icon-devices {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('/svg/sidebar-icon-hardware-vaults.svg');
    mask: url('/svg/sidebar-icon-hardware-vaults.svg');
}

.icon-software-vault {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('../svg/sidebar-software-vaults.svg');
    mask: url('../svg/sidebar-software-vaults.svg');
}

.icon-audit {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('../svg/sidebar-icon-audit.svg');
    mask: url('../svg/sidebar-icon-audit.svg');
}

.icon-settings {
    width: 24px;
    height: 24px;
    background: #FFF;
    -webkit-mask: url('../svg/sidebar-icon-settings.svg');
    mask: url('../svg/sidebar-icon-settings.svg');
}

.icon-arrow {
    width: 24px;
    height: 24px;
    float: right;
    background: #FFF;
    -webkit-mask: url('../svg/sidebar-icon-arrow.svg');
    mask: url('../svg/sidebar-icon-arrow.svg');
}

.icon-enable {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    background-color: #0d6efd;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'%3E%3C/path%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'%3E%3C/path%3E%3C/svg%3E");
}

.icon-disable {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    background-color: #6c757d;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'%3E%3C/path%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'%3E%3C/path%3E%3C/svg%3E");
}

.icon-wait {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    background-color: #198754;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-hourglass-split' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-hourglass-split' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z'/%3E%3C/svg%3E");
}
/*#endregion*/

/* #region Wizard */
.wizard-tab {
    width: 100%;
    min-height: 384px;
}

.content-centered {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.state-connected:before {
    content: "";
    margin-right: 5px;
    height: 9px;
    width: 9px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.wizard-header {
    padding: 10px;
}

.wizard {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #3c4858;
    font-size: 15px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    display: flex;
    width: 100%;
    font-size: 0;
}

.wizard-item {
    position: relative;
    display: inline-block;
    flex: 1;
    overflow: hidden;
    vertical-align: top;
}

    .wizard-item:last-child {
        flex: none;
    }

        .wizard-item:last-child > .wizard-item-tail,
        .wizard-item:last-child > .wizard-item-content > .wizard-item-title::after {
            display: none;
        }

.wizard-item-icon,
.wizard-item-content {
    display: inline-block;
    vertical-align: top;
}

.wizard-item-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    transition: background-color 0.3s, border-color 0.3s;
}

    .wizard-item-icon > .wizard-icon {
        position: relative;
        top: -1px;
        color: #007bff;
        line-height: 1;
    }

.wizard-item-tail {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

    .wizard-item-tail::after {
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #e8e8e8;
        border-radius: 1px;
        transition: background 0.3s;
        content: '';
    }

.wizard-item-title {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    color: #3c4858;
    font-size: 17px;
    line-height: 32px;
}

    .wizard-item-title::after {
        position: absolute;
        top: 16px;
        left: 100%;
        display: block;
        width: 9999px;
        height: 1px;
        background: #e8e8e8;
        content: '';
    }

.wizard-item-description {
    color: rgba(0, 0, 0, 0.45);
    font-size: 15px;
}

.wizard-item-wait .wizard-item-icon {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.25);
}

    .wizard-item-wait .wizard-item-icon > .wizard-icon {
        color: rgba(0, 0, 0, 0.25);
    }

        .wizard-item-wait .wizard-item-icon > .wizard-icon .wizard-icon-circle {
            background: rgba(0, 0, 0, 0.25);
        }

.wizard-item-wait > .wizard-item-content > .wizard-item-title {
    color: rgba(0, 0, 0, 0.45);
}

    .wizard-item-wait > .wizard-item-content > .wizard-item-title::after {
        background-color: #e8e8e8;
    }

.wizard-item-wait > .wizard-item-content > .wizard-item-description {
    color: rgba(0, 0, 0, 0.45);
}

.wizard-item-wait > .wizard-item-tail::after {
    background-color: #e8e8e8;
}

.wizard-item-process .wizard-item-icon {
    background-color: #fff;
    border-color: #007bff;
}

    .wizard-item-process .wizard-item-icon > .wizard-icon {
        color: #007bff;
    }

        .wizard-item-process .wizard-item-icon > .wizard-icon .wizard-icon-circle {
            background: #007bff;
        }

.wizard-item-process > .wizard-item-content > .wizard-item-title {
    color: #3c4858;
}

    .wizard-item-process > .wizard-item-content > .wizard-item-title::after {
        background-color: #e8e8e8;
    }

.wizard-item-process > .wizard-item-content > .wizard-item-description {
    color: #3c4858;
}

.wizard-item-process > .wizard-item-tail::after {
    background-color: #e8e8e8;
}

.wizard-item-process .wizard-item-icon {
    background: #007bff;
}

    .wizard-item-process .wizard-item-icon > .wizard-icon {
        color: #fff;
    }

.wizard-item-process .wizard-item-title {
    font-weight: 500;
}

.wizard-item-finish .wizard-item-icon {
    background-color: #fff;
    border-color: #007bff;
}

    .wizard-item-finish .wizard-item-icon > .wizard-icon {
        color: #007bff;
    }

        .wizard-item-finish .wizard-item-icon > .wizard-icon .wizard-icon-circle {
            background: #007bff;
        }

.wizard-item-finish > .wizard-item-content > .wizard-item-title {
    color: #3c4858;
}

    .wizard-item-finish > .wizard-item-content > .wizard-item-title::after {
        background-color: #007bff;
    }

.wizard-item-finish > .wizard-item-content > .wizard-item-description {
    color: rgba(0, 0, 0, 0.45);
}

.wizard-item-finish > .wizard-item-tail::after {
    background-color: #007bff;
}

.wizard-item-error .wizard-item-icon {
    background-color: #fff;
    border-color: #f44336;
}

    .wizard-item-error .wizard-item-icon > .wizard-icon {
        color: #f44336;
    }

        .wizard-item-error .wizard-item-icon > .wizard-icon .wizard-icon-circle {
            background: #f44336;
        }

.wizard-item-error > .wizard-item-content > .wizard-item-title {
    color: #f44336;
}

    .wizard-item-error > .wizard-item-content > .wizard-item-title::after {
        background-color: #e8e8e8;
    }

.wizard-item-error > .wizard-item-content > .wizard-item-description {
    color: #f44336;
}

.wizard-item-error > .wizard-item-tail::after {
    background-color: #e8e8e8;
}

.wizard-item.wizard-next-error .wizard-item-title::after {
    background: #f44336;
}

.wizard-item[role='button'] {
    outline: none;
}

    .wizard-item[role='button']:not(.wizard-item-process) {
        cursor: pointer;
    }

        .wizard-item[role='button']:not(.wizard-item-process) .wizard-item-title,
        .wizard-item[role='button']:not(.wizard-item-process) .wizard-item-description,
        .wizard-item[role='button']:not(.wizard-item-process) .wizard-item-icon .wizard-icon {
            transition: color 0.3s;
        }

        .wizard-item[role='button']:not(.wizard-item-process):hover .wizard-item-title,
        .wizard-item[role='button']:not(.wizard-item-process):hover .wizard-item-description {
            color: #007bff;
        }

        .wizard-item[role='button']:not(.wizard-item-process):hover .wizard-item-icon {
            border-color: #007bff;
        }

            .wizard-item[role='button']:not(.wizard-item-process):hover .wizard-item-icon .wizard-icon {
                color: #007bff;
            }

.wizard-horizontal:not(.wizard-label-vertical) .wizard-item {
    margin-right: 16px;
    white-space: nowrap;
}

    .wizard-horizontal:not(.wizard-label-vertical) .wizard-item:last-child {
        margin-right: 0;
    }

        .wizard-horizontal:not(.wizard-label-vertical) .wizard-item:last-child .wizard-item-title {
            padding-right: 0;
        }

.wizard-horizontal:not(.wizard-label-vertical) .wizard-item-tail {
    display: none;
}

.wizard-horizontal:not(.wizard-label-vertical) .wizard-item-description {
    max-width: 140px;
    white-space: normal;
}

.wizard-item-custom .wizard-item-icon {
    height: auto;
    background: none;
    border: 0;
}

    .wizard-item-custom .wizard-item-icon > .wizard-icon {
        top: 0;
        left: 0.5px;
        width: 32px;
        height: 32px;
        font-size: 24px;
        line-height: 32px;
    }

.wizard-item-custom.wizard-item-process .wizard-item-icon > .wizard-icon {
    color: #007bff;
}

.wizard:not(.wizard-vertical) .wizard-item-custom .wizard-item-icon {
    width: auto;
}

.wizard-small.wizard-horizontal:not(.wizard-label-vertical) .wizard-item {
    margin-right: 12px;
}

    .wizard-small.wizard-horizontal:not(.wizard-label-vertical) .wizard-item:last-child {
        margin-right: 0;
    }

.wizard-small .wizard-item-icon {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
}

.wizard-small .wizard-item-title {
    padding-right: 12px;
    font-size: 15px;
    line-height: 24px;
}

    .wizard-small .wizard-item-title::after {
        top: 12px;
    }

.wizard-small .wizard-item-description {
    color: rgba(0, 0, 0, 0.45);
    font-size: 15px;
}

.wizard-small .wizard-item-tail {
    top: 8px;
    padding: 0 8px;
}

.wizard-small .wizard-item-custom .wizard-item-icon {
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: none;
    border: 0;
    border-radius: 0;
}

    .wizard-small .wizard-item-custom .wizard-item-icon > .wizard-icon {
        font-size: 24px;
        line-height: 24px;
        transform: none;
    }

.wizard-vertical {
    display: block;
}

    .wizard-vertical .wizard-item {
        display: block;
        overflow: visible;
    }

    .wizard-vertical .wizard-item-icon {
        float: left;
        margin-right: 16px;
    }

    .wizard-vertical .wizard-item-content {
        display: block;
        min-height: 48px;
        overflow: hidden;
    }

    .wizard-vertical .wizard-item-title {
        line-height: 32px;
    }

    .wizard-vertical .wizard-item-description {
        padding-bottom: 12px;
    }

    .wizard-vertical > .wizard-item > .wizard-item-tail {
        position: absolute;
        top: 0;
        left: 16px;
        width: 1px;
        height: 100%;
        padding: 38px 0 6px;
    }

        .wizard-vertical > .wizard-item > .wizard-item-tail::after {
            width: 1px;
            height: 100%;
        }

    .wizard-vertical > .wizard-item:not(:last-child) > .wizard-item-tail {
        display: block;
    }

    .wizard-vertical > .wizard-item > .wizard-item-content > .wizard-item-title::after {
        display: none;
    }

    .wizard-vertical.wizard-small .wizard-item-tail {
        position: absolute;
        top: 0;
        left: 12px;
        padding: 30px 0 6px;
    }

    .wizard-vertical.wizard-small .wizard-item-title {
        line-height: 24px;
    }

@media (max-width: 480px) {
    .wizard-horizontal.wizard-label-horizontal {
        display: block;
    }

        .wizard-horizontal.wizard-label-horizontal .wizard-item {
            display: block;
            overflow: visible;
        }

        .wizard-horizontal.wizard-label-horizontal .wizard-item-icon {
            float: left;
            margin-right: 16px;
        }

        .wizard-horizontal.wizard-label-horizontal .wizard-item-content {
            display: block;
            min-height: 48px;
            overflow: hidden;
        }

        .wizard-horizontal.wizard-label-horizontal .wizard-item-title {
            line-height: 32px;
        }

        .wizard-horizontal.wizard-label-horizontal .wizard-item-description {
            padding-bottom: 12px;
        }

        .wizard-horizontal.wizard-label-horizontal > .wizard-item > .wizard-item-tail {
            position: absolute;
            top: 0;
            left: 16px;
            width: 1px;
            height: 100%;
            padding: 38px 0 6px;
        }

            .wizard-horizontal.wizard-label-horizontal > .wizard-item > .wizard-item-tail::after {
                width: 1px;
                height: 100%;
            }

        .wizard-horizontal.wizard-label-horizontal > .wizard-item:not(:last-child) > .wizard-item-tail {
            display: block;
        }

        .wizard-horizontal.wizard-label-horizontal > .wizard-item > .wizard-item-content > .wizard-item-title::after {
            display: none;
        }

        .wizard-horizontal.wizard-label-horizontal.wizard-small .wizard-item-tail {
            position: absolute;
            top: 0;
            left: 12px;
            padding: 30px 0 6px;
        }

        .wizard-horizontal.wizard-label-horizontal.wizard-small .wizard-item-title {
            line-height: 24px;
        }
}

.wizard-label-vertical .wizard-item {
    overflow: visible;
}

.wizard-label-vertical .wizard-item-tail {
    margin-left: 51px;
    padding: 3.5px 24px;
}

.wizard-label-vertical .wizard-item-content {
    display: block;
    width: 104px;
    margin-top: 8px;
    text-align: center;
}

.wizard-label-vertical .wizard-item-icon {
    display: inline-block;
    margin-left: 36px;
}

.wizard-label-vertical .wizard-item-title {
    padding-right: 0;
}

    .wizard-label-vertical .wizard-item-title::after {
        display: none;
    }

.wizard-label-vertical.wizard-small:not(.wizard-circle) .wizard-item-icon {
    margin-left: 40px;
}

.wizard-circle .wizard-item-title {
    line-height: 1.5;
}

.wizard-circle .wizard-item-tail {
    top: 2px;
    width: 100%;
    margin: 0 0 0 70px;
    padding: 0;
}

    .wizard-circle .wizard-item-tail::after {
        width: calc(100% - 20px);
        height: 3px;
        margin-left: 12px;
    }

.wizard-circle .wizard-item:first-child .wizard-icon-circle {
    left: 2px;
}

.wizard-circle .wizard-item-icon {
    width: 8px;
    height: 8px;
    margin-left: 67px;
    padding-right: 0;
    line-height: 8px;
    background: transparent;
    border: 0;
}

    .wizard-circle .wizard-item-icon .wizard-icon-circle {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        transition: all 0.3s;
        /* expand hover area */
    }

        .wizard-circle .wizard-item-icon .wizard-icon-circle::after {
            position: absolute;
            top: -12px;
            left: -26px;
            width: 60px;
            height: 32px;
            background: rgba(0, 0, 0, 0.001);
            content: '';
        }

.wizard-circle .wizard-item-content {
    width: 140px;
}

.wizard-circle .wizard-item-process .wizard-item-icon {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

    .wizard-circle .wizard-item-process .wizard-item-icon .wizard-icon-circle {
        top: -1px;
    }

.wizard-vertical.wizard-circle .wizard-item-icon {
    margin-top: 8px;
    margin-left: 0;
}

.wizard-vertical.wizard-circle .wizard-item-tail {
    top: 2px;
    left: -9px;
    margin: 0;
    padding: 22px 0 4px;
}

.wizard-vertical.wizard-circle .wizard-item:first-child .wizard-icon-circle {
    left: 0;
}

.wizard-vertical.wizard-circle .wizard-item-process .wizard-icon-circle {
    left: -2px;
}

.wizard-flex-not-supported.wizard-horizontal.wizard-label-horizontal .wizard-item {
    margin-left: -16px;
    padding-left: 16px;
    background: #fff;
}

.wizard-flex-not-supported.wizard-horizontal.wizard-label-horizontal.wizard-small .wizard-item {
    margin-left: -12px;
    padding-left: 12px;
}

.wizard-flex-not-supported.wizard-circle .wizard-item:last-child {
    overflow: hidden;
}

    .wizard-flex-not-supported.wizard-circle .wizard-item:last-child .wizard-icon-circle::after {
        right: -200px;
        width: 200px;
    }

.wizard-flex-not-supported.wizard-circle .wizard-item .wizard-icon-circle::before,
.wizard-flex-not-supported.wizard-circle .wizard-item .wizard-icon-circle::after {
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 8px;
    background: #fff;
    content: '';
}

.wizard-flex-not-supported.wizard-circle .wizard-item .wizard-icon-circle::after {
    right: -10px;
    left: auto;
}

.wizard-flex-not-supported.wizard-circle .wizard-item-wait .wizard-item-icon > .wizard-icon .wizard-icon-circle {
    background: #ccc;
}

.activation-code-switch {
    margin-left: -35px;
}

    .activation-code-switch > img {
        cursor: pointer;
    }
/* #endregion */

.nav-tabs {
    border-radius: 0.5rem;
    background: #e9ecef;
    border-bottom: 0 solid transparent;
}

    .nav-tabs .nav-item {
        margin: 0.5rem;
    }

    .nav-tabs .nav-link {
        font-weight: 500;
        border-radius: 0.5rem;
        padding: 0.5rem;
        transition: color .30s ease-out;
        border: 0 solid transparent;
    }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #007bff;
            background-color: #fff;
            border-color: transparent;
        }

        .nav-tabs .nav-link:not(.active) {
            color: rgba(33, 37, 41, 0.5);
        }

            .nav-tabs .nav-link:not(.active):hover {
                color: #007bff;
            }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef transparent;
        }

.text-underline-hover {
    text-decoration: none;
}

    .text-underline-hover:hover {
        text-decoration: underline;
    }

.attention-card {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: #055160;
    background-color: #cff4fc;
    border-left: 0.25rem solid #9eeaf9;
}


.btn-white {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e9ecef;
    --bs-btn-hover-border-color: #dee2e6;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #ced4da;
    --bs-btn-border-color: #ced4da;
}

.console-view {
    font-size: 14px;
    font-family: Consolas, 'Courier New', monospace;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}
