﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("icon.css");
html, body {
  font-family: "Noto Sans", sans-serif;
}

body {
  height: 100vh;
}

#app {
  height: 100%;
}

.login-page {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.login-page .logo {
  text-align: center;
  margin-bottom: 15%;
}
.login-page .logo-img {
  width: 12rem;
  max-width: 100%;
  object-fit: cover;
}
.login-page .organization-name-img {
  max-width: 20rem;
  object-fit: cover;
}
.login-page .form-container {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}
.login-page .logotypes-img {
  max-width: 100%;
  object-fit: contain;
}
.login-page .logotypes {
  width: 100%;
  text-align: center;
  margin-top: auto;
  padding: 1rem 2rem;
}
.login-page .section-right {
  margin: 0;
  padding: 0;
  height: 100vh;
  background: url("/css/images/login-page-cli-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  left: -60px;
  z-index: -1;
  width: calc(58.3333333% + 60px);
}
.login-page .section-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  background: white;
}
.login-page h1 {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 2.6rem;
  font-weight: 900;
  text-transform: none;
}
.login-page p {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}
.login-page h3 {
  font-family: "Noto Sans", sans-serif;
  color: #495874;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: none;
}
.login-page .login-btn {
  width: 100%;
  text-align: center;
  padding: 12px;
  margin-top: 10%;
}
.login-page .validation-message {
  text-align: left;
  font-family: "Noto Sans", sans-serif;
  color: red;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: none;
}
.login-page .dxbl-text-edit-input {
  padding: 0.5rem;
}
.login-page .dxbl-btn-standalone.dxbl-btn-primary {
  background-color: #495874;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  font-family: "Noto Sans", sans-serif;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.login-page .dxbl-btn-standalone.dxbl-btn-primary:hover {
  background-color: rgb(53.3015873016, 64.253968254, 84.6984126984);
}
.login-page .dxbl-text-edit .dxbl-text-edit-input {
  background: #e3e8f3;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.login-page .dxbl-text-edit .dxbl-edit-validation-status {
  background: #e3e8f3;
}
.login-page .dxbl-btn.dxbl-btn-link.dxbl-btn-standalone {
  color: #495874 !important;
  font-family: "Noto Sans", sans-serif;
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  background-color: none;
  background: transparent;
  border: none;
  text-decoration: none;
}
.login-page .dxbl-btn.dxbl-btn-link.dxbl-btn-standalone .dxbl-btn-caption {
  text-decoration: none;
}
.login-page .dxbl-btn.dxbl-btn-link.dxbl-btn-standalone:hover {
  color: rgb(34.0465116279, 186.1209302326, 209.9534883721);
}

.dxbl-text-edit.dxbl-disabled, .dxbl-text-edit:disabled {
  --dxbl-text-edit-disabled-bg: #bbbbbb;
}

.alert {
  border-radius: 0;
  border-width: 3px;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.alert.alert-danger {
  background-color: #fff;
  font-family: "Noto Sans", sans-serif;
  color: #ed404c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-color: #ed404c;
}

.sidebar {
  background-image: linear-gradient(180deg, #495874 0%, #3f4c65 90%);
}

.card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 20px;
}
.card.m-height-50 {
  min-height: 40vh;
}

.card-transparent {
  background-color: transparent;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.card-grey {
  background-color: #aac6cd;
  padding: 0 0.5rem;
  border-radius: 5px;
}
.card-grey.m-height-50 {
  min-height: 40vh;
}

.card-light-grey {
  background-color: #e4ebed;
  padding: 1rem;
  border-radius: 8px;
}
.card-light-grey label {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: none;
}
.card-light-grey label.bold {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: none;
}
.card-light-grey span {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: none;
}
.card-light-grey span.bold {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: none;
}

.card-orange-light {
  background-color: #feeacb;
  padding: 1rem;
  border-radius: 15px;
}
.card-orange-light label {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: none;
}
.card-orange-light label.bold {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: none;
}
.card-orange-light span {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: none;
}
.card-orange-light span.bold {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: none;
}

.header {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: none;
}
.header:after {
  content: "";
  display: block;
  width: 2rem;
  height: 4px;
  background: #fbaa30;
  margin: 4px 0;
}

.header-secondary {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
}
.header-secondary:after {
  content: "";
  display: block;
  width: 2rem;
  height: 4px;
  background: #fbaa30;
  margin: 4px 0;
}

.summary-dates .date {
  display: flex;
}
.summary-dates .label {
  min-width: 10rem;
}
.summary-dates .label.text-uppercase {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: none;
}
.summary-dates .value {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: none;
  display: inline-block;
  min-width: 150px;
}

.label {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: none;
}

.label-value {
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: none;
}

.keeper {
  display: flex;
  align-items: flex-end;
}
.keeper p {
  display: flex;
  flex-direction: column;
  margin: 0.2rem 0.5rem;
}
.keeper .label {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: none;
}
.keeper .label-value {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

table.summary-table {
  width: 100%;
  border-collapse: collapse;
}
table.summary-table tr {
  border: 1px solid #ccc;
}
table.summary-table td {
  padding: 4px;
  border: none;
}
table.summary-table td:last-child {
  text-align: right;
}
table.summary-table caption {
  caption-side: top;
  font-family: "Noto Sans", sans-serif;
  color: #21262b;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: none;
}

.stage {
  display: flex;
  min-height: 2.5rem;
  line-height: 1.2;
  align-items: center;
  padding: 3px 1rem;
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.stage-name {
  font-family: "Noto Sans", sans-serif;
  color: #adbbc2;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: none;
  width: 70px;
  padding: 0 0.5rem 0 0;
  font-style: italic;
}
.stage-details {
  font-family: "Noto Sans", sans-serif;
  color: #adbbc2;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: none;
  width: 100%;
}
.stage-content {
  min-height: 1.5rem;
  padding: 0.2rem 0.5rem;
  font-family: "Noto Sans", sans-serif;
  color: #495874;
  font-size: 0.725rem;
  font-weight: 500;
  text-transform: none;
}
.stage-content p {
  margin: 0;
}
.stage-content label {
  margin-left: 1.2rem;
}
.stage-content .label {
  font-family: "Noto Sans", sans-serif;
  color: black;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 0.2rem;
}
.stage.active {
  background-color: #0d6efd;
}
.stage.active .stage-name {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: none;
  width: 70px;
}
.stage.active .stage-details {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: none;
}

.light-border-b {
  border-bottom: 1px solid #efefef;
  padding: 0.2rem 0 0.6rem;
}

.stages .dxbl-text {
  padding: 0 !important;
}

.table-full-bordered {
  width: 100%;
  border-collapse: collapse;
}
.table-full-bordered th {
  font-family: "Noto Sans", sans-serif;
  color: black;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: none;
}
.table-full-bordered th, .table-full-bordered td {
  border: 1px solid #dee2e6;
  padding: 4px 8px;
  text-align: left;
  vertical-align: top;
}

.status-new p {
  color: #007bff;
}
.status-in_progress p {
  color: #007bff;
}
.status-with_an_error p {
  color: #ffc107;
}
.status-success p {
  color: #28a745;
}
.status-accepted p {
  color: #28a745;
}
.status-rejected p {
  color: #dc3545;
}
.status-new p::before {
  content: "ℹ️";
  color: #007bff;
}
.status-in_progress p::before {
  content: "ℹ️";
  color: #007bff;
}
.status-with_an_error p::before {
  content: "⚠️";
  color: #ffc107;
}
.status-success p::before {
  content: "✅";
  color: #28a745;
}
.status-accepted p::before {
  content: "✅";
  color: #28a745;
}
.status-rejected p::before {
  content: "❌";
  color: #dc3545;
}
