@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
#wda-wrapper {
    background: #121E48;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 100vh;
    color: #fff;
}
.wda-container {
    max-width: 382px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    min-height: calc(100vh - 10px);
}
.wda-step , .wda-step * {
    box-sizing: border-box;
}
.wda-step {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.wda-step button:focus {
    outline: none;
}

.wda-step h2 {

    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 30px;
	color:#fff;
	text-transform:none !important;
}
.wda-step p {
     font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;

}
.wda-step.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: calc(100vh - 70px);
}

.wda-top-bar {
    display: block;
    margin-bottom: 30px;
    text-align: right;
}

.wda-progress {
    width:100%;
    text-align: center;
}

.progress-track {
    background: #eee;
    height: 8px;
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    background: #C70000;
    height: 100%;
    width: 16%;
    transition: width 0.3s ease;
}

.progress-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

#wda-exit {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
.wda-btn.start {
    margin-top: 50px;
}
.wda-btn {
    background: #C70000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 45px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    min-height: 50px;
    text-transform: uppercase;
}
.wda-btn:focus {
    outline: none;
}
.wda-btn:disabled {
    background: #B5B5B5;
}
.wda-link {
    background: none;
    border: none;
    color:#fff;
}
.wda-link-back {
    background: none;
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.wda-link-back:hover {
    background: none !important;
    text-decoration: underline;
}
.device-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
    color:#121E48;
}
.device-card h4 span {
    display: block;
    margin-bottom: 10px;
    color:#9B9B9B;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.device-card h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #121E48;
    margin: 0 !important;
}
.device-card p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #121E48;
    text-align: left;
}
.imei-row-start {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 20px;
}
.imei-row-start label {
    font-size: 14px;
    font-weight: 400;
}
.wda-link-popup {
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.imei-row {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
}
.imei-row  input {
        width: 100%;
    background: #fff !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 10px !important;
    box-sizing: border-box;
    font-size: 16px;
    color: #6D6E71 !important;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}
.imei-row input.error {
     background-color: #ffe6e6 !important;
}
.imei-row  .remove-imei {
    background: none;
    border: none;
    width: 23px;
    height: 23px;
    text-align: right;
    position: absolute;
    top: 10px;
    right:10px;
    padding: 0;
    cursor: pointer;

}
.imei-row  .remove-imei:focus {
    outline: none;
}
#wda-wrapper.popup #step-imei-content {
    min-height: 275px;
}
#add-imei {
    display: flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#add-imei:focus {
    outline: none;
}
#submit-imei {
    margin-top: 20px;
}

#wda-link-help {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-decoration-line: underline;
color: #FFFFFF;
display: block;
text-align: center;
margin-top: 20px;

}

.wda-faq {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.wda-faq li h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 0;
    gap: 5px;
    cursor: pointer;
}
.wda-faq li .wda-faq-item-content {
    display: none;
}
.wda-faq li .wda-faq-item-content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: left;
}
.wda-faq li.active .wda-faq-item-content {
    display: block;
    margin-bottom: 20px;
}

/* block Need Help */
#block-need-help {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(18,30,72,40%);
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    display: none;
    align-items: center;
    justify-content: center;
    display: none;
}
#block-need-help.active {
    display: flex;
    z-index: 9;
}
#block-need-help .block-need-help-content {
    position: relative;
    width: 100%;
    max-width: 339px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 20px;
    margin: 0 auto;
    color:#121E48;
    text-align: left;
}

#block-need-help p {
    text-align: left;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #121E48;
}

#block-need-help p span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #121E48;
    display: block;
    margin-bottom: 10px;
}
#block-need-help p a  {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #121E48;
    text-decoration: none;
}
#block-need-help p a.txtphone {
    font-size:26px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 32px;
}
.block-close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
}
#block-need-help h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #121E48;
    margin: 10px 0;
    text-transform: capitalize;
}


#whats-imei {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(18,30,72,40%);
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    display: none;
    align-items: center;
    justify-content: center;
}
#whats-imei.active {
    display: flex;
    z-index: 9;
}
#whats-imei .whats-imei-content {
    position: relative;
    width: 100%;
    max-width: 339px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin: 0 auto;
    color:#121E48;
    text-align: left;
    padding: 20px;

}
#whats-imei p {
    text-align: left;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D6E71;
}
#whats-imei h3 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #121E48;
margin: 10px 0;

}

#wda-found-devices {
    border-bottom: solid 1px #B5B5B5;
    margin-bottom: 20px;
}

.wda-device-plans h3 {

font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #FFFFFF;


}
.wda-device-plans h3 span {
    display: block;
    margin-bottom: 5px;
    color: #9b9b9b;
}
.wda-device-plans {
    margin-bottom: 20px;
}
.wda-plan {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    border: solid 3px #fff;
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;

}
.wda-plan.active {
    border-color: #0F6EB1;
    background: #DFEFFF;
}
.wda-plan input[type='radio']{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
}
.wda-plan .plan-offer {
    position:absolute;
    top:10px;
    right: 10px;
}
.wda-plan span.plan-name {
color:#6D6E71;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 15px;
display: block;
    
}

.wda-plan span.plan-price {
color:#121E48;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
display: block;
margin-top: 5px;
margin-bottom: 10px;
}
.wda-plan span.plan-price .from {
    display: none !important;
}
.plan-meta ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.plan-meta ul li {
    color:#6D6E71;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.plan-meta ul li strong {
    color:#121E48;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.plan-offer {
    color:#000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.plan-offer-yellow {
    position:absolute;
    top:10px;
    right: 10px;
    color:#000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    background: #FBBC04;
    border-radius: 50px;
    padding: 5px 10px;
}

.step-actions {
    border-top: solid 1px #B5B5B5;
    margin-top: 20px;
    padding-top: 20px;
}

.activation-summary {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
}
.activation-summary h3 {
/* Activation Summary */
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* identical to box height */
color: #121E48;
text-transform: none;

}
.activation-summary h4 {
    /* IMEI */
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */
color: #6D6E71;
padding-top: 20px;
padding-bottom: 0px;
text-transform: none;
margin-bottom: 0 !important;
margin-top: 0px !important;
}
.activation-summary ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.activation-summary ul li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #121E48;
    border-top: solid 1px #D9D9D9;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;

}
.activation-summary ul li span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #121E48;
    display: inline-block;
    width: 50%;
    text-align: right;


}
.activation-summary ul li span span {
    display: inline;
    width: auto;
}
.activation-summary ul li:first-child {
    border: none;
}

.activation-summary ul li strong {
    color:#6D6E71;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 50%;

}
.activation-summary ul  .crt-total strong, .crt-total span {
       font-weight: 500;
    color: #121E48;
}
.activation-summary-note {
   color: D9D9D9;
     font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#wda-step-5 .step-actions {
    border: none !important;
    padding-top: 0 !important;
}
/* Checkout  */
#load-checkout h1
{
    text-align: center;
    color:#fff;
    margin-bottom: 30px;
    text-transform: capitalize;

}
#load-checkout .wp-block-woocommerce-checkout {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    color: #000;
    margin-bottom: 90px;
    position: relative;

}

#load-checkout h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    color: #9B9B9B;
    text-transform: capitalize;
}

#load-checkout .kb-row-layout-wrap > .kt-row-column-wrap {
    padding: 0;
}

#load-checkout .wc-block-components-checkout-order-summary__title {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    color:#121E48;
     font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
#load-checkout .wc-block-components-checkout-return-to-cart-button {
    display: none;
}
#load-checkout .wc-block-components-sidebar {
    margin-bottom: 0;
}
#load-checkout  .wc-block-checkout__actions {
    margin-bottom: 0;

}

#load-checkout .wc-block-checkout__actions_row {
    position: absolute;
    width: 100%;
    bottom: -130px;
}

#load-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], 
#load-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
#load-checkout  .wc-block-components-form .wc-block-components-text-input input[type=password],
#load-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
#load-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
#load-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
#load-checkout .wc-block-components-text-input input[type=email],
#load-checkout .wc-block-components-text-input input[type=number],
#load-checkout .wc-block-components-text-input input[type=password],
#load-checkout .wc-block-components-text-input input[type=tel],
#load-checkout .wc-block-components-text-input input[type=text],
#load-checkout .wc-block-components-text-input input[type=url] {

font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #6D6E71;

}
#load-checkout .wc-block-checkout__payment-method h2 {
    color: #121E48;
	font-weight:500;
}

#load-checkout .wc-block-checkout__terms {
    display: none;
}
#load-checkout  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-step__heading {
    display: none;
}

#load-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block {
    display: none;
}
#load-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    display: none;
}
#load-checkout .wp-block-woocommerce-checkout-order-summary-totals-block{
    display: none;
}
#load-checkout .wc-block-components-totals-wrapper.slot-wrapper{

    display: none;

}
#load-checkout  .TermsText {
	display: none !important;
}

#load-checkout .wp-block-woocommerce-checkout-order-summary-block {
    padding-bottom: 0;
}

/* Success Page */
.wda-success-content {
    color:#fff
}
.wda-success-content h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}
.wda-success-content .sub-heading-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;

}
.wda-success-content .sub-heading-2 {

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #D9D9D9;

}

.wda-success-content .order-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    color: #121E48;
    margin-bottom: 20px;
}
.wda-success-content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9B9B9B;
	text-transform:capitalize;

}

.wda-success-content .order-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wda-success-content .order-item ul li:first-child {
    border: none;
}
.wda-success-content .order-item ul li {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #D9D9D9;
}
.wda-success-content .order-item ul li strong {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6D6E71;
    padding: 10px 0;
	width:50%;
}
.wda-success-content .order-item ul li span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #121E48;
    padding: 10px 0;
	display:inline-block;
	width:50%;
}

.wda-success-content .next-steps {
    border-radius: 10px;
    border: solid 1px #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.wda-success-content .next-steps h3 {
  
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
	text-transform:capitalize;

}
.wda-success-content .next-steps ul {
    margin-bottom: 0;
    margin-left: 15px;
}
.wda-success-content .next-steps ul li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #D9D9D9;
}

.wda-success-content .step-actions {
    border: none;
    padding-top: 0;
}
.wda-success-content .step-actions a {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
	
}

.wda-success-content .step-actions a:hover {
    color:#fff;
}

.wda-btn-outline {
    background: none;
    border: solid 1px #fff !important;
    color: #fff;
    padding: 12px 25px;
    border-radius: 45px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    min-height: 50px;
    text-transform: uppercase;
}
.wda-btn-outline:focus {
    outline: none;
}

.success-img {
	text-align:center;
}
#wda-step-2 .imei-error {
    display:none;
}
#wda-step-2.error .imei-error {
    display:block;
}
#wda-step-2.error .imei-ok {
    display: none;
}

#wda-step-2 .imei-error {
    display:none;
}
#wda-step-2 .imei-ok {
    display: block;
}
#wda-link-help2 {
    color:#fff;
   text-decoration: underline;
}
#wda-wrapper.popup .imei-ok  p {
    display: none;
}
#wda-link-help2:hover {
    color: #fff;
    text-decoration: none;
}

#wda-wrapper .wc-block-components-express-payment--checkout {
    display: none !important;

}
#wda-wrapper .wc-block-components-express-payment-continue-rule {
    display: none !important;
}
#wda-wrapper .wp-block-woocommerce-checkout-contact-information-block{
    padding-top: 20px !important;

}

#imei-error-msg:empty {
    padding: 0 !important;
}
#imei-error-msg {
    color: red;
    padding: 10px;
}

#wda-wrapper .wp-block-woocommerce-checkout-order-summary-block .activation-summary {
    padding: 0;
}
#wda-wrapper .wp-block-woocommerce-checkout-order-summary-block .activation-summary ul {
    margin-left: 0;
    padding-left: 0;
}

#wda-wrapper .wc-block-components-checkout-order-summary__title.is-open {
    padding-bottom: 0;
}

.wc-block-checkout__actions .wda-summary-wrapper {
    display:none !important;
}

@media (min-width: 1024px) {
    .wda-container {
        padding-top: 100px;
    }
}