.navbar-dark {

    background-color: #fff;

}

body {
    background: #fff;
}

button.btn.btn-primary.btn-block {

    background: #1c1d22;

}

.navbar-brand img {

    height: unset;

    width: 200px;

}

.submit-btn {

    margin-top: 30px;

}

.fileError {

    margin-top: 10px;

}

.mul-files {

    margin: 10px 0;

    width: 100%;

    padding-left: 10px;

}

.fileData {

    display: block !important;

}

input[type=file] {

    border: 1px solid #2196f3 !important;

    padding: 10px 15px;

    border-radius: 15px;

    width: 50%;

}

select#sheetsSelect {

    -moz-appearance:none; /* Firefox */

    -webkit-appearance:none; /* Safari and Chrome */

    appearance:none;

}

.navbar-dark .navbar-toggler {

    color: #000 !important;

}

.navbar {

    align-items: center;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.23);
}

div#navbar-mobile.show {

    display: flex;

    padding: 10px 0;

    justify-content: space-between;

}

.navbar-expand-md .navbar-nav-link.dropdown-toggle:not(.caret-0) {

    padding-right: 0rem;

}



.st-bt {

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translate(-50%,-50%);

}



.sidebar-content {

    position: relative !important;

    height: 90vh;

    top: 0 !Important;

}

.sidebar .card {

    max-height: 85%;

    overflow-y: auto;

}

.sidebar-dark {

    height: 100%;

}

.comp {

    border-top: 1px solid #fff;

}

.comp p {

    padding: 1rem 1.25rem .25rem 1.25rem;

}

.navbar {

    position: fixed;

    top: 0;

    z-index: 999;

    width: 100%;

}

.content {

    padding-top: 100px;

}

div#navbar-mobile.hide {

    display: none !important;

}

.dataTables_filter {
    float: right;
}

.datatable-header {
    margin-bottom: 20px;
}

div#navbar-mobile.show {
    display: flex !important;
}

.breadcrumb-line {
    padding: 15px;
}

a.breadcrumb-elements-item {
    padding-right: 15px;
}

.breadcrumb-line .header-elements {
    border: 0;
}

.breadcrumb-line .header-elements {
    border: 0;
}

.breadcrumb-line .breadcrumb {
    justify-content: end !important;
}

div#filterPopup {
    background-color: #00000080;
    top: 0;
    z-index: 10000000;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    display: none;
}

.popup-container {
    background: #fff;
    width: 600px;
    max-width: 90%;
    padding: 26px 41px 63px 41px;
    overflow: auto;
    max-height: 100%;
    border-radius: 15px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.popup-header h5 {
    margin-bottom: 0;
    font-weight: bold;
}
    /* Close button styling */
.btn-close {
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

    /* Popup footer */
.popup-footer {
    display: flex;
    justify-content: end;
    padding-top: 10px;
}  

.popup-body {
    padding: 15px 0;
}
.content.front {
    padding-left: 1.25rem;
    padding-top: 150px;
}
div#filterContainer .filter-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

div#filterContainer {
    padding: 15px 0;
}
.filter-row .filter-input {
    width: 50%;
    text-align: center;
}

.filter-row select {
    padding: 7px 5px;
    border: 1px solid #ddd;
    outline: 0 ;
}
.filter-row > div:first-child {
    width: 25%;
}
.filter-row > div:last-child {
    width: 25%;
    text-align: end;
}
.filtered {
    margin-top: 20px;
}
.front .card {
    box-shadow: unset;
    border: 0;
    display: none;
}
button#openFilterPopup {
    min-width: 300px;
    text-align: center !important;
    display: block;
}
.card.filtered {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
#purchaseButton {
    display: none;
    min-width: 300px;
    text-align: center !important;
}
#downloadData {
    min-width: 300px;
    text-align: center !important;
    margin: 0 auto;
}
.btn-list {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-bottom: 20px;
}
.icon-lst {
    display: flex;
    gap: 15px;
}
.g_id_signin iframe {
    margin: 0 auto !important;
}
.lg-card {
    border: 1px solid #302C4D;
    border-radius: 10px;
}

.lg-card .nav {
    border-radius: 6px 6px 0 0;
    background-color: #302C4D;
}

button.btn.btn-primary {
    background-color: #E66239 !important;
}

.lg-card .nav a{
    color: #fff;
}
.lg-card .nav li:first-child a {
    border-radius: 10px 0px 0 0;
}
.lg-card .nav li:last-child a {
    border-radius: 0px 10px 0 0;
}
input.form-control {
    height: 40px;
}
.form-control-feedback {
    line-height: 40px;
}
.content.front.filter {
    padding-top: 0;
}

.content.front.filter .row {
    align-items: center;
    height: 100%;
}
.filter-form {
    border-radius: 10px;
    border: 1px solid #302C4D;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

button#addFilter {
    background-color: #657E92;
}

h5 {
    color: #302C4D;
}
.card.filtered {
    background: #f5f5f5;
    border-radius: 5px;
}
.icon-lst.hide {
    display: none;
}
@media(max-width: 576px) {
    .filter-row > div:last-child {
        width: 100%;
        text-align: end;
        margin-top: 10px;
    }
}
@media(min-width: 768px) {

    .sidebar-expand-md.sidebar-main {

        position: fixed;

        top: 71px;

        z-index: 999;

        left: 0;

    }

    .content {

        padding-left: 290px;

    }

    .login .content {

        padding-left: 0;

        padding-top: 100px;

    }

}

@media(max-width: 767px) {

    input[type=file] {

        width: 100%;

    }

}

@media(max-width: 900px) {

    .card {

        max-width: 600px;

    }

}

@media(max-width: 767px) {

    .card {

        max-width: 550px;

    }

}

@media(max-width: 600px) {

    .card {

        max-width: 450px;

    }

}

@media(max-width: 450px) {

    .card {

        max-width: 380px;

    }

}

@media(max-width: 375px) {

    .card {

        max-width: 330px;

    }

}

@media(max-width: 360px) {

    .card {

        max-width: 300px;

    }

}