.icon {
  display: none;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .beauty li:not(:nth-child(-n + 2)) {
    display: none;
  }
  .beauty {
    max-width: 100%;
  }
  .beauty .icon {
    float: right;
    display: block;
  }
  .detailsRes {
    font-size: 11px;
    text-align: center;
    top: 190px;
  }
  .forFetch {
    position: fixed;
    top: 205px;
    right: 3.7%;
    font-size: 5px;
    margin-top: -135px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
  }
  .forcount {
    position: fixed;
    top: 155px;
    right: 4%;
    font-size: 6px;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
  }
  .forDateRes {
    font-size: 8px;
  }
  .forLeadPostRes {
    font-size: 10px;
  }
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
    margin-right: 40px;

    background-color: #ffffff;
    padding-bottom: 1px;
  }

  .titleRes {
    font-size: 13px;
  }
  .forCommentsRes {
    font-size: 7.3px;
  }
  .fortextareaRes {
    resize: none;
    width: 50%;
  }
  .uploadLeadsRes {
    visibility: visible;
  }

  .onSmallScreen {
    visibility: hidden;
  }

  .addFileLeads {
    visibility: visible;
  }

  .foradd {
    display: block;
  }

  .formAlign {
    text-align: center;
    justify-content: center;
  }

  .colour {
    color: #e6701d;
  }

  .mobilePrint {
    display: block;
    margin: auto;
  }

  .computerPrint {
    display: none;
    visibility: hidden;
  }

  * {
    max-width: 100%;
  }

  .gaugeDisplay {
    transform: scale(0.6);
  }
  .total_orders {
    font-size: 8px;
    top: 2px;
  }

  .invoice-container {
    display: flex;
    flex-direction: row;
  }

  .invoice-container > div {
    background-color: #000000;
    width: 100px;
    line-height: auto;
    font-size: 6px;
  }

  .inv_font {
    font-size: 3px;
  }

  .share_icon {
    padding-right: 5px;
  }

  .invoice-container_items {
    display: flex;
    flex-direction: row;
  }

  .invoice-container_items > div {
    background-color: rgb(145, 145, 145);
    width: 100px;
    line-height: auto;
    font-size: 6px;
    box-shadow: inset 0 0 0 1px rgb(0, 0, 0);
  }

  .invoice_wd {
    width: 100%;
  }

  .yearMonth-font {
    font-size: 9px;
  }

  .for-search-input {
    font-size: 9px;
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  * {
    max-width: 100%;
  }
  .beauty.responsive {
    position: fixed;
    max-width: 100%;
  }

  .beauty.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    position: fixed;
  }
  .beauty.responsive li {
    float: none;
    display: block;
    text-align: right;
  }
}
