* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #222222;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

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

.login-mode {
  min-height: 100vh;
  overflow: hidden;
  background: #d9d9db;
}

.login-screen {
  display: grid;
  min-height: 100vh;
  place-items: center;
  background:
    linear-gradient(135deg, transparent 0 58%, rgba(90, 90, 94, 0.22) 58% 72%, transparent 72%),
    #dedee0;
}

.login-panel {
  position: relative;
  display: grid;
  width: 370px;
  height: 370px;
  align-content: center;
  justify-items: center;
  padding: 32px 30px 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8edfe9 0%, #8fe5a8 100%);
}

.login-panel::after {
  content: "";
  position: absolute;
  right: 36px;
  bottom: -35px;
  z-index: -1;
  width: 340px;
  height: 130px;
  background: rgba(120, 120, 124, 0.32);
  transform: rotate(42deg);
}

.login-panel h1 {
  margin: 0 0 31px;
  color: #14222a;
  font-size: 39px;
  font-weight: 800;
  line-height: 1;
}

.login-field {
  display: grid;
  grid-template-columns: 39px 1fr;
  width: 278px;
  height: 39px;
  margin-bottom: 11px;
}

.field-icon {
  display: grid;
  place-items: center;
  background: #0588bd;
}

.field-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.login-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  padding: 0 16px;
  color: #777777;
  background: #ffffff;
  font-size: 15px;
  outline: none;
}

.login-field input::placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.login-field input:focus {
  box-shadow: inset 0 0 0 3px rgba(4, 125, 176, 0.28);
}

.login-button {
  display: grid;
  grid-template-columns: 1fr;
  width: 143px;
  height: 37px;
  margin-top: 21px;
  border: 4px solid rgba(255, 255, 255, 0.78);
  padding: 0;
  color: #777777;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
}

.login-button span:first-child {
  display: grid;
  place-items: center;
}

.report-options {
  display: grid;
  width: 278px;
  gap: 14px;
}

.report-option {
  width: 100%;
  height: 42px;
  border: 4px solid rgba(255, 255, 255, 0.78);
  color: #777777;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.report-option:focus,
.report-option:hover,
.login-button:hover,
.login-button:focus {
  box-shadow: inset 0 0 0 2px rgba(4, 125, 176, 0.2);
  outline: none;
}

.helix-screen {
  display: grid;
  min-height: 100vh;
  place-items: center;
  background: #fbf7f7;
}

.helix-art {
  width: min(760px, calc(100vw - 48px));
}

.helix-art svg {
  display: block;
  width: 100%;
  height: auto;
}

.login-error {
  min-height: 25px;
  margin: 15px 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.email-body {
  position: relative;
  width: 1516px;
  min-height: 1196px;
  padding: 10px 0 36px 11px;
  background: #ffffff;
}

.send-report-button {
  position: fixed;
  right: 26px;
  bottom: 24px;
  z-index: 10;
  min-width: 116px;
  height: 42px;
  border: 1px solid #1b6f3a;
  padding: 0 20px;
  color: #ffffff;
  background: #1f8f4a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.send-report-button:hover,
.send-report-button:focus {
  background: #176f39;
  outline: none;
}

.send-report-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.greeting {
  margin: 0 0 2px;
  font-size: 16px;
  line-height: 1.22;
}

.intro {
  margin: 0;
  font-size: 16px;
  line-height: 1.22;
}

.console-list {
  margin: -2px 0 0 42px;
  padding: 0;
  font-size: 16px;
  line-height: 1.22;
}

.report-section {
  position: relative;
  margin-top: 31px;
  padding-left: 24px;
}

.grafana-section {
  margin-top: 76px;
}

.wily-section {
  margin-top: 70px;
}

.report-table {
  width: 1529px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
}

.report-table th,
.report-table td {
  border: 1px solid #222222;
  padding: 0;
}

.report-table th {
  height: 76px;
  background: #ffc000;
  font-size: 15.1px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.report-table .section-title {
  height: 43px;
  background: #ffc000;
  font-size: 15.1px;
}

.report-table .blank-title {
  height: 43px;
  border-top-color: transparent;
  border-right-color: transparent;
  background: #ffffff;
}

.report-table td {
  height: 44px;
  background: #ffffff;
  font-size: 17.3px;
  cursor: text;
  outline: none;
  vertical-align: middle;
}

.report-table td:focus {
  box-shadow: inset 0 0 0 1px #555555;
}

.ticket {
  width: 184px;
}

.app {
  width: 170px;
}

.occurrence {
  width: 360px;
}

.status {
  width: 141px;
}

.last-management {
  width: 153px;
}

.attention {
  width: 123px;
}

.detail {
  width: 398px;
}

.add-row-button {
  position: absolute;
  left: 0;
  top: 119px;
  width: 20px;
  height: 20px;
  border: 1px solid #222222;
  padding: 0;
  color: #222222;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
}

.image-paste-zone {
  position: relative;
  width: 1529px;
  min-height: 104px;
  margin-top: 26px;
  border: 1px dashed #d6d6d6;
  background: #ffffff;
  outline: none;
  cursor: copy;
}

.image-paste-zone:focus {
  border-color: #999999;
}

.image-paste-zone:empty::before {
  content: "Pegar imagen aqui";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #b5b5b5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.image-paste-zone img {
  display: block;
  max-width: 760px;
  height: auto;
  margin-top: 18px;
}

.image-paste-zone img:first-child {
  margin-top: 0;
}

.signature {
  margin-top: 118px;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.15;
}

.signature p {
  margin: 0 0 11px;
}

.support-block {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
  margin-left: 4px;
}

.support-logo {
  width: 180px;
  text-align: center;
}

.support-text {
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.1;
}

.kyndryl-logo {
  width: 170px;
  height: 56px;
  padding-top: 4px;
  color: #ffffff;
  background: #ff1f0f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.support-logo a {
  display: block;
  width: 170px;
  margin-top: 4px;
  color: #0000ee;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.support-line {
  width: 1px;
  height: 99px;
  margin: 0 18px 0 10px;
  background: #ff6f24;
}

.support-contact {
  padding-top: 39px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.support-contact p {
  margin: 0;
}

@media (max-width: 820px) {
  .login-panel {
    width: 370px;
    height: 370px;
    padding: 32px 30px 38px;
  }

  .login-panel h1 {
    margin-bottom: 31px;
    font-size: 39px;
  }

  .login-field {
    grid-template-columns: 39px 1fr;
    width: 278px;
    height: 39px;
    margin-bottom: 11px;
  }

  .field-icon svg {
    width: 21px;
    height: 21px;
  }

  .login-field input {
    padding: 0 16px;
    font-size: 15px;
  }

  .login-button {
    grid-template-columns: 1fr;
    width: 143px;
    height: 37px;
    margin-top: 21px;
    font-size: 16px;
  }

  .report-options {
    width: 278px;
  }
}
