/* Minification failed. Returning unminified contents.
(19,111): run-time error CSS1039: Token not allowed after unary operator: '-progress-value'
 */
.profile-menu {
    cursor: pointer;
    position: absolute;
    right: 15px;
    display: none;
    top: 45px;
}
.check-data::before {
    animation: check-data-progress 2s 1 forwards;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: right;
    color: #4A4A4A
}

.check-data {
    background: radial-gradient(closest-side,white 79%,transparent 80% 100%),conic-gradient(#EF4F78 calc(var(--progress-value) * 1%),#D9D9D9 0);
    animation: check-data-progress 2s 1 forwards
}

    .check-data::before {
        animation: check-data-progress 2s 1 forwards
    }

progress {
    visibility: hidden;
    width: 0;
    height: 0
}

.main-esim-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: calc(100% - 64px)
}

    .main-esim-data strong {
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 35px
    }

.manage-esims_wrap .store-esims_item {
    margin-bottom: 25px
}
.store-esims_item .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-details, .esim-details{
    width: 80%;
    margin: 0 auto;
}
.esim-warning {
    border-radius: 10px;
    background: #FFA81A;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    gap: 20px;
}
.items-data-checked {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    width: 100%;
    text-transform: uppercase
}

    .items-data-checked .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #343A4040;
        padding: 0 20px;
        height: 50px
    }

        .items-data-checked .item p {
            margin: 0;
            display: flex;
            align-items: center
        }

            .items-data-checked .item p img {
                margin-right: 6px
            }

.main-esim-data .btn {
    margin-bottom: 20px
}


.main-account_left_top {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #0000001A;
    border-radius: 5px
}

.main-account_left {
    width: 363px;
    color: #343A40
}

.user-box {
    border-bottom: 1px solid #00000033;
    min-height: 90px;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 20px;
}

    .user-box h3 {
        margin: 0;
        display: flex;
        flex-direction: column;
        font-size: 21px;
        font-weight: 600;
        line-height: 27px
    }

        .user-box h3 span.position {
            font-weight: 400;
            line-height: 20px;
            margin-top: 5px;
            font-size: 14px;
        }


.main-account_left_top ul a {
    display: flex;
    position: relative;
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #00000033;
    min-height: 56px;
    align-items: center;
    color: #343A40;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize
}

.main-account a.active {
    background: #343A4040;
}

.main-account_left_top ul a:hover {
    background: #343A4040;
}

.main-account_left_top ul a:after {
    content: '';
    background-image: url(/assets/images/arrow-right-black.svg);
    width: 7px;
    height: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px
}

.btn_account_bottom a {
    color: #F2222E;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}

.btn_account_bottom {
    box-shadow: 0px 0px 10px 0px #0000001A;
    height: 60px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    font-weight: 400;
    line-height: 20px;
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative
}


.main-account_left_top ul li:last-child a {
    border: none
}

.main-account {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.main-account_right {
    width: calc(100% - 363px);
    padding-left: 125px
}

.main-account_right_bottom {
    border-top: 1px solid #00000033;
    padding-top: 20px;
    padding-bottom: 40px
}

    .main-account_right_bottom h3 {
        margin: 0;
        font-size: 21px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: #4A4A4A;
        margin-bottom: 10px
    }

    .main-account_right_bottom p {
        margin: 0 0 20px;
        max-width: 356px;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left
    }

button.delete-account-btn {
    border: 1px solid #EE1F44;
    background-color: #fff;
    width: 165px;
    height: 28px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    color: #EE1F44;
    text-transform: uppercase
}

#order-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.membership-level {
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
}

.membership-progress {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #0000001A;
}

.membership-progress-top {
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    font-weight: 600;
}

.membership-progress .progress {
    height: 15px;
    background: #eee;
    border-radius: 5px;
}

.membership-progress .level {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

    .membership-progress .level span {
        display: block;
    }

    .membership-progress .level .next-level {
        text-align: right;
    }

.membership-progress .current-progress {
    height: 15px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, rgb(96, 105, 129) 0%, rgb(150, 154, 160) 100%);
}

.membership-progress .remaining {
    margin: 10px 0;
    text-align: center;
    font-weight: 400;
}

.membership-progress-content {
    margin-top: 20px;
}

.box-manage-esims {
    display: flex;
    justify-content: space-between;
    color: #4A4A4A;
    margin-top: 20px;
}

    .box-manage-esims > div {
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px #00000040;
        border-radius: 5px;
        margin: 10px;
        width: 100%;
    }
.left-copy-code{
    width: 85%;
}
.left-copy-code strong {
    font-weight: 700;
    line-height: 18px;
    display: block;
    margin-bottom: 2px
}

.left-copy-code span {
    line-height: 18px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.esim-notice {
    border: 1px solid #FFA81A;
    border-radius: 5px;
    background: #FCE3C8;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #FFA81A;
}
.esim-notice span{
    margin-left: 10px;
}
.esim-details ul li {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.copy-code {
    background-image: url(/assets/images/copy.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.btn-install {
    border: 1px solid #4A4A4A;
    box-shadow: 0px 0px 10px 0px #0000001A;
    height: 50px;
    display: flex;
    border-radius: 5px;
    font-weight: 600;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer
}

.esim-install-bottom {
    padding: 0 20px;
}

.btn-install img {
    margin-right: 10px
}
.esim-detail-2 {
    margin-top: 30px;
}
.esim-warning > div {
    display: flex;
}
.esim-warning h4{
    margin-top:0;
    margin-bottom: 10px;
}
.esim-warning > div > div{
    margin-left: 20px;
}
.esim-guide h3 {
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    border-bottom: 1px solid #343A4040;
    font-size: 21px;
    line-height: 27px;
    margin: 0;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.esim-guide {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 30px;
}
    .esim-guide > div {
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px #00000040;
        padding: 20px;
    }
.esim-install-instruction{
    margin-top:20px;
    line-height: 28px;
}
.esim-install select {
    border: 1px solid #B8B8B8;
    border-radius: 5px;
    padding: 10px;
}
.main-esim-data > p {
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 22px auto 0px
}

.btn-check-data {
    background-image: url(/assets/images/btn-play.svg);
    width: 150px;
    height: 150px;
    margin: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: 10px solid #EF4F78;
    border-radius: 50%;
    cursor: pointer;
}

.progress-bar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.esim-install-qrcode {
    padding: 10px;
    text-align: center;
}

.item-payment {
    height: 75px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #0000001A;
    padding: 0 18px;
    cursor: pointer;
    font-weight: 400;
    line-height: 20px;
    color: #343A40;
    background-color: #fff;
    position: relative
}

    .item-payment img {
        margin-right: 15px
    }

.head-popup h2 {
    margin: 0 auto
}

.card-element {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid;
    height: 50px;
    margin-top: 10px;
}

.field.field-expiration {
    width: 65%
}

.field.field-cvv {
    width: calc(35% - 10px)
}

.text-bottom-form h3 {
    margin-bottom: 10px
}

.text-bottom-form a {
    color: #6C757D;
    text-decoration: underline
}


.main-esim-data-checked {
    display: none
}

    .main-esim-data-checked.active {
        display: flex
    }
#order-list, #show-more-orders {
    margin-bottom: 20px;
}
.order-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #00000033;
    padding: 10px 20px;
    align-items: center;
    cursor: pointer;
}

.order-info {
    margin-left: 10px;
    line-height: 20px;
}
.order-info span{
    font-size: 13px;
}
.order-left {
    display: flex;
    align-items: center;
    width: 70%;
}
.order-right{
    width: 30%;
}
.order-right a {
    width: 100%;
    padding: 5px;
    margin: 5px;
    background: linear-gradient(180deg, #EF4F78 0%, #EE1F44 100%);
    color: #fff;
    border: none;
    border-radius: 5px;
    display: block;
    text-align: center;
    cursor:pointer;
    font-size: 13px;
}
@property --progress-value {
    syntax: '<integer>';
    inherits: false;
    initial-value: 0
}

@media screen and (min-width:769px) {
    .esim-install-instruction {
        height: 440px;
    }
}

@media screen and (max-width:1200px) {
    .main-account_right {
        padding-left: 50px
    }
}

@media screen and (max-width:768px) {
    .profile-menu{
        display:block;
    }
    .order-item {
        padding: 10px 0;
    }
    .store-esims_item .container, .esim-warning, .esim-guide {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .product-details, .esim-details{
        width: 100%;
    }
    .main-account_left {
        width: 100%;
        display: none;
        position: absolute;
        top: 160px;
        left: 0;
        background: #FFF;
        z-index: 99;
    }

    .main-account_right {
        padding-left: 0;
        width: 100%;
    }

    .box-manage-esims {
        flex-direction: column
    }

        .box-manage-esims > div {
            width: 100%
        }
    #order-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media screen and (max-width:450px) {
    .main-profile ul {
        grid-template-columns: repeat(1,minmax(0,1fr));
        gap: 10px 10px !important
    }
}
