#topGradient {
  background: linear-gradient(90deg, #4E018D 0%, #7212E8 46.35%, #C348EA 100%);
  height: 6px;
}

#box-loading {
  height: 232px;
  align-content: center;
  text-align: center;
}

#resultContainer {
  color: #494C66;
  header {
    background-color: #EFF1F3;
    padding: 16px 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    display: grid;
    gap: 16px;

    .title {
      font-weight: 700;
      font-size: 18px;
      line-height: 20px;
      color: #0E141D;
      display: flex;
      align-items: center;
      gap: 8px;

      img {
        width: 40px;
      }
    }

    .information {
      display: grid;
      gap: 8px;

      & > div {
        display: flex;
        align-items: center;
        gap: 8px;
      }
    }

    .headerDetail {
      display: flex;
      gap: 8px;
      font-size: 14px;
      line-height: 18px;
      p {
        align-content: center;
      }
    }
    
    #disclaimerDualSIM {
      display: flex;
      gap: 8px;
      background-color: #FFF;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid #c9cfd7;
      font-size: 12px;
    }
    .chipDualSIM {
      background-color: #4E018D;
      color: #FFF;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 700;
      border-radius: 10px;
      text-align: center;
      max-width: 63px;
      margin-top: 8px;
    }
  }

  .itemDetail {
    display: flex;
    gap: 16px;
    font-size: 14px;
    line-height: 18px;
    span {
      align-self: center;
    }
  }

  #IMEIDetail {
    padding: 24px;
    font-weight: 400;
    vertical-align: middle;
    gap: 24px;
    display: grid;
    & > div {
      display: grid;
      gap: 24px;
    }

    .title {
      font-size: 18px;
      line-height: 20px;
    }

    .icon {
      align-self: flex-start;
    }

    

    hr {
      border-top: 1px solid #C9CFD7;
      width: 100%;
      margin: 0;
    }

    .homologacionIcon {
      margin: auto;
      max-width: 140px;
    }
  }
  footer {
    background-color: #EFF1F3;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    padding: 16px;

    a {
      font-size: 12px;
      line-height: 16px;
      color: #4D008C;
      text-decoration: underline;
      font-weight: 500;
    }
  }
}

#errorContainer {
  height: 232px;
  align-content: center;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-inline: 16px;
  max-width: 400px;
  gap: 16px;
  color: #494C66;

  .icono-wrapper {
    align-self: flex-start;
  }
  .icon {
    width: 48px;
    height: 48px;
  }
  .text h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
  }
  
  .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
  }
  
  .boton-wrapper {
    margin-top: 20px;
    grid-column: span 2;
    margin: auto;
  }
  
  .backButton {
    display: inline-block;
    background: #eb0a6e;
    color: white;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 6px;
    min-width: 156px !important;
    cursor: pointer;
  }
}

.button-language  {
  cursor: pointer;
}