@import 'https://fonts.googleapis.com/css2?family=Outfit:wght@200..900&display=swap';

/* Reset styles */
*,
::before,
::after {
    box-sizing: border-box;
}

body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote {
    margin: 0;
}

html {
    height: 100%;
}

body {
    min-height: 100vh;
    background-color: #050505;
    color: #f5f5f5;
    font-family: Outfit, sans-serif;
}


:root {
    --kendo-font-family: Outfit, sans-serif;
    --kendo-color-primary: #aad373;
    --kendo-color-primary-hover:#aad373;
    --kendo-color-secondary: #4899cd;
    --kendo-color-tertiary: #ff3c00;
    --kendo-color-tertiary-emphasis: #eeeeff;
    /*.k-color-tertiary-emphasis ;*/
    --kendo-color-primary-active: #aad373;
    --kendo-font-size-sm: 14px;
    --kendo-color-base-on-surface: #dddddd;
    --kendo-color-app-surface: #050505;
    --kendo-color-surface: #292929;
    --kendo-color-surface-alt: #1B1A19;
    --kendo-color-on-app-surface: #dddddd;
    --kendo-color-success-on-surface: #dddddd;
    --kendo-color-secondary-subtle: #1B1A19;
    --kendo-color-success: #aad373;
    --kendo-color-on-success: #292929;
    --kendo-color-on-primary: #292929;
    --kendo-color-on-warning: #ffdddd;
    --kendo-color-on-info: #050505;
    --kendo-color-on-tertiary: #eeeeff;
    --kendo-color-primary-on-surface: #aad373;
    --kendo-appbar-text: #dddddd;
    --kendo-input-bg: #050505;
    --kendo-button-bg: #292929;
    --kendo-button-text: #dddddd;
    --kendo-button-hover-bg: #292929;
    --kendo-button-hover-text: #dddddd;
    --kendo-grid-hover-text: #dddddd;
    --kendo-overlay-opacity: 0.8;
    --kendo-card-border-radius: 0;
    --kendo-menu-item-active-bg: #292929;
    --kendo-menu-item-hover-bg: #292929;
    --kendo-menu-item-hover-text: #eeeeff;
    --kendo-menu-item-active-text: #eeeeff;

    --animate-duration: 0.5s;
    --anoukfeatures-section-gradient: linear-gradient(to bottom, var(--kendo-color-app-surface) 0, var(--kendo-color-surface) 80%, var(--kendo-color-surface) 100%);
    --anoukfeatures-section-gradient-invert: linear-gradient(to bottom, var(--kendo-color-app-surface) 0, var(--kendo-color-surface) 10%, var(--kendo-color-app-surface) 100%);

    --content-max-width: 1120px;
}

.k-bg-dark {
    background-color: #292929;
}

.k-appbar {
    background-color: #101010;
}

.k-table-th, .k-grid td, .k-grid .k-table-td {
    border-color: #292929;
}

.k-checkbox {
    border-color: #333333;
}

.k-switch-off .k-switch-track {
    border-color: #333333;
}

.k-button-solid:focus, .k-button-solid-k-focus {
    border-color: transparent;
    outline-color: transparent;
    box-shadow: none;
}

.k-button-solid-success:hover {
    background-color: #9ec86f;
    outline-color: #9ec86f;
    border-color: #9ec86f;
}

.k-button-solid-tertiary:hover {
    background-color: #ff4400;
    outline-color: #ff4400;
    border-color: #ff4400;
}

.k-button-solid-active:hover {
    background-color: transparent;
    outline-color: transparent;
    border-color: transparent;
}

.k-switch-off .k-switch-track {
    border-color: #333333;
}

.k-focus {
    outline-color: transparent;
    box-shadow: none;
}

.k-bg-dark {
    background-color: #000000;
}

.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}

h1, h2, h3 {
    font-weight: 200;
}

.k-toolbar.k-toolbar-scrollable {
    margin: 0;
}

.k-overlay-light {
    background-color: #050505;
}

.small-text {
    font-size: 0.7rem;
}

.scroll-auto-hidden-x {
    overflow: auto;
    overflow-x: hidden;
}

.header-picker {
    font-size: 0.85rem;
    height: 26px;
    border: 0;
}

.header-picker > input {
    padding: 0;
    text-align: center;
}

.transparent-background-important {
    background: transparent !important;
}

.k-card-title {
    font-weight: 100;
    font-size: 1.2rem;
}

.k-timepicker.header-picker > input {
    margin-bottom: 4px;
}

.k-datepicker.header-picker > input {
    margin-top: 4px;
}

.k-tilelayout-item-body.k-card-body {;
    padding-top: 0.25rem;
}

a, a:visited, a:hover, a:active {
    color: white;
    text-decoration: none;
}

.k-drawer.telerik-blazor {
    border: 0;
}

.display-inline-block {
    display: inline-block;
}

.k-input {
    border-color: #363636;
}

.k-drawer-item:hover {
    background-color: #292929;
}

.k-drawer-item:hover .k-icon {
    color: #aad373;
}

.k-drawer-item:hover .k-item-text {
    color: #bbbbbb;
}

label {
    font-weight: 100 !important;
}

.nowrap-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nowrap-clip {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#blazor-error-ui {
    color: black;
    background-color: coral;
}

#blazor-error-ui > a {
    color: black;
}

#blazor-error-ui > span {
    color: black;
}

.shopfloorBlockNumber {
    font-size: 0.85rem;
}

.popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: black;
    color: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 80%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.popup-close-button {
    float: right;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: -10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.grid-container {
    min-height: 400px;
}

.grid-container-sm {
    min-height: 200px;
}

#logoText {
    font-size: 1.8rem;
}

#logoImage {
    width: 25px;
}

.menu-container {
    /*justify-content: center;*/
    /*display: flex;*/
}

.competence-grid {
    display: grid !important; 
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 1rem;
    width: 100%;
    padding-left: 12rem;
}


.pull-up-8 {
    position: relative;
    top: -8px;
}

.pull-up-4 {
    position: relative;
    top: -4px;
}

.pull-up-3 {
    position: relative;
    top: -3px;
}

.pull-up-2 {
    position: relative;
    top: -2px;
}

.pull-up-1 {
    position: relative;
    top: -1px;
}

.content-height {
    height: calc(100vh - 176px);
    max-height: calc(100vh - 176px);
}