@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";
}

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;
}

.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;
}

a:hover::before {
  transform: scaleX(1);
}

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;
}

.white-button {
  color: white;
  border-color: white;
  width: 200px;
  font-weight: bold;
  height: 45px;
}

.white-button:hover {
  color: white;
  background-color: transparent;
  border-color: white;
  width: 200px;
  font-weight: bold;
  height: 45px;
}

.sticky-buttons text {
  color: white;
  width: 400px;
  padding-right: 40px;
  padding-left: 40px;
  font-style: italic;
}

#rocket-footer {
  position: absolute;
  bottom: 0px;
  left: 150px;
  width: 150px;
}

.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=text], input[type=email], input[type=password] {
  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';
  flex-basis: 800px;
  text-align: left;
}

.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 .score-desc {
  width: 80%;
  border-radius: 0.5rem;
  padding: 30px;
}

.pc-body .score-desc p {
  padding-bottom: 0px;
}

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

.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.sub-text h3 {
  font-family: 'TBWA-Grotesk-Bold';
  padding: 30px 30px 10px 30px;
}

.pc-body .sub-header.sub-text p {
  font-family: 'TBWA-Grotesk-Regular';
  padding: 0px 30px 30px 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: white;
  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,
.pc-body #another_evaluation_year {
  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;
}

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

.sticky-buttons {
  width: 100%;
  background: black;
  padding: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
