.help-block {
    font-size: 14px;
    color:#e8586a;
}

.new-project-start__active {
    margin: 0 10px 20px;
    padding: 30px 20px 25px;
    flex: 0 0 auto;
    width: calc(25% - 20px);
    background: #FFFFFF;
    border: 1px solid #FDDCE0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.new-project-start__active {
    border-color: #E8586A;
    box-shadow: 0 6px 20px rgba(166, 157, 157, 0.35);
}
.new-project-start__active .new-project-start__img {
    background-color: #E8586A;
}
.new-project-start__active .new-project-start__img path {
    fill: #fff;
}
.select2-dropdown {
    z-index: 1060;
}

.alert {
    font-size: 16px;
}

.stars {
    margin-right: .4rem;
}

.styled-table td, .styled-table th {
    padding: 14px 14px;
    border: 1px solid #fff;
    border-right: none;
}

 .table-action {
    width: 30px;
    height: 30px;
    background-color: #E8E8E8;
}

.border-secondary,
.loader-demo-box {
    border-color: #a3a4a5 !important
}

.rounded,
.loader-demo-box {
    border-radius: 0.25rem !important
}

.loader-demo-box {
    width: 100%;
    height: 200px
}

.jumping-dots-loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

.jumping-dots-loader span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: rgba(241, 83, 110, 0.8);
    margin: 35px 5px
}

.jumping-dots-loader span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite
}

.jumping-dots-loader span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite
}

.jumping-dots-loader span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite
}

@keyframes bounce {

    0%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.projects__project_gray {
    background-color: #F5F5F5;
}

.projects__project_warning {
    background-color: #FFF4AE;
}

.projects__project_success {
    background-color: #94FF76;
}

.projects__project_primary {
    background-color: #A0E2DA;
}

.projects__project_danger {
    background-color: #F4C0C9;
}

.projects__project_default {
    background-color: #F4E9EB;
}



.project__col_4 {
    width: 90px;
    font-size: .9rem;
}

.projects-header__toolbar {
    padding: 5px 0;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    font-size: 14px;
}

.form-control-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 4px;
    transition: border-color 0.15s;
}

.text-error {
    color: #E8586A;
    font-size: .8rem;
}

.tariffs-group__title {
    font-size: 22px;
    font-weight: 700;
    color: #1a2129;
    line-height: 1.45;
}

.project__assignment {
    color: #484848;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .project__body .project__col[data-label]::before {
        font-size: 16px;
        font-weight: 700;
    }
}
@media (max-width: 991.98px) {
    .project__body .project__col[data-label]::before {
        font-size: 16px;
        font-weight: 700;
    }
    .personal-header__right.projects-header__toolbar {
        flex-wrap: wrap;
    }
}








