/* Ultraviolet CSS ovrrides */

body {
  	background: var(--background);
  	color: var(--primary);
  	background-attachment: fixed;
    font-family: realist-1, -apple-system, helvetica, helvetica-neue, arial, sans-serif;
    font-size: 1rem;
  	font-style: normal;
    font-weight: 500;
    transition: 0.8s;
}


/* Scrollbar styling works on Chrome, Edge, and Safari 
*::-webkit-scrollbar {

  width: 8px;
  opacity:  0;
}

*:hover::-webkit-scrollbar {
  opacity: 1;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.15);
  border-radius: 20px;
  border: none;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255,255,255,0.25);
}

*::-webkit-scrollbar-thumb:active {
  background-color: rgba(255,255,255,0.3);
}

/* Scrollbar styling works on Firefox 
*{
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.25) rgba(255,255,255,0);
}
*/

hr {
	border-bottom: 2px solid rgba(var(--primary-root), 0.16);
}

.plum-logo {
  fill: var(--logo);
  transition: .4s;
}

a {
	color: var(--link);
	opacity: 0.9;

}

a:hover {
	color: var(--link);
	opacity: 1.0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.0375rem;
}

h1, .h1 {
  font-size: 1.875rem;
  font-weight: bold;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 0.83rem;
}

h6, .h6 {
  font-size: 0.67rem;
}

p {
	font-size: 1rem;
	line-height: 1.5;
	opacity: 0.8;
}

p.small, p small {
  line-height: 1.25;
}

/* Headlines when on smaller devices */

@media (max-width: 768px) {
   h1, .h1 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 768px) {
   h4, .h4 {
    font-size: 1rem !important;
  }
}

.text-truncate-parent {
  max-width: 100%;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* Text Utilities */

.great-match{
  color: var(--match);
  font-weight: bold;
}

.match-score-sm {
  font-size:1.5rem;
}

a.white {
  color: var(--primary);
  opacity: 0.9;
}

a.white:hover {
  color: var(--primary);
  opacity: 1;
}

.text-default {
  color: var(--primary);
  opacity: 1;
}

a.text-default {
  color: var(--primary);
  opacity: 0.9;
}

a.text-default:hover {
  opacity: 1;
}

.text-inverted {
  color: var(--inverted);
}

.text-least {
  color: #00ADFA;
}

.text-most {
  color: #29B55F;
}

.text-danger{
  color: #FF0076 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #FF0076 !important;
}

.text-essential {
  color: rgb(255,157,0);
}

.text-success {
  color: var(--success) !important;
}

.text-info {
  color: var(--info) !important;
}

.text-critical {
  color: var(--rank-critical);
}

.text-essential {
  color: var(--rank-essential);
}

.text-important {
  color: var(--rank-important);
}

.text-helpful {
  color: var(--rank-helpful);
}

.text-useful {
  color: var(--rank-useful);
}

.text-plum-purple{
  color: var(--plumPurple);
}

.text-midnight-blue {
  color: var(--background);
}

.text-mellow-princess {
  color: var(--mellowPrincess);
}

.text-mikanos-shore {
  color: var(--mikanosShore);
}

.text-plum-adaptation {
  color: var(--plumAdaptation);
}

.text-plum-communication {
  color: var(--plumCommunication);
}

.text-plum-conflict-resolution {
  color: var(--plumConRes);
}

.text-plum-decision-making {
  color: var(--plumDesMaking);
}

.text-plum-embracing-diversity {
  color: var(--plumEmbDiv);
}

.text-plum-execution {
  color: var(--plumExecution);
}

.text-plum-innovation {
  color: var(--plumInnovation);
}

.text-plum-managing-others {
  color: var(--plumManagingOthers);
}

.text-plum-persuasion{
  color: var(--plumPersuasion);
}

.text-plum-teamwork {
  color: var(--plumTeamwork);
}

.text-status-0 {
  color: var(--status-0);
}

.text-status-1 {
  color: var(--status-1);
}

.text-status-2 {
  color: var(--status-2);
}

.text-status-3 {
  color: var(--status-3);
}

.text-status-4 {
  color: var(--status-4);
}

.text-employee {
  color:orange; /* Update this color */
}

.text-rediscover {
  color:var(--info);
}

.text-lock {
  color:#cfa34c;
}

.text-neutral {
  color:#fdeebf;
}

.text-drain {
  color:#27aae1;
}

.text-info-alt {
  color:#faf3c7;
}

.o-100{
  opacity: 1.0 !important;
}

.plum-definition {
  background: rgba(var(--primary-root), 0.05);
  padding: 0.475rem 1.3125rem;
  border-radius: 0.53rem;
}

.plum-definition i {
  transform: rotate(-5deg);
}

.plum-definition p {
  margin-bottom: 0rem;
}

.plum-definition.quiet {
  background: none;
  padding: 0.475rem 0;
}

/* Forms */

.form-control {
  display: block;
  width: 100%;
  height: calc(1.75rem + 0.75rem + 3px);
  padding: 0.475rem 1.3125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary);
  background-color: rgba(var(--primary-root),0.12) !important;
  background-clip: padding-box;
  border: 1px solid rgba(var(--primary-root),0.12);
  border-radius: 0.53rem;
}

.form-control:focus, .form-control.focus{
  color: var(--primary);
  background-color: rgba(var(--primary-root),0.16) !important;
  border-color: none !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.075rem rgba(174, 0, 255, 0.80) !important;
          box-shadow: 0 0 0 0.075rem rgba(174, 0, 255, 0.80) !important;
}

.form-control::-webkit-input-placeholder {
  color: var(--primary);
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: var(--primary);
  opacity: 0.5;
}

.form-control::placeholder {
  color: var(--primary);
  opacity: 0.5;
}

.form-control:disabled, .form-control[readonly] {
  opacity: .5;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF0476;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF0476' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF0476' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #FF0476;

}

.invalid-feedback {
  color: #FF0476;
}

select.form-control:focus::-ms-value {
  color: #444;
  background-color: #fff;
}

.has-search .form-control {
   padding-left: 2.375rem !important;
 }

.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.6rem;
	height: 2.35rem;
	line-height: 3rem;
	text-align: center;
	pointer-events: none;
	color: rgba(var(--primary-root),0.8);
}

input[type="search"]::-webkit-search-cancel-button {
		/* Remove default */
  		-webkit-appearance: none;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Customize the label (the plum-input) */
.plum-input {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.8125rem;
  cursor: pointer;
  font-size: 1rem;
  min-width: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plum-input-lg {
  padding-left: 2.675rem;
  padding-top: 0.25rem;
  margin-bottom: 1rem;
  min-width: 2rem;
}

td .plum-input, th .plum-input {
	padding-left: 0;
  margin-bottom: 1.25rem;
	margin-left: auto; /*0.9375rem;*/
  margin-right: auto;
}

tr td:first-child .plum-input, tr th:first-child .plum-input {
  float:left;
}

tr td:last-child .plum-input, tr th:last-child .plum-input {
  float:right;
}

/* Hide the browser's default checkbox */
.plum-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: rgb(var(--primary-root), 0.18);
  border-radius: 0.375rem;
  -webkit-transition: .6s;
  transition: .6s;
}

.plum-input-lg .checkmark {
  top: 0;
  height: 2rem;
  width: 2rem;
  border-radius: 0.5rem;
}

/* On mouse-over, add a grey background color */
.plum-input:hover input ~ .checkmark {
  background-color: rgb(var(--primary-root), 0.3);
}

/* When the checkbox is checked, add a green background */
.plum-input input:checked ~ .checkmark {
  background-color: var(--check);
}

/* When the checkbox is checked, add a blue background */
.plum-input.blue input:checked ~ .checkmark {
  background-color: var(--check-blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.plum-input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.plum-input .checkmark:after {
  left: 7px;
  top: 3.5px;
  width: 6.5px;
  height: 10.5px;
  border: solid var(--success);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.plum-input.blue .checkmark:after {
  left: 7px;
  top: 3.5px;
  width: 6.5px;
  height: 10.5px;
  border: solid var(--checkmark-blue);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.plum-input-lg .checkmark:after {
  left: 11px;
  top: 5px;
  width: 10px;
  height: 16px;
  border: solid var(--success);
  border-width: 0 4px 4px 0;
}

.plum-input-lg.blue .checkmark:after {
  left: 11px;
  top: 5px;
  width: 10px;
  height: 16px;
  border: solid var(--checkmark-blue);
  border-width: 0 4px 4px 0;
}

/* Create a custom radio button */
.radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgb(var(--primary-root), 0.18);
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}

.plum-input-lg .radio {
  height: 2rem;
  width: 2rem;
}

/* On mouse-over, add a grey background color */
.plum-input:hover input ~ .radio {
  background-color: rgb(var(--primary-root), 0.3);
}

/* When the radio button is checked, add a blue background */
.plum-input input:checked ~ .radio {
  background-color: var(--check);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.plum-input input:checked ~ .radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.plum-input .radio:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
}

.plum-input-lg .radio:after {
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--success);
}

/* For Toggle Switches */
.toggle {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 35px;
  background-color: rgb(var(--primary-root), 0.18);
  border-radius: 34px;
  transition: .3s;
}

.plum-input.toggle-pad {
  padding-left:45px;
}

/* On mouse-over, add a grey background color */
.plum-input:hover input ~ .toggle {
  background-color: rgb(var(--primary-root), 0.3);
}

.plum-input input:checked ~ .toggle {
  background-color: var(--success);
  opacity: 0.8;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: rgba(255,255,255,0.8);
  -webkit-transition: .4s;
  transition: .4s;
  border-radius:50%;
}

input:checked + .toggle {
  background-color: var(--check);
}

input:checked + .toggle:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  background: #fff;
}

/* Layout */

.col-333, .col-667 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-333 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

.col-667 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333%;
            flex: 0 0 20.8333333%;
    max-width: 20.8333333%;
  }


.reveal-col{
	border-radius: 8px;
}

.col-bg-1{
	background: rgba(var(--primary-root), 0.3);
}

.col-bg-2{
	background: rgba(96,223,253,0.3);
}

/* Navigation */ 
.sidebar {
  border-right: 1px solid rgba(var(--primary-root), 0.1);
}

nav.sidebar h4{
  font-weight:bold;
}

nav.sidebar .nav-link{
    padding: 0.375rem 0.5rem;
}

nav.sidebar ul > li:first-child{
  margin-top:.25rem;
}

.nav-link {
  padding: 0.625rem 1.3125rem;
  font-size: 1rem;
}

.nav-pills .nav-link {
  color: var(--primary);
  opacity: 0.8;
  border-radius: 0.53125rem;
  -webkit-transition: color 0.10s ease-in-out, background-color 0.10s ease-in-out;
  transition: color 0.10s ease-in-out, background-color 0.10s ease-in-out;
  transition: color 0.10s ease-in-out, background-color 0.10s ease-in-out;
  transition: color 0.10s ease-in-out, background-color 0.10s ease-in-out;
}

.nav-pills .nav-link:hover {
  color: var(--primary);
  opacity: 1;
  background: rgba(var(--primary-root), 0.07);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--primary);
  opacity: 1;
  background: var(--nav-active);
}

.hero-nav-pills.nav-pills .nav-link.active,
.hero-nav-pills.nav-pills .show > .nav-link {
  background: #727EB5;
}

ul.nav-talent .nav-item {
  text-align: center;
}

ul.nav-talent h5 {
  font-weight: bold;
}

/* Buttons */

.btn { 
    border-radius: 0.5rem;
    padding: 0.625rem 1.01125rem;
    font-size: 0.875rem;
    letter-spacing: 0.0375rem;;
}

.btn-sm { 
    border-radius: 0.421875rem;
    padding: 0.46875rem 0.8125rem;
    font-size: 0.75rem;
}

.btn-cta {
	color: rgba(var(--inverted-root), 0.9);
	background: rgba(var(--cta-root), 0.9);
  border: none;
}

.btn-cta:hover {
	color: rgba(var(--inverted-root), 1);
	background: rgba(var(--cta-root), 0.95);
}

.btn-cta:not(:disabled):not(.disabled):active, .btn-cta:not(:disabled):not(.disabled).active,
.show > .btn-cta.dropdown-toggle {
	color: rgba(var(--inverted-root), 1);
	background: rgba(var(--cta-root) ,1);
}

.btn-cta.disabled, .btn-cta:disabled {
	color: rgba(var(--inverted-root) ,0.64);
	background: rgba(var(--cta-root) ,.4);
}

.btn-outline-primary {
	color: rgba(var(--primary-root), 0.8); 
	background: rgba(var(--primary-root), 0.04); 
	border-color: rgba(var(--primary-root), 0.8);
}

.btn-outline-primary:hover {
	color: rgba(var(--primary-root), 1);
  background: rgba(var(--primary-root), 0.08); 
  border-color: rgba(var(--primary-root), 1);
  text-shadow: 0 0 2rem rgba(var(--primary-root), 0.9);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: rgba(var(--primary-root), 1);
	background: rgba(var(--primary-root), 0.12);
	border-color: rgba(var(--primary-root), 1);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: rgba(var(--primary-root), 0.64);
	background: none;
	border-color: rgba(var(--primary-root), 0.4);
}

.btn-outline-cancel {
	color: rgba(var(--primary-root), 0.9);
	background: none;
	border-color: rgba(var(--primary-root), 0.7);
}

.btn-outline-cancel:hover {
	background: none;
	color: rgba(var(--primary-root), 1);
	border-color: rgba(var(--primary-root), 0.9);
}

.btn-outline-cancel:not(:disabled):not(.disabled):active, .btn-outline-cancel:not(:disabled):not(.disabled).active,
.show > .btn-outline-cancel.dropdown-toggle {
	color: rgba(var(--primary-root),0.9);
	background: none;
	border-color: rgba(var(--primary-root),0.9);
}

.btn-outline-cancel.disabled, .btn-outline-cancel:disabled {
	color: rgba(var(--primary-root),0.5);
	background: none;
	border-color: rgba(var(--primary-root),.3);
}

.btn-secondary {
	color: rgba(15,2,41,0.8);
	background: rgba(0,206,255,0.4);
	background-image: linear-gradient(rgba(0,206,255,0.7), rgba(0,206,255,0.4));
	border: none;
}

.btn-secondary:hover {
	color: rgba(15,2,41,1);
	background: rgba(0,206,255,0.6);
	background-image: linear-gradient(rgba(0,206,255,0.9), rgba(0,206,255,0.6));
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: rgba(15,2,41,0.8);
	background: rgba(0,206,255,1);
	background-image: linear-gradient(rgba(0,206,255,1), rgba(0,206,255,1));
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: rgba(15,2,41,0.64);
	background: rgba(0,206,255,.3);
	background-image: linear-gradient(rgba(0,206,255,.5), rgba(0,206,255,.2));
}

.btn-outline-secondary {
	color: rgba(0,206,255,0.8);
	border-color: rgba(0,206,255,0.5);
}

.btn-outline-secondary:hover {
	background: none;
	color: rgba(0,206,255,1);
	border-color: rgba(0,206,255,0.8);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: rgba(255,255,255,1);
	background: none;
	border-color: rgba(255,255,255,1);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: rgba(0,206,255,0.64);
	background: none;
	border-color: rgba(0,206,255,.4);
}
 /* Mellow Button */
.btn-action {
  color: rgba(15,2,41,0.8);
  background: rgba(234,205,126,1);
  border: none;
}

 /* Success Button */

.btn-success {
	color: rgba(15,2,41,0.8);
	background: rgba(75,240,133,0.8);
	border: none;
}

.btn-success:hover {
	color: rgba(15,2,41,1);
	background: rgba(75,240,133,0.9);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: rgba(15,2,41,1);
	background: rgba(75,240,133,1);
}

.btn-success.disabled, .btn-success:disabled {
	color: rgba(255,255,255,0.5);
	background: none;
	border-color: rgba(255,255,255,.3);
}

.btn-success.btn-quiet {
	color: rgba(75,240,133,0.8);
}

.btn-success:hover.btn-quiet {
	color: rgba(75,240,133,0.9);
}

.btn-success.btn-quiet:not(:disabled):not(.disabled):active, .btn-success.btn-quiet:not(:disabled):not(.disabled).active,
.show > .btn-success.btn-quiet.dropdown-toggle {
	color: rgba(75,240,133,1);
}

.btn-outline-success {
  color: rgba(75,240,133,.8);
  border-color: rgba(75,240,133, 0.5);
}

.btn-outline-success:hover {
  background: none;
  color: rgba(75,240,133,1);
  border-color: rgba(75,240,133,0.8);
}

/* Warning Button */

.btn-warning {
	color: rgba(15,2,41,0.8);
	background: rgba(255,157,0,0.8);
	border: none;
}

.btn-warning:hover {
	color: rgba(15,2,41,1);
	background: rgba(255,157,0,0.9);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: rgba(15,2,41,1);
	background: rgba(255,157,0,1);
	background-image: linear-gradient(rgba(255,157,0,1), rgba(255,157,0,1));
}

.btn-warning.disabled, .btn-warning:disabled {
	color: rgba(255,255,255,0.5);
	background: none;
	border-color: rgba(255,255,255,.3);
}

.btn-warning.btn-quiet {
  color: rgba(255,157,0,.8);
}

.btn-warning:hover.btn-quiet {
  color: rgba(255,157,0,.9);
}

.btn-warning.btn-quiet:not(:disabled):not(.disabled):active, .btn-warning.btn-quiet:not(:disabled):not(.disabled).active,
.show > .btn-warning.btn-quiet.dropdown-toggle {
  color: rgba(255,157,0,1);
}

.btn-outline-warning {
	color: rgba(255,157,0,0.8);
	border-color: rgba(255,157,0,0.5);
}

.btn-outline-warning:hover {
	background: none;
	color: rgba(255,157,0,1);
	border-color: rgba(255,157,0,0.8);
}

/* Danger Button */

.btn-danger {
	color: rgba(15,2,41,0.8);
	background: rgba(255,0,118,0.8);
	border: none;
}

.btn-danger:hover {
	color: rgba(15,2,41,1);
	background: rgba(255,0,118,0.9);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: rgba(15,2,41,1);
	background: rgba(255,0,118,1);
	background-image: linear-gradient(rgba(255,0,118,1), rgba(255,0,118,1));
}

.btn-danger.disabled, .btn-danger:disabled {
	color: rgba(255,255,255,0.5);
	background: none;
	border-color: rgba(255,255,255,.3);
}

.btn-outline-danger {
	color: rgba(255,0,118,0.8);
	border-color: rgba(255,0,118,0.7);
}

.btn-outline-danger:hover {
	background: none;
	color: rgba(255,0,118,.9);
	border-color: rgba(255,0,118,0.8);
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  background: none;
  color: rgba(255,0,118,1);
  border-color: rgba(255,0,118,1);
}

/* Button Link */

.btn-link{
	color: var(--link);
  opacity: 0.9;
}
.btn-link:hover {
	color: var(--link);
  opacity: 1;
}

/* Button Espezial */

.btn-special{
	background: rgba(255,36,247,0.6);
	background-image: linear-gradient(rgba(255,36,247,0.7), rgba(255,36,247,0.4));
	color: rgba(15,2,41,0.8);
}

.btn-special:hover{
	background: rgba(255,36,247,0.6);
	background-image: linear-gradient(rgba(255,36,247,0.9), rgba(255,36,247,0.6));
  color: rgba(var(--primary-root), 1);
}

.btn-special:not(:disabled):not(.disabled):active, .btn-special:not(:disabled):not(.disabled).active,
.show > .btn-special.dropdown-toggle {
	color: rgba(var(--primary-root),1);
	background: rgba(255,36,247,1);
	background-image: linear-gradient(rgba(255,36,247,1), rgba(255,36,247,1));
}

.btn-special.disabled, .btn-special:disabled {
	color: rgba(255,255,255,0.5);
	background: none;
	border-color: rgba(255,255,255,.3);
}

/* Pipeline Status button ranges */

.btn-status-0 {
	background: var(--status-0);
	color: rgb(15,13,48);
}

.btn-status-1 {
	background: var(--status-1);
	color: rgb(15,13,48);
}
.btn-status-2 {
	background: var(--status-2);
	color: rgb(15,13,48);
}
.btn-status-3 {
	background: var(--status-3);
	color: rgb(15,13,48);
}

.btn-tab-menu .btn{
  background: var(--nav-active);
  color: var(--primary);
  }

.btn-tab-menu .btn:hover {
  background: var(--nav-active);
  color: var(--primary);
}

/* Social Buttons */

.btn-linkedin{
  color: white;
  background: #2F6DA1;
  padding: 0.25rem 0.5rem 0 0.0625rem;
}

.btn-linkedin:hover {
  color: white;
  background: #3f84bd;
}

/* Button Utilities */

.btn-input-append{
	background-color: rgba(var(--primary-root), 0.12);
	color: rgba(var(--primary-root), 0.8);
}

.btn-input-append:hover{
	background-color: rgba(var(--primary-root), 0.18);
	color: rgba(var(--primary-root), 1);
}

.btn-input-append.disabled, .btn-input-append:disabled {
  background-color: rgba(var(--primary-root), 0.06);
  color: rgba(var(--primary-root), 0.5);
}

.btn-quiet {
	background: none !important;
	border:none;
  text-shadow: none !important;
}

/* Typography */

.text-muted {
	color: var(--primary) !important;
  opacity: 0.8;
}

.super-muted {
  opacity: 0.2;
}

ul.behaviors li {
  color: inherit; 
  /* set color of list item text */

  /*display: inline-block;*/
  list-style: none; 
  /* Give the bullet room on the left hand side */

  padding: 0;
  position: relative;
  line-height: 1.8;
}

ul.behaviors li::before {

  content: "\2022"; 
  /* Unicode of character to precede the list item */

  display: inline-block;
  font-size: 1.75rem; 
  /* use em or % */
 
  left: -1.1225rem; 
  /* use em, line up bullet flush with left hand side */

  position: absolute;
  /* Set the bullet positioned absolutely top left */

  top: -.55rem; 
  /* use em or % */
  }

ul.behaviors li::before {
  color: var(--match);
}

ul.behaviors li.critical::before {
  color: var(--rank-critical);
}

ul.behaviors li.essential::before {
  color: var(--rank-essential);
}

ul.behaviors li.important::before {
  color: var(--rank-important);
}

ul.behaviors li.helpful::before {
  color: var(--rank-helpful);
}

ul.behaviors li.useful::before {
  color: var(--rank-useful);
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: rgba(var(--primary-root) ,0.24);
  box-shadow: 0 1px rgba(var(--primary-root) ,0.12);
  border-radius: 0.2rem;
}

.badge{
	padding: 0.375rem 0.4rem;
	border-radius: 0.328rem;
	font-weight: 500;
	letter-spacing: 0.01875rem;
}

.badge-primary {
  color: rgba(var(--inverted-root), 0.9);
	background: rgba(var(--cta-root), 0.8);
}

a.badge-primary:hover, a.badge-primary:focus {
  color: rgba(var(--inverted-root), 1);
	background: rgba(var(--cta-root), 0.8);
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
}

.badge-success {
  color: rgba(var(--inverted-root), 0.9);
  background: rgba(var(--success-root), 0.8);
}

.badge-notify {
	color: #fff;
	background: #FF0076;
	border-radius: 2rem;
	min-width: 1.45rem;
	padding:0.3rem 0.25rem 0.35rem 0.25rem;
}

.badge-label {
	display: inline-block;
	max-width:10rem;
	white-space: nowrap; 
    overflow: hidden;
	text-overflow: ellipsis; 
}

.form-control > .badge:first-child {
	margin-left: -0.625rem
}

.filter-row > p > .badge {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.badge-rank {
  border-radius: 12rem;
  color: var(--inverted);
  font-weight: bold;
  text-transform: uppercase;
}

.badge.driving{
  background:rgba(0, 239, 99, .2);
  color: rgba(255, 255, 255, 1);

}
.badge.draining{
  background:rgba(0, 178, 255, .2);
  color: rgba(255, 255, 255, 1);
}

  /* Grouping */

.list-group-item {
   font-size: 0.875rem;
   padding: 0.75rem;
   background-color: transparent !important;
   border-color: rgba(var(--primary-root), 0.16);
   border-left:  none;
   border-right:  none;
 }

.list-group-item:first-child {
   border-top: none;
}

.list-group-item:last-child {
   border-bottom: none;
}

.list-group-item.active {
  color: #fff;
  background-color: rgba(var(--primary-root), 0.12) !important;
  border-color: none;
}

.card .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

/* Cards */

.card {
  background-color: rgba(var(--primary-root), 0.09); 
  background-clip: border-box;
  border: none; /*1px solid rgba(var(--primary-root), 0.25);*/
  border-radius: 0.71875rem;
}

.card-header {
  background-color: rgba(var(--primary-root), 0.05) !important;
  border-top-left-radius: 0.71875rem !important;
  border-top-right-radius: 0.71875rem !important;
}

.card-header.input-required {
  background-color: var(--status-1) !important;
}

.card-header.input-required a{
  color: var(--background);
  font-weight: bold;
}

.card-footer {
  background-color: transparent; /*rgba(var(--primary-root), 0.05) !important;*/
}

.card-title {
  margin-bottom: 0.5rem;
}

h4.card-title {
	line-height: 1.44rem;
}

.card:hover {
  background-color: rgba(var(--primary-root), 0.12); 
}

.card.closed {
  background-color: rgba(var(--primary-root), 0.04); 
}

.card.closed h4.card-title, .card.closed h6, .card.closed li {
  opacity: 0.7;
}

.card:hover.closed {
  background-color: rgba(var(--primary-root), 0.07); 
}

.job-req-cards .card {
  min-height: 13.75rem;
}

.collection-purpose {
	max-height: 5.25rem;
	-webkit-mask-image: linear-gradient(to bottom,#000 50%,transparent 100%);
	mask-image: linear-gradient(to bottom,#000 50%,transparent 100%);
  overflow: hidden;
  margin-bottom: 1rem;
}

.collection-purpose p {
	font-size: 0.875rem;
}

.card .progress {
  height:.65rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.65rem;
  border-bottom-right-radius: 0.65rem;
  cursor: pointer;
}

.card .progress .progress-bar {
  margin-right: 0.1rem;
}

.card .progress .progress-bar:last-child {
  margin-right: 0;
}

.card-outline {
  background: none;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
}

.card-outline:hover {
  background: none;
}

.card-outline.yellow {
  border-color: #f7da6f;
}

.mc-info {
  text-align: center;
}
.mc-info .mc-info-item {
  border-radius: .53125rem;
  padding:.75rem .5rem;
}

.mc-info .mc-info-item.active {
  background:var(--nav-active);
}

.mc-info h4{
  font-weight: bold;
}

.card.selected {
  background: rgba(75,240,133, 0.24);
}
.resource-card .card-body{
  padding: 0;
  cursor: pointer;
}
.resource-card-icn-container{
  min-width: 2rem;
  padding: .75rem;
/*  background: rgba(255,255,255,.12);*/
  height: 100%;
}


/* Talent Cards */
.card .card-header.talent-icon {
  background-repeat: no-repeat;
  background-position: top -3px right 8px;
  background-size:64px 64px;
}

.card-header {
  padding: 0 !important;
  height: 8px;
}

.card.card-medium .card-header {
  height: 54px;
}

.card.card-max .card-header {
  height: 84px;
}

.card-title a {
  text-decoration: none;
}

.card.card-max .card-header.talent-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size:64px 64px;
}

/* Adaptation */
.card.adaptation {
  background: rgba(77, 174, 132, 0.12);
}

.card.adaptation .card-header {
  background-color: rgba(77, 174, 132, 1) !important;
}

.card.adaptation .card-header.talent-icon {
  background-image: url(../img/badges/adaptation.svg);
}

.card.adaptation .card-title, .card.adaptation .card-title a {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.adaptation .badge.talent {
  background:rgba(77, 174, 132, 0.24);
  color: rgba(77, 174, 132, 1);
} 

/* Innovation */
.card.innovation {
  background: rgba(199, 82, 82, 0.12);
}

.card.innovation .card-header {
  background-color: rgba(199, 82, 82, 1) !important;
}

.card.innovation .card-header.talent-icon {
  background-image: url(../img/badges/innovation.svg);
}

.card.innovation .card-title, .card.innovation .card-title a {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.innovation .badge.talent {
  background:rgba(199, 82, 82, 0.24);
  color: rgba(199, 82, 82, 1);
} 

/* Conflict Resolution */
.card.conflict-resolution {
  background: rgba(255, 123, 115, 0.12);
}

.card.conflict-resolution .card-header {
  background-color: rgba(255, 123, 115, 1) !important;
}

.card.conflict-resolution .card-header.talent-icon {
  background-image: url(../img/badges/conflict-resolution.svg);
}

.card.conflict-resolution .card-title, .card.conflict-resolution .card-title a  {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.conflict-resolution .badge.talent {
  background:rgba(255, 123, 115, 0.24);
  color: rgba(255, 123, 115, 1);
}

/* Decision Making */
.card.decision-making {
  background: rgba(131, 106, 163, 0.12);
}

.card.decision-making .card-header {
  background-color: rgba(131, 106, 163, 1) !important;
}

.card.decision-making .card-header.talent-icon {
  background-image: url(../img/badges/decision-making.svg);
}

.card.decision-making .card-title, .card.decision-making .card-title a {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.decision-making .badge.talent {
  background:rgba(131, 106, 163, 0.24);
  color: rgba(131, 106, 163, 1);
}

/* Communication*/
.card.communication {
  background: rgba(133, 194, 120, 0.12);
}

.card.communication .card-header {
  background-color: rgba(133, 194, 120, 1) !important;
}

.card.communication .card-header.talent-icon {
  background-image: url(../img/badges/communication.svg);
}

.card.communication .card-title, .card.communication .card-title a {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.communication .badge.talent {
  background:rgba(133, 194, 120, 0.24);
  color: rgba(133, 194, 120, 1);
} 

/* Managing Others */
.card.managing-others {
  background: rgba(240, 141, 74, 0.12);
}

.card.managing-others .card-header {
  background-color: rgba(240, 141, 74, 1) !important;
}

.card.managing-others .card-header.talent-icon {
  background-image: url(../img/badges/managing-others.svg);
}

.card.managing-others .card-title, .card.managing-others .card-title a {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.managing-others .badge.talent {
  background:rgba(240, 141, 74, 0.24);
  color: rgba(240, 141, 74, 1);
}

/* Persuasion */
.card.persuasion {
  background: rgba(102, 136, 204, 0.12);
}

.card.persuasion .card-header {
  background-color: rgba(102, 136, 204, 1) !important;
}

.card.persuasion .card-header.talent-icon {
  background-image: url(../img/badges/persuasion.svg);
}

.card.persuasion .card-title, .card.persuasion .card-title a  {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.persuasion .badge.talent {
  background:rgba(102, 136, 204, 0.24);
  color: rgba(102, 136, 204, 1);
}

/* Execution */
.card.execution {
  background: rgba(63, 166, 189, 0.12);
}

.card.execution .card-header {
  background-color: rgba(63, 166, 189, 1) !important;
}

.card.execution .card-header.talent-icon {
  background-image: url(../img/badges/execution.svg);
}

.card.execution .card-title, .card.execution .card-title a  {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.execution .badge.talent {
  background:rgba(63, 166, 189, 0.24);
  color: rgba(63, 166, 189, 1);
}

/* Embracing Diversity */
.card.embracing-diversity {
  background: rgba(212, 93, 145, 0.12);
}

.card.embracing-diversity .card-header {
  background-color: rgba(212, 93, 145, 1) !important;
}

.card.embracing-diversity .card-header.talent-icon {
  background-image: url(../img/badges/embracing-diversity.svg);
}

.card.embracing-diversity .card-title, .card.embracing-diversity .card-title a  {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.embracing-diversity .badge.talent {
  background:rgba(212, 93, 145, 0.24);
  color: rgba(212, 93, 145, 1);
}

/* Teamwork */
.card.teamwork {
  background: rgba(161, 61, 95, 0.12);
}

.card.teamwork .card-header {
  background-color: rgba(161, 61, 95, 1) !important;
}

.card.teamwork .card-header.talent-icon {
  background-image: url(../img/badges/teamwork.svg);
}

.card.teamwork .card-title, .card.teamwork .card-title a  {
  color: rgba(255, 255, 255, 1) !important;
}  

.card.teamwork .badge.talent {
  background:rgba(161, 61, 95, 0.24);
  color: rgba(161, 61, 95, 1);
}

.card-footer {
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}       

.badge.what {
  background:rgba(255,255,255, 0.12);
  color: rgba(255,255,255, .72);
}   

/* for demo purposes only */
.fa-bookmark{
  transition: .1s;
}

.fa-bookmark:hover{
  cursor: pointer;
}

.fa-bookmark:active{
  transform: scale(1.2) rotate3d(0, 0, 1, -2deg);
}

@media (prefers-reduced-motion) {
  .fa-bookmark{
    transition: none;
  }
  .fa-bookmark:active{
    transform: none;
  }

}
.border-radius-left {
  border-top-left-radius: 0.71875rem;
  border-bottom-left-radius: 0.71875rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.border-radius-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.71875rem;
  border-bottom-right-radius: 0.71875rem;
}
.ksa-type-experiences a{
  /*background: rgba(247,218,111,.72);
  color: #0f0d30;*/
  color:rgba(247,218,111,1);
}
.ksa-type-experiences a:hover {
  background: rgba(247,218,111,.8);
}
.ksa-type-knowledge a{
  /*background: rgba(0,190,192,.72);
  color: #ffffff;*/
  color:rgba(0,190,192,1);
}
.ksa-type-knowledge a:hover {
  background: rgba(0,190,192,.8);
  color: #ffffff;
}

.popover-header h5{
  margin: 0;
  padding: .25rem .375rem;
  font-weight: bold;
  display: inline;
  border-radius: .356rem;
}

.popover-header h5.ksa-type-experiences {
  background: rgba(247,218,111,1);
  color: #0f0d30;
}

.popover-header h5.ksa-type-knowledge{
  background: rgba(0,190,192,.72);
  color: #ffffff;
}

.resource-img {
  border-top-left-radius: 0.71875rem;
  border-top-right-radius: 0.71875rem;
}

/* Utilities */

.bg-success {
	background: rgba(75,240,133,0.05) !important;
	background-image: linear-gradient(rgba(75,240,133,0.09), rgba(75,240,133,0.05)) !important;
}
.border-success {
	border-color: rgba(75,240,133,0.7) !important;
	/*box-shadow: 0 0 1em rgba(75,240,133,0.5);*/
}

.bg-warning {
	background: rgba(255,157,0,0.05) !important;
	background-image: linear-gradient(rgba(255,157,0,0.09), rgba(255,157,0,0.05)) !important;
}

.bg-light {
  background: hsla(0,0%,100%, .06) !important;
}

.card-footer.bg-light {
  border-bottom-left-radius: 0.71875rem;
  border-bottom-right-radius: 0.71875rem;
}

.border-warning {
	border-color: rgba(255,157,0,0.7) !important;
	/*box-shadow: 0 0 1em rgba(255,157,0,0.5);*/
}

.bg-danger {
	background: rgba(255,0,118,0.05) !important;
	background-image: linear-gradient(rgba(255,0,118,0.09), rgba(255,0,118,0.05)) !important;
}

.bg-status-0 {
  background: var(--status-0) !important;
}

.bg-status-1 {
  background: var(--status-1) !important;
}

.bg-status-2 {
  background: var(--status-2) !important;
}

.bg-status-3 {
  background: var(--status-3) !important;
}

.bg-status-4 {
  background: var(--status-4) !important;
}

.bg-critical {
  background: var(--rank-critical) !important;
}

.bg-essential {
  background: var(--rank-essential) !important;
}

.bg-important {
  background: var(--rank-important) !important;
}

.bg-helpful {
  background: var(--rank-helpful) !important;
}

.bg-useful {
  background: var(--rank-useful) !important;
}

.border-danger {
	border-color: rgba(255,0,118,0.7) !important;
}

.adaptation-primary{
  fill:var(--talent-icon);
}

.adaptation-secondary {
  opacity:0.65;
}

.persuasion-primary {
  fill:var(--talent-icon);
}

.persuasion-secondary {
  opacity:0.65;fill:var(--talent-icon);
}

.innovation-primary {
  fill:var(--talent-icon);
}

.innovation-secondary {
  opacity:0.65;fill:var(--talent-icon);
}

.communication-primary {
  fill:var(--talent-icon);
}

.communication-secondary {
  opacity:0.65;fill:var(--talent-icon);
}

.conflict-resolution-primary {
  fill:var(--talent-icon);
}

.conflict-resolution-secondary {
  opacity:0.35;fill:var(--talent-icon);
}

.embracing-diversity-primary {
  fill:var(--talent-icon);
}

.embracing-diversity-secondary {
  opacity:0.65;fill:var(--talent-icon);
}

.execution-primary {
  fill:var(--talent-icon);
}

.execution-secondary {
  opacity:0.65;fill:var(--talent-icon);
}

.managing-others-primary {
  fill:var(--talent-icon);
}

.managing-others-secondary {
  opacity:0.65;fill:var(--talent-icon);
}

.teamwork-primary {
  fill:var(--talent-icon);
}

.teamwork-secondary {
  opacity:0.35;fill:var(--talent-icon);
}

.bubble-on-critical {
  fill:var(--rank-critical);
}

.bubble-on-essential {
  fill:var(--rank-essential);
}

.bubble-on-important {
  fill:var(--rank-important);
}

.bubble-on-helpful {
  fill:var(--rank-helpful);
}

.bubble-on-useful {
  fill:var(--rank-useful);
}

.bubble-off {
  opacity:0.1;
  fill:var(--primary);
}

/* Empty States */

.empty-state {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.empty-state img, .empty-state svg {
  width: 200px;
  margin-bottom: 1rem;
}

.empty-state svg {
  margin-left: auto;
  margin-right: auto;
}

/* Talent Rank */

.talent-rank {
  display: block;
  border-radius:50%;
  border: 2px solid;
  border-color: var(--primary);
  max-width:2.25rem;
  max-height:2.25rem;
  padding:.2rem;
  align-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.talent-rank-critical {
  border-color: var(--rank-critical);
}

.talent-rank-essential {
  border-color: var(--rank-essential);
}

.talent-rank-important {
  border-color: var(--rank-important);
}

.talent-rank-helpful {
  border-color: var(--rank-helpful);
}

.talent-rank-useful {
  border-color: var(--rank-useful);
}

a.talent-rank {
  opacity: 0.8;
}

a.talent-rank:hover, a.talent-rank:active, a.talent-rank.active {
  opacity: 1;
  border-width: 3px;
  max-width:2.3rem;
  max-height:2.3rem;
  margin-top: -1px;
}

/* Popovers */

.popover {
  border-radius: 0.71875rem;
  background-color: var(--background-lvl-1);
  font-family: realist-1, -apple-system, helvetica, helvetica-neue, arial, sans-serif;
  padding: 0.55rem 0.5rem;
  box-shadow:0 0 1px rgba(10, 4, 26, 0.6),0 20px 32px -8px rgba(10, 4, 26, 0.5);
  border: none;
}

h3.popover-header{
  border-top-left-radius: 0.71875rem;
  border-top-right-radius: 0.71875rem;
  background-color: var(--background-lvl-1);
  color: var(--primary);
  border-bottom: none;

}

.popover-body {
  background-color: var(--background-lvl-1);
  color: var(--primary);
  border-bottom-left-radius: 0.71875rem;
  border-bottom-right-radius: 0.71875rem;
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: var(--background-lvl-1);
}

.popover-key {
  width: 1rem;
  height: 0.75rem;
  display: inline-block;
  margin-right:.5rem;
}

/* Alerts */

.alert{
	border-radius: 0.53rem;
}

.alert-warning{
	color: var(--primary) !important;
	background-color: rgba(var(--warning-root),0.2) !important;
  border: none;
}

.alert-danger{
	color:  var(--primary) !important;
	background-color: rgba(var(--danger-root),0.2) !important;
  border: none;
}

.alert-success{
  color: var(--primary) !important;
  background-color: rgba(var(--success-root),0.2) !important;
  border: none;
}

.alert-info{
  color: var(--primary) !important;
  background-color: rgba(var(--info-root),0.2) !important;
  border: none;
}

a.nav-link {
	color: var(--primary);
}

/* Tables */

.table {
	color: var(--primary);
}

.table, .table thead th {
	border-bottom: 2px solid rgba(var(--primary-root), 0.1);
}

.table thead th {
  font-size: 0.875rem;
}

.table th, .table td {
	border-top: none;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(var(--primary-root), 0.05);
}

.table td {
	line-height: 1.275rem;
}

.table td .btn {
	padding: 0.5rem  0.25rem;
}

.table-long {
  min-width: 737px;
}

table.member-table tr > td {
	vertical-align: middle;
}

table tbody tr.active {
	background-color: var(--nav-active) !important;
}

@media (max-width: 767px) {
	table tbody tr.active {
	background-color: transparent !important;
	}
}

tr td:first-child { 
  border-radius: 0.625rem 0 0 0.625rem; 
}

tr td:last-child { 
  border-radius: 0 0.625rem 0.625rem 0; 
}

tr:first-child td:first-child {
  border-top-left-radius: 0;
}

tr:first-child td:last-child {
  border-top-right-radius: 0;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

/* TD/TH cell width classes 
.cw-0 {
  width: 3%;
  min-width:2rem;
  max-width:3rem;
}

.cw-1 {
  width: 10%;
  min-width: 4.8rem;
  max-width: 7.1rem !important;
}

.cw-2 {
  width: 16.6%;
  min-width: 8rem;
  max-width: 11.9rem !important;
}

.cw-3 {
  width: 25%;
  min-width: 12rem;
  max-width: 15.7rem !important;
}

.cw-4 {
  width: 33.3%;
  min-width: 15.8rem;
  max-width: 23.9rem !important;
}

.cw-5 {
  width: 40%;
  min-width: 18.2rem;
  max-width: 28.4rem !important;
}

.cw-6 {
  width: 50%;
  min-width: 24rem;
  max-width: 28rem !important;
}

.cw-7 {
  width: 60%;
  min-width: 28.8rem;
  max-width: 35.1rem !important;
}

.cw-8 {
  width: 66.6%;
  min-width: 32rem;
  max-width: 39.9rem !important;
}

.cw-9 {
  width: 75%;
  min-width: 36rem;
  max-width: 43.7rem !important;
}

.cw-10 {
  width: 83.3%;
  min-width: 39.8rem;
  max-width: 51.9rem !important;
}

*/

.tcw-0 {
  width: 3%;
  min-width:1rem;
  max-width:3rem;
}

.tcw-1 {
  width: 8.333333%;
  min-width: 4rem;
  max-width: 8rem !important;
}

.tcw-2 {
  width: 16.666667%;
  min-width: 8rem;
  max-width: 12rem !important;
}

.tcw-3 {
  width: 25%;
  min-width: 12rem;
  max-width: 16rem !important;
}

.tcw-4 {
  width: 33.333333%;
  min-width: 16rem;
  max-width: 24rem !important;
}

.tcw-5 {
  width: 41.666667%;
  min-width: 20rem;
  max-width: 28rem !important;
}

.tcw-6 {
  width: 50%;
  min-width: 24rem;
  max-width: 32rem !important;
}

.tcw-7 {
  width: 58.333333%;
  min-width: 28rem;
  max-width: 36rem !important;
}

.tcw-8 {
  width: 66.666667%;
  min-width: 32rem;
  max-width: 40rem !important;
}

.cw-9 {
  width: 75%;
  min-width: 36rem;
  max-width: 44rem !important;
}

.cw-10 {
  width: 83.333333%;
  min-width: 40rem;
  max-width: 52rem !important;
}

.cw-11 {
  width: 91.66667%;
  min-width: 44rem;
  max-width: 56rem !important;
}

.page-link {
  padding: 0.25rem 0.5rem;
  margin-left: 0;
  line-height: 1.25;
  color: var(--primary);
  opacity: 0.7;
  background-color: transparent;
  border: 0 solid transparent;
}

.page-link:hover {
  color: var(--primary);
  text-decoration: none;
  background-color: var(--nav-hover);
  opacity: 1;
  border-radius:0.5rem;
  border-color: transparent;
}

.page-link:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}

.page-item.active .page-link {
  color: var(--primary);
  opacity: 1;
  border-radius:0.5rem;
  background-color: var(--nav-active);
  border-color: transparent;
}

.page-item.disabled .page-link {
  color: var(--primary);
  background-color: #007053;
  border-color: transparent;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
 	border-top-color: #000;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: #000;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #000;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: #000;
}

.tooltip-inner {
  background-color: #000;
  border-radius: 0.328125rem;
}

/* These classes are only used to display a drop down on the screen as an example */
.dd-example {
	position: relative;
	padding: 1rem;
	margin: 1rem -15px 0;
}

.dd-example > .dropdown-menu:first-child{
	width: 215px;
	float:none !important;
	position: static;
	display: block;
}
/* End */

.dropdown-menu {
	background: var(--background-lvl-1);
	border: none;
 	border-radius: 0.71875rem;
 	box-shadow:0 0 1px rgba(10, 4, 26, 0.6),0 20px 32px -8px rgba(10, 4, 26, 0.5);
}

.dropdown-item {
	color: rgba(var(--primary-root), 0.8);
}

.dropdown-item:hover, .dropdown-item:focus {
	background: none;
	color: rgba(var(--primary-root), 1);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: rgba(var(--primary-root), 0.1);
  color: rgba(var(--primary-root), 1);
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(var(--primary-root),0.24);
}

.title-menu .btn-outline-primary{
  color:rgba(var(--primary-root), 1);
}

.title-menu > .dropdown-menu > .dropdown-item > img {
  width: 1.5rem;
  margin-right: 1rem;
}

table th .dropdown-menu, table td .dropdown-menu {
  /*width:100%;*/
}

.filter.dropdown-toggle::after {
  display: none;
}

.dropdown.title-menu .dropdown-menu .dropdown-item {
  white-space: normal;
  margin-bottom: 0.5rem;
}

.dropdown.title-menu .dropdown-toggle {
  font-size: 1.17rem;
  text-align:left;
  white-space: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-tab-menu .dropdown-menu {
  width: 100%;
}
/* Modals */

.modal-dialog {
	margin: 5rem auto;
}

.modal-content {
 	background-color: var(--background-lvl-2); /* TODO switch to rgba to allow for transparency and backdrop-filter */
 	border: 1px solid rgba(var(--primary-root), 0.2) !important;
 	border-radius: 0.71875rem;
 	box-shadow:0 0 1px rgba(10, 4, 26, 0.6),0 20px 32px -8px rgba(10, 4, 26, 0.5);
 }

.modal-header {
 	border-bottom:none !important;
 }

.modal-footer {
 	border-top:none !important;
 }

@media (max-width: 575px) {

  .modal-dialog {
    width: 100%;
    margin-top: 0;
  }
  .modal-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

}

.close {
  color: rgba(var(--primary-root), 0.8);
}

.close:hover {
  color: rgba(var(--primary-root), 1);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(15,13,48);
}

 /* Toasts */

.toast {
  	font-size: 0.875rem;
  	background-color: var(--background-lvl-1);
	  border: none;
  	border-radius: 0.71875rem;
  	box-shadow:0 0 1px rgba(10, 4, 26, 0.6),0 20px 32px -8px rgba(10, 4, 26, 0.5);
}

.toast-header {
  color: var(--primary);
  background-color: var(--background-lvl-1);
  border-bottom: none;
  border-top-left-radius: 0.71875rem;
  border-top-right-radius: 0.71875rem;
}

.progress {
  background-color: var(--nav-active);
}

.progress-bar {
  background-color: var(--match);
}

/* Needs name update */

.fa-angle-down{
  opacity: 0.5;
  -moz-transition: all .16s linear;
  -webkit-transition: all .16s linear;
  transition: all .16s linear;
}

.fa-angle-down.down{
  opacity: 1;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Public and Manager Profile View (viewing someone else's profile) */

.profile-hero {
  background: rgba(32,40,121,0.9); 
  padding: 1rem;
  text-align: center;
  border-radius: .75rem;
}

.profile-hero .logo {
  width: 104px;
  transition: .2s;
}

@media only screen and (max-width: 768px) {
  .profile-hero .logo {
  width: 72px;
}
}

.profile-hero h1 {
  font-size:3rem;
  font-weight: bold;
  transition: 0.2s;
}

.profile-hero ul.nav {
  display: inline-flex;
  transition: 0.2s;
}

/* Drop Banner for recognition events */
.drop-banner {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 1rem;
  margin-top: -0.5rem; /* negates main stage top padding */
  background: var(--background-lvl-2);
}

/* DO NOT USE IN PRODUCTION - Only used for guide menu and component cards */
.cards {
  margin-bottom: 1.875rem;
}

.cards .card-img-top {
  border-bottom: 1px solid rgba(255,255,255,0.24)
}

.card-body pre[class*="language-"] {
  padding: 0 !important;
  margin-bottom: 0;
}
.badge-rounded{
  border-radius: 3rem;
}

.badge-draft {
  background: rgba(251,72,151,.4);
  color: #f899c3;
  text-shadow: 0 0 9px #cd065f;
  font-size: .75rem;
  vertical-align: middle;
}

.nav-item.active a, .nav-item.active a:hover{
  background: var(--nav-active);
  opacity: 1;
}



