[v-cloak] {
    display: none;
}

.custom-tab {
    padding: 1rem;
}

.custom-tab h5 {
    margin-bottom: 1rem;
}

.flag-sm {
    width: 1.25rem;
    margin-right: 0.25rem;
}
.flag-inline {
    display: inline-flex;
    align-items: center;
}

.dataTables > table {
    opacity: 0;
}

.dataTables > .tab-pane {
    opacity: 0;
}

.totp-qr-code {
    width: 200px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.hidden {
    display: none;
}

.no-interaction {
    pointer-events: none;
}

.push-end {
    margin-left: auto;
}

.item-list-panel {
    width: 50%;
}

.item-list-notifications-menu {
    width: 300px;
}

.item-list-disabled-item {
    pointer-events: none;
}

.bold {
    font-weight: bold;
}

.filebrowser-text-edit {
    max-height: 80vh;
    height: 80vh;
}

.td-loading {
    padding: 0;
}

.td-loading .progress {
    height: 1px;
}

.choice-input-card.choice-input-card--no-selection .choice-input-card__header::before {
    display: none;
}

.custom-button-groups {
    display: flex;
    gap: 10px;
    padding-right: 10px;
    margin-top: 25px;
    justify-content: flex-end;
}

.flex-spaced {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.dropdown-item-bottom-border {
    border-bottom: 1px solid #eee;
}

.dropdown-item-top-border {
    border-top: 1px solid #eee;
}

.mr-5 {
    margin-right: 5px;
}

/* Virtual server charts */
.charts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    max-width: 100%;
}

.charts-container > div {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    box-sizing: border-box;
}

.empty-chart {
    background-color: #FCFCFC;
    border-radius: 5px;
}

@media (max-width: 1420px) {
    .charts-container > div {
        flex: 1 1 100%;
        max-width: 100% !important;
    }
}

.charts-container.single > div {
    max-width: 100%;
}

.apex-charts__fullscreen-icon {
    margin: 5px 3px 0 3px;
}

/* GLOBAL VIEW CUSTOM*/
.global-overview__section {
    min-width: 264px;
}

.global-overview__item .actions-menu {
    display: none;
}

.global-overview__item.global-overview__item--active .actions-menu {
    display: block;
}

.global-overview__item.global-overview__item--active:has(.actions-menu) {
    padding-right: 0;
}

.actions-menu {
    margin-left: 3px;
}

.custom-global-overview__section {
    width: 100%;
}

.custom-global-overview__section li {
    pointer-events: none;
    background-color: white;
}

.custom-global-overview__section .global-overview__item {
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
}

/* SIDEBAR RIGHT CUSTOM */
ul.sidebar__tab-group:empty {
    display: none;
}

#settings-menu .dropdown-menu {
    width: 300px;
}

#notifications-menu .dropdown-menu {
    width: 400px;
}

#notifications-menu .sidebar-right__section__panel {
    height: 100vh;
}

.sidebar-right__section__panel__body .help-block {
    width: fit-content !important;
    color: gray;
}

.sidebar-right__section__panel__body .no-gutter {
    margin-left: 0;
}

.item-list-panel {
    width: 50%;
}

.item-list-disabled-item {
    pointer-events: none;
}

.empty-state {
    border: none;
}

/* Datatables print views */

@media print {

    .dt-print-view {
        overflow: visible;
    }

    .dataTables_view {
        overflow: visible;
        word-wrap: break-word !important;
    }

    * {
        page-break-inside: auto !important;
    }

    tbody tr td {
        white-space: initial;
    }
}

/* change offer option */
#change-offer-tab .spaced {
    margin-top: 15px;
}

/* TAGS */
.badge {
    display: inline;
    text-decoration: none;
}

/* ONBOARDING PAGES */
#onboarding-steps .wizard--single-tab {
    width: 100%;
    max-width: none;
}


#disconnect_options .card-tabs {
    margin-top: 20px;
}

/* Table formset */
#onboarding-steps main {
    display: flex;
}

/* Table formset */
table td.control-group .controls input {
    width: 100%;
}

table td.control-group {
    min-width: 200px;
    text-wrap: wrap;
}

td.checkbox .controls {
    margin-top: 10px;
}

td.checkbox {
    display: table-cell;
}

/* Upload and download FTP formset */
#abascan-upload-form table, #abascan-download-form table {
    width: 100%;
    height: 100%;
    word-break: break-word;
}

#abascan-upload-form table td, #abascan-download-form table td, #abascan-upload-form table th, #abascan-download-form table th {
    white-space: unset;
}
#abascan-upload-form table td:nth-last-child(-n + 1), #abascan-download-form table td:nth-last-child(-n + 2), #abascan-upload-form table th:nth-last-child(-n + 1), #abascan-download-form table th:nth-last-child(-n + 2) {
    width: 120px;
    min-width: 120px;
}

#abascan-upload-form table tbody tr td:nth-child(2), #abascan-upload-form table tbody tr td:nth-child(3),
#abascan-download-form table tbody tr td:nth-child(2), #abascan-download-form table tbody tr td:nth-child(3) {
    min-width: 300px;
}

/* Rights debug */

.checked-rights-wrapper {
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #525252EE;
    width: 500px;
    z-index: 100;
    color: white;
    overflow-y: auto;
    padding: 5px;
    display: none;
}

/* DatePicker goes above SweetAlert */
.tempus-dominus-widget {
    z-index: 9999999;
}

.no-grid-gap {
    grid-gap: 0 !important;
}

.wizard.wizard--single-tab .nav-link {
    pointer-events: none;
}

.card-multi-props--single-tab .nav-link {
    pointer-events: none;
}

/* card-item__row containing an alert */
.card-item__row.card-item__row-alert {
    border-bottom: none;
}

.card-item__row.card-item__row-alert .alert {
    margin: auto 0;
}

.file-upload {
    display: flex;
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

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

.horizontal-center {
    align-items: center;
    height: 100%;
}

.alert-co > .alert__caption {
    padding: 0.25rem 0;
}

.sidebar__tab-group:not(:has(li)) {
    display: none;
}

/* TEMPORARY MVP BPU*/
.bpu_block {
    width: 250px;
    height: 150px;
    border: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
}

.bpu_arrow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 150px;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 34px;
    text-align: center;

    animation-name: bounceAlpha;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bpu_blocks {
    display: flex;
}

.co_final_confirmation .btn {
    margin: 5px;
    width: 100px;
}

.my-md {
    margin: 1rem 0;
}

.co_container {
    max-width: 566px;
}

.inline-block {
    display: inline-block;
}

.filebrowser-file {
    cursor: pointer;
}

.tooltip .tooltip-inner ol > li::before {
    content: none;
}

#thingtoinvoice-edit-form  #things-to-invoice-table {
    min-height: 300px;
}

.inline-alerts-container .alert:not(.alert-dismissible) .alert__body {
    margin-right: 10px;
}


.prevent-text-selection {
    user-select: none;
}

/* Utility to set a default button, which should appear first in the DOM.
 * See https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#implicit-submission,
 * https://stackoverflow.com/questions/925334/how-is-the-default-submit-button-on-an-html-form-determined,
 */
.form-hidden-default-button {
    position: absolute;
    left: -9999px;
}

.select2-dropdown--below:not(:has(> .select2-search)) {
    margin-top: 3.5rem;
}
/* CUSTOM SELECT2 ELEMENTS */

/* Document & DocumentType white and black list*/
.form-group.disabled > .controls {
    opacity: 0.5;
    color: #ccc;
}

/* Order create, server selection*/
#select2-id_configuration-server-results > li:not(:first-child) {
    margin-top: 10px;
    padding: 0;
}

.select2-v-server-container > .select2-results{
    max-height: 400px !important;
}

.select2-v-server-element {
    width: 100%
}

.select2-v-server-element .table-row-card__title {
    display: flex;
    justify-content: space-between;
}

.select2-v-server-element .tags {
    padding-left: .75rem;
}

.select2-results__option--highlighted {
    background-color: #f0f0f0;
    color: #333;
}

/* CUSTOM SELECT2 (multi) ELEMENTS */
.select2-cards-dropdown-container li[id] {
    margin-top: 10px;
    padding: 0;
}

.select2-cards-dropdown-container-multi-select {
    margin-top: 3rem;
}

.select2-cards-dropdown-container > .select2-results {
    max-height: 400px !important;
}

.select2-card-element {
    width: 100%
}

.select2-card-element .table-row-card__title {
    display: flex;
    justify-content: space-between;
}

.select2-card-element .tags {
    padding-left: .5rem;
}

/* MODAL STYLES FOR CONFIRM INVOICING */
.modal-invoice-input {
    margin: 1rem 0 1rem 0;
}

/* Input container with suffix. See change_dns.html */
.input-container-with-suffix {
    position: relative;
}

.input-container-with-suffix input {
    padding-right: 85px;
}

.input-container-with-suffix .suffix {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    z-index: 3;
    padding-right: 20px;
}

td .price .price__value--special {
    margin-top: 2px;
}

/* TEMPORARY UPGRADE WITH ABARUN */
.temp-co-upgrade-with-abarun {
    text-align: center;
}

.temp-co-upgrade-with-abarun > div {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.temp-co-upgrade-with-abarun > div > a {
    height: 40px;
}

.temp-co-upgrade-with-abarun > div > a:first-child {
    margin-right: .5rem;
}

.icon-wrapper {
    width: 3rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* To be deleted when bootstrap-carbon > 1.1 */
.color-red {
    color: red;
}

.color-green {
    color: green;
}

.mt-10 {
    margin-top: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.post__caption > h5 {
    margin-top: 10px;
}

.flex-0 {
    flex: 0;
}

.float-right {
    float: right;
}
