.main-sidebar {
    width: 240px;
    height: 100%;
    top: 0px;
}

@media (min-width: 768px) {
    .main-content {
        margin-left: 240px;
    }
}


@media (min-width: 768px) {
    .main-content .main-navbar {
        display: none;
    }
}

.navbar-brand {
    padding: 14px 26px;
}

.navbar-brand img {
    max-height: 40px;
    margin-right: 12px;
}

.navbar-brand span {
    line-height: 40px;
}

.nav-link .arrow-icon {
    float: right;
    margin: 3px 0 0 !important;
}




/* child-menu */
.child-menu {
    position: relative;
    padding: 4px 0;
}

.child-menu::after {
    content: '';
    position: absolute;
    width: 2.4px;
    background-color: #CACEDB;
    top: 0;
    bottom: 0;
    left: 34px;
}

.child-menu li {
    position: relative;
}

.child-menu li.active a,
.child-menu li:hover a {
    color: #007bff;
}

.child-menu li a {
    padding: 8px 8px 8px 52px;
    display: block;
    font-size: 13px;
    color: #848dab;
    font-weight: 400;
}

.child-menu li a:hover {
    text-decoration: none;
}

.child-menu li a::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 31px;
    background-color: #FFFFFF;
    border: 1.8px solid #007bff;
    top: 14px;
    border-radius: 50%;
    z-index: 1;
}

.child-menu li.active a::before,
.child-menu li:hover a::before {
    background-color: #007bff;
}



/* page-header */
@media (max-width: 767.98px) {
    .page-header .page-title {
        font-size: 30px;
        line-height: 38px;
    }
    .page-header .page-title span {
        display: block;
    }
    .page-header .page-title .size-small {
        font-size: 24px;
    }
}

/* footer */
.main-footer .copyright {
    font-size: 13px;
    font-weight: 400;
}



/* tab */
.tab {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab.card-header {
    padding: 0;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 20px;
    transition: 0.3s;
    font-size: 16px;
    width: 150px;
    font-weight: 500;
    color: #97aac6;
    border-radius: 0.625rem 0.625rem 0 0;
}

.tab button:hover {
    color: #3D5170;
    border-bottom: 2px solid #3D5170;
}

.tab button.active {
    color: #3D5170;
    border-bottom: 2px solid #3D5170;
}

.tabcontent {
    padding: 20px 30px;
}

.tabcontent.hidden {
    display: none;
}

.tabcontent img {
    width: 100%;
}
.tabcontent img.small-size {
    max-width: 700px;
}




/* datatable */
table.dataTable {
    width: 100% !important;
}

.data-table table {
    border-collapse: collapse;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tbody th, table.dataTable tbody td {
    border-bottom: 1px solid #dee2e6;
    text-align: left;
}

table.dataTable tbody td {
    font-weight: 400;
    padding: 10px 16px;
}

table.dataTable tbody th {
    color: #9fa6ad;
    padding: 10px 16px;
    text-align: center;
}

table.dataTable tbody tr:hover {
    background-color: #fAfAfA;
}

.dataTables_scrollHead {
    background: #ebf5ff
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: 0;
}

.dataTables_wrapper {
    padding: 20px 0;
}

.dataTables_length {
    padding: 0 10px 5px 10px;
}

.dataTables_filter  {
    padding: 0 10px 5px 10px;
}

.dataTables_wrapper .dataTables_info {
    padding: 25px 10px 0 10px;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 20px 10px 0 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 13px;
}

.data-table input, .data-table select {
    padding: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    will-change: border-color,box-shadow;
    border-radius: .25rem;
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(.27,.01,.38,1.06),border 250ms cubic-bezier(.27,.01,.38,1.06);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: transparent;
    background-image: none;
    border-color: #5a6169;
    color: #5a6169;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border-color: #5a6169;
    background: #5a6169;
    box-shadow: none;
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }
}





/* other-analysis */
.other-analysis {
    padding: 20px 4px 40px;
    font-size: 16px;
}

.other-analysis span {
    font-size: 12px;
    font-weight: 400;
    color: #868e96;
    margin-bottom: 4px;
    display: block;
}

.other-analysis a {
    text-decoration: none;
    color: #5A6169;
}

.other-analysis a:hover {
    color: #007bff;
}

.other-analysis .next {
    text-align: right;
}

.other-analysis .previous i {
    margin-right: 6px;
}

.other-analysis .next i {
    margin-left: 6px;
}

@media (max-width: 767.98px) {
    .other-analysis .previous {
        margin-bottom: 20px;
    }

    .other-analysis .next {
        text-align: left;
    }
}



/* scrollbar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 3px;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 3px;
}


/* loader */
.loader.shown {
    display: block;
}

.loader.hidden {
    display: none !important;
}

.loader {
    display: none;
    /* margin-left: 240px; */
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgb(245, 246, 248);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#flask .flask-background {
    fill: rgb(245, 246, 248); /* equal to the body background color */
}

.loader .elements {
    margin-left: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 767.98px) {
    .loader .elements {
        margin: auto;
    }
}

.loader .caption {
    margin-top: 20px;
    /* font-size: 26px; */
    color: #AEB0B5;
}

.loader .caption h3 {
    letter-spacing: 1.6px;
    font-weight: 500;
}




/* form-group */
.form-group .badge {
    color: #5A6169;
    border: 1px solid #e1e5eb;
    margin-left: 10px
}


/* upload-history */
.upload-history .date-upload {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 400;
}

.upload-history .history-link a {
    font-size: 14px;
}

/* download-sample */
.download-sample .start-button {
    text-align: right;
}

.download-sample .data-button .btn {
    white-space: initial;
}

@media (max-width: 767.98px) {
    .download-sample .start-button {
        text-align: left;
    }
}


/* cookie-policy */
.cookie-policy {
    z-index: 9999;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 14px 20px;
    background: rgba(33, 44 , 61, 0.8);
    color: #FFFFFF;
    font-size: 14px;
}
.cookie-policy.hidden {
    display: none;
}
.cookie-policy a {
    color: #00b8d8;
}
.cookie-policy button {
    padding: 8px 40px;
    font-size: 14px;
}
.cookie-policy .cookie-desc {
    line-height: 30px;
}
.cookie-policy .accept-button {
    text-align: right;
}
@media (max-width: 767.98px) {
    .cookie-policy .accept-button {
        text-align: left;
        margin-top: 10px;
    }
}
