.sidebar-ipromise-primary {
    background-color: #100c2e;
}

li.nav-header {
    color: #8f8f8f;
}

.component-title {
    margin-right: 66px;
    margin-left: 23px;
    font-size: 17px;
}

.bottom-button {
    text-align: right;
    padding-bottom: 20px;
}

.component-radiogroup {
    margin-top: 46px;
}

.card-project-name {
    font-size: 15px;
    font-weight: 600;
}

.card-label-faded {
    font-size: 13px;
    color: #a9aabc;
}

.no-padding {
    padding-bottom: 0px;
    margin-bottom: -2px;
}

.bottom-margin {
    margin-bottom: 25px;
}

.card-amount {
    font-weight: 600;
    font-size: 18px;
}

.card-days {
    font-weight: 600;
    font-size: 18px;
    color: #4848f7;
}

.project-status { 
    border: none;
    color: white;
    padding: 4px 21px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    top: 29px;
}

.background-pending {
    background-color: rgb(211, 1, 1);
}

.background-new {
    background-color: rgb(217, 241, 0);
    color: black;
}

.background-completed {
    background-color: rgb(0, 173, 0);
}

.background-paused {
    background-color: rgb(1, 12, 80);
}

.background-inprogress {
    background-color: rgb(80, 80, 255);
}

.background-closed {
    background-color: rgb(0, 0, 0);
}

.project-card hr {
    margin: 1rem -20px !important;
    height: 0px !important;
}

.filter-section {
    padding-bottom: 40px;
}

.a-no-style {
    all: unset;
}

.fixed-card {
    min-height: 274px;
}

.card.project-card.card-tabs:not(.card-outline)>.card-header {
    border-bottom: 0;
    background-color: #100c2e;
}

.logo-card {
    margin-bottom: 18px;
    width: 54px;
}

.vl {
    border-left: 1px solid rgb(170, 170, 170);
    height: 48px;
    position: absolute;
    bottom: 17px;
    right: 0px !important;
}

.project-status-card {
    position: relative;
    border: none;
    color: white;
    padding: 4px 21px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
.tab-content>.tab-pane {
    min-height: 200px;
}
.add-component-section {
    text-align: center;
}

.action-button {
    text-align: right;
    padding: 4px 8px 0 0;
}
.brand-link {
    color: white;
}
.nav-link {
    color: #b4b7b7 !important;
}
.nav-item {
    color: #b4b7b7;
}
.card-upper-group {
    min-height: 190px;
}
.component-bg-0 {
    background-color: rgb(180, 180, 180);
}
.component-bg-1 {
    background-color: rgb(250, 206, 206);
}
.component-bg-2 {
    background-color: rgb(229, 155, 155);
}
.component-bg-3 {
    background-color: rgb(229, 255, 194);
}
.component-bg-4 {
    background-color: rgb(179, 202, 149);
}
.component-bg-5 {
    background-color: rgb(187, 214, 255);
}
.component-bg-6 {
    background-color: rgb(162, 182, 212);
}