﻿.dashboard-background {
    min-height: 100vh;
    height: auto;
    /*background-image: url('../img/Login/LoginGradient.png');*/
    background-image: url('../img/img104.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.dashboard-background-color {
    min-height: 100vh;
    height: auto;
    background: #e96443; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #904e95, #e96443); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #904e95, #e96443); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*--------------------------------------------------------------
# PANEL IZQUIERDO
--------------------------------------------------------------*/
.left-panel {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.navigation-panel {
    position: absolute;
    /*box-shadow: rgba(255, 255, 255, 0.9) 0rem 0rem 0.0625rem 0.0625rem inset, rgba(0, 0, 0, 0.05) 0rem 1.25rem 1.6875rem 0rem;*/
    backdrop-filter: blur(2.625rem) saturate(110%);
    background-color: transparent !important;
    transition: 0.2s linear;
    width: 260px;
    max-width: 260px;
    height: calc(-32px + 100vh);
    padding-inline: 20px;
    margin: 16px 0px 16px 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav-header {
    padding-top: 25px;
    margin-bottom: 12px;
}

    .nav-header a {
        cursor: pointer;
        text-decoration: none;
        outline: transparent solid 2px;
        outline-offset: 2px;
        color: inherit;
        display: flex;
        line-height: 100%;
        margin-bottom: 30px;
        font-weight: var(--chakra-fontWeights-bold);
        -moz-box-pack: center;
        justify-content: center;
        -moz-box-align: center;
        align-items: center;
        font-size: 11px;
    }

.header-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    vertical-align: middle;
    margin-inline-end: 10px;
    margin-top: 2px;
}

.header-text {
    font-size: 22px!important;
    font-weight: 600;
}

.header-divisor {
    display: flex;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 47.22%, rgba(224, 225, 226, 0.156) 94.44%);
}

.nav-buttons {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.nav-element {
    color: #fafafa;
    text-decoration: none;
    display: inline-flex;
    appearance: none;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 100%;
    line-height: 1.2;
    border-radius: 1.6rem;
    height: initial;
    transition: 0.2s linear;
    padding: 7px 0 7px 0;
    cursor: pointer;
    margin-bottom: 24px;
}

    .nav-element.active {
        color: #007aff;
        background: #fafafa;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .nav-element.active:hover {
        background: #e8e8e8;
    }

    .nav-element.inactive {
        font-weight: 600;
    }

    .nav-element.inactive > div > div i {
        font-weight: 600;
    }

    .nav-element.inactive:hover {
        color: #fafafa;
        /*background: #fafafa;*/
        border: 1px solid rgba(255,255,255,0.7);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .nav-element > div p {
        margin: 0;
        padding-left: 12px;
    }

.nav-content {
    display: flex;
    padding-left: 26px;
}

    .nav-content > div i{
        display: inline-block;
        vertical-align: -1.5px;
    }

.nav-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 30px;
    background-color: #fafafa;
    color: #ff3b30;
    margin: 0 16px 18px 16px;
}

/*--------------------------------------------------------------
# LOGIN INFO
--------------------------------------------------------------*/
.login-info {
    display: flex;
    position: absolute;
    box-shadow: var(--chakra-shadows-none);
    background: none;
    border-color: var(--chakra-colors-transparent);
    filter: none;
    backdrop-filter: none;
    border-width: 1.5px;
    border-style: solid;
    transition-delay: 0s, 0s, 0s, 0s;
    transition-duration: 0.25s, 0.25s, 0.25s, 0s;
    transition-timing-function: linear, linear, linear, linear;
    border-radius: 16px;
    min-height: 75px;
    line-height: 25.6px;
    margin-inline: auto;
    margin-top: 0px;
    padding-bottom: 8px;
    right: 30px;
    padding-top: 8px;
    top: 18px;
}

.info-container {
    -moz-box-align: center;
    align-items: center;
}

/*--------------------------------------------------------------
# PANEL DERECHO
--------------------------------------------------------------*/

.right-panel {
    float: right;
    max-width: 100%;
    overflow: auto;
    position: relative;
    max-height: 100%;
    transition-delay: 0s;
    transition-duration: 0.2s, 0.2s, 0.35s;
    transition-property: top, bottom, width;
    transition-timing-function: linear, linear, ease;
    width: 100%;
}

@media screen and (min-width: 1440px) {
    .right-panel {
        width: calc(100% - 275px);
    }
}

.container-right {

}

.content-area {
    padding: 16px 15px;
    min-height: calc(-123px + 100vh);
}

.actions-area {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    margin-top: 20px;
}

.action-button {
    padding: 22px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(120px);
    text-decoration: none;
    width: 100%;
    border-radius: 20px;
    backdrop-filter: blur(2.625rem) saturate(110%);
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: 0.1s linear;
}

    .action-button:hover {
        background-color: #cfcfcf !important;
        color: #ffffff;
        cursor: pointer;
    }

.btn-layer-1 {
    display: flex;
    width: 100%;
}

.btn-layer-2 {
    display: flex;
    flex-direction: row;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

.btn-layer-2 p {
    margin: auto 0 auto 0;
    color: #fafafa;
    font-weight: 600;
}

.btn-text {
    position: relative;
    flex: 1 1 0%;
    margin-inline-end: auto;
}

.info-area {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.items-table-container {
    padding: 16px;
    display: flex;
    height: fit-content;
    flex-direction: column;
    backdrop-filter: blur(2.625rem) saturate(110%);
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(127.09deg, rgba(171, 172, 174, 0.2) 19.41%, rgba(212, 212, 212, 0.1) 76.65%);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.table-title {
    display: flex;
    width: 100%;
    padding: 12px 0px 28px;
}

.title-container {
    display: inline-flex;
    flex-direction: column;
}

    .title-container > div {
        display: inline-flex;
        flex-direction: row;
    }

.title-font {
    font-size: 1.125rem;
    color: #fafafa;
    font-weight: 600;
    padding-bottom: 8px;
    margin: 0;
    vertical-align: text-top;
}

.table-details {
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

    .table-details p {
        font-size: 0.875rem;
        color: #fafafa;
        font-weight: 400;
    }

.icon-box-warning,
.icon-box-alert,
.icon-box-blue,
.icon-box-ok {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 12px;
    height: 30px;
    width: 30px;
    background: rgb(255, 59, 48);
}

.icon-box-alert {
    background: rgb(255,159,10);
}

.icon-box-blue {
    background: #007aff;
}

.icon-box-ok {
    background: #68b723;
}

.icon-box-warning,
.icon-box-alert,
.icon-box-blue,
.icon-box-ok {
    color: #fafafa;
}

.items-table {
    border-collapse: collapse;
    width: 100%;
    color: rgb(255, 255, 255);
    border-color: white;
    border-style: solid;
    border-width: 0px;
}

.header-row {
    border-bottom-width: 1px;
    border-bottom-color: #fafafa;
}

.header-row th {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1rem;
    text-align: start;
    padding-inline-start: 1.5px;
    padding-inline-end: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom-color: rgb(86, 87, 122);
}

.header-row:nth-child(1) {
    padding-inline-start: 0px!important;
}

.body-row td{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-width: 1px;
    border-top-color: #fafafa;
}

/*--------------------------------------------------------------
# INVENTARIO
--------------------------------------------------------------*/

.fixed-navigation-panel {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    margin-bottom: 20px;
}