.list-sim .box-rounded {
  border-radius: 10px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  background: var(--white);
}

.list-sim .border-b-solid {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
  padding: 10px;
}

.list-sim .border-b-solid .color-text-secondary {
  color: #8a8a8a;
}
.list-sim .border-b-solid .typo-h5 {
  font-size: 13px;
  padding-left: 10px;
}

.list-sim .package-info {
  background: var(--color-list-sim-none);
  position: relative;
  border-radius: 10px;
  color: var(--white);
  font-size: 14px;
}

.list-sim .package-info .flag {
  box-shadow: 1px 1px 8px 0px var(--color-border-package);
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 37px;
  width: 47px;
  border-radius: 5px;
  border: 1px solid #ededed;
}
.list-sim .order-summary h2 {
  color: #4a4a4a;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.1904761;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.list-sim .package-info ul {
  list-style-type: none;
  margin-bottom: 0 !important;
  padding: 0px !important;
}
.list-sim .sim-item-row {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: hsla(0, 0%, 93%, 0.1);
  padding: 10px;
  width: 100%;
  align-items: center;
}
.list-sim .sim-item-row.ligh {
  border-bottom-color: hsla(0, 0%, 93%, 0.1);
  color: var(--white);
}
.list-sim .package-title {
  padding: 0px !important;
  margin: 0px;
  font-weight: 700;
}
.list-sim .count-sim {
  padding: 0px !important;
  margin: 0 px;
}
.list-sim .fix-btn {
  width: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  background: none;
}
.list-sim .fix-btn:hover {
  background: var(--white);
  color: #6c757d;
  border: 1px solid #6c757d;
}
/* list none login */
.list-sim-none .box-rounded {
border-radius: 10px;
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
background: var(--white);
}

.list-sim-none .border-b-solid {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #eee;
padding: 10px;
}

.list-sim-none .border-b-solid .color-text-secondary {
color: #8a8a8a;
}
.list-sim-none .border-b-solid .typo-h5 {
font-size: 13px;
padding-left: 10px;
}

.list-sim-none .package-info {
background: var(--color-list-sim-none);
position: relative;
border-radius: 10px;
color: var(--white);
font-size: 14px;
}

.list-sim-none .package-info .flag {
box-shadow: 1px 1px 8px 0px var(--color-border-package);
 border: 1px solid #ededed;
border-radius: 8px;
-o-object-fit: cover;
object-fit: cover;
height: 37px;
width: 47px;
border-radius: 5px;
}


.list-sim-none .order-summary h2 {
color: #4a4a4a;
font-size: 1.3125rem;
font-weight: 700;
letter-spacing: -0.3px;
line-height: 1.1904761;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.list-sim-none .package-info ul {
list-style-type: none;
margin-bottom: 0 !important;
padding: 0px !important;
}
.list-sim-none .sim-item-row {
display: flex;
justify-content: space-between;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: hsla(0, 0%, 93%, 0.1);
padding: 10px;
width: 100%;
align-items: center;
}
.list-sim-none .sim-item-row.ligh {
border-bottom-color: hsla(0, 0%, 93%, 0.1);
color: var(--white);
}
.list-sim-none .package-title {
padding: 0px !important;
margin: 0px;
font-weight: 700;
}
.list-sim-none .count-sim {
padding: 0px !important;
margin: 0 px;
}
.list-sim-none .fix-btn {
width: 50%;
border: 1px solid var(--white);
color: var(--white);
background: none;
}
.list-sim-none .fix-btn:hover {
background: var(--white);
color: #6c757d;
border: 1px solid #6c757d;
}