@media (min-width: 2041px) and (max-width: 3040px) {
  .linetime .linestatus__name {
    width: 50%;
  }
  .linestatus__name .rule .rule-estatus-activo::after {
    width: 205px;
  }

  .linestatus__name .rule .rule-estatus-desactivo::after {
    width: 205px;
  }

  .linestatus__name .rule .rule-estatus-activo-hallazgo::after {
    width: 205px;
  }

  .linestatus__name .rule .rule-estatus-desactivo-hallazgo::after {
    width: 205px;
  }
}

@media (min-width: 1641px) and (max-width: 2040px) {
  .linetime .linestatus__name {
    width: 57%;
  }
  .linestatus__name .rule .rule-estatus-activo::after {
    width: 170px;
  }

  .linestatus__name .rule .rule-estatus-desactivo::after {
    width: 170px;
  }

  .linestatus__name .rule .rule-estatus-activo-hallazgo::after {
    width: 170px;
  }

  .linestatus__name .rule .rule-estatus-desactivo-hallazgo::after {
    width: 170px;
  }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1181px) and (max-width: 1640px) {
  .linetime .linestatus__name {
    width: 50%;
  }
  .linestatus__name .rule .rule-estatus-activo::after {
    width: 127px;
  }

  .linestatus__name .rule .rule-estatus-desactivo::after {
    width: 127px;
  }

  .linestatus__name .rule .rule-estatus-activo-hallazgo::after {
    width: 127px;
  }

  .linestatus__name .rule .rule-estatus-desactivo-hallazgo::after {
    width: 127px;
  }
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1180px) {
  .linetime .linestatus__name {
    width: 70%;
  }
  .linestatus__name .rule .rule-estatus-activo::after {
    width: 138px;
  }

  .linestatus__name .rule .rule-estatus-desactivo::after {
    width: 138px;
  }

  .linestatus__name .rule .rule-estatus-activo-hallazgo::after {
    width: 138px;
  }
  .linestatus__name .rule .rule-estatus-desactivo-hallazgo::after {
    width: 138px;
  }
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  .linetime .linestatus__name {
    width: 70%;
  }
  .linestatus__name .rule .rule-estatus-activo::after {
    width: 107px;
  }

  .linestatus__name .rule .rule-estatus-desactivo::after {
    width: 110px;
  }

  .linestatus__name .rule .rule-estatus-activo-hallazgo::after {
    width: 107px;
  }
  .linestatus__name .rule .rule-estatus-desactivo-hallazgo::after {
    width: 107px;
  }
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
  .linetime .linestatus__name {
    width: 60%;
  }

  .linetime .linestatus__name .rules {
    writing-mode: vertical-rl;
    text-orientation: unset;
    transform: rotate(-180deg);
  }
  .linestatus__name .rule .rule-estatus-warning::after {
    width: 50px;
  }

  .linestatus__name .rule .rule-estatus-activo::after {
    width: 62px;
  }

  .linestatus__name .rule .rule-estatus-desactivo::after {
    width: 62px;
  }

  .linestatus__name .rule .rule-estatus-activo-hallazgo::after {
    width: 62px;
  }
  .linestatus__name .rule .rule-estatus-desactivo-hallazgo::after {
    width: 62px;
  }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 220px) and (max-width: 480px) {
  main {
    margin: 0;
    padding: 0;
  }
  .sidebar {
    display: none;
  }

  .linestatus__name .rule .rule-estatus-warning::after {
    width: 50px;
  }

  .informe .linetime .linestatus__name {
    width: 90%;
    justify-content: center;
  }

  .linetime .linestatus__name .rule {
    margin: 0 8px;
  }

  .linetime .linestatus__name .rules {
    writing-mode: vertical-rl;
    text-orientation: unset;
  }

  .linetime .linestatus__info {
    margin: 1px;
    padding: 5px;
  }

  .linestatus__name .rule .rule-estatus-activo::after {
    width: 32px;
  }

  .linestatus__name .rule .rule-estatus-desactivo::after {
    width: 32px;
  }

  .linestatus__name .rule .rule-estatus-activo-hallazgo::after {
    width: 32px;
  }
  .linestatus__name .rule .rule-estatus-desactivo-hallazgo::after {
    width: 32px;
  }

  .section__chat {
    margin: 2px;
  }

  .container__chat {
    padding: 2px;
  }

  .typing-area {
    padding: 11px 7px;
  }

  .chat-box .incoming .details{

    width: 70%;
  }

  .container__chat .typing-area button {
    width: 50px;
    font-size: 12px;
  }
}
