:root {
    --transparent: transparent;
    --black: #22292f;
    --white: white;
    --white-50: rgba(255, 255, 255, 0.5);
    --danger: #e74444;
    --success: #21b978;
    --warning: #ffeb3b;
    --info: #03a9f4;
    --primary: #e5c189;
    --primary-dark: #d6a964;
    --primary-70: rgba(255, 102, 51, 0.7);
    --primary-50: rgba(255, 102, 51, 0.5);
    --primary-30: rgba(255, 102, 51, 0.3);
    --primary-10: rgba(255, 102, 51, 0.1);
    --logo: #fff;
    --sidebar-icon: #fff;
    --20: #f6fbff;
    --30: #f4f7fa;
    --40: #eef1f4;
    --50: #e3e7eb;
    --60: #bacad6;
    --70: #b3b9bf;
    --80: #7c858e;
    --90: #252d37;
    --90-half: rgba(40, 54, 61, 0.5);
}

.bg-grad-sidebar {
    background-image: linear-gradient(0deg, #1e1e1e 0%, #1e1e1e 100%);
}

.w-sidebar {
    width: 16rem !important;
}

.multiselect__option--highlight,
.multiselect__option--highlight:after,
.multiselect__tag {
    background: #005288 !Important;
}

[data-testid="resource-table"] {
    display: table;
    white-space: nowrap;
}

.mega-filter {
    background: none;
    padding: 0;
    box-shadow: none;
}

.mega-filter > .flex {
    display: block;
}
.mega-filter > .flex > div {
    float: right;
}
.mega-filter h4 + div {
    margin-bottom: -50px;
    z-index: 100;
    position: relative;
}
.mega-filter .btn {
    background: none !important;
    color: #777 !important;
    outline: none !important;
    box-shadow: none !important;
}

.mega-filter > .flex > h4 {
    display: none;
}

.mega-filter .card.filters {
    background: #fff;
}

.action label {
    white-space: nowrap;
}


.text-primary {
    color: #111827 !important;
}