:root {
    --sidebar-height: 110.2px;
    --sidebar-footer-height: 32px;
    --sidebar-width: 240px;
    --sidebar-shown: 1;
    --primary-color: #3e444a;
    --primary-color-hovered: #50575d;
    --primary-bg: #f0f2f5;
    --primary-anchor-color: #0284c7;
    --primary-box-shadow: box-shadow: 0.25rem 0 0.625rem #e4e7ed;
    --cursor-color: #7a8f99;
    --secondary-color: #FBD334;
    --default-padding-components: 16px;
}
hr {
    border: 1px solid #ccc!important;
    margin: 0!important;
}
a {
    color: var(--primary-color);
    text-decoration: none!important;
}
.tracking-wide {
    letter-spacing: .025em!important;
}
#app {
    display: flex;
    min-height: 100%;
}
button.btn-astech {
    background-color: var(--secondary-color);
    color: var(--primary-color-hovered);
}
button.btn-astech:hover {
    background: none;
}
.main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: calc(100vh - var(--sidebar-height));
    background-color: #fff;
}
.main-content main {
    max-height: calc(100vh - (var(--sidebar-height) * 2));
    height: 100%;
    overflow-x: auto;
}
.header {
    height: var(--sidebar-height);
    z-index: 4;
}
.header .header-content {
    display: flex;
    height: 100%;
    color: var(--primary-color);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 15px;
}
.sidebar {
    display: flex;
    flex-direction: column;
    box-shadow: var(--primary-box-shadow);
    max-width: var(--sidebar-width);
    width: 100%;
}
.sidebar-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}
.sidebar-header {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background-color: #ffd333;
    color: #3d464d;
    flex-shrink: 0;
    height: var(--sidebar-height);
    width: 100%;
    position: relative;
}
.sidebar-black {
    position: relative;
    background-color: var(--primary-color);
    height: calc(100vh - var(--sidebar-height));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar-body {
    overflow-x: auto;
    height: calc(100vh - var(--sidebar-height) - var(--sidebar-footer-height));
    position: relative;
}
.sidebar-footer {
    z-index: 2;
    border-top: 1px solid var(--primary-color-hovered);
    margin: 7px 0;
}
.sidebar-wrapper {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
.sidebar-mask {
    overflow: hidden;
    height: 100%;
}
.sidebar-offset {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
.sidebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden scroll;
}
.sidebar-content:before {
    content: ' ';
    display: table;
}
.sidebar-content:after {
    content: ' ';
    display: table;
}
.sidebar-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-menu-list .btn {
    border: 0;
}
.sidebar-menu-list-section-title {
    color: #8fa7b2;
    display: block;
    font-size: .6875rem;
    font-weight: 500;
    line-height: .6875rem;
    padding: 0.5625rem 1.25rem;
    text-transform: uppercase;
}
.sidebar-menu-list .sidebar-menu-list-second-section-link {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: .875rem;
    line-height: 1.125rem;
    padding: 0.4375rem 1.25rem;
    text-decoration: none;
}
.sidebar-menu-list .sidebar-menu-list-second-section-icon {
    fill: currentColor;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    height: 1rem;
    justify-content: center;
    width: 1rem;
}
.sidebar-menu-list li a span {
    color: #fff;
}
.sidebar-menu-list li.sidebar-menu-list-section a:hover, .sidebar-menu-list li.sidebar-menu-list-second-section a:hover {
    background-color: var(--primary-color-hovered);
}
.sidebar-menu-list li.sidebar-menu-list-section a:hover span, .sidebar-menu-list li.sidebar-menu-list-second-section a:hover span {
    color: var(--secondary-color);
}
.sidebar-menu-list-collapsible a {
    margin-left: 1.25rem;
}
.page-content {
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 4;
    width: calc(50% - 15px);
}
.page-footer {
    background: #0000;
    border-top: 1px solid #2125291a;
    color: #6c757d;
    font-size: .8125rem;
    padding: 1rem 1.5rem;
    align-self: center;
}
a.link-fx:before {
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #0284c7;
    visibility: hidden;
    transform: translateY(0.375rem);
    transform-origin: 50% 50%;
    opacity: 0;
    transition: transform .12s ease-out,opacity .12s ease-out;
}
.sidebar-caption {
    background-color: #fff;
    border-radius: 0.125rem;
    color: var(--primary-color);
    font-size: .6875rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.4375rem 0.5rem 0.375rem;
    text-align: center;
    text-transform: uppercase;
}
.text-dual {
    color: var(--primary-color)!important;
}

/* Card Component */
.card {
    background-color: rgb(255, 255, 255);
    color: rgba(76, 78, 100, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 8px;
    background-image: none;
    overflow: hidden;
    box-shadow: rgb(76 78 100 / 25%) 0px 2px 10px 0px;
    position: relative;
    width: 100%;
}
.card .astech-card-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.75rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.card-link {
    display: flex;
    justify-content: space-between;
}

/* Table Component */
.table-wrapper {
    background-color: rgb(255, 255, 255);
    color: rgba(76, 78, 100, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 10px;
    background-image: none;
    overflow: hidden;
    box-shadow: rgb(76 78 100 / 25%) 0px 2px 10px 0px;
}
.table-wrapper thead tr:nth-child(1) {
    border-bottom: 1px solid #50575d21;
}
.table th, .table td {
    padding: var(--default-padding-components)!important;
}
.table-search {
    max-width: 150px;
    margin: 10px;
}

/* Pagination Component */
.pagination li a svg {
    color: var(--primary-color);
}

/* Modal */
.modal {
    background: rgba(0, 0, 0, 0.7);
}
.nav-tabs .nav-link.active {
    color: var(--secondary-color)!important;
    background-color: transparent!important;
    border-color: transparent transparent var(--secondary-color)!important;
}
.nav-tabs .nav-link {
    border-bottom-width: 0.2rem!important;
    margin-bottom: -0.1rem!important;
}

.file-upload-box {
    width: 100%;
    height: 215px;
    border: 2px dashed #ddd;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    flex-direction: column;
}
.file-upload-box > .remove-file-upload-box {
    right: 3px;
    top: 3px;
    background: transparent;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 7, 0);
    position: absolute !important;
}

span.input-preview-picker {
    min-width: 39px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
div.react-select-container > div > div#react-select-2-listbox {
    z-index: 1!important;
    position: relative!important;
}

/* CKEditor */
div.ck-editor__editable {
    min-height: 200px !important;
}

table.product-table tbody tr td:nth-child(2) {
    padding: 0!important;
}
table.product-table tbody tr td:nth-child(2) img {
    display: block;
    margin: 0 auto;
    width: 40px;
}
table.product-table thead tr th:nth-child(2) {
    text-align: center;
}

a.report-card {
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
a.report-card::before {
    content: " ";
    display: table;
}
a.report-card::before {
    content: " ";
    display: table;
    clear: both;
}
div.report-left-side-card {
    display: block;
    float: left;
    font-size: 35px;
    height: 80px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 10px;
    width: 80px;
}
div.report-left-side-card svg {
    font-size: 110px;
    line-height: 110px;
    margin-left: -35px;
    opacity: .1;
}
div.report-right-side-card {
    padding-right: 15px;
    position: absolute;
    right: 15px;
}
div.report-right-side-card-title {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 36px;
    margin-bottom: 0;
    padding-top: 25px;
}
div.report-right-side-card-subtitle {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: right;
}
#dashboard-ecommerce-reports div.row > div:hover {
    color: #0178BD;
    cursor: pointer;
}
#dashboard-ecommerce-reports div.row div.svg-order-processing svg {
    color: #FBBA00;
}
#dashboard-ecommerce-reports div.row div.svg-order-completed svg {
    color: #7BD039;
}
#dashboard-ecommerce-reports div.row div.svg-revenue-month svg {
    color: #3E444A;
}
#dashboard-ecommerce-reports div.row div.svg-product-stock svg {
    color: #999999;
}
#dashboard-ecommerce-reports div.row div.svg-product-out-of-stock svg {
    color: #AA1400;
}
.card-report-overview-business div.recharts-wrapper {
    margin: 0 auto;
    display: block;
}
.card-report-overview-business div.legenda {
    position: absolute;
}
.card-report-overview-business div.legenda-color {
    width: 50px;
    height: 10px;
    background-color: red;
    margin-right: 10px;
    border: 1px solid #000;
}
.card-report-monthly-earnings h6.card-subtitle {
    width: 100%!important;
}

.async-select-with-absolute .async-select-listbox {
    position: absolute;
    height: auto;
    min-width: 300px;
    width: auto;
}

.async-select-listbox {
    border: 0 solid #ced4da;
    background-color: #f8fafc;
    border-radius: 0.25rem;
    padding: 12px;
    color: #212529;
    margin-top: 10px;
    height: auto;
    position: relative;
    width: 100%;
}
.input-group-icon {
    color: #212529;
    background-color: #f8fafc;
    background-clip: padding-box;
    padding: 5px 10px;
}
.input-group-icon svg {
    align-self: center;
    height: 100%;
}
.async-select-listbox p {
    font-size: 0.9rem;
    font-weight: 400;
}
.async-select-listbox-item {
    padding: 10px;
    border-radius: 0.25rem;
}
.async-select-listbox-item:hover {
    background-color: #ccc;
    color: #000;
}
.async-select-listbox-item-select {
    background-color: var(--primary-color-hovered);
    color: #fff;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: opacity 0.2s;
    background: #f1f2f3;
}
.loader img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
}
.loader h2 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%);
}
.logo {
    max-width: 100%;
    height: auto;
}
.custom-btn-clear {
    background: #f8fafc!important;
}
.input-group-text-height {
    height: 35px;
}
/* Media Query */

@media (min-width:961px)  {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .collapsing {
        height: 100%!important;
    }
    .fade:not(.show) {
        opacity: 100%!important;
    }
}
@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
    .collapsing {
        height: 100%!important;
    }
    .fade:not(.show) {
        opacity: 100%!important;
    }
}
@media (min-width:1281px) {
    /* hi-res laptops and desktops */
    .collapsing {
        height: 100%!important;
    }
    .fade:not(.show) {
        opacity: 100%!important;
    }
}

/* For IPAD Portrait View */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* For IPAD Landscape View */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    .card {
        width: 100%!important;
        margin: 0!important;
    }
    div.social-login-container-item {
        flex-wrap: wrap!important;
    }
    div.social-login-container-item > div:nth-child(1) {
        flex: 1 0 0!important;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

 
/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
and (orientation: landscape) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    .card {
        width: 100%!important;
        margin: 0!important;
    }
    div.social-login-container-item {
        flex-wrap: wrap!important;
    }
    div.social-login-container-item > div:nth-child(1) {
        flex: 1 0 0!important;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}


/* iPhone X in portrait & landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.social-login-container-item {
        flex-wrap: wrap;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone X in landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone X in portrait */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone 6, 7, 8 in portrait & landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone 6, 7, 8 in landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone 6, 7, 8 in portrait */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone 6, 7, 8 Plus in portrait & landscape */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone 6, 7, 8 Plus in landscape */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone 6, 7, 8 Plus in portrait */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone 5 & 5S in portrait & landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone 5 & 5s in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}

/* iPhone 5 & 5S in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
    .sidebar {
        position: fixed;
        z-index: 5;
    }
    .header-content > div:nth-child(1) {
        display: none;
    }
    div.card-report-overview-business div.legenda {
        position: relative;
    }
}