:root  { 
--main-color: #0073BB;
--grey-bg: #F5F5F5;
--error-color: #ef0808;
--yellow-color: #F9A03A;
}
body { font-weight: normal }
.error { 
color: var(--error-color) 
}
[x-cloak] {  
display: none !important; 
}
@keyframes lds-dual-ring  { 
0% { 
transform: rotate(0deg); 
}
100% { 
transform: rotate(360deg);
}
}
.lds-dual-ring  { display: inline-block;width: 80px;height: 80px; }
.lds-dual-ring:after { content: " ";display: block;width: 64px;height: 64px;margin: 8px;border-radius: 50%;border: 6px solid #fff;border-color: #fff transparent #fff transparent;animation: lds-dual-ring 1.2s linear infinite; }
.ajax-loader { display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: #0000006b; }
.ajax-loader .ajax-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center }
.form-group { margin-bottom: 50px; }
.form-checkbox-group input[type="checkbox"] { top: 2px; position: relative }
.form-group label { display: block; width: 100% }
.form-group input,.form-group select { width: 100%;border: none;border-bottom: #ccc solid 1px;font-size: 16px;color: #666666; }
.form-group select { padding: 0;margin-top: 10px; }
.ss-btn {border-radius: 360px;background: #4AABE7;box-shadow: 0px 8px 12px -4px rgba(74, 171, 231, 0.60);color: #fff;font-size: 16px;text-transform: uppercase;font-weight: 600;border: none;padding: 10px 30px;margin-top: 30px}
.ss-btn.full {width: 100%}
.ss-btn.white { background: #fff; color: var(--main-color); border: solid 2px var(--main-color) }
.ss-btn.has-icon { display: flex;align-items: center;justify-content: center; }
.ss-btn.has-icon img { width: 20px; margin-right: 10px }
.form-link { color: #0E4C89;display: inline-block; }
.form-group.invalid input, .form-group.invalid select { border-bottom: 1px solid var(--error-color) }
.form-group.checkbox-group{display: flex; gap: 10px;align-items: center; margin-bottom: 20px; }
.form-group.checkbox-group input[type="checkbox"] { width: auto; }
.form-group .phone-group { display: flex; }
.form-group .phone-group input.country-code { width: 36px; }
.password-group { position: relative }
.password-group input + img { position: absolute; right:0; width: 22px }
.default-height-tpl { padding-bottom: 200px }
.error-panel { color: #eb0404;margin: 0 0 20px 15px;padding: 0;list-style: disc;text-align: left; }
.empty-cart-msg { text-align: center; padding: 50px 0 }
.empty-cart-msg a { color: var(--main-color) }
.plan-checker form { margin-top: 20px }
.plan-checker h3 { font-size: 18px; font-weight: bold }
.plan-checker button { margin-top: 30px }
.plan-checker .checker-content .title-box { display: flex;align-items: center; }
.plan-checker .checker-content .title-box h3 { font-size: 18px;padding: 0;margin-right: 20px; margin-bottom: 0; }
.plan-checker .checker-content .title-box .icon { background: var(--main-color);color: #fff;padding: 4px 0;display: flex;border-radius: 20px;cursor: pointer;width: 80px;justify-content: center; }
.plan-checker .checker-content .title-box .icon img { width: 18px; object-fit: contain; margin-right: 5px }
.plan-checker .plan-detail { margin-top: 20px;background: var(--grey-bg);padding: 20px;border-radius: 10px; }
.plan-checker .plan-detail h4 { font-size: 16px; font-weight: bold }
.plan-checker .plan-detail .plan-row { display: grid;grid-template-columns: 1fr 150px;margin-bottom: 20px;column-gap: 20px; }
.plan-checker .plan-detail button { margin: 0 auto;display: block; }
.warranty-product-detail { max-width: 900px; margin:0 auto }
.warranty-product-detail .file-row { display: flex;justify-content: center; margin: 20px 0 }
.warranty-product-detail .file-row .item { text-align: center }
.warranty-product-detail .file-row .item .file-area { padding: 50px 40px;background: #E3E3E3;border-radius: 10px;width: 240px;height: 200px;background-size: cover; }
.warranty-product-detail .file-row .item .file-area.selected  { background-size: cover!important;border: solid 2px #eee }
.warranty-product-detail .file-row .item .file-area.selected p, .warranty-product-detail .file-row .item .file-area.selected h3 { display: none }
.warranty-product-detail .file-row .item .file-area p { margin-top: 20px; }
.warranty-product-detail .file-row .item h3 { border-radius: 5px; color: #fff; background: #666666; line-height: 0; padding: 25px; font-size: 16px; text-transform: uppercase; margin-bottom: 10px }
.warranty-product-detail .file-row .item h4 { font-size: 14px; margin-top: 20px }
.warranty-product-detail .file-row .item:first-child { margin-right: 50px }
.absolute-file { position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0 }
.warranty-product-detail .file-row .item .file-area.active { border: solid 2px #00A8EF }
.warranty-product-detail .file-row .item { position: relative }
.warranty-product-detail .file-row .item .file-area.invalid { border: solid 2px var(--error-color) }
.warranty-product-detail .note { text-align: center; margin: 0 0 40px 0 }
.warranty-product-detail .note p { padding-bottom: 0 }
.warranty-product-detail .ss-btn { margin-left: auto;display: block;margin-top: 70px; }
span.warranty-count  { display: inline-flex; background: #F9A03A;color: #fff; font-weight: bold;border-radius: 100%; width: 20px; height: 20px; align-items: center; justify-content: center; font-size: 12px; top: -20px; position: relative; left: -5px }
.custom-sub-menu li a { color: #000; font-size: 16px }
.custom-sub-menu { border-top: 6px #0073BC solid!important; padding: 5px 15px!important;margin-top: 5px!important; }
.ss-banner  {background: #0074BC;position: relative;text-align: center;padding: 100px 20px 50px 20px;}
.ss-banner h1 { color: #fff; font-size: 40px; font-weight: bold }
.ss-box {border-radius: 16px;background: #FFF;box-shadow: 0px 25px 80px 0px rgba(0, 0, 0, 0.16);padding: 40px;margin-top: 5px!important;margin-bottom: 5px!important;}
.ss-banner.has-button .ss-container{display: flex; align-items: center; justify-content: space-between;}
.ss-banner.has-button .ss-btn { margin-top: 0; }
.ss-container { max-width: 1140px; margin: auto; }
.ss-banner:after {width: 100%;content: "";display: block;height: 120px;position: absolute;left: 0;bottom: -119px;z-index: -1;background: #0074BC;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.ss-login { max-width: 630px!important;margin: auto; }
.ss-banner.left-banner { text-align: left }
.ss-banner.left-banner:after { display: none }
.cart-box { max-width: 1200px; margin: auto; padding: 50px 20px }
.warranty-cart table { width: 100% }
.warranty-cart table tr th { background: #eee; padding: 15px 0;text-align: left }
.warranty-cart table tr th:first-child, .warranty-cart table tr td:first-child { padding-left: 30px }
.warranty-cart table tr td { border-bottom: 1px solid #ccc; text-align: left; color: #0E4C89; padding: 25px 0 }
.warranty-cart table tr td .action img { width: 15px }
.warranty-cart table tr td .action img:first-child { margin-right: 10px }
.warranty-cart .right-cart { margin-left: auto; margin-right: 0; max-width: 400px }
.warranty-cart .right-cart .promo-box { background: #F5F5F5; padding: 10px }
.warranty-cart .right-cart .promo-box input { width: 79%; border: none; padding: 7px; border-radius: 20px }
.warranty-cart .right-cart .promo-box button { background: transparent; border: none; color: var(--main-color); font-weight: bold; text-transform: uppercase; width: 20% }
.warranty-cart .ss-btn.white { margin: 40px auto 100px; display: block; text-align: center; max-width: 310px }
.warranty-cart .right-cart .total-box { display: flex; justify-content: space-between; margin-top: 60px }
.warranty-cart .right-cart .total-box h3 { font-size: 20px; font-weight: 600 }
.warranty-cart .right-cart .total-box h3 p { font-size: 14px }
.warranty-cart .referral-box { border-top: 1px solid #ccc; padding-top: 50px; margin-top: 50px }
.warranty-cart .referral-box .two-boxes { display: grid; justify-content: space-between; grid-template-columns: 1fr 1fr; column-gap: 40px; margin-top: 40px }
.warranty-cart .pay-now { max-width: 400px;text-align: center;margin-left: auto; }
.warranty-cart .promo-msg { color: var(--yellow-color);min-height: 23.8px; }
.ask-authentication { text-align: center; max-width: 600px; margin: auto }
.ask-authentication .note { text-align: center;margin-bottom: 50px;font-weight: normal; }
.account-portal { display: grid;grid-template-columns: 250px 1fr;column-gap: 40px;padding-top: 50px }
.account-portal .sidebar header .welcome { display: flex; align-items: center; margin-bottom: 10px }
.account-portal .sidebar header .welcome img { width: 80px; object-fit:contain; border-radius: 100%; height: 80px;background: #fff; margin-right: 10px; box-shadow: #00000024 0 0 5px 0px; }
.account-portal .sidebar header .welcome h3 { font-size: 16px;color: var(--main-color);font-weight: 600; }
.account-portal .sidebar .reward-box { display: flex; justify-content: space-between; border-radius: 100px; background: #eee; padding: 10px; align-items: center }
.account-portal .sidebar .reward-box h3 { color: var(--yellow-color); font-size: 14px; font-weight: 600; padding: 0 }
.account-portal .sidebar .a-nav { margin-top: 30px; box-shadow: #00000024 0 0 5px 0px; }
.account-portal .sidebar .a-nav li { padding: 15px; }
.account-portal .sidebar .a-nav li a img { width: 20px; position: relative; top: 5px; margin-right: 10px }
.account-portal .sidebar .a-nav li.active { background: var(--main-color) }
.account-portal .sidebar .a-nav li.active a { color: #fff }
.account-portal .sidebar .a-nav li a { color: #000; }
.account-portal .content-a header { display: flex;justify-content: space-between;margin-bottom: 50px; }
.account-portal .content-a header select { border-radius: 20px }
.account-portal .content-a .list-plan { display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px; }
.account-portal .content-a .list-plan .item { background: #E6E6E6;padding: 10px;border-radius: 10px;position: relative; }
.account-portal .content-a .list-plan .item .status-label { padding: 0 3px;margin-bottom: 10px;border-radius: 5px;font-size: 11px;background: var(--main-color);display: inline-block;color: #fff;text-transform: capitalize }
.account-portal .content-a .list-plan .item .status-label.success { background: #59BC56 }
.account-portal .content-a .list-plan .item header { display: flex;justify-content: start;margin-bottom: 20px; }
.account-portal .content-a .list-plan .item header .col:last-child { margin-left: 40px }
.account-portal .content-a .list-plan .item header h4 { font-size: 14px; padding: 0 }
.account-portal .content-a .list-plan .item header p { font-weight: normal }
.account-portal .content-a .list-plan .item .pending-doc { padding: 3px; border-radius: 5px;background: var(--yellow-color); color: #fff;display: inline; font-size: 11px }
.account-portal .content-a .list-plan .item footer { margin-top: 10px; display: flex; justify-content: space-between }
.account-portal .content-a .list-plan .item footer .detail-arrow { background: var(--main-color); width: 30px; height: 30px; border-radius: 100%; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 20px }
.account-portal .content-a .list-plan .item footer p  { color: #666666; font-size: 11px }
.account-portal .btn-link { text-align: center;margin-top: 30px;display: block;font-weight: 600; }
.plan-detail { max-width: 700px;margin: auto }
.plan-detail .edit-item { color: var(--main-color);align-items: center;border: solid 1px;display: inline-block;padding: 3px 20px;border-radius: 50px; }
.plan-detail .edit-item img { width: 20px;height: 20px;position: relative;top: 5px; }
.plan-detail .invoice-imei { display: flex; justify-content: center }
.plan-detail .invoice-imei img { width: 200px;height: 200px;border-radius: 10px;object-fit: contain;background: #ccc; }
.plan-detail .invoice-imei .item { text-align: center }
.plan-detail .invoice-imei .item:first-child { margin-right: 50px }
.plan-detail .detail { background: #fff; padding: 20px; margin: 30px 0 }
.plan-detail .detail .row { display: flex; justify-content: space-between; align-items: center; }
.plan-detail .detail .row:last-child p { padding-bottom: 0 }
.plan-detail .detail .row p:nth-child(2) { color: var(--main-color) }
.plan-detail .detail .note-box { background: #F5F5F5; padding: 10px; border-radius: 10px; }
.plan-detail .warranty-provider { background: #fff; padding: 20px }
.plan-detail .warranty-provider img { max-width: 200px }
.account-box { max-width: 580px;margin: auto }
.account-box .avatar { position: relative;background: #fff;width: 100px;height: 100px;border-radius: 100%;display: flex;align-items: center;justify-content: center;margin: 0 auto 20px; box-shadow: #00000024 0 0 5px 0px; }
.account-box .avatar > img { object-fit: contain;width: 100%;height: 100%;border-radius: 100%; }
.account-box .avatar .edit-box { position: absolute;bottom: -5px;right: 10px;background: #ccc;border-radius: 100%;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;z-index: 2; }
.account-box .avatar .edit-box img { width: 20px; }
.account-box .field-box { margin-top: 30px; background: #fff; padding: 20px; box-shadow: #00000024 0 0 5px 0px; }
.account-box .field-box .note { margin-bottom: 20px }
.account-box .field-box button { margin: auto; display: block }
.account-box .field-box .qr-code  { margin: 0 auto 50px;  display: block;  max-width: 150px;   }
.referral-step { max-width: 500px; margin: 20px auto 0 }
.referral-step .step .desc h4 { color: var(--main-color); text-transform: uppercase; font-size: 20px; font-weight: 600 }
.referral-step .step  { margin-bottom: 15px; text-align: center }
.simple-modal  { display: none;position: fixed;z-index: 99;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4); }
.simple-modal .modal-content  { background-color: #fefefe;margin: auto;padding: 20px;border: 1px solid #888;max-width: 500px; }
.simple-modal .close  { color: #aaaaaa;float: right;font-size: 28px;font-weight: bold; }
.simple-modal .close:hover,
.simple-modal .close:focus  { color: #000;text-decoration: none;cursor: pointer; }
.invitation { text-align: center }
.invitation h3 { text-transform: uppercase; margin-top: 20px; font-size: 18px; }
.invitation button { margin-top: 0 }
.file-section { display: flex; margin-bottom: 40px; padding: 40px 0; border-bottom: 1px solid #ccc; align-items: center;}
.file-section .left {margin-right: 40px; border-radius: 8px;border: 1px solid #D9D9D9;background: rgba(0, 0, 0, 0.06);display: flex;justify-content: center; align-items: center;width: 150px; height: 150px;background-size: cover!important;}
.file-section .right .upload-img-area {position: relative; margin-top: 20px}
.file-section .right .upload-img-area button {margin: 0;}
.file-section .right h3 { font-size: 18px;  }
.file-section .right p:not(.error) { font-size: 14px; color: #666666; }
.file-section .right p.error { margin-top: 10px;}
.note.danger{display: flex;padding: 12px 20px;align-items: center;gap: 10px;align-self: stretch;border-radius: 8px;background: #FFEBEA;}
.note.danger p {padding: 0; color: #1C1B1F; font-weight: normal;font-size: 14px;}
.note.danger .desc p:nth-child(2) { color: #EA4335; font-weight: 600; margin-top: -2px }
.list-free-warranty {max-width: 1140px; margin: auto;}
.list-free-warranty .filter {margin: 0; padding: 0 0 30px 0; display: flex;gap: 20px; border-bottom: 1px solid #ccc; margin-bottom: 30px}
.list-free-warranty .filter li {padding: 8px 16px; border-radius: 50px; border: solid 1px #ccc; color: #000; font-size: 16px; cursor: pointer; }
.list-free-warranty .filter li.active {background: #000; color: #fff; border: solid 1px #000; }
.list-free-warranty table { width: 100%; }
.list-free-warranty table img.device-image {width: 80px; height: 80px; object-fit: cover; border-radius: 8px; }
.list-free-warranty table tr td span {color: #0074BC;font-size: 14px;font-style: normal;font-weight: 400;line-height: 20px;}
.list-free-warranty table tr td h3 {font-size: 18px; margin-bottom: 0; margin-top: 10px}
.list-free-warranty table tr td span.status {border-radius: 8px; padding: 8px 12px; font-size: 14px; font-weight: 500;}
.list-free-warranty table tr td span.status.active {color: #34A853; background: #E4FAEA}
.list-free-warranty table tr td span.status.expiring-soon {color: #F08202; background: #FFEEDA}
.list-free-warranty table tr td span.status.expired,
.list-free-warranty table tr td span.status.rejected
{color: #EA4335; background: #FFEBEA}
.list-free-warranty table tr td span.status.expriring-soon {color: #F08202; background: #FFEEDA}
.list-free-warranty table tr td{padding: 20px; border-bottom: 1px solid #ccc;}
.list-free-warranty table tr:last-child td {border-bottom: none;}
.list-free-warranty table .button-list a {padding: 8px 16px; border-radius: 50px; border: solid 1px #ccc; color: #000; font-size: 16px }
.list-free-warranty table .button-list {display: flex; gap: 10px; }
.list-free-warranty table .button-list a.delete {color:#EA4335}
@media screen and (max-width: 991px) { 
.account-portal .content-a .list-plan { grid-template-columns: repeat(1, 1fr) }
}
@media screen and (max-width: 767px)  { 
.simple-modal .modal-content  { max-width: 80%; }
.plan-detail .invoice-imei img { width: 120px; height: 120px }
.account-portal { display: block }
.ss-btn { padding: 10px 15px; font-size: 14px; }
.ss-btn.has-icon img { width: 16px; }
.ss-banner h1 { font-size: 25px; }
.ss-banner .ss-container a { min-width: 170px; }
.warranty-product-detail .file-row { display: block }
.warranty-product-detail .file-row .item:first-child { margin-right: 0; margin-bottom: 25px }
.warranty-cart .ss-btn.white { max-width: 100%; }
.warranty-cart .right-cart .promo-box button { width: 28% }
.warranty-cart .right-cart .promo-box input { width: 70% }
.warranty-cart table { width: 700px }
.warranty-cart .cart-item { width: 100%; overflow-x: scroll }
.warranty-cart .referral-box .two-boxes { display: block }
.list-free-warranty .filter{flex-wrap: wrap; display: flex; gap: 15px; }
.list-free-warranty .filter li span {font-size: 14px; }
.list-free-warranty table tr td { padding: 10px; }
.list-free-warranty .filter li, .list-free-warranty table .button-list a { padding: 6px 15px; }
.list-free-warranty table tr td h3, .list-free-warranty table .button-list a { font-size: 14px; }
.ss-banner .ss-container { gap: 10px; }
.list-free-warranty table .button-list a, .text-expiry-date { white-space: nowrap; }
.box-item-free-warranties { overflow: auto }
}