@font-face {
    font-family: TBWA-Grotesk-Regular;
    src: url('/build/assets/fonts/TBWAGrotesk-Regular.woff');
}

@font-face {
    font-family: TBWA-Grotesk-Bold;
    src: url('/build/assets/fonts/TBWAGrotesk-Bold.woff');
}

body {
  font-family: TBWA-Grotesk-Regular;
}

p, ul.list {
  padding-bottom: 30px;
}

ul.list li {
  list-style-type: disc;
  margin-left: 15px;
}

table th {
    cursor: pointer;
}

table.sortable-table th.ascending:after {
    content: "  \25BC";
}
table.sortable-table th.descending:after {
    content: "  \25B2";
}

table tr td {
  word-break: break-word;
}

table tr td {
  font-size: 0.8rem;
}

button.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.trash {
  padding-left:15px;
}

.login h1 {
  font-size: 50px !important;
  font-weight: bold;
  color: #FECC00 !important;
  font-family: 'TBWA-Grotesk-Bold';
  line-height: 50px;
  align-self: flex-end;
}

.login hr {
  margin: 30px 0px;
  border: none;
  height: 2px;
  color: #FECC00;
  background-color: #FECC00;
  opacity: 1;
}

/*.login-main {
  background-image: url(/build/assets/images/logindesign.png);
  background-position: right 0px;
  background-repeat: no-repeat;
  background-size: 600px;
}*/

.main-container {
  min-height: 500px;
}

.lms-main h1 {
  color: black !important;
}

.login-main .login-box {
  box-shadow: 0px 30px 36px #0000001D;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  background-color: white;
}

.login-container {
  padding: 20px 50px;
}

.login-image-1 {
  position: absolute;
  right: 200px;
  top: 0;
  z-index: 1;
  width: 300px;
}

.login-image-2 {
  position: absolute;
  z-index: -1;
  left: 200px;
  width: 300px;
}

.login-image-3 {
  position: absolute;
  right: 200px;
  bottom: 0;
  z-index: 1;
  width: 300px;
}

.w-100 {
  width: 100%;
}

.forgot-pass {
  float: right;
}

.top-nav a {
  font-family: TBWA-Grotesk-Bold;
  color: #FECC00;
  text-decoration: underline;
}

.top-nav-last {
  border-bottom: #FECC00;
  border-style: solid;
  padding-bottom: 30px;
}

.top-nav-last {
  font-family: TBWA-Grotesk-Bold;
}

.top-nav-last li.active a {
  text-decoration: underline;
  text-decoration-color: #FECC00;
  text-decoration-thickness: 3px;
}

a {
  position: relative;
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #FECC00;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.navbar-nav a:hover::before {
  transform: scaleX(1);
}

table a {
  cursor: pointer;
}

table a:hover {
  background-color: #feba00;
}

nav {
  padding: 30px 0px;
}

nav .navbar {
  justify-content: flex-end;
}
nav .navbar-nav {
  align-items: center;
}
nav .navbar-nav li {
  padding: 5px 20px;
}

.flex-even {
  flex: 1;
}

.header-tbwa {
  text-align: center;
}

.create-pc-button, .yellow-button {
  background-color: #FECC00;
  width: 200px;
  font-weight: bold;
  height: 45px;
}

.yellow-button-full {
  background-color: #FECC00;
  font-weight: bold;
  height: 45px;
}

#logo-top {
  width: 150px;
}

footer {
  border-top: #FECC00;
  border-style: solid;
}

table thead tr {
  background-color: #fecc01;
}

table th, table td {
  padding: 25px 20px !important;
}

table tr:nth-child(even) {
   background: #F7F7F7;
}

table td a {
  text-decoration: underline;
}

select, input[type=date], input[type=datetime-local], input[type=text], input[type=email], input[type=password], input[type="number"] {
  border: 2px solid #FECC00;
  border-radius: 7px;
  opacity: 1;
  background-color: transparent;
  width: 100%;
}

label {
  font-family: TBWA-Grotesk-Bold;
  padding: 5px 0px;
}

h2 {
  font-size: 35px !important;
  font-family: TBWA-Grotesk-Bold;
}

h3 {
  font-weight: bold;
  font-size: 25px;
  font-family: TBWA-Grotesk-Bold;
}

h3 text {
  font-size: 18px;
  padding: 0px 15px;
  font-family: TBWA-Grotesk-Regular;
  color: #848484;
}

h4 {
  font-weight: bold;
  font-size: 20px;
  font-family: TBWA-Grotesk-Bold;
}

.privacypolicy h4 {
  padding-bottom: 25px;
}

button.center-yellow {
  background: #FECC00 0% 0% no-repeat padding-box;
  border-radius: 7px;
  opacity: 1;
  color: black !important;
  padding: 0px 65px !important;
  height: 45px;
  border-radius: 7px;
}

button.center-yellow-2 {
  background: #FECC00 0% 0% no-repeat padding-box !important;
}

button.center-yellow:disabled,
button.center-yellow[disabled]{
  background: #C6C7C8 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #8e8f90 !important;
}

.modal-dialog #confirmButton, .modal-dialog #confirmButton2 {
  background-color: #FECC00 !important;
  font-weight: bold;
}

.modal-dialog .modal-header {
  border-bottom: #FECC00 solid;
}

.modal-dialog p, .modal-dialog h2 {
  text-align: center;
  width: 100%
}

.flex-end {
  align-self: flex-end;
}

.top-nav-last-2 {
  border-bottom: #c6c7c8;
  border-style: solid;
}

.top-nav-last-2 li {
  padding: 5px 20px;
}

.top-nav-last-2 li a {
  font-family: TBWA-Grotesk-Bold;
  font-weight: bold;
}

.top-nav-last-2 li.active a {
  text-decoration: underline;
  text-decoration-color: #FECC00;
  text-decoration-thickness: 3px;
}

.top-nav-last-2 .flex {
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* PC */

.pc-header {
  background-color: black;
}

.pc-header>div {
  height: 200px;
}

.pc-header h1, .pc-header p, .pc-header a {
  color: white;
}

.pc-header h1 {
  font-size: 65px;
  font-family: 'TBWA-Grotesk-Bold';
}

.pc-body svg {
  display: initial;
}

.pc-body h3 {
  font-weight: bold;
  font-size: 35px;
}

.pc-body label {
  font-family: 'TBWA-Grotesk-Regular' !important;
  color: gray;
}

.pc-body h5, .pc-body text.last-updated {
  font-weight: bold;
  font-size: 20px;
  font-family: 'TBWA-Grotesk-Bold' !important;
}

.pc-header a {
  text-decoration: underline;
}

.pc-body label.custom-label {
  color: #848484;
  font-family: TBWA-Grotesk-Regular;
  padding: 0px 0px;
}

.pc-body .sub-header {
  background-color: #fecc01;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.pc-body .sub-header h1 {
  font-size: 60px;
  font-family: 'TBWA-Grotesk-Bold';
  padding: 30px;
}

.pc-body .sub-header h3 {
  font-family: 'TBWA-Grotesk-Bold';
  padding: 30px;
}

.pc-body .sub-header h3 text {
  font-size: 15px;
  font-family: TBWA-Grotesk-Regular;
  font-weight: 400;
}

.pc-body .sub-body {
  width: 100%;
}

.pc-body .sub-body-2 {
  background-color: white;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pc-body .sub-body-3 {
  /*height: 550px;*/
  background-color: white;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pc-body .sub-body textarea {
  width: 100%;
  height: 500px;
  resize: none;
  border: none;
  padding: 40px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pc-body .gray {
  background-color: #C6C7C8;
}

.pc-body .reco {
  background-color: #fecc01;
  width: 100%;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  margin: 0;
}

.pc-body .dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.pc-body .dot.green {
  background-color: #009f66;
}
.pc-body .dot.yellow {
  background-color: #FECC00;
}
.pc-body .dot.red {
  background-color: #c2272d;
}

.pc-body .rating-text {
  padding: 0px 25px;
  font-weight: bold;
}
.pc-body .rating-text.green {
  color: #009f66;
}
.pc-body .rating-text.yellow {
  color: #FECC00;
}
.pc-body .rating-text.red {
  color: #c2272d;
}

.pc-body .ratings select {
  width: 250px;
}

.pc-body .panelists b {
  line-height: 45px;
}

.pc-body #another_evaluation {
  width: 150px;
}

.createpc-body svg {
  display: initial;
}

#date-modal svg {
  display: initial;
}

.impact-bg {
  background-image: url("/build/assets/images/PC ICONS/PC design 1@2x.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 160px;
}

.nextsteps-bg {
  background-image: url("/build/assets/images/PC ICONS/PC design 2@2x.png");
  background-position: right 10px top 200px;
  background-repeat: no-repeat;
  background-size: 200px;
}

.max-width-5xl {
  max-width: 64rem; /* 672px */
  margin-left: auto;
  margin-right: auto;
}

/* Workload */

.container-user {
  background: #0D0D0D 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 30px;
  color: white;
}

.container-user-2 {
  background: #E3E3E3 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 30px;
  color: black;
}

.container-workload {
  background: transparent linear-gradient(101deg, #A57BE8 0%, #492BE0 100%) 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 40px;
  color: white;
  position: relative;
}

.container-workload .white-circle {
  justify-content: center;
  line-height: 15px;
}

.container-workload .col  {
  /*display: inline-grid;*/
  align-items: center;
}

.container-workload .white-circle, .container-workload .percentage {
  display: table-cell;
  align-items: center;
}

.container-workload .white-circle .as-of-user {
  font-size: 12px;
  text-align: center;
  width: 100px;
  padding-top:10px;
}

.container-workload h1 {
  font: normal normal bold 20px/20px TBWA-Grotesk-Regular;
  padding-bottom: 10px;
}

.container-workload h3 {
  font: italic normal normal 15px/20px TBWA-Grotesk-Regular;
  padding-bottom: 10px;
}

.container-workload .text {
  color: white;
  font: normal normal 900 14px/14px TBWA-Grotesk-Regular;
  z-index: 1;
  line-height: 25px;
}

.container-user, .container-user-2 {
  align-items: center;
}

.container-user h1, .container-user-2 h1 {
  font: normal normal bold 35px/40px TBWA-Grotesk-Regular;
}

.container-user h3, .container-user-2 h3 {
  font: normal normal normal 15px/20px TBWA-Grotesk-Regular;
}

.percentage {
  background-color: white;
  border-radius: 50px;
  font: normal normal 900 20px/20px TBWA-Grotesk-Regular;
  color: #492BE0;
  height: 100px;
  width: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.container-user-2 .percentage {
  color: black;
}

.percentage .hrs {
  font: normal normal 600 10px/10px TBWA-Grotesk-Regular;
}

.d-status button {
  width: 100%;
  border: 2px solid #FECC00;
  border-radius: 7px;
  opacity: 1;
  background-color: transparent;
  color: #4B5563;
  height: 45px;
  text-align: left;
}

label {
  display: inline-flex;
  align-items: center;
}

label #search {
  margin-left: 10px;
}

.new-status.dropdown-toggle::after,
.edit-status.dropdown-toggle::after {
  margin-left: -1.745em;
}

.d-status .dropdown-toggle::after {
  margin-left: 50px;
}

.update-status.dropdown-toggle::after {
  margin-left: -1.5em;
  /* pointer-events: none; */
  pointer-events: none;
}

.update-status .dropdown-toggle::after {
  display: none;
}

.update-status.dropdown-toggle .btn-check:checked+.btn,
.update-status.dropdown-toggle .btn.active,
.update-status.dropdown-toggle .btn.show,
.update-status.dropdown-toggle .btn:first-child:active,
.update-status.dropdown-toggle :not(.btn-check)+.btn:active {
    background-color: white;
}

.new-status .btn-check:checked+.btn,
.new-status .btn.active,
.new-status .btn.show,
.new-status .btn:first-child:active,
.new-status :not(.btn-check)+.btn:active,
.new-status .btn:hover,
.edit-status .btn-check:checked+.btn,
.edit-status .btn.active,
.edit-status .btn.show,
.edit-status .btn:first-child:active,
.edit-status :not(.btn-check)+.btn:active,
.edit-status .btn:hover {
    background-color: white !important;
    border: 2px solid #FECC00 !important;
}

.update-status button {
  border: 0px;
  padding: 0px;
  height: auto;
}

.update-status button:hover, .update-status button:focus, .update-status button:active, .update-status button:target {
  background-color: transparent;
}

.list-icon {
  color: white;
  padding: 5px 5px;
  border-radius: 50%;
  font-size: 10px;
  width: 20px;
  text-align: center;
}

.list-red {
 background-color: #dd2b25;
 color: white !important;
}

.list-red-text {
 color: #dd2b25;
}

.list-orange {
 background-color: #FF8900;
 color: white !important;
}

.list-orange-text {
 color: #FF8900;
}

.list-yellow {
 background-color: #FEBA02;
 color: white !important;
}

.list-black {
 background-color: black;
 color: white !important;
}

.list-yellow-text {
 color: #FEBA02;
}

.list-green {
 background-color: #009f66;
 color: white !important;
}

.list-green-text {
 color: #009f66;
}

.hiddenRow {
    padding: 0 !important;
}

.sub-table td.hiddenRow {
  padding: 0 !important;
}

.sub-table {
  margin-bottom: 0px !important;
}

.sub-table, .sortable-table {
  table-layout: fixed;
}

.dropper-table {
  background: #D3D3D3 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font: normal normal bold 20px / 20px TBWA-Grotesk-Regular;
}

.white-circle canvas {
  position: absolute;
}

.white-circle-2 canvas {
  position: absolute;
}

/* Team Summary */

.container-teamsummary {
  background: #E3E3E3 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 10px;
  align-items: center;
}

.container-teamsummary p {
  padding-bottom: 0px;
}

.container-teamsummary .percentage {
  color: black;
}

.container-wholeteam {
  background: transparent linear-gradient(259deg, #00D98D 0%, #0575E6 100%) 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 30px;
  align-items: center;
  position: relative;
}

.container-wholeteam img {
  position: absolute;
  width: 350px;
  bottom: 0;
  left: 0;
}

.container-wholeteam h1 {
  font-size: 100px;
  font-family: 'TBWA-Grotesk-Bold';
  color: white;
  text-align: center;
}

.container-wholeteam .text {
  z-index: 1;
}

.container-wholeteam canvas {
  position: absolute;
}

.percentage.bigger {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  border-radius: 100px;
  font: normal normal 900 40px / 30px TBWA-Grotesk-Regular;
  color: #00BEA6 !important;
}

.percentage.bigger .hrs {
  font: normal normal 600 20px/20px TBWA-Grotesk-Regular;
}

.white-circle-0 {
  display: block !important;
}

.white-circle-0 canvas {
  position: absolute;
}

.small-text {
  font-size: 12px;
}

.container-teamsummary.note {
  position: relative;
}

.container-teamsummary.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #A57BE8 #f2f4f6;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0px 0px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.z-1 {
  z-index: 1;
}

#pirate-girl {
  position: absolute;
  bottom: -50px;
  left: -100px;
  width: 350px;
}

input[type=file]::file-selector-button {
  width: 200px;
  font-weight: bold;
  height: 45px;
  background-color: #FECC00;
  border-radius: 5px;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


input[type=file]::file-selector-button:hover {
  cursor: pointer;
}

.profile-pic-1 {
  width: 50px;
  border-radius: 100px;
}

.profile-pic-2 {
  width: 100px;
  border-radius: 100px;
}

/* Executive View */

.as-of {
  margin-left: 100px;
  font-family: 'TBWA-Grotesk-Regular';
  color: white;
  font-size: 20px;
}

.container-executiveview {
  background: transparent linear-gradient(90deg, #15B784 0%, #733CFA 100%) 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 30px;
  align-items: center;
  position: relative;
}

.container-executiveview img {
  position: absolute;
  width: 350px;
  bottom: 0;
  left: 0;
}

.container-executiveview img#svg-image {
  display: flex;
  align-items: center;
  position: relative;
  width: 600px;
}

.container-executiveview h1 {
  font-size: 100px;
  font-family: 'TBWA-Grotesk-Bold';
  color: white;
  text-align: center;
}

.container-executiveview .text {
  z-index: 1;
}

.container-executiveview canvas {
  position: absolute;
}

.container-execdept.active {
  background: transparent linear-gradient(265deg, #00D98D 0%, #0575E6 100%) 0% 0% no-repeat padding-box;
  padding: 10px;
  align-items: center;
  position: relative;
}

.container-execdept {
  background: #E3E3E3 0% 0% no-repeat padding-box;
  padding: 10px;
  align-items: center;
  position: relative;
}

.container-execdept.active .text h1, .container-execdept.active .text h1 text {
  color: white;
}

.container-execdept p {
  padding-bottom: 0px;
}

.container-execdept h2, .container-execdept text {
  color: black;
}

.container-execdept .percentage {
  color: black;
}

.container-execdept .bigger {
  font-size: 30px;
  cursor: pointer;
}

.container-execdept.note {
  position: relative;
}

.container-execdept.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #A57BE8 #f2f4f6;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0px 0px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.container-execdept img {
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 0;
}

.container-execdept h1 {
  font-size: 50px;
  font-family: 'TBWA-Grotesk-Bold';
  color: black;
}

.container-execdept h1 text {
  font-size: 15px;
  font-family: 'TBWA-Grotesk-Regular';
  color: black;
}

.container-execdept .text {
  z-index: 1;
}

.container-execdept canvas {
  position: absolute;
}

.percentage.smaller {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  border-radius: 100px;
  font: normal normal 900 20px / 20px TBWA-Grotesk-Regular;
  color: black !important;
}

.percentage.smaller-2 {
  height: 70px;
  width: 70px;
  border-radius: 100px;
  border-radius: 100px;
  font: normal normal 900 14px / 14px TBWA-Grotesk-Regular;
  color: black !important;
}

.percentage.smaller-3 {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  border-radius: 100px;
  font: normal normal 900 12px / 12px TBWA-Grotesk-Regular;
  color: black !important;
}

.table-per-dept tr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.table-per-dept img {
  width: 75px;
}

/*.table-per-dept {
  border-collapse: separate;
  border-spacing: 0px 15px;
}*/

.bg-grey {
  background-color: #f2f4f6;
}

/*.table-per-dept tbody tr:nth-child(odd), .table-per-dept tbody tr:nth-child(even) {
  background-color: #E3E3E3;
}*/

.table-per-dept tr td:first-child { border-top-left-radius: 7px; }
.table-per-dept tr td:first-child { border-bottom-left-radius: 7px; }

.table-per-dept tr td:last-child { border-top-right-radius: 7px; }
.table-per-dept tr td:last-child { border-bottom-right-radius: 7px; }

.inner-dept-detail-1 .underline {
  text-decoration: underline;
  font: normal normal bold 18px/18px TBWA-Grotesk-Regular;
  letter-spacing: 0px;
  color: #0D0D0D;
}

.inner-dept-detail-1 .position {
  font: normal normal 15px/15px TBWA-Grotesk-Regular;
  letter-spacing: 0px;
  color: #0D0D0D;
}

.inner-dept-detail-2 .status {
  font-size: 12px;
  font-family: TBWA-GROTESK-BOLD;
  border-radius: 7px;
  opacity: 1;
  padding: 5px;
  text-align: center;
  color: white;
}

.inner-dept-detail-2 .due-date {
  font-size: 12px;
  font-family: TBWA-GROTESK-BOLD;
  border: 1px solid #0D0D0D;
  border-radius: 7px;
  opacity: 1;
  padding: 5px;
  text-align: center;
}

.inner-dept-detail-2 .list-red-icon {
 color: #dd2b25;
 background-color: white !important;
}

.inner-dept-detail-2 .list-orange-icon {
 color: #FF8900;
 background-color: white !important;
}

.inner-dept-detail-2 .list-yellow-icon {
 color: #FEBA02;
 background-color: white !important;
}

.inner-dept-detail-2 .list-green-icon {
 color: #009f66;
 background-color: white !important;
}

.inner-dept-detail-2 .task {
  font-family: TBWA-Grotesk-Regular;
}

.mini-text {
  display: table-cell;
  padding-left: 10px;
  align-content: center;
  font-size: 12px;
  font-family: TBWA-Grotesk-Regular;
}

button[type="submit"]:active, button[type="submit"]:focus, button[type="submit"]:hover {
  background-color: #FECC00;
}
