﻿

/* datatable bootstap css start */
.dataTables_filter > label::before {
    content: '\F52A';
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 5px;
    right: 15px;
}

.dataTables_filter > label {
    position: relative;
}

.dataTables_filter.has-value > label::before {
    content: '' !important;
    display: none !important;
}

.dataTables_filter input[type="search"] {
    border-radius: 25px !important;
    width: 300px !important;
    padding-left: 20px;
}

@media only screen and (max-width: 450px) {
    .dataTables_filter input[type="search"] {
        width: auto !important;
    }

     .dataTables_filter > label::before {
        left: 66px !important;
        top: 4px !important;
    } 
}

.page-item.active .page-link {
    background: #212529 !important;
}

.page-link {
    color: black;
}
/* datatable bootstap css end */

.text-orange {
    color: #febb5b;
}
.badge-orange-icon {
    background-color: #febb5b;
    width: 44px;
    height: 44px;
}
.badge-green-icon {
    background-color: #6fc57f;
    width: 44px;
    height: 44px;
}
.text-lightblue {
    color: #43c2f0;
}
.badge-lightblue-icon {
    background-color: #43c2f0;
    width: 44px;
    height: 44px;
}
.text-red {
    color: #fd7458;
}
.badge-red-icon {
    background-color: #fd7458;
    width: 44px;
    height: 44px;
}
.bg-chart-dashboard {
    text-align: center;
    background-image: url('../images/others/bgchart.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.width-height-44px {
    width: 44px;
    height: 44px;
    padding: 14px;
}
.progress-card {
    background-color: #aabb3b;
}
.progress-icon {
    color: #aabb3b;
}
.applied-card {
    background-color: #56ce6a;
}
.applied-icon {
    color: #56ce6a;
}
.completed-card {
    background-color: #22a324;
}
.completed-unpaid-card {
    background-color: #5789c0;
}
.completed-icon {
    color: #22a324;
}
.completed-unpaid-icon {
    color: #5789c0;
}
.posted-card {
    background-color: #43d1b9;
}
.posted-icon {
    color: #43d1b9;
}
.invited-card {
    background-color: #535fff;
}
.invited-icon {
    color: #535fff;
}
.submitted-card {
    background-color: #66b2ff;
}

.submitted-icon {
    color: #66b2ff;
}
.unescrowed-card {
    background-color: #458588;
}

.unescrowed-icon {
    color: #458588;
}
.unsigned-card {
    background-color: #444a6c;
}

.unsigned-icon {
    color: #444a6c;
}

.referral-accepted-card {
    background-color: #b89f3d;
}

.referral-accepted-icon {
    color: #b89f3d;
}

.referral-posted-card {
    background-color: #b89f3d;
}

.referral-posted-icon {
    color: #b89f3d;
}









.bg-grey {
    background: rgb(240,240,240);
}

.job-summary-list {
    margin-block-end: 0;
}

    .job-summary-list li::marker {
        color: #a1a1a1;
        font-size: 22px;
        line-height: 25px;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-link.active {
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    background: #000;
    height: auto;
    border-radius: 50px;
    font-weight: 700;
}