/** Shopify CDN: Minification failed

Line 213:0 Unexpected "}"

**/
.topup-input {
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0px;
  line-height: 22px;
  background-color: #e8eeef;
  border: none;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}

.topup-input:focus { border: 2px solid #555; /* Slightly lighter gray color on focus */ }
/* 
textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}
 */
.buttons_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);  
  grid-auto-rows: minmax(50px, auto);
  gap:10px;
}

.topup_input_container [type="submit"],.topup_input_container [type="reset"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background: black; /* Dark gray color for the button background */
  border-radius: 25px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: -4px;
  /* font-weight: 700; */
  align-self: center;
  justify-self: center;
}
  .topup_input_container [type="submit"]:hover,.topup_input_container [type="reset"]:hover { background: #777; /* Slightly lighter gray color on hover */ }
.topup_input_container form{
   max-width: 75%;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

#responseMessage {
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  /* max-width: 200px; */
  margin-left: auto;
  margin-right: auto;  
}

#responseMessage.success {
  color: #008000; /* Green background for success */
}

#responseMessage.error {
  color: #FF0000; /* Red background for errors */
}

#responseMessage.show {
  opacity: 1;
}

/* plans options */
.container {
  width: 100%;
  font-family: "Play", sans-serif;
}

.packages {
  margin: 20px;
  width: 300px;
  padding-bottom: 1.5em;
  height: 100%;
  background-color: #1e2321;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 19px 38px rgba(30, 35, 33, 1), 0 15px 12px rgba(30, 35, 33, 0.2);
  flex-wrap: wrap;
  color: #f4f4f4 !important;
}

.packages h1,
h2 {
  font-size: 1.2em;
  /* color:white !important; */
}

.list li {
  font-size: 20px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
}

.first {
  margin-top: 40px;
  border-top: 1px solid #f4f4f4;
}

.list {
  width: 80%;
}

.packages ul {
  padding: 0;
   list-style-type: none;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.esim_button {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 0.8em;
  margin: 15px 15px;
  border-radius: 50px;
  color: #f4f4f4;
  transition: all 0.3s ease 0s;
}

.esim_button:hover {
  transform: scale(1.2);
}

.button0 {
  background-color: #00cc99;
  box-shadow: 0 0 10px 0 #00cc99 inset, 0 0 20px 2px #00cc99;
}

.button1 {
  background-color: #ff007c;
  box-shadow: 0 0 10px 0 #ff007c inset, 0 0 20px 2px #ff007c;
}

.button2 {
  background-color: #ffae42;
  box-shadow: 0 0 10px 0 #ffae42 inset, 0 0 20px 2px #ffae42;
}
.button3 {
  background-color: #2e86c1;
  box-shadow: 0 0 10px 0 #2e86c1 inset, 0 0 20px 2px #2e86c1;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.esim_price {
  font-size:3em;
  margin:0;
  color: white;
}
/*IntlTelInput css*/
.iti__flag {
 display:block !important; 
}
.iti {
  width:100%;
}
.field__input:focus ~ .field__label, .field__input:not(:placeholder-shown) ~ .field__label, .field__input:autofill ~ .field__label, .customer .field input:focus ~ label, .customer .field input:not(:placeholder-shown) ~ label, .customer .field input:autofill ~ label {
	top: calc(var(--inputs-border-width));	
}
.esim_info {
	padding: 1.1rem 1.5rem;
	text-decoration: none !important;
	box-shadow: 0 0 0 .1rem rgba(var(--color-link),.2) !important;
	border: .1rem solid transparent !important;
	font-size: 1.2rem !important;
  background-color: black !important;
  color: white !important;
}
}