* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.peqiapp-page {
    margin-left: -10px
}

@media(min-width: 783px) {
    .peqiapp-page {
        margin-left:-20px;
    }
}

.card-container {
  flex-shrink: 0;
  border-radius: 24px;
  background: #fff;
  padding: 32px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  margin: 20px 40px 20px 40px;
}

.wrap {
  margin: 0;

  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

.input-box {
  color: #000814;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.64px;
  align-self: stretch;
}

.container {
  width: 1224px;
  height: 262px;
}

.container-optimization {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 20px 0 20px 0;
}

/* .title-login-text {
  color: #000814;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -1.6px;
} */

.subtitle-login-text {
  color: #6d6e82;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: -0.64px;
}

.toast-container {
  width: 700px;
  display: flex;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: flex-start;
  border-left: #ff0000;
  border-left-style: solid;
  border-left-width: 10px;
}

.body-login-container {
  display: flex;
  width: 564px;
  padding: 0px 98px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

span.status {
  color: rgb(13, 209, 23);
  font-style: italic;
  font-weight: 700;
}

.user-info {
  font-weight: 700;
}

.user-domain {
  font-weight: 700;
}

.domain-website {
  font-weight: 700;
}

.toast-icon {
  margin: 0 10px;
}

.label-title {
  margin: 2px 10px;
}

.label-subtitle {
  color: #a4a4a4 !important;
  margin: 2px 10px;
}

.table-row-title {
  background-color: #fce200;
  color: #131313;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: Inter;
}

.reports-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #edf2f7;
}

.table-header {
  padding: 0.75rem 1.5rem;
  color: #131313;
  font-weight: 700;
}

.table-body {
  color: #718096;
  font-size: 0.875rem;
  font-weight: 300;
}

.table-row {
  border-bottom: 1px solid #edf2f7;
}

.table-row:hover {
  background-color: #f7fafc;
}

.table-cell {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

.table-span-grade {
  color: #f3f3f3;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.table-span-percent {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.table-span-created {
  font-weight: 500;
}

.button-home{
  width: 200px;
}

.select-scripts{
  height: 36px;
  width: 200px;
}

.percent-A {
  color: #96CC00;
}

.percent-B {
  color: #96CC00;
}

.percent-C {
  color: #cbb708;
}

.percent-D {
  color: #e29b20;
}

.percent-E {
  color: #FF3333;
}

.percent-F {
  color: #FF3333;
}

.grade-A {
  background-color: #96CC00;
}

.grade-B {
  background-color: #96CC00;
}

.grade-C {
  background-color: #cbb708;
}

.grade-D {
  background-color: #e29b20;
}

.grade-E {
  background-color: #FF3333;
}

.grade-F {
  background-color: #FF3333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,  
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px var(--color-background-grayscale-0) inset !important;
}

input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0 30px var(--color-background-grayscale-50) inset !important;
}

.error-message {
  color: var(--color-typeface-danger-100);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.64px;
  align-self: center;
}

.success-message {
  color: green;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.64px;
  align-self: baseline;
}

.error-message-steps{
  color: var(--color-typeface-danger-100);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.64px;
  align-self: baseline;
}

.success-message-steps {
  color: green;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.64px;
  align-self: baseline;
}
