.card-background {
    background: #1e1e1e !important;
}
.modal-content {
    background: var(--neutral-900) !important;
}
.main-header {
    border-bottom: 0px !important;
}

.detailsFont {
    color: white;
}

.input-group-text,
.input-dark-group {
    background: black !important;
    border-radius: 8px;
    border: 1px solid #02ac8e !important;

    color: white !important;
}
.input-group-text {
    cursor: pointer;

    font-weight: 500;
    font-size: 14px;
    line-height: 21px;

    border-left: 0px !important;
}
.passwordinp {
    border-right: 0px !important;
}

.dark-text-white {
    color: white !important;
}

.dark-border-color {
    border-color: #0c7966;
}

.sideMenuLinkActiveDark {
    background: #40481e;
    border-left: 4px solid #e0fe67;
    color: #e0fe67 !important;
}

.dark-primary-text {
    color: #e0fe67;
}

.hoverLightDark:hover {
    background: #40481e !important;
}

.darkContainer,
daterangepicker {
    background: black;
}
.darkContainer:hover {
    background: #1e1e1e;
}

.tab-active {
    background: #1e1e1e !important;
    border-color: #1e1e1e !important;
    color: white !important;

    font-weight: 600;
    font-size: 18px;
    line-height: 27px;

    border: 0px !important;
}

.tab-default {
    background: #131313;
    border-color: #131313;

    font-weight: 300;
    font-size: 18px;
    line-height: 27px;

    color: white !important;

    border: 0px !important;
}

.no-border {
    border: 0px !important;
}
