/* Font Faces */
@font-face {
  font-family: "ABC";
  font-weight: 400;
  src: url("../../-/fonts/ABCMonumentGrotesk-Regular.woff2");
}
@font-face {
  font-family: "ABCMono";
  font-weight: 400;
  src: url("../../-/fonts/ABCMonumentGroteskSemi-Mono-Regular.woff2");
}
@font-face {
  font-family: "ABCMono";
  font-weight: 500;
  src: url("../../-/fonts/ABCMonumentGroteskSemi-Mono-Medium.woff2");
}
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 2px solid #f0f1f2;
}

input, select {
  vertical-align: middle;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

a, a:hover, a:active {
  outline: none;
}

sub, sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.9em;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

#sow {
  font-family: "Helvetica", -apple-system, sans-serif;
  color: #09090B;
  padding: 80px 0 200px;
  background: #fff;
}
#sow #sow-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 20px 0 0;
}
#sow #sow-footer .container {
  max-width: 860px;
  padding: 0 20px;
}
#sow #sow-footer .container p {
  float: right;
  font-size: 12px;
  line-height: 30px;
}
#sow #sow-sow {
  margin: 0 auto;
  padding: 0 80px;
  max-width: 700px;
  border: 1px solid #eee;
}
#sow h1 {
  font-size: 36px;
  line-height: 115%;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -1.2px;
}
#sow h2 {
  font-size: 24px;
  line-height: 115%;
  font-weight: 700;
  margin: 0 0 24px;
  letter-spacing: -1px;
}
#sow h5 {
  font-size: 16px;
}
#sow p {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 30px;
}
#sow p + ul {
  margin: -20px 0 0 18px;
}
#sow ul {
  list-style: disc;
  margin: 0 0 0 12px;
}
#sow .section {
  border-top: 1px solid #AFAFB6;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
#sow .section:first-child {
  border-top: none;
}
#sow table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  display: table;
  text-indent: 0;
  margin-top: 24px;
}
#sow th {
  text-align: left;
  padding: 8px;
  font-weight: 700;
  background: #ddd;
  border-left: 1px solid #AFAFB6;
  border-top: 1px solid #AFAFB6;
}
#sow tr {
  border-right: 1px solid #AFAFB6;
}
#sow tr.bottom-line td {
  background: #ddd;
  font-weight: 700;
}
#sow td {
  padding: 8px;
  border-bottom: 1px solid #AFAFB6;
  border-left: 1px solid #AFAFB6;
  color: #09090B;
}
#sow td ul {
  list-style: disc;
  margin: 0 0 0 12px;
}
#sow td ul li {
  line-height: 115%;
  margin: 0 0 6px;
}

#active-projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#active-projects .active-project {
  flex-basis: 300px;
  flex-grow: 1;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  background: #0F0F10;
}
#active-projects .active-project .project-detail {
  display: flex;
  justify-content: space-between;
}
#active-projects .active-project .project-actions {
  margin-top: 30px;
  display: flex;
  gap: 6px;
}
#active-projects .active-project .project-actions a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  padding: 6px 10px;
  text-indent: -9999em;
  font-family: "ABCMono";
  flex-basis: 18px;
  background: #09090B;
}
#active-projects .active-project .project-actions a:last-child {
  align-self: flex-end;
}
#active-projects .active-project .project-actions a:hover {
  border-color: rgba(255, 255, 255, 0.1254901961);
}
#active-projects .active-project .project-actions a.action-docs {
  background: #09090B url(../img/ico-file.svg) no-repeat 50% 50%;
  background-size: 18px 18px;
}
#active-projects .active-project .project-actions a.action-figma {
  background: #09090B url(../img/ico-figma.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
}
#active-projects .active-project .project-actions a.action-edit {
  background: #09090B url(../img/ico-pencil.svg) no-repeat 50% 50%;
  background-size: 18px 18px;
}
#active-projects .active-project p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: "ABC";
  margin: 0 0 12px;
}
#active-projects .active-project p.margin-bar {
  width: calc(100% - 4px);
  height: 8px;
  padding: 2px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#active-projects .active-project p.margin-bar span {
  position: relative;
  float: left;
  display: inline-block;
  border-radius: 8px;
  height: 8px;
  background: #AFAFB6;
}
#active-projects .active-project p.margin-bar span em {
  position: absolute;
  right: 0;
  top: -20px;
  font: 400 13px/13px "ABCMono";
  color: #fff;
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 6px 3px 0;
}
#active-projects .active-project h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-family: "ABC";
  margin: 0;
}
#active-projects .active-project h4.green {
  color: hsl(150, 100%, 50%);
}
#active-projects .active-project h4 a {
  color: #fff;
}
#active-projects .active-project h5 {
  font-size: 13px;
  color: #61616B;
  font-family: "ABCMono";
  margin: 0;
}
#active-projects .active-project h5.project-type {
  font-size: 14px;
  margin: 0 0 40px;
}
#active-projects .active-project h6 {
  color: hsl(150, 100%, 50%);
  margin: 0;
  font-size: 13px;
  font-family: "ABCMono";
}

#top-stats {
  display: flex;
  margin: 30px 0;
  gap: 20px;
}
#top-stats .stat {
  flex-basis: 300px;
  flex-grow: 1;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #AFAFB6;
  position: relative;
  min-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  background: #0F0F10;
}
#top-stats .stat h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: "ABC";
  margin: 0 0 6px;
}
#top-stats .stat h4.green {
  color: hsl(150, 100%, 50%);
}
#top-stats .stat h4 a {
  color: #fff;
}
#top-stats .stat h5, #top-stats .stat h6 {
  font-size: 12px;
  color: #61616B;
  font-family: "ABCMono";
  margin: 0 0 6px;
}

body {
  margin: 0;
  padding: 88px 0 40px;
  font: 400 16px/23px "ABC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  *font-size: small;
  color: #fff;
  background: #000;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 40px 0 !important;
  height: 48px;
  text-align: right;
  z-index: 10;
  background: #000;
}

nav a {
  display: inline-block;
  height: 48px;
  margin: 0 0 0 24px;
  line-height: 48px;
  font-weight: 500;
  font: 400 13px/33px "ABC";
  text-transform: uppercase;
  color: #61616B;
}
nav a#cmd-j-launch {
  position: absolute;
  display: block;
  top: 40px;
  left: 50%;
  width: 100px;
  height: 30px;
  margin-left: 50px;
  border: 1px solid #27272a;
  border-radius: 8px;
  text-align: center;
  color: #27272a;
}

nav a#logo {
  float: left;
  margin: 0;
}
nav a#logo:hover {
  border-bottom: none !important;
}

nav a:hover, nav a.active {
  color: #fff;
}

.container {
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
}

#title-bar {
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  height: 60px;
  background: #000;
  z-index: 10;
  padding: 20px 0 0;
}
#title-bar h1 {
  font: 500 20px/28px "ABCMono";
  color: #fff;
  letter-spacing: -1.4px;
}

#project-container {
  margin: 80px 0 0;
  padding: 0px;
}
#project-container h1 {
  font: 500 20px/28px "ABCMono";
  color: #fff;
  letter-spacing: -1.4px;
}
#project-container #list-description {
  max-width: 600px;
}
#project-container #directions {
  font-size: 13px;
  font-family: "ABCMono";
  color: #AFAFB6;
}

#projects {
  position: relative;
  border-collapse: collapse;
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
  min-width: 1280px;
  background: #09090B;
}
#projects th {
  text-align: left;
  font-size: 11px;
  font-weight: 500;
  width: 12.5%;
  text-transform: uppercase;
  color: #61616B;
  padding: 14px 16px 12px;
  font-family: "ABCMono";
  background: #27272a;
}
#projects th.ico-sort {
  cursor: pointer;
  padding-right: 16px;
  background: #27272a url(../img/ico-sort.svg) 100% 50% no-repeat;
}
#projects th span.arrow {
  display: inline-block;
  width: 8px;
  height: 6px;
  margin: 0 0 0 8px;
  background: url(../img/ico-arrow-down.png) no-repeat top left;
}
#projects th span.arrow.up {
  background: url(../img/ico-arrow-up.png) no-repeat top left;
}
#projects th[role=columnheader]:not(.no-sort) {
  cursor: pointer;
}
#projects tr.last td {
  border-bottom: none !important;
}
#projects td {
  padding: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid #27272a;
  font: 400 11px/17px "ABCMono";
}
#projects td.client span.client-project {
  display: block;
  margin-top: 3px;
  color: #61616B;
}
#projects td.actions a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  border-radius: 10px;
  background: #272728;
}
#projects td.actions a.ico-thumbs-up {
  background: #272728 url(../img/ico-thumbs-up.svg) no-repeat 50% 50%;
}
#projects td.actions a.ico-thumbs-up:hover {
  background: #272728 url(../img/ico-thumbs-up-filled.svg) no-repeat 50% 50%;
}
#projects td.actions a.ico-thumbs-down {
  background: #272728 url(../img/ico-thumbs-down.svg) no-repeat 50% 50%;
}
#projects td.actions a.ico-thumbs-down:hover {
  background: #272728 url(../img/ico-thumbs-down-filled.svg) no-repeat 50% 50%;
}
#projects td.actions a.ico-judge {
  background: #272728 url(../img/ico-eye.svg) no-repeat 50% 50%;
  background-size: 18px 18px;
}
#projects td.actions a.ico-share {
  background: #272728 url(../img/ico-share.svg) no-repeat 50% 50%;
  background-size: 18px 18px;
}
#projects td.resourcing span {
  display: block;
  clear: right;
}
#projects td.resourcing span.hrs {
  float: right;
  display: inline-block;
  color: #61616B;
  padding: 0 12px;
  font-weight: 500;
  margin: 0 0 1px 12px;
  background: url(../img/ico-clock.svg) no-repeat 0% 50%;
}
#projects td.resourcing-bar .bar-bar {
  display: flex;
}
#projects td.resourcing-bar span.bar {
  display: block;
  width: 90px;
  height: 8px;
  padding: 1px;
  margin: 4px 0 0 0;
  border-radius: 8px;
  background: #272728;
}
#projects td.resourcing-bar span.percent {
  float: right;
  margin-left: 12px;
}
#projects td.resourcing-bar .line {
  display: block;
  width: 100%;
  height: 6px;
  margin: 1px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}
#projects td.resourcing-bar .line.max {
  background: rgba(181, 7, 7, 0.3137254902);
}
#projects td.resourcing-bar .line.lite {
  background: rgba(159, 90, 20, 0.3137254902);
}
#projects td.resourcing-bar .ratio {
  color: #AFAFB6;
}
#projects td a {
  color: #fff;
}
#projects td a:visited {
  color: #61616B;
}
#projects td a.ico-portfolio, #projects td a.ico-linkedin, #projects td a.ico-port, #projects td a.ico-email {
  padding: 0 0 0 20px;
  color: #fff;
}
#projects td a.ico-portfolio:visited, #projects td a.ico-linkedin:visited, #projects td a.ico-port:visited, #projects td a.ico-email:visited {
  color: #61616B;
}
#projects td .ico-portfolio, #projects td .ico-port {
  background: url(../img/ico-portfolio.svg) no-repeat 0 50%;
}
#projects td .ico-email {
  background: url(../img/ico-email.svg) no-repeat 0 50%;
}
#projects td .ico-linkedin {
  background: url(../img/ico-linkedin.svg) no-repeat 0 50%;
}

.table-bottom {
  width: 100%;
  height: 14px;
  border-radius: 0 0 12px 12px;
  background: #09090B;
}

.grid-field__table thead,
.grid-field__column-label__instruction,
tr.hidden {
  display: none !important;
}

.grid-field__table {
  width: 48%;
}

.filename {
  position: relative;
  font-family: "ABCMono";
  font-size: 14px;
  margin: 0 0 12px;
  text-transform: uppercase;
  color: #AFAFB6;
}
.filename .thumbnail_img {
  float: left;
  max-width: 100px;
  max-height: 55px;
  margin-right: 12px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.filename .remove_file {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  border-radius: 10px;
  background: #272728 url(../img/ico-trash.svg) no-repeat 50% 50%;
  background-size: 48%;
}
.filename .remove_file:hover {
  background-color: #333;
}

#upload-form button[type=submit] {
  margin: 12px 0 0;
  outline: none;
  border: 0;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 16px;
  font-family: "ABCMono";
  color: #09090B;
  background: #fff;
  cursor: pointer;
}

.file_upload {
  position: relative;
  margin: 0 0 12px;
}
.file_upload .undo_remove {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  border-radius: 10px;
  background: #272728 url(../img/ico-undo.svg) no-repeat 50% 50%;
  background-size: 48%;
}
.file_upload .undo_remove:hover {
  background-color: #333;
}

.tag {
  display: inline-block;
  padding: 5px;
  color: #61616B;
  font-size: 11px;
  line-height: 11px;
  border-radius: 5px 5px 4px 5px;
  margin: 0 0 5px;
  font-family: "ABCMono";
  text-transform: uppercase;
  margin-right: 6px;
  background: #19191A;
}

span.avatar {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #27272a;
  border: 1px solid #27272a;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 12px;
}

#slider {
  position: absolute;
  top: 0;
  right: -500px;
  bottom: 0;
  background: #27272a;
  width: 440px;
  padding: 30px;
  z-index: 9999;
  transition: ease-out 0.2s;
}
#slider.open {
  right: 0;
  transition: ease-out 0.2s;
}
#slider h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 20px;
}
#slider h6 {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "ABCMono";
  color: #61616B;
}
#slider .btn.close {
  position: absolute;
  top: 30px;
  right: 30px;
}

#search-modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3137254902);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.3s;
}
#search-modal.hide {
  display: none;
  transition: all 0.3s;
}
#search-modal #cmd-j-search {
  width: 400px;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 0 50px 50px rgba(0, 0, 0, 0.12);
  background: #09090B;
  border: 1px solid #27272a;
}
#search-modal #cmd-j-search input[type=search] {
  width: 100%;
  height: 60px;
  padding-left: 12px;
  font-size: 25px;
  line-height: 60px;
  background: #27272a;
  color: #fff;
  border-radius: 6px;
  border: 0;
  outline: 0;
}
#search-modal #cmd-j-search button[type=submit] {
  display: none;
}
#search-modal #cmd-j-search #search-shortcuts {
  margin: 20px 0 0;
}
#search-modal #cmd-j-search #search-shortcuts a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 6px 6px 0;
  border-radius: 3px;
  border: 1px solid #27272a;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
#search-modal #cmd-j-search #search-shortcuts a:hover {
  background: #27272a;
}

#modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3137254902);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.3s;
}
#modal.hide {
  display: none;
  transition: all 0.3s;
}
#modal #modal-frame {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75%;
}
#modal #modal-frame iframe {
  position: relative;
}
#modal #modal-modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0;
  width: 500px;
  padding: 20px;
  border-radius: 8px 0 0 8px;
  color: #fff;
  background: #27272a;
}
#modal #modal-modal h2 {
  font-size: 18px;
  font-family: "ABC";
  font-weight: 600;
}
#modal #modal-modal h3 {
  font-size: 14px;
  font-family: "ABCMono";
  color: #61616B;
}
#modal #modal-modal hr {
  margin: 20px 0 0;
  border: none;
  border-bottom: 1px solid #61616B;
}
#modal #modal-modal #categories {
  margin: 20px 0;
  padding: 4px;
  border-radius: 10px;
  background: #27272a;
}
#modal #modal-modal #categories a.cat {
  display: inline-block;
  margin: 0 8px 8px 0;
  font-size: 11px;
  font-family: "ABCMono";
  line-height: 11px;
  text-transform: uppercase;
  padding: 12px 10px 12px 30px;
  border-radius: 7px;
  color: #fff;
  background: #111 url(../img/ico-circle.svg) no-repeat 9px 50%;
}
#modal #modal-modal #categories a.cat:hover, #modal #modal-modal #categories a.cat.active {
  color: #09090B;
  background: rgba(255, 255, 255, 0.84) url(../img/ico-circle-filled.svg) no-repeat 9px 50%;
}
#modal #modal-modal button[type=submit] {
  display: block;
  padding: 8px 12px;
  border-radius: 5px;
  color: #09090B;
  border: none;
  font-size: 14px;
  line-height: 14px;
  background: #fff;
}
#modal.narrow #modal-frame {
  width: 88%;
}
#modal.narrow #modal-modal {
  width: 200px;
}

#work-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3137254902);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.3s;
}
#work-modal.hide {
  display: none;
  transition: all 0.3s;
}
#work-modal #ss-directions {
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 10px;
  padding: 4px;
  font-family: "ABCMono";
  font-size: 12px;
  font-weight: 500;
  color: #09090B;
  background: #fff;
  z-index: 9999;
}
#work-modal #ss-directions a a {
  display: inline-block;
  font-size: 11px;
  font-family: "ABCMono";
  line-height: 11px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 7px;
  color: #fff;
}
#work-modal #ss-directions a a:hover, #work-modal #ss-directions a a.active {
  background: rgba(255, 255, 255, 0.08);
}
#work-modal #work-work {
  position: absolute;
  top: 80px;
  left: 80px;
  right: 80px;
  bottom: 80px;
  overflow-y: scroll;
}
#work-modal #work-work .slide {
  display: none;
  box-shadow: 50px 50px 50px rgba(0, 0, 0, 0.12);
}
#work-modal #work-work .slide.is-active {
  display: block;
}
#work-modal #work-work .slide img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.arrows {
  position: absolute;
  top: 100px;
}

.btn {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 14px;
  color: #09090B;
  border-radius: 5px;
  background: #fff;
}
.btn.reject {
  color: #fff;
  background: #de5a29;
}

.btn-new {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  text-indent: -9999em;
  border-radius: 10px;
  background: #fff url(../img/ico-plus.svg) no-repeat 50% 50%;
  background-size: 50%;
}

#delete {
  position: absolute;
  top: 45%;
  height: 140px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#delete h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}
#delete a {
  display: inline-block;
  width: 136px;
  height: 45px;
  margin: 15px 13px;
  font-size: 15px;
  line-height: 45px;
  border: 2px solid #e2e9ef;
  border-radius: 3px;
  color: #fff;
  transition: background linear 0.2s;
}
#delete a:hover {
  color: #343d45;
  background: #e2e9ef;
  transition: background linear 0.2s;
}
#delete a#ico-yes {
  border-color: #d83f38;
  background: #d83f38;
}
#delete a#ico-yes:hover {
  color: #fff;
  border-color: #ff4a42;
  background: #ff4a42;
  transition: background linear 0.2s, border linear 0.2s;
}

#delete-form {
  display: none;
}

#login-form {
  position: absolute;
  width: 330px;
  height: 400px;
  left: 50%;
  top: 50%;
  font-family: "ABCMono";
  padding: 40px 0 0;
  margin: -200px 0 0 -165px;
  background: url(../img/allen-logo.svg) no-repeat top left;
}
#login-form label {
  display: block;
  color: #61616B;
  font-size: 11px;
  margin: 0 0 5px;
  font-family: "ABCMono";
  text-transform: uppercase;
  font-weight: 500;
}
#login-form input[type=text], #login-form input[type=password] {
  width: 300px;
  height: 35px;
  margin: 0 0 20px;
  border-radius: 4px;
  padding-left: 10px;
  border: 0;
  outline: 0;
  font-family: "ABCMono";
}
#login-form input[type=submit] {
  border: 0;
  outline: 0;
  color: #09090B;
  width: 88px;
  height: 45px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  background: hsl(150, 100%, 50%);
}

.players {
  display: grid;
  grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) 25%;
  grid-gap: 15px;
  margin: 25px 0;
  padding-bottom: 50px;
  font-family: "ABC";
}
@media (max-width: 768px) {
  .players {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .players {
    grid-template-columns: 1fr;
  }
}

.player {
  padding: 24px 16px 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 8px;
  background: #0F0F10;
}
.player.selected {
  border: 1px solid hsl(150, 100%, 50%);
}
.player .rate {
  margin-top: -2px;
  float: right;
  font-size: 12px;
  line-height: 11px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #fff;
  font-family: "ABCMono";
}
.player h4 a {
  font-size: 16px;
  color: #fff;
}
.player .actions {
  margin: 8px 0 0;
}
.player .actions a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 2px;
  text-indent: -9999em;
  border-radius: 10px;
  background: #272728;
}
.player .actions a.ico-port {
  background: #272728 url(../img/ico-briefcase.svg) no-repeat 50% 50%;
  background-size: 54%;
  opacity: 50%;
}
.player .actions a.ico-email {
  background: #272728 url(../img/ico-envelope.svg) no-repeat 50% 50%;
  background-size: 54%;
  opacity: 50%;
}
.player .actions a.ico-upload {
  background: #272728 url(../img/ico-upload.svg) no-repeat 50% 50%;
  background-size: 54%;
  opacity: 50%;
}
.player .actions a.lists {
  float: right;
  text-indent: 0;
  margin: 0;
  line-height: 32px;
  color: #AFAFB6;
  font-size: 14px;
  font-family: "ABCMono";
  font-weight: 500;
  text-align: center;
}

.work {
  display: grid;
  width: calc(100% - 6px);
  grid-template-columns: 50% 50%;
  grid-gap: 6px;
  margin: 12px 0;
}
.work .view-work {
  float: left;
  display: block;
  width: 100%;
  height: 90px;
  border-radius: 2px;
  background-color: #333;
  background-size: cover;
  background-position: 50% 50%;
}

#welcome-to-the-jungle nav {
  position: relative;
  height: 30px;
  margin: 40px auto 100px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0;
  text-align: center;
  border-bottom: 0;
  background: url(../img/logo-green.svg) 50% 50% no-repeat;
  background-size: contain;
}
#welcome-to-the-jungle nav a {
  display: inline-block;
  width: 106px;
  height: 30px;
  margin: 0 auto;
  text-indent: -9999px;
  float: none;
  border: none;
  line-height: 30px;
}
@media screen and (max-width: 1190px) {
  #welcome-to-the-jungle nav {
    padding: 0 20px;
    margin: 20px auto 60px;
  }
}
@media screen and (max-width: 1190px) {
  #welcome-to-the-jungle {
    padding: 0 20px;
  }
}
#welcome-to-the-jungle footer {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1190px) {
  #welcome-to-the-jungle footer {
    text-align: left;
    position: relative;
    bottom: auto;
  }
}
#welcome-to-the-jungle footer a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

#work-for-us {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1190px;
}

#join-form-thanks {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 48px 40px;
  height: 422px;
  border-radius: 12px;
  background: url(../img/shoot-your-shot-bg.png) 50% 50% no-repeat;
  background-size: cover;
}
#join-form-thanks h1 {
  font-family: "ABC";
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -2px;
  color: #fff;
}
#join-form-thanks p {
  position: absolute;
  bottom: 48px;
  left: 40px;
  width: 80%;
  font: "ABCMono" 16px/23px;
}
#join-form-thanks p a {
  color: #fff;
  text-decoration: underline;
}

#jump-shot {
  position: relative;
  float: left;
  width: calc(50% - 92px);
  padding: 48px 40px;
  margin-right: 12px;
  height: 422px;
  border-radius: 12px;
  background: url(../img/shoot-your-shot-bg.png) 50% 50% no-repeat;
  background-size: 200% 200%;
  animation: gradient 30s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 1190px) {
  #jump-shot {
    float: none;
    width: auto;
    height: 300px;
    padding: 28px 20px;
    margin: 0;
  }
}
#jump-shot h1 {
  font-family: "ABC";
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -2px;
  color: #fff;
}
@media screen and (max-width: 1190px) {
  #jump-shot h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
#jump-shot p {
  position: absolute;
  bottom: 48px;
  left: 40px;
  width: 80%;
  font: "ABCMono" 16px/23px;
}
@media screen and (max-width: 1190px) {
  #jump-shot p {
    left: 20px;
    bottom: 28px;
  }
}

#talent-form {
  float: left;
  width: calc(50% - 92px);
  padding: 48px 40px;
  height: 422px;
  margin-left: 12px;
  border-radius: 12px;
  /* Button */
}
@media screen and (max-width: 1190px) {
  #talent-form {
    float: none;
    width: auto;
    margin: 0;
    height: auto;
    padding: 48px 0;
  }
}
#talent-form form {
  margin: 0;
  padding: 0;
}
#talent-form input {
  float: left;
  width: 48%;
  height: 52px;
  margin-right: 2%;
  background: #222;
  border: 1px solid #27272a;
  border-radius: 8px;
  font-family: "ABCMono";
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  padding: 0 16px;
  margin-bottom: 16px;
}
#talent-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
#talent-form input::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
#talent-form input:focus {
  outline: none;
  border-color: hsl(150, 100%, 50%);
}
@media screen and (max-width: 1190px) {
  #talent-form input {
    float: none;
    width: 100%;
    margin: 0 0 16px;
  }
}
#talent-form textarea {
  width: 98%;
  height: 130px;
  margin-right: 2%;
  background: #222;
  border: 1px solid #27272a;
  border-radius: 8px;
  font-family: "ABCMono";
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  padding: 16px;
  margin-bottom: 16px;
  resize: none;
}
#talent-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
#talent-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
#talent-form textarea:focus {
  outline: none;
  border-color: hsl(150, 100%, 50%);
}
@media screen and (max-width: 1190px) {
  #talent-form textarea {
    float: none;
    width: 100%;
    margin: 0 0 16px;
  }
}
#talent-form fieldset {
  overflow: hidden;
  margin: 0;
}
#talent-form fieldset input:last-child {
  margin-right: 0;
}
#talent-form a.service-type {
  display: inline-block;
  height: 52px;
  margin-right: 2%;
  background: #222;
  border: 1px solid #27272a;
  border-radius: 8px;
  font-family: "ABCMono";
  font-size: 13px;
  line-height: 51px;
  color: #fff;
  padding: 0 16px;
  margin-bottom: 16px;
}
#talent-form a.service-type.selected {
  outline: none;
  border-color: hsl(150, 100%, 50%);
}
#talent-form button {
  box-sizing: border-box;
  width: 84px;
  height: 39px;
  line-height: 35px;
  color: #09090B;
  background: #fff;
  border: 1px solid #333333;
  border-radius: 8px;
  cursor: pointer;
}
#talent-form button:hover {
  background: rgba(255, 255, 255, 0.95);
}

.drawer-form {
  padding: 0;
}
.drawer-form fieldset {
  position: relative;
  display: block;
  margin: 0 0 12px;
  padding: 0;
  border-radius: 8px;
  background: #09090B;
}
.drawer-form fieldset.talent label {
  width: 80% !important;
}
.drawer-form fieldset .input {
  display: block;
  min-height: 45px;
  padding: 0px;
  font-family: "ABCMono";
  font-size: 13px;
  line-height: 45px;
  color: #fff;
}
.drawer-form fieldset .input.last {
  border-bottom: none;
}
.drawer-form fieldset .input.border {
  border-bottom: 1px solid #27272a;
}
.drawer-form fieldset .input label {
  display: inline-block;
  width: 74px;
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 20px;
  color: #61616B;
  border-bottom: none;
}
.drawer-form fieldset .input.project label {
  width: 140px;
}
.drawer-form fieldset .input span.project_name {
  display: inline-block;
  width: 200px;
}
.drawer-form fieldset .input span.hours {
  display: inline-block;
  padding-left: 16px;
}
.drawer-form fieldset .input input[type=text], .drawer-form fieldset .input input[type=number] {
  display: inline-block;
  width: 296px;
  height: 38px;
  background: #09090B;
  font-family: "ABCMono";
  font-size: 13px;
  line-height: 45px;
  color: #fff;
  padding: 0 20px 0 16px;
  border: none;
  box-shadow: none;
}
.drawer-form fieldset .input input[type=text]::-moz-placeholder, .drawer-form fieldset .input input[type=number]::-moz-placeholder {
  color: #61616B;
}
.drawer-form fieldset .input input[type=text]::placeholder, .drawer-form fieldset .input input[type=number]::placeholder {
  color: #61616B;
}
.drawer-form fieldset .input input[type=text]:focus, .drawer-form fieldset .input input[type=number]:focus {
  outline: none;
  border-color: hsl(150, 100%, 50%);
}
@media screen and (max-width: 1190px) {
  .drawer-form fieldset .input input[type=text], .drawer-form fieldset .input input[type=number] {
    float: none;
    width: 100%;
    margin: 0 0 16px;
  }
}
.drawer-form fieldset .input select {
  width: 300px;
  height: 38px;
  background: #09090B;
  font-family: "ABCMono";
  font-size: 13px;
  line-height: 38px;
  color: #fff;
  padding: 0 16px;
  border: none;
  outline: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.drawer-form fieldset .input textarea {
  width: calc(100% - 32px);
  height: 150px;
  background: #09090B;
  border: 1px solid #27272a;
  font-family: "ABCMono";
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  padding: 0 16px;
  resize: none;
  outline: none;
  border: none;
  box-shadow: none;
}
.drawer-form #selected-designers {
  margin: 0 0 12px;
  background: #09090B;
  border-radius: 12px;
  padding: 16px;
}
.drawer-form #selected-designers li {
  position: relative;
  font-size: 14px;
  padding: 8px 0;
  font-family: "ABCMono";
  color: #fff;
}
.drawer-form #selected-designers li a {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  border-radius: 10px;
  background: #272728 url(../img/ico-trash.svg) no-repeat 50% 50%;
  background-size: 48%;
}
.drawer-form #selected-designers li a:hover {
  background-color: #333;
}
.drawer-form button[type=submit] {
  box-sizing: border-box;
  width: 84px;
  height: 40px;
  color: #fff;
  background: #de5a29;
  border: none;
  border-radius: 32px;
  cursor: pointer;
}
.drawer-form button[type=submit]:hover {
  color: #fff;
}

#add-new-contact {
  position: absolute;
  right: 20px;
  top: 12px;
  color: hsl(150, 100%, 50%);
  font-family: "ABCMono";
  font-size: 13px;
}

#filters {
  float: right;
}
#filters .filters {
  display: inline-block;
  padding: 4px;
  border-radius: 10px;
  background: #27272a;
}
#filters .filters a {
  display: inline-block;
  font-size: 11px;
  font-family: "ABCMono";
  line-height: 11px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 7px;
  color: #fff;
}
#filters .filters a:hover, #filters .filters a.active {
  background: rgba(255, 255, 255, 0.08);
}
#filters .dropdown {
  position: relative;
  z-index: 9999;
}
#filters .dropdown .dd {
  position: absolute;
  top: 34px;
  right: -3px;
  padding: 3px;
  width: 140px;
  border-radius: 7px;
  background: #09090B;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#filters .dropdown .dd.show {
  opacity: 1;
  visibility: visible;
}
#filters .dropdown .dd a {
  display: block;
}

#board {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}

.card {
  position: relative;
  padding: 12px;
  width: calc(100% - 24px);
  min-height: 60px;
  margin: 0 0 12px;
  cursor: grab;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 8px;
  background: #0F0F10;
}
.card:active {
  cursor: grabbing;
}
.card.dragging {
  opacity: 0.3;
  transform: scale(0.9);
  background: #AFAFB6;
  box-shadow: 50px 50px 50px rgba(0, 0, 0, 0.1);
}
.card:last-child {
  margin: 0;
}
.card h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: "ABC";
  margin: 0 0 6px;
}
.card h4 a {
  color: #fff;
}
.card h5, .card h6 {
  font-size: 12px;
  color: #61616B;
  font-family: "ABCMono";
  margin: 0 0 6px;
}
.card h6 {
  color: hsl(150, 100%, 50%);
  margin: 0;
}
.card a.edit-project {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 2px;
  text-indent: -9999em;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18) url(../img/ico-arrow-right.svg) no-repeat 50% 50%;
  background-size: 54%;
  opacity: 50%;
}

.column {
  border: 1px solid #27272a;
  border-radius: 12px;
  width: calc(25% - 40px);
  margin: 0 20px 0 0;
  padding: 20px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.column.drop {
  border: 1px dashed hsl(150, 100%, 50%);
}
.column.drop div {
  pointer-events: none;
}
.column:last-child {
  margin: 0;
}
.column h3 {
  font-size: 18px;
  font-family: "ABC";
  font-weight: 700;
  margin: 0 0 18px;
}
.column h3 span {
  float: right;
  font: 400 14px/26px "ABCMono";
  color: #61616B;
}