@charset "UTF-8";
.et-orange {
  color: #FF9900;
}

.et-orange {
  color: #FF9900;
}

/* font-size-h5 = font-size-base */
body.admin {
  overflow-x: clip;
  overflow-y: visible;
}

.admin-card .navbar .container {
  padding: 0 15px;
  width: 95%;
}

.navbar {
  background-color: #282549;
  position: sticky;
  top: 0;
  border: none;
  min-height: var(--admin-navbar-height, 100px);
  z-index: 1030;
  --admin-navbar-height: 100px;
}
.navbar a {
  margin-left: 0;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  color: #D0CCFE;
}
.navbar a:hover {
  border-bottom: 3px solid #F39F5A;
  color: #FFF8F3;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  max-width: none;
}
.navbar > .container > .navbar-collapse {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.navbar .navbar-header {
  margin-right: 3rem;
}
.navbar .navbar-header a:hover {
  border-bottom: none;
}
.navbar .navbar-nav {
  padding-top: 5px;
}
.navbar .navbar-nav li a {
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  color: #D0CCFE;
}
.navbar .navbar-nav .dropdown > a,
.navbar .navbar-nav .dropdown .dropdown-toggle {
  display: block;
  text-align: center;
}
.navbar .navbar-nav .dropdown .dropdown-toggle.show {
  border-bottom: 3px solid #F39F5A;
  color: #FFF8F3;
  background-color: #1D1A39 !important;
  position: static;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
  background-color: #1D1A39;
  text-align: end;
  border-radius: 0 0 12px 12px;
  right: -10px !important;
  left: auto !important;
  margin-right: 23px;
  margin-top: -4px;
  padding: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a,
.navbar .navbar-nav .dropdown .dropdown-menu button,
.navbar .navbar-nav .dropdown .dropdown-menu .btn-link {
  display: block;
  width: 100%;
  white-space: nowrap;
  border: none;
  border-radius: 6px;
  font-weight: 400;
  padding: 10px 15px;
  color: #D0CCFE;
  background-color: transparent;
  text-align: inherit;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}
.navbar .navbar-nav .dropdown .dropdown-menu a:hover, .navbar .navbar-nav .dropdown .dropdown-menu a:focus,
.navbar .navbar-nav .dropdown .dropdown-menu button:hover,
.navbar .navbar-nav .dropdown .dropdown-menu button:focus,
.navbar .navbar-nav .dropdown .dropdown-menu .btn-link:hover,
.navbar .navbar-nav .dropdown .dropdown-menu .btn-link:focus {
  background-color: #564EA0;
  color: #FFF8F3 !important;
  text-decoration: none;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 24px;
  background-color: #1D1A39;
  border-radius: 0px 0px 16px 16px;
  width: 80vw;
  list-style: none;
  text-align: left;
  position: fixed;
  top: var(--admin-navbar-height, 100px) !important;
  left: 100px !important;
  z-index: 1000;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu.show {
  display: grid;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu::before {
  content: attr(data-title);
  grid-column: 1/-1;
  color: white;
  font-size: 30px;
  font-weight: normal;
  font-family: "Gradient Gothic Bold";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li::after {
  content: attr(data-subtitle);
  position: relative;
  left: 51px;
  top: 20px;
  font-size: 14px;
  font-weight: normal;
  color: white;
  pointer-events: none;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  transition: background 0.5s;
  min-height: 70px;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li::before {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  color: white;
  font-family: "Font Awesome 6 Pro";
  pointer-events: none;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=paper-plane]::before {
  background-color: #F7624A;
  content: "\e20a";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=inbox-out]::before {
  background-color: #4D4F51;
  content: "\f311";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=run-jobs]::before {
  background-color: #11A08D;
  content: "\f53a";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=contact-card]::before {
  background-color: #662549;
  content: "\f2bb";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=id-card]::before {
  background-color: #78B4E6;
  content: "\f47f";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=boxes]::before {
  background-color: #D16AFF;
  content: "\f468";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=chart-waterfall]::before {
  background-color: #F280D8;
  content: "\e0eb";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=bars-progress]::before {
  background-color: #AE445A;
  content: "\f828";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=credit-card]::before {
  background-color: #F39F5A;
  content: "\f09d";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=user-headset]::before {
  background-color: #D16AFF;
  content: "\f82d";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=cards-blank]::before {
  background-color: #F280D8;
  content: "\e4df";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=scroll]::before {
  background-color: #78B4E6;
  content: "\f70e";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=user-crown]::before {
  background-color: #662549;
  content: "\f6a4";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=temperature-list]::before {
  background-color: #AE445A;
  content: "\e299";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=pencil]::before {
  background-color: #11A08D;
  content: "\f5ae";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=map-marker]::before {
  background-color: #F39F5A;
  content: "\f60d";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li[data-icon=warning]::before {
  background-color: #F7624A;
  content: "\f1e2";
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li a {
  background-color: transparent !important;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 16px 16px 16px 67px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  height: 60px;
  width: 24vw;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li:hover {
  background: #322D60;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li.section-heading {
  grid-column: 1/-1;
  padding: 12px 0 8px 0;
  min-height: auto;
  background: transparent;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: -10px;
  pointer-events: none;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li.section-heading::before, .navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li.section-heading::after {
  display: none;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li.section-heading:hover {
  background: transparent;
}
.navbar .navbar-nav .dropdown .dropdown-menu.fancy-submenu li:hover a:hover {
  background-color: none !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu .btn-link {
  text-align: end;
}
.navbar .navbar-nav .dropdown .navbar-icon {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #938DE0;
  margin-bottom: 10px;
}
.navbar .navbar-nav .dropdown .chevron-down {
  opacity: 0.4;
}
.navbar .navbar-nav .dropdown .nav-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6px !important;
}

.dropdown-menu.no-text-decoration {
  background-color: #1D1A39;
  border: none;
  border-radius: 8px;
  padding: 8px;
  min-width: 192px;
}
.dropdown-menu.no-text-decoration > li {
  list-style: none;
}
.dropdown-menu.no-text-decoration a,
.dropdown-menu.no-text-decoration button,
.dropdown-menu.no-text-decoration .btn-link {
  display: block;
  width: 100%;
  white-space: nowrap;
  border: none;
  border-radius: 6px;
  font-weight: 400;
  padding: 10px 15px;
  color: #D0CCFE;
  background-color: transparent;
  text-align: inherit;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}
.dropdown-menu.no-text-decoration a:hover, .dropdown-menu.no-text-decoration a:focus,
.dropdown-menu.no-text-decoration button:hover,
.dropdown-menu.no-text-decoration button:focus,
.dropdown-menu.no-text-decoration .btn-link:hover,
.dropdown-menu.no-text-decoration .btn-link:focus {
  background-color: #564EA0;
  color: #FFF8F3;
  text-decoration: none;
}

.center-block {
  float: none !important;
  text-align: center;
}

.right-align {
  float: right;
  margin-left: 10px;
}

.overview-section {
  cursor: pointer !important;
  padding-top: 30px;
}
.overview-section label {
  cursor: pointer;
}

.title-section {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #203041;
  padding: 20px;
  color: white;
  font-size: 12px;
}

.quote-count {
  color: #FF9900;
  font-size: 40px;
}

.count-div {
  background-color: #BBBBBB;
  color: #203041;
  font-size: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: inline-block;
  width: 100%;
}

.status-count {
  color: white;
  font-size: 30px;
}

.side-border {
  border-right: solid 1px white;
}

.btn {
  font-size: 14px;
  font-weight: 500;
  color: #1D1A39;
  border: 1px solid #1D1A39;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  background-color: #FFFFFF;
  padding: 8px 16px;
}
.btn:hover, .btn:focus {
  transition: 0.2s;
}

.btn-primary {
  background-color: rgb(43.6850393701, 22.7401574803, 53.2598425197) !important;
  border-color: rgb(43.6850393701, 22.7401574803, 53.2598425197) !important;
  color: #FFF !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(43.6850393701, 22.7401574803, 53.2598425197) !important;
}

.btn-quote {
  background-color: #FFFFFF;
}

.btn-quote:hover,
.btn-quote:focus {
  color: #E67701 !important;
}

.btn-csv {
  background-color: #FFFFFF;
}

.btn-csv:hover,
.btn-csv:focus {
  color: #4BAF8B !important;
}

.btn-pdf {
  background-color: white;
  color: #492659;
}

.btn-pdf:hover,
.btn-pdf:focus {
  color: #492659 !important;
}

.btn-add {
  background-color: white;
}

.btn-submit {
  background-color: #492659;
  color: #FFFFFF;
  font-weight: bold;
}
.btn-submit:hover, .btn-submit:focus {
  background-color: #AE2379;
  color: #FFFFFF;
}

.btn-warning {
  background-color: #D43819;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px solid #D43819;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: rgb(166.3797468354, 43.9493670886, 19.6202531646) !important;
  color: #FFFFFF;
  font-weight: bold;
}

.btn-light {
  color: #492659;
  background-color: #FFFFFF;
  border: 1px solid #492659;
  font-weight: bold;
}
.btn-light:hover, .btn-light:focus {
  background-color: #492659;
  color: #FFFFFF;
}

.btn-add:hover,
.btn-add:focus {
  color: #AE2379 !important;
}

.btn-cancel {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  color: red;
}

.btn-list {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  color: #AE2379;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-lane {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  color: #AE2379;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-purple-outline {
  background-color: transparent;
  border-color: #492659;
  color: #492659;
}

.btn-pink-outline {
  background-color: transparent;
  border-color: #AE2379;
  color: #AE2379;
}

.deactivated {
  background-color: #EEEEEE;
}

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

input[type=checkbox] {
  margin-left: 20px;
}
input[type=checkbox].m-none {
  margin-left: 0;
}

input[type=text] {
  border: 1px solid rgb(227, 222, 220);
  border-radius: 4px;
}

.quote-search {
  color: #2F455C;
}

h1,
h2 {
  font-family: "Gradient Gothic Bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1 {
  color: #492659;
  font-weight: 700;
}

h2 {
  font-weight: 600;
}

h3 {
  color: #E67701;
  font-weight: 600;
}
h3 a {
  color: #E67701;
}

h4 {
  font-weight: 600;
}

.quote-table {
  border: 1px solid #DDDDDD;
  border-collapse: separate;
  border-spacing: 0;
}
.quote-table thead {
  background-color: #2F455C;
  color: #FFFFFF;
}
.quote-table a {
  margin-right: 20px;
}
.quote-table tbody tr td {
  border-top: 1px solid #DDDDDD !important;
  border-bottom: none !important;
}

.approve-quote {
  color: #4BAF8B;
}

.lane-approve-quote {
  color: #4BAF8B;
  border-right: solid 1px #CCCCCC;
  width: 30%;
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

.cancel-quote {
  color: #FF0000;
  width: 90px;
  display: inline-block;
  text-align: left;
}

.lane-cancel-quote {
  color: #FF0000;
  display: inline-block;
  text-align: center;
  width: 32%;
  font-size: 12px;
}

.table-quote {
  width: 75px;
  display: inline-block;
  text-align: left;
}

.lane-table-quote {
  display: inline-block;
  border-right: solid 1px #CCCCCC;
  width: 33%;
  font-size: 12px;
  text-align: center;
}

.datepicker-dropdown {
  background-color: white !important;
}

.datepicker {
  z-index: 1000 !important;
}

.cancelled-row {
  color: #FF0000 !important;
  background-color: #F2DEDE !important;
}
.cancelled-row a {
  color: #FF0000 !important;
}

.tabled-row {
  color: #333333 !important;
  background-color: #DDDDDD !important;
}
.tabled-row a {
  color: #333333 !important;
}

.cancelled-card {
  background-color: #F2DEDE !important;
  border: solid 1px #EBCCD1;
}

.tabled-card {
  background-color: #DDDDDD !important;
  color: #333333;
}

.well {
  text-align: center;
  box-shadow: none !important;
  border: none;
  border-radius: 8px;
  background-color: #F4F2F0 !important;
}

.best_in_place:hover {
  background-image: url("/assets/pencil-icon-bd405a38.png");
  background-position: top right;
  padding-right: 20px;
  background-repeat: no-repeat;
}

.quote-title {
  font-size: 20px;
  margin-top: 30px;
}

.quote-request {
  margin: 7px 0 15px 0;
  font-style: italic;
}

.lane-top {
  background-color: #492659;
  color: white;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 40px;
  padding: 15px 15px;
}

.lane-badge {
  background-color: #AE2379;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  float: right;
  padding: 5px 15px;
}

.lane-bottom {
  min-height: 200px;
  display: inline-block;
  background-color: #D3D3D3;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 20px;
}

.quote-div-top {
  color: black;
  background-color: #FFFFFF;
  padding: 10px 15px;
  padding-bottom: 10px;
  margin: 10px;
  margin-bottom: 0;
  font-size: 13px;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.quote-div-top h1 {
  font-size: 16px;
}

.quote-div-bottom {
  background-color: white !important;
  padding: 10px 5px;
  padding-top: 0;
  margin: 10px;
  margin-top: 0;
  vertical-align: top;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.quote-div-bottom hr {
  margin-top: 0;
  margin-bottom: 10px;
}

.note-initials {
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}

.list-note-initials {
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.quote-note {
  font-style: italic;
  width: 80%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

.list-quote-note {
  font-style: italic;
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

.quote-total {
  color: #555555;
  font-size: 14px;
}

.quote-pdf {
  margin-left: 40px;
  display: inline-block;
  margin-top: 10px;
}

label {
  padding-top: 7px;
}

.action-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
}

#development_div,
#list_view_div,
#lane_view_div {
  margin-bottom: 40px;
}

#list_view_div .fa {
  margin-right: 3px !important;
}

.top-row {
  margin-top: 30px;
}

.et-logo {
  max-height: 60px;
}

.history-client-logo {
  max-height: 60px;
  padding-top: 10px;
  max-width: 180px;
}

.history-left-div {
  text-align: center;
  margin-top: 20px;
}

.history-name-label {
  display: block;
  padding-top: 7px;
  padding-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0;
  color: #203041;
}

.history-app-label {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0;
  color: #203041;
}

.history-date-label {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0;
  color: #999999;
  margin-top: 10px;
}

.note-box {
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  padding: 6px 12px;
  min-height: 120px !important;
  display: inline-block;
}

.note-status {
  margin-top: 10px;
  display: block;
}

.note-row {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.alert-danger {
  color: #333333;
  background-color: #FFE9DC;
  border-color: #FFE9DC;
}

.modal .modal-content {
  border-radius: 12px !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12) !important;
  border: none !important;
}

.modal .modal-header {
  padding: 15px 20px 5px 20px !important;
}
.modal .alert-danger {
  margin-top: 15px;
}
.modal .modal-body {
  padding: 0px 25px;
}
.modal textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 100%;
}

#__modal__set_subfeature .modal-body, #__modal__set_feature .modal-body, #__modal__checklist_pull_requests .modal-body, #__modal__card_time_entries .modal-body,
#__modal__end_qa_session .modal-body, #__modal__add_access .modal-body {
  margin-left: 20px;
  margin-right: 20px;
}
#__modal__set_subfeature .modal-footer, #__modal__set_feature .modal-footer, #__modal__checklist_pull_requests .modal-footer, #__modal__card_time_entries .modal-footer,
#__modal__end_qa_session .modal-footer, #__modal__add_access .modal-footer {
  margin: 35px;
}

.modal-footer {
  border-radius: 4px;
}

.heading-gradient-text {
  color: #fffcfa;
  background-image: linear-gradient(45deg, #f39f5a, #938de0 42%, #badefc 88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.heading-gradient-text .best_in_place input[type=text],
.heading-gradient-text .bip-input {
  color: #fff !important;
  background: none !important;
}

/* SWIM LANES */
.swim-lanes-top {
  padding: 16px 48px 12px !important;
}
.swim-lanes-top .et-feature {
  padding: 0 24px;
  display: flex;
  align-items: center;
  width: 100%;
}
.swim-lanes-top .et-feature h1 {
  flex-grow: 1;
}
.swim-lanes-top .et-feature input.board-card-search-input {
  margin-top: 8px;
}
.swim-lanes-top h1 {
  font-size: 32px !important;
  line-height: 40px !important;
  margin-top: 8px;
  color: #fffcfa;
  margin-bottom: 0;
}
.swim-lanes-top .subnav-lists {
  margin: 0 12px;
  float: none;
}
.swim-lanes-top .subnav-lists a.dropdown-toggle {
  color: #FFCB94;
  background-color: transparent;
}
.swim-lanes-top .subnav-lists a.dropdown-toggle:hover {
  background-color: transparent;
  color: #fff;
}
.swim-lanes-top .subnav-lists a.dropdown-toggle:focus {
  background-color: transparent;
}
.swim-lanes-top .subnav-lists .dropdown-menu {
  background-color: #2D2A4A;
  border: none;
  border-radius: 4px;
}
.swim-lanes-top .subnav-lists .dropdown-menu li {
  background-color: transparent;
  border: none;
  padding: 4px 8px;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div {
  background-color: #413D68;
  padding: 8px;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .env-div-wrapper p {
  color: #FFFEFD;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .env-div-wrapper .env-content .env-key {
  background-color: #BADEFC;
  color: #2D2A4A;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .env-div-wrapper .env-content .env-arrows a {
  color: #5297D0;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .content-div {
  margin: 8px 0 0;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .content-div .credential {
  padding: 4px 8px;
  background-color: #1D1A39;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .content-div .credential a {
  color: #78B4E6;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .content-div .credential .icon {
  background-color: transparent;
  border: 1px solid #78B4E6;
  color: #78B4E6;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .content-div .credential h4 {
  color: #78B4E6;
  text-decoration: none;
  font-weight: 500;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .content-div .credential .credential-email p, .swim-lanes-top .subnav-lists .dropdown-menu li .env-div .content-div .credential .credential-pass p {
  color: #BADEFC;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .content-div .credential .credential-pass a {
  color: #BADEFC;
}
.swim-lanes-top .subnav-lists .dropdown-menu li .env-div .content-div .credential .credential-pass a:hover {
  color: #5297D0;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper p.title {
  background-color: transparent;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper p.title a {
  color: #BADEFC;
  text-decoration: underline;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper p.title a:hover {
  color: #BADEFC;
  text-decoration: none;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper .phase-content {
  background-color: #413D68;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  gap: 8px;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper .phase-content .date-wrapper {
  display: block;
  padding: 8px;
  border-radius: 4px;
  background-color: #565187;
  text-align: center;
  width: 120px;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper .phase-content .date-wrapper .date-title {
  color: #EBE3D9;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper .phase-content .date-wrapper .date {
  color: #EBE3D9;
  font-size: 12px;
  margin: 0;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper .phase-content .date-wrapper.hard-deadline {
  background-color: #E8DDFF;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper .phase-content .date-wrapper.hard-deadline .date-title {
  color: #1D1A39;
}
.swim-lanes-top .subnav-lists .dropdown-menu.dates-dropdown-content li .phase-wrapper .phase-content .date-wrapper.hard-deadline .date {
  color: #1D1A39;
}

/* END SWIM LANES */
@font-face {
  font-family: "Gradient Gothic";
  src: url("/assets/GradientGothic-Regular-0520dedf.woff2") format("woff2"), url("/assets/GradientGothic-Regular-5b940d66.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gradient Gothic Bold";
  src: url("/assets/GradientGothic-Bold-58da2c3d.woff2") format("woff2"), url("/assets/GradientGothic-Bold-f1faf97a.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gradient Gothic Medium";
  src: url("/assets/GradientGothic-Medium-cde591c8.woff2") format("woff2"), url("/assets/GradientGothic-Medium-c987dd38.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.et-orange {
  color: #FF9900;
}

.et-orange {
  color: #FF9900;
}

.quote-common-task label {
  display: inline;
}
.quote-common-task input[type=checkbox] {
  margin-left: 0;
}
.quote-common-task .quote-common-task-rate-container {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
}

.edit-quote-page .status-section {
  margin-bottom: 2rem;
  display: block;
}
.edit-quote-page .status-label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.edit-quote-page .status-select {
  display: block;
  width: 250px;
  margin-top: 8px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  background-color: white;
}
.edit-quote-page .circular-icon-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 1;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.edit-quote-page .circular-icon-btn:first-of-type {
  margin-left: 10px;
}
.edit-quote-page .btn-success {
  background-color: #492659;
  border-color: #492659;
  color: white;
}
.edit-quote-page .btn-success:hover, .edit-quote-page .btn-success:focus {
  background-color: rgb(43.6850393701, 22.7401574803, 53.2598425197);
  border-color: rgb(43.6850393701, 22.7401574803, 53.2598425197);
}
.edit-quote-page .btn-cancel {
  background-color: #F39F5A;
  border-color: #F39F5A;
  color: white;
}
.edit-quote-page .btn-cancel:hover, .edit-quote-page .btn-cancel:focus {
  background-color: rgb(239.5423728814, 131.3389830508, 42.4576271186);
  border-color: rgb(239.5423728814, 131.3389830508, 42.4576271186);
}
.edit-quote-page h3 {
  color: #492659;
}
.edit-quote-page .edit-quote-details {
  background-color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 24px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.edit-quote-page .test-plan-group-info {
  background-color: #FFFEFD;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 16px;
}
.edit-quote-page .test-plan-group-info h4 {
  color: #451952;
}

#new_quote input[type=checkbox] {
  margin-left: 16px !important;
}

.copy-quote-title {
  margin-bottom: 200px;
}

.et-orange {
  color: #FF9900;
}

.et-orange {
  color: #FF9900;
}

.line-item-quote-image-div {
  margin-top: 30px;
}

div.line-item-table-container {
  width: 90vw;
  margin-left: calc(-45vw + 50%);
}
div.line-item-table-container .table thead tr {
  background-color: #1D1A39 !important;
  color: #FFFCFA;
  border-color: transparent;
}
div.line-item-table-container .table thead tr th {
  font-size: 12px;
}
div.line-item-table-container .table tbody tr {
  background-color: #F4F2F0;
}
div.line-item-table-container .table tbody tr td {
  font-size: 12px;
  border: none !important;
}
div.line-item-table-container .table tfoot {
  text-transform: uppercase;
  font-weight: bold;
}
div.line-item-table-container .table .discount-row {
  color: #AAAAAA;
  font-weight: normal;
}
div.line-item-table-container .table .line-row td {
  padding: 4px;
}
div.line-item-table-container .table .denied {
  background-color: #FFE6E6;
}
div.line-item-table-container .table .denied .line-item-name {
  text-decoration: line-through;
}
div.line-item-table-container .table .line-item-amount {
  text-align: end;
}
div.line-item-table-container .table .checklist-row {
  background-color: #FFFEFD !important;
}
div.line-item-table-container .table .trello-column {
  min-width: 375px;
}
div.line-item-table-container .table .tips-column {
  min-width: 200px;
}
div.line-item-table-container .table .status-column {
  min-width: 100px;
}
div.line-item-table-container .table .actual-hours-column {
  min-width: 130px;
}
div.line-item-table-container .table .fa-circle {
  color: #4BAF8B;
  font-size: 12px;
}
div.line-item-table-container .table .qa-return .fa-circle:last-child {
  color: #D0021B;
}
div.line-item-table-container .table .billing-waiting {
  color: #D0021B;
}
div.line-item-table-container .table .dropdown-menu {
  background-color: #FFFFFF;
  color: #000000;
  right: 0 !important;
  min-width: 250px;
}
div.line-item-table-container .table .dropdown-menu a {
  display: block;
  margin-left: 10px;
  color: #000000;
}
div.line-item-table-container .table .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
div.line-item-table-container .table .pill {
  padding: 2px 8px;
  border-radius: 25px;
  color: white;
}
div.line-item-table-container .table .total-pts {
  background-color: #4D4F51;
}
div.line-item-table-container .table .amount {
  background-color: #451952;
}

.details-box {
  background-color: #FDFAFB;
  padding: 3px 25px;
  border-radius: 6px;
}

.remaining-box {
  text-align: center;
  font-size: 12px;
}

.metrics-box {
  font-size: 12px;
  text-align: center;
}
.metrics-box .quote-type {
  color: #1D1A39;
  font-weight: 700;
}

.create-card a {
  font-size: 12px;
  font-weight: 400;
  padding: 6px 8px;
}

.under-budget {
  color: #11A08D;
}

.over-budget {
  color: #D0021B;
}

.line-item-form .line-item-experts {
  vertical-align: middle;
}
.line-item-form .line-item-experts .avatar {
  vertical-align: middle !important;
}
.line-item-form .line-item-experts .initials {
  vertical-align: middle !important;
}
.line-item-form .basic-info .avatar {
  border-radius: 50%;
  border: 2px solid rgb(197, 197, 197);
  background-color: rgb(214, 214, 214);
  height: 24px;
  width: 24px;
  margin: 5px 3px;
  display: inline-block;
  vertical-align: middle;
}
.line-item-form .basic-info .initials {
  font-size: 10px;
  font-weight: bold;
  padding: 3px 4px;
  vertical-align: bottom;
}
.line-item-form #header-fields {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
.line-item-form #header-fields #basic-info {
  display: inline-block;
}
.line-item-form #header-fields #basic-info h2 {
  margin-top: 0;
}
.line-item-form #header-fields #basic-info .avatar {
  border-radius: 50%;
  border: 2px solid rgb(197, 197, 197);
  background-color: rgb(214, 214, 214);
  height: 40px;
  width: 40px;
  margin: 10px;
  display: inline-block;
}
.line-item-form #header-fields #basic-info .initials {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 7px;
}
.line-item-form #header-fields #quote-images-container {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}
.line-item-form #header-fields #quote-images-container #quote-images {
  display: flex;
}
.line-item-form #header-fields #quote-images-container #quote-images .quote-image {
  display: flex;
  width: auto;
  padding-right: 25px;
  border-right: 1px solid gray;
  margin-right: 25px;
}
.line-item-form #header-fields #quote-images-container #quote-images .quote-image .quote-image-basic-info {
  width: 275px;
}
.line-item-form #header-fields #quote-images-container #quote-images .quote-image .quote-image-basic-info input[type=checkbox] {
  margin-left: 0;
}
.line-item-form #header-fields #quote-images-container #quote-images .quote-image .quote-image-image {
  padding-bottom: 5px;
}
.line-item-form #header-fields #quote-images-container #quote-images .quote-image .quote-image-image img {
  max-width: 275px;
  max-height: 100%;
  border-radius: 5px;
}
.line-item-form #checklists-container #checklists {
  display: block;
}
.line-item-form #checklists-container .checklist2 {
  position: relative;
  width: 100%;
  margin-right: 25px;
  margin-bottom: 40px;
  padding: 5px 20px;
  border: 1px solid lightgray;
  border-radius: 5px 5px 5px 5px;
  margin-top: 40px;
}
.line-item-form #checklists-container .checklist {
  position: relative;
  width: 50%;
  margin-right: 25px;
  margin-bottom: 40px;
  padding: 5px 20px;
  border: 1px solid lightgray;
  border-radius: 5px 5px 5px 5px;
  margin-top: 100px;
}
.line-item-form #checklists-container .checklist:not(.add-new-checklist-container),
.line-item-form #checklists-container .checklist2:not(.add-new-checklist-container) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.line-item-form #checklists-container .checklist .remove-checklist-button,
.line-item-form #checklists-container .checklist2 .remove-checklist-button {
  height: 34px;
  position: absolute;
  top: -34px;
  right: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.line-item-form #checklists-container .checklist .remove-checklist,
.line-item-form #checklists-container .checklist2 .remove-checklist {
  color: #9B1C16 !important;
}
.line-item-form #checklists-container .checklist .checklist-basic-info,
.line-item-form #checklists-container .checklist2 .checklist-basic-info {
  border-radius: 3px;
}
.line-item-form #checklists-container .checklist .checklist-basic-info .control-label,
.line-item-form #checklists-container .checklist2 .checklist-basic-info .control-label {
  font-weight: normal;
}
.line-item-form #checklists-container .checklist .business-rule,
.line-item-form #checklists-container .checklist .top-business-rule,
.line-item-form #checklists-container .checklist2 .business-rule,
.line-item-form #checklists-container .checklist2 .top-business-rule {
  border-radius: 10px;
}
.line-item-form #checklists-container .checklist .business-rule:nth-of-type(even),
.line-item-form #checklists-container .checklist .top-business-rule:nth-of-type(even),
.line-item-form #checklists-container .checklist2 .business-rule:nth-of-type(even),
.line-item-form #checklists-container .checklist2 .top-business-rule:nth-of-type(even) {
  background-color: lightgray;
}
.line-item-form #checklists-container .checklist .business-rule .form-group,
.line-item-form #checklists-container .checklist .top-business-rule .form-group,
.line-item-form #checklists-container .checklist2 .business-rule .form-group,
.line-item-form #checklists-container .checklist2 .top-business-rule .form-group {
  margin-bottom: 0;
}
.line-item-form #checklists-container .checklist .business-rule .form-group label,
.line-item-form #checklists-container .checklist .top-business-rule .form-group label,
.line-item-form #checklists-container .checklist2 .business-rule .form-group label,
.line-item-form #checklists-container .checklist2 .top-business-rule .form-group label {
  padding-top: 0;
}
.line-item-form #checklists-container .checklist .business-rule-row,
.line-item-form #checklists-container .checklist2 .business-rule-row {
  gap: 20px !important;
}
.line-item-form #checklists-container .checklist .send-uat-board-container,
.line-item-form #checklists-container .checklist2 .send-uat-board-container {
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: -1px;
  padding: 3px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #E67701;
  color: white;
}
.line-item-form #checklists-container .add-new-checklist-container {
  text-align: center;
}

.gn-info {
  color: #1D1A39;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.test-plan-sortable .sortable-icon,
.checklist-sortable .sortable-icon,
.quote-images-sortable .sortable-icon,
.item-sortable .sortable-icon {
  display: initial;
}

.image-sortable-icon {
  display: inline-block !important;
}

#line_item_original_line_item_id_chosen, #line_item_non_feature_type_chosen {
  min-width: 375px;
}

.expert-form {
  height: 350px !important;
}
.expert-form .expert-group {
  height: 325px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
}
.expert-form .avatar {
  border-radius: 50%;
  border: 2px solid rgb(197, 197, 197);
  background-color: rgb(214, 214, 214);
  height: 40px;
  width: 40px;
  margin: 10px;
  display: inline-block;
}
.expert-form .initials {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 7px;
}

.br-line-item-info {
  font-size: 10px;
  text-decoration: underline;
  color: #451952;
}

.strike-through {
  text-decoration: line-through;
}

#test_plan_id_chosen {
  min-width: 200px;
}

#create_copy {
  margin-left: 0;
}

.image-card {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 6px;
  margin-right: 20px;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.image-card img {
  max-width: 100%;
}

.blank-image-card {
  padding: 20px;
  margin-right: 20px;
}

.alpha-number {
  font-size: 16px;
  font-weight: bold;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
}

#quote-image-form-container {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 12px;
  width: 90%;
  z-index: 999;
  height: 80%;
  display: flex;
  overflow-y: auto;
  flex-wrap: wrap;
}
#quote-image-form-container .setup-image {
  flex: 5;
  padding: 20px;
  overflow-y: scroll;
  height: 100%;
}
#quote-image-form-container .display-image {
  background-color: #D9D9D9;
  flex: 12;
  padding: 20px;
  text-align: center;
  display: flex;
  overflow-y: scroll;
  height: 100%;
}
#quote-image-form-container .display-image img {
  height: auto;
  flex: 1;
  max-width: 90%;
  margin-right: 10px;
}
#quote-image-form-container .dual-images {
  text-align: left !important;
}
#quote-image-form-container .close-image {
  flex: 1;
  text-align: center;
  padding-top: 20px;
}

.display-hidden {
  display: none !important;
}

#quote-image-full {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  height: 100vh;
  width: calc(100vw - 650px);
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 576px) {
  #quote-image-full {
    width: calc(50vw + -275px);
  }
}
@media (min-width: 768px) {
  #quote-image-full {
    width: calc(50vw + -165px);
  }
}
@media (min-width: 992px) {
  #quote-image-full {
    width: calc(50vw + -65px);
  }
}
#quote-image-full #quote-image-full-toggle-label {
  position: absolute;
  top: -8px;
  right: 10px;
  padding: 0;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
#quote-image-full #quote-image-full-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
}

#quote-image-full-toggle {
  display: none;
}
#quote-image-full-toggle:not(:checked) + #quote-image-full {
  display: none;
}

#include_reference_image,
#include_quote,
#include_card,
#cover_image,
.checklist-quote-image-field {
  margin-left: 0 !important;
}

.row.no-vertical-margin {
  margin: 0;
  display: flex;
}
.row.no-vertical-margin .image-card {
  flex: 1;
  margin-right: 50px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.row.no-vertical-margin .blank-image-card {
  flex: 1;
  display: flex;
  margin-right: 50px;
}
.row.no-vertical-margin .blank-image-card .image-card-details {
  width: 100%;
}

.checklist-card .pr-status {
  background-color: #DEF0FF;
  font-size: 10px;
  padding: 3px 5px;
  margin-left: 10px;
  border-radius: 5px;
}
.checklist-card .pr-line {
  line-height: 30px;
}
.checklist-card .show-popover {
  text-decoration: none;
  color: #1D1A39;
}
.checklist-card .completed-text {
  font-size: 12px;
}
.checklist-card .dev-progress-bar {
  width: 100%;
  background-color: #FFFEFD;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.checklist-card .dev-progress {
  width: 221px;
  height: 11px;
  border-radius: 100px;
  background: #565187;
  transition: width 0.4s ease;
}
.checklist-card .dev-plan-progress {
  width: 277px;
  height: 11px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #451952;
}
.checklist-card .qa-progress div {
  height: 11px;
  float: left;
  box-sizing: border-box;
}
.checklist-card .qa-progress {
  height: 11px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: width 0.4s ease;
}
.checklist-card .qa-progress .qa-failed {
  background-color: #F39F5A;
  border-radius: 100px;
  position: absolute;
}
.checklist-card .qa-progress .qa-passed {
  background-color: #11A08D;
  border-radius: 100px;
  position: absolute;
  z-index: 999999;
}

.show-personnel {
  display: none;
}

.icon-style-full-sandy {
  border-radius: 100%;
  background-color: #FFFFFF;
  color: #FFCB94;
  width: 20px;
  height: 20px;
  padding: 2px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}

.icon-style {
  border-radius: 100%;
  color: #1D1A39;
  background-color: #E8DDFF;
  width: 25px;
  height: 25px;
  padding: 3px;
}

.btn-border {
  border-radius: 20px;
}

.checklist-points {
  font-size: 20px;
  font-weight: bold;
}

.time-entries {
  color: #451952;
  border-radius: 18px;
  font-weight: 400;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border: 1px #1D1A39 solid;
}

.show-personnel,
.hide-personnel {
  border: 1px solid, #451952;
  border-radius: 50%;
  padding: 5px;
  color: #451952;
  font-size: 14px;
}

.post-quote {
  font-size: 10px;
  position: absolute;
  width: 100%;
  background-color: black;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
.post-quote a {
  color: #FFFFFF !important;
}

#card_qa_history .dropdown-menu {
  width: 160px;
  left: 200px;
  top: 35px;
  background-color: #FFFFFF;
}
#card_qa_history .dropdown-menu li a {
  color: #662549;
}

#qa_session_type_passed:checked + label .card {
  background-color: #E4F2EC;
  border-color: #4BAF8B;
}

#qa_session_type_failed:checked + label .card {
  border-color: #F39F59;
  background-color: #FDF3E9;
}

#qa_session_type_no_result:checked + label .card {
  border-color: #8A8684;
  background-color: #F5F5F5;
}

.qa-session-form {
  margin-top: 40px;
}
.qa-session-form .upcase {
  text-transform: uppercase;
}
.qa-session-form .card-option label {
  font-weight: normal;
}
.qa-session-form .not-started {
  color: #BDBDBD;
}
.qa-session-form .result-row {
  gap: 20px !important;
}
.qa-session-form .result-row .result-column {
  display: inline-block;
  gap: 5px;
  flex: 1;
}
.qa-session-form .result-row .result-column label {
  width: 100%;
}
.qa-session-form .result-row .result-column .card {
  border-color: #BDBDBD;
  font-weight: bold;
  font-size: 18px;
  border-radius: 12px;
}
.qa-session-form .result-row .result-column .qa-result-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.qa-session-form .result-row .result-column .result-card {
  padding: 20px;
}
.qa-session-form .result-row .result-column .result-card .passed-qa {
  color: #4BAF8B;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
.qa-session-form .result-row .result-column .result-card .failed-qa {
  color: #F39F59;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
.qa-session-form .result-row .result-column .result-card .no-result-qa {
  color: #8A8684;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%;
}
.carousel-container .carousel-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  background-color: #FAF5F0;
}
.carousel-container .carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  overflow: visible;
}
.carousel-container .col.card {
  flex: 0 0 auto;
  min-width: 24%;
  margin-right: 10px;
}
.carousel-container .session-carousel-back,
.carousel-container .session-carousel-next {
  position: absolute;
  transform: translateY(-50%);
  padding: 5px 9px;
  background-color: #FFFFFF;
  color: #451952;
  border: 1px solid #451952;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.carousel-container .session-carousel-back {
  left: 5px;
  top: 40%;
}
.carousel-container .session-carousel-next {
  right: 0;
  top: 40%;
}
.carousel-container .session-card {
  position: relative;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  border: 0;
  padding: 12px;
}
.carousel-container .session-card ul {
  padding-left: 15px !important;
  margin-top: 5px;
}
.carousel-container .session-card .issues.failed {
  color: black;
  background-color: #FFCB94;
  border-radius: 5px;
}
.carousel-container .session-card .issues.resolved {
  background-color: #E1F3D4;
  border-radius: 5px;
}

#__modal__end_qa_session .modal-header {
  background-color: #492659;
  border-radius: 12px 12px 0 0;
  padding: 15px 20px !important;
  text-align: left;
}
#__modal__end_qa_session .modal-header h5 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
#__modal__end_qa_session .modal-header .close {
  color: white;
  opacity: 0.8;
}
#__modal__end_qa_session .modal-body {
  max-height: fit-content;
}

.card-issue-histories {
  font-size: 12px;
}

#card_status {
  color: #1D1A39;
  font-size: 12px;
  font-weight: 700;
  background: transparent;
  border: none;
}

.shadow-hr {
  margin-left: -40px;
  margin-right: -40px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 2px;
}

.qa-failed-label {
  background-color: #F39F5A;
  display: inline-block;
}

.qa-failed-check {
  color: #F39F59;
}
.qa-failed-check i {
  margin-top: 6px;
}

.qa-session-alert {
  border: 1px solid #F39F59 !important;
  background-color: #FDF3E9 !important;
}

.qa-passed-check i {
  margin-top: 6px;
}

.business-rule-image {
  background-color: #FFECFB;
}

.note-rule-image {
  background-color: #D1B3DB;
}

.qa-passed-card {
  background-color: #FFFFFF !important;
}

.business-rules-text-container {
  max-width: 85%;
  display: inline-block;
  vertical-align: top;
}
.business-rules-text-container .business-rule-name {
  font-weight: normal;
}
.business-rules-text-container .business-rule-name a {
  text-decoration: underline;
}

.test-plan-business-rules .business-rule-expectation {
  font-weight: normal;
}

.image-checklist-business-rule input[type=checkbox] {
  margin-top: 5px !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
}
.image-checklist-business-rule span {
  vertical-align: top;
}

.sub-feature-description-field {
  width: 90% !important;
}

.modal .modal-header {
  text-align: center;
  background-color: #FFFFFF;
  border-bottom: none;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
}
.modal .modal-body {
  margin-top: 0;
  padding-top: 0;
}
.modal .modal-footer .btn {
  width: 170px;
}
.modal .modal-footer button {
  background-color: #492659 !important;
}
.modal .signature-icon {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  padding: 14px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 36px;
  text-align: center;
  color: #451952;
}
.modal .light-purple-signature-icon {
  color: #FDD8F5;
  background-color: #662549;
}
.modal .blue-signature-icon {
  background-color: #DEF0FF;
}
.modal .pink-signature-icon {
  background-color: #FDD8F5;
}
.modal .plum-signature-icon {
  background-color: #F99FE5;
  color: #FFFFFF;
}
.modal .green-signature-icon {
  background-color: #11A08D;
  color: #C3FEF2;
}
.modal .purple-signature-icon {
  background-color: #1D1A39;
  color: #BADEFC;
}
.modal .redwood-signature-icon {
  background-color: #AE445A;
  color: #FFFFFF;
}
.modal .yellow-signature-icon {
  background-color: #FFCB94;
  color: #333333;
}
.modal .white-icon {
  color: #FFFFFF;
}
.modal h5 {
  font-weight: bolder;
  color: #000000;
  font-size: 24px;
}
.modal .feature-types .feature-type-label {
  font-weight: normal !important;
  margin-bottom: 0;
}
.modal .subfeature-options label {
  font-weight: normal;
}
.modal .existing-subfeature-radio, .modal .existing-section-radio {
  margin-left: 20px !important;
}
.modal #checklist_sub_feature_id_chosen, .modal #checklist_project_section_id_chosen {
  width: 100% !important;
  margin-top: 10px;
}
.modal .sub-feature-not-applicable {
  margin-left: 0;
}
.modal .trix-button--icon-undo, .modal .trix-button--icon-redo, .modal .trix-button-group--history-tools {
  display: none;
}
.modal #sub_feature_accessed_via {
  width: 100% !important;
}

.card-assets {
  color: #1D1A39;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.rule-container {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  background: #EEEBE9;
  border-radius: 12px;
  margin-top: 16px;
}

.info-box {
  background-color: #FFFEFD;
  padding: 12px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-size: 14px;
}
.info-box .info-header {
  color: #1D1A39;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
}

.info-section .card-assets {
  display: flex;
  gap: 5px;
}
.info-section .info-header {
  color: #1D1A39;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
  text-transform: uppercase;
}
.info-section .chevron {
  transition: transform 0.2s ease;
}
.info-section .collapsed .chevron {
  transform: rotate(180deg);
}

#checklists .subfeatures-header {
  color: #1D1A39;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
}
#checklists .business-rules-header {
  color: #1D1A39;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
}
#checklists .checklist-details {
  display: flex;
  flex-direction: row;
}
#checklists .checklist-details .details-left {
  flex: 4;
}
#checklists .checklist-details .details-right {
  flex: 1;
}
#checklists .add-subfeature-header {
  font-weight: bold;
}
#checklists .add-subfeature-text {
  font-weight: normal;
  font-style: italic;
}
#checklists .remove-checklist {
  font-size: 16px;
  color: #451952;
}
#checklists .subfeature-details, #checklists .project-section-details {
  font-weight: normal;
}
#checklists .business-rule-delete {
  font-size: 14px;
}

.note-btn {
  background-color: #FFFEFD;
  padding: 0 5px 0 5px;
  border-width: 1px;
}

.checklist-business-rules-count {
  font-size: 10px;
  padding: 2px 8px 2px 8px;
  background-color: #451952;
  border-radius: 10px;
  color: #FAF5F0;
  vertical-align: middle;
}

.line-items-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 2rem 0;
}
.line-items-container h2 {
  color: #451952;
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
}

.line-items-values {
  background-color: #F4F2F0;
  padding: 10px;
  border-radius: 12px;
}
.line-items-values .details-box-content {
  border-radius: 12px;
  padding: 6px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #FFFEFD;
}

.line-item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line-item-heading div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.line-item-heading .btn.icon-btn {
  padding: 6px;
}
.line-item-heading span {
  font-size: 12px;
}

.line-item-btn-lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}
.line-item-btn-lists .btn {
  padding: 6px 8px;
}
.line-item-btn-lists div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.line-item-btn-lists div a, .line-item-btn-lists div button, .line-item-btn-lists div span {
  font-size: 12px;
  font-weight: 400;
}

.line-item-table .avatar {
  border-radius: 50%;
  border: 2px solid rgb(197, 197, 197);
  background-color: rgb(214, 214, 214);
  height: 35px;
  width: 35px;
  margin: 5px 3px;
  display: inline-block;
  vertical-align: middle;
}
.line-item-table .initials {
  font-size: 10px;
  font-weight: bold;
  padding: 9px 8px;
  vertical-align: bottom;
}

.polishing-points-warning {
  background-color: #F2DEDE !important;
}

.line-item-row {
  background-color: #F4F2F0 !important;
}

#vd-hours-not-equal-to-li-hours {
  color: #D9534F;
}

.totals-box {
  text-align: center;
  background-color: lightgray;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  padding: 5px;
}
.totals-box .desc {
  display: block;
  text-transform: uppercase;
}
.totals-box .amount {
  display: block;
  font-size: 200%;
}
.totals-box.totals-box-all {
  border-bottom-color: #2F455C;
}
.totals-box.totals-box-fixed-bid {
  border-bottom-color: #FF9900;
}
.totals-box.totals-box-recurring {
  border-bottom-color: #4BAF8B;
}
.totals-box.totals-box-discounts {
  border-bottom-color: #9B1C16;
}

#ticket_card_ticket_id_chosen {
  min-width: 600px;
}

#ticket_search input,
#ticket_search .chosen-container {
  width: 100% !important;
}

.ticket-table .comment {
  max-width: 600px;
}
.ticket-table tr td {
  vertical-align: top !important;
}

body.ticket-cards-index .container {
  max-width: 70%;
  width: 70%;
}

.ticket-step-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #D0D0D0;
  background-color: #FFFFFF;
  box-sizing: border-box;
  vertical-align: middle;
}

.ticket-step-indicator-completed:not(.ticket-step-indicator-off) {
  background-color: #382A7C;
  border-color: #382A7C;
}
.ticket-step-indicator-completed:not(.ticket-step-indicator-off) .ticket-step-indicator-check {
  color: #FFFFFF;
  font-size: 8px;
  line-height: 1;
}

.ticket-step-indicator-off {
  background-color: #E8E8E8;
  border-color: #BDBDBD;
}

.ticket-card-row-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.est-points-time {
  font-weight: 600;
}

.reported-issue {
  border-left: solid 5px #F39F5A;
  padding-left: 15px;
}

.note-bubble span {
  -webkit-line-clamp: 3;
}
.note-bubble {
  background-color: #F8F5F2;
  border-radius: 6px;
  padding: 6px 16px;
  position: relative;
  font-size: 12px;
  margin-bottom: 15px;
  max-width: 500px;
}
.note-bubble:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 12px;
  border-left: 12px solid #F8F5F2;
  border-top: 6px solid #F8F5F2;
  border-bottom: 6px solid transparent;
  border-right: 12px solid transparent;
}
.note-bubble.private-note {
  display: inline-block;
  background-color: #FBDDC5;
}
.note-bubble.private-note:after {
  border-left: 12px solid #FBDDC5;
  border-top: 6px solid #FBDDC5;
}

.clipped-bubble span {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.urgency-pill {
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.urgency-pill.urgent {
  background-color: #AE445A;
}
.urgency-pill.high {
  background-color: #F39F5A;
}

.ticket-details .note-bubble {
  width: 100%;
  max-width: 100%;
}
.ticket-details .avatar {
  border-radius: 50%;
  border: 2px solid rgb(197, 197, 197);
  background-color: rgb(214, 214, 214);
  height: 60px !important;
  width: 60px !important;
  display: inline-block;
  cursor: pointer;
}
.ticket-details .initials {
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 14px 5px !important;
}
.ticket-details .delete-time-entry,
.ticket-details .time-entry-delete {
  color: #AB1A1A !important;
}
.ticket-details .button_to {
  display: inline-block;
}

.project-warning {
  color: #AB1A1A;
}

#view_project {
  text-decoration: underline;
}

.time-info {
  margin-top: 8px;
}

.project-info {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.running-gif {
  width: 15px;
  margin-right: 5px;
}

.project-ticket-row {
  display: flex;
  gap: 24px;
}

.project-ticket-group {
  display: inline-flex;
  flex-direction: column;
}

.project-ticket-field {
  width: 260px;
}

.ticket-priority-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}

.ticket-priority-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ticket-card-form {
  max-width: 900px;
  margin-top: 20px;
}

.ticket-card-actions {
  text-align: left;
  margin-top: 16px;
}

.ticket-card-actions .btn {
  margin-left: 0;
}

.ticket-steps {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.ticket-step {
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  width: 144px;
  height: 175px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}

.ticket-step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}

.ticket-step-title {
  max-width: 100px;
}

.ticket-step-toggle {
  border: none;
  background: none;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  cursor: pointer;
}

.ticket-step-icon {
  margin-top: 16px;
  text-align: center;
  font-size: 36px;
}

.ticket-step-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-bottom: 4px;
}

.ticket-step-completed-date {
  margin-top: 4px;
}

.ticket-step-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #282549;
  margin-top: 0;
  margin-left: 0;
}

.ticket-step-checkbox {
  display: inline-flex;
  margin: 0 auto;
}

.ticket-step.ticket-step-off {
  background-color: #F5F5F5;
  border-color: #D0D0D0;
  opacity: 0.9;
}

.ticket-step.ticket-step-off .ticket-step-checkbox input {
  cursor: not-allowed;
}

.ticket-step.ticket-step-off .ticket-step-icon i {
  opacity: 0.25;
}

.ticket-step.ticket-step-completed {
  background-color: #382A7C;
  color: #FFFFFF;
  border-color: #382A7C;
}

.ticket-step.ticket-step-completed .ticket-step-completed-date {
  color: #FFFFFF;
}

.ticket-step:not(.ticket-step-off) {
  border-color: #282549;
}

.ticket-step[data-step-key=immediate_fix] .ticket-step-icon i {
  color: #F15A29;
}

.ticket-step[data-step-key=notify_client_1] .ticket-step-icon i {
  color: #0091FF;
}

.ticket-step[data-step-key=permanent_fix] .ticket-step-icon i {
  color: #6F6F6F;
}

.ticket-step[data-step-key=release_to_prod_1] .ticket-step-icon i {
  color: #7F3DFF;
}

.ticket-step[data-step-key=release_to_prod_2] .ticket-step-icon i {
  color: #0091FF;
}

.ticket-step .when-on {
  display: inline-block;
}

.ticket-step .when-off {
  display: none;
}

.ticket-step.ticket-step-off .when-on {
  display: none;
}

.ticket-step.ticket-step-off .when-off {
  display: inline-block;
}

.et-orange {
  color: #FF9900;
}

.velocity-page-header {
  padding-top: 16px;
  width: 95%;
  margin: 0 auto;
}
.velocity-page-header .velocity-page-header-text {
  padding: 6px 0;
  background-color: #492659;
  text-align: center;
}
.velocity-page-header .velocity-page-header-text .your-velocity-header-h1 {
  color: white;
  margin: 0;
}
.velocity-page-header .velocity-page-header-border {
  padding-top: 41px;
  border-bottom: solid 4px #492659;
}

.professional-goals-form,
.professional-goals-button {
  margin-bottom: 15px;
}

.current-velocity-total-label,
.past-velocity-total-label {
  text-transform: uppercase;
}

table.table-striped .all-caps-table-row th {
  text-transform: uppercase;
}

.current-velocity-goal-marker-div {
  position: absolute;
  top: -58px;
  z-index: 12;
}
.current-velocity-goal-marker-div .label-div {
  width: 90px;
}
.current-velocity-goal-marker-div .label-div label {
  color: #4A4A4A;
}
.current-velocity-goal-marker-div .goal-marker-line {
  width: 4px;
  height: 54px;
  background-color: #4A4A4A;
}

.velocity-padded-body {
  padding-bottom: 50px;
  width: 95%;
  margin: 0 auto;
}
.velocity-padded-body .form-inline .search .margin-left-label {
  margin-left: 20px;
}
.velocity-padded-body .table-striped tbody tr,
.velocity-padded-body .table-striped tbody tr td {
  border: none;
}
.velocity-padded-body .table-striped > tbody > tr:nth-child(2n+1) > td,
.velocity-padded-body .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #F6F6F6;
}
.velocity-padded-body .velocity-professional-goals {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 2px #999999;
}
.velocity-padded-body .velocity-professional-goals .velocity-goal-amount {
  text-align: center;
  border-right: dotted 2px #999999;
}
.velocity-padded-body .velocity-professional-goals .velocity-goal-amount .velocity-goal-div {
  width: 100px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: center;
  padding: 31px 12px;
  background-color: #6885E7;
  border-radius: 50%;
}
.velocity-padded-body .velocity-professional-goals .velocity-goal-amount .velocity-goal-div h3 {
  color: white;
  font-size: 38px;
  margin: 0;
}
.velocity-padded-body .velocity-professional-goals .velocity-goal-amount #velocity-goal-hidden-input {
  display: none;
}
.velocity-padded-body .velocity-professional-goals .professional-goals-list label {
  margin-bottom: 12px;
}
.velocity-padded-body .velocity-professional-goals .professional-goals-list .goal-line-items-edit-link {
  margin: 0 auto;
  text-align: center;
}
.velocity-padded-body .velocity-professional-goals .work-life-balance label {
  margin-bottom: 12px;
}
.velocity-padded-body .velocity-professional-goals .work-life-balance .work-life-balance-info {
  display: flex;
  flex-direction: row;
}
.velocity-padded-body .velocity-professional-goals .work-life-balance .work-life-balance-info .info-icon {
  width: 33%;
  padding-left: 10px;
}
.velocity-padded-body .velocity-professional-goals .work-life-balance .work-life-balance-info .info-text {
  width: 60%;
}
.velocity-padded-body .velocity-professional-goals .work-life-balance .work-life-balance-info .info-text .work-week-header {
  font-size: 2.5em;
  color: black;
  margin-top: 0;
  margin-bottom: 8px;
}
.velocity-padded-body .your-current-velocity {
  margin-bottom: 30px;
  border-bottom: dotted 2px #999999;
  padding-bottom: 30px;
}
.velocity-padded-body .your-current-velocity .velocity-page-h2 {
  margin-bottom: 0;
}
.velocity-padded-body .your-current-velocity .current-velocity {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar {
  padding-top: 65px;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars .status-bar-body {
  position: relative;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars .category-status-bar {
  margin-right: 16px;
  height: 40px;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars .category-status-bar.pending-release {
  background-color: #417505;
  border-bottom: solid 8px rgb(37.8278688525, 68.0901639344, 2.9098360656);
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars .category-status-bar.staging-rejects {
  background-color: #D0021B;
  border-bottom: solid 8px rgb(157.4857142857, 1.5142857143, 20.4428571429);
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars .category-status-bar.staging {
  background-color: #4990E2;
  border-bottom: solid 8px rgb(34.0853080569, 117.5355450237, 213.9146919431);
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars .category-status-bar.qa-rejects {
  background-color: #203067;
  border-bottom: solid 8px rgb(19.9111111111, 29.8666666667, 64.0888888889);
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars .category-status-bar.qa {
  background-color: #BD10E0;
  border-bottom: solid 8px rgb(148.8375, 12.6, 176.4);
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars .category-status-bar.under-code-review {
  background-color: #F5A623;
  border-bottom: solid 8px rgb(219.0434782609, 140.3869565217, 9.9565217391);
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .status-bars .category-status-bar.to-do {
  background-color: #F2D600;
  border-bottom: solid 8px rgb(191, 168.9008264463, 0);
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label {
  margin-right: 30px;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label .velocity-legend-square {
  width: 10px;
  height: 10px;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 8px;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label .velocity-legend-square.pending-release-square {
  background-color: #417505;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label .velocity-legend-square.staging-rejects-square {
  background-color: #D0021B;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label .velocity-legend-square.staging-square {
  background-color: #4990E2;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label .velocity-legend-square.qa-rejects-square {
  background-color: #203067;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label .velocity-legend-square.qa-square {
  background-color: #BD10E0;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label .velocity-legend-square.under-code-review-square {
  background-color: #F5A623;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label .velocity-legend-square.to-do-square {
  background-color: #F2D600;
}
.velocity-padded-body .your-current-velocity .current-velocity .velocity-bar .lane-names .legend-label .velocity-category-label {
  color: #888888;
  font-weight: 400;
  padding-top: 0;
}
.velocity-padded-body .your-current-velocity .current-velocity .current-velocity-total-area {
  margin-left: 85px;
  text-align: center;
}
.velocity-padded-body .your-current-velocity .current-velocity .current-velocity-total-area .current-velocity-total-label {
  font-size: 18px;
  font-weight: 400;
  color: #888888;
  text-transform: uppercase;
}
.velocity-padded-body .your-current-velocity .current-velocity .current-velocity-total-area .velocity-total {
  width: 100px;
  text-align: center;
  padding: 31px 12px;
  background-color: #F0A227;
  border-radius: 50%;
}
.velocity-padded-body .your-current-velocity .current-velocity .current-velocity-total-area .velocity-total h3 {
  color: white;
  font-size: 38px;
  margin: 0;
}
.velocity-padded-body .your-past-velocity {
  margin-bottom: 30px;
  border-bottom: dotted 2px #999999;
  padding-bottom: 30px;
}
.velocity-padded-body .your-past-velocity .velocity-page-h2 {
  margin-bottom: 30px;
}
.velocity-padded-body .your-past-velocity .past-velocity-selector .selector-div {
  display: flex;
  flex-direction: row;
}
.velocity-padded-body .your-past-velocity .past-velocity-selector .selector-div #past_velocity_time_selection {
  width: 180px;
}
.velocity-padded-body .your-past-velocity .past-velocity-selector .selector-div .past-velocity-month-selector-link {
  font-size: 26px;
  line-height: 26px;
  color: #4A6189;
}
.velocity-padded-body .your-past-velocity .past-velocity-selector .selector-div .past-velocity-month-selector-link.past-velocity-month-selector-back {
  margin-right: 20px;
}
.velocity-padded-body .your-past-velocity .past-velocity-selector .selector-div .past-velocity-month-selector-link.past-velocity-month-selector-forward {
  margin-left: 20px;
}
.velocity-padded-body .your-past-velocity .visualized-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information {
  padding-top: 65px;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .week-bar-display {
  display: flex;
  flex-direction: row;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .week-bar-display .category-bar-display {
  margin-right: 16px;
  height: 40px;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .week-bar-display .category-bar-display.points-per-day {
  background-color: #5DA9C0;
  border-bottom: solid 8px rgb(65.52, 144.56, 168.48);
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .week-bar-display .category-bar-display.helpdesk-per-day {
  background-color: #FABB53;
  border-bottom: solid 8px rgb(248.5593220339, 167.406779661, 33.4406779661);
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .week-bar-display .category-bar-display.quoting-per-day {
  background-color: #8AEBCE;
  border-bottom: solid 8px rgb(94.4452554745, 227.5547445255, 187.7591240876);
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .week-bar-display .category-bar-display.stuff-per-day {
  background-color: #E991EA;
  border-bottom: solid 8px rgb(224.4351145038, 102.1755725191, 225.8244274809);
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .week-bar-display .category-bar-display.things-per-day {
  background-color: #D1F6A9;
  border-bottom: solid 8px rgb(184.3052631579, 241.1684210526, 122.8315789474);
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend .point-category-label {
  margin-right: 30px;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend .point-category-label .category-label-square {
  width: 10px;
  height: 10px;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 8px;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend .point-category-label .category-label-square.points-per-day {
  background-color: #5DA9C0;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend .point-category-label .category-label-square.helpdesk-per-day {
  background-color: #FABB53;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend .point-category-label .category-label-square.quoting-per-day {
  background-color: #8AEBCE;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend .point-category-label .category-label-square.stuff-per-day {
  background-color: #E991EA;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend .point-category-label .category-label-square.things-per-day {
  background-color: #D1F6A9;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend .point-category-label .category-label-text {
  color: #888888;
  font-weight: 400;
  padding-top: 0;
}
.velocity-padded-body .your-past-velocity .visualized-info .week-bar-information .color-coder-legend .point-category-label .category-label-text strong {
  color: #4A4A4A;
  font-weight: 800;
}
.velocity-padded-body .your-past-velocity .visualized-info .past-velocity-total-div {
  margin-left: 50px;
  text-align: center;
}
.velocity-padded-body .your-past-velocity .visualized-info .past-velocity-total-div .past-velocity-total-label {
  color: #6885E7;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.velocity-padded-body .your-past-velocity .visualized-info .past-velocity-total-div .past-velocity-total {
  width: 100px;
  text-align: center;
  padding: 31px 12px;
  background-color: #6885E7;
  border-radius: 50%;
}
.velocity-padded-body .your-past-velocity .visualized-info .past-velocity-total-div .past-velocity-total h3 {
  color: white;
  font-size: 38px;
  margin: 0;
}
.velocity-padded-body .your-average-versus-company-average {
  margin-bottom: 30px;
}
.velocity-padded-body .your-average-versus-company-average .average-comparison .month-selector .selectors {
  display: flex;
  flex-direction: row;
}
.velocity-padded-body .your-average-versus-company-average .average-comparison .month-selector .selectors #company_average_month_selection {
  width: 180px;
}
.velocity-padded-body .your-average-versus-company-average .average-comparison .month-selector .selectors .month-selector-link {
  font-size: 26px;
  line-height: 26px;
  color: #4A6189;
}
.velocity-padded-body .your-average-versus-company-average .average-comparison .month-selector .selectors .month-selector-link.month-selector-back {
  margin-right: 20px;
}
.velocity-padded-body .your-average-versus-company-average .average-comparison .month-selector .selectors .month-selector-link.month-selector-forward {
  margin-left: 20px;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .month-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .month-row .display-past-month-average-info {
  margin: 0 15px;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .month-row .display-past-month-average-info .comparison-graph {
  border-bottom: solid 4px #9B9B9B;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 200px;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .month-row .display-past-month-average-info .comparison-graph .user-average-total-label {
  color: #36798D;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 8px;
  margin-bottom: 0;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .month-row .display-past-month-average-info .comparison-graph .user-average-total-label .bar-graph {
  background-color: #36798D;
  width: 30px;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .month-row .display-past-month-average-info .comparison-graph .company-average-total-label {
  color: #86CAD1;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 8px;
  margin-bottom: 0;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .month-row .display-past-month-average-info .comparison-graph .company-average-total-label .bar-graph {
  background-color: #86CAD1;
  width: 30px;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .month-row .display-past-month-average-info .month-identifier-label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .legend-labels-row {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .legend-labels-row .legend-label {
  display: flex;
  flex-direction: row;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .legend-labels-row .legend-label .user-average-square {
  width: 10px;
  height: 10px;
  background-color: #36798D;
  margin-top: 6px;
  margin-right: 8px;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .legend-labels-row .legend-label .company-average-square {
  width: 10px;
  height: 10px;
  background-color: #86CAD1;
  margin-top: 6px;
  margin-left: 24px;
  margin-right: 8px;
}
.velocity-padded-body .your-average-versus-company-average .month-graph .legend-labels-row .legend-label .legend-label-text {
  color: #9EA0B3;
  font-size: 16px;
  padding-top: 0;
  font-weight: 400;
}
.velocity-padded-body .margin-bottom-btn {
  margin-bottom: 20px;
}
.velocity-padded-body h2.velocity-page-h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.velocity-padded-body h2.velocity-page-h2.no-margin-bottom {
  margin-bottom: 8px;
}
.velocity-padded-body .items-board {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.velocity-padded-body .items-board .pill {
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.velocity-padded-body .items-board .pill.fixed, .velocity-padded-body .items-board .pill.est {
  background-color: #492659;
}
.velocity-padded-body .items-board .pill.mtd {
  background-color: #8D8D8D;
}
.velocity-padded-body .items-board .lane {
  flex: 1 0 calc(25% - 20px);
  margin: 0 10px;
}
.velocity-padded-body .items-board .lane .lane-title-area {
  text-align: center;
}
.velocity-padded-body .items-board .lane .lane-title-area .lane-title {
  font-size: 16px;
  color: #5C5C5C;
  padding: 0;
  margin: 0;
}
.velocity-padded-body .items-board .lane .line-items {
  padding: 24px 10px 10px;
  background-color: #EDEDED;
}
.velocity-padded-body .items-board .lane .line-items .card-link {
  cursor: pointer;
}
.velocity-padded-body .items-board .lane .line-items .card-link a:hover {
  text-decoration: none !important;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card {
  padding: 8px;
  border-radius: 10px;
  background-color: #FEFEFE;
  margin-bottom: 12px;
  cursor: pointer;
  -moz-box-shadow: 0 0 5px #777777;
  -webkit-box-shadow: 0 0 5px #777777;
  box-shadow: 0 0 5px #777777;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card label {
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 0;
  color: #4A4A4A;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card p {
  margin-bottom: 0;
  color: #4A4A4A;
  text-decoration: none;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card h4 {
  color: #4A4A4A;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top {
  width: 100%;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top.to-do {
  background-color: #F2D600;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top.doing {
  background-color: #7ED322;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top.under-code-review {
  background-color: #F5A623;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top.qa-rejects {
  background-color: #203067;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top.qa {
  background-color: #BD10E0;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top.staging-rejects {
  background-color: #D0021B;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top.staging {
  background-color: #4990E2;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top.pending-release {
  background-color: #417505;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .color-bar-top.miscellaneous {
  background-color: #8D8D8D;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .project-logo {
  max-width: 27.5%;
  margin: 0 auto;
  text-align: center;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card .project-logo .img-responsive {
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.velocity-padded-body .items-board .lane .line-items .card-link .card:hover {
  background-color: #EFEFEF;
}

@media (max-width: 992px) {
  .velocity-goal-amount {
    border-right: none !important;
  }
  .professional-goals-list {
    border-right: none !important;
  }
}
@media (max-width: 992px) {
  .your-goals-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .velocity-goal-amount,
  .professional-goals-list,
  .work-life-balance {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
  }
}
.user-edit .required::after {
  position: unset !important;
}
.user-edit .container {
  width: 100%;
  margin-top: 15px;
  border-radius: 12px;
  padding: 16px;
}
.user-edit .container h2 {
  margin: 0;
}
.user-edit .container.basics {
  background-color: #F9F4FC;
}
.user-edit .container.tools {
  background-color: #F8F7F6;
}
.user-edit .container .control-label span {
  position: relative;
  bottom: 5px;
  left: 8px;
}
.user-edit .container input[type=radio] {
  width: 20px;
  height: 20px;
}
.user-edit .user-checkbox {
  width: 20px;
  height: 20px;
}

.text-pending {
  display: flex;
  margin-top: 15px;
  margin-bottom: -3px;
}
.text-pending .button_to {
  display: block;
  margin-top: -10px;
}

.et-orange {
  color: #FF9900;
}

.todo-screen-bg-image {
  height: 100vh;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.internal-dashboard .button_to {
  display: inline-block;
}
.internal-dashboard .text-warning {
  color: #DA700F;
  font-weight: bold;
}
.internal-dashboard .text-danger {
  color: #AB1A1A !important;
  font-weight: bold;
}
.internal-dashboard .title-column {
  width: 50%;
}
.internal-dashboard .assigned-to {
  text-align: center;
}
.internal-dashboard .assigned-to .avatar-div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.internal-dashboard .assigned-to .avatar {
  border-radius: 50%;
  border: 2px solid rgb(197, 197, 197);
  background-color: rgb(214, 214, 214);
  height: 35px;
  width: 35px;
  display: inline-block;
}
.internal-dashboard .assigned-to .initials {
  font-size: 10px;
  font-weight: bold;
  padding: 9px 10px;
  vertical-align: bottom;
}
.internal-dashboard .chosen-container-single .chosen-single {
  border-radius: 4px;
  background: white;
  border: 1px solid #E3DEDC;
}
.internal-dashboard h1 {
  margin: 0;
  color: #1D1A39;
}
.internal-dashboard .shadow-btn {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 12px;
  font-weight: 400;
}
.internal-dashboard .heading-3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #451952;
  margin: 0;
}
.internal-dashboard .heading {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.internal-dashboard .search-box {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 12px;
  padding: 16px;
  background-color: #FFFEFD;
}
.internal-dashboard .search-box label {
  display: block;
  margin: 8px 0 0 0;
  padding: 0;
  font-weight: 400;
  color: #451952;
}
.internal-dashboard .search-box .search-btn {
  background-color: #451952;
  color: white;
  padding: 8px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
  height: 36px;
  width: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.internal-dashboard .card-body {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #F8F7F6;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.internal-dashboard .card-body .table {
  border-collapse: separate;
  border-spacing: 0 1em;
  margin-bottom: 0;
}
.internal-dashboard .card-body .table thead tr {
  background-color: white !important;
  border-radius: 12px;
}
.internal-dashboard .card-body .table thead tr th {
  color: #1D1A39;
  padding: 12px;
}
.internal-dashboard .card-body .table thead tr th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.internal-dashboard .card-body .table thead tr th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.internal-dashboard .card-body .table tbody tr {
  background-color: white !important;
}
.internal-dashboard .card-body .table tbody tr td {
  color: #1D1A39;
  padding: 18px 12px;
  vertical-align: middle !important;
}
.internal-dashboard .card-body .table tbody tr td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.internal-dashboard .card-body .table tbody tr td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.internal-dashboard .card-body .table .status-pill {
  border-radius: 20px;
  padding: 4px 8px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.internal-dashboard .card-body .table .doing-pill {
  background-color: #F39F5A;
  color: white;
}
.internal-dashboard .card-body .table .pull-request-pill {
  background-color: #E8DDFF;
  color: #451952;
}
.internal-dashboard .card-body .table .qa-pill {
  background-color: #451952;
  color: white;
}
.internal-dashboard .card-body .table .title-link {
  font-weight: 700;
  color: #1D1A39;
}
.internal-dashboard .card-body .table .action-btn {
  padding: 6px;
}

.image-preview {
  margin-bottom: 90px;
}

.avatar-container {
  overflow: hidden;
  border-radius: 50%;
  width: 33px;
  height: 33px;
}
.avatar-container .user-avatar {
  border-radius: 0;
  margin: 0;
  height: 33px;
  width: 33px;
}

.user-form {
  padding: 20px 40px 0 40px;
}

.image-preview {
  margin-bottom: 90px;
}

.avatar-container {
  overflow: hidden;
  border-radius: 50%;
  width: 33px;
  height: 33px;
}
.avatar-container .user-avatar {
  border-radius: 0;
  margin: 0;
  height: 33px;
  width: 33px;
}

.user-form {
  padding: 20px 40px 0 40px;
}

.et-orange {
  color: #FF9900;
}

.users-page .quick-links {
  margin-right: 20px;
}
.users-page .quick-link-link {
  margin: 10px;
}

.required {
  position: relative;
}

.required::after {
  position: absolute;
  content: " *";
  right: 7px;
  top: 9px;
}

.right-side-input {
  position: relative;
}

.right-side-input::after {
  position: absolute;
  content: " *";
  right: 6px;
  top: 9px;
}

.edit-account h1 {
  margin-bottom: 38px;
}
.edit-account .update-account-page-button {
  width: 197px;
}
.edit-account .btn {
  min-width: 150px !important;
}
.edit-account .bottom-margin-input {
  margin-bottom: 18px;
}
.edit-account .email-opt-out-checkbox-label {
  margin-left: 8px;
}
.edit-account .col-md-4.right-side-col-4 {
  padding-left: 15px !important;
}
.edit-account .col-md-4.zero-padding-col-4 {
  padding-right: 0 !important;
}
.edit-account .email-opt-out-warning {
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 1rem;
}
.edit-account .email-opt-out-warning p {
  margin: 0;
}

.add-new-user-btn {
  color: #1FAE8E;
  border-color: #1FAE8E;
}

.user-search-text {
  color: #666666;
  display: inline;
  font-weight: bold;
}

.users-search-pill-btn {
  border: solid 1px;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
}
.users-search-pill-btn a {
  text-decoration: none !important;
}
.users-search-pill-btn.internal {
  border-color: #657DCC;
}
.users-search-pill-btn.internal a {
  color: #657DCC;
}
.users-search-pill-btn.customer {
  border-color: #BA2976;
}
.users-search-pill-btn.customer a {
  color: #BA2976;
}
.users-search-pill-btn.active a {
  color: #FFFFFF;
}
.users-search-pill-btn.active.internal {
  background-color: rgb(177.6243902439, 189.6829268293, 229.3756097561);
}
.users-search-pill-btn.active.customer {
  background-color: rgb(222.3083700441, 106.6916299559, 168.0881057269);
}

.user-sort-link a {
  color: #333333;
}

.btn-inactivate {
  color: #FFFFFF;
  background-color: #AE2379;
}

.btn-activate {
  color: #FFFFFF;
  background-color: #492659;
}

.btn-users-submit {
  color: #492659;
  background-color: #FFFFFF;
  border: solid 1px #492659;
}

.history-detail-row {
  background-color: #F8F7F6;
  padding: 20px;
  margin: 0;
  border-radius: 6px;
}

.invite-change-avatar,
.invite-delete-avatar {
  padding: 8px 16px !important;
}

.et-orange {
  color: #FF9900;
}

.update-email {
  background-color: #F8F7F5;
}
.update-email h2 {
  color: #492659;
}
.update-email h4 a {
  color: #6F7AD1;
}
.update-email .email-container {
  padding: 10px;
  background-color: #FFFFFF;
}
.update-email .developer-message-area {
  display: flex;
  flex-direction: row;
}
.update-email .developer-message-area .developer-name-avatar {
  width: auto;
}
.update-email .developer-message-area .developer-name-avatar::after {
  content: "";
  position: absolute;
  bottom: 25%;
  right: 0;
  height: 50%;
  border-left: 1px solid #DDDDDD;
}

.email-table {
  border-collapse: collapse;
}
.email-table td {
  padding: 15px;
}

.et-orange {
  color: #FF9900;
}

.tip-sort-link a {
  color: #FFFFFF;
}

.et-orange {
  color: #FF9900;
}

.project-access-background {
  background-color: #F8F7F6;
  padding: 10px;
  border-radius: 6px;
}

.project-default-access-background {
  background-color: #F2DEDE;
  padding: 10px;
  border-radius: 6px;
}

.project-access-project {
  font-weight: bold;
}

#project_access {
  min-height: 300px;
}

.access-container {
  margin: 0 !important;
  padding: 0 !important;
}

.access-row {
  margin-left: 0 !important;
}

.et-orange {
  color: #FF9900;
}

.upload_profile_avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

#photo_preview {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.password-check {
  color: #11A08D;
}

.profile_page {
  display: flex;
  padding: 32px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.profile_page .profile_container {
  display: flex;
  width: 100%;
  padding: 24px;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.profile_page .profile_container .profile_sidebar {
  display: flex;
  width: 288px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.profile_page .profile_container .profile_sidebar .profile_title {
  color: #1D1A39;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.profile_page .profile_container .profile_sidebar .profile_sidebar_item_focused {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  border-left: 2px solid #451952;
}
.profile_page .profile_container .profile_sidebar .profile_sidebar_item_focused a {
  color: #451952;
  font-weight: 600;
}
.profile_page .profile_container .profile_sidebar .profile_sidebar_item {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  border-left: 2px solid var(--Muted-Text, #B9B9B9);
}
.profile_page .profile_container .profile_sidebar .profile_sidebar_item a {
  color: #999999;
  font-weight: 600;
}
.profile_page .profile_container .profile_icon_container {
  background-color: #451952;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.profile_page .profile_container .profile_icon_container i {
  color: #FFE9DC;
  font-size: 20px;
}
.profile_page .profile_container .main_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.profile_page .profile_container .main_content .content-well {
  justify-content: start !important;
  padding-top: 0 !important;
}
.profile_page .profile_container .main_content .span4 {
  width: 60%;
}
.profile_page .profile_container .main_content .span4 .well {
  width: 150%;
}
.profile_page .profile_container .main_content .profile_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.profile_page .profile_container .main_content .profile_header h2 {
  font-weight: 600;
  font-size: 40px;
  color: #1D1A39;
  font-family: "Work Sans", sans-serif;
  margin: 0 !important;
}
.profile_page .profile_container .main_content .reset_form {
  width: 60% !important;
}
.profile_page .profile_container .main_content .profile_content {
  display: inline-block;
  width: 100%;
}
.profile_page .profile_container .main_content .profile_content .field_with_errors {
  display: contents; /* or inline if better */
  border: none;
  background: none;
}
.profile_page .profile_container .main_content .profile_content .basics_title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
}
.profile_page .profile_container .main_content .profile_content .profile_details {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.profile_page .profile_container .main_content .profile_content .profile_details input[type=text], .profile_page .profile_container .main_content .profile_content .profile_details input[type=password] {
  border: 1px solid #e3dedc;
  border-radius: 4px;
  width: 50%;
}
.profile_page .profile_container .main_content .profile_content .profile_details .harvest-token {
  width: 100% !important;
  border: 1px solid #e3dedc;
  border-radius: 4px;
}
.profile_page .profile_container .main_content .profile_content .profile_details .password-eye {
  display: flex;
}
.profile_page .profile_container .main_content .profile_content .profile_details .control-group {
  margin-bottom: 15px;
}
.profile_page .profile_container .main_content .profile_content .profile_details .control-group .control-label {
  font-weight: 600;
  font-size: 14px;
}
.profile_page .profile_container .main_content .profile_content .profile_details .control-group .input-group {
  position: relative;
  width: 100%;
}
.profile_page .profile_container .main_content .profile_content .profile_details .control-group .input-group .input-group-append {
  position: absolute;
  left: 96%;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  padding: 0 10px;
}
.profile_page .profile_container .main_content .profile_content .profile_pic {
  display: flex;
  align-items: center;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container {
  display: flex;
  align-items: center;
  gap: 25px;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_image {
  width: 90px;
  height: 90px;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_image .profile_avatar {
  max-width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_image .profile {
  border-radius: 8px;
  border: 1px solid #8AC5FC;
  width: 100%;
  height: 100%;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_image .profile span {
  line-height: 80px !important;
  font-size: 60px !important;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text {
  display: flex;
  flex-direction: column;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .profile_username,
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .profile_title {
  margin: 0;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .profile_title {
  color: var(--Muted-Text, #B9B9B9);
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .avatar_actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .avatar_actions .profile_upload_avatar,
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .avatar_actions .profile_delete_avatar {
  display: flex;
  align-items: center;
  color: var(--Blue-500, #2D69B8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .avatar_actions .profile_upload_avatar a,
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .avatar_actions .profile_delete_avatar a {
  color: var(--Blue-500, #2D69B8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-decoration-line: underline;
}
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .avatar_actions .profile_upload_avatar i,
.profile_page .profile_container .main_content .profile_content .profile_pic .profile_pic_container .profile_text .avatar_actions .profile_delete_avatar i {
  color: var(--Blue-500, #2D69B8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
.profile_page .profile_container .main_content .profile_content .profile_details {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  flex: 1;
}
.profile_page .profile_container .main_content .profile_content .profile_details .control-group {
  margin-bottom: 15px;
}
.profile_page .profile_container .main_content .well {
  width: 100%;
  background-color: unset !important;
  text-align: left;
  padding: 10px 0 !important;
}
.profile_page .profile_container .main_content .success-celebration {
  text-align: center;
  padding: 40px 20px;
}
.profile_page .profile_container .main_content .success-confetti {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
}
.profile_page .profile_container .main_content .success-confetti-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3fb7ff, #7b5cff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  animation: success-pop 600ms ease-out;
}
.profile_page .profile_container .main_content .success-confetti-circle i {
  font-size: 52px;
  color: #ffffff;
  animation: success-check 900ms ease-out;
}
.profile_page .profile_container .main_content .success-confetti-piece {
  position: absolute;
  width: 8px;
  height: 16px;
  border-radius: 4px;
  opacity: 0;
  animation: success-confetti-fall 1200ms ease-out forwards;
}
.profile_page .profile_container .main_content .success-confetti-piece:nth-child(2) {
  background: #ffcd3c;
  left: 10%;
  animation-delay: 80ms;
}
.profile_page .profile_container .main_content .success-confetti-piece:nth-child(3) {
  background: #ff6b6b;
  left: 25%;
  animation-delay: 140ms;
}
.profile_page .profile_container .main_content .success-confetti-piece:nth-child(4) {
  background: #6bcB77;
  left: 40%;
  animation-delay: 200ms;
}
.profile_page .profile_container .main_content .success-confetti-piece:nth-child(5) {
  background: #4d96ff;
  left: 60%;
  animation-delay: 260ms;
}
.profile_page .profile_container .main_content .success-confetti-piece:nth-child(6) {
  background: #f06595;
  left: 75%;
  animation-delay: 320ms;
}
.profile_page .profile_container .main_content .success-confetti-piece:nth-child(7) {
  background: #845ef7;
  left: 90%;
  animation-delay: 380ms;
}
@keyframes success-pop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes success-check {
  0% {
    transform: scale(0.4) rotate(-10deg);
    opacity: 0;
  }
  40% {
    transform: scale(1.1) rotate(3deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes success-confetti-fall {
  0% {
    transform: translateY(-20px) rotateZ(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(60px) rotateZ(260deg);
    opacity: 0;
  }
}

.et-orange {
  color: #FF9900;
}

#chatbot-drawer-root.chatbot-drawer-root--open .chatbot-bug {
  opacity: 0;
  pointer-events: none;
}
#chatbot-drawer-root .chatbot-bug {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  border: 0;
  background: transparent;
  padding: 0;
  transition: opacity 0.15s ease;
}
#chatbot-drawer-root .chatbot-bug-circle {
  align-items: center;
  background: #1D1A39;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  color: #938DE0;
  display: inline-flex;
  font-size: 28px;
  height: 58px;
  justify-content: center;
  width: 58px;
}
#chatbot-drawer-root .chatbot-drawer {
  background: #FFFFFF;
  border: 1px solid #E3DEDC;
  border-radius: 24px 0 0 24px;
  bottom: 0;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: calc(100vh - 82px);
  max-height: 873px;
  padding: 26px 28px 10px;
  position: fixed;
  right: 0;
  top: 82px;
  width: 400px;
  z-index: 1199;
}
#chatbot-drawer-root .chatbot-drawer__header,
#chatbot-drawer-root .chatbot-composer-actions,
#chatbot-drawer-root .chatbot-drawer__tabs,
#chatbot-drawer-root .chatbot-history-item,
#chatbot-drawer-root .chatbot-history-detail-row {
  display: flex;
}
#chatbot-drawer-root .chatbot-drawer__header,
#chatbot-drawer-root .chatbot-composer-actions {
  align-items: center;
  justify-content: space-between;
}
#chatbot-drawer-root .chatbot-drawer__title {
  color: #1D1A39;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.28px;
}
#chatbot-drawer-root .chatbot-close,
#chatbot-drawer-root .chatbot-history-back,
#chatbot-drawer-root .chatbot-attach-btn,
#chatbot-drawer-root .chatbot-send-btn {
  border: 0;
  cursor: pointer;
}
#chatbot-drawer-root .chatbot-close {
  background: transparent;
  color: #8A8684;
  font-size: 14px;
  padding: 0;
}
#chatbot-drawer-root .chatbot-drawer__tabs {
  gap: 24px;
  margin-top: 10px;
}
#chatbot-drawer-root .chatbot-tab {
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: #8A8684;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  padding: 2px 6px;
}
#chatbot-drawer-root .chatbot-tab.active {
  border-bottom-color: #938DE0;
  color: #1D1A39;
}
#chatbot-drawer-root .chatbot-drawer__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}
#chatbot-drawer-root .chatbot-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}
#chatbot-drawer-root .chatbot-history-detail {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}
#chatbot-drawer-root .chatbot-messages,
#chatbot-drawer-root .chatbot-history-list,
#chatbot-drawer-root .chatbot-history-detail-messages {
  flex: 1 1 auto;
  margin-top: 10px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 10px;
}
#chatbot-drawer-root .chatbot-message-row {
  display: flex;
  margin-bottom: 10px;
}
#chatbot-drawer-root .chatbot-message-row.chatbot-message-row--incoming {
  justify-content: flex-end;
}
#chatbot-drawer-root .chatbot-message-row--outgoing {
  justify-content: flex-start;
}
#chatbot-drawer-root .chatbot-message-bubble {
  border-radius: 6px;
  color: #1D1A39;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.28px;
  max-width: 300px;
  padding: 24px;
}
#chatbot-drawer-root .chatbot-message-row--incoming .chatbot-message-bubble {
  background: #FAF5F0;
}
#chatbot-drawer-root .chatbot-message-row--outgoing .chatbot-message-bubble {
  background: #F9F4FC;
  border: 1px solid #FEE2C4;
}
#chatbot-drawer-root .chatbot-spinner-bubble {
  background: transparent;
}
#chatbot-drawer-root .chatbot-message-label {
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
#chatbot-drawer-root .chatbot-message-status {
  color: #8A8684;
  font-size: 12px;
  margin-top: 8px;
}
#chatbot-drawer-root .chatbot-message-text {
  line-height: 1.5;
}
#chatbot-drawer-root .chatbot-message-text > :first-child {
  margin-top: 0;
}
#chatbot-drawer-root .chatbot-message-text > :last-child {
  margin-bottom: 0;
}
#chatbot-drawer-root .chatbot-message-text h1,
#chatbot-drawer-root .chatbot-message-text h2,
#chatbot-drawer-root .chatbot-message-text h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 12px;
}
#chatbot-drawer-root .chatbot-message-text h1 {
  font-size: 22px;
}
#chatbot-drawer-root .chatbot-message-text h2 {
  font-size: 18px;
}
#chatbot-drawer-root .chatbot-message-text h3 {
  font-size: 16px;
}
#chatbot-drawer-root .chatbot-message-text p,
#chatbot-drawer-root .chatbot-message-text ul,
#chatbot-drawer-root .chatbot-message-text ol {
  margin: 0 0 12px;
}
#chatbot-drawer-root .chatbot-message-text ul,
#chatbot-drawer-root .chatbot-message-text ol {
  padding-left: 20px;
}
#chatbot-drawer-root .chatbot-message-text li + li {
  margin-top: 4px;
}
#chatbot-drawer-root .chatbot-message-text code {
  background: rgba(29, 26, 57, 0.08);
  border-radius: 4px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92em;
  padding: 1px 4px;
}
#chatbot-drawer-root .chatbot-message-attachments,
#chatbot-drawer-root .chatbot-pending-attachments {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}
#chatbot-drawer-root .chatbot-message-attachment a,
#chatbot-drawer-root .chatbot-message-attachment,
#chatbot-drawer-root .chatbot-pending-attachment {
  color: #1D1A39;
  font-size: 12px;
  text-decoration: none;
}
#chatbot-drawer-root .chatbot-spinner-bubble {
  color: #8A8684;
  font-size: 12px;
  font-style: italic;
  padding: 12px 0;
}
#chatbot-drawer-root .chatbot-composer {
  background: #FAF5F0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding: 12px;
}
#chatbot-drawer-root .chatbot-queue-indicator,
#chatbot-drawer-root .chatbot-microtext {
  color: #8A8684;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.24px;
}
#chatbot-drawer-root .chatbot-prompt-select {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #1D1A39;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}
#chatbot-drawer-root .chatbot-textarea {
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  color: #1D1A39;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.24px;
  min-height: 44px;
  resize: none;
}
#chatbot-drawer-root .chatbot-attach-btn,
#chatbot-drawer-root .chatbot-send-btn {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 12px;
  height: 25px;
  justify-content: center;
  width: 25px;
}
#chatbot-drawer-root .chatbot-attach-btn {
  background: #FFFFFF;
  color: #1D1A39;
}
#chatbot-drawer-root .chatbot-send-btn {
  background: #1D1A39;
  color: #FFFFFF;
}
#chatbot-drawer-root .chatbot-send-btn.chatbot-send-btn--loading {
  opacity: 0.85;
}
#chatbot-drawer-root .chatbot-pending-attachment-remove {
  background: transparent;
  border: 0;
  color: #8A8684;
  margin-left: 4px;
  padding: 0;
}
#chatbot-drawer-root .chatbot-history-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#chatbot-drawer-root .chatbot-history-item {
  background: #F9F4FC;
  border: 0;
  border-radius: 6px;
  color: #1D1A39;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px;
  text-align: left;
  width: 100%;
}
#chatbot-drawer-root .chatbot-history-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#chatbot-drawer-root .chatbot-history-url,
#chatbot-drawer-root .chatbot-history-time,
#chatbot-drawer-root .chatbot-history-detail-time {
  color: #8A8684;
  font-size: 14px;
}
#chatbot-drawer-root .chatbot-history-back {
  align-self: flex-end;
  background: transparent;
  color: #1D1A39;
  font-size: 14px;
  margin-top: 10px;
  padding: 0;
}
#chatbot-drawer-root .chatbot-history-detail-header {
  border-bottom: 1px solid #E3DEDC;
  border-top: 1px solid #E3DEDC;
  color: #1D1A39;
  margin-top: 10px;
  padding: 16px 24px;
}
#chatbot-drawer-root .chatbot-history-detail-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#chatbot-drawer-root .chatbot-empty-state {
  color: #8A8684;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

h1 > .btn {
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
}

.features {
  background-color: #F7F7F7;
}

.break-word-table {
  table-layout: fixed;
  width: 100%;
}
.break-word-table td {
  word-wrap: break-word;
}

.rate-help-text {
  padding: 4px;
  background-color: #FFFAF4;
  border: 1px solid #EDE5DC;
  border-radius: 5px;
}

.centered {
  text-align: center;
}

.header-text {
  font-size: 22px;
}

.fa-exclamation-triangle {
  color: #E67701;
}

.active-project {
  border-bottom: 1px solid #E67701;
  margin-bottom: 20px;
}

.blue-header {
  color: darkblue;
  font-weight: 500;
}

.italic {
  font-style: italic;
  color: #555555;
  font-size: 16px;
}

.table-border {
  border: 1px solid grey;
  border-radius: 15px;
  box-shadow: 5px 5px 2px 2px grey;
}

.small-table-border {
  border-top: 1px solid #555555;
}

.border-right {
  border-right: 1px solid #555555;
}

.image-box {
  margin-top: 15px;
}

.project-image {
  max-width: 300px;
}

.admin-page {
  padding-bottom: 100px;
}
.admin-page header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.admin-page .img-preview {
  margin: 20px 0;
}

.select-quote-box {
  width: 200px;
  border: 2px solid #CCCCCC;
  padding: 5px;
}

.validation-errors,
.warning-message {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.validation-errors ul,
.warning-message ul {
  margin-bottom: 0;
}
.validation-errors ul i,
.warning-message ul i {
  margin-right: 6px;
}

.login-page {
  margin-top: 40px;
}

.red-text {
  color: red;
}

.edit-professional-goal {
  padding: 15px;
}

.login-form {
  margin-top: 20px;
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 40px;
}

.super-secure-password-form-group input[type=checkbox] {
  margin-left: 2px;
  margin-top: 20px;
}

#notification-container:has(.notification) {
  margin-top: -20px;
}
#notification-container .notification {
  padding: 10px 0;
  text-align: center;
}
#notification-container .notification.notification-auto-hide {
  position: relative;
  top: 0;
  left: 0;
}

body.tip-modal {
  padding-top: 70px;
}
body.tip-modal .navbar {
  display: none;
}

.dev-select {
  width: 250px;
}

.card-box {
  border: 1px solid black;
  width: 250px;
  border-radius: 10px;
  margin: 5px 5px 5px 5px;
  background-color: lightgrey;
}

/* For drag-and-drop sortable table */
.sortable-icon {
  display: none;
  cursor: move;
}

.thin-td {
  padding-right: 9px !important;
  padding-left: 9px !important;
}
.thin-td a.btn {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

.my-in-progress-items-dropdown {
  width: 150px;
}

.client-admin {
  margin-top: 250px;
}
.client-admin.client-secondary {
  margin-top: 0;
}
.client-admin h1 {
  font-family: "Gradient Gothic Bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #492659;
  margin-top: 0;
}
.client-admin h2,
.client-admin h3,
.client-admin h4,
.client-admin h5,
.client-admin h6,
.client-admin .h2,
.client-admin .h3,
.client-admin .h4,
.client-admin .h5,
.client-admin .h6 {
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-weight: bold;
}
.client-admin h2,
.client-admin .h2 {
  font-size: 34px;
}
.client-admin h3 {
  color: #492659;
}
.client-admin h3 a {
  color: #492659;
}
.client-admin img {
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .client-admin {
    margin-top: 300px;
  }
  .client-admin.client-secondary {
    margin-top: 0;
  }
}
.client-nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.client-et-logo {
  width: 48px;
  margin-top: 8px;
}
.client-et-logo .client-logo-path {
  fill: #FFFFFF;
}

@media screen and (min-width: 576px) {
  .client-et-logo .client-logo-path {
    fill: #492659;
  }
}
.client-navbar-toggle {
  background-color: transparent;
  border: none;
}
.client-navbar-toggle .icon-bar {
  background-color: #FFFFFF;
  margin-top: 6px;
  display: block;
  width: 30px;
  height: 4px;
}

.client-main-nav {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  padding: 10px;
  top: 70px;
  display: none;
}
.client-main-nav::before {
  content: "";
  position: absolute;
  left: 27px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}
.client-main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.client-main-nav a,
.client-main-nav .button_to .btn-link {
  width: 100%;
  text-align: left;
  border: 0;
  display: block;
  padding: 6px 12px;
  margin-bottom: 6px;
  transition: all 0.25s ease-out;
}
.client-main-nav a:hover, .client-main-nav a:focus,
.client-main-nav .button_to .btn-link:hover,
.client-main-nav .button_to .btn-link:focus {
  background-color: #AE2379;
  color: #FFFFFF;
  text-decoration: none;
}
.client-main-nav a:active,
.client-main-nav .button_to .btn-link:active {
  color: #492659;
  background-color: #DDDDDD;
}

.client-animation {
  position: fixed;
  top: 0;
  z-index: -2;
  height: 200px;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
.client-animation.header-scrolled, .client-secondary .client-animation {
  height: 80px;
  z-index: 998;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
}
.client-animation .quote-client-name {
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.2em;
  display: none;
}

@media screen and (min-width: 576px) {
  .client-animation {
    height: 300px;
  }
  .client-animation .quote-client-name {
    display: block;
  }
  .client-animation.header-scrolled .quote-client-name {
    display: none;
  }
}
.client-color-block {
  width: 120%;
  height: 200px;
  border-top: 300px solid #AE2379;
  border-right: 82px solid transparent;
  left: -120%;
  position: absolute;
  top: 0;
  transition: left 1s ease-out;
  animation-name: client-color-block-phone;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 576px) {
  .client-color-block {
    width: 100%;
    height: 300px;
    animation-name: client-color-block;
  }
}
@keyframes client-color-block-phone {
  from {
    left: -120%;
  }
  to {
    left: 0;
  }
}
@keyframes client-color-block {
  from {
    left: -120%;
  }
  to {
    left: -18.6%;
  }
}
.client-art {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: left 5s ease-out;
  opacity: 0;
  animation-name: client-art;
  animation-duration: 1s;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
}
.client-art img {
  width: 120%;
  max-width: none;
  display: block;
  transition: left 5s ease-out;
  position: absolute;
}

@keyframes client-art {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 576px) {
  .client-art img {
    width: 90%;
  }
}
.client-people-friendly-tech {
  position: absolute;
  top: 200px;
  right: 100%;
  animation-name: client-people-friendly-tech;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  display: none;
}
.client-people-friendly-tech svg {
  width: 130px;
  height: auto;
}
.client-people-friendly-tech .pft-path {
  fill: #FFFFFF;
  animation-name: pft-path;
  animation-duration: 0.5s;
  animation-delay: 1.75s;
  animation-fill-mode: forwards;
}

@keyframes client-people-friendly-tech {
  from {
    right: 100%;
  }
  to {
    right: 30px;
  }
}
@media screen and (min-width: 576px) {
  .client-people-friendly-tech {
    display: block;
  }
}
@keyframes pft-path {
  from {
    fill: #FFFFFF;
  }
  to {
    fill: #492659;
  }
}
.blink {
  fill: #492659;
  opacity: 1;
  animation-name: blink;
  animation-duration: 5s;
  animation-delay: 1.75s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.client-content {
  background-color: #FFFFFF;
  min-height: 100vh;
  padding: 20px 0;
}
.client-content > .container {
  padding: 0;
}
.client-content.header-scrolled, .client-secondary .client-content {
  padding-top: 120px;
}

.client-animation-text {
  color: #FFFFFF;
}
.client-animation-text h1 {
  color: #FFFFFF;
  transition: font-size 0.25s ease-out;
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
}
.client-animation-text table {
  height: 200px;
  margin-top: 50px;
  opacity: 0;
  animation-name: client-animation-table, opacity;
  animation-duration: 0.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  transition: height 0.25s ease-out;
}
.client-animation-text table .btn {
  font-weight: bold;
}
.header-scrolled .client-animation-text, .client-secondary .client-animation-text {
  margin-top: 5px;
}
.header-scrolled .client-animation-text h1, .client-secondary .client-animation-text h1 {
  font-size: 30px;
}
.header-scrolled .client-animation-text table, .client-secondary .client-animation-text table {
  height: 80px;
  width: calc(100% - 40px);
  margin-left: 75px;
}
.client-animation-text .quote-generated {
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
}

.quote-screen .client-animation-text {
  display: none;
}
.quote-screen .client-animation-text table {
  animation-delay: 0s;
}

@media screen and (min-width: 768px) {
  .quote-screen .client-animation-text {
    display: block;
  }
}
.quote-screen .header-scrolled .client-animation-text {
  display: none;
}

@keyframes client-animation-table {
  0% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 576px) {
  .client-animation-text h1 {
    font-size: 50px;
    font-family: "Gradient Gothic", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }
  .client-animation-text table {
    height: 300px;
  }
  .client-animation-text span {
    display: block;
  }
  .header-scrolled .client-animation-text span {
    display: inline;
  }
}
.client-project-card {
  padding: 20px;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
}
.client-project-card .fa {
  color: #492659;
}

.client-admin .title-section {
  background: #492659;
}
.client-admin .quote-count {
  color: #FFFFFF;
}
.client-admin .count-div {
  color: #492659;
  background-color: #DDDDDD;
  font-weight: bold;
}
.client-admin .status-count {
  font-weight: normal;
}
.client-admin .btn:hover, .client-admin .btn:focus {
  background-color: #DDDDDD;
}
.client-admin .btn.btn-large {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
}
.client-admin .btn.circular-icon-btn {
  padding: 8px !important;
}
.client-admin .btn-lane,
.client-admin .btn-list {
  color: #492659;
}
.client-admin .btn-primary {
  background-color: rgb(43.6850393701, 22.7401574803, 53.2598425197) !important;
  border-color: rgb(43.6850393701, 22.7401574803, 53.2598425197) !important;
  color: #FFF;
}
.client-admin .btn-primary:hover, .client-admin .btn-primary:focus {
  background-color: rgb(43.6850393701, 22.7401574803, 53.2598425197) !important;
}
.client-admin .btn-quote {
  border-color: #4BAF8B;
  color: #4BAF8B;
}
.client-admin .btn-quote:hover, .client-admin .btn-quote:focus {
  color: #4BAF8B !important;
}
.client-admin .btn-csv {
  border-color: #AE2379;
  color: #AE2379;
}
.client-admin .btn-csv:hover, .client-admin .btn-csv:focus {
  color: #AE2379 !important;
}
.client-admin .btn-success {
  background-color: #4BAF8B;
  border-color: #4BAF8B;
}
.client-admin .btn-success:hover, .client-admin .btn-success:focus {
  background-color: rgb(59.7, 139.3, 110.644) !important;
}
.client-admin .btn-cancel {
  color: #D43819;
}
.client-admin .btn-cancel:hover, .client-admin .btn-cancel:focus {
  color: rgb(166.3797468354, 43.9493670886, 19.6202531646) !important;
}
.client-admin .btn-pdf {
  color: #555555;
  border-color: #555555;
}
.client-admin .btn-pdf:hover, .client-admin .btn-pdf:focus {
  color: #555555 !important;
}
.client-admin .btn-add {
  color: #492659;
}
.client-admin .btn-add:hover, .client-admin .btn-add:focus {
  color: rgb(43.6850393701, 22.7401574803, 53.2598425197) !important;
}
.client-admin .btn-send {
  background-color: #6F7AD1;
  color: #FFFFFF;
}
.client-admin .btn-send:hover, .client-admin .btn-send:focus {
  background-color: rgb(72.3473684211, 86.3, 196.6526315789) !important;
}
.client-admin .btn-close-link {
  color: #6F7AD1;
  border-color: #6F7AD1;
}
.client-admin .btn-close-link:hover, .client-admin .btn-close-link:focus {
  color: #6F7AD1 !important;
}
.client-admin .comment-section .add-comment {
  background-color: #F8F8F8;
  padding: 10px 30px;
  margin-bottom: 10px;
}
.client-admin .comment-section .add-comment .fields .form-group {
  margin-left: auto !important;
  margin-right: auto !important;
}
.client-admin .comment-section .add-comment .fields .form-group .control-label {
  text-align: left;
  margin-bottom: 5px;
  padding-top: 0;
}
.client-admin .comment-section .comment-area .quote-comments,
.client-admin .comment-section .last-comment-area .quote-comments {
  width: 100%;
  background-color: #F8F8F8;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.client-admin .comment-section .comment-area .quote-comments .quote-comment-user,
.client-admin .comment-section .last-comment-area .quote-comments .quote-comment-user {
  margin: auto 0;
  text-align: center;
  padding: 10px;
  width: 15%;
  border-left: 10px solid;
  position: relative;
}
.client-admin .comment-section .comment-area .quote-comments .quote-comment-user.current_user,
.client-admin .comment-section .last-comment-area .quote-comments .quote-comment-user.current_user {
  border-left-color: #DDDDDD;
}
.client-admin .comment-section .comment-area .quote-comments .quote-comment-user.internal,
.client-admin .comment-section .last-comment-area .quote-comments .quote-comment-user.internal {
  border-left-color: #6F7AD1;
}
.client-admin .comment-section .comment-area .quote-comments .quote-comment-user.external,
.client-admin .comment-section .last-comment-area .quote-comments .quote-comment-user.external {
  border-left-color: #AE2379;
}
.client-admin .comment-section .comment-area .quote-comments .quote-comment-user .quote-comment-user-avatar,
.client-admin .comment-section .last-comment-area .quote-comments .quote-comment-user .quote-comment-user-avatar {
  width: 40px;
  height: 40px;
}
.client-admin .comment-section .comment-area .quote-comments .quote-comment-user::after,
.client-admin .comment-section .last-comment-area .quote-comments .quote-comment-user::after {
  content: "";
  position: absolute;
  bottom: 25%;
  right: 0;
  height: 50%;
  border-left: 1px solid #DDDDDD;
}
.client-admin .comment-section .comment-area .quote-comments .quote-comment,
.client-admin .comment-section .last-comment-area .quote-comments .quote-comment {
  margin: auto 0;
  position: relative;
  padding: 10px;
}
.client-admin .comment-section .comment-area .quote-comments .quote-comment-reply,
.client-admin .comment-section .last-comment-area .quote-comments .quote-comment-reply {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 10px;
}
.client-admin .comment-section .comment-conversation {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
}
.client-admin .comment-section .comment-conversation .comment-count {
  color: #6F7AD1;
  padding: 5px 10px;
  border: 2px solid #6F7AD1;
  border-radius: 15px;
  font-weight: bold;
  margin-right: 10px;
}
.client-admin .comment-section .comment-conversation .conversation-link {
  font-weight: bold;
}
.client-admin .comment-section .comment-conversation .conversation-link::after {
  content: "▼";
  display: inline-block;
  transition: transform 0.5s;
}
.client-admin .comment-section .comment-conversation.expanded .conversation-link::after {
  transform: rotate(180deg);
}
.client-admin .quote-table thead {
  background-color: #492659;
}

.proprietary-confidential {
  position: fixed;
  right: 30px;
  bottom: 0;
  background-color: #EEEEEE;
  padding: 12px 30px;
  border-radius: 5px 5px 0 0;
  color: #000000;
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
}

.card {
  background-color: #F8F7F5;
  border: 2px solid #DDDDDD;
  margin-bottom: 15px;
}

.line-item-title {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD !important;
  margin: 0 0 10px 0 !important;
  color: #492659;
  overflow: hidden;
  cursor: pointer;
  min-height: 50px;
}
.line-item-title.denied {
  background-color: #DDDDDD !important;
  color: #D43819 !important;
}
.line-item-title.denied .table-row .line-item-number,
.line-item-title.denied .table-row .line-item-pdf {
  border-left-color: #D43819 !important;
  color: #D43819 !important;
}
.line-item-title.denied .table-row .line-item-number a,
.line-item-title.denied .table-row .line-item-pdf a {
  color: #D43819 !important;
}

@media screen and (min-width: 576px) {
  .line-item-title {
    font-size: 20px;
    line-height: 1;
  }
}
.line-item-number,
.line-item-pdf {
  padding: 10px;
  width: 50px;
  display: inline-block;
}

.line-item-number {
  color: #492659;
  border-left: 10px solid #AE2379;
}

.line-item-pdf {
  border-left: 10px solid #DDDDDD;
}
.line-item-pdf a {
  color: #AE2379 !important;
}

.table-row {
  display: table-row;
}

.table-cell {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 8px;
}

.quote-search {
  display: flex;
  align-items: end;
  gap: 1rem;
}
.quote-search .search-button {
  padding-left: 10px;
  padding-top: 85px;
}

.quotes-info {
  display: flex;
  height: 100%;
  width: 100%;
  flex-flow: row;
  margin: 10px 0;
  vertical-align: middle;
}
.quotes-info .count,
.quotes-info .csv-button {
  margin: auto 0;
}
.quotes-info .centered {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.quotes-info .centered div.quote-total {
  flex-grow: 1;
}
.quotes-info .centered div.quote-total div {
  color: #1D1A39;
  font-size: 14px;
}
.quotes-info .centered div.divider {
  border-left: 1px solid #EBE3D9;
}
.quotes-info .centered div.amount {
  margin: 5px 0;
  font-size: 18px;
}
.quotes-info .centered div.amount .color-pill {
  color: #451952;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  display: block;
}
.quotes-info .centered div.done .color-pill {
  background-color: #E8DDFF;
}
.quotes-info .centered div.working .color-pill {
  background-color: #5297D0;
  color: white;
}
.quotes-info .centered div.approved .color-pill {
  background-color: #451952;
  color: white;
}
.quotes-info .centered div.sent-to-client .color-pill {
  background-color: #AE445A;
  color: white;
}
.quotes-info .centered div.quote-in-progress .color-pill {
  background-color: #F39F5A;
  color: white;
}
.quotes-info .centered div.total .color-pill {
  background-color: #8A8684;
  color: white;
}

.table {
  display: table;
  width: 100%;
  border: none;
  margin-top: 10px;
}
.table .left-border {
  width: 8px !important;
  padding: 0 !important;
}
.table thead tr {
  background-color: white !important;
  color: #1D1A39;
  border-width: 1px;
  border-color: #F8F7F6;
  border-style: solid;
}
.table thead tr th {
  vertical-align: middle;
  border: none;
}
.table thead tr th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.table thead tr th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.table tbody tr {
  background-color: #FFFFFF;
  border-width: 1px;
  border-color: #F8F7F6;
  border-style: solid;
}
.table tbody tr td {
  vertical-align: middle;
}
.table tbody tr td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.table tbody tr td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.table tbody tr td.status {
  font-weight: bold;
}
.table tbody tr td .color-pill {
  color: #FFFFFF;
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: bold;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.table tbody tr td.quote-action {
  padding: 2px;
}
.table tbody tr td.quote-action .custom-padding {
  padding: 6px 8px;
}
.table tbody tr td.quote-action .custom-padding .chevron-down {
  background-color: transparent;
}
.table tbody tr td.quote-action .custom-padding-circle {
  padding: 6px;
}
.table tbody tr.requested td.left-border {
  background-color: #E67701;
}
.table tbody tr.requested td.status {
  color: #E67701;
}
.table tbody tr.requested td .color-pill {
  background-color: #E67701;
}
.table tbody tr.quote_in_progress td.left-border {
  background-color: #F39F5A;
}
.table tbody tr.quote_in_progress td.status {
  color: #F39F5A;
}
.table tbody tr.quote_in_progress td .color-pill {
  background-color: #F39F5A;
}
.table tbody tr.more_info_requested td.left-border {
  background-color: #8D8D8D;
}
.table tbody tr.more_info_requested td.status {
  color: #8D8D8D;
}
.table tbody tr.more_info_requested td .color-pill {
  background-color: #8D8D8D;
}
.table tbody tr.sent_to_client td.left-border {
  background-color: #AE445A;
}
.table tbody tr.sent_to_client td.status {
  color: #AE445A;
}
.table tbody tr.sent_to_client td .color-pill {
  background-color: #AE445A;
}
.table tbody tr.approved td.left-border {
  background-color: #451952;
}
.table tbody tr.approved td.status {
  color: #451952;
}
.table tbody tr.approved td .color-pill {
  background-color: #451952;
}
.table tbody tr.working td.left-border {
  background-color: #5297D0;
}
.table tbody tr.working td.status {
  color: #5297D0;
}
.table tbody tr.working td .color-pill {
  background-color: #5297D0;
}
.table tbody tr.done td.left-border {
  background-color: #E8DDFF;
}
.table tbody tr.done td.status {
  color: #E8DDFF;
}
.table tbody tr.done td .color-pill {
  background-color: #E8DDFF;
}
.table tbody tr.done .color-pill {
  color: #451952;
}
.table tbody tr.denied td.left-border {
  background-color: #D43819;
}
.table tbody tr.denied td.status {
  color: #D43819;
}
.table tbody tr.denied td .color-pill {
  background-color: #D43819;
}
.table tbody tr.issue td.left-border {
  background-color: #DC9D2F;
}
.table tbody tr.issue td.status {
  color: #DC9D2F;
}
.table tbody tr.issue td .color-pill {
  background-color: #DC9D2F;
}

.width-fit {
  width: 50px;
  white-space: nowrap;
}

.client-content-quote-title {
  background-color: #F8F8F8;
  color: #492659;
  overflow: hidden;
  transition: all 0.25s ease-out;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 997;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
  padding: 10px 50px;
}
.client-content-quote-title .header-info {
  display: flex;
  flex-direction: row;
}
.client-content-quote-title .header-info div {
  margin: auto 0;
}
.client-content-quote-title .header-info div:last-child {
  margin-left: auto;
}
.client-content-quote-title .header-info div .btn {
  font-weight: bold;
}
.header-scrolled .client-content-quote-title {
  height: 75px;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .client-content-quote-title {
    height: 0;
    opacity: 0;
  }
}
.biz-rules-container {
  overflow: hidden;
  padding: 5px;
}

.biz-rules {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.biz-rules-title {
  padding: 6px 12px;
  color: #FFFFFF;
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  background-color: #492659;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.biz-rules-text {
  padding: 20px 30px;
}
.biz-rules-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.biz-rules-text li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #777777;
}
.biz-rules-text li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 576px) {
  .biz-rules-col-6,
  .biz-rules-col-4,
  .biz-rules-col-3 {
    float: left;
  }
  .biz-rules-col-6 {
    width: 49%;
    margin-right: 2%;
  }
  .biz-rules-col-6:last-child {
    margin-right: 0;
  }
  .biz-rules-col-4 {
    width: 32%;
    margin-right: 2%;
  }
  .biz-rules-col-4:last-child {
    margin-right: 0;
  }
  .biz-rules-col-3 {
    width: 23.5%;
    margin-right: 2%;
  }
  .biz-rules-col-3:last-child {
    margin-right: 0;
  }
}
.line-item-main-image {
  height: 500px;
}
.line-item-main-image img {
  vertical-align: middle;
  max-height: 100%;
  width: auto;
  border: solid 2px lightgray;
}

.line-item-thumb-image-container {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}

.line-item-thumb-image {
  height: 40px;
  overflow: hidden;
}

.client-quote-total .table-cell {
  padding: 8px 12px;
  border-bottom: 1px solid lightgray;
}
.client-quote-total .client-quote-total-row {
  color: #FFFFFF;
  background-color: #492659;
}

.quote-hours {
  font-size: 14px;
  color: #555555;
}

.quote-content-container {
  width: 98%;
  padding: 0 60px;
  margin: 0 auto;
}

.dropdown-menu > li .btn-link {
  width: 100%;
  text-align: left;
  border-width: 0;
  text-decoration: none;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #FFFFFF;
  white-space: nowrap;
}
.dropdown-menu > li .btn-link:hover, .dropdown-menu > li .btn-link:focus {
  color: #262626;
  text-decoration: none;
  background-color: #F5F5F5;
}

.bottom-line {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid black;
}

.admin input[type=checkbox],
.admin-card input[type=checkbox] {
  margin-top: 10px;
}

.personnel-card input[type=checkbox] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#card_lane_fail_lane_id_chosen {
  min-width: 200px;
}

#card_lane_pass_lane_id_chosen {
  min-width: 200px;
}

.admin-card .container {
  padding: 10px 15px;
  max-width: 100%;
  width: 100%;
}
.admin-card .content-container {
  padding: 0 !important;
}
.admin-card trix-editor {
  background-color: #FFFFFF;
}

.message-form-container {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #F8F7F6;
  padding: 16px;
  border-radius: 10px;
  /* Ticket message form: Internal/Everyone toggle and Trix editor */
}
.message-form-container .message-type {
  display: inline-block;
  cursor: pointer;
  padding: 6px 12px;
  margin-right: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  font: inherit;
}
.message-form-container .message-type:hover {
  background-color: #eee;
}
.message-form-container .message-type.active {
  background-color: #e3f2fd;
  border-color: #2196f3;
  color: #1976d2;
}
.message-form-container .message-body trix-editor {
  min-height: 120px;
  height: auto;
}

.background-style {
  padding: 20px;
}

.et-feature {
  padding: 0 40px;
}
.et-feature .proj-name {
  color: #1D1A39;
  font-size: 50px;
  font-weight: 700;
  word-wrap: break-word;
}

.dunk-background {
  background-image: url("/assets/swirl_background-6e811b8c.png");
  background-repeat: repeat;
}

.et-feature .best_in_place {
  background-image: url("/assets/pencil-icon-bd405a38.png");
  background-position: top right;
  padding-right: 20px;
  background-repeat: no-repeat;
}
.et-feature .list-order {
  font-size: 22px;
  font-weight: bold;
  margin-right: 6px;
}

.bold-text {
  font-weight: 700;
}

.sub-feature-form textarea {
  width: auto;
}

.label-btn {
  font-size: 10px;
}

.label-menu-chevron {
  margin-left: 2px;
}

.label-dropdown .dropdown-menu {
  background-color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
.label-dropdown .dropdown-item {
  display: block;
  text-align: center;
  margin: 10px;
  padding: 10px 20px;
  color: white;
  border-radius: 4px;
  border: solid 1px transparent;
  text-decoration: none;
}
.label-dropdown .note-type-dropdown-item {
  display: flex;
  margin: 10px;
  text-align: start;
  align-items: center;
  text-decoration: none;
  color: black;
}
.label-dropdown .note-type-dropdown-item:hover {
  background-color: #F2F2F2;
  border-radius: 5px;
  text-decoration: none;
}
.label-dropdown .note-type-dropdown-item .icon-badge {
  font-size: 12px;
  line-height: 20px;
}

.md-icon-badge {
  display: flex;
  width: 25px;
  height: 25px;
  font-size: 15px;
  margin-left: 5px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.icon-badge {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

.note-type-btn-content {
  display: flex;
  border: none;
  margin: 0px 5px 0px 5px;
  padding: 0px 5px 0px 5px;
  text-align: start;
  font-weight: bold;
  align-items: center;
  text-decoration: none;
  color: black;
}

.note-type-btn {
  background-color: transparent;
  border: none;
  margin-bottom: 5px;
}

.checklist-labels {
  display: inline-block;
}

.remove-label {
  color: #FFFFFF;
  text-decoration: none;
}
.remove-label:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.swim-lane-labels .label {
  margin-bottom: 5px;
  display: inline-block;
}
.swim-lane-labels .btn {
  font-size: 10px;
}
.swim-lane-labels .dropdown-item {
  font-size: 10px;
  padding: 5px 10px;
}
.swim-lane-labels .dropdown-menu {
  position: relative;
}
.swim-lane-labels .btn-group {
  display: block;
}

#project_bitbucket_repo_slug_chosen,
#project_github_repo_slug_chosen {
  min-width: 200px;
}

.d-flex {
  display: flex;
}

.d-flex .width-50 {
  width: 50%;
}

.justify-space-between {
  justify-content: space-between;
}

.flex-row {
  flex-direction: row;
  display: flex;
  gap: 40px;
}
.flex-row .flex-col {
  flex: 1;
}
.flex-row .flex-col-1 {
  flex: 1;
}
.flex-row .flex-col-5 {
  flex: 5;
}
.flex-row .flex-col-7 {
  flex: 7;
}
.flex-row .flex-col-large {
  max-width: 50vw;
}
.flex-row .flex-col-small {
  max-width: 50vw;
}

.flex-row.gap-15 {
  gap: 15px !important;
}

.hidden-display {
  display: none;
}

.full-width {
  width: 100%;
}

.credential-content {
  color: #1D1A39;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
}

.date-content .up-date {
  color: #1D1A39;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
}

.col-md-6.text-right {
  display: flex;
}
.col-md-6.text-right .env-title .title {
  color: #1D1A39;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17.4px;
  word-wrap: break-word;
}

.upcoming-dates {
  border-radius: 12px;
  border-color: #000000;
}

.btn-rounded {
  border-radius: 100px;
  padding: 8px 10px;
}

.icon-btn-full {
  padding: 8px 10px;
  gap: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.icon-btn-full:hover, .icon-btn-full:focus {
  color: #FFFFFF !important;
  background-color: #FFCB94;
}
.icon-btn-full:hover i, .icon-btn-full:focus i {
  color: #FFFFFF !important;
}
.icon-btn-full i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  font-size: 28px;
  line-height: 16px;
  margin-right: 4px;
}

.icon-btn {
  color: #1D1A39;
  border: 1px solid #1D1A39;
  padding: 8px 10px;
  gap: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon-btn:hover, .icon-btn:focus {
  color: #FFFFFF;
  background-color: #492659;
}
.icon-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
}
.icon-btn.active {
  background-color: #492659;
  color: #FFFFFF;
}

.icon-only-btn {
  padding: 8px;
}

.info-icon {
  display: inline-block;
  vertical-align: middle;
}
.info-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  font-size: 10px;
  margin-right: 5px;
}

.note-type-dropdown-item .note-icon {
  margin-right: 5px;
}

.note-icon {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  padding: 6px 7px;
  margin-right: 10px;
}

.note-title {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}

.light-orange i {
  background-color: var(--global-color-light-sandy-brown);
  color: var(--global-color-tyrian-purple);
}

.light-orange-full i {
  background-color: var(--white);
  color: var(--global-color-light-sandy-brown);
}

.light-blue i {
  background-color: #DEF0FF;
  color: #5297D0;
}

.ivory i {
  background-color: #F4F2F0;
  color: #451952;
}

.btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.light-purple i {
  background-color: var(--global-color-light-orchid);
  color: var(--global-color-russian-violet);
}

.light-fuschia i {
  background-color: #FDFAFB;
  color: #1D1A39;
  border-radius: 50%;
  border: 2px solid #1D1A39;
}

.space-purple i {
  background-color: #1D1A39;
  color: #FFFFFF;
}

.russian-violet i {
  background-color: #451952;
  color: #FFFFFF;
}

.light-pink i {
  background-color: var(--global-color-mimi-pink);
  color: var(--global-color-deep-pink);
}

.light-green i {
  background-color: var(--global-color-tea-green);
  color: var(--global-color-dark-cyan);
}

.light-blue i {
  background-color: #DEF0FF;
  color: #5297D0;
}

.non-clickable {
  pointer-events: none;
}

.image-excluded {
  color: #828282 !important;
}
.image-excluded img {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
.image-excluded .excluded-text {
  font-style: italic;
  font-size: 12px;
}
.image-excluded a {
  text-decoration: none !important;
}

.note-icon svg {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 1px;
}

.note-image-example svg {
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-left: 10px;
}

.top-business-rule .business-rule-text {
  margin-bottom: 10px;
}

.commendations-btn {
  height: 38px;
  width: 38px;
}

.wreath-plus {
  width: 30px;
}

.commendation-item {
  display: inline-block;
}

.commendation-image {
  border-radius: 0;
  margin: 0;
  height: 38px;
  width: 38px;
}

.commendation-badge-container {
  position: relative;
  display: inline-block;
}

.commendation-tooltip {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  width: 320px;
  padding: 12px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: none;
}

.commendation-badge-container:hover .commendation-tooltip {
  display: block;
}

.commendation-card-image {
  margin-top: 10px;
  width: 100%;
  object-fit: contain;
}

.admin-image {
  border-radius: 0;
  margin: 0;
  height: 33px;
  width: 33px;
}

#commendation_preview {
  margin-bottom: 20px;
}

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

#__modal__add_commendation .modal-footer {
  background-color: white !important;
}

body.auth {
  background-color: #FAF5F0;
  background-image: url("/assets/auth/auth-bg-9461f0a8.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.auth .admin-index-heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
body.auth .circle-shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #322D60;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  font-size: 16px;
}
body.auth .auth-logo {
  width: 240px;
  margin: 32px auto;
  display: block;
}
body.auth .devise-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  padding: 32px;
  box-sizing: border-box;
  max-width: 760px;
}
body.auth .devise-box .alert {
  margin-top: 16px;
}
body.auth .devise-box .auth-welcome {
  background-color: #F4F2F0;
  border-radius: 8px;
  display: flex;
  padding: 12px 16px;
  gap: 16px;
  align-items: center;
}
body.auth .devise-box .auth-welcome .welcome-image {
  width: 108px;
}
body.auth .devise-box .auth-welcome h1 {
  font-weight: 600;
  font-size: 40px;
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  text-align: left;
}
body.auth .devise-box small {
  display: block;
  margin-bottom: 20px;
}
body.auth .devise-box .mfa-form {
  max-width: 530px;
  margin: 0 auto;
}
body.auth .devise-box form .form-control {
  max-width: 400px;
}
body.auth .devise-box form .form-group {
  margin-bottom: 20px;
}
body.auth .devise-box form .mfa-code-input {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin: 0 auto;
}
body.auth .devise-box form .checkbox input[type=checkbox] {
  margin-left: 0;
}
body.auth .devise-box form .checkbox label {
  padding-left: 24px;
}
body.auth .devise-box form button.btn-primary {
  background-color: #322D60 !important;
  border-radius: 30px;
  padding: 12px 32px;
  font-size: 16px;
}
body.auth .devise-box form button.btn-primary:hover {
  background-color: #484283 !important;
}
body.auth .devise-box.auth-invite-profile {
  max-width: 520px;
}
body.auth .devise-box .auth-invite-profile-lede {
  margin-bottom: 20px;
  line-height: 1.45;
}
body.auth .devise-box .auth-invite-profile-avatar-section {
  margin-top: 8px;
  margin-bottom: 8px;
}
body.auth .devise-box .auth-invite-avatar-label {
  display: block;
  margin-bottom: 10px;
}
body.auth .devise-box .auth-invite-profile-avatar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
body.auth .devise-box .auth-invite-profile-avatar-preview {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e3dedc;
  background: #f5f5f5;
}
body.auth .devise-box .auth-invite-profile-avatar-preview .auth-invite-profile-avatar-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.auth .devise-box .btn-invite-avatar {
  background: #FFE9DC;
  border: none;
  color: #1D1A39;
  font-weight: 600;
  border-radius: 200px;
  padding: 10px 20px;
}
body.auth .devise-box .btn-invite-avatar i {
  margin-right: 8px;
}
body.auth .devise-box .btn-invite-avatar:hover, body.auth .devise-box .btn-invite-avatar:focus {
  background: rgb(255, 213.7657142857, 189.4);
  color: #1D1A39;
}
body.auth .devise-box .invite-avatar-manage-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
body.auth .devise-box .invite-avatar-manage-actions .btn-link {
  padding: 0;
  text-decoration: underline;
  color: var(--Blue-500, #2d69b8);
}
body.auth .auth-invite-profile-success {
  max-width: 520px;
}
body.auth .auth-invite-profile-success .auth-invite-profile-success-lede {
  margin-bottom: 8px;
  line-height: 1.45;
}
body.auth .auth-invite-success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3fb7ff, #7b5cff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
body.auth .auth-invite-success-icon i {
  font-size: 32px;
  color: #fff;
}
body.auth {
  /*
   * Invite avatar: undo global admin modal chrome (modal.scss 1000px shell + admin_bootstrap box-shadow
   * / radius on `.modal`) so the BS3 overlay stays transparent, backdrop shows, dialog centers.
   */
}
body.auth #invite-avatar-modal.modal {
  width: auto !important;
  margin: 0 !important;
  max-height: none !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.auth #invite-avatar-modal.modal.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* Extra bottom padding shifts the centered dialog slightly upward */
  padding: 20px 16px 72px 16px;
}
body.auth #invite-avatar-modal .modal-dialog {
  margin: 0 !important;
  width: 100%;
  max-width: 440px;
  flex-shrink: 0;
}
body.auth .invite-avatar-modal-dialog {
  max-width: 440px;
}
body.auth .invite-avatar-modal-content {
  border-radius: 8px !important;
  padding: 8px 4px 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18) !important;
  border: none !important;
  background-color: #fff;
}
body.auth {
  /* Ensure dimmed backdrop (some gems / overrides can wash this out on auth pages). */
}
body.auth.modal-open .modal-backdrop {
  background-color: #000 !important;
}
body.auth.modal-open .modal-backdrop.in {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
body.auth .invite-avatar-modal-icon-wrap {
  text-align: center;
  margin-bottom: 12px;
}
body.auth .invite-avatar-modal-icon {
  font-size: 36px;
  color: #999999;
}
body.auth .invite-avatar-modal-title {
  text-align: center;
  font-weight: 600;
  color: #1D1A39;
  margin: 0 0 8px;
}
body.auth .invite-avatar-modal-hint {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-bottom: 16px;
}
body.auth .invite-avatar-dropzone {
  border: 2px dashed #cfd4dc;
  border-radius: 8px;
  padding: 28px 16px;
  text-align: center;
  background: #fafafa;
}
body.auth .invite-avatar-crop-wrap {
  max-width: 100%;
  margin: 12px 0 0;
}
body.auth .invite-avatar-crop-wrap .invite-avatar-crop-image {
  display: block;
  max-width: 100%;
}
body.auth {
  /* Circular crop region to match round avatar UI (Cropper.js defaults to a square box). */
}
body.auth #invite-avatar-modal .cropper-view-box {
  border-radius: 50%;
  outline: none;
  /* Outline ignores border-radius in many browsers; shadow follows the circle. */
  box-shadow: 0 0 0 1px rgba(51, 153, 255, 0.75);
}
body.auth #invite-avatar-modal .cropper-face {
  border-radius: 50%;
}
body.auth .invite-avatar-modal-footer {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
body.auth #notification-container {
  margin-top: 0;
}

.chosen-container-single .chosen-single {
  height: 34px !important;
  line-height: 34px !important;
  background: none !important;
  border-radius: 6px !important;
  border-color: #cccccc !important;
}
.chosen-container-single .chosen-single div {
  padding-top: 5px;
}

.project-menu {
  margin-right: -90px !important;
  padding: 0 !important;
}
.project-menu .menu-search-input {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin: 10px 0;
  padding: 0 12px;
}
.project-menu .menu-search-input input {
  border: 1px solid #282549;
  border-radius: 8px;
  width: 100%;
  background-color: #413D68;
  color: #FAF5F0 !important;
  height: 28px;
  outline: none;
  box-shadow: none;
}
.project-menu .menu-search-input input::placeholder {
  color: #FAF5F0;
  letter-spacing: 0.3px;
}
.project-menu .menu-search-input input:focus {
  outline: none;
  box-shadow: none;
}
.project-menu .project-menu-title {
  font-size: 32px;
  font-family: "Gradient Gothic Medium", serif;
  color: #FFFFFF;
  text-align: left;
  padding: 24px 12px 0;
}
.project-menu .project-boards-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #1D1A39;
  border-radius: 8px;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  width: 375px;
}
.project-menu .project-boards-scrollable {
  max-height: 70vh;
  overflow-y: auto;
  padding: 12px;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.project-menu .project-group {
  margin-bottom: 14px;
  background: #FFFCFA;
  border-radius: 8px;
  overflow: hidden;
}
.project-menu .project-group:last-child {
  margin-bottom: 0;
}
.project-menu .project-header {
  font-weight: 700;
  padding: 6px;
  font-size: 14px;
  color: #1D1A39;
  text-align: left;
}
.project-menu .project-client {
  font-weight: 400;
  font-size: 14px;
}
.project-menu .schema-list {
  list-style: none;
  padding: 6px 10px 10px;
  margin: 0;
}
.project-menu .schema-item {
  margin-bottom: 6px;
  border-radius: 4px;
}
.project-menu .schema-item i {
  color: #938DE0;
  margin-right: 5px;
}
.project-menu .schema-item:last-child {
  margin-bottom: 0;
}
.project-menu .schema-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background-color: #F4F2F0 !important;
  padding: 6px 8px;
  border-radius: 8px;
  color: #FFFFFF;
  text-decoration: none;
  transition: background 0.2s ease;
}
.project-menu .schema-link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.project-menu .schema-link .schema-left {
  display: flex;
  align-items: center;
  gap: 4px;
}
.project-menu .schema-link .menu-avatar-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}
.project-menu .schema-link .menu-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.project-menu .schema-link .menu-initials {
  background: #565187;
  color: #FFFFFF;
  font-size: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-menu .schema-link .extra-count {
  font-size: 10px;
  margin-left: 4px;
}

.navbar .navbar-nav .dropdown .schema-link {
  background-color: #F4F2F0 !important;
  color: #1D1A39 !important;
}
.navbar .navbar-nav .dropdown .schema-link i {
  color: #938DE0 !important;
}

.navbar .navbar-nav .dropdown .dropdown-menu.project-menu a.schema-link:hover {
  color: #938DE0 !important;
}

/* CARD VIEW */
.checklist-card .dark-theme-container .quote-title {
  color: #938DE0;
}
.checklist-card .dark-theme-container a.quote-link {
  color: #938DE0;
}
.checklist-card .dark-theme-container a.quote-link:hover {
  color: #5297D0;
}
.checklist-card .dark-theme-container .vertical-center.heading-gradient-text {
  display: inline-flex;
}
.checklist-card .dark-theme-container .vertical-center.heading-gradient-text a.breadcrumb-link,
.checklist-card .dark-theme-container .vertical-center.heading-gradient-text .breadcrumb-name {
  font-size: 32px;
}
.checklist-card .dark-theme-container .checklist-labels .btn.btn-dropdown {
  background-color: transparent;
  color: #938DE0;
}
.checklist-card .dark-theme-container .ticket-card label {
  color: #EBE3D9;
}
.checklist-card .dark-theme-container .ticket-card .chosen-container-single .chosen-single {
  color: #EBE3D9;
}
.checklist-card .dark-theme-container .ticket-card .chosen-container-single .chosen-single span:after {
  border-bottom-color: #EBE3D9;
  border-right-color: #EBE3D9;
}
.checklist-card .dark-theme-container .ticket-card .chosen-container-active.chosen-with-drop .chosen-single {
  color: #EBE3D9;
  background-image: none;
  border: none;
  background-color: #2D2A4A;
  box-shadow: none;
}
.checklist-card .dark-theme-container .ticket-card .chosen-container-active.chosen-with-drop .chosen-drop {
  border: none;
  background: #2D2A4A;
}
.checklist-card .dark-theme-container .ticket-card .chosen-container-active.chosen-with-drop .chosen-drop .chosen-search input[type=text] {
  border-color: #413D68;
}
.checklist-card .dark-theme-container .ticket-card .chosen-container-active.chosen-with-drop .chosen-drop .chosen-results {
  color: #EBE3D9;
}
.checklist-card .dark-theme-container .ticket-card .chosen-container-active.chosen-with-drop .chosen-drop .chosen-results .active-result.result-selected {
  font-weight: 700;
}
.checklist-card .dark-theme-container .ticket-card .chosen-container-active.chosen-with-drop .chosen-drop .chosen-results .active-result.highlighted {
  background-image: none;
  background-color: #565187;
}
.checklist-card .dark-theme-container .lane-row .checklist-item-text .title,
.checklist-card .dark-theme-container .progress-row .checklist-item-text .title {
  background: transparent;
  color: #EBE3D9;
}
.checklist-card .dark-theme-container .lane-row .active .completed-task,
.checklist-card .dark-theme-container .progress-row .active .completed-task {
  background-color: #F39F5A;
  color: #565187 !important;
}
.checklist-card .dark-theme-container .lane-row .active .line.completed-task,
.checklist-card .dark-theme-container .progress-row .active .line.completed-task {
  border-color: #F39F5A !important;
}
.checklist-card .dark-theme-container .goals-info .card-dates {
  background: #2D2A4A;
}
.checklist-card .dark-theme-container .goals-info .card-dates .goals,
.checklist-card .dark-theme-container .goals-info .card-dates .promissed-date,
.checklist-card .dark-theme-container .goals-info .card-dates span {
  color: #EBE3D9;
}
.checklist-card .dark-theme-container .goals-info .card-dates .env {
  background: #413D68;
}
.checklist-card .dark-theme-container .goals-info .card-dates .env .each-env {
  background: #565187;
}
.checklist-card .dark-theme-container .goals-info .card-dates .env .each-env .env-title,
.checklist-card .dark-theme-container .goals-info .card-dates .env .each-env .env-date {
  color: #EBE3D9;
}
.checklist-card .dark-theme-container .goals-info .card-dates .env .each-env.selected-env {
  background: #E8DDFF;
}
.checklist-card .dark-theme-container .goals-info .card-dates .env .each-env.selected-env .env-title,
.checklist-card .dark-theme-container .goals-info .card-dates .env .each-env.selected-env .env-date {
  color: #1D1A39;
}
.checklist-card .dark-theme-container .checklist-labels .label-dropdown .dropdown-menu {
  background-color: #2D2A4A;
  border: none;
  border-radius: 8px;
  padding: 0;
}
.checklist-card .dark-theme-container .checklist-labels .btn.label-btn i {
  margin-right: 2px;
  font-size: 16px;
}

/* END CARD VIEW */
.dark-theme-container.line-item-top .nav-left a {
  color: #938DE0;
}
.dark-theme-container.line-item-top .nav-left a:hover {
  color: #F39F5A;
}
.dark-theme-container.line-item-top .nav-left .best_in_place * {
  color: #FFFCFA !important;
  background-color: #413D68 !important;
  border-color: #565187 !important;
}

.dark-theme-container .project-search {
  display: flex;
  gap: 16px;
  align-items: end;
}
.dark-theme-container .project-search .flex-grow {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 430px;
}
.dark-theme-container .project-search .flex-grow label {
  font-size: 12px;
  font-weight: 400;
  color: #FFFCFA;
  padding: 0 !important;
}
.dark-theme-container .project-search .flex-grow .chosen-container {
  width: 100% !important;
}
.dark-theme-container .project-search .flex-grow input.form-control[type=text] {
  background-color: #413D68;
  border-color: #565187;
  color: #FFFCFA;
}
.dark-theme-container .project-search .flex-narrow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dark-theme-container .project-search .flex-narrow label {
  font-size: 12px;
  font-weight: 400;
  color: #FFFCFA;
  padding: 0 !important;
  margin-left: 0 !important;
}
.dark-theme-container .project-search .flex-narrow input[type=checkbox] {
  margin: 8px 0 12px 0px !important;
}
.dark-theme-container .project-search .btn-add {
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #F39F5A;
  color: #FFFCFA;
}

#__modal__update_terms_modal .button_to {
  display: inline-block;
}

.et-orange {
  color: #FF9900;
}

body.modal-open {
  overflow: hidden;
}
body .action-label {
  float: right;
  color: #F8BF1C;
  font-size: 16px;
}
body .activity-table tr {
  cursor: pointer;
}
body .action-header {
  font-size: 16px;
  font-weight: bold;
}
body .action-container {
  padding: 20px;
}
body .modal.bumped {
  display: none;
}
body .modal .modal-dialog {
  width: 1000px;
  max-width: calc(100vw - 2rem);
}
body .modal .modal-content {
  position: relative;
  max-height: calc(100vh - 3.5rem);
  overflow: hidden;
}
body .modal form {
  margin: 0;
}
body .modal textarea {
  width: 400px;
  height: 100px;
}
body .modal textarea.template-email {
  width: 98%;
}
body .modal .modal-body {
  max-height: 500px;
  overflow-y: auto;
}
body .modal.small .modal-dialog {
  width: 600px;
  max-width: calc(100vw - 2rem);
}
body .modal.small .modal-dialog .modal-body {
  max-height: unset !important;
}
body .modal.full .modal-dialog {
  width: calc(100vw - 100px);
  max-width: none;
  height: calc(100vh - 100px);
  margin: 50px auto;
}
body .modal.full .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-height: none;
}
body .modal.full .modal-header {
  flex-shrink: 0;
}
body .modal.full .modal-body {
  flex: 1 1 auto;
  max-height: none;
  overflow-y: auto;
}
body .modal.full .modal-footer {
  flex-shrink: 0;
}
body .modal .modal-header {
  min-height: 40px;
  color: white;
  padding: 10px;
  padding-left: 30px !important;
  margin-bottom: 10px;
}
body .modal .modal-header h2 {
  font-size: 20px;
  margin-top: 5px;
  color: white;
  font-weight: normal;
}
body .modal .modal-footer {
  text-align: center;
  min-height: 30px;
  margin: 15px;
}
body .modal .modal-footer .modal-footer-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
body .modal .modal-footer .modal-footer-buttons .btn {
  flex: 1;
}
body .modal .modal-body.loading {
  background: white url("/assets/spinner-64-454de0db.gif") no-repeat 50% 50%;
  min-height: 200px;
}
body .modal .working {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .modal .processing {
  display: none;
  padding-left: 20px;
  background: white url("/assets/spinner-16-c4416d09.gif") no-repeat 0 50%;
}
body .modal .control-group:last-of-type {
  margin-bottom: 0;
}

#__modal__set_feature .modal-body {
  max-height: unset !important;
}

.forecast-quoted {
  font-size: 24px;
  color: #7894DA;
  font-weight: bold;
}

.forecast-approved {
  font-size: 24px;
  color: #2D4DAC;
  font-weight: bold;
}

.forecast-approved-percent,
.forecast-done-percent {
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

.forecast-done {
  font-size: 24px;
  color: #001F91;
  font-weight: bold;
}

.forecast-expenses {
  font-size: 24px;
  color: #B1C53D;
  font-weight: bold;
}

.client-background {
  background-color: #5AC4F9;
}

.et-orange {
  color: #FF9900;
}

.client {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.client-card {
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid #EEEEEE;
}

.title {
  flex-grow: 2;
  background: #F4F4F4;
}

.billed-in-last-year {
  display: flex;
  align-items: center;
  justify-content: center;
}
.billed-in-last-year h1 {
  color: rgb(111, 122, 209);
  font-size: 20px;
}
.billed-in-last-year h2 {
  color: rgb(174, 35, 121);
  font-size: 20px;
}

.billing-efficiency {
  display: flex;
  align-items: center;
  justify-content: center;
}
.billing-efficiency h1 {
  font-size: 36px;
}
.billing-efficiency .green {
  color: #4BAF8B !important;
}
.billing-efficiency .darkOrange {
  color: #E67701 !important;
}

.project {
  display: flex;
  flex-direction: row;
  background: #F4F4F4;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px;
  padding-right: 70px;
}

.project .agent {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-right: 10px;
}
.project .agent p {
  color: rgb(115, 115, 115);
  font-weight: bold;
}

.agent .avatar {
  border-radius: 50%;
  border: 2px solid rgb(197, 197, 197);
  background-color: rgb(214, 214, 214);
  height: 50px;
  width: 50px;
  margin: 10px;
}

.project .info {
  display: flex;
  flex-direction: column;
}

.project .info .links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.project .info .links a {
  text-decoration: underline;
}

.support {
  display: flex;
  padding-bottom: 10px;
}
.support .support-header {
  padding-right: 10px;
}

.support-info {
  padding-bottom: 20px;
}
.support-info .green {
  color: #4BAF8B !important;
}
.support-info .orange {
  color: #FF9900 !important;
}

.support-info .info-view {
  color: rgb(186, 73, 143);
}

.quotes {
  display: flex;
  flex-direction: column;
}

.line-item-status-history .current-status,
.checklist-status-history .current-status {
  background-color: #AE2379 !important;
}
.line-item-status-history .roadblocked-status,
.checklist-status-history .roadblocked-status {
  background-color: #FF9900 !important;
}
.line-item-status-history .denied-status,
.checklist-status-history .denied-status {
  background-color: #FFE6E6 !important;
}
.line-item-status-history .completed-status,
.checklist-status-history .completed-status {
  background-color: #492659 !important;
}

.checklist-status-history td {
  background-color: #E8E8E8;
}

.line-item-details-container.collapse.in {
  display: table-row !important;
}
.line-item-details-container.loading {
  background: white url("/assets/spinner-64-454de0db.gif") no-repeat 50% 50%;
}
.line-item-details-container .checklist-container {
  padding: 0;
}

.line-item-details-toggle.collapsed .fa {
  transform: scaleY(-1);
}

.line-item-description,
.line-item-images {
  margin-bottom: 20px;
}

.checklist-item-table {
  margin: 0;
  border: none;
}

.p-r-xxs {
  padding-right: 5px;
}

.p-r-xs {
  padding-right: 10px;
}

.p-r-md {
  padding-right: 25px;
}

.p-l-xxs {
  padding-left: 5px;
}

.p-l-xs {
  padding-left: 10px;
}

.p-l-sm {
  padding-left: 15px;
}

.p-l-xl {
  padding-left: 40px;
}

.p-r-xl {
  padding-right: 40px;
}

.p-b-xl {
  padding-bottom: 40px;
}

.p-b-lg {
  padding-bottom: 30px;
}

.p-b-sm {
  padding-bottom: 15px;
}

.p-b-xs {
  padding-bottom: 10px;
}

.p-xxs {
  padding: 5px;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 15px;
}

.p-m {
  padding: 20px;
}

.p-md {
  padding: 25px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 40px;
}

.p-w-xs {
  padding: 0 10px;
}

.p-w-sm {
  padding: 0 15px;
}

.p-w-m {
  padding: 0 20px;
}

.p-w-md {
  padding: 0 25px;
}

.p-w-lg {
  padding: 0 30px;
}

.p-w-xl {
  padding: 0 40px;
}

.p-n {
  padding: 0 !important;
}

.p-r-none {
  padding-right: 0 !important;
}

.p-l-none {
  padding-left: 0 !important;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t-md {
  padding-top: 20px;
}

.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-t-none {
  margin-top: 0;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t-sm .QA {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-r-none {
  margin-right: 0;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 17px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-b-none {
  margin-bottom: 0;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.g-2 {
  gap: 10px;
}

.g-3 {
  gap: 15px;
}

.w-25 {
  width: 25%;
}

.w-45 {
  width: 45%;
}

.w-100 {
  width: 100%;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.et-orange {
  color: #FF9900;
}

.et-orange {
  color: #FF9900;
}

.line-item-form .history_tools,
.line-item-form .block_tools {
  display: none !important;
}
.line-item-form .business-rule {
  font-size: 14px;
}

.time-comment {
  margin-bottom: 200px;
}

.personnel-card .avatar,
.timekeeping .avatar {
  border-radius: 50%;
  border: 2px solid rgb(197, 197, 197);
  background-color: rgb(214, 214, 214);
  height: 30px !important;
  width: 30px !important;
  margin-left: 10px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}
.personnel-card .initials,
.timekeeping .initials {
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center;
  color: #1D1A39;
}

.checklist-card h4 {
  color: #492659;
}
.checklist-card .dependency-link {
  text-decoration: underline;
}
.checklist-card .avatar {
  background: #EEEBE9;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  border: 0px;
  width: 68px;
  height: 68px;
}
.checklist-card .initials {
  text-align: center;
  color: #1D1A39;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  word-wrap: break-word;
}
.checklist-card .qa-design-owner-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 5px;
  align-items: center;
}
.checklist-card .font-italic {
  font-style: italic;
}
.checklist-card .info {
  line-height: 24px;
}
.checklist-card .w-full {
  width: 100%;
}
.checklist-card .top-business-rule {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  width: 100%;
}
.checklist-card .top-business-rule .business-rule-row {
  padding-left: 15px;
}
.checklist-card .top-business-rule .business-rule {
  margin-top: 0;
  background-color: #F8F7F6;
  padding: 15px;
  font-weight: normal;
  border-radius: 6px;
}
.checklist-card .note-business-rule {
  border-left: solid 5px;
}
.checklist-card .business-rule {
  margin-top: 15px;
  background-color: #FFFEFD;
  padding: 12px;
  border-radius: 6px;
}
.checklist-card .business-rule-top-info-static {
  padding: 2px 5px 2px 5px;
  background-color: #FFFEFD;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.checklist-card .business-rule-top-info div {
  padding: 2px 5px 2px 5px;
  background-color: #FFFEFD;
  border-radius: 4px;
  font-size: 12px;
}
.checklist-card .business-rule-top-info-edit {
  background-color: #F8F7F6 !important;
}
.checklist-card #quote-images-container {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}
.checklist-card #quote-images-container .quote-image {
  display: flex;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  margin-right: 30px;
}
.checklist-card #quote-images-container .quote-image .bold {
  font-weight: bold;
}
.checklist-card #quote-images-container #quote-images {
  display: flex;
}
.checklist-card #quote-images-container #quote-images .quote-image {
  display: flex;
  width: auto;
  padding-right: 25px;
  border-right: 1px solid gray;
  margin-right: 25px;
}
.checklist-card #quote-images-container #quote-images .quote-image .quote-image-basic-info {
  width: 275px;
}
.checklist-card #quote-images-container #quote-images .quote-image .quote-image-basic-info input[type=checkbox] {
  margin-left: 0;
}
.checklist-card #quote-images-container #quote-images .quote-image .quote-image-image {
  padding-bottom: 5px;
}
.checklist-card #quote-images-container #quote-images .quote-image .quote-image-image img {
  max-width: 275px;
  max-height: 100%;
  border-radius: 5px;
}
.checklist-card #quote-images-container #quote-image-full {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  height: 100vh;
  width: calc(100vw - 650px);
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .checklist-card #quote-images-container #quote-image-full {
    width: calc(50vw + -275px);
  }
}
@media (min-width: 768px) {
  .checklist-card #quote-images-container #quote-image-full {
    width: calc(50vw + -165px);
  }
}
@media (min-width: 992px) {
  .checklist-card #quote-images-container #quote-image-full {
    width: calc(50vw + -65px);
  }
}
.checklist-card #quote-images-container #quote-image-full #quote-image-full-toggle-label {
  position: absolute;
  top: -8px;
  right: 10px;
  padding: 0;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
.checklist-card #quote-images-container #quote-image-full #quote-image-full-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
}
.checklist-card #quote-images-container #quote-image-full-toggle {
  display: none;
}
.checklist-card #quote-images-container #quote-image-full-toggle:not(:checked) + #quote-image-full {
  display: none;
}

.nav-style {
  padding: 20px 50px 10px;
  background-color: #FFFEFD;
  margin-bottom: 20px;
  margin-left: -40px;
  margin-right: -40px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: flex-end;
}
.nav-style .nav-left {
  flex: 1;
}

.general-info,
.quality-assurance-content {
  background-color: #FFFEFD;
  padding: 16px 16px;
  border-radius: 12px;
}

.business-rule-update {
  width: 90%;
  vertical-align: top;
  display: inline-block;
}
.business-rule-update .post-quote-clarification {
  margin-top: 40px !important;
  margin-left: 0 !important;
}
.business-rule-update .issue {
  margin-top: 20px !important;
  margin-left: 0 !important;
}

.business-rule-visible input[type=checkbox] {
  margin-left: 0;
}

.business-rule-omit-pdf-text,
.business-rule-pinned-text,
.business-rule-post-quote-clarification-text {
  margin-bottom: 10px;
}

.popover-close {
  position: absolute;
  top: 8px;
  right: 15px;
}

.popover-content,
.popover-body {
  width: 300px;
}
.popover-content .personnel-card,
.popover-body .personnel-card {
  display: inline-block;
  width: 80px;
  margin-bottom: 20px;
}
.popover-content .personnel-card .card-included,
.popover-body .personnel-card .card-included {
  position: relative;
  bottom: -10px;
  left: -14px;
  color: blue;
}

.popover {
  max-width: 320px;
}

.col-md2 col-sm-12 m-t-md {
  padding: 16px;
}

.assigned-personnel {
  background-color: #FFFEFD;
  border-radius: 12px;
  padding: 16px;
}
.assigned-personnel .owner-avatar {
  padding: 2px;
  border-radius: 70px;
  border: 2px solid #F39F5A;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.assigned-personnel .owner-initials {
  border: 2px solid #F39F5A;
  padding: 2px;
  border-radius: 70px;
}
.assigned-personnel .avatar {
  background: #EEEBE9;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  border: 0px;
  width: 68px;
  height: 68px;
}
.assigned-personnel .initials {
  text-align: center;
  color: #1D1A39;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  word-wrap: break-word;
}
.assigned-personnel .na_initials {
  font-size: 20px;
  font-weight: 400;
  padding: 17px 0;
  text-align: center;
  background-color: #EEEBE9;
  color: #1D1A39;
}
.assigned-personnel .user-display {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.personal-columns {
  display: flex;
  gap: 24px;
}

.margin-none {
  margin: 0 !important;
}

.margin-personal {
  margin: 0 !important;
}
.margin-personal .avatar {
  width: 35px;
  height: 35px;
}
.margin-personal .initials {
  font-size: 14px;
}

.created-by-avatar .avatar {
  width: 35px;
  height: 35px;
}
.created-by-avatar .initials {
  font-size: 14px;
}

.qa-avatar {
  width: 20px !important;
  height: 20px !important;
  font-size: 10px !important;
}

.personnel-column {
  margin-top: 12px;
  padding-left: 0;
  padding-right: 0;
}

.pull-requests {
  background-color: #FFFEFD;
  border-radius: 12px;
}

.lane-container {
  position: relative;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: self-start;
}

.checklist-item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.checklist-item-text .title {
  background: white;
  font-weight: 700;
}

.remove-icon {
  color: #4D4F51;
}

.remove-quote-image {
  float: right;
}

.quote-title {
  font-size: 12px;
  font-weight: 700;
  color: #1D1A39;
}

.quote-link {
  font-size: 12px;
  font-weight: 400;
  color: #1D1A39;
}

.breadcrumb-link {
  font-size: 20px;
  font-weight: 700;
  color: #1D1A39;
  text-decoration: none;
}
.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-header {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.breadcrumb-name {
  font-size: 20px;
  font-weight: 700;
  color: #1D1A39;
  text-decoration: none;
}

.btn-dropdown {
  border: none;
  margin: 4px 10px;
  padding: 6px 8px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle):focus {
  border-radius: 20px;
  outline: none;
  background-color: rgb(212.5, 212.5, 212.5) !important;
  transition: none;
}

.time-btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle):focus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
  background-color: #2c1735 !important;
  border-color: #2c1735 !important;
  color: #FFF !important;
}

.personal-section .card-assets {
  display: flex;
  gap: 5px;
}
.personal-section .card-assets .card-asset {
  color: #1D1A39;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
}
.personal-section .chevron {
  transition: transform 0.2s ease;
}
.personal-section .collapsed .chevron {
  transform: rotate(180deg);
}

.pr-link {
  color: #1D1A39;
}

.card-assets-item-title {
  color: #1D1A39;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  word-wrap: break-word;
}

.development-card-asset,
.quality-assurance-text {
  color: #1D1A39;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
}

.development-content {
  margin-top: 12px;
  color: #1D1A39;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}

.development-second-title {
  margin-top: 12px;
  color: #1D1A39;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  word-wrap: break-word;
}

.pull-request-card-asset {
  color: #1D1A39;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  word-wrap: break-word;
  padding: 16px 0;
}

.personal-section {
  margin-top: 12px;
}

.progress-row {
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.progress-row .lane-icon .line {
  width: 40px !important;
}
.progress-row .lane-container {
  flex: 0 0 auto;
  min-width: 0;
}
.progress-row .checklist-item-text {
  min-width: 0;
}
.progress-row .checklist-item-text .lane-title,
.progress-row .checklist-item-text .lane-index {
  white-space: nowrap;
}

.lane-row, .progress-row {
  margin: 20px 0px 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
  align-items: center;
}
.lane-row .lane-container, .progress-row .lane-container {
  flex: 0 0 auto;
  min-width: 0;
}
.lane-row .checklist-item-text, .progress-row .checklist-item-text {
  min-width: 0;
}
.lane-row .checklist-item-text .title,
.lane-row .checklist-item-text .lane-title,
.lane-row .checklist-item-text .lane-index, .progress-row .checklist-item-text .title,
.progress-row .checklist-item-text .lane-title,
.progress-row .checklist-item-text .lane-index {
  white-space: nowrap;
}
.lane-row .lane-icon, .progress-row .lane-icon {
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.lane-row .lane-icon .icon, .progress-row .lane-icon .icon {
  padding: 3px;
  border-radius: 100%;
  background-color: #D6CDC3;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}
.lane-row .lane-icon .line, .progress-row .lane-icon .line {
  border: solid 1px #D6CDC3;
  width: 89.8px;
  max-width: 100%;
  display: inline-block;
  align-self: center;
  height: 1px;
}
.lane-row .lane-title, .progress-row .lane-title {
  font-weight: 700;
  color: #1D1A39;
  font-size: 14px;
}
.lane-row .lane-index, .progress-row .lane-index {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.lane-row .date, .progress-row .date {
  margin-left: -40px;
  font-size: 12px;
  font-weight: 400;
}
.lane-row .active .icon, .progress-row .active .icon {
  color: #FFFFFF;
  background-color: #828282;
}
.lane-row .active .line, .progress-row .active .line {
  border: solid 1px #828282 !important;
}
.lane-row .active .line.completed-task, .progress-row .active .line.completed-task {
  border: solid 1px #451952 !important;
}
.lane-row .active .line.inprogress-task, .progress-row .active .line.inprogress-task {
  border: solid 1px #F280D8 !important;
}
.lane-row .active .completed-task, .progress-row .active .completed-task {
  background-color: #451952;
  border: solid 1px #472252 !important;
}
.lane-row .active .line.inprogress-task, .progress-row .active .line.inprogress-task {
  border: solid 1px #C95CAF !important;
}
.lane-row .active .completed-task, .progress-row .active .completed-task {
  background-color: #472252;
}
.lane-row .active .pending-task, .progress-row .active .pending-task {
  background-color: #D8D2CB;
}
.lane-row .active .inprogress-task, .progress-row .active .inprogress-task {
  background-color: #C95CAF;
}
.lane-row .active .blank-task, .progress-row .active .blank-task {
  background-color: #EAEAEA;
}

.goals-info {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
  margin-top: 20px;
}
.goals-info .card-dates {
  padding: 10px;
  background: #F4F2F0;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.goals-info .card-dates .goals {
  color: black;
  font-size: 12px;
  font-weight: 700;
  word-wrap: break-word;
}
.goals-info .card-dates .promissed-date {
  color: black;
  font-size: 12px;
  font-weight: 400;
  word-wrap: break-word;
}
.goals-info .card-dates .env {
  padding: 6px;
  background: #FFFEFD;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  display: inline-flex;
  width: 358px;
}
.goals-info .card-dates .each-env {
  flex: 1 1 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #FDFAFB;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}
.goals-info .card-dates .selected-env {
  background-color: #EDE4FF;
}
.goals-info .card-dates .env-title {
  align-self: stretch;
  text-align: center;
  color: #1D1A39;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17.4px;
  word-wrap: break-word;
}
.goals-info .card-dates .env-date {
  align-self: stretch;
  text-align: center;
  color: #1D1A39;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.4px;
  word-wrap: break-word;
}
.goals-info .card-dates .dates {
  display: inline-block;
  margin-left: 10px;
}

.et-feature-main {
  padding-left: 50px;
  padding-right: 50px;
}

.hide-dev-plan {
  color: #1D1A39;
  padding-left: 17px;
}

#status_chosen {
  margin-left: 10px;
}

.checklist-check-box,
.passed-checklist-check-box,
.failed-checklist-check-box,
.image-checklist-check-box {
  margin-left: 0 !important;
  margin-top: 8px !important;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  background-color: white;
  appearance: none;
  position: relative;
}

.passed-checklist-check-box:checked {
  background-color: #11A08D;
  border: 1px solid #11A08D;
}

.failed-checklist-check-box:checked {
  background-color: #F39F5A;
  border: 1px solid #F39F5A;
}

.working-checklist-check-box:checked {
  background-color: #565187;
  border: 1px solid #565187;
}

.dev-plan-checklist-check-box:checked {
  background-color: #451952;
  border: 1px solid #451952;
}

.add-business-rule-icon {
  border-radius: 100%;
  color: #1D1A39;
  background-color: #E8DDFF;
  width: 18px;
  height: 18px;
  padding: 4px;
  padding-right: 4px;
  font-size: 10px;
}

.add-business-rule-btn {
  width: 18px;
  background: #E8DDFF;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.test-plan-content {
  justify-content: center;
  align-items: center;
  gap: 3px;
  display: inline-flex;
}

.start-qa-session-btn {
  color: #451952;
  border-radius: 18px;
  font-weight: 400;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border: 1px #1D1A39 solid;
}
.start-qa-session-btn .qa-session-icon {
  padding: 4px;
  padding-left: 5px;
}

.qa-section {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.qa-progress-bar {
  background: #E3DEDC;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.checkbox-container {
  height: 25px;
  width: 25px;
  position: relative;
}
.checkbox-container .checklist-check-box {
  margin: 0 !important;
}

.check-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  /* Icon color */
  font-size: 12px;
  /* Size of the tick icon */
  display: none;
  /* Hide by default */
}

.dev-check-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  /* Center the icon */
  color: white;
  /* Icon color */
  font-size: 12px;
  /* Size of the tick icon */
  display: none;
  /* Hide by default */
}

.top-buttons {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #FFFEFD;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  border: 1px #1D1A39 solid;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  display: inline-flex;
}

.edit-image.business-rule-image {
  border: none;
  box-shadow: none;
  font-size: 12px;
  min-width: 100px;
  padding: 4px 8px !important;
  border-radius: 4px;
  background-color: #EEEBE9;
  font-weight: 400;
}

.working-checklist-check-box:checked + .check-icon {
  display: block;
}

.personnel-text {
  color: #1D1A39;
  font-size: 14px;
  font-weight: 700;
}

.business-rule-warning {
  padding: 0 6px;
  background: #FFCB94;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}
.business-rule-warning .warning {
  color: #1D1A39;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}

.dev-plan-checklist-check-box:checked + .dev-check-icon {
  display: block;
}

.add-buttons {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #451952;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  border: 1px #1D1A39 solid;
  justify-content: center;
  align-items: center;
  gap: 3px;
  display: inline-flex;
  color: #FFFFFF;
}

#quote-image-form-container .business-rules-text-container {
  width: 80% !important;
  margin-left: 10px;
}

.test-plan-checklists input[type=checkbox] {
  margin-right: 5px;
  vertical-align: top;
}
.test-plan-checklists .checklist-name {
  margin-top: 8px;
  display: inline-block;
  font-weight: normal !important;
}

.test-plan-session-type .session-type-label {
  font-weight: normal !important;
  margin-left: 20px;
}

.test-plan-run {
  font-size: 12px;
  text-align: right;
}

.pass-fail-box {
  width: 45%;
  display: inline-block;
}

.test-plan-result-text {
  font-size: 12px;
}

.project-lanes {
  font-size: 12px;
}
.project-lanes .swim-lane-card-link:hover {
  text-decoration: none;
}
.project-lanes .checklist-labels.swim-lane-labels,
.project-lanes .checklist-labels.swim-lane-labels * {
  pointer-events: none;
}
.project-lanes .card-personnel .avatar {
  margin: 0 !important;
  margin-top: 10px !important;
  vertical-align: top;
}
.project-lanes hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ad-hoc-container input[type=checkbox] {
  margin: 0 !important;
}

.checklist-time-table tr td {
  border-top: 1px solid #DDDDDD !important;
  border-bottom: 1px solid #DDDDDD !important;
}
.checklist-time-table tbody > tr:first-child > td {
  border-top: none !important;
}

.test-plan-container {
  margin-top: 16px;
  margin-left: 0;
}

.dev-business-rule-gap {
  gap: 24px !important;
}

.qa-working-checklist-container, .dev-plan-container {
  background-color: #EEEBE9;
}

.business-rule-gap {
  gap: 20px;
}

.dev-business-rules {
  width: 100%;
}

.editable-link {
  position: relative;
  display: inline-block;
}

.editable-link:hover {
  text-decoration: none;
}

.editable-container:hover {
  text-decoration: none;
}
.editable-container:hover i {
  display: inline-block !important;
}

.dev-working-checklist-container .business-rule-top-info-static {
  font-size: 10px;
  max-width: 85%;
}
.dev-working-checklist-container .business-rule-top-info {
  font-size: 10px;
  max-width: 85%;
}

.dev-working-checklist-container {
  min-width: 50%;
}

.custom-padding {
  padding-right: 10px;
  padding-left: 10px;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.ticket-card .chosen-container-single .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
}
.ticket-card .chosen-container-single .chosen-single span {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.ticket-card .chosen-container-single .chosen-single span:after {
  content: " ";
  display: inline-block;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  height: 10px;
  width: 10px;
  margin: 3px 6px;
  transform: rotate(45deg);
}
.ticket-card .chosen-container-single .chosen-single div {
  display: none;
}

.checklist-labels .label-primary {
  padding: 0.3em 0.6em 0.3em;
}

.status-selection {
  min-width: 150px;
}

.business-rule-text {
  display: inline-block;
  vertical-align: top;
}

.business-rule-index {
  vertical-align: top;
}

.business-rule-text-details {
  width: 80%;
}

.icon-style.add-asset {
  background-color: transparent !important;
  border-radius: 0px !important;
}

.add-asset-dropdown {
  padding: 3px 8px !important;
  line-height: 25px;
  box-shadow: none !important;
}

.business-rule {
  position: relative;
  overflow: visible;
}

.business-rule.business-rule-dropdown-open {
  z-index: 50;
}

.business-rule-asset-dropdown {
  position: relative;
}
.business-rule-asset-dropdown.open {
  z-index: 60;
}
.business-rule-asset-dropdown .dropdown-menu {
  z-index: 2050;
}

#__modal__set_subfeature textarea {
  width: 100% !important;
}

.et-orange {
  color: #FF9900;
}

.billing-check-pill {
  border: solid 1px;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 15px;
  font-weight: bold;
  color: #FFFFFF;
}
.billing-check-pill.billable-pill {
  background-color: #492659;
}
.billing-check-pill.est-points-pill {
  background-color: #AE2379;
}
.billing-check-pill.non-billable-pill {
  background-color: #555555;
}

.billing-check-results {
  font-size: 16px;
}

.et-orange {
  color: #FF9900;
}

.update-email {
  background-color: #F8F7F5;
}
.update-email h2 {
  color: #492659;
}
.update-email h4 a {
  color: #6F7AD1;
}
.update-email .email-container {
  padding: 10px;
  background-color: #FFFFFF;
}
.update-email .developer-message-area {
  display: flex;
  flex-direction: row;
}
.update-email .developer-message-area .developer-name-avatar {
  width: auto;
}
.update-email .developer-message-area .developer-name-avatar::after {
  content: "";
  position: absolute;
  bottom: 25%;
  right: 0;
  height: 50%;
  border-left: 1px solid #DDDDDD;
}

.email-table {
  border-collapse: collapse;
}
.email-table td {
  padding: 15px;
}

.ticket-table .status-column {
  min-width: 150px;
}

.et-orange {
  color: #FF9900;
}

.et-feature h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
}

.upcoming-main {
  border-radius: 12px;
  border-color: black;
}

.upcoming-dates {
  display: flex;
  overflow-y: hidden;
}
.upcoming-dates .quote-dates {
  margin-right: 25px;
  background-color: #F2F2F2;
  padding: 20px;
  border-radius: 10px;
  min-width: 25%;
}
.upcoming-dates .env-title {
  margin-bottom: 10px;
  padding-right: 10px;
  border-right: solid 1px #CFCFCF;
}
.upcoming-dates .env-date {
  margin-bottom: 10px;
}

.main-board {
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 24px 0px 8px;
  height: calc(100vh - 231px);
}

.project-lanes {
  display: flex;
  overflow-x: auto;
  height: 100%;
  gap: 12px;
}
.project-lanes .lane {
  flex: 1 1 25%;
  height: 100%;
  overflow: hidden;
  background-color: #F4F2F0;
  padding: 12px 0 0;
  border-radius: 12px;
  min-width: 300px;
  max-width: 400px;
}
.project-lanes .lane .card-container {
  height: calc(100% - 47px);
  overflow-y: auto;
  display: flex;
  gap: 12px;
  flex-direction: column;
  padding: 0 12px 24px;
}
.project-lanes .pill {
  padding: 2px 14px;
  margin: 0.15em;
  border-radius: 24px;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  min-width: 3em;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  background-color: #451952;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}
.project-lanes .lane-header-row {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 12px;
}
.project-lanes .lane-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  flex-grow: 1;
}
.project-lanes .add-to-card-btn {
  width: auto;
  padding: 4px 4px;
  display: block;
  align-items: center;
}
.project-lanes .card {
  margin: 0;
  background-color: #FFFFFF;
  padding: 16px;
  gap: 10px;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.14);
  border: none;
}
.project-lanes .card .pill {
  font-size: 12px;
  line-height: 14px;
}
.project-lanes .card .quote-info {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #1D1A39;
  max-width: 90%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.project-lanes .card .team-list-issues {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
  color: #1D1A39;
  max-width: 90%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.project-lanes .card .card-description {
  font-size: 10px;
  color: #1D1A39;
  margin-top: 10px;
  max-width: 80%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.project-lanes .card .card-personnel {
  margin: 10px 0;
}
.project-lanes .card .card-personnel .avatar-div {
  background: transparent;
  display: inline-block;
  border-radius: 40px;
  padding: 2px;
}
.project-lanes .card .card-personnel .avatar {
  margin-top: 0 !important;
  height: 40px !important;
  width: 40px !important;
}
.project-lanes .card .card-personnel .initials {
  height: 40px !important;
  width: 40px !important;
  font-size: 12px;
  padding: 6px 5px;
}
.project-lanes .card .card-counting {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-lanes .card .card-counting .card-hours {
  margin-left: 6px;
}
.project-lanes .card .card-counting .progress-container {
  width: 53px;
  background-color: #E3DEDC;
  border-radius: 4px;
  position: relative;
  height: 4px;
}
.project-lanes .card .card-counting .test-plan-results-container {
  width: 100%;
}
.project-lanes .card .card-counting .progress-body {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-lanes .card .card-counting .progress-bar {
  height: 100%;
  background-color: #AF549A;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.3s ease;
}
.project-lanes .card .card-counting .progress-text {
  padding-top: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
}
.project-lanes .card .polishing {
  padding: 10px;
  gap: 10px;
  border-radius: 8px;
  background-color: #F9F4FC;
  color: #1D1A39;
}
.project-lanes .card .polishing .polishing-heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  color: #1D1A39;
  margin: 0;
}
.project-lanes .card .polishing .polishing-body {
  display: flex;
  align-items: center;
  gap: 20px;
}
.project-lanes .card .polishing .polishing-body .polishing-avatar {
  display: flex;
}
.project-lanes .card .polishing .polishing-body .polishing-avatar .initials {
  width: 19px;
  height: 19px;
  border-radius: 20px;
  font-size: 8px;
  font-weight: bold;
  padding: 9px 8px;
  vertical-align: bottom;
  background-color: #E8DDFF;
  color: #1D1A39;
}
.project-lanes .card .polishing .polishing-body .polishing-avatar img {
  width: 19px;
  height: 19px;
  border-radius: 20px;
}
.project-lanes .card .polishing .polishing-body .polishing-avatar .img-pill {
  margin-top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-lanes .card .polishing .polishing-body .polishing-avatar .img-pill i {
  font-size: 6px;
  color: #FFFFFF;
}
.project-lanes .card .polishing .polishing-body .polishing-content {
  font-size: 10px;
  line-height: 10px;
  text-align: left;
}
.project-lanes .card .polishing .polishing-body .polishing-content .title {
  font-weight: 700;
  font-size: 10px;
}
.project-lanes .card .polishing .polishing-body .polishing-content .desc {
  font-weight: 400;
}

.placeholder-box {
  background-color: #BDBDBD;
  border: 1px dashed #BBBBBB;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.placeholder {
  height: 20px;
  width: 100%;
  display: inline-block;
}

.credential-content {
  position: absolute;
  width: 64%;
  z-index: 10;
}
.credential-content strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.08px;
  text-align: left;
  color: #1D1A39;
  display: block;
  margin-bottom: 8px;
}

.credential-content-wrapper {
  background: #F8F7F6;
  padding: 10px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.env-div {
  background: #FFFEFD;
  border-radius: 4px;
  padding: 4px 12px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.14);
}
.env-div .env-div-wrapper {
  display: flex;
  justify-content: space-between;
}
.env-div .env-div-wrapper p {
  font-size: 12px;
  font-weight: 600;
  line-height: 13.5px;
  text-align: left;
  margin: 0;
  color: #662549;
}
.env-div .env-div-wrapper .env-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  font-weight: 600;
  line-height: 13.5px;
  text-align: left;
  margin: 0;
}
.env-div .env-div-wrapper .env-content .env-key {
  color: #E8DDFF;
  background-color: #451952;
  padding: 1px 8px;
  gap: 3px;
  border-radius: 12px;
  font-size: 12px;
}
.env-div .env-div-wrapper .env-content .env-key i {
  font-size: 9px;
}
.env-div .env-div-wrapper .env-content .env-arrows i {
  font-size: 9px;
}
.env-div .env-div-wrapper .env-content .env-arrows .chevron-down {
  transform: rotate(90deg);
}

.content-div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 10px 0;
}
.content-div .credential {
  background: #F8F7F6;
  border-radius: 6px;
  padding: 3px 6px;
  display: block;
}
.content-div .credential h4 {
  color: #662549;
  font-size: 12px;
  font-weight: 600;
  line-height: 13.5px;
  text-align: left;
  text-decoration: underline;
  text-underline-color: #662549;
}
.content-div .credential .notes {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.5px;
  text-align: left;
}
.content-div .credential .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #E8DDFF;
  border: 1px solid #451952;
  border-radius: 16px;
  height: 15px;
  width: 15px;
}
.content-div .credential .icon i {
  font-size: 8px;
}
.content-div .credential .credential-email,
.content-div .credential .credential-pass {
  display: flex;
  align-items: center;
  gap: 5px;
}
.content-div .credential .credential-email p,
.content-div .credential .credential-pass p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.5px;
  text-align: left;
}

.date-content strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.08px;
  text-align: left;
  color: #1D1A39;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.phase-body {
  padding: 10px;
  gap: 15px;
  border-radius: 18px;
  background-color: #F8F7F6;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.phase-body .phase-wrapper {
  width: 100%;
}
.phase-body .phase-wrapper .title {
  background-color: transparent;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.42px;
  text-align: left;
  color: #1D1A39;
}
.phase-body .phase-wrapper .phase-content {
  padding: 6px;
  gap: 6px;
  border-radius: 12px;
  background-color: #FFFEFD;
  display: flex;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.14);
}
.phase-body .phase-wrapper .phase-content .date-wrapper {
  width: 100%;
  padding: 3px 10px;
  gap: 0;
  border-radius: 6px;
  background-color: #FDFAFB;
  color: #1D1A39;
}
.phase-body .phase-wrapper .phase-content .date-wrapper .date-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 17.4px;
  text-align: center;
  color: #1D1A39;
  text-transform: uppercase;
}
.phase-body .phase-wrapper .phase-content .date-wrapper .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 17.4px;
  text-align: center;
  color: #1D1A39;
}

.background-image-class {
  background-size: cover;
  background-position: center;
  width: 95%;
  position: absolute;
}

.et-feature .nav {
  width: 100%;
}
.et-feature .nav .dropdown {
  background: none !important;
}
.et-feature .nav .dropdown a {
  background: none !important;
}
.et-feature .nav li:hover {
  background-color: none !important;
}
.et-feature .nav .dropdown-toggle.show {
  background-color: none;
}
.et-feature .nav .dropdown-menu {
  background-color: #EEEEEE;
  padding: 5px 10px;
  color: #492659;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  margin-left: 10px;
  z-index: 11;
}
.et-feature .nav .dropdown-menu li {
  padding-left: 0px;
  padding-left: 0px;
  display: inline-flex;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  padding: 0px 10px;
}
.et-feature .nav .dropdown-menu li a {
  color: #492659;
  padding-left: 0px;
  width: 100%;
}
.et-feature .nav .dropdown-menu li i {
  float: right;
  margin-top: 6px;
}

.other-boards li {
  margin-bottom: 10px;
}

#board-card-search {
  width: 300px;
  background-color: #413D68;
  border: 1px solid #565187;
  color: #FFFCFA;
  border-radius: 4px;
  padding-left: 10px;
  height: 36px;
}

.et-orange {
  color: #FF9900;
}

.quote-screen-bg-image {
  height: 100vh;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.dark-theme-container {
  background-color: #1D1A39;
  color: #FFFCFA;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 16px 48px 36px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.dark-theme-container h1 {
  color: #FFFCFA;
}
.dark-theme-container h3 {
  color: #D0CCFE;
}
.dark-theme-container .btn.icon-btn {
  border: 1px solid #938DE0;
  color: #FFFCFA;
  background-color: transparent;
  padding: 8px 18px 8px 10px;
  transition: 0.3s ease;
}
.dark-theme-container .btn.icon-btn.icon-only-btn {
  padding: 8px !important;
}
.dark-theme-container .btn.icon-btn:hover {
  background-color: #2D2A4A;
  border-color: #D0CCFE;
}
.dark-theme-container .btn.solid-btn {
  background-color: #2D2A4A;
  border: none;
  color: #FFFCFA;
  transition: 0.3s ease;
}
.dark-theme-container .btn.solid-btn.icon-btn {
  padding: 8px 18px 8px 10px;
}
.dark-theme-container .btn.solid-btn:hover {
  background-color: #413D68;
}
.dark-theme-container .light-pink i {
  color: #FECEE9;
  background-color: transparent;
}
.dark-theme-container .dark-cyan i {
  color: #11A08D;
  background-color: transparent;
}
.dark-theme-container .russian-violet i {
  background-color: transparent;
  color: #D16AFF;
}
.dark-theme-container .line-items-values {
  background-color: #2D2A4A;
}
.dark-theme-container .line-items-values .details-box-content {
  background-color: #413D68;
}
.dark-theme-container .line-items-values .details-box-content .details-box {
  background-color: #565187;
  color: #FFFCFA;
}
.dark-theme-container .quote-search-form label {
  color: #FFFCFA;
  display: block;
}
.dark-theme-container .quote-search-form input[type=text], .dark-theme-container .quote-search-form select {
  background-color: #413D68;
  border: 1px solid #565187;
  color: #FFFCFA;
  border-radius: 4px;
  width: 100%;
  padding-left: 10px;
  height: 36px;
}
.dark-theme-container .quote-search-form h3 {
  margin: 0;
  color: #D0CCFE;
}
.dark-theme-container .quote-edit-heading .btn.quote-list-btn {
  color: #938DE0;
}
.dark-theme-container .quote-edit-heading .btn.quote-list-btn i {
  color: #938DE0;
  border-color: #938DE0;
  background-color: transparent;
}
.dark-theme-container .quote-edit-heading .primary-quote-heading {
  display: flex;
  gap: 12px;
  align-items: center;
}
.dark-theme-container .quote-edit-heading .primary-quote-heading h1 {
  margin: 0;
}

body.quotes-edit {
  background-color: #FCF9F7;
  min-height: 100vh;
}

.modal #terms_modal {
  margin: 10px;
  text-align: center;
  background-color: #ffffff !important;
  border-bottom: none;
}
.modal #terms_modal h5 {
  font-weight: bolder;
  color: #000000;
  font-size: 1.4em;
}
.modal #terms_modal p {
  color: #8D8D8D;
}
.modal .modal-footer {
  border-top: none;
  background-color: #f5f5f5;
}
.modal .modal-footer button {
  background-color: #361c42;
  color: #ffffff;
}

#terms-modal-button, #terms-update-modal-button {
  font-weight: bolder;
  text-decoration: underline;
}

.quote-heading {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin: 20px 0;
}
.quote-heading h1 {
  margin: 0;
}

.quote-search .flex-grow {
  flex: 1;
}
.quote-search .flex-grow label {
  font-size: 12px;
  font-weight: 400;
}
.quote-search .chosen-container-single {
  width: 100% !important;
}
.quote-search .chosen-container-single .chosen-single {
  background: none;
  line-height: 36px;
  background-color: #413D68;
  border: 1px solid #565187;
  color: #FFFCFA;
  border-radius: 4px;
  width: 100%;
  box-shadow: none;
  height: 36px;
}
.quote-search .chosen-container-single .chosen-single div {
  padding-top: 6px;
}
.quote-search .chosen-container-multi {
  width: 100% !important;
}
.quote-search .chosen-container-multi .chosen-choices {
  background-color: #413D68;
  border: 1px solid #565187;
  color: #FFFCFA;
  border-radius: 4px;
  width: 100%;
  height: 36px;
  background-image: none;
}
.quote-search .chosen-container-multi .chosen-choices li.search-choice {
  padding: 2px 20px 2px 5px;
}
.quote-search .btn-search {
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #F39F5A;
}

.quote-body {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1490196078);
  background: white;
  padding: 16px;
  border-radius: 12px;
  margin-top: 24px;
  width: 94vw;
  margin-left: calc(-47vw + 50%);
}
.quote-body .quote-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quote-body .quote-results strong {
  font-size: 20px;
  font-weight: 600;
  color: #451952;
}
.quote-body .table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.quote-body .table thead {
  height: 50px;
}
.quote-body .table thead tr {
  background-color: #EEEBE9 !important;
}
.quote-body .table tbody tr {
  background-color: #F8F7F6;
}
.quote-body .table tbody tr td.status-width {
  width: 15%;
}
.quote-body .table .dropdown-menu {
  min-width: 192px;
}
.quote-body .table .dropdown-menu a {
  margin: 0;
  padding: 5px;
}

.quote-edit-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}
.quote-edit-heading .quote-heading-left {
  max-width: 60%;
}
.quote-edit-heading .quote-heading-right {
  max-width: 38%;
  padding-top: 55px;
}
.quote-edit-heading .btn.icon-btn {
  padding: 6px;
}
.quote-edit-heading .btn.quote-list-btn {
  color: #451952;
  padding: 10px 0px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  gap: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.quote-edit-heading .btn.quote-list-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
}

.export-pdfs {
  font-size: 12px;
}
.export-pdfs .file-requested {
  font-size: 12px;
  color: #FFFFFF;
}

.quote-timeline {
  padding: 6px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  background: #FFF;
  /* XS Card Shadow */
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
}
.quote-timeline h3 {
  text-transform: uppercase;
}

.button-bar {
  width: 100%;
  text-align: left;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2 !important;
  box-shadow: none;
  display: flex;
}
.button-bar div {
  width: 33%;
  margin-top: auto;
  margin-bottom: auto;
}
.button-bar div a {
  margin-right: 10px;
}
.button-bar div:not(:first-of-type) {
  text-align: center;
}

.feature-section-label {
  color: #000000;
}

.features-collapse {
  width: 95%;
  margin-left: 5%;
}
.features-collapse .card {
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
  padding: 0px 4px;
  border-radius: 5px;
}
.features-collapse .card table {
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
}
.features-collapse .card table tr {
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
}
.features-collapse .card table tr td {
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
  width: 33%;
}
.features-collapse .card table tr td:not(:first-of-type) {
  vertical-align: top;
}
.features-collapse a {
  text-decoration: underline;
}

.commendation-badge {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.chosen-container .chosen-results li img.commendation-badge {
  position: relative;
  top: -1px;
}

.et-orange {
  color: #FF9900;
}

.et-orange {
  color: #FF9900;
}

.credential-background {
  background-color: #F8F7F6;
  padding: 10px;
  border-radius: 16px;
  margin-top: 20px;
  color: #451952;
}

.project-scope-background {
  background-color: #FFFEFD;
  padding: 4px 12px;
  margin-top: 10px;
  border-radius: 4px;
}

.project-scope-title {
  font-weight: 600;
}

.project-scope-credentials {
  margin-top: 20px;
}

.scope-credential-background {
  background-color: #F8F7F6;
  padding: 3px 6px;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #662549;
}

.cred-count {
  background-color: #451952;
  border-radius: 12px;
  color: #E8DDFF;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
}

.cred-link {
  text-decoration: underline;
  font-weight: 600;
}

.cred-name {
  font-weight: 600;
}

.cred-icon {
  border-radius: 50%;
  background-color: #E8DDFF;
  border: solid 1px #451952;
  font-size: 10px;
  line-height: 15px;
  padding: 2px 4px;
}

#new_credential input[type=checkbox], #edit_credential input[type=checkbox] {
  margin-left: 0;
}

.et-orange {
  color: #FF9900;
}

.linked-asset-icon {
  background-color: #FAF5F0;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  color: #1D1A39;
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#linked_asset_show_to_client {
  margin: 0;
}

.linked-asset-background {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  opacity: 50%;
}

.linked-asset-notes {
  font-style: italic;
}

.linked-asset-url {
  text-decoration: none !important;
}

:root {
  --global-color-light-sandy-brown: #FFCB94;
  --global-color-soft-mint: #DFF0D8;
  --global-color-light-red: #F2DEDE;
  --global-color-soft-vanilla: #FCF8E3;
  --global-color-light-sky-blue: #D9EDF7;
  --etGreen: #4BAF8B;
  --global-color-neutral-gray: #E8E8E8;
  --global-color-vivid-orchid: #D16AFF;
  --global-color-tyrian-purple: #662549;
  --global-color-light-orchid: #E8DDFF;
  --global-color-russian-violet: #451952;
  --global-color-mimi-pink: #FDD8F5;
  --global-color-deep-pink: #AF549A;
  --global-color-tea-green: #E1F3D4;
  --global-color-dark-cyan: #11A08D;
  --global-color-uranium-blue-light: #DEF0FF;
  --global-color-space-purple: #1D1A39;
}

.underline {
  text-decoration: underline;
}

.dev-notes {
  color: red;
}

.client-logo {
  margin-top: 50px;
}

.sort_link {
  color: white;
}

colgroup col.success {
  background-color: var(--global-color-soft-mint);
}

colgroup col.error {
  background-color: var(--global-color-light-red);
}

colgroup col.warning {
  background-color: var(--global-color-soft-vanilla);
}

colgroup col.info {
  background-color: var(--global-color-light-sky-blue);
}

td.status-bar.green {
  background: var(--etGreen) !important;
}

td.status-bar {
  display: table-cell;
  height: auto;
  margin: auto;
  background: var(--global-color-neutral-gray) !important;
  border-right: 1px solid white;
}

li.group-result {
  font-family: "Work Sans", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

form.form-inline {
  display: inline;
}

#system_label_project_id_chosen {
  min-width: 200px;
}

#original_sub_feature_id .chosen-container-single {
  min-width: 200px;
}

.checklist h4 {
  color: white;
}

.dc-error-message,
.dc-loading-message {
  display: none;
}

#new_project_support_pdf_request input[type=checkbox] {
  margin-left: 0;
  margin-top: 10px;
}

#new_project_support_pdf_request input[type=radio] {
  margin-top: 10px;
}

#new_project_support_pdf_request .dollars-div-hidden {
  display: none;
}

#new_project_support_pdf_request .spend-amount {
  display: none;
}

.credential-content hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.float-right {
  float: right;
}

.large-select {
  width: 75%;
}
