* {
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 16px;
}

    *:focus, *:focus-visible, *:focus-within {
        outline: none !important;
        box-shadow: none !important;
    }

body {
    overflow-y: scroll;
}

.flex-1 {
    flex: 1;
}

.flex-50 {
    flex: 50%;
}

.px-075 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.complete-configuration {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 75px;
}

.menu-container {
    margin-top: 58px;
}

.nav-item:hover, .nav-item-selected {
    text-decoration: none;
    background-color: white !important;
}

.material-icons.md-30 {
    font-size: 30px;
}

.material-icons[role=button] {
    cursor: pointer;
}

    .material-icons[role=button]:hover {
        opacity: 0.8;
    }

.container-expand {
    max-height: 3100px; /* the max-height is only used for the transition to work. Some value bigger than it will get on mobile */
    transition: max-height 0.5s ease-in-out;
}

.container-collapse {
    max-height: 58px;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

details {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

    details summary {
        align-items: center;
        cursor: pointer;
        display: flex;
        gap: 0.25rem;
        transition: margin 220ms ease-out;
    }

    details[open] summary {
        margin-bottom: 10px;
    }

    details summary::before {
        content: "expand_circle_right";
        font-family: 'Material Symbols Outlined';
        font-size: 24px;
    }

    details[open] summary::before {
        content: "expand_circle_down";
    }

.cfg-status-circle-ok {
    background: green !important;
    border: none !important;
}

.cfg-status-circle {
    display: block;
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cfg-status-circle .material-icons {
        font-size: 18px;
        color: white;
        margin-top: 1px;
    }

.cfg-radio {
    display: inline-block;
    cursor: pointer;
}

.radio-checked {
    background: #ededed;
}

.disabled-radio {
    opacity: 0.3;
    cursor: default;
}

.k-radio-list li {
    padding: 0;
}

.container-placeholder {
    border: 1px solid rgba(0, 0, 0, 0.12);
    height: 55px;
}

    .container-placeholder a {
        color: black;
    }

        .container-placeholder a:hover {
            color: black;
        }

.configurations-table th:nth-child(n+11) {
    font-size: 75%;
    text-align: end;
}

.configurations-table.color-first-row tbody tr:first-child {
    background: #fff9da;
}

.cfg-menu-cr {
    font-size: 13px;
}

.cfg-menu-v {
    font-size: 10px;
    display: block;
    text-align: right;
}

.cfg-menu-footer {
    height: 58px;
    background: #c7c7c7;
    width: calc(100% + 12px);
    position: absolute;
    left: 0;
}

.cfg-menu-footer {
    bottom: 0;
    align-items: center;
    color: black;
}

.cfg-page-title {
    height: 58px;
    background: #ededed;
    width: calc(100% + 24px);
    margin-left: -12px;
}

.sidebar-title {
    height: 58px;
}

.sidebar-content {
    overflow-y: auto;
    max-height: calc(100vh - 58px);
}

.bucher-input {
    background: white;
    width: 100%;
    height: 42px;
    padding: .5rem 1rem;
    border: 1px solid var(--border-color) !important;
    border-radius: 4px !important;
    z-index: 1;
}

    .bucher-input::after {
        inset: unset !important;
    }

    .bucher-input input {
        padding-block: 0 !important;
        padding-inline: 0 !important;
    }

        .bucher-input input .k-input-inner,
        .ddl-handle-type .k-input-inner {
            padding-block: 2px !important;
            padding-inline: 2px !important;
        }

.flip-x {
    transform: scaleX(-1);
}

.indicator {
    width: 18px;
    height: 18px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.td-none {
    text-decoration: none;
}

    .td-none:hover {
        text-decoration: underline;
    }


.img-fluid {
    border-radius: 1rem;
}

.cfg-element-item img {
    width: 6rem;
}
