#add-sim-card-form {
    width: 100%;
    padding: 30px;
    background: #F5F4F5;
    border-radius: 20px;
}

.input-flex { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#add-sim-card-form p {
    margin-bottom: 15px;
}

#add-sim-card-form input[type="text"] {
    width: 50%;
    border:unset;
    border-radius: 4px;
}

input#sim-number::placeholder {
    color: #000; 
    font-weight:normal;
    font-size: 14px; 
}

#add-sim-card-form input[type="submit"] {
    background-color: #ED2617;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    cursor: pointer;
}


.sim-card-section {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}

.sim-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2a919e;
    padding: 15px;
    color: white;
}

.sim-card-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sim-icon {
    background-color: white;
    color: #2a919e;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 50%;
    display: inline-block;
}

.sim-number {
    font-size: 1.2em;
    font-weight: bold;
}

.sim-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sim-options-btn {
    background: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    color: #2a919e;
}

.install-instructions {
    color: white;
    text-decoration: underline;
    font-size: 0.9em;
}

.sim-card-balance {
    padding: 15px;
    background: white;
    text-align: center;
}

.sim-card-balance h3 {
    margin: 0;
    color: #555;
    font-size: 1.2em;
}

.balance-amount {
    font-size: 1.5em;
    font-weight: bold;
    color: #2a919e;
    margin: 10px 0;
}

.top-up-link {
    color: #2a919e;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.top-up-btn {
    background-color: #3cb043;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
}

.secound__ h3 {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 600;
  color: #ff5000;
}
.secound__ {
text-align: center;
padding: 28px 0px;
}
.secound__ button {
background-color: #ff5722;
color: #fff;
padding: 12px 20px;
border: none;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
/*.container {*/
/*  background-color: #fff;*/
/*  border: 1px solid #ddd;*/
/*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
/*  position: relative;*/
/*  margin: 10px 0px;*/
/*}*/

/* Header Section */
.header {
  background-color: #ff5722;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_2 h5 {
font-size: 25px;
color: #fff;
font-family: sans-serif;
}
.header_2 {
  background-color: #ff5722;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 20px;
  position: relative;
  padding-block: 20px;
}
.header-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-content svg {
  flex-shrink: 0;
}

.header .title {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

/* Body Section */
.body {
  padding: 20px;
}

.body p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight:normal;
  color: #b5b5b5;
}

.input-group {
  /* display: flex; */
  gap: 10px;
  margin-bottom: 12px;
}

.input-group input {
  flex: 1;
  padding: 12px 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.input-group button.add-card-btn {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.help-link {
  color: #000;
  font-size: 14px;
  display: inline-block;
}

.step-number {
  position: absolute;
  top: 52%;
  left: -46px;
  transform: translateY(-50%);
  background-color: #ff5722;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 18px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.main {
max-width: 830px;
margin: 0 auto;
}

.close-btn {
color: #000000;
float: right;
font-size: 35px;
font-weight: bold;
}


.close_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 54.9rem;
  bottom: 3.9rem;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.modal {
display: none; /* Hidden by default */
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}
.cards_ {
display: flex;
justify-content: space-evenly;
padding-block: 3em;
}
.cards_ h4 {
color: #f15729;
font-size: 20px;
font-family: sans-serif;
}
.cards2 h4{
color: #f15729;
font-size: 20px;
font-family: sans-serif;
}
.modal-content {
background-color: #fff;
margin: 15% auto;
border: 1px solid #888;
width: 80%;
max-width: 900px;
text-align: center;
}
.cards2 ~ p {
color: #000000;
max-width: 594px;
margin: 0 auto;
font-family: sans-serif;
font-size: 14px;
line-height: 21px;
padding-bottom: 4em;
}

.close-btn:hover,
.close-btn:focus {
color: #000;
text-decoration: none;
}
p.error {
    background: red;
    padding: 1.25rem;
    width: 60%;
    font-size: 1.25rem;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #fcc;
    color: #8a0000;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
}
p.success {
    background: green;
    padding: 1.25rem;
    width: 60%;
    font-size: 1.25rem;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #b7d2a4;
    color: green;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
}

#sec-myaccount{
opacity: 0.5; 
transition: opacity 0.3s ease;
}