@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset "UTF-8";
@font-face {
  font-family: "Speedee";
  src: url("/storage/fonts/Speedee/Speedee_Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Speedee";
  src: url("/storage/fonts/Speedee/Speedee_Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Speedee";
  src: url("/storage/fonts/Speedee/Speedee_Lt.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Speedee Condensed";
  src: url("/storage/fonts/Speedee Condensed/SpeedeeCondensed_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Speedee Condensed";
  src: url("/storage/fonts/Speedee Condensed/SpeedeeCondensed_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  font-family: "Fira Code", Verdana, serif;
  font-weight: 400;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .main {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.sidebar .logo .simple-text,
.off-canvas-sidebar .logo .simple-text {
  text-transform: none;
}

.sidebar:after,
.off-canvas-sidebar:after {
  background: #a4b73a;
  background: linear-gradient(#918f8f 40%, #ffbc0d 90%);
  z-index: 3;
}

.sidebar .fixed-header {
  position: relative;
  padding: 0.5rem 0.7rem;
  z-index: 4;
}

li.active a i,
li.active a p {
  color: black !important;
}

.hidden-input:-moz-read-only {
  border: 0;
  background-color: white;
  color: black;
  font-size: 17px;
  width: 375px;
  cursor: default;
  box-shadow: none;
}

.hidden-input,
.hidden-input:disabled,
.hidden-input:focus,
.hidden-input:read-only {
  border: 0;
  background-color: white;
  color: black;
  font-size: 17px;
  width: 375px;
  cursor: default;
  box-shadow: none;
}

.false {
  background-color: #ff5a58;
}

.orange {
  background-color: #ff8d58;
}

.true {
  background-color: #93ff7a;
}

.average {
  background-color: #ffe25d;
}

.in-progress {
  background-color: #5dbeff;
}

.bg-light-red {
  background-color: rgba(255, 90, 88, 0.3019607843) !important;
}

.radio-type input[type=radio] {
  display: none;
}

.radio-type label {
  display: inline-block;
  /*background-color: #17a2b8;*/
  background-color: transparent;
  border: 2px solid #17a2b8;
  border-radius: 5px;
  color: #17a2b8;
  padding: 4px 11px;
  font-size: 16px;
  cursor: pointer;
}

.radio-type input[type=radio]:checked + label {
  background-color: #17a2b8;
  color: #fff;
}

.form-check .form-check-label {
  padding-left: 10px;
}

select {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

select option {
  font-weight: normal;
}

select.contract {
  display: inline !important;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 150px !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

td.center {
  text-align: center;
  vertical-align: middle;
}

.table-fontawesome {
  font-size: 20px;
}

.table-spreadsheet tr td,
.table-spreadsheet tr th {
  padding: 0 !important;
  margin: 0;
}
.table-spreadsheet tr td .mb-3,
.table-spreadsheet tr th .mb-3 {
  margin-bottom: 0 !important;
}
.table-spreadsheet tr td input,
.table-spreadsheet tr th input {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

input.form-control-compress {
  height: 25px;
}

.contract-type {
  display: inline;
}

.btn-max {
  width: 120px;
  height: 120px;
  margin: 5px;
}

.resize-none {
  resize: none;
}

.hide_btn {
  display: none;
}

textarea.wide {
  width: 500px;
}

/* CSS used here will be applied after bootstrap.css */
.dropdown-nav {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.dropdown-nav-menu {
  left: -120px;
  top: 30px;
}
.dropdown-nav-menu .dropdown-nav-item {
  color: #000 !important;
}

.dropdown-notifications {
  display: inline-block;
  margin-left: 20px;
  padding: 10px;
}

.notification-dropdown {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
}

.notifications {
  min-width: 420px;
}

.notifications-wrapper {
  overflow: auto;
  max-height: 250px;
}

h4.menu-title {
  color: #ffc72c;
  font-size: 18px;
  display: inline-block;
  margin-top: 5px !important;
}

.notification-heading,
.notification-footer {
  padding: 2px 10px;
}

.notification-footer a {
  color: #ffc72c !important;
}

.dropdown-menu.divider {
  margin: 5px 0;
}

.item-info {
  position: relative;
  white-space: normal;
}

.item-info-unseen::before {
  content: "\a";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc72c;
  display: inline-block;
  left: -19px;
  top: 6px;
  position: absolute;
}

.item-date {
  position: relative;
  bottom: 0;
  font-size: 11px !important;
  color: black;
  text-align: right;
  padding-bottom: 0;
  margin-bottom: 0;
  font-style: italic;
  float: right;
}

.notifications a.content {
  text-decoration: none;
  color: black;
}

.notification-dropdown {
  width: 400px;
}

.notification-item {
  padding: 5px;
  margin: 5px;
  border-radius: 1px;
}

.seen {
  color: black;
}

.unseen {
  color: black;
}

.dropdown-menu-notifications {
  left: -350px;
}

.contract td {
  padding: 10px;
}
.contract .recipient {
  max-width: 50px;
}
.contract .address {
  max-width: 400px;
}
.contract .bold {
  font-weight: bold;
}
.contract ol li {
  padding: 15px;
}
.contract span input {
  background-color: #93ff7a;
}
.contract .container {
  text-align: center;
}
.contract img {
  text-align: center;
}
.contract hr {
  width: 35%;
  border: 1px solid black;
}

.btn-publish {
  width: 100px;
}

.text-primary {
  font-weight: 500;
  color: #000 !important;
}

.progressDiv {
  width: 100%;
  height: 325px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.statChartHolder {
  width: 35%;
  height: 90%;
  position: relative;
  border-right: 1px solid #ccc;
  top: 15px;
  display: inline-block;
}

.statRightHolder {
  display: inline-block;
  height: 90%;
  width: 64%;
  position: relative;
  top: -32px;
  margin: 0;
}

.statRightHolder ul {
  list-style: none;
  margin: 0;
}

.statRightHolder li {
  border-bottom: 1px solid #ccc;
  height: 85px;
  width: 95%;
  position: relative;
  top: -25px;
}

.statRightHolder h3 {
  display: inline-block;
  margin-right: 15px;
  color: #b6b5b5;
  font-weight: 300;
  font-size: 38px;
}

.statRightHolder span {
  display: inline-block;
  color: #b6b5b5;
  font-size: 21px;
  font-weight: 300;
}

.statsLeft {
  list-style: none;
  display: inline-block;
  width: 45%;
}

.statsLeft li {
  width: 100%;
  height: 14px;
  border: none;
  top: 5px;
  margin-bottom: 25px;
}

.statsLeft h3 {
  font-size: 17px;
  display: inline-block;
}

.statsLeft span {
  font-size: 17px;
  display: inline-block;
}

.statsRight {
  width: 45%;
  display: inline-block;
  position: absolute;
}

.statsRight li {
  width: 100%;
  height: 14px;
  border: none;
  top: 5px;
  margin-bottom: 25px;
}

.statsRight h3 {
  font-size: 17px;
  display: inline-block;
}

.statsRight span {
  font-size: 17px;
  display: inline-block;
}

.progress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #e5e5e5;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-color: #ffc72c;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #ffc72c;
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #e5e5e5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.9130434783px/2);
  top: calc(50% - 173.9130434783px/2);
  width: 173.9130434783px;
  height: 173.9130434783px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  color: #ffc72c;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 50px auto 0;
}

@media (max-width: 720px) {
  .progressDiv {
    height: auto;
  }
  .statChartHolder {
    width: 100%;
    display: block;
    padding-bottom: 65px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .statRightHolder {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 65px;
    margin-bottom: 100px;
  }
}
.hide {
  display: none !important;
}

.card-dropdown {
  cursor: pointer;
}

.card-dropdown .card-header {
  display: flex;
  justify-content: space-between;
}

.digital-dash-open-btn .card-title,
.digital-dash-approved-btn .card-title,
.digital-dash-rejected-btn .card-title,
.digital-dash-sent-for-final-cost-approval-btn .card-title,
.digital-dash-final-cost-approved-btn .card-title,
.digital-dash-final-cost-rejected-btn .card-title {
  width: 425px;
}

.card-split-title .card-header {
  display: flex;
  justify-content: center;
  background-color: #ffc72c !important;
  font-weight: 300;
}

.card-split-error .card-header {
  display: flex;
  justify-content: center;
  background-color: #da291c !important;
  font-weight: 300;
}

.dropdown-fontawesome {
  font-size: 30px;
  position: relative;
  top: 6px;
  right: -7px;
}

.overflow-none {
  overflow: hidden;
}

.store-search-show {
  border-radius: 15px 15px 0 0;
}

#store-search {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  width: calc(100% - 14px);
  overflow-y: auto;
  z-index: 100000;
  border-radius: 0 0 15px 15px !important;
}

#store-search li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: black;
  display: block;
}

#store-search li a:hover:not(.header) {
  background-color: #eee;
}

.store-search {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  width: calc(35% - 14px);
  overflow-y: auto;
  z-index: 100000;
  border-radius: 15px !important;
}

.store-search li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: black;
  display: block;
}

.store-search li a:hover:not(.header) {
  background-color: #eee;
}

.project-search-show {
  border-radius: 15px 15px 0 0;
}

#project-search {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  width: calc(57% - 14px);
  overflow-y: auto;
  z-index: 100000;
  border-radius: 0 0 15px 15px !important;
}

#project-search li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: black;
  display: block;
}

#project-search li a:hover:not(.header) {
  background-color: #eee;
}

.table-search {
  width: 200px;
  border: 1px solid #ccc;
  height: 43px;
  border-radius: 3px;
}

.search {
  width: 300px;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
}

.searchTerm:focus {
  color: #27251f;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #ccc;
  background: #ccc;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.wrap {
  width: 80%;
}

.wrap-dropdown-fix {
  top: 9.8% !important;
}

.table-no-space {
  margin-right: 50px;
}

.table-no-space-start {
  width: 150px !important;
}

/* Container inside the gradient wrapper */
.login-container {
  display: flex;
  justify-content: center;
  padding-top: 80px; /* safe spacing, does not cause scroll */
  padding-bottom: 60px; /* safe spacing */
}

/* Wider, cleaner card */
.login-card {
  background: #fff;
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 50px 60px;
  max-width: 700px; /* wider */
  width: 100%;
}

/* Logo + title */
.login-logo {
  height: 75px;
  margin-bottom: 8px;
}

.login-header-title {
  color: #DA291C;
  font-weight: 700;
  font-size: 24px;
}

/* Labels */
.login-label {
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

/* Inputs */
.login .form-control {
  border-radius: 4px !important;
  padding: 14px 16px !important;
  font-size: 15px;
  border: 1px solid #ccc;
}

.login .form-control:focus {
  border-color: #FFC72C;
  box-shadow: 0 0 0 3px rgba(255, 199, 44, 0.35);
}

/* Buttons */
.btn-login {
  background: #FFC72C;
  color: #000;
  font-weight: 700;
  border-radius: 4px;
  padding: 12px;
}

.btn-login:hover {
  background: #FFD84D;
}

.btn-forgot {
  background: #e7eaef;
  color: #333;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px;
}

.btn-forgot:hover {
  background: #d7dbe0;
}

.user_options-container {
  position: relative;
  width: 80%;
}

.user_options-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  border-radius: 3px;
}

/**
 * Registered and Unregistered user box and text
 */
.user_options-registered,
.user_options-unregistered {
  width: 50%;
  padding: 75px 45px;
  color: #fff;
  font-weight: 300;
}

.user_registered-title,
.user_unregistered-title {
  margin-bottom: 15px;
  font-size: 1.66rem;
  line-height: 1em;
}

.user_unregistered-text,
.user_registered-text {
  font-size: 0.83rem;
  line-height: 1.4em;
  width: 400px;
}

.user_registered-login,
.user_unregistered-signup {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.user_registered-login:hover,
.user_unregistered-signup:hover {
  color: rgba(34, 34, 34, 0.85);
  background-color: #ccc;
}

/**
 * Login and signup forms
 */
.user_options-forms {
  position: absolute;
  top: 50%;
  left: 75px;
  width: calc(50% - 30px);
  min-height: 420px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translate3d(100%, -50%, 0);
  transition: transform 0.4s ease-in-out;
}

.user_options-forms .user_forms-login {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.user_options-forms .forms_title {
  margin-bottom: 45px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffc72c;
  letter-spacing: 0.1rem;
}

.user_options-forms .forms_field:not(:last-of-type) {
  margin-bottom: 20px;
}

.user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 6px 20px 6px 6px;
  font-size: 1rem;
  font-weight: 300;
  color: gray;
  letter-spacing: 0.1rem;
  transition: border-color 0.2s ease-in-out;
}

.user_options-forms .forms_field-input:focus {
  border-color: gray;
}

.user_options-forms .forms_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.user_options-forms .forms_buttons-forgot {
  letter-spacing: 0.1rem;
  color: #ccc;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3;
}

.user_options-forms .forms_buttons-action {
  background-color: #ffc72c;
  border-radius: 3px;
  padding: 10px 35px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: background-color 0.2s ease-in-out;
}

.user_options-forms .forms_buttons-action:hover {
  background-color: #ffc72c;
}

.user_options-forms .user_forms-signup,
.user_options-forms .user_forms-login {
  position: absolute;
  top: 70px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
}

.user_options-forms .user_forms-signup {
  transform: translate3d(120px, 0, 0);
}

.user_options-forms .user_forms-signup .forms_buttons {
  justify-content: flex-end;
}

.user_options-forms .user_forms-login {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/**
 * Triggers
 */
.user_options-forms.bounceLeft {
  animation: bounceLeft 1s forwards;
}

.user_options-forms.bounceLeft .user_forms-signup {
  animation: showSignUp 1s forwards;
}

.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-120px, 0, 0);
}

.user_options-forms.bounceRight {
  animation: bounceRight 1s forwards;
}

/**
 * Responsive 990px
 */
@media screen and (max-width: 990px) {
  .user_options-forms {
    min-height: 350px;
  }
  .user_options-forms .forms_buttons {
    flex-direction: column;
  }
  .user_options-forms .user_forms-login .forms_buttons-action {
    margin-top: 30px;
  }
  .user_options-forms .user_forms-signup,
  .user_options-forms .user_forms-login {
    top: 40px;
  }
  .user_options-registered,
  .user_options-unregistered {
    padding: 50px 45px;
  }
}
.split-search {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.split-search .search {
  float: right;
}

.card-title-btn {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}

.split-btn-right {
  display: flex;
  justify-content: space-between;
}

.card-header.split-btn-right {
  display: flex;
  align-items: center; /* vertically center children */
  justify-content: space-between;
  gap: 10px;
}

.edit-budget-btn {
  position: relative;
  left: -169px;
  bottom: 1px;
  cursor: pointer;
}

.edit-desc-btn,
.edit-date-btn {
  position: relative;
  bottom: 1px;
  cursor: pointer;
}

.edit-created-at-btn {
  position: relative;
  left: -169px;
  bottom: 1px;
  cursor: pointer;
}

/* .slideThree */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
}
.slideThree:after {
  content: "NO";
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.slideThree:before {
  content: "YES";
  color: #ffc72c;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
}
.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.slideThree input[type=checkbox] {
  visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

/* .squaredOne */
.squaredOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredOne label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: linear-gradient(to top, #222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgb(255, 255, 255);
}
.squaredOne label:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #ffc72c;
  background: linear-gradient(to top, #ffc72c 0%, #c59100 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.squaredOne label:hover::after {
  opacity: 0.3;
}
.squaredOne input[type=checkbox] {
  visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredOne */
.email-logo {
  width: 50px !important;
  height: 50px !important;
}

.notification-icon {
  width: 55px !important;
  cursor: pointer;
}

.notification-icon-count {
  background-color: #da291c;
  font-size: 10px;
  padding-top: 9px;
  padding-left: 3px;
  width: 19px;
  border-radius: 100%;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 17px;
}

.table-fit-content {
  width: 100px;
}

.table-btn-inline-fix {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-end;
}
.table-btn-inline-fix i {
  position: relative;
  left: 5px;
}

table.request-loi tr td:last-of-type {
  max-width: 200px;
}

.form-group input[type=file] {
  opacity: unset;
}

.signature {
  width: 200px;
}

.guidance {
  font-style: italic;
  font-size: 11px;
}

.big-textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  max-height: unset !important;
  height: 100px !important;
}

.card-user .avatar {
  background-color: #fff;
  width: auto !important;
  border-radius: 0 !important;
  height: 75px;
}

thead {
  font-weight: bold !important;
}

.sidebar .nav p,
.off-canvas-sidebar .nav p {
  line-height: unset !important;
}

.sidebar .nav,
.off-canvas-sidebar .nav {
  margin-top: 10px;
}

.sidebar .nav li > a,
.off-canvas-sidebar .nav li > a {
  padding: 4px !important;
}

.nav-indent {
  margin-left: 15px;
}

.sidebar-wrapper p,
.sidebar-wrapper i,
.logo a {
  color: black !important;
}

.sidebar .sidebar-divider:after, .off-canvas-sidebar .sidebar-divider:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.5);
}

.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
  padding-bottom: 0 !important;
}

.sidebar-search-col {
  display: flex;
  justify-content: center;
}
.sidebar-search-col .input-group {
  width: 90%;
  margin-bottom: 0;
}
.sidebar-search-col .input-group .input-group-prepend .input-group-text {
  background-color: #dfdfdf;
}
.sidebar-search-col .input-group .form-control {
  background-color: #dfdfdf;
  color: #000000;
}
.sidebar-search-col .input-group i {
  color: #ffbc0d !important;
}

.panel-header {
  height: unset;
  padding-top: 0 !important;
  padding-bottom: 45px;
  background: #141E30;
  background: linear-gradient(to right, #0c2646 0%, #204065 60%, #2a5788 100%);
  position: relative;
  overflow: hidden;
}

.panel-header-xs {
  height: 93px;
}

.panel-header-sm {
  height: 135px;
}

.panel-header-lg {
  height: 380px;
}

.back-btn {
  margin-right: 10px;
}

.chartjs-render-monitor {
  height: 240px !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 7px 3px !important;
  vertical-align: middle;
}

.card-split {
  display: flex;
  justify-content: space-around;
}

.card-split-column {
  padding: 10px;
}

.width-40 {
  width: 40% !important;
}

.width-60 {
  width: 60% !important;
}

.width-20 {
  width: 20% !important;
}

.width-80 {
  width: 80% !important;
}

.width-100 {
  width: 100% !important;
}

.symbols-table tr td {
  padding: 5px;
}

.symbols-table tr td:first-child {
  width: 50px;
}

.demo-preview {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  width: 600px;
  margin: 100px auto;
}

.demo-preview .btn-group {
  margin-bottom: 20px;
  margin-right: 20px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  min-width: 120px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none !important;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 20;
}

.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #ccc;
  border-color: #ccc;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #efefef;
}

.btn.btn-primary {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn.btn-primary:hover {
  background-color: #39a1f4;
  border-color: #39a1f4;
}

.btn-secondary {
  color: #fff;
  background-color: #323a45;
  border-color: #323a45;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #3d4654;
  border-color: #3d4654;
}

.btn-secondary:focus {
  color: #fff;
}

.btn.btn-info {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}

.btn.btn-info:hover {
  background-color: #41bef7;
  border-color: #41bef7;
}

.btn.btn-success {
  color: #fff;
  background-color: #64dd17;
  border-color: #64dd17;
}

.btn.btn-success:hover {
  background-color: #71e825;
  border-color: #71e825;
}

.btn.btn-default {
  color: #fff;
  background-color: #b0bec5;
  border-color: #b0bec5;
}

.btn.btn-default:hover {
  background-color: #bfcad0;
  border-color: #bfcad0;
}

.btn.btn-default:focus {
  color: #fff;
}

.btn.btn-warning {
  color: #fff;
  background-color: #ffd600;
  border-color: #ffd600;
}

.btn.btn-warning:hover {
  background-color: #ffda1a;
  border-color: #ffda1a;
}

.btn.btn-danger {
  color: #fff;
  background-color: #ef1c1c;
  border-color: #ef1c1c;
}

.btn.btn-danger:hover {
  background-color: #f13434;
  border-color: #f13434;
}

.open > .btn-primary.dropdown-toggle {
  background-color: #39a1f4;
  border-color: #39a1f4;
  color: #fff;
}

.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:active:focus {
  background-color: #39a1f4;
  border-color: #39a1f4;
  color: #fff;
}

.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle:active:focus {
  background-color: #3d4654;
  border-color: #3d4654;
  color: #fff;
}

.open > .btn-success.dropdown-toggle {
  background-color: #71e825;
  border-color: #71e825;
  color: #fff;
}

.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:active:focus {
  background-color: #71e825;
  border-color: #71e825;
  color: #fff;
}

.open > .btn-info.dropdown-toggle {
  background-color: #41bef7;
  border-color: #41bef7;
  color: #fff;
}

.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:active:focus {
  background-color: #41bef7;
  border-color: #41bef7;
  color: #fff;
}

.open > .btn-default.dropdown-toggle {
  background-color: #bfcad0;
  border-color: #bfcad0;
  color: #fff;
}

.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:active:focus {
  background-color: #bfcad0;
  border-color: #bfcad0;
  color: #fff;
}

.open > .btn-danger.dropdown-toggle {
  background-color: #f13434;
  border-color: #f13434;
  color: #fff;
}

.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:active:focus {
  background-color: #f13434;
  border-color: #f13434;
  color: #fff;
}

.open > .btn-warning.dropdown-toggle {
  background-color: #ffda1a;
  border-color: #ffda1a;
  color: #fff;
}

.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:active:focus {
  background-color: #ffda1a;
  border-color: #ffda1a;
  color: #fff;
}

li a.btn {
  width: 100%;
}

input.form-control-compress.input-border {
  border: 1px solid black !important;
  padding: 10px !important;
}

.split-dropdown {
  width: 200px;
  font-size: 18px;
  font-weight: lighter;
}

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

.pull-content {
  bottom: 35px;
  position: relative;
}

.clickable-row {
  cursor: pointer;
}

.btn-100 {
  width: 100%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.dashboard-charts {
  width: 500px !important;
  height: 250px !important;
  padding: 15px;
}

.dashboard-numbers {
  font-size: 40px;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.no-decoration {
  text-decoration: none !important;
  color: #000;
}

.no-decoration:hover {
  color: #000;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.index-fix {
  position: relative;
  z-index: 99;
}

.font-size-small {
  font-size: 10px;
  font-style: italic;
  color: #000 !important;
}

span.statChartSub {
  position: relative;
  bottom: 42px;
  font-size: 12px;
  font-weight: 700;
}

.btn-height-fix {
  height: -moz-fit-content;
  height: fit-content;
}

.img-text {
  display: flex;
  justify-content: flex-start;
}

.help-navigation-img {
  padding: 10px;
  max-width: 600px;
}

.help-navigation-content {
  padding: 10px;
}

.select2-container {
  width: 100% !important;
}

.center-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-space-evenly {
  display: flex;
  justify-content: space-evenly;
}

.small-subtitle {
  font-size: 10px;
}

.width-200 {
  width: 200px !important;
}

.useful-link {
  color: black;
  max-width: 50px;
}

.pointer {
  cursor: pointer;
}

.table-head div {
  display: flex;
}

.table-head div span {
  font-size: 0.8em;
  white-space: nowrap;
}

.table-head div span.none-sort-head-fix {
  position: relative;
  bottom: 2px;
}

.sort-icons {
  height: 30px !important;
  width: 20px;
  position: relative;
}

.sort-icons svg:nth-child(1) {
  width: 30px;
  position: relative;
  top: -7px;
  left: 5px;
}

.sort-icons svg:nth-child(2) {
  width: 30px;
  position: relative;
  top: 2px;
  left: -5px;
}

.exception-card {
  height: 300px;
}

.exception-card .card-header {
  height: 100px;
}

.select2-container {
  float: right;
  width: 100% !important;
}

.search-static {
  position: relative !important;
  margin: 5px;
  box-shadow: none !important;
  z-index: 0 !important;
}

.search-results {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: #fafafa;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 11px 20px 0px rgba(195, 195, 195, 0.75);
  padding: 5px 10px;
  max-height: 200px;
  overflow-y: auto;
}

.search-results p {
  margin: 5px;
  cursor: pointer;
  border-left: 2px solid #ffc72c;
  padding-left: 5px;
}

.search-results p:hover {
  background-color: #e2e2e2;
}

.search-results-escape {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-results-selected {
  background-color: #9be568 !important;
}
.search-results-selected:hover {
  background-color: #9be568 !important;
}

.ignore-hover:hover {
  background-color: unset !important;
}

.active-blob {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.text-small {
  font-size: 11px !important;
}

.tippy-tooltip p {
  margin: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.max-width-relative {
  position: relative;
  width: 100%;
  height: 100%;
}

.min-width-large {
  min-width: 500px !important;
}

.flex-cards div.card:nth-child(even) {
  float: right;
}

.custom-file-label {
  padding: 0.5rem 0.75rem !important;
}

.custom-file-label::after {
  padding: 0.5rem 0.75rem !important;
}

.choices__inner {
  background-color: transparent;
  border: 0;
}

.label {
  font-size: 15px;
  font-weight: bold;
  color: #6c757d !important;
  display: block;
}

.label-sub {
  font-size: 13px;
  margin-left: 5px;
  color: #6c757d !important;
}

.input-group-text {
  border-radius: 0 !important;
}

.row .col .form-control {
  border-radius: 0;
  border: 1px solid #E3E3E3;
}

.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {
  border-right: none !important;
  padding: 0 0 0 10px;
}

.input-group .input-group-prepend + .form-control,
.input-group .input-group-append + .form-control {
  border-left: none !important;
}

.input-group textarea.form-control,
.input-group input.form-control {
  border-radius: 0 !important;
  border: 1px solid #E3E3E3 !important;
}

.nav li > a {
  border-radius: 9px !important;
}

.store-search-results {
  z-index: 10;
  width: 100%;
  border: 1px solid #E3E3E3 !important;
  padding: 5px 10px;
  max-height: 200px;
  overflow-y: auto;
}

.store-search-results p {
  margin: 5px;
  cursor: pointer;
  border-left: 2px solid #ffc72c;
  padding-left: 5px;
}

.store-search-results p:hover:not(:first-child) {
  background-color: #e2e2e2;
}

.store-search-results p.readonly {
  cursor: unset;
}

.store-search-results p.readonly:hover:not(:first-child) {
  background-color: unset;
}

.store-search-results-escape {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-search-results-selected {
  background-color: #9be568 !important;
}
.store-search-results-selected:hover {
  background-color: #9be568 !important;
}

.store-search-results-project:hover {
  background-color: #dcffc5;
}

.progress-bar {
  background-color: #81d8ff;
  color: #000 !important;
  font-weight: bold !important;
}

textarea.form-control {
  max-height: unset !important;
}

.row .input-group .form-control {
  border-radius: unset !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.placeholder-white::-moz-placeholder {
  color: white !important;
  opacity: 1 !important; /* Firefox */
}

.placeholder-white::placeholder {
  color: white !important;
  opacity: 1 !important; /* Firefox */
}

.placeholder-black::-moz-placeholder {
  color: #3f3f3f !important;
  opacity: 1 !important; /* Firefox */
}

.placeholder-black::placeholder {
  color: #3f3f3f !important;
  opacity: 1 !important; /* Firefox */
}

.placeholder-black:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #3f3f3f !important;
}

.placeholder-black::-ms-input-placeholder { /* Microsoft Edge */
  color: #3f3f3f !important;
}

.cookie-consent-body {
  z-index: 10001 !important;
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: auto;
  background-color: #ffbc0d;
  padding: 10px;
  color: #000;
  align-items: baseline;
}

.link {
  background-color: #ffc72c !important;
  padding: 1px 4px;
  margin: 2px !important;
  border-radius: 6px;
  color: #000 !important;
  border: 0 !important;
}

.link:hover {
  background-color: #ffd569 !important;
  color: #2d2d2d !important;
  border: 0 !important;
  text-decoration: none !important;
}

.link-red {
  background-color: #fd4e4e !important;
}

.link-red:hover {
  background-color: #ff7667 !important;
}

.link-blue {
  background-color: #4ebafd !important;
}

.link-blue:hover {
  background-color: #67d1ff !important;
}

.link-dark-gray {
  background-color: #323a45 !important;
  color: #fff !important;
}

.link-dark-gray:hover {
  background-color: #464752 !important;
  color: #fff !important;
}

.document-version {
  display: inline-grid;
  border: 1px solid #ffc72c;
  padding: 10px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  font-size: 17px;
}

/* Scrollbar track */
::-webkit-scrollbar {
  width: 10px;
}

/* Scrollbar thumb (the moving part) */
::-webkit-scrollbar-thumb {
  background: #ffc72c;
  border-radius: 5px;
}

/* Scrollbar track when hovered */
::-webkit-scrollbar-thumb:hover {
  background: #f8ce64;
}

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

.hover-info:hover {
  background-color: #8ebbe7;
  cursor: pointer;
}

.hover-create:hover:before {
  content: "Create";
}

.hover-removable:hover {
  background-color: #e78e8e;
  cursor: pointer;
}

.hover-removable:hover:before {
  content: "Remove";
}

.hover-disable:hover {
  background-color: #e78e8e !important;
  cursor: pointer;
}

.hover-disable:hover:before {
  content: "Disable";
}

.hover-reenable:hover {
  background-color: #97e78e !important;
  cursor: pointer;
}

.hover-reenable:hover:before {
  content: "Re-enable";
}

.search-small {
  font-size: 20px;
}

.tooltip-popup {
  z-index: 99999;
  position: absolute;
  padding: 12px 25px;
  top: 0;
  left: -300px;
  width: 300px;
  border: 2px solid;
  background-color: #393939;
  color: #fff;
  border-radius: 5px;
}
.tooltip-popup hr {
  border-color: #909090;
  margin: 10px 0;
}

.btn-orange {
  background-color: #ef791c;
  border-color: #ef791c;
  color: #fff;
}

.btn-orange:hover {
  background-color: #ff7000;
  border-color: #ff7000;
}

.file-count {
  display: inline-grid;
  border: 1px solid #ffc72c;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.file-count span {
  position: relative;
  left: 6px;
}

.btn-grade-5 {
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-grade-5:hover,
.btn-grade-5:active,
.btn-grade-5-active,
.btn-grade-5-active:hover,
.btn-grade-5-active:active {
  background-color: #ff3333;
  border-color: #ff3333;
}

.btn-grade-4 {
  background-color: #ff8000;
  border-color: #ff8000;
}

.btn-grade-4:hover,
.btn-grade-4:active,
.btn-grade-4-active,
.btn-grade-4-active:hover,
.btn-grade-4-active:active {
  background-color: #ff9933;
  border-color: #ff9933;
}

.btn-grade-3 {
  background-color: #ffff00;
  border-color: #ffff00;
  color: #000;
}

.btn-grade-3:hover,
.btn-grade-3:active,
.btn-grade-3-active,
.btn-grade-3-active:hover,
.btn-grade-3-active:active {
  background-color: #ffff33;
  border-color: #ffff33;
  color: #000;
}

.btn-grade-2 {
  background-color: #7fd728;
  border-color: #7fd728;
}

.btn-grade-2:hover,
.btn-grade-2:active,
.btn-grade-2-active,
.btn-grade-2-active:hover,
.btn-grade-2-active:active {
  background-color: #99df53;
  border-color: #99df53;
}

.btn-grade-1 {
  background-color: #00b050;
  border-color: #00b050;
}

.btn-grade-1:hover,
.btn-grade-1:active,
.btn-grade-1-active,
.btn-grade-1-active:hover,
.btn-grade-1-active:active {
  background-color: #33c073;
  border-color: #33c073;
}

.btn-grade-0 {
  background-color: #0081b0;
  border-color: #0081b0;
}

.btn-grade-0:hover,
.btn-grade-0:active,
.btn-grade-0-active,
.btn-grade-0-active:hover,
.btn-grade-0-active:active {
  background-color: #339fc0;
  border-color: #339fc0;
}

.text-sideways {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.circle-number {
  display: inline-grid;
  border: 1px solid #ffc72c;
  padding: 3px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 14px;
  padding-top: 6px;
}

.sidebar-wrapper p {
  font-weight: bold;
}

.flatpickr-current-month input, .flatpickr-current-month select {
  display: inline-block !important;
}

.flatpickr-input {
  background-color: #fff !important;
  font-size: 14px !important;
  color: #000 !important;
}

.signature-block {
  height: 75px;
  border: 1px dashed black;
  position: relative;
}

.signature-block-title {
  font-size: 12px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding-top: 3px;
  border-top: 1px dashed black;
}

.row .col .header {
  background-color: #ffc72c !important;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.uppercase {
  text-transform: uppercase;
}

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

.card-header {
  padding: 15px;
}

.card-corner-search {
  min-width: 300px;
}
.card-corner-search .input-group .input-group-prepend .input-group-text {
  border: 1px solid #323a45;
  border-radius: 2px;
  border-right: 0;
  padding: 0 10px;
  color: #323a45 !important;
}
.card-corner-search .input-group .form-control {
  border: 1px solid #323a45 !important;
  border-radius: 2px;
  border-left: 0 !important;
  padding: 10px 0;
  color: #323a45;
}

.card-corner-filters ul {
  padding: 10px;
}
.card-corner-filters .label {
  font-size: 13px;
}
.card-corner-filters .input-group select {
  font-size: 14px;
}

.col {
  padding: 0 5px;
}

.dropdown-header {
  font-size: 15px !important;
  color: #6c757d !important;
  padding-left: 0;
  border-bottom: 1px solid #6c757d;
  margin: 0 5px;
}

.w-full {
  width: 100% !important;
}

.text-align-left {
  text-align: left !important;
}

.remove-before::before {
  content: none !important;
}

.border-rounded {
  display: inline-grid;
  border: 3px solid #ffc72c;
  padding: 6px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: bold;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.bg-gray {
  background-color: darkgray;
}

.epc-band-a {
  background-color: #00C781;
}

.epc-band-b {
  background-color: #19b459;
}

.epc-band-c {
  background-color: #8dce46;
}

.epc-band-d {
  background-color: #ffd500;
}

.epc-band-e {
  background-color: #fcaa65;
}

.epc-band-f {
  background-color: #ef8023;
}

.epc-band-g {
  background-color: #e85872;
}

.ber-band-a {
  background-color: #00a651;
}

.ber-band-b {
  background-color: #4cb847;
}

.ber-band-c {
  background-color: #bfd630;
}

.ber-band-d {
  background-color: #fff100;
}

.ber-band-e {
  background-color: #feb811;
}

.ber-band-f {
  background-color: #f36f23;
}

.ber-band-g {
  background-color: #ee1c25;
}

.consultant-appraisal-grade-1 {
  background-color: #e74c3c;
}

.consultant-appraisal-grade-2 {
  background-color: #f1800f;
}

.consultant-appraisal-grade-3 {
  background-color: #f1c40f;
}

.consultant-appraisal-grade-4 {
  background-color: #27ae60;
}

.consultant-appraisal-table-grade {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 0;
  width: 100px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.consultant-appraisal-table-grade:not(:last-child) {
  margin-right: 4px;
}

.consultant-appraisal-table-grade:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.consultant-appraisal-average-cell {
  text-align: center;
  vertical-align: middle;
}

.consultant-appraisal-table-average {
  cursor: pointer;
  font-weight: bold;
  border-radius: 999px;
  padding: 6px 14px;
  display: inline-block;
  min-width: 60px;
  font-size: 1rem;
  text-align: center;
  color: #000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.consultant-appraisal-table-average:hover {
  transform: scale(1.05);
}

.consultant-appraisal-table-average.low {
  background-color: #e74c3c;
}

.consultant-appraisal-table-average.medium {
  background-color: #f1c40f;
  color: #222;
}

.consultant-appraisal-table-average.high {
  background-color: #27ae60;
}

.secondary {
  background-color: #323a45;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.users-online-user-name {
  position: relative;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.online-status-bubble {
  background-color: #56db3a;
  border-radius: 100%;
  display: flex;
  width: 7px;
  height: 7px;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

.table-action-col {
  width: 1px;
}
.table-action-col a {
  width: -moz-fit-content;
  width: fit-content;
}

.table-date-col {
  width: 1px;
}
.table-date-col input {
  width: -moz-fit-content;
  width: fit-content;
}

.card-search .card-header {
  display: flex;
  justify-content: center;
}

.card-search .card-header input {
  border-radius: 0;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  width: 800px;
}

.card-footer-date {
  position: relative;
  bottom: 0;
  font-size: 11px !important;
  color: black;
  text-align: right;
  font-style: italic;
  float: right;
}

.w-1px {
  width: 1px !important;
}

input[type=checkbox].big { /* IE */ /* FF */ /* Safari and Chrome */ /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

@media (max-width: 991.98px) {
  .nav-bg {
    background-color: #3b3b3b !important;
    border-radius: 5px;
  }
}
.container {
  max-width: unset !important;
}

.iag-approvals-cell {
  min-width: 280px;
  vertical-align: middle;
}

.iag-approvals {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.iag-approvals__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.iag-approvals__icon {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.iag-approvals__label {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.iag-na {
  font-size: 11px;
  border: 2px solid #929292;
  border-radius: 999px;
  padding: 4px 6px;
  display: inline-block;
}

.selected-user-groups {
  border: 1px solid gray;
  border-radius: 5px;
  width: 240px;
  padding: 10px;
  max-height: 400px;
  overflow: auto;
  background-color: #fff;
}

.selected-user-groups ul {
  padding-left: 5px;
  list-style: none;
  margin-bottom: 0;
}

.selected-user-groups-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  max-width: 100%;
  gap: 15px;
}

.selected-user-groups {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.75rem;
  background-color: #f8f9fa;
}

.selected-user-groups p {
  margin: 0;
}

.selected-user-groups hr {
  margin: 0.5rem 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: unset;
  vertical-align: middle;
  top: 9px;
  right: -3px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
  border-color: #007bff;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0;
  transform: scale(1.3);
  transform-origin: top left;
}

.custom-control {
  min-height: 100%;
}

.custom-control-label:hover::before {
  border-color: #007bff;
}

.bookmarks-group {
  margin-right: 10px !important;
  display: inline-block;
  position: relative;
}

.bookmarks-btn {
  padding: 5px 10px !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
  border-radius: 0.1875rem;
  background-color: #323a45 !important;
  color: #fff !important;
  border: none !important;
  line-height: normal !important;
  position: relative;
  top: 3px;
}

.bookmarks-btn:hover {
  background-color: #2b323d !important;
}

.bookmarks-menu {
  min-width: 220px;
  border-radius: 0.375rem;
  background-color: #ffc72c !important;
  color: #222 !important;
  padding: 0.25rem 0;
  margin-top: 0;
}

.bookmark-item {
  font-size: 13px !important;
  padding: 6px 12px !important;
  color: #222 !important;
  display: flex !important;
  align-items: center !important;
  transition: background 0.15s !important;
  text-decoration: none;
}

.bookmark-item:hover {
  background-color: #f9b900 !important;
}

.bookmark-empty {
  font-size: 13px !important;
  padding: 6px 12px !important;
  color: #666 !important;
  display: flex !important;
  align-items: center !important;
}

.divider-grey {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.bookmark-manage,
.bookmark-add {
  font-size: 13px !important;
  padding: 6px 12px !important;
  color: #ba0000 !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  transition: background 0.15s, color 0.15s !important;
}

.bookmark-manage:hover,
.bookmark-add:hover {
  background-color: #ba0000 !important;
  color: #fff !important;
}

.fa-circle-notch,
.fa-spinner,
.fa-spinner-third,
.fa-spinner-scale {
  vertical-align: 0 !important;
}

.fa-spin,
.fa-spin-pulse {
  display: inline-block;
  line-height: 1;
}

.btn-save-draft {
  background: #d9ecff;
  border: 1px solid #b8d8ff;
  padding: 10px 0;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #0b4f8a;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-save-draft:hover:not([disabled]) {
  background: #cde5ff;
  border-color: #a9cbf7;
}

.btn-save-draft:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.sd-label i {
  font-size: 14px;
  margin-right: 6px;
}

.sticky-save-draft {
  top: 90px !important;
  z-index: 1050;
}

.bg-main-full {
  background: linear-gradient(to right, #0c2646 0%, #204065 60%, #2a5788 100%) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.guest-content-container {
  padding-top: 0 !important;
}

/* ------------------------------
   Global Card Enhancements
   ------------------------------ */
.card {
  border: none !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden;
}

/* Card Header */
.card-header {
  background-color: #f8f9fa !important;
  padding: 18px 22px !important;
  border-bottom: 2px solid #FFC72C !important;
}

.card-header h4,
.card-header h5,
.card-header .card-title {
  margin: 0;
  font-weight: 700 !important;
  color: #DA291C !important; /* McD red */
  font-size: 18px;
}

/* Card Body */
.card-body {
  color: #222; /* Improve contrast */
  font-size: 15px;
  line-height: 1.55;
}

/* Optional: subtle divider between header + body */
.card-header + .card-body {
  padding-top: 18px !important;
  padding-bottom: 1rem !important;
}

/* Table inside cards */
.card .table {
  margin-bottom: 0 !important;
  border-radius: 8px;
}

.card .table thead th {
  background: #FFC72C !important;
  color: #000 !important;
  font-weight: 700 !important;
  border-bottom: 0 !important;
  padding: 12px 10px !important;
  vertical-align: middle !important;
}

.table thead th:first-child {
  padding-left: 16px !important; /* fixes the 1st column looking offset */
}

.card .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}

/* Dropdowns in card headers */
.card-header .btn,
.card-header .dropdown-toggle {
  border-radius: 6px !important;
}

/* Split-button header override */
.card-split-title .card-header {
  background-color: #FFC72C !important;
  border-bottom: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-split-title .card-header h5 {
  color: #000 !important;
}

/* --- AUTH NAV REBRAND -------------------------------------------------- */
/* Navbar container */
.nav-bg {
  background: #0c2646 !important;
  border-bottom: 3px solid #FFC72C;
  padding: 10px 25px !important;
}

/* Breadcrumb text */
.navbar-wrapper .navbar-brand {
  font-size: 15px;
  font-weight: 600;
  color: #DA291C !important;
  margin-right: 8px;
  opacity: 0.95;
}

/* Breadcrumb arrows */
.navbar-wrapper .navbar-brand:not(.hide)::before {
  content: "› ";
  color: #DA291C;
}

/* Remove arrow from first item */
.navbar-wrapper .navbar-brand:first-child::before {
  content: "";
}

/* Navbar toggles */
.navbar-toggler-bar {
  background: #FFC72C !important;
}

/* Right-side nav container */
.navbar-nav .btn.link,
.navbar-nav .bookmarks-btn {
  background: rgba(255, 255, 255, 0.08) !important;
  padding: 6px 14px !important;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 600;
  transition: 0.2s ease;
}

.navbar-nav .btn.link:hover,
.navbar-nav .bookmarks-btn:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}

/* Dropdown */
.bookmarks-menu.dropdown-menu {
  padding: 10px !important;
  border-radius: 8px !important;
  top: 110% !important;
}

.bookmark-item {
  font-size: 14px;
  padding: 8px 12px !important;
}

.bookmark-item:hover {
  background: #f7f7f7 !important;
}

.bookmark-manage, .bookmark-add {
  padding: 8px 12px !important;
  font-weight: 600;
}

.divider-grey {
  border-top: 1px solid #ddd;
  margin: 6px 0;
}

.navbar-nav .btn i,
.bookmarks-btn i {
  color: #FFC72C !important;
  margin-right: 5px;
}

.nav-bg {
  background: transparent !important;
}

.navbar-wrapper .navbar-brand,
.navbar-wrapper a.breadcrumb-link {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 12px;
}

.navbar-wrapper .navbar-brand + .navbar-brand:before {
  content: "›";
  color: #FFC72C;
  padding: 0 6px;
}

.main-panel > .content {
  margin-top: 30px;
}

.panel-header {
  background: unset;
}

.bookmarks-btn {
  background: #213a57;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-top: -1px;
  padding: 5px 12px !important;
  border-radius: 4px !important;
  border: none;
  line-height: 1.3;
  cursor: pointer;
  transition: background 0.2s ease;
}

.bookmarks-btn:hover,
.bookmarks-btn:focus {
  background: #2c4c70 !important;
  color: #fff !important;
}

.bookmarks-btn.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  border-top-color: #fff !important;
}

.bookmarks-menu {
  background: #fff;
  border-radius: 6px;
  padding: 6px 0;
}

.table-responsive,
.table-responsive .table,
.table-responsive .dropdown-menu {
  overflow: visible !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 999999 !important;
}

.card {
  overflow: visible !important;
}

.table {
  font-size: 0.85rem !important;
}

.table td,
.table th {
  padding: 0.4rem 0.5rem !important;
  vertical-align: middle !important;
}

.table thead th {
  padding-top: 0.45rem !important;
  padding-bottom: 0.45rem !important;
  font-weight: 600 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg: #f8f9fa;
}

.table tr td[colspan] {
  padding: 0.25rem !important;
}

.table .btn {
  padding: 3px 8px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
}

.table .dropdown-menu .btn {
  padding: 4px 6px !important;
  font-size: 0.85rem !important;
}

.table .btn-secondary.dropdown-toggle {
  white-space: nowrap;
  min-width: 80px;
}

.table .input-group .form-control {
  padding: 0.2rem 0.4rem !important;
  height: 32px !important;
  font-size: 0.85rem !important;
}

.table td span,
.table td p {
  line-height: 1.2 !important;
}

.table .badge {
  font-size: 0.7rem !important;
  padding: 0.2em 0.4em !important;
}

.table .btn-group {
  width: 80px;
}

.ppfs-score-na {
  background: #2f363d;
  color: #dedddc;
}

.ppfs-score-0 {
  background: #9f9f9f;
}

.ppfs-score-1 {
  background: #E74C3C;
}

.ppfs-score-2 {
  background: #F39C12;
}

.ppfs-score-3 {
  background: #F1C40F;
  color: #000;
}

.ppfs-score-4 {
  background: #2ECC71;
}

.ppfs-score-5 {
  background: #27AE60;
}

.ppfs-score-text {
  background: #E0E0E0;
  color: #000 !important;
}

.main-panel {
  background: linear-gradient(to bottom, #0c2646 0%, #204065 60%, #2a5788 100%) !important;
}

.sidebar-search-col .input-group {
  background: rgb(252, 252, 252);
  border: 1px solid #fcfcfc;
  border-radius: 10px !important;
  overflow: hidden;
}

.sidebar-search-col .input-group-text {
  background: transparent !important;
  border: none !important;
  color: #fcfcfc !important; /* muted dark icon */
  padding-left: 12px;
  padding-right: 10px;
  font-size: 1.1rem;
}

.sidebar-search-col .form-control {
  background: transparent !important;
  border: none !important;
  color: #000000 !important;
  box-shadow: none !important;
  padding: 10px 12px;
  font-size: 0.9rem;
}

.sidebar-search-col .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}

.sidebar-search-col .form-control::placeholder {
  color: rgba(0, 0, 0, 0.55) !important;
}

.sidebar-search-col .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}

.sidebar-search-col .input-group .input-group-prepend + .form-control, .input-group .input-group-append + .form-control {
  border: none !important;
}

.rounded {
  border-radius: 8px !important;
}

.dropdown-menu li a {
  text-align: left !important;
}

.files-wrapper {
  background: #f8f6f1;
  border: 1px solid #ece7dc;
  border-radius: 14px;
}

.files-heading {
  font-size: 1.5rem;
  color: #2b2b2b;
}

.file-card {
  background: #ffffff;
  border: 1px solid #eadfbe !important;
  border-top: 4px solid #ffc72c !important;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}

.file-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  border-color: #dfc26a !important;
}

.file-badge {
  display: inline-block;
  background: #f3f4f6;
  color: #425466;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 5px 8px;
  border-radius: 8px;
  line-height: 1;
}

.file-name {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2d2d2d;
  word-break: break-word;
}

.file-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 130px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #7a5a00;
  background: #fff8e1;
  border: 2px solid #ffc72c;
  border-radius: 10px;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.file-download-btn:hover,
.file-download-btn:focus {
  background: #ffc72c;
  border-color: #ffc72c;
  color: #2b2b2b;
  box-shadow: 0 6px 14px rgba(255, 199, 44, 0.28);
}

.file-download-btn i {
  line-height: 1;
}

.logs-wrapper {
  background: #f8f6f1;
  border: 1px solid #ece7dc;
  border-radius: 14px;
}

.logs-card-body {
  max-height: 400px;
  overflow-y: auto;
}

.logs-table {
  background: transparent;
  margin-bottom: 0;
}

.logs-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  border: 0 !important;
}

.logs-table-header th {
  background: #ffc72c;
  color: #1f1f1f;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 14px;
  vertical-align: middle;
  border-bottom: 4px solid #323a45 !important;
}

.logs-date-col {
  width: 235px;
  white-space: nowrap;
}

.logs-table tbody tr {
  background: #ffffff;
  transition: background 0.15s ease;
}

.logs-table tbody tr:nth-child(even) {
  background: #fcfbf8;
}

.logs-table tbody tr:hover {
  background: #fff8e8;
}

.logs-table tbody td {
  padding: 11px 14px;
  font-size: 0.9rem;
  color: #2d2d2d;
  border-top: 1px solid #e6e0d3;
  vertical-align: top;
}

.logs-date {
  white-space: nowrap;
  color: #495057;
  font-weight: 500;
}

.logs-message {
  line-height: 1.45;
}

.logs-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #7a5a00;
  background: #fff8e1;
  border: 1px solid #d9dde2;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.logs-download-btn:hover,
.logs-download-btn:focus {
  background: #323a45;
  border-color: #323a45;
  color: #ffffff;
}

.logs-table-wrap {
  overflow-x: auto;
}

.general-wrapper {
  background: #f8f6f1;
  border: 1px solid #ece7dc;
  border-radius: 14px;
}

.general-heading {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2b2b2b;
}

/* Grid layout */
.general-grid {
  display: flex;
  flex-direction: column;
}

/* Rows */
.general-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 10px 20px;
  padding: 10px 12px;
  border-bottom: 1px solid #e6e0d3;
  background: #ffffff;
}

.general-row:nth-child(even) {
  background: #fcfbf8;
}

/* Labels */
.general-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #495057;
}

/* Values */
.general-value {
  font-size: 0.9rem;
  color: #2d2d2d;
  line-height: 1.4;
}

/* Optional highlight for important fields */
.general-value strong {
  font-weight: 600;
}

.files-heading,
.logs-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2b2b2b;
}

.approval-wrapper {
  background: #f8f6f1;
  border: 1px solid #ece7dc;
  border-radius: 14px;
}

.approval-heading {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2b2b2b;
}

.approval-stages-row {
  margin-bottom: 0.25rem;
}

.approval-stage-card {
  height: 100%;
  min-height: 120px;
  background: #323a45;
  border: 1px solid #43505f;
  border-radius: 12px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.approval-stage-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.approval-stage-icon {
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1;
}

.approval-stage-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.approval-stage-meta {
  margin-top: 2px;
  font-size: 0.72rem;
  line-height: 1.25;
  font-weight: 600;
}

.approval-stage-card.is-approved .approval-stage-icon {
  color: #39d353;
}

.approval-stage-card.is-rejected .approval-stage-icon {
  color: #ff4d4f;
}

.approval-stage-card.is-pending .approval-stage-icon {
  color: #ffc72c;
}

.approval-stage-card.is-inactive .approval-stage-icon {
  color: #a8adb4;
}

.approval-divider {
  width: 100%;
  height: 2px;
  margin: 8px 0 0;
  background: linear-gradient(to right, #ece7dc, #323a45, #ece7dc);
  border-radius: 999px;
}

.approval-action-btn {
  min-height: 68px;
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  transition: all 0.2s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  line-height: 1.25;
}

.approval-action-btn span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  padding-right: 12px;
}

.approval-action-btn i {
  flex: 0 0 auto;
  font-size: 1.2rem;
  margin-left: 10px;
}

.approval-action-success {
  background: #59e000;
  border: 1px solid #4bc000;
  color: #ffffff;
}

.approval-action-success:hover,
.approval-action-success:focus {
  background: #4fd100;
  color: #ffffff;
}

.approval-action-download {
  background: #002860; /* HavTec / primary blue */
  border: 1px solid #001f4d;
  color: #ffffff;
}

.approval-action-download:hover {
  background: #003a85;
}

.approval-action-warning {
  background: #f79457;
  border: 1px solid #ef8746;
  color: #ffffff;
}

.approval-action-warning:hover,
.approval-action-warning:focus {
  background: #f28644;
  color: #ffffff;
}

.approval-action-danger {
  background: #ff1a1a;
  border: 1px solid #ea1111;
  color: #ffffff;
}

.approval-action-danger:hover,
.approval-action-danger:focus {
  background: #ef1111;
  color: #ffffff;
}

/* ===== Modal Wrapper ===== */
.app-modal-dialog {
  max-width: 720px;
}

.app-modal-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f8f6f1;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

/* ===== Header ===== */
.app-modal-header {
  border-bottom: 1px solid #ece7dc;
  padding: 20px 24px;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.app-modal-title-wrap {
  display: flex;
  align-items: center;
}

.app-modal-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-right: 12px;
}

.app-modal-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
}

.app-modal-subtitle {
  font-size: 0.88rem;
  color: #6c757d;
  margin-top: 3px;
}

.app-modal-close {
  font-size: 1.4rem;
  color: #6c757d;
}

/* ===== Body ===== */
.app-modal-body {
  padding: 22px 24px;
}

.app-modal-body-scroll {
  max-height: 70vh;
  overflow-y: auto;
}

.app-form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 6px;
  display: block;
}

.app-textarea,
.app-input {
  border-radius: 10px;
  border: 1px solid #d8dcdF;
  font-size: 0.92rem;
}

.app-textarea:focus,
.app-input:focus {
  border-color: #ffc72c;
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 44, 0.18);
}

/* ===== Footer ===== */
.app-modal-footer {
  border-top: 1px solid #ece7dc;
  padding: 16px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* ===== Buttons ===== */
.app-btn {
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 600;
}

.app-btn-cancel {
  background: #ffffff;
  border: 1px solid #d7dbe0;
  color: #495057;
}

.app-btn-success {
  background: #59e000;
  border: 1px solid #4bc000;
  color: #fff;
}

.app-btn-danger {
  background: #ff1a1a;
  border: 1px solid #ea1111;
  color: #fff;
}

.app-btn-warning {
  background: #f79457;
  border: 1px solid #ef8746;
  color: #fff;
}

/* ===== Icon Themes ===== */
.app-modal-success .app-modal-icon {
  background: #e9f8df !important;
  color: #2fa84f !important;
}

.app-modal-danger .app-modal-icon {
  background: #ffe5e5 !important;
  color: #ff1a1a !important;
}

.app-modal-warning .app-modal-icon {
  background: #fff4e5 !important;
  color: #f79457 !important;
}

.app-textarea {
  width: 100%;
  border-radius: 12px !important;
  border: 1px solid #d1d6dc !important;
  background: #ffffff !important;
  padding: 14px 16px !important;
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
  min-height: 140px !important;
  resize: vertical !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}

/* Hover state */
.app-textarea:hover {
  border-color: #c9ced6 !important;
}

/* Focus state (important - matches your yellow theme) */
.app-textarea:focus {
  border-color: #ffc72c !important;
  background: #fffdf5 !important;
  box-shadow: 0 0 0 3px rgba(255, 199, 44, 0.18), 0 2px 6px rgba(0, 0, 0, 0.05) !important;
  outline: none;
}

/* Placeholder styling */
.app-textarea::-moz-placeholder {
  color: #a3aab3 !important;
  font-size: 0.88rem !important;
}
.app-textarea::placeholder {
  color: #a3aab3 !important;
  font-size: 0.88rem !important;
}

/* Optional: error state */
.app-textarea.is-invalid {
  border-color: #ff4d4f !important;
  background: #fff5f5 !important;
}

.tender-companies-wrapper {
  background: #f8f6f1;
  border: 1px solid #ece7dc;
  border-radius: 14px;
}

.tender-companies-heading {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2b2b2b;
}

.tender-companies-table {
  margin-bottom: 0;
  background: transparent;
}

.tender-companies-table-header th {
  background: #ffc72c;
  color: #1f1f1f;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 12px;
  border-top: 0 !important;
  border-bottom: 3px solid #323a45 !important;
  vertical-align: middle;
  white-space: nowrap;
}

.tender-companies-table tbody tr {
  background: #ffffff;
  transition: background 0.15s ease;
}

.tender-companies-table tbody tr:nth-child(even) {
  background: #fcfbf8;
}

.tender-companies-table tbody tr:hover {
  background: #fff8e8;
}

.tender-companies-table tbody td {
  padding: 10px 12px;
  font-size: 0.9rem;
  color: #2d2d2d;
  border-top: 1px solid #e6e0d3;
  vertical-align: middle;
}

.tender-companies-table tbody tr.is-not-on-tender {
  opacity: 0.9;
}

.tender-company-name {
  font-weight: 600;
  color: #2b2b2b;
}

.tender-company-comment {
  margin-top: 4px;
  font-size: 0.78rem;
  color: #6c757d;
  font-weight: 400;
  line-height: 1.35;
}

.tender-mini-badge,
.tender-status-badge,
.tender-submission-flag,
.submission-meta__badge,
.view-meta__badge,
.view-meta__empty,
.submission-meta__empty {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.tender-mini-badge-danger {
  background: #f7e8e8;
  color: #8a2323;
}

.tender-mini-badge-success {
  background: #e8f7e8;
  color: #238a3b;
}

.tender-mini-badge-muted {
  background: #eef1f4;
  color: #6c757d;
}

.tender-status-success {
  background: #e8f7e8;
  color: #238a3b;
}

.tender-status-warning {
  background: #fff4db;
  color: #9a6a00;
}

.tender-status-muted {
  background: #eef1f4;
  color: #6c757d;
}

.tender-submission-yes-late {
  background: #ffeaea;
  color: #a22323;
}

.tender-submission-yes {
  background: #eaf6ff;
  color: #2368a2;
}

.tender-submission-no {
  background: #fff4db;
  color: #9a6a00;
}

.tender-submitted-at {
  min-width: 220px;
  white-space: nowrap;
  color: #495057;
  vertical-align: middle;
}

.tender-last-viewed {
  vertical-align: middle;
}

.tender-submitted-card {
  background: #f8f6f1;
  border: 1px solid #ece7dc;
  border-radius: 16px;
  overflow: hidden;
}

.tender-submitted-header {
  display: flex !important;
  align-items: center !important;
}

.tender-submitted-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #e9f8df;
  color: #2fa84f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  flex: 0 0 auto;
  margin-top: 27px;
}

.tender-submitted-title {
  font-size: 1.45rem;
  font-weight: 600;
  color: #2b2b2b;
}

.tender-submitted-subtitle {
  font-size: 0.96rem;
  color: #5f6b76;
  line-height: 1.45;
}

.tender-submitted-divider {
  height: 2px;
  margin: 20px 0 24px;
  background: linear-gradient(to right, #ece7dc, #ffc72c, #ece7dc);
  border-radius: 999px;
}

.tender-submitted-detail-card {
  background: #ffffff;
  border: 1px solid #e6e0d3;
  border-top: 3px solid #ffc72c;
  border-radius: 12px;
  padding: 14px 16px;
  height: 100%;
}

.tender-submitted-detail-label {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6c757d;
  margin-bottom: 6px;
}

.tender-submitted-detail-value {
  font-size: 0.98rem;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.4;
}

.tender-submitted-message {
  background: #fffdf7;
  border: 1px solid #f2e3a6;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 0.93rem;
  line-height: 1.55;
  color: #495057;
}

.app-company-select {
  margin-bottom: 10px;
}

.app-company-select-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2d2d2d;
  line-height: 1.35;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #d8dcdf;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.app-company-select-label:hover {
  border-color: #f79457;
  background: #fffaf5;
}

.app-company-checkbox {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  accent-color: #f79457;
  cursor: pointer;
}

.company-heading-row {
  gap: 10px;
}

.company-heading-label {
  font-size: 1rem;
  font-weight: 700;
  color: #292929;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.company-select-all-btn {
  background: #ffc72c;
  border: 1px solid #ffc72c;
  color: #1f1f1f;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(255, 199, 44, 0.28);
  transition: all 0.2s ease-in-out;
}

.company-select-all-btn:hover,
.company-select-all-btn:focus {
  background: #e8b000;
  border-color: #e8b000;
  color: #1f1f1f;
}

.company-select-all-btn i {
  font-size: 0.9rem;
}

.submission-meta,
.view-meta {
  line-height: 1.35;
}

.submission-meta__top,
.view-meta__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}

.submission-meta__date,
.view-meta__date {
  font-size: 0.85rem;
  font-weight: 600;
  color: #292929;
}

.submission-meta__name,
.view-meta__name {
  font-size: 0.78rem;
  color: #6c757d;
  font-weight: 500;
}

.submission-meta__original {
  margin-top: 4px;
  font-size: 0.72rem;
  color: #8a8f98;
  line-height: 1.4;
}

.submission-meta__badge {
  background-color: #ffc72c;
  color: #1f1f1f;
  cursor: help;
}

.view-meta__badge {
  background-color: #17a2b8;
  color: #fff;
  cursor: help;
}

.submission-meta__empty {
  color: #856404;
  background: #fff3cd;
  border: 1px solid #ffeeba;
}

.view-meta__empty {
  background: #f8f9fa;
  color: #6c757d;
  border: 1px solid #dee2e6;
}

.app-upload-card {
  border: 1px dashed #d1d5db;
  border-radius: 16px;
  background: #f9fafb;
  padding: 1rem;
  transition: all 0.2s ease;
}

.app-upload-card:hover {
  border-color: #f59e0b;
  background: #fffaf0;
}

.app-upload-input {
  display: none;
}

.app-upload-label {
  display: block;
  width: 100%;
  cursor: pointer;
}

.app-upload-label-content {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.app-upload-label-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.12);
  color: #d97706;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.app-upload-label-text {
  min-width: 0;
}

.app-upload-title {
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
  word-break: break-word;
}

.app-upload-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.2rem;
}

.app-upload-progress-wrap {
  margin-top: 0.25rem;
}

.app-upload-progress {
  height: 20px;
  border-radius: 999px;
  overflow: hidden;
  background: #e5e7eb;
}

.app-upload-ready-list {
  padding: 0.875rem 1rem;
  border-radius: 14px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.app-upload-ready-header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.app-upload-ready-icon {
  color: #059669;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-upload-ready-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #065f46;
  margin-bottom: 0.15rem;
}

.app-upload-ready-file {
  color: #047857;
  word-break: break-word;
}

.app-upload-file-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.app-upload-file-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.875rem;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #d1fae5;
}

.app-upload-file-item-icon {
  color: #6b7280;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-upload-file-item-name {
  flex: 1;
  min-width: 0;
  color: #111827;
  font-weight: 500;
  word-break: break-word;
}

.app-upload-file-item-status {
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unlock-tender-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 199, 44, 0.15);
  color: #b88900;
  border: 1px solid rgba(255, 199, 44, 0.35);
  text-decoration: none;
  transition: all 0.15s ease;
}

.unlock-tender-btn:hover {
  background: #FFC72C;
  color: #1f2937;
  border-color: #FFC72C;
  text-decoration: none;
}

.unlock-tender-btn i {
  font-size: 0.7rem;
}

.app-modal-dialog-lg {
  max-width: 1200px;
  width: calc(100% - 2rem);
}

.app-modal-danger {
  border-top: 4px solid #da291c;
}

.app-modal-icon-danger {
  background: rgba(218, 41, 28, 0.12);
  color: #da291c;
}

.app-btn-danger {
  background: #da291c;
  border-color: #da291c;
  color: #fff;
}

.app-btn-danger:hover,
.app-btn-danger:focus {
  background: #b32017;
  border-color: #b32017;
  color: #fff;
}

.unlock-tender-warning {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.125rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 199, 44, 0.14), rgba(218, 41, 28, 0.06));
  border: 1px solid rgba(255, 199, 44, 0.45);
}

.unlock-tender-warning__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  background: rgba(255, 199, 44, 0.22);
  color: #b88900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.unlock-tender-warning__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.2rem;
}

.unlock-tender-warning__text {
  color: #4b5563;
  line-height: 1.5;
}

.unlock-tender-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.unlock-summary-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.unlock-summary-card__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.unlock-summary-card__value {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}

.unlock-tender-checklist {
  border-radius: 16px;
  padding: 1rem 1.125rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.unlock-tender-checklist__title {
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}

.unlock-tender-checklist__list {
  padding-left: 1.1rem;
  color: #4b5563;
}

.unlock-tender-checklist__list li + li {
  margin-top: 0.45rem;
}

.unlock-tender-table-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.unlock-tender-table-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}

.unlock-tender-table-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.unlock-tender-table-subtitle {
  margin-top: 0.2rem;
  color: #6b7280;
  font-size: 0.9rem;
}

.unlock-tender-table-responsive {
  max-height: 420px;
  overflow: auto;
}

.unlock-tender-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff8e1;
  border-top: 0;
}

.unlock-tender-table tbody tr.is-on-tender {
  background: #fff;
}

.unlock-tender-table tbody tr.is-not-on-tender {
  background: #fcfcfc;
}

.unlock-tender-table tbody tr + tr td {
  border-top: 1px solid #f1f5f9;
}

.unlock-company-name {
  font-weight: 600;
  color: #111827;
}

.app-modal-dialog-sm {
  max-width: 620px;
  width: calc(100% - 2rem);
}

.app-modal-danger-confirmation {
  border-top: 4px solid #da291c;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.unlock-confirm-alert {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.125rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(218, 41, 28, 0.08), rgba(255, 199, 44, 0.08));
  border: 1px solid rgba(218, 41, 28, 0.15);
}

.unlock-confirm-alert__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  background: rgba(218, 41, 28, 0.12);
  color: #da291c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.unlock-confirm-alert__title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.2rem;
}

.unlock-confirm-alert__text {
  color: #4b5563;
  line-height: 1.5;
}

.unlock-confirm-summary {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.unlock-confirm-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #f1f5f9;
}

.unlock-confirm-summary__row:last-child {
  border-bottom: 0;
}

.unlock-confirm-summary__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b7280;
}

.unlock-confirm-summary__value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  text-align: right;
}

.unlock-confirm-checks {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.unlock-confirm-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  margin-bottom: 0;
  cursor: pointer;
}

.unlock-confirm-check:hover {
  border-color: rgba(255, 199, 44, 0.55);
  background: #fffdf7;
}

.unlock-confirm-check input[type=checkbox] {
  margin-top: 0.2rem;
  transform: scale(1.1);
}

.unlock-confirm-check span {
  color: #111827;
  font-weight: 500;
  line-height: 1.45;
}

.unlock-confirm-note {
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(255, 199, 44, 0.12);
  border: 1px solid rgba(255, 199, 44, 0.3);
  color: #7c5a00;
  font-size: 0.92rem;
  font-weight: 500;
}

.app-btn-danger[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.tender-action-col {
  width: 84px;
  text-align: center;
  white-space: nowrap;
}

.tender-action-cell {
  width: 84px;
  text-align: center;
  vertical-align: middle;
}

.tender-download-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #d9dee7;
  background: #ffffff;
  color: #002b5c;
  transition: all 0.2s ease;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.tender-download-btn:hover,
.tender-download-btn:focus {
  background: #f3f7fb;
  border-color: #b8c7da;
  color: #001f45;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 43, 92, 0.1);
}

.tender-download-btn i {
  font-size: 15px;
}

.tender-download-btn.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.edit-general-data-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  background: rgba(255, 199, 44, 0.12);
  border: 1px solid rgba(255, 199, 44, 0.35);
  color: #7a5a00;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.18s ease-in-out;
}

.edit-general-data-btn:hover,
.edit-general-data-btn:focus {
  background: #ffc72c;
  border-color: #e0ae16;
  color: #2c2c2c;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(255, 199, 44, 0.22);
}

.edit-general-data-btn i {
  font-size: 0.95rem;
}

.app-modal-edit {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.app-modal-icon-edit {
  background: linear-gradient(135deg, #ffc72c 0%, #ffb000 100%);
  color: #3a2a00;
}

.app-form-section {
  background: #f8fafc;
  border: 1px solid #e9eef5;
  border-radius: 16px;
  padding: 1.25rem;
}

.app-form-section-title {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.app-input,
.app-textarea,
.app-select {
  border-radius: 12px;
  border: 1px solid #d9e2ec;
  min-height: 46px;
  box-shadow: none;
  transition: all 0.18s ease-in-out;
}

.app-textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 0.8rem;
}

.app-input:focus,
.app-textarea:focus,
.app-select:focus {
  border-color: #ffc72c;
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 44, 0.18);
}

.deadline-card {
  background: #ffffff;
  border: 1px solid #e3eaf2;
  border-radius: 14px;
  padding: 1rem;
}

.deadline-card-secondary {
  background: #fcfcfd;
}

.app-form-hint {
  font-size: 0.85rem;
  color: #6b7280;
}

.app-btn-edit {
  background: linear-gradient(135deg, #ffc72c 0%, #ffb800 100%);
  border: 1px solid #e4ab00;
  color: #2f2a1f;
  font-weight: 700;
}

.app-btn-edit:hover,
.app-btn-edit:focus {
  background: linear-gradient(135deg, #ffcf47 0%, #ffbe1f 100%);
  border-color: #d89f00;
  color: #1f1f1f;
}

.app-select:disabled,
.app-input:disabled {
  background: #edf2f7;
  opacity: 1;
  cursor: not-allowed;
}

.tender-question-form-card,
.tender-question-success-card,
.tender-question-history-card {
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d9e2ec;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.tender-question-form-header {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
  padding: 28px 32px 24px;
  border-bottom: 1px solid #dbe7f1;
  color: #12344d;
}

.tender-question-form-header-content {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.tender-question-form-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b5c8e 0%, #0f6cbd 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  box-shadow: 0 10px 24px rgba(15, 108, 189, 0.18);
}

.tender-question-form-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #12344d;
  margin-bottom: 6px;
}

.tender-question-form-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #526277;
  max-width: 760px;
}

.tender-question-tender-summary {
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 24px;
}

.tender-question-summary-item {
  height: 100%;
}

.tender-question-tender-summary {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 24px;
}

.tender-question-summary-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
}

.tender-question-summary-value {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.5;
}

.tender-question-summary-description {
  font-weight: 500;
  color: #475569;
}

.tender-question-guidance {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff9e8;
  border: 1px solid #f3d58a;
  border-radius: 14px;
  padding: 18px 20px;
}

.tender-question-guidance-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: #fff1bf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #946200;
  font-size: 18px;
}

.tender-question-guidance-title {
  font-size: 14px;
  font-weight: 700;
  color: #7a5400;
  margin-bottom: 4px;
}

.tender-question-guidance-text {
  font-size: 14px;
  line-height: 1.6;
  color: #8a6a1f;
}

.tender-question-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}

.tender-question-entry-panel {
  background: linear-gradient(180deg, #fbfcfe 0%, #f7fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px;
  margin-top: 24px;
}

.tender-question-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.tender-question-textarea-wrap {
  position: relative;
}

.tender-question-textarea {
  min-height: 230px;
  border-radius: 16px;
  border: 2px solid #cbd5e1;
  padding: 20px 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #1f2937;
  background: #ffffff;
  resize: vertical;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tender-question-textarea:hover {
  border-color: #94a3b8;
}

.tender-question-textarea:focus {
  border-color: #0f6cbd;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(15, 108, 189, 0.12), 0 10px 24px rgba(15, 23, 42, 0.08) !important;
  outline: none;
}

.tender-question-textarea::-moz-placeholder {
  color: #94a3b8;
  font-size: 15px;
}

.tender-question-textarea::placeholder {
  color: #94a3b8;
  font-size: 15px;
}

.tender-question-footer-note {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
  padding-top: 10px;
}

.tender-question-submit-btn {
  height: 54px;
  border-radius: 14px;
  border: 0;
  background: linear-gradient(135deg, #005c97 0%, #004a78 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(0, 63, 105, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.tender-question-submit-btn:hover,
.tender-question-submit-btn:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 63, 105, 0.22);
}

.tender-question-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.tender-question-success-header {
  margin-bottom: 8px;
}

.tender-question-success-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
  color: #15803d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.tender-question-success-title {
  font-size: 28px;
  font-weight: 700;
  color: #14532d;
  letter-spacing: -0.02em;
}

.tender-question-success-subtitle {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

.tender-question-divider {
  height: 1px;
  background: linear-gradient(to right, #dbe5ec 0%, rgba(219, 229, 236, 0) 100%);
  margin: 28px 0;
}

.tender-question-detail-card {
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  padding: 18px;
  height: 100%;
}

.tender-question-detail-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 8px;
}

.tender-question-detail-value {
  font-size: 15px;
  font-weight: 600;
  color: #17202a;
  line-height: 1.5;
  word-break: break-word;
}

.tender-question-preview-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #0f6cbd;
  border-radius: 14px;
  padding: 18px 20px;
}

.tender-question-preview-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 10px;
}

.tender-question-preview-text {
  font-size: 15px;
  line-height: 1.7;
  color: #1f2937;
  white-space: pre-line;
}

.tender-question-message {
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
}

.tender-question-history-title {
  font-size: 20px;
  font-weight: 700;
  color: #17202a;
  display: flex;
  align-items: center;
}

.tender-question-history-item {
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  padding: 18px 20px;
}

.tender-question-history-meta {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.tender-question-history-text {
  font-size: 15px;
  line-height: 1.7;
  color: #1f2937;
  white-space: pre-line;
}

.tender-questions-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.tender-questions-heading {
  font-weight: 600;
  color: #1e293b;
}

.tender-question-text {
  max-width: 520px;
}

.question-content {
  font-size: 14px;
  line-height: 1.7;
  color: #1f2937;
  white-space: pre-line;
}

.question-response {
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
  padding: 10px 12px;
  background: #f1f5f9;
  border-radius: 10px;
  border-left: 3px solid #0f6cbd;
}

.response-label {
  font-weight: 600;
  color: #0f172a;
  margin-right: 6px;
}

.tender-question-company {
  font-weight: 600;
  color: #1e293b;
}

.tender-question-sub-meta {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}

.tender-respond-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #dbe3ec;
  background: #ffffff;
  color: #0f6cbd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.tender-respond-btn:hover {
  background: #0f6cbd;
  color: #ffffff;
  border-color: #0f6cbd;
  transform: translateY(-1px);
}

tr:has(.tender-status-warning) {
  background: rgba(255, 243, 205, 0.25);
}

.app-modal-info {
  border-top: 4px solid #0f6cbd;
}

.app-modal-icon-info {
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  color: #0369a1;
}

.app-btn-info {
  background: linear-gradient(135deg, #0f6cbd 0%, #0b5cab 100%);
  border: 1px solid #0f6cbd;
  color: #ffffff;
}

.app-btn-info:hover,
.app-btn-info:focus {
  background: linear-gradient(135deg, #0b5cab 0%, #094f92 100%);
  border-color: #0b5cab;
  color: #ffffff;
}

.question-modal-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.question-modal-summary-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px 18px;
}

.question-modal-summary-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
}

.question-modal-summary-value {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.5;
  word-break: break-word;
}

.question-modal-summary-subvalue {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}

.question-modal-question-panel {
  background: linear-gradient(180deg, #fbfcfe 0%, #f8fafc 100%);
  border: 1px solid #dbe5ef;
  border-left: 4px solid #0f6cbd;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.question-modal-panel-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 10px;
}

.question-modal-question-text {
  font-size: 15px;
  line-height: 1.7;
  color: #1f2937;
  white-space: pre-line;
}

.question-modal-existing-response-panel {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #10b981;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.question-modal-existing-response-text {
  font-size: 14px;
  line-height: 1.7;
  color: #334155;
  white-space: pre-line;
}

.question-modal-existing-response-meta {
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
}

.question-modal-guidance {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 4px;
}

.question-modal-guidance-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 10px;
  background: #dbeafe;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question-modal-guidance-content {
  font-size: 13px;
  line-height: 1.6;
  color: #334155;
}

.question-response-textarea {
  min-height: 150px;
  border: 2px solid #d7e0ea;
  border-radius: 14px;
  padding: 16px 18px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.question-response-textarea:focus {
  border-color: #0f6cbd;
  box-shadow: 0 0 0 4px rgba(15, 108, 189, 0.12) !important;
}

@media (max-width: 767.98px) {
  .question-modal-summary-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .tender-question-form-header {
    padding: 24px 22px;
  }
  .tender-question-form-header-content {
    gap: 14px;
  }
  .tender-question-form-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 20px;
    border-radius: 14px;
  }
  .tender-question-form-title,
  .tender-question-success-title {
    font-size: 24px;
  }
  .tender-question-textarea {
    min-height: 170px;
  }
}
@media (max-width: 575.98px) {
  .app-modal-dialog-sm {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    margin: 0.5rem auto;
  }
  .unlock-confirm-summary__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .unlock-confirm-summary__value {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .app-modal-dialog-lg {
    max-width: calc(100% - 1rem);
    width: calc(100% - 1rem);
    margin: 0.5rem auto;
  }
  .unlock-tender-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .unlock-tender-summary__grid {
    grid-template-columns: 1fr;
  }
  .unlock-tender-warning {
    flex-direction: column;
  }
}
/* Mobile sidebar collapsed fix */
@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 260px; /* your sidebar width */
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
    box-shadow: none;
  }
  .sidebar.open {
    transform: translateX(0);
  }
}
@media (min-width: 1600px) {
  .col-2xl-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-2xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.overflow-x-auto {
  overflow-x: auto !important;
}

.green {
  color: #42c62c !important;
}

.red {
  color: #da291c !important;
}

.grey {
  color: #929292 !important;
}

.yellow {
  color: #ffc72c !important;
}

.blue {
  color: #29b6f6 !important;
}

.text-orange {
  color: #ff8d58 !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #6c757d !important;
}

.green-border {
  border-color: #42c62c !important;
}

.red-border {
  border-color: #da291c !important;
}

.blue-border {
  border-color: #29b6f6 !important;
}

.yellow-border {
  border-color: #ffc72c !important;
}

.bg-warning {
  background-color: #ffc72c !important;
  border: 0;
}

.bg-yellow {
  background-color: #ffc72c !important;
}

.bg-darkgray {
  background-color: #323a45 !important;
}

.bg-danger {
  background-color: #da291c !important;
}

.bg-info {
  background-color: #29b6f6 !important;
}

.bg-trashed {
  background-color: rgba(218, 41, 28, 0.5) !important;
}

.bg-success {
  background-color: #42c62c !important;
}

.bg-disabled {
  background-color: #f1f1f1 !important;
}

.bg-warning-light {
  background-color: #fff8e1;
}

.btn-warning {
  background-color: #ffc72c !important;
  border: 0;
}

.btn-orange {
  color: #fff;
  background-color: #ff8d58;
  border-color: #ff8d58;
}

.table-alt {
  background-color: #ededed;
}

.btn-fontawesome {
  font-size: 25px;
}

.bold-light {
  font-weight: 600 !important;
}

.bold {
  font-weight: bold !important;
}

.text-12 {
  font-size: 12px !important;
}
