
:root {
    --primary: #fdbc30;
    --secondary: #b9790c;
    --dark: #302932;
    --background: #360f37;
    --yellow: #fdbc31;
    --orange: #fd8805;
    --red: #a03418;
    --redorange: #e5551f;
    --magenta: #632f5f;
    --magentadark: #360f37;


    --dark_main: #212225;
    --dark_second: #36393f;
    --dark_third: #40444b;
    --dark_orange: #f77e03;
    --dark-text: #fff;
    --dark-text-light: #000;
    --dark-cardstyle: var(--dark_third);
    --dark-cardstyle-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    --dark-blue: lightblue;
    --dark-gray: lightgray;

    --dark_dark-light: var(--dark_main);
}

.main-content {
    width: 50vw;

    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-group-item {
    background-color: var(--dark_second);
}

.btn-outline-dark {
    color: var(--dark-text) !important;
    border-color: var(--dark-text) !important;
}


.text-light {
    color: var(--dark-text-light) !important;
}

.text-dark {
    color: var(--dark-text) !important;
}

.stat-style-card p {
    color: var(--dark-text) !important;
}

.text-darkgray {
    color: var(--dark-gray);
}

a.status_content, .status_content a {
    color: var(--dark-blue) !important;
}


html, body {
    overflow-x: hidden !important;
    background-color: var(--dark_second);
}

.modal-content {
    border-radius: 0 !important;
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modal-header {
    background-color: #424242;
    border-radius: 0 !important;
    height: 48px;
    color: white;
}

.modal-loading {
    filter: blur(2px);
}

.btn {
    border-radius: 0 !important;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.modal-header > h5 {
    font-weight: normal !important;
}

.modal-header:not(.black) .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}


.modal.fadeIn.show .modal-dialog {
    transform: perspective(100px) rotateX(10deg);
    animation-name: modal_in_animation;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}

.modal.fadeIn:not(.show) .modal-dialog, .modal.fadeOut:not(.show) .modal-dialog {
    animation-name: modal_out_animation !important;
    animation-duration: .4s !important;
    animation-fill-mode: forwards !important;
}

.modal.fadeOutOnly {
    transition: all .3s ease-out;
}


@keyframes modal_in_animation {
    from {
        transform: perspective(100px) rotateX(10deg);
    }
    to {
        transform: perspective(100px) rotateX(0deg);
    }
}

@keyframes modal_out_animation {
    from {
        transform: perspective(100px) rotateX(0deg);
    }
    to {
        transform: perspective(100px) rotateX(-10deg);
    }
}


.clever_select:not(.disabled) .clever_option:hover {
    cursor: pointer;
    background-color: rgba(185, 121, 12, 0.5) !important;
}

.clever_option.active {
    background-color: rgba(85, 221, 12, 0.7) !important;
    color: inherit !important;
}


.hightlight-hover:hover {
    cursor: pointer;
    background-color: rgba(185, 121, 12, 0.5);
}

.hightlight-hover-foreground:hover {
    cursor: pointer;
    color: #0FA3B1;
}

a.btn:hover {
    text-decoration: none !important;
}

a.btn {
    padding-top: 12px;
}

.text-orange {
    color: var(--orange);
}

.hide-link {
    text-decoration: none;
}

.hide-link:hover {
    text-decoration: none;
    color: var(--yellow);
}

.invoice-table tr:hover {
    background-color: rgba(160, 100, 20, 0.4);
    cursor: pointer;
}

.invoice-table .active {
    background-color: rgba(160, 100, 20, 0.4);
    cursor: default !important;
}

.card-flame-server {
    background-image: url("../img/flame_background_big.png?v=2"), url("../img/technic_background.png") !important;
    background-repeat: no-repeat;
    background-position: bottom right, top left;
    background-size: cover, contain;
    background-color: var(--dark_main) !important;
}

.card-flame-light {
    background-color: var(--dark_third) !important;
}

.card-flame-small {
    background-image: url("../img/flame_background_small.png") !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.container-border-outline {
    border: 2px solid var(--orange);
    padding: 16px;
    border-radius: 12px;
    padding-top: -12px;
}

.container-border-outline h2 {
    color: var(--orange);
    background-color: #dfe8f0;
    margin-top: 0;
    margin-left: 12px;
    display: inline-block;
    position: relative;
    top: -36px;
}

.container-border-outline > div {
    margin-top: -36px;
}

.payment-container {
    border-radius: 10px;
    background-color: gray;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgb(206, 220, 231); /* Old browsers */
    padding: 3px;
    box-sizing: border-box !important;
}

.payment-container:hover {
    background: rgba(253, 136, 5, 0.5); /* Old browsers */
    cursor: pointer;
}

.payment-container.active {
    background: rgba(253, 136, 5, 0.7); /* Old browsers */
    cursor: pointer;
}

.payment-container img {
    width: 90%;
    height: auto;
    filter: grayscale(1);
    margin: 5%;
}

.payment-container.active img, .payment-container:hover img {
    filter: grayscale(0) !important;
}

.card h5 {
    font-size: 1rem;
}

.fakelink.clipped:before {
    content: '(';
    color: gray;
}

.fakelink.clipped:after {
    content: ')';
    color: gray;
}

.fakelink {
    color: blue;
}

.fakelink:hover {
    text-decoration: underline;
    cursor: pointer;
}

.copy_item:hover {
    color: green !important;
    cursor: pointer;
}

.badge-success {
    background-color: green;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.breadcrumb {
    background-color: #545454;
    padding: 12px;
    border-radius: 5px;
}

.breadcrumb li {
    color: white !important;
}

.col-center {
    margin-top: auto;
    margin-bottom: auto;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    vertical-align: middle;
}

.breadcrumb a {
    color: var(--yellow);
}

.breadcrumb a:hover {
    color: var(--yellow);
}

.badge-failed {
    background-color: red;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.list-group-item.animated {
    animation-name: list-item-animation;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes list-item-animation {
    0% {
        opacity: 0;
        background-color: green;
    }
    30% {
        opacity: 1;
        background-color: green;
    }
    100% {
        background-color: white;
    }
}

.margin-sm {
    margin-left: 4px;
    margin-right: 4px;
}

.link-not-underlined:hover {
    text-decoration: none;
}

.slider-label {
    display: inline-block;
    color: var(--primary);
    width: 100px;
    text-align: right;
    padding-right: 10px;
}


.neon-select {
    border: 5px solid var(--primary);
    background: var(--background);
    outline: none;
    border-radius: 8px;
    color: var(--primary);
    letter-spacing: 3px;
}

.neon-select:focus {
    border: 5px solid var(--primary);
}

.neon-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: var(--background);
    outline: none;
    border: 5px solid var(--primary);
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#storage-slider-forbidden {
    width: 50px;
    height: 15px;
    background-color: var(--background);
    border: 5px solid #cc0000;
    border-right: none;
    position: absolute;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}


/* for chrome/safari */
.neon-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 60px;
    background: var(--background);
    cursor: pointer;
    border: 5px solid var(--primary);
    border-radius: 4px;
}

/* for firefox */
.neon-slider::-moz-range-thumb {
    width: 20px;
    height: 60px;
    background: var(--background);
    cursor: pointer;
    border: 5px solid var(--primary);
    border-radius: 4px;
}

.neon-slider.forbidden::-moz-range-thumb {
    border-left-color: #cc0000 !important;
}

.neon-slider.forbidden::-webkit-slider-thumb {
    border-left-color: #cc0000 !important;
}

.manager-upgrade h3 {
    font-size: 22px;
    font-family: 'Zen Old Mincho', serif;
}

.scrolloverflow {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.half-double-line {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
    border-top: 5px double black;
}

.upgrade-table .pos {
    color: green;
}

.upgrade-table .neg {
    color: red;
}

.upgrade-table .neg svg {
    transform: rotate(180deg);
}

.upgrade-table .price {
    font-weight: bold;
    text-align: left !important;
}

.upgrade-table .price:before {
    content: '[';
    color: gray;
    font-weight: normal;
}

.upgrade-table .price:after {
    content: ']';
    color: gray;
    font-weight: normal;
}

.upgrade-table td, .upgrade-table th {
    text-align: center;
}

.upgrade-content h2 {
    color: var(--orange);
    border-bottom: double 5px black;
    display: inline-block;
    padding-right: 16px;
    margin-bottom: 8px;
    margin-top: 24px;
}

.upgrade-content h2:before {
    content: '»';
    color: var(--redorange);
    margin-left: 16px;
}

.scrolloverflow::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
}

.scrolloverflow::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(0, 0, 0, 0);
}

.scrolloverflow::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: var(--secondary);
}

.scrolloverflow::-webkit-scrollbar-thumb:hover {
    border-radius: 0px;
    background-color: var(--primary);
}

.ticket-message-container {
    background: #fff !important;
    border-radius: 0px;
    min-height: 150px;
    padding: 10px;
    border-left: 4px solid #3d405b;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ticket-avatar {
    height: 100px;
    border-radius: 50px;
}

.ticket-content {
    padding-left: 10px;
    height: 90%;
    white-space: pre-line;
}

.ticket-footer {
    text-align: right;
    color: #95a2b2;
    font-family: monospace;
}

.ticket-content-footer {
    color: #95a2b2;
}

.ticket-content-footer hr {
    background-color: #95a2b2;
}

.ticket-content-footer div {
    margin-left: 15px;
    font-family: monospace;
}

#ticket-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 700px;
}

#fullscreen-logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: black;
    z-index: 999999999;
    text-align: center;
}

#fullscreen-logo-overlay img {
    height: 30vh;
    margin-top: 30vh;
}

.container-small {
    margin: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

.quick-information {
    background-color: white;
    border-radius: 5px;
    height: 100px;
}

.quick-information > .content {
    padding-left: 20px;
    font-family: monospace;
    color: #226262;
    padding-top: 20px;
}

.quick-information > .content h5 {
    font-size: 14px;
}

.quick-information > .content .icon {
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.quick-information > .content .icon > svg {
    fill: white;
    position: relative;
    top: 8px;
    left: 8px;
}


.side-information {
    background-color: white;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border-top: 4px solid var(--orange);
    min-height: 297px;
}

.side-information h3 {
    font-family: monospace;
    color: #226262;
    padding-left: 10px;
    position: relative;
    top: 5px;
    font-size: 22px;
}

.side-information h3::before {
    content: '»';
}


a {
    color: blue;
}

a:hover {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.form-error-text {
    color: #d22224 !important;
}

.input-invalid {
    color: #d22224;
    border-color: #d22224;

    animation-name: shakeAnimation;
    animation-duration: .7s;
    animation-fill-mode: forwards;
}

@keyframes shakeAnimation {
    0% {
        position: relative;
        left: 10px;
    }
    10% {
        left: -10px;
    }
    20% {
        left: 10px;
    }
    30% {
        left: -10px;
    }
    40% {
        left: 10px;
    }
    50% {
        left: -10px;
    }
    60% {
        left: 10px;
    }
    70% {
        left: -10px;
    }
    80% {
        left: 10px;
    }
    90% {
        left: -10px;
    }
    100% {
        left: 0px;
    }
}


.hr-label {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid black;
    text-align: center;
}

.hr-label span {
    font-size: 25px;
    font-family: monospace;
    background-color: #fafafa;
    padding: 0 5px;
}

.mono {
    font-family: monospace;
}

.ticket-answer {
    margin-top: 20px;
    margin-bottom: 150px;
}

.col-center {
    margin-top: auto;
    margin-bottom: auto;
}

#content {
    margin: 0 !important;
    padding: 0 !important;
    background-color: var(--dark_second);
}

.hint {
    position: relative;
    top: 50px;
}

.fullscreen {
    height: 100%;
    overflow: hidden;
}

.scrolloverflow {
    overflow-y: scroll;
    overflow-x: hidden;
}

.skull-small {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.bluebg {
    background: var(--background);
}

.center {
    width: 100%;
    text-align: center;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.center {
    width: 100%;
    text-align: center;
}

.logo-small {
    width: 300px;
}

.logo-medium {
    width: 600px;
}

.logo-large {
    width: 900px;
}

.btn-full {
    width: 100%;
    font-size: 20px;
    font-family: monospace;
    padding: 10px;
}


hr {
    background-color: var(--dark);
}

h1 {
    color: var(--secondary);
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}

blockquote {
    background-color: white !important;
    padding: 0;
}

blockquote .heading {
    background-color: var(--secondary);
    color: white;
    padding: 10px;
    padding-left: 20px;
    font-family: monospace;
    font-size: 22px;
}

blockquote .input {
    padding: 10px;
}

#blackwall {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(100, 100, 100, 0.2);
    z-index: 1;
}

.table-hover tbody tr:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 210, 0.3);
}

.back-arrow {
    display: inline;
}

.back-arrow:hover {
    cursor: pointer;
}

.center-margin {
    margin-top: auto;
    margin-bottom: auto;
}

.shortcode-active {
    animation-name: shortcodeAnimation;
    animation-duration: 2s;
    animation-timing-function: linear;
}

.nolink {
    color: inherit;
}

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


@keyframes shortcodeAnimation {
    0% {
        background-color: #b9790c;
    }

    50% {
        background-color: #39ff14;
    }

    100% {
        background-color: #b9790c;
    }
}

.switchbtncontainer {
    border: 1px solid #3d405b;
    border-radius: 5px;
    overflow: hidden !important;
}

.switchbtn {
    background: none;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.switchbtnactive {
    background: #3d405b;
}

.switchbtnactive button {
    color: white;
}

.loginform {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.td-offset {
    position: relative;
    top: 10px;
}

.td-offset-sm {
    position: relative;
    top: 8px;
}

.list-hover:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 100, 0.2) !important;
}

.listhead {
    height: 38px;
    width: 38px;
    border-radius: 5px;
}

blockquote h2 {
    color: var(--primary);
    border-bottom: 1px solid var(--secondary);
}

.spinner-grow {
    background-color: var(--secondary);
}

.content-light {
    background-color: #dedede;
}


.btn-sec {
    background-color: var(--secondary);
    color: white;
}

.btn-sec:hover {
    background-color: var(--primary);
    color: white;
}

.strong {
    font-weight: bold;
}


.scrolloverflow::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
}

.scrolloverflow::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(0, 0, 0, 0);
}

.scrolloverflow::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: var(--secondary);
}

.scrolloverflow::-webkit-scrollbar-thumb:hover {
    border-radius: 0px;
    background-color: var(--primary);
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.chartslider:before {
    background: var(--primary) url('../images/barchart.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

input:checked + .chartslider:before {
    background: var(--primary) url('../images/piechart.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.chartslider {
    background-color: var(--dark) !important;
}

.content-dark {
    background-color: #202225;
}

.bq-dark li, .bq-dark table {
    background-color: #36393f !important;
    color: white;
}

.bq-dark input {
    background-color: #36393f !important;
    color: white !important;
}

.bq-dark select {
    background-color: #36393f !important;
    color: white !important;
}

.bq-dark .alert strong, .bq-dark .alert span {
    color: black !important;
}

.bq-dark .card {
    background-color: #2f3136 !important;
    color: white;
}

.modal-dark {
    background-color: #2f3136 !important;
    color: white;
}

.bq-dark p, .bq-dark div {
    color: white;
}

.bq-dark hr {
    background-color: white;
}

.bq-dark {
    background-color: #36393f !important;
    color: white;
}

#sidebar a {
    color: white;
}

#sidebar a:hover {
    color: var(--dark);
    text-decoration: none;
}

.container-large {
    margin-left: 5%;
    margin-right: 5%;
}

.container-content {
    border: 3px solid var(--background);
    border-radius: 0px;
    margin-bottom: 25px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    background-color: white;
}

.container-content .content.scrolling {
    height: 260px;
    overflow-y: scroll;
}

.container-content .content.scrolling {
    /* Foreground, Background */
    scrollbar-color: #999 rgba(0, 0, 0, 0);
}

.container-content .content.scrolling::-webkit-scrollbar {
    width: 3px; /* Mostly for vertical scrollbars */
}

.container-content .content.scrolling::-webkit-scrollbar-thumb { /* Foreground */
    background: #999;
    width: 2px;
}

.container-content .content.scrolling::-webkit-scrollbar-track { /* Background */
    background: rgba(0, 0, 0, 0);
}


.container-content h1 {
    background-color: var(--background);
    color: var(--primary);
    font-size: 22px;
    font-family: monospace;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.container-content .content {
    padding: 15px;
}

.noVNC-wrapper {
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.noVNC-wrapper iframe {
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

.loader {
    border: 1px solid #a1aeb8;
    width: 100%;
    height: 20px;
    animation-name: loaderAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    opacity: 0.4;
}

.loader.sm {
    width: 25%;
}

.loader.md {
    width: 50%;
}

.loader.lg {
    width: 75%;
}

.loader.tall-xl {
    height: 120px;
    margin-bottom: 15px;
}

.loader.tall {
    height: 60px;
}

.manager, .manager .row {
    height: 100%;
}

.manager {
    background-color: white;
}

#manager {
    z-index: 9999;
}

.hover:hover {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden !important;
}

.manager-nav {
    border-top: 3px solid #2b0c2c;
    list-style: none;
    background-color: var(--background);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 100%;
}

.color-select {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.color-select:hover {
    cursor: pointer;
}

.color-select.active {
    border: 4px solid black;
}

.manager-nav li {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    padding-left: 16px;
}

.manager-nav li:hover, .manager-nav li.active {
    border-right: 4px solid var(--primary);
    cursor: pointer;
    font-weight: bold;
    background-color: var(--background);
    filter: brightness(140%);
}

.serverstate {
    height: 100px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7) !important;
}

.serverstate.btn {
    height: 60px;
    margin-top: 20px;
    display: block;
    width: 100%;
}

.serverstate.btn p {
    padding-top: 5px;
    font-size: 24px;
    font-family: monospace;
}

.serverstate.online {
    background-color: #00b300;
}

.serverstate.offline {
    background-color: #d7000a;
}

.serverstate.reboot {
    background-color: #85d0ff;
}

.reversed {
    animation-direction: reverse;
}

.serverstate p {
    color: white;
    text-align: center;
    font-size: 32px;
    font-family: fantasy;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 25px;
}

@keyframes loaderAnimation {
    0% {
        background-color: #798c9b;
    }
    50% {
        background-color: #a1aeb8;
    }
    100% {
        background-color: #798c9b;
    }
}

.bold {
    font-weight: bold;
}


.scrollwindow {
    padding-right: 10px;
}

.scrollwindow::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0);
}

.scrollwindow::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(0, 0, 0, 0);
}

.scrollwindow::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: var(--dark);
}

.scrollwindow::-webkit-scrollbar-thumb:hover {
    border-radius: 0px;
    background-color: var(--dark);
}


.feedback_element:hover {
    background-color: #f7f7f7;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.btn-orange-inline {
    background-color: var(--yellow);
}

.btn-orange-inline:hover {
    background-color: var(--orange);
}

.btn-orange-outline {
    border-color: var(--yellow);
}

.btn-orange-outline:hover, .btn-orange-outline.active {
    background-color: var(--yellow) !important;
}


.btn-orange {
    background-color: var(--orange);
    width: 100%;
    min-height: 48px;
    background: rgb(253, 188, 49);
    background: linear-gradient(0deg, rgba(253, 188, 49, 1) 0%, rgba(253, 136, 5, 1) 100%);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    border-radius: 20px !important;
}

.text-orange {
    color: var(--orange);
}

.btn-orange:hover {
    background: rgb(253, 188, 49);
    background: linear-gradient(0deg, rgba(253, 136, 5, 1) 0%, rgba(253, 188, 49, 1) 100%);
}

.list-group-transparent li {
    background-color: rgba(255, 255, 255, 0);
}

.card-body-transparent {
    background-color: rgba(255, 255, 255, 0.7);
}


.domain_settings_list .icon {
    margin: 32px;
}

.no-link {
    color: black;
    text-decoration: none;
}

.no-link:hover {
    color: black;
    text-decoration: none !important;
}

.no-link svg {
    transition: all .3s;
}

.no-link:hover svg {
    fill: var(--yellow);
}

.no-link:hover i {
    color: var(--orange);
}


.kvm_list .status {
    position: relative;
    top: -17px;
    right: -18px;
    padding: 10px 4px;
    color: white;
    text-shadow: 1px 1px 1px black;
    border-bottom-left-radius: 8px;
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.7);
    font-family: 'Anton', monospace;
    letter-spacing: 2px;
    width: 100%;
    max-height: 48px;
    text-align: center;
}

.kvm_list .status.offline {
    background-color: #d6000b;
}

.kvm_list .status.online {
    background-color: #00ad73;
}

.kvm_list .status.loading {
    background-color: #d6d6d6;
}

.card-shadow {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.card-hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    transition: all .3s;
}

.card-hover:hover, .card-hover.active {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7) !important;
    background-color: var(--dark_third);
    cursor: pointer;
}

.kvm-reinstall.active {
    border: 3px solid var(--orange);
}

.card-dark {
    background-color: var(--dark_second) !important;
    color: white;
}

.card-deepdark {
    background-color: var(--dark-text-light) !important;
    color: var(--dark-text);
}

.card-deepdark-light {
    background-color: var(--dark_dark-light) !important;
    color: var(--dark-text);
}

.card-blue {
    background-color: #1C204B;
    color: white;
}

.kvm_list .info_box small {
    display: block;
    font-weight: 300;
    position: relative;
    top: 4px;
    text-transform: uppercase;
}

.kvm_list .info_box span {
    display: block;
    position: relative;
    top: -2px;
}

.pointer:hover {
    cursor: pointer;
}


.no-line-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kvm-control .status {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
}

.kvm-control .status.online {
    background-color: green;
}

.kvm-control .status.offline {
    background-color: red;
}

.kvm-control .status p {
    font-family: 'Anton', monospace;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 32px;
}

.module-tab:hover svg {
    fill: inherit !important;
}

.kvm_installer img {
    width: 100%;
    margin: 24px;
}

.card-multiple-flame.flame-1 {
    background-image: url("../img/24fire_flame.png");
    background-position: 280px -60px;
    background-repeat: no-repeat;
    background-size: 100% 600px;
}

.card-multiple-flame.flame-2 {
    background-image: url("../img/24fire_flame.png");
    background-position: -350px -70px;
    background-repeat: no-repeat;
    background-size: 100% 600px;
}

.card-multiple-flame.flame-3 {
    background-image: url("../img/24fire_flame.png");
    background-position: 290px -340px;
    background-repeat: no-repeat;
    background-size: 100% 600px;
}

.card-multiple-flame.flame-4 {
    background-image: url("../img/24fire_flame.png");
    background-position: -340px -340px;
    background-repeat: no-repeat;
    background-size: 100% 600px;
}

input[type="range"] {
    -webkit-appearance: none;
    height: 20px;
    margin: 10px 50px;
    background: linear-gradient(to right, #9A2720 0%, #9A2720 100%);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    outline: none;
    width: 85%;
    background-size: 100% 10px;
}

input[type="range"]:first-of-type {
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #F26B5E;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

input[type="range"]::-webkit-slider-thumb:after {
    content: " ";
    width: 160px;
    height: 10px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 5px;
    background: #ff5b32;
    background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
}

.summary_p {
    font-size: 1.1rem;
}

#transaction_list .table thead {
    background-color: var(--dark);
    color: white;
    font-weight: bold;
}

#transaction_list .table {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.upgrade_sk_card {
    border-radius: 10px;
    border: 2px solid #0FA3B1;
    padding: 12px 24px;
}

.upgrade_sk_card h2 {
    font-size: 1.4rem;
}

.upgrade_sk_card .footer {
    background-color: #0FA3B1;
    margin: -12px -24px;
    padding: 12px;
    color: white;
}

.upgrade_sk_card.disabled {
    border-color: #dc3545 !important;
}

.upgrade_sk_card.disabled .footer {
    background-color: #dc3545;
}

.upgrade_sk_card.current {
    border-color: #198754 !important;
}

.upgrade_sk_card.current .footer {
    background-color: #198754;
}

.popover-danger {
    background-color: #f4bec3;
}

.upgrade_sk_card.upgrade:hover, .upgrade_sk_card.upgrade.active {
    cursor: pointer;
    background-color: #3ddc91;
}

.upgrade_sk_card.upgrade:hover .footer, .upgrade_sk_card.upgrade.active .footer {
    background-color: #198754;
}

.upgrade_container {
    padding: 18px 12px;
    border-radius: 6px;
    border: 2px dashed #0FA3B1;
}

.upgrade_container p.title {
    border-bottom: 1px solid black;
    font-size: 1.2rem;
}

.upgrade_container.old {
    background-color: #f8d7da;
}

.upgrade_container.new {
    background-color: #42e1b2;
}

.upgrade_container .price {
    background-color: #0FA3B1;
    margin: -18px -12px;
    width: calc(100% + 24px);
    color: white;
    padding: 12px 0;
}

.arrow_animation {
    text-align: center;
}

.arrow_animation span {
    font-size: 196px;
    margin-left: -24px;
    margin-right: -24px;

    color: lightgray;

    animation-name: arrow_animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.arrow_animation span:nth-child(3n+2) {
    animation-delay: 0.4s;
}

.arrow_animation span:nth-child(3n+3) {
    animation-delay: 0.8s;
}


@keyframes arrow_animation {
    0% {
        color: lightgray;
    }

    50% {
        color: #0FA3B1;
    }

    100% {
        color: lightgray;
    }
}

.automatisation .nav-link {
    color: inherit;
    font-weight: bold;
    font-family: monospace;
}

.automatisation .nav-link:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.automatisation .content {
    border: 1px solid #dee2e6;
    border-top: none;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    min-height: 100px;
    padding: 16px;
}

.blue-background-class {
    background-color: rgba(250, 100, 150, 0.2);
}

.alert {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.execution_result {
    background-color: #1d1d1d;
    font-family: monospace;
    color: white;
    border-radius: 5px;
    width: 90%;
    margin: 12px 5%;
    padding: 16px;
    white-space: pre-wrap;
}

.card-dedi-reinstaller {
    background-color: #dbdbdb;
    color: black;
}

.card-dedi-reinstaller:hover, .card-dedi-reinstaller.active {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7) !important;
    background-color: var(--dark_second);
    color: white;
    cursor: pointer;
}

.blocked_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;

    background-color: darkred;
}

.blocked_bg .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 15px;
    width: 50%;
    min-height: 20%;
    padding: 20px;
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.6);
}

.center-absolute {
    position: absolute !important;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}

.image-shadow {
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.6));
}

.card-flame-header {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 12px;
    margin-right: -1px;
}

.visual-color {
    position: absolute;
}

.card {
    background-color: var(--dark_third);
}

.stat-style-card {
    background: var(--dark_third);
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.stat-style-card.dark {
    background-color: var(--dark_main);
}


#toggle-chart-icon {
    background-color: #1c204b;
    border-radius: 50%;
    padding: 6px;
    padding-top: 4px;
    padding-bottom: 8px;
    color: white;
    width: 55px;
    height: 55px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
    position: relative;
    top: -70px;
    transition: all .5s;
}

#toggle-chart-icon:hover {
    cursor: pointer;
    background-color: #2c3276;
}

#toggle-chart-icon.active {
    transform: rotate(180deg);
    box-shadow: -4px -4px 6px rgba(0, 0, 0, 0.7);
}

.button-top-left {
    position: absolute;
    top: -32px;
    right: -16px;
}

.button-expand {
    width: 54px;
    transition: all .5s !important;
    overflow-x: hidden !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: fade;
}

.button-expand span {
    margin-left: 5px;
}

.alert-danger {
    background-color: floralwhite;
    border-radius: 0 !important;
    border-left: 5px solid red;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}

.alert-success {
    background-color: floralwhite;
    border-radius: 0 !important;
    border-left: 5px solid green;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}


.custom_animation {
    overflow: hidden !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: fade;
    position: absolute !important;
}

.custom_animation .modal-header {
    margin-bottom: -1px;
}

.modal-dynamic-content {
    overflow: hidden !important;
    width: 500px !important;
    white-space: normal !important;
}

.toast-container {
    background-color: white;
    z-index: 999999999999;
    position: fixed !important;
    top: 74px !important;
}

.snapshot_card.success {
    animation: 2s normal successAnimation;
}

@keyframes successAnimation {
    0% {
        background-color: inherit;
    }

    35%, 65% {
        background-color: rgba(100, 155, 100, 0.7);
        color: white;
    }

    100% {
        background-color: inherit;
        color: inherit;
    }
}


.mindmap_area {
    -webkit-box-shadow: inset 0px 0px 15px 12px #FFFFFF;
    box-shadow: inset 0px 0px 15px 12px #FFFFFF;
    padding: 40px;
    min-height: 500px;
    background-image: url("../img/kachel_background.png");
    position: relative;
}


.mindmap_area .card_event small {
    text-transform: uppercase;
    position: relative;
    top: -6px;
    left: 25px;
}

.mindmap_area .card_event {
    position: relative;
    border-radius: 15px;
    background-color: #c8c16c;
    padding: 15px;
    color: brown;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}


.mindmap_area .card_event[data-enabled="false"], .mindmap_area .card_action[data-enabled="false"] {
    opacity: .4 !important;
}

.mindmap_area .card_event .icon svg {
    position: absolute;
    top: -15px;
    left: -25px;
    padding: 7px;
    width: 50px;
    height: 50px;
    background-color: #b3ab43;
    border-radius: 50%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.mindmap_area .card_action {
    text-align: center;
    border-radius: 3px;
    background-color: #0dcaf0;
    padding: 12px;

    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    position: relative;
}

.mindmap_area .card_action.animation_success {
    animation-name: action_successanimation;
    animation-duration: 1000ms;
}

@keyframes action_successanimation {
    0%, 100% {
        background-color: #0dcaf0;
    }

    30%, 70% {
        background-color: lightgreen;
    }
}

.mindmap_area .card_event.animation_success {
    animation-name: event_successanimation;
    animation-duration: 1000ms;
}

@keyframes event_successanimation {
    0%, 100% {
        background-color: #c8c16c;
    }

    30%, 70% {
        background-color: green;
    }
}


.mindmap_area .card_action .shortcode {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    padding: 3px 6px;
    border-radius: 3px;
}

.mindmap_area .add_overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mindmap_area .add_overlay p, .mindmap_area .add_overlay i {
    color: black;
}

.mindmap_area:hover .add_overlay p, .mindmap_area:hover .add_overlay i {
    color: green;
}

.card_action:hover, .card_event:hover {
    cursor: pointer;
}

.hover-color:hover, .hover-active {
    background-color: rgba(0, 0, 200, 0.1) !important;
}

#status_label .text-warning {
    color: yellowgreen !important;
}

.card_action_holder {
    position: relative !important;
}

.card_action_holder .action_loop {
    position: absolute !important;
    right: -38px;
    top: 7px;
}

.card_action_holder .action_loop .icon {
    background-color: darkred;
    color: #fed9db;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.card_action_holder .action_loop .icon i {
    position: relative;
    top: 8px;
    left: 10px;
}

.card_action_holder .action_loop .content {
    display: none;
}

.card_action_holder .action_loop:hover .content {
    display: inline-block !important;
}

.card_action_holder .action_loop:hover {
    cursor: help;
}

.card_action_holder .action_loop {
    position: relative;
}

.card_action_holder .action_loop .content {
    position: absolute;
    background-color: darkred;
    top: 0;
    border-radius: 19px;
    width: 250px;
    color: #fed9db;
    padding-top: 8px;
    padding-left: 9px;
    margin: 0;
    z-index: 99999;
}

button.nav-link.active {
    background-color: var(--dark_orange) !important;
    color: white !important;
}


button.nav-link {
    color: var(--dark-gray) !important;
}

.beta-badge {
    position: absolute;
    left: -40px;
    top: 10px;
    background-color: darkred;
    color: white;
    font-weight: bold;
    font-family: monospacen;
    letter-spacing: 2px;
    padding: 6px 48px;
    transform: rotate(-45deg);
    z-index: 99999;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
}


.screenshotattach {
    display: inline-block;
    background-color: whitesmoke;
    padding: 8px 32px;
    margin: 32px 8px;

    position: relative;
    border-radius: 8px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.screenshotattach i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 10px;
    color: firebrick;
}

.screenshotattach i:hover {
    cursor: pointer;
    background-color: red;
    color: white;
    border-bottom-right-radius: 8px;
    box-shadow: 1x 1px 2px rgba(0, 0, 0, 0.6);

}

.screenshotattach img {
    height: 100px;
}

#image_holder {
    z-index: 999999999998;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
}

#image_holder .close {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 999999999999;
    color: white;
    padding: 12px;
}

#image_holder .close:hover {
    color: antiquewhite;
    cursor: pointer;
}

#image_holder img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    max-width: 80vw;
    max-height: 90vh;
}

.text-gray {
    color: gray;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.input-group > span {
    background-color: #e7970f;
    color: #2f3136;
}

.bg-orange {
    background-color: var(--dark_orange);
    color: #2f3136;
}

.input-group > span, .input-group > input {
    border-radius: 0 !important;
}

.accordion-flush {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.accordion-flush .accordion-item {
    background-color: var(--dark_third);
    color: var(--dark-text) !important;
}

.accordion-flush .accordion-button {
    background-color: var(--dark_dark-light) !important;
    color: var(--dark-gray) !important;
    fill: var(--dark_orange) !important;
}

.accordion-flush .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f77e03'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}


.highlight-effect {
    animation-name: highlight_animation;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-delay: .3s;
}

@keyframes highlight_animation {
    0%, 100% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    35%, 65% {
        box-shadow: 0 0 20px var(--orange);
    }
}

#rating_holder {
    position: fixed;
    top: -500px;
    left: 0;
    height: calc(100vh + 500px);
    width: 100vw;
    z-index: 9999;
}

#rating_holder .inner {
    height: calc(100vh + 500px);
    width: 100vw;
    background-color: #00b399;
}

#rating_holder .inner .content {
    position: relative;
    top: 20%;
    left: 40%;
}

/*
 ACCORDION
 */
.accordion-button:not(.collapsed) {
    background-color: var(--secondary) !important;
    color: white !important;
}

.accordion-body {
    background-color: whitesmoke !important;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.kvm_sidebar {
    position: fixed;
    right: 0;
    height: 95vh;
    bottom: 0;
    width: 250px;

    background-color: red;
}


/* DDoS Switches */

.switch_layer4 .switch {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 34px;
}

.switch_layer4 .switch input {
    display: none;
}

.switch_layer4 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3C3C3C;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.switch_layer4 .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.switch_layer4 input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch_layer4 input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(115px);
}

.switch_layer4 .slider:after {
    content: 'Dynamisch';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.switch_layer4 input:checked + .slider:after {
    content: 'Permanent';
}

.switch_layer4 input:checked + .slider {
    background-color: mediumseagreen;
}

.switch_layer4.l7 input:checked + .slider {
    background-color: mediumseagreen;
}

.switch_layer4.l7 .slider:after {
    content: 'Deaktiviert';
}

.switch_layer4.l7 input:checked + .slider:after {
    content: 'Aktiviert';
}

.backup_slot {
    border: 3px dashed gray;
    background-color: rgba(0, 0, 0, 0.08);
}

.backup_slot.create {
    min-height: 300px;
    position: relative;
}

.backup_slot.create .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all .4s;
}

.backup_slot.create:hover .content:not(.loading) {
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1.2);
    color: green !important;
}

.tab-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.tab-overlay .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-overlay:hover {
    cursor: progress;
}