.main {
    overflow-y: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100vh;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.main .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}
[class="log-layout"] {
    --primary-color: #484c7f;
    --secondary-color: #F19828;
    --chart-color1: #484c7f;
    --chart-color2: #F19828;
    --chart-color3: #f5558d;
    --chart-color4: #a7daff;
    --chart-color5: #9cbf3b;
    --chart-color6: #a0c1b8;
    --chart-color7: #64868e;
    --primary-gradient: linear-gradient(45deg, #f5558d, #FF1843);
}
a {
    text-decoration: none;
}
#log-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.auth-h100 {
    height: calc(100vh - 192px);
}
.bg-dark {
    background-color: var(--primary-color) !important;
}
.justify-content-center {
    justify-content: center !important;
}
a:hover {
    text-decoration: none;
    color: var(--secondary-color);
}
.text-muted {
    color: #9a9b9d !important;
}
.text-secondary {
    color: var(--secondary-color) !important;
}


.vh100 {
    height: 100vh
}

.w30 {
    width: 30px
}

.w60 {
    width: 60px
}

.w90 {
    width: 90px
}

.w120 {
    width: 120px
}

.w220 {
    width: 220px
}

.w240 {
    width: 240px
}

.w280 {
    width: 280px
}

.w380 {
    width: 380px
}

.w-30 {
    width: 30%
}