/* admin dashboard css start */


/* 
body {
    background-color: var(--background-dark);
}

.aside-content-wrapper {
    width: calc(100% - 280px);
    margin-left: 280px;
    padding: 24px;
}

.aside-tiles-item {
    background: rgba(38, 203, 255, 0.1);
    border-radius: 8px;
    padding: 24px 20px;
    position: relative;
}

.aside-tiles-item .tile-icon {
    height: 48px;
    width: 48px;
}

.aside-tiles-item .tile-caption {
    width: calc(100% - 48px);
    margin-left: 16px;
}

.tile-title p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-light);
    margin-bottom: 2px;
    opacity: 0.8;
}

.tile-value h4 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: var(--text-light);
}

.aside-title-area {
    margin: 0 0 16px 0;
}

.aside-title-area .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-light);
    margin: 10px 0;
}

.shadow-shape svg {
    position: absolute;
    left: -30px;
    top: 20px;
}

.shadow-shape:after {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    height: 48px;
    width: 2px;
    background: var(--color-success);
}

.full_section .aside-content-wrapper {
    width: 100%;
    margin: 0;
    transition: ease all 0.5s;
} */


/* admin dashboard css end */