.text-medium {
    font-size: 1rem;
}

.text-color-black {
    color: #16191c;
}

#content-container .profile-matching-view {
    margin: 3rem 0;
}

#content-container .profile-matching-view .matching-box h4 {
    text-transform: inherit;
    color: #0d2752 !important;
}

#content-container .profile-matching-view .matching-box p {
    color: #16191c;
    text-transform: inherit;
}

#content-container .profile-matching-view .matching-box .matching-box-body h5 {
    margin-bottom: 2rem;
    text-transform: inherit;
}

#content-container .profile-matching-view .matching-box .list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#content-container .profile-matching-view .matching-box .list ul li {
    margin-bottom: 1rem;
}

#content-container .profile-matching-view .matching-box .matching-box-footer p {
    font-weight: 700;
    margin: 1rem 0;
    font-size: 1rem;
}

.indi-btn {
    margin: 0 !important;
    text-transform: capitalize !important;
}


/* #content-container .profile-matching-view .matching-box a:hover {
    background-color: #16191c;
    color: #fff !important;
    text-decoration: none;
} */

.list {
    width: 100%;
    height: 353px;
    overflow: scroll;
    padding: 1rem 0;
}

#content-container .profile-matching-view .matching-box .btn-section input {
    float: left;
}

#content-container .profile-matching-view .matching-box .btn-section input,
body #main-content button,
body #page-wrapper .btn {
    cursor: pointer;
}

.box .intern-padding h1,
.box .intern-padding h2,
.box .intern-padding h3,
.box .intern-padding h4,
.box .intern-padding h5,
.box .intern-padding h6 {
    color: #000;
    text-transform: inherit;
}

.profile-match-plugin .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 0;
    left: auto;
}

.profile-match-plugin .ui-accordion-header {
    padding-right: 1.5rem !important;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #222121;
    background: #222121;
}

.matching_section4.mt-5 h6.text-center.py-4 {
    min-height: 90px;
    word-break: break-all;
}

.profile-match-plugin .modal-body .modal-content {
    overflow-y: auto;
    display: block;
    max-height: 500px;
}

.blue {
    background: #0073be;
    width: 5%;
    height: 20px;
    margin: 1px;
}

.red {
    background: #fd0011;
    width: 5%;
    height: 20px;
    margin: 1px;
}

.green {
    background: #1aaf54;
    width: 5%;
    height: 20px;
    margin: 1px;
}

.yellow {
    background: #dfbf49;
    width: 5%;
    height: 20px;
    margin: 1px;
}

.gray {
    background: #d3d3d3;
    width: 5%;
    height: 20px;
    margin: 1px;
}

@media only screen and (max-width: 991px) {
    .profile-match-plugin .modal .modal-wrapper {
        width: 100%;
    }
}

.two.d-flex {
    font-size: 13px;
}

.value-bar {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #b3ec50;
    background: -webkit-gradient(left top, right top, color-stop(0, #b3ec50), color-stop(100%, #4d9d30));
    background: linear-gradient(to right, #b3ec50 0, #4d9d30 100%);
    box-sizing: border-box;
}

.value-bar1 {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #b4172c;
    box-sizing: border-box;
}

.value-bar2 {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #f38d3b;
    box-sizing: border-box;
}

.value-bar3 {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #63a0cc;
    box-sizing: border-box;
}

.value-bar4 {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #602c84;
    box-sizing: border-box;
}

.profile-match-plugin .hidden {
    visibility: hidden;
    width: 0;
}

.profile-match-plugin .progress-bar {
    background: #f1f6fa;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #ccd6dd;
    height: 10px;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    width: 300px;
}

.profile-match-plugin .progress-bar--counter {
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.profile-match-plugin .progress-bar--counter .hidden {
    display: inline-block;
}

.profile-match-plugin .progress-bar--wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin: 10px 0;
}

.profile-match-plugin .progress-bar--inner {
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    height: 10px;
    left: 0;
    min-height: 10px;
    position: absolute;
    top: 0;
}

.profile-match-plugin .progress-bar--green {
    color: #6fc14b;
}

.progress-bar--green .progress-bar--inner {
    background-color: #6fc14b;
}

.profile-match-plugin .progress-bar--blue {
    color: #068eda;
}

.profile-match-plugin .progress-bar--blue .progress-bar--inner {
    background-color: #068eda;
}

.profile-match-plugin .progress-bar--red {
    color: #fb797e;
}

.profile-match-plugin .progress-bar--red .progress-bar--inner {
    background-color: #fb797e;
}

.profile-match-plugin .progress-bar--yellow {
    color: #f7a81d;
}

.profile-match-plugin .progress-bar--yellow .progress-bar--inner {
    background-color: #f7a81d;
}

.profile-match-plugin .wrap {
    max-width: 600px;
    margin: 0 auto;
}

.profile-match-plugin h1 {
    font-weight: 300;
    color: #1e9ef6;
}

.profile-match-plugin .bars {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profile-match-plugin .bars>div {
    margin: 10px;
}

.profile-match-plugin .bars>div:nth-child(odd) {
    margin-left: 0;
}

.profile-match-plugin .progress-bar2 {
    background: #dee2e3;
    border-radius: 99px;
    width: 200px;
    height: 5px;
    position: relative;
    overflow: hidden;
}

.profile-match-plugin .progress-bar2::before {
    border-radius: 99px;
    position: absolute;
    height: 5px;
    background: #1e9ef6;
    content: "";
    width: 0;
    transition: width 0.2s;
}

.progress-bar-10::before {
    width: 10%;
}

.progress-bar-20::before {
    width: 20%;
}

.progress-bar-30::before {
    width: 30%;
}

.progress-bar-40::before {
    width: 40%;
}

.progress-bar-50::before {
    width: 50%;
}

.progress-bar-60::before {
    width: 60%;
}

.progress-bar-70::before {
    width: 70%;
}

.progress-bar-80::before {
    width: 80%;
}

.progress-bar-90::before {
    width: 90%;
}

.progress-bar-100::before {
    width: 100%;
}

.profile-match-plugin .progressWrapper {
    position: relative;
    width: 250px;
}

.profile-match-plugin .progressWrapper .progressColor {
    width: 250px;
    height: 12px;
    margin-bottom: 60px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    background-color: #d7d7d7;
}

.profile-match-plugin .progressWrapper .progressColor::webkit-progress-bar {
    background-color: #d7d7d7;
    transition: 4s;
}

.profile-match-plugin .progressWrapper .tooltip2 {
    display: inline-block;
    background-color: #717880;
    font-size: 11px;
    color: #fff;
    padding: 4px 8px;
    width: auto;
    border-radius: 3px;
    position: absolute;
    top: -27px;
    left: 0;
    margin-left: -15px;
}

.profile-match-plugin .progressWrapper .tooltip2:after {
    content: "";
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #717880;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.profile-match-plugin .progressWrapper .tooltip2 {
    transition: 0.4s;
    left: 0;
}

.profile-match-plugin .progressWrapper progress.progressColor::-moz-progress-bar {
    background: #08da9d;
    border-radius: 2px;
    position: relative;
}

.profile-match-plugin .progressWrapper progress.progressColor::-webkit-progress-value {
    background: #08da9d;
    border-radius: 2px;
    position: relative;
}

.profile-match-plugin .progressColor progress[value] {
    color: #08da9d;
}

.profile-match-plugin .progressColor progress[value]::-webkit-progress-bar {
    background-color: #d7d7d7;
}

span.total-match {
    color: #748591;
}

.profile-match-plugin .progress-bar-vertical {
    width: 50px;
    border-radius: 0;
    min-height: 130px;
    border: 1px solid #ddd;
    position: relative;
}

.progress-bar-vertical .progress-bar {
    border-radius: 0;
    position: relative;
}

.progress-bar-vertical:after {
    content: "";
    background-image: url(https://development.2unbosshub.nl/wp-content/uploads/2019/10/bg-line.png);
    width: 100%;
    height: 162px;
    position: absolute;
    left: 0;
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
}

.profile-match-plugin .lln .progress-bar {
    background: #7cfc00 !important;
}

.profile-match-plugin .llns .progress-bar {
    background: orange !important;
}

.ChartReportAccordion .ui-state-active,
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: #343a40 !important;
}

.ChartReportAccordion .ui-state-active:focus,
.ui-button.ui-state-active:hover:focus,
.ui-button:active:focus,
.ui-widget-content .ui-state-active:focus,
.ui-widget-header .ui-state-active:focus,
a.ui-button:active:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}

.accordian_wrap_custom .cstm-accordion-title {
    border: 1px solid #e0e0e0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 10px;
    font-weight: 600;
    background-color: #f6f6f6;
    position: relative;
}

.accordian_wrap_custom .cstm-accordion-title:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
    background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png);
    background-position: -32px -16px;
    top: calc(50% - 10px);
}

.accordian_wrap_custom .cstm-accordion-title.current {
    background-color: #444;
    color: #fff;
    border: 1px solid #444;
}

.accordian_wrap_custom .cstm-accordion-title.current:after {
    background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png);
    background-position: -64px -13px;
}

.accordian_wrap_custom .cstm-accordion-title.current a {
    color: #fff !important;
}

.accordian_wrap_custom .cstm-accordion-title a:hover {
    text-decoration: none !important;
}

.accordian_wrap_custom .cstm-accordion-desc {
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #000;
}

.profile-match-plugin .modal {
    position: fixed;
}

.accordian_wrap_custom .cstm-accordion-desc {
    display: none;
}
.accordian_wrap_custom .cstm-accordion-desc.show{
    display: block;
}

.close span {
    cursor: pointer;
}