.border-b {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
    width: 100%;
  }
  .row-order {
    cursor: pointer;
  }
  .row-order p {
    margin: 0 !important;
  }
  .box-rounded {
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    background: var(--white);
  }
  
  .border-b-solid {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
    padding: 10px;
  }
  
  .border-b-solid .color-text-secondary {
    color: #8a8a8a;
  }
  .border-b-solid .typo-h5 {
    font-size: 13px;
    padding-left: 10px;
  }
  
  .package-info {
    background: linear-gradient(45deg, rgb(20, 107, 169), rgb(118 228 233));
    margin-top: 60px;
    position: relative;
    border-radius: 10px;
    color:var(--white);
  }
  
  .package-info .flag {
    width: 60px;
    height: auto;
    max-height: 50px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
  }
  .order-summary h2 {
    color: #4a4a4a;
    font-size: 1.3125rem;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 1.1904761;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .package-info ul {
    list-style-type: none;
    margin-bottom: 0 !important;
    padding: 0px !important;
  }
  .sim-item-row {
    display: flex;
    justify-content: flex-start;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: hsla(0, 0%, 93%, 0.1);
    padding: 10px;
    width: 100%;
  }
  .sim-item-row.ligh {
    border-bottom-color: hsla(0, 0%, 93%, 0.1);
    color: var(--white);
  }
  .package-title {
    padding: 0px !important;
    margin: 0px;
    font-weight: 800;
  }
  .count-sim {
    padding: 0px !important;
    margin: 0 px;
  }