/* MA Theme Color Variables */
:root {
    --ma-primary: #1A5299;      /* Dark blue - headers/nav */
    --ma-secondary: #2980b9;    /* Medium blue - accents */
    --ma-accent: #3498db;       /* Light blue - buttons */
    --ma-success: #27ae60;      /* Green - success states */
    --ma-warning: #f39c12;      /* Orange - warnings */
    --ma-danger: #e74c3c;       /* Red - errors */
    --ma-text-light: #ffffff;
    --ma-text-dark: #1A5299;
    --ma-bg-light: #ecf0f1;
}

.main-container{
	min-height: 640px;
}
.post-date{
	background:#f4f4f4;
	padding:4px;
	margin:3px 0;
	display:block;
}

.post-thumb{
	width:100%;
}

.pagination-links{
	margin:30px 0;
}

.pagination-links strong{
	padding: 8px 13px;
	margin:5px;
	background: #f4f4f4;
	border: 1px #ccc solid;
}


.nav>li>a {
  padding: 19px 30px !important;
}

a.pagination-link{
	padding: 8px 13px;
	margin:5px;
	background: #f4f4f4;
	border: 1px #ccc solid;
}

.cat-delete{
	display:inline;
}
.btn-tlhr-eval{
	float: right !important;
}
.factors-table thead{
	background-color: var(--ma-primary) !important;
	color: white !important;
}
.factors-table tr td{
	line-height: 22px !important;
}
.factors-table .factor-description{
	width: 350px !important;
}
.evaluate-recommendations label{
	background-color: var(--ma-primary) !important;
	color: white !important;
	border-color: var(--ma-primary) !important;
}
.evaluate_remarks_text{
	border: none !important;
	width: 100% !important;
	resize: none;
	padding: 5px 10px !important;
}
.evaluate_remarks_text:focus{
	outline: var(--ma-secondary) solid 2px !important;
}
input[type='radio']{
	width:15px;
	height:15px;
}
input[type='radio']:hover{
	cursor: pointer;
}
input[type='checkbox']:hover{
	cursor: pointer;
}
.table-evaluate-instructions{
	font-weight: bold;
}	
.table-evaluate-instructions tr{
	line-height: 17px !important;
	font-size: 12px;
}
.table-evaluate-instructions td{
	padding-right: 20px;
	padding-left: 10px;
}
.factorslist-lthr .actions{
	width: 135px !important;
}
.btn-tlhr-rating{
	float: right;
}
.evaluate_list thead{
	background-color: var(--ma-primary) !important;
	color: white !important;
}
.evaluate_list .table{
	margin-top: 23px;
}
.factorslist-lthr thead{
	background-color: var(--ma-primary) !important;
	color: white !important;
}
.factorslist-lthr .table{
	margin-top: 60px;
}
footer{
	color: #fff;
   	width:100%;
   	height: 60px;
   	margin-top:40px;
   	overflow: hidden;
}
footer .footer{
	padding:20px 0;
}
/*start of the radio buttons style*/
.personality-test #test-form .question-wrapper {
  padding: 30px 0;
  border: 1px solid #F5F5F5;
  margin-top: -1px;
  display: none;
}
@media (max-width: 768px) {
  .personality-test #test-form .question-wrapper {
    border-left: none;
    border-right: none;
  }
}
.personality-test #test-form .question-wrapper.set1 {
  display: block;
}
.personality-test #test-form .question-wrapper .statement {
  text-align: center;
  font-weight: 600;
  padding: 0 15px;
}
.personality-test #test-form .question-wrapper.set1 {
  display: block;
}
.personality-test #test-form .question-wrapper .statement {
  text-align: center;
  font-weight: 600;
  padding: 0 15px;
}

.statement {
  text-align: center;
  font-weight: 600;
  padding: 0 15px;
}
.decision {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.decision.mobile {
  margin-top: 10px;
}
.decision.mobile .caption {
  font-size: 0.75em;
}
.decision.mobile .caption.left {
  text-align: left;
  padding-left: calc(7.14% - 3px);
}

.decision.mobile .caption.right {
  text-align: right;
  padding-right: calc(7.14% - 3px);
}

.decision .caption {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 700;
}
.decision .caption.left {
  text-align: right;
  padding-right: 0;
  color: #4C9070;
}
.decision .caption.right {
  text-align: left;
  padding-left: 0;
  color: #F44336;
}
.decision .options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.decision .options .option {
  border-radius: 13% !important;
  padding: 0;
  cursor: pointer;
  transition: none;
}
.decision .options .option:active {
  box-shadow: 0 0 4px 4px #F5F5F5;
}
 .decision .options .option.agree {
  background-color: #FFFFFF;
  border: 4px solid #4C9070;
}
.decision .options .option.agree.active,
.decision .options .option.agree:hover {
  background-color: #4C9070;
}
.decision .options .option.neutral {
  background-color: #FFFFFF;
  width: 28px;
  height: 28px;
  border: 4px solid #ececeb;
}
.decision .options .option.neutral.active,
.decision .options .option.neutral:hover {
  background-color: #ececeb;
}
.decision .options .option.disagree {
  background-color: #FFFFFF;
  border: 4px solid #F44336;
}
.decision .options .option.disagree.active,
.decision .options .option.disagree:hover {
  background-color: #F44336;
}
 .decision .options .option.max {
  width: 40px;
  height: 40px;
}
 .decision .options .option.med {
  width: 34px;
  height: 34px;
}
 .decision .options .option.min {
  width: 28px;
  height: 28px;
}
 .decision .options .option.active {
  background-color: #FFFFFF;
  box-shadow: none;
}
 .decision .options .option input {
  cursor: pointer;
}
.type-description .sidebar .traits-wrapper .bar-caption .left-trait,
.type-description .sidebar .traits-wrapper .bar-caption .right-trait {
  margin: 5px 0;
  font-weight: 600;
  font-size: 0.9em;
}
.type-description .sidebar .traits-wrapper .bar-caption .left-trait {
  text-align: left;
}
.type-description .sidebar .traits-wrapper .bar-caption .right-trait {
  text-align: right;
}
.type-description .sidebar .traits-wrapper .trait {
  margin-bottom: 30px;
}
.type-description .sidebar .traits-wrapper .trait .caption {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.1em;
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Arial;
}
.type-header-results .traits-wrapper .trait .caption {
  margin-bottom: 5px;
}
.type-header-results .traits-wrapper .trait .tagline {
  font-size: 0.85em;
  margin-bottom: 5px;
}
.type-header-results .traits-wrapper .trait .explanation {
  display: none;
}
.type-header-results .traits-wrapper .trait .bar-caption .left-trait,
.type-header-results .traits-wrapper .trait .bar-caption .right-trait {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 0.9em;
}
.type-header-results .traits-wrapper .trait .bar-caption .left-trait {
  text-align: left;
}
.type-header-results .traits-wrapper .trait .bar-caption .right-trait {
  text-align: right;
}
.type-header-results .traits-wrapper .bar-caption .left-trait,
.type-header-results .traits-wrapper .bar-caption .right-trait {
  margin: 5px 0;
  font-weight: 600;
  font-size: 0.9em;
}
.type-header-results .traits-wrapper .bar-caption .left-trait {
  text-align: left;
}
.type-header-results .traits-wrapper .bar-caption .right-trait {
  text-align: right;
}
.type-header-results .traits-wrapper .trait {
  margin-bottom: 30px;
}
.type-header-results .traits-wrapper .trait .caption {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.1em;
  font-family: Montserrat, "Open Sans", "Helvetica Neue", Arial;
}
.type-header-results .test-results-caption-wrapper {
  text-align: center;
  font-size: 0.7em;
  margin-top: 4%;
}



.dashboard {
    padding: 0 30px;
}

.dashboard-tabs {
    background-color: #ecf0f1;
    
    padding: 0;
    
    border: 0 solid #ecf0f1;
    border-radius: 5px;
}

.dashboard-tabs:after {
    content: '';
    display: block;
    clear: both;
}

.dashboard-tabs > li {
    list-style: none;
    display: inline-block;
    width: 11%;
    float: left;
    padding: 0;
}

.dashboard-tabs > li:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dashboard-tabs > li:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dashboard-tabs > li > a {
    vertical-align: middle;
    text-align: center;
    background-color: #ecf0f1;
    width: 100%;
    
    text-decoration: none;
    color: #333;
    
    border: 0 solid #8e44ad;
    border-radius: 0;
    padding: 10px 0 4px 0;
}

.dashboard-tabs > li.active > a {
    color: #8e44ad;
    
    border-width: 8px 0;
    padding: 0;
    margin: -4px 0;
}

.dashboard-tabs > li:first-of-type > a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dashboard-tabs > li:last-of-type > a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dashboard-tabs > li.active > a:before {
    content: '';
    position: relative;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #8E44AD transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -6px;
    top: 0;
    left: 50%;
}

.dashboard-tabs > li > a .glyphicon {
    color: #1abc9c;
    padding-top: 16px;
    font-size: 40px;
}

.dashboard .tab-content {
    margin: 40px 0;
}

.dashboard .jumbotron {
    margin-top: 0px;
    background: #8e44ad;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.dashboard .jumbotron small {
    color: #fff;
}

.dashboard .jumbotron-sm {
    padding-top: 24px;
    padding-bottom: 24px;
}

.help-pane {
    background: #ecf0f1;
    border-radius: 5px;
}

.profile-pane {
    width: 100%;
    display: table;
    border-spacing: 10px;
}

.profile-pane > div {
    display: table-row;
}

.profile-pane > div > div {
    width: 34%;
    display: table-cell;
}

.profile-pane .header {
    background: #8e44ad;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px 10px 0 0;
}

.profile-pane .content {
    background: #ecf0f1;
    border-radius: 0 0 10px 10px;
    padding: 5px 15px;
}

.profile-pane h4.col {
    text-align: center;
    margin-bottom: 40px;
}

.profile-pane button.col {
    text-align: center;
    padding: 0;
}

.profile-pane .title {
    margin-top: 0;
    padding: 10px;
    border-bottom: 1px solid #aaa;
}

#supportedCauses {
    padding: 0;
}

.cause-info {
    margin-bottom: 5px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
}

.cause-info a:hover {
    cursor: pointer;
}

.cause-info > div:nth-of-type(3) {
    width: 16.66666666%;
    float: left;
}

.cause-info > div:nth-of-type(3) > * {
    padding: 0 15px;
    float: right;
}

.cause-info > div:nth-of-type(3) a > .glyphicon {
    transition: transform .5s;
}

.cause-info:not(.expanded) > div:nth-of-type(1) {
    width: 83.33333333%;
    float: left;
    display: inline-block;
}

.cause-info:not(.expanded) > div:nth-of-type(1) > img {
    width: 20%;
    float: left;
}

.cause-info:not(.expanded) > div:nth-of-type(1) > div {
    width: 40%;
    float: left;
    padding: 0 15px;
}

.cause-info:not(.expanded) > div:nth-of-type(1) > div:nth-of-type(2):before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cause-info:not(.expanded) > div:nth-of-type(2) {
    display: none;
}

.cause-info.expanded > div:nth-of-type(1) {
    width: 25%;
    float: left;
}

.cause-info.expanded > div:nth-of-type(1) > img {
    width: 66.66666667%;
}

.cause-info.expanded > div:nth-of-type(2) {
    width: 58.33333333%;
    float: left;
}

.cause-info.expanded > div:nth-of-type(3) a > .glyphicon {
    transform: rotate(180deg);
}

.profile-pane article {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 40px;
}

.search-bar {
    position: relative;
    display: table;
    border-collapse: collapse;
}

.search-bar > input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.search-select {
    border-radius: 4px;
    border-color: #ccc;
    height: 34px;
    font-size: 14px;
    color: #555;
    background: #fff;
    padding-right: 0;
}

.reciept-infos {
    border: 1px solid #000;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
    background: #fff;
}

.reciept-infos > div:last-of-type {
    border-bottom: none;
}

.reciept-infos > div {
    display: inline-block;
    border-bottom: 1px solid #000;
}

.reciept-infos > div > * {
    float: left;
}

.reciept-infos > div > img {
    width: 18%;
    margin: 1%;
}

.reciept-infos > div > div {
    width: 80%;
    padding: 0 15px;
}

@media (min-width: 600px) {
  .type-header-results .test-results-caption-wrapper {
    font-size: 1em;
  }
}
@media (min-width: 1010px) {
  .type-header-results .test-results-caption-wrapper {
    margin-bottom: 15px;
  }
}
.type-header-results .test-results-caption-wrapper .caption {
  font-family: Montserrat, "Open Sans", 'Helvetica Neue', Arial;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #58585A;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 5px;
}
.type-header-results .test-results-caption-wrapper .caption.type-nice {
  font-size: 3em;
  color: #4C4C4C;
}
.type-header-results .test-results-caption-wrapper .caption.type-acronym {
  font-size: 3em;
  color: #ACADAF;
}
@media (min-width: 350px) {
  .type-header-results .test-results-caption-wrapper .caption.type-nice,
  .type-header-results .test-results-caption-wrapper .caption.type-acronym {
    font-size: 3.5em;
  }
}
.navbar .navigation #profile-menu .profile-tab .primary-wrapper .request-caption {
  font-size: 1.3em;
}
.navbar .navigation #profile-menu .profile-tab .info-wrapper .user-caption {
  font-size: 0.9em;
  margin-bottom: 10px;
  line-height: 1.8;
}
.decision.mobile .caption {
  font-size: 0.75em;
}
.decision.mobile .caption.left {
  text-align: left;
  padding-left: calc(7.14% - 3px);
}

.decision.mobile .caption.right {
  text-align: right;
  padding-right: calc(7.14% - 3px);
}

.decision .caption {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 700;
}
.decision .caption.left {
  text-align: right;
  padding-right: 0;
  color: #4C9070;
}
.decision .caption.right {
  text-align: left;
  padding-left: 0;
  color: #F44336;
}
.decision .options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.decision .options .option {
  border-radius: 150px;
  padding: 0;
  cursor: pointer;
  transition: none;
}
.decision .options .option:active {
  box-shadow: 0 0 4px 4px #F5F5F5;
}
 .decision .options .option.agree {
  background-color: #FFFFFF;
  border: 4px solid #4C9070;
}
.decision .options .option.agree.active,
.decision .options .option.agree:hover {
  background-color: #4C9070;
}
.decision .options .option.neutral {
  background-color: #FFFFFF;
  width: 28px;
  height: 28px;
  border: 4px solid #ececeb;
}
.decision .options .option.neutral.active,
.decision .options .option.neutral:hover {
  background-color: #ececeb;
}
.decision .options .option.disagree {
  background-color: #FFFFFF;
  border: 4px solid #F44336;
}
.decision .options .option.disagree.active,
.decision .options .option.disagree:hover {
  background-color: #F44336;
}
 .decision .options .option.max {
  width: 50px;
  height: 50px;
}
 .decision .options .option.med {
  width: 40px;
  height: 40px;
}
 .decision .options .option.min {
  width: 35px;
  height: 35px;
}
 .decision .options .option.minn {
  width: 28px;
  height: 28px;
}
 .decision .options .option.minus {
  width: 22px;
  height: 22px;
}
 .decision .options .option.active {
  background-color: #FFFFFF;
  box-shadow: none;
}
 .decision .options .option input {
  cursor: pointer;
}
.user-info{
    padding-bottom: 30px;
}
.user-info label{
    border: none !important;
}
.text-center h2{
    margin: 10px 0px 30px 0px;
}
#evaluate_recommendation{
    resize: vertical;
}
.projects-list{
  margin-top: 70px !important;
}
.projects-list thead{
  background-color: var(--ma-primary) !important;
  color: white !important;
  border: 2px solid var(--ma-primary) !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 214px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

 
.dashboard-box{
  padding: 16px;
    background: #b2d8d8;
    color: black;
}
 

.dash-box {
    position: relative;
    background: rgb(255, 86, 65);
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    margin: 60px 0 50px;
}
.dash-box-icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.dash-box-action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.main-container {
  flex: 1; /* Takes remaining space */
}

.dash-box-body {
    padding: 50px 20px;
}
.dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: rgba(247, 148, 137, 0.91);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}
.dash-box-icon > i {
    background: #ff5444;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
  font-size:22px;
}
.dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: rgba(253, 162, 153, 0.34);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}
.dash-box-action a button {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}
.dash-box-body > .dash-box-count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}
.dash-box-body > .dash-box-title {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.81);
}

.dash-box.dash-box-color-2 {
    background: rgb(252, 190, 27);
    background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}
.dash-box-color-2 .dash-box-icon:after {
    background: rgba(254, 224, 54, 0.81);
}
.dash-box-color-2 .dash-box-icon:before {
    background: rgba(254, 224, 54, 0.64);
}
.dash-box-color-2 .dash-box-icon > i {
    background: #fb9f28;
}

.dash-box.dash-box-color-3 {
    background: rgb(183,71,247);
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dash-box-color-3 .dash-box-icon:after {
    background: rgba(180, 70, 245, 0.76);
}
.dash-box-color-3 .dash-box-icon:before {
    background: rgba(226, 132, 255, 0.66);
}
.dash-box-color-3 .dash-box-icon > i {
    background: #8150e4;
}
.dash-box-body h3{
  color:#fff; font-weight: bold
}

.dash-box-icon-num{
    left: 85%;
    top: 21%;
}

/* MA Evaluation System Styles */
.dash-box.ma-box {
    background: linear-gradient(to bottom, var(--ma-secondary) 0%, var(--ma-primary) 100%);
}
.dash-box.ma-box .dash-box-icon:after {
    background: rgba(41, 128, 185, 0.7);
}
.dash-box.ma-box .dash-box-icon:before {
    background: rgba(41, 128, 185, 0.4);
}
.dash-box.ma-box .dash-box-icon > i {
    background: var(--ma-primary);
}

.dash-box.ma-box-client {
    background: linear-gradient(to bottom, #9b59b6 0%, #8e44ad 100%);
}
.dash-box.ma-box-client .dash-box-icon:after {
    background: rgba(155, 89, 182, 0.7);
}
.dash-box.ma-box-client .dash-box-icon:before {
    background: rgba(155, 89, 182, 0.4);
}
.dash-box.ma-box-client .dash-box-icon > i {
    background: #8e44ad;
}

.dash-box.ma-box-hr {
    background: linear-gradient(to bottom, #27ae60 0%, #1e8449 100%);
}
.dash-box.ma-box-hr .dash-box-icon:after {
    background: rgba(39, 174, 96, 0.7);
}
.dash-box.ma-box-hr .dash-box-icon:before {
    background: rgba(39, 174, 96, 0.4);
}
.dash-box.ma-box-hr .dash-box-icon > i {
    background: #1e8449;
}

.dash-box.ma-box-ld {
    background: linear-gradient(to bottom, #f39c12 0%, #d68910 100%);
}
.dash-box.ma-box-ld .dash-box-icon:after {
    background: rgba(243, 156, 18, 0.7);
}
.dash-box.ma-box-ld .dash-box-icon:before {
    background: rgba(243, 156, 18, 0.4);
}
.dash-box.ma-box-ld .dash-box-icon > i {
    background: #d68910;
}

/* MA Employee Badge */
.ma-badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 5px;
}
.ma-badge-employee {
    background-color: var(--ma-primary);
    color: white;
}
.ma-badge-client-facing {
    background-color: var(--ma-warning);
    color: white;
}
.ma-badge-direct-report {
    background-color: var(--ma-danger);
    color: white;
}

/* Weightage Display */
.weightage-breakdown {
    background: var(--ma-bg-light);
    border-radius: 5px;
    padding: 15px;
    margin: 10px 0;
}
.weightage-breakdown .weightage-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.weightage-breakdown .weightage-item:last-child {
    border-bottom: none;
    font-weight: bold;
}
.weightage-breakdown .weightage-label {
    color: var(--ma-text-dark);
}
.weightage-breakdown .weightage-value {
    font-weight: bold;
    color: var(--ma-primary);
}

/* Client Mapping Table */
.client-mapping-table {
    width: 100%;
    margin-top: 20px;
}
.client-mapping-table th {
    background-color: var(--ma-primary);
    color: white;
    padding: 10px;
}
.client-mapping-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.client-mapping-table .btn-assign {
    background-color: var(--ma-success);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.client-mapping-table .btn-remove {
    background-color: var(--ma-danger);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

/* Evaluation Case Indicator */
.eval-case-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}
.eval-case-1 { background-color: #3498db; }
.eval-case-2 { background-color: #9b59b6; }
.eval-case-3 { background-color: #2ecc71; }
.eval-case-4 { background-color: #e67e22; }
.eval-case-5 { background-color: #e74c3c; }

/*  background-image: linear-gradient(to bottom right, #000000ed, #b8aeaecf); end of the radio buttons style*/