.theme-color {
    color: #006d99;
}

.workflow-detail-page {
    padding: 50px 5px !important;
}

.case-tab-section .nav-tabs .nav-item + .nav-item, .case-tab-section .nav-tabs .nav-item {
    width: 20%;
}

.case-tab-section .nav-tabs .nav-link {
    font-size: 14px;
    padding: .5rem;
}

.workflow-progress-section ul li {
    display: inline-block;
    padding: 0 30px;
    /*width: 16.66%;
    float: left;*/
}

.workflow-progress-section ul li span.progress-title {
    color: #aaaaaa;
}

.case-section .case-title {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

.workflow-progress-section ul li .cirlce {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #aaaaaa;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.workflow-progress-section .progress-date i {
    margin-right: 2px;
}

.workflow-progress-section .progress-list {
    text-align: center;
    width: 71px;
}

.workflow-progress-section ul:before {
    /*content: ' ';
    background: #aaaaaa;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 5px;
    z-index: 400; 
    top: 35px;*/
}

.workflow-progress-section ul {
    display: inline-block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    float: left;
}

.workflow-progress-section ul li .progress-title {
    font-size: 10px;
}

.workflow-progress-section .blue-flow .progress-title {
    color: #10769f;
}

.workflow-progress-section ul li.blue-flow .cirlce:before {
    content: ' ';
    background: #10769f;
    display: inline-block;
    position: absolute;
    left: -50px;
    width: 50px;
    height: 6px;
}

.workflow-progress-section ul li.blue-flow .cirlce:after {
    content: ' ';
    background: #10769f;
    display: inline-block;
    position: absolute;
    right: -50px;
    width: 50px;
    height: 6px;
}

.workflow-progress-section ul li.blue-flow .cirlce {
    background-color: #10769f;
    position: relative;
}

.workflow-progress-section .green-flow .progress-title {
    color: #b5c93a;
}

.workflow-progress-section ul li.green-flow .cirlce:before {
    content: ' ';
    background: #b5c93a;
    display: inline-block;
    position: absolute;
    left: -50px;
    width: 50px;
    height: 6px;
}

.workflow-progress-section ul li.green-flow .cirlce:after {
    content: ' ';
    background: #b5c93a;
    display: inline-block;
    position: absolute;
    right: -50px;
    width: 50px;
    height: 6px;
}

.workflow-progress-section ul li.green-flow .cirlce {
    background-color: #b5c93a;
    position: relative;
}

.workflow-progress-section ul li .cirlce:before {
    content: ' ';
    background: #aaaaaa;
    display: inline-block;
    position: absolute;
    left: -50px;
    width: 50px;
    height: 6px;
}

.workflow-progress-section ul li .cirlce:after {
    content: ' ';
    background: #aaaaaa;
    display: inline-block;
    position: absolute;
    right: -50px;
    width: 50px;
    height: 6px;
}

.case-summary-box {
    display: flex;
}

.case-summary-box .case-summary-icon {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.case-summary-box .case-summary-box-title {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.case-summary-box .case-summary-box-desc {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
}

.case-white-box {
    background-color: #fff;
    padding: 20px 30px 40px 30px;
    height: 100%;
}

.case-section {
    margin-top: 70px;
}

.case-summary-box.red-text .case-summary-box-desc {
    color: #ff8033 !important;
}

.case-summary-box.blue-text .case-summary-box-desc {
    color: #10769f !important;
}

.case-summary-box.green-text .case-summary-box-desc {
    color: #b5c93a !important;
}

.case-tab-section .custom-tab-pane .form-box-details {

}

.case-tab-section .form-box-details {
    margin-top: 0;
    padding: 20px 0;
}

@media screen and (max-width: 1599px) and (min-width: 767px) {
    .workflow-detail-page .breadcrumbs-data {
        font-size: 20px;
    }

    .case-tab-section .first-profilestep {
        padding: 5px 20px 80px !important;
    }

}

.case-tab-section .form-box-details .header-box .personal-details-title.profilettl {
    font-size: 14px;
}

.case-tab-section .data-right-txt.text-right {
    font-size: 14px;
}

.case-tab-section .form-box-details .header-box .col-lg-6.pull-right {
    padding-right: 0;
}

.workflow-detail-page .contentarea-main {
    margin-top: 15px;
    background-color: transparent;
    padding: 0;
}

.case-summary-icon img {
    height: 30px;
}

.case-summary-icon .date-icon .fa {
    color: #ff8033;
    font-size: 30px;
}

.profile-details .profile-pic-section .profile-pic {
    width: 85px;
    height: 85px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.profile-details .profile-pic-section .profile-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.case-tab-section .form-box-details .header-box {
    margin-bottom: 30px;
}

.case-tab-section .profile-pic-section {
    text-align: center;
}

.case-tab-section .profile-pic-section .profile-name {
    color: #b5c93a;
    font-size: 13px;
    padding: 10px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 2000px) and (min-width: 1600px) {
    .profile-details .profile-pic-section .profile-pic {
        width: 118px;
        height: 118px;
    }
}

@media (min-width: 1025px) {
    .profile-detail-right {
        padding-left: 30px;
    }

    .profile-occupation-section {
        padding-right: 60px;
    }

}


.case-tab-section .first-profilestep, .case-tab-section .task-section {
    background-color: #fff;
    padding: 5px 20px 60px;
}

.workflow-detail-page .contentarea-main .nav-tabs {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 0;
}

.case-tab-section .educational-step, .case-tab-section .family-step, .case-tab-section .occupational-step {
    margin-top: 30px;
    padding: 20px;

}

.case-tab-section .educational-step, .case-tab-section .family-step {
    padding-bottom: 50px;
}

.case-tab-section .level-list li {
    display: inline-block;
}

.case-tab-section .level-list ul {
    padding-left: 0;
}

.custom-radio-sec .form-check {
    padding-left: 0;
}

.custom-radio-sec .form-check-label {
    padding-right: 1.25rem;
    padding-left: 25px;
    font-size: 11px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #333;
}

.custom-radio-sec .form-check-input {
    height: 12px;
    position: absolute;
    left: 0;
    width: 12px;
    margin: 0;
}

.educational-details .educational-level-title, .occupational-details .educational-level-title, .case-tab-section .occupation-title {
    font-size: 12px;
    margin-bottom: 5px;
    color: #333;
}

.educational-details .level-desc {
    margin-top: 70px;
}

.case-tab-section .family-step .family-details {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.case-tab-section .custom-checkbox label.selectboxx {
    margin: 0;
    font-size: 11px;
    position: relative;
    padding-left: 25px;
    color: #333;
    display: flex;
    align-items: center;
}

.case-tab-section .custom-checkbox input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    margin: 2px 15px 0 0;
    float: left;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0;
    margin-top: 0;
}

.case-tab-section .question-txt {
    font-size: 12px;
    color: #333;
}

.case-tab-section .monthly-data {
    margin-top: 50px;
    margin-bottom: 30px;
}

.workflow-detail-page .form-label-group > label {
    color: #aaa;
}

.workflow-detail-page .form-label-group input.input-main:focus {
    border-bottom: 1px solid #006d99;
}

.workflow-detail-page input.input-main {
    border-bottom: 1px solid #797979;
}

.task-table .table th {
    font-weight: 600;
    font-size: 12px;
    color: #797979;
    vertical-align: middle;
}

.task-table .table th span img {
    height: 14px;
    transform: rotate(180deg);
    margin-left: 5px;
}

.task-table .table th span.down-arrow img {
    transform: rotate(0deg);
}

.task-table .table td .task-img-sec img {
    height: 20px;
    margin-right: 5px;
}

.task-table .table td .task-img-sec {
    display: inline-flex;
}

.task-table .table td .task-img-sec .orange-data {
    width: 20px;
    height: 20px;
    background-color: #ff8033;
    font-size: 7px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
}

.task-table .table td .task-img-sec .blue-data {
    width: 20px;
    height: 20px;
    background-color: #2f7ed6;
    font-size: 7px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
}

.task-table .table td {
    font-size: 12px;
    vertical-align: middle;
}

.task-table .table td .view-notes .btn-view-notes {
    color: #006d99;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.task-table .table td .view-notes .view-notes-count {
    margin-left: 10px;
    min-width: 22px;
    min-height: 22px;
    border-radius: 50%;
    background-color: #e53c68;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.btn-start-task {
    background-color: transparent;
    border: 1px solid #006d99;
    border-radius: 20px;
    font-size: 10px;
    padding: 7px 24px;
    color: #006d99;
    transition: all .3s linear;
    font-weight: 600;
}

.btn-start-task:hover {
    background-color: #006d99;
    border: 1px solid #006d99;
    border-radius: 20px;
    color: #fff;
}

.task-table .table td.due-date {
    color: #e53c68;
}

.task-table .table td .task-status.blue-status {
    color: #006d99;
    font-weight: 600;
}

.task-table .table td .task-status.green-status {
    color: #b5c93a;
    font-weight: 600;
}

.task-section .add-task a {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
}

.task-table .table th.blue-outlinecircle img {
    height: 16px;
}

.task-table .table .green-circle span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #b5c93a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-table .table .blue-circle span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #006d99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-table .table .gray-circle span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #aaaaaa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-task .form-group.has-search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 220px;
}

.search-task .form-group.has-search input {
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    padding: 10px 40px 10px 20px;
    font-size: 12px;
}

.search-task .form-group.has-search span.fa.fa-search.form-control-feedback {
    position: absolute;
    right: 20px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.task-table .table .thead-light th {
    border-bottom-color: #006d99;
}

.task-table .table .approval-status.due-status {
    color: #ff8033;
}

.task-table .table .approval-status.overdue-status {
    color: #e53c68;
}

.task-table .table .approval-status.approved-status {
    color: #b5c93a;
}

.task-table .table .view-request .btn-view-request {
    color: #006d99;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}

.task-table .table .view-request .btn-view {
    color: #006d99;
    font-size: 12px;
}

.task-table .table .view-request {
    display: flex;
    align-items: center;
}

.task-table .table .file-png img {
    height: 20px;
}

.task-table .table .btn-delete img {
    height: 14px;
}

.history-sec .timeline {
    padding-top: 30px !important;
    padding-bottom: 5px;
    list-style-type: none;
    position: relative;
    padding: 0;
    padding-bottom: 5px !important;
    margin-bottom: 0;
}

.history-sec .timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
    left: 10px;
    top: 0;
}

.history-sec .timeline > li {
    margin-bottom: 30px;
    position: relative;
}

.history-sec .timeline > li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(0, 109, 153, 1);
    left: 4px;
    width: 15px;
    height: 15px;
    z-index: 400;
    top: 0px;
}

.history-sec .timeline .timeline-content {
    margin-left: 40px;
    position: relative;
    padding: 10px 20px 20px 10px;
    background-color: #f5f5f5;
}

.history-sec .timeline .timeline-content:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -5.5px;
    transform: rotate(23deg);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #f5f5f5;
    border-bottom: 10px solid transparent;
}

.history-sec .timeline-content .timeline-time {
    color: #797979;
    margin-bottom: 5px;
    font-size: 12px;
}

.history-sec .timeline-content p {
    font-size: 14px;
    margin: 0;
}

.history-sec .case-timeline {
    padding-left: 50px;
}

.history-sec {
    background-color: #fff;
    padding: 5px 20px 60px;
}

span.progress-date {
    font-size: 9px;
    /* height: 20px; */
    display: inline-block;
    color: #ff8033 !important;
    font-weight: 600 !important
}

.task-section .task-file-upload {
    display: inline-block;
}

@media screen and (max-width: 1599px) {
    .workflow-detail-page .form-label-group > label {
        font-size: 12px;
    }

    .save-btn a {
        min-width: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .business-close-button .btn-link {
        font-size: 13px;
    }

    .workflow-detail-page .business-close-button .btn-link {
        font-size: 13px;
        color: #333;
    }

    .workflow-detail-page .form-box-details .header-box img.img-fluid.title-img {
        max-width: 35px !important;
    }
}

@media (min-width: 1600px) {
    .workflow-detail-page .breadcrumbs-data {
        font-size: 28px;
    }

    .case-section .case-title, .case-summary-box .case-summary-box-title, .case-summary-box.green-text .case-summary-box-desc {
        font-size: 16px;
    }

    .workflow-progress-section ul li .cirlce {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .case-tab-section .nav-tabs .nav-link {
        font-size: 20px;
    }

    .case-tab-section .form-box-details .header-box .personal-details-title.profilettl, .case-tab-section .data-right-txt.text-right {
        font-size: 18px;
    }

    .profile-details .profile-pic-section .profile-pic {
        width: 118px;
        height: 118px;
    }

    .case-tab-section .profile-pic-section .profile-name, .educational-details .educational-level-title, .occupational-details .educational-level-title, .case-tab-section .occupation-title {
        font-size: 16px;
    }

    .custom-radio-sec .form-check-label, .case-tab-section .question-txt, .case-tab-section .custom-checkbox label.selectboxx {
        font-size: 16px;
    }

    .case-summary-icon img {
        height: 30px;
    }

    .profile-detail-right {
        padding-left: 50px;
    }

    .task-section .add-task a {
        font-size: 16px;
    }

    .task-table .table th.blue-outlinecircle img {
        height: 22px;
    }

    .task-table .table th, .task-table .table td, .task-table .table td .view-notes .btn-view-notes, .task-table .table .view-request .btn-view-request, .task-table .table .view-request .btn-view {
        font-size: 14px;
    }

    .btn-start-task {
        font-size: 12px;
    }

    .search-task .form-group.has-search span.fa.fa-search.form-control-feedback, .search-task .form-group.has-search input {
        font-size: 16px;
    }

    .task-table .table .file-png img {
        height: 30px;
    }

    .workflow-progress-section ul li .progress-title {
        font-size: 12px;
        font-weight: 500;
    }

    .workflow-progress-section ul li .cirlce {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .case-tab-section .nav-tabs .nav-item + .nav-item, .case-tab-section .nav-tabs .nav-item {
        width: 100% !important;
        margin-bottom: 2px;
    }

    .case-summary-box {
        margin-bottom: 30px;
    }

    .workflow-progress-section ul li {
        margin-top: 10px;
    }

    .form-box-details .header-box .pull-right.data-right {
        width: 100%;
        justify-content: space-between;
    }

    .case-tab-section .family-step .family-details {
        margin-top: 0;
    }

    .case-tab-section .profile-detalis-1 .occupation-right-sec, .educational-details .level-desc, .occupational-details .right-ques, .case-tab-section .monthly-data {
        margin-top: 30px;
    }

    .case-tab-section .form-box-details .form-label-group, .case-tab-section .form-box-details .form-select-group {
        margin-bottom: 20px !important;
        display: inline-block;
        width: 100%;
    }

    .history-sec .case-timeline {
        padding-left: 0;
    }

    .task-section .task-file-upload {
        display: inline-block;
        margin-bottom: 20px;
    }

}


/*case-collect page css start*/
.case-breadcrumbs-data .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}


.case-collect-video .modal-body {
    position: relative;
    padding: 0px;
}

.case-collect-video .close {
    position: absolute;
    right: -10px;
    top: -7px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #006d99;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.case-collect-video .close:focus {
    outline: none;
}

.case-collect-video .close:hover {
    opacity: 1 !important;
}

.comments-box a .gray-icon {
    display: block;
    max-width: 100%;
    height: 23px;
}

.comments-box a .blue-icon {
    display: none;
    max-width: 100%;
    height: 23px;
}

.comments-box a:hover .gray-icon {
    display: none;
}

.comments-box a:hover .blue-icon {
    display: block;
}

.case-comments-video-sec {
    display: flex;
    float: right;
    align-items: center;
}

.case-comments-video-sec .comments-numvber {
    padding: 0 15px 0 10px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.75);
}

.case-comments-video-sec .case-video-sec button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.case-comments-video-sec .case-video-sec .video-btn .gray-icon {
    display: block;
    max-width: 100%;
    height: 23px;
}

.case-comments-video-sec .case-video-sec .video-btn .blue-icon {
    display: none;
    max-width: 100%;
    height: 23px;
}

.case-comments-video-sec .case-video-sec .video-btn:hover .gray-icon {
    display: none;
}

.case-comments-video-sec .case-video-sec .video-btn:hover .blue-icon {
    display: block;
}

.case-comments-video-sec .case-video-sec .video-btn:focus {
    outline: none;
}

.comments-box a .comments-count {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 13px;
    height: 13px;
    background-color: #e53c68;
    border-radius: 50%;
    color: #fff;
    font-size: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments-box a {
    position: relative;
    display: block;
}

.case-breadcrumbs-data {
    padding: 0 30px 0 15px;
}

.case-collect-section ul {
    padding-left: 0;
}

.case-collect-section {
    margin-top: 50px;
}

.case-collection-box.case-white-box {
    background-color: #fff;
    padding: 20px 10px;
    height: 100%;
}

.case-collection-box .title {
    color: #006d99;
    font-size: 12px;
    font-weight: 600;
}

.case-collection-box .data-collection-box {
    float: left;
    width: 100%;
}

.case-collection-box .left-collection-databox {
    float: left;
    width: 60%;
}

.case-collection-box .right-collection-databox {
    float: right;
    width: 40%;
    padding-right: 20px;
    margin-top: 10px;
}

.case-collection-box .progress-status {
    color: #b0b0b0;
    font-size: 7px;
    text-transform: capitalize;
}

.case-collection-box .progress-desc {
    font-size: 9px;
    color: #006d99;
    font-weight: 600;
}

.case-collection-box .progress-desc span {
    display: block;
    color: #b0b0b0;
    font-size: 7px;
}

.progress-data-value .progress {
    height: 4px;
    background-color: #b8b8ab;
}

.good-progress .progress-bar {
    background-color: #b5c93a;
}

.good-progress .progress-value {
    color: #b5c93a;
}

.average-progress .progress-bar {
    background-color: #ff8033;
}

.average-progress .progress-value {
    color: #ff8033;
}

.seek-progress .progress-bar {
    background-color: #e53c68;
}

.seek-progress .progress-value {
    color: #e53c68;
}

.case-collection-box .progress-data-value {
    margin-bottom: 5px;
}

.case-collection-box .progress-status p {
    margin-bottom: 5px;
}

.case-collection-box .progress-value {
    font-size: 16px;
    color: #006d99;
    font-weight: 600;
}

.case-tab-section.case-collection-tab-section .nav-tabs .nav-item + .nav-item, .case-tab-section.case-collection-tab-section .nav-tabs .nav-item {
    width: 25%;
}

.case-collection-tab-section .desc-secction {
    font-size: 14px;
    color: #333;
}

.case-collection-tab-section .desc-secction .font-italic {
    color: #006d99;
}

.tab-progress-sec .step-progress-box {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}

.tab-progress-sec .progress-value {
    float: left;
    width: 75%;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.tab-progress-sec .progress-box {
    width: 25%;
    float: left;
}

.tab-progress-sec .progress {
    height: 10px;
    background-color: #d7d7d7;
    border-radius: 20px;
}

.business-detail-sec .business-detail .business-level-title {
    font-size: 12px;
    color: #333;
}

.business-detail-sec .business-detail .business-box {
    margin-bottom: 50px;
}

.business-detail-sec {
    margin-bottom: 30px;
}

.tab-progress-header {
    margin-bottom: 30px;
}

.case-tab-section.case-collection-tab-section .form-box-details .header-box .col-lg-6.pull-right {
    padding-right: 0px;
}

.half-circle-shape {
    position: relative;
    width: 150px;
    height: 150px;
    margin-top: -20px
}

.half-circle-shape1 {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
}

.half-circle-data tspan {
    /*display: none;*/
}

.half-circle-shape1 img {
    height: 53px;
}

.half-circle-shape2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.half-circle-shape2 img {
    width: 87px !important;
}

.half-circle-shape3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.half-circle-shape3 img {
    height: 53px;
}

.left-half-circle-data {
    position: absolute;
    left: 12px;
    bottom: 25px;
    font-size: 7px;
    color: #b0b0b0;
}

.right-half-circle-data {
    position: absolute;
    right: 10px;
    bottom: 25px;
    font-size: 7px;
    color: #b0b0b0;
}

.center-half-circle-data {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    font-size: 7px;
    text-transform: uppercase;
    color: #b0b0b0;
}

.circle-data {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #006d99;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

.circle-data .circle-status {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 576px) {
    .case-collect-video .modal-dialog {
        max-width: 800px;
        margin: 5rem auto;
    }
}

@media (min-width: 1599px) {
    .case-collection-box .title {
        font-size: 16px;
    }

    .case-collection-box .progress-value {
        font-size: 25px;
    }

    .case-collection-box .progress-status, .case-collection-box .progress-desc span {
        font-size: 9px;
    }

    .case-collection-box .progress-desc, .case-collection-tab-section .desc-secction {
        font-size: 13px;
    }

    .tab-progress-sec .progress-value {
        font-size: 19px;
    }

    .case-collection-box .left-collection-databox {
        width: 40%;
    }

    .case-collection-box .right-collection-databox {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .case-comments-video-sec {
        margin: 10px 0 20px 0;
    }

    .business-detail-header-box.header-box .pull-right.data-right {
        margin-top: 0;
        width: auto;
    }

    .business-detail-sec .business-detail .business-box {
        margin-bottom: 30px;
    }

    #wrapper.toggled, #sidebar-wrapper, #wrapper {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .case-collection-box .left-collection-databox {
        width: 35%;
    }

    .case-collection-box .right-collection-databox {
        width: 65%;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .case-collection-box .left-collection-databox {
        width: 50%;
    }

    .case-collection-box .right-collection-databox {
        width: 50%;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .case-tab-section.case-collection-tab-section .nav-tabs .nav-link {
        font-size: 13px;
        line-height: 1;
        height: 50px;
    }
}

/*evaluate page css start*/
.budget-section-listing {
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
    float: left;
}

.budget-section-listing .budget-section-list-box {
    width: 20%;
    float: left;
    padding-right: 15px;
}

.budget-section-listing .budget-section-list-box:last-child {
    padding-right: 0;
}

.budget-box {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.budget-box .budget-box-desc {
    text-align: right;
}

.budget-box .down-arrow {
    border-color: black transparent;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    height: 0px;
    width: 0px;
    margin-left: 5px;
}

.budget-box .up-arrow {
    border-color: black transparent;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    height: 0px;
    width: 0px;
    margin-left: 5px;
}

.budget-box .budget-box-top-desc-sec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.budget-box .budget-box-top-desc-sec p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
}

.budget-box .arrow-icon {
    position: relative;
    margin-right: 30px;

}

.budget-box .budget-box-top.border-box-bottom {
    border-bottom: 1px solid #ccc;
}

.budget-box .arrow-icon .up-arrow, .arrow-icon .down-arrow {
    position: absolute;
    top: 10px;
    right: -30px;
}

.budget-box .budget-box-top-desc p {
    font-size: 10px;
}

.budget-box .budget-box-icon img {
    max-width: 35px;
}

.budget-box .budget-box-top-desc p {
    margin-bottom: 6px;
}

.budget-box .budget-box-bottom {
    margin-top: 5px;
}

.budget-family-info-section .profile-detail-info {
    display: flex;
    justify-content: space-between
}

.static-label p {
    font-size: 12px;
    color: #333333;
    margin-top: 15px;
}

.budget-family-info-desc p {
    font-size: 10px;
    font-style: italic;
    color: #aaaaaa;
}

.budget-family-monthly-section .header-box .right-header-box .form-select-group, .budget-family-monthly-section .header-box .right-header-box .form-select-group .form-label-group {
    margin-bottom: 0 !important;
}

.budget-family-monthly-section .header-box {
    margin: 0 0 30px;
}

.add-delete-icon {
    display: flex;
    text-align: center;
    justify-content: center;
}

.budget-add-icon, .budget-delete-icon {
    padding: 0;
}

.budget-add-icon {
    margin-right: 10px;
}

.budget-table .table td, .budget-table .table th {
    vertical-align: middle;
}

.table-switch {
    text-align: center;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-switch input:checked + .slider {
    background-color: #006d99;
}

.table-switch .switch {
    margin-bottom: 0;
}

.table-inputdata input {
    width: 70px;
    border: 0;
    border-bottom: 1px solid #797979;
}

.budget-table table {
    table-layout: fixed;
    width: 100%;
    *margin-left: -100px; /*ie7*/
}

.budget-table td, th {
    width: 100px;
    font-size: 12px;
    border: 0 !important;
}

.budget-table th {
    /*  position:absolute;
      *position: relative; /*ie7*/
    /*  left:0; */
    width: 100px;
}

/* width */
.budget-table .inner::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
.budget-table .inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

/* Handle */
.budget-table .inner::-webkit-scrollbar-thumb {
    background: #006d99;
    border-radius: 10px;
}

/* Handle on hover */
.budget-table .inner::-webkit-scrollbar-thumb:hover {
    background: #006d99;
}

.save-back-btn-sec {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
}

.save-back-btn-sec .back-btn a {
    padding: 0;
}

.save-back-btn-sec .btn-save-next.pull-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.save-back-btn-sec .save-btn.save-pdf-btn a {
    margin-right: 0px;
    padding: 10px 20px;
}

.save-back-btn-sec .save-pdf-btn.save-btn a {
    min-width: auto;
}

.save-back-btn-sec .save-btn a {
    margin-right: 20px;
}

@media (min-width: 992px) {
    .budget-table .hard_left {
        position: absolute;
        *position: relative; /*ie7*/
        left: 0;
        width: 265px;
    }

    .budget-table .next_left {
        position: absolute;
        *position: relative; /*ie7*/
        left: 264px;
        width: 100px;
    }

    .budget-table .next_left1 {
        position: absolute;
        *position: relative; /*ie7*/
        left: 356px;
        width: 100px;
    }

    .budget-table .next_left2 {
        position: absolute;
        *position: relative; /*ie7*/
        left: 447px;
        width: 100px;
    }

    .budget-table .outer {
        position: relative
    }

    .budget-table .inner {
        overflow-x: scroll;
        overflow-y: visible;
        margin-left: 539px;
        margin-right: 310px;
    }

    .next_left-header {
        position: absolute;
        left: 264px;
        width: 276px !important;
    }

    .next-right1 {
        position: absolute;
        *position: relative; /*ie7*/
        right: 0;
        width: 100px;
    }

    .next-right {
        position: absolute;
        *position: relative; /*ie7*/
        right: 200px;
        width: 100px !important;
    }

    .budget-table table {
        table-layout: fixed;
        width: 100%;
        *margin-left: -100px; /*ie7*/
        overflow: visible;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .budget-box .budget-box-top-desc-sec p {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .budget-section-listing .budget-section-list-box {
        width: 50%;
        margin-bottom: 30px;
    }

    .budget-section-listing .budget-section-list-box:nth-child(even) {
        padding-right: 0;
    }

    .budget-section-listing .budget-section-list-box:last-child {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .budget-section-listing .budget-section-list-box {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .budget-section-listing .budget-section-list-box:last-child {
        margin-bottom: 0px;
    }
}

.custom-file-inputbox {
    opacity: 0;
}

.label-file-input {
    width: 200px !important;
    margin: 0 auto;
    height: 200px;
    background-color: #f2f2f2;
    padding: 50px 20px;
    display: block;
    text-align: center;
    border: 1px dashed #ccc;
    position: relative !important;
    cursor: pointer;
}

.label-file-btn {
    position: relative !important;
}

.file-upload-left {
    text-align: center;
}

.btn-file-choose {
    border-radius: 20px;
    padding: 10px 40px;
    font-size: 12px;
    color: #10769f;
    background-color: #fff;
    border: 2px solid #10769f;
    font-weight: 600;
    margin: 30px 0;
    cursor: pointer;
    transition: all .3s linear;
}

.btn-file-choose:focus, .btn-file-choose:hover {
    outline: none;
    box-shadow: none;
    color: #ffffff;
    background-color: #10769f;
    border: 2px solid #10769f;
}

.file-progress-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.file-progress-name .file-name {
    margin-bottom: 0;
}

.file-list {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    width: 100%;
}

.file-img img {
    max-width: 100%;
    height: 40px;
    margin-right: 30px;
}

.file-list-date {
    display: block;
    width: 100%
}

.file-upload-list {
    border-bottom: 2px solid #aaaaaa;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.file-upload-list:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 40px;
}

.file-upload-right {
    position: relative;
    padding-left: 25px;
}

.file-upload-right:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #797979;
    left: -15px;
}

/*css for partnership-deed page*/
.partnership-deed-page .personal-left-section .form-label-group {
    margin-bottom: 30px !important;
    display: inline-block;
    width: 100%;
}

.partnership-deed-page .investing-partner-section .form-label-group {
    margin-bottom: 10px !important;
    display: inline-block;
    width: 100%;
}

.partnership-deed-page .textarea-title {
    font-size: 12px;
    color: #006d99;
    font-weight: 500;
    margin-bottom: 7px;
    padding-left: 15px;
}

.partnership-deed-page .personal-details-section {
    margin-bottom: 40px;
}

.partnership-deed-page .header-box, .partnership-deed-page .investing-partner-section {
    margin-bottom: 45px;
}

.partnership-deed-page .working-partner-section {
    margin-bottom: 30px;
}

.partnership-deed-page .expenses-section {
    margin-bottom: 65px;
}

.partnership-deed-page .expenses-section .header-box {
    margin-bottom: 25px;
}

.partnership-deed-page .investing-partner-section .custom-datatable tr td {
    border: 0;
}

.green-color {
    color: #b5c93a;
}

.partnership-deed-page .label-file-input {
    border: 1px solid #ccc;
    background-color: #ffffff;
    width: 180px !important;
    height: 180px !important;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-left: 0;
}

.partnership-deed-page .custom-file-upload .custom-file-inputbox {
    height: 0;
    margin-top: -15px;
}

.partnership-deed-page .label-file-input .file-name {
    font-size: 13px;
    color: #aaaaaa;
}

.partnership-deed-page .investing-partner-section .custom-datatable tr td:nth-child(7) {
    width: 5%;
}

.partnership-deed-page .btn-plus, .partnership-deed-page .btn-minus {
    color: #fff !important;
}

.font-weight-medium {
    font-weight: 600;
}

.partnership-deed-page .investing-partner-section .custom-datatable .total-value {
    font-size: 20px;
}

.partnership-deed-page .expenses-section .textarea-section {
    margin-bottom: 30px;
}

.partnership-deed-page .partner-section .personal-left-section .form-label-group {
    margin-top: 12px;
}

.case-select input.input-main, .case-select select.input-main, .case-select .select2-container--default .select2-selection--single {
    border-bottom: 0 !important;
}


.case-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.case-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url('../images/dropdown.png');
    background-position: center;
    background-repeat: no-repeat;
}

.case-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.case-search-sec .header-search .custom-input-search {
    width: 100%;
    position: relative;
    background-color: transparent;
    border-radius: 20px;
    box-sizing: border-box;
    border-color: #d7d7d7;
    font-size: 12px;
    height: 40px;
    padding-left: 20px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.case-search-sec .header-search .btn-search {
    background-color: transparent;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #d7d7d7;
    border-left: 0;
    padding-right: 20px;
    color: #d7d7d7;
}

.partnership-deed-page .back-btn-sec {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .partnership-deed-page .investing-partner-section .custom-datatable tr td:first-child, .partnership-deed-page .investing-partner-section .custom-datatable tr td:nth-child(3) {
        width: 25%;
    }

    .partnership-deed-page .investing-partner-section .custom-datatable tr td:nth-child(2) {
        width: 15%;
    }

    .partnership-deed-page .investing-partner-section .custom-datatable tr td:nth-child(4), .partnership-deed-page .investing-partner-section .custom-datatable tr td:nth-child(5), .partnership-deed-page .investing-partner-section .custom-datatable tr td:nth-child(6) {
        width: 10%;
    }
}

@media (max-width: 767px) {
    .partnership-deed-page .investing-details-section tr td .form-label-group {
        width: 100px;
    }
}

.counselor-business-assessment .form-check-inline .form-check-label .form-check-input.disabled {
    color: blue;
}

.task-table .table .red-circle span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1680px) {
    .start-task .btn-start-task:last-child {
        margin: 0 0 0 10px !important;
    }
}