/*
  Theme Name:
  Theme URL:
  Author:
  Author URI:
  Creation Date:
  Description:
  Version:
*/

/*
=======================================================================
                            [Table of Contents]
=======================================================================
00. Global Styles
00. Utilities
00. Input Text
00. Input File
00. OTP Inputs
00. Checkboxes
00. Modals
00. Popover
00. Radio Tabs
00. Radio Buttons
00. Header
00. Navbar
00. Footer
00. Join Zain
00. Page Header
00. Page Wizard
00. Page Breadcrumbs
00. Page Form
00. Page Image
00. Page Accordion
00. Page Iframe
00. Page Desc
00. Page Swiper
00. Help Blocks
00. Contact Us
00. Social Media
00. Feedback
00. Form Box
00. Support Tickets
00. Ticket Details
00. Home Content
00. Quickpay
00. Dashboard
00. My Cards
00. Coverage Map
*/

/* ================================= */
/* ===== Global Styles ===== */
/* ================================= */
*:focus {
    outline: none !important;
}

body {
    min-height: 100vh;
    background-color: #fafafa;
    font-family: "Cairo", sans-serif;
    color: #333;
    text-align: left;
    padding-top: 122px;
    padding-bottom: 48px;
    position: relative;
    direction: ltr;
}

body.overscroll-behavior-contain {
    overscroll-behavior-y: contain;
}

body.direct-access {
    padding-top: 60px;
    padding-bottom: 48px;
}

body.onboarding {
    padding-top: 70px;
    padding-bottom: 0;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

a {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #80bd38;
}

a.larger {
    font-size: 0.875rem;
}

a:hover {
    color: #73ad2f;
}

a[href^="x-apple-data-detectors:"] {
    color: inherit;
    text-decoration: inherit;
}

.json-response-formatted {
    background-color: #F9F9F9;
    border: solid 1px #EFEEEE;
    border-radius: 5px;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

@media (max-width: 767.98px) {
    body {
        padding-top: 60px;
        padding-bottom: calc(62px + env(safe-area-inset-bottom, 0));
    }

    body.direct-access {
        padding-bottom: 0;
    }

    body.onboarding {
        padding-top: 70px;
        padding-bottom: 0;
    }
}

/* ================================= */
/* ===== Utilities ===== */
/* ================================= */
.main {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 170px);
    position: relative;
}

.text-arabic {
    letter-spacing: -0.5px !important;
}

.invisible {
    display: none;
}

.text-start {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}

.text-body {
    color: #333 !important;
}

.text-gray {
    color: #9F9F9F !important;
}

.text-orange {
    color: #ff9901 !important;
}

.text-green {
    color: #80bd38 !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.text-white {
    color: white !important;
}

.right-link {
    float: right;
    line-height: 20px;
    margin-left: 8px;
}

.whole-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

/* .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 10px;
    padding-right: 10px;
} */

.row-s10 {
    margin-left: -10px;
    margin-right: -10px;
}

.col-s10 {
    padding-left: 10px;
    padding-right: 10px;
}

.row-s6 {
    margin-left: -6px;
    margin-right: -6px;
}

.col-s6 {
    padding-left: 6px;
    padding-right: 6px;
}

.form-group {
    line-height: 1;
}

.alert.alert-main {
    margin: 0;
    border: none;
    border-radius: 0;
}

.alert.alert-success {
    background-color: rgba(128, 189, 56, 0.2);
    color: #80bd38;
}

.alert.alert-danger {
    background-color: rgba(255, 0, 0, 0.2);
    color: #ff0000;
}

.bg-login {
    position: relative;
}

.bg-login::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/login-pattern-desktop-tablet.svg);
    background-position: right top;
    background-size: 250px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

[class*="--bg-green"] {
    background-color: #80bd38;
}

[class*="--bg-light-blue"] {
    background-color: #00aa99;
}

[class*="--bg-pink"] {
    background-color: #e85190;
}

[class*="--bg-blue"] {
    background-color: #4349cc;
}

[class*="--bg-orange"] {
    background-color: #ff9901;
}

[class*="--white-box"] {
    background-color: #fff;
    border-radius: 10px;
}

.shadow-box {
    background-color: #fff;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid #fff;
}

.shadow-box--green {
    background-color: rgba(128, 189, 56, 0.1);
}

.border-box {
    border-radius: 10px;
    border: 1px solid #fff;
}

.border-box.green {
    background-color: rgb(128, 189, 56, 0.1);
}

.bg-flower {
    position: relative;
}

.bg-flower::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-flower.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-stars {
    position: relative;
}

.bg-stars::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-stars.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-leaf {
    position: relative;
}

.bg-leaf::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-leaf.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-triangle {
    position: relative;
}

.bg-triangle::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-triangle.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-sun {
    position: relative;
}

.bg-sun::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-sun.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-shape {
    position: relative;
}

.bg-shape::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-shape.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-autopay {
    position: relative;
}

.bg-autopay::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/ic-autopay.svg);
    background-position: 105%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-byop {
    position: relative;
}

.bg-byop::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/ic-byop-bg.svg);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-twister {
    position: relative;
}

.bg-twister::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-twister.svg);
    background-position: 98%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-spikes {
    position: relative;
}

.bg-spikes::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-spikes.svg);
    background-position: 98%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-postpaid {
    position: relative;
}

.bg-postpaid::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-postpaid.svg);
    background-position: calc(100% - 6px) 6px;
    background-size: 102px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-prepaid {
    position: relative;
}

.bg-prepaid::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-prepaid.svg);
    background-position: calc(100% - 6px) 6px;
    background-size: 70px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-blossom {
    position: relative;
}

.bg-blossom::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern-blossom.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-bubbles {
    position: relative;
}

.bg-bubbles::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern-bubbles.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-powerpuff {
    position: relative;
}

.bg-powerpuff::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern-powerpuff.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-transaction-history {
    position: relative;
}

.bg-transaction-history::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern-transaction-history.svg);
    background-position: 103%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-vouchers-history {
    position: relative;
}

.bg-vouchers-history::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/pattren-vouchers-history.svg);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-knowledgebase"] {
    position: relative;
}

[class*="--bg-knowledgebase"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-knowledgebase.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-knowledgebase-header"]::before {
    background-image: url(../images/bg-knowledgebase-header.svg);
}

[class*="--bg-contact-us"] {
    position: relative;
}

[class*="--bg-contact-us"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-contact-us.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-contact-us-header"]::before {
    background-image: url(../images/bg-contact-us-header.svg);
}

[class*="--bg-ticket"] {
    position: relative;
}

[class*="--bg-ticket"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-ticket.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-ticket-header"]::before {
    background-image: url(../images/bg-ticket-header.svg);
}

[class*="--bg-feedback"] {
    position: relative;
}

[class*="--bg-feedback"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-feedback.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-feedback-header"]::before {
    background-image: url(../images/bg-feedback-header.svg);
}

[class*="--bg-social-media"] {
    position: relative;
}

[class*="--bg-social-media"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-social-media.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-social-media-header"]::before {
    background-image: url(../images/bg-social-media-header.svg);
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    width: 38px;
    height: 38px;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flatpickr-months .flatpickr-month {
    height: 38px;
}

.flatpickr-current-month {
    height: 38px;
    padding: 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    height: 38px;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: white;
}

.flatpickr-current-month input.cur-year {
    height: 38px;
    -moz-appearance: textfield;
}

.flatpickr-current-month input.cur-year::-webkit-outer-spin-button,
.flatpickr-current-month input.cur-year::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#lottieLoaderContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.85;
    background-color: #fafafa;
    z-index: 99999;
}

#lottieLoaderContainer>lottie-player {
    width: 116px;
    height: 116px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.danger-zone__header h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 41px;
    letter-spacing: 0.3px;
    color: #ff0000;
    text-align: center;
}

.danger-zone__header .alert.alert-danger {
    display: flex;
    background-color: rgba(255, 0, 0, 0.12);
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #ff0000;
    margin-bottom: 0;
    border-radius: 10px;
}

.danger-zone__header .alert.alert-danger img {
    width: 24px;
    height: auto;
    margin-right: 16px;
}

.danger-zone__body h3 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0.3px;
}

.danger-zone__body p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.danger-zone__body .nav li {
    padding-left: 36px;
    margin-bottom: 16px;
    position: relative;
}

.danger-zone__body .nav li::before {
    content: "";
    display: block;
    background-color: #333;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.line-termination-illustration {
    width: 366px;
    position: absolute;
    right: -110px;
    bottom: -78px;
}

.line-termination-illustration img {
    width: 100%;
}

#userNotification {
    position: fixed;
    padding: 10px 50px;
    border-radius: 4px;
    background-color: #1a1110;
    color: white;
    z-index: 9999;
    text-align: center;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 991.98px) {
    .row-s10 {
        margin-left: -8px;
        margin-right: -8px;
    }

    .col-s10 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .line-termination-illustration {
        max-width: 100%;
        margin: 16px auto 0;
        position: static;
    }
}

@media (max-width: 767.98px) {
    .main {
        min-height: calc(100vh - 122px);
    }

    #userNotification {
        width: calc(100% - 20px);
        bottom: 65px;
    }
}

@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* ================================= */
/* ===== Input Text ===== */
/* ================================= */
.input-text {
    height: 50px;
    position: relative;
}

.input-text input,
.input-text textarea,
.input-text select {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 50px;
    letter-spacing: 0.32px;
    padding: 0 18px;
    border: 1px solid #aaa;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-text input:focus::-moz-placeholder,
.input-text input.has-value::-moz-placeholder,
.input-text textarea:focus::-moz-placeholder,
.input-text textarea.has-value::-moz-placeholder,
.input-text select:focus::-moz-placeholder,
.input-text select.has-value::-moz-placeholder {
    opacity: 1;
    transition-delay: 0;
    -moz-transition: 0;
    transition: 0;
}

.input-text input:focus:-ms-input-placeholder,
.input-text input.has-value:-ms-input-placeholder,
.input-text textarea:focus:-ms-input-placeholder,
.input-text textarea.has-value:-ms-input-placeholder,
.input-text select:focus:-ms-input-placeholder,
.input-text select.has-value:-ms-input-placeholder {
    opacity: 1;
    transition-delay: 0;
    -ms-transition: 0;
    transition: 0;
}

.input-text input:focus::placeholder,
.input-text input.has-value::placeholder,
.input-text textarea:focus::placeholder,
.input-text textarea.has-value::placeholder,
.input-text select:focus::placeholder,
.input-text select.has-value::placeholder {
    opacity: 1;
    transition-delay: 0;
    transition: 0;
}

.input-text input:focus+label,
.input-text input.has-value+label,
.input-text textarea:focus+label,
.input-text textarea.has-value+label,
.input-text select:focus+label,
.input-text select.has-value+label {
    max-width: calc(100% - 36px);
    background-color: #fafafa;
    top: 0;
    cursor: default;
}

.input-text.white input:focus+label,
.input-text.white input.has-value+label,
.input-text.white textarea:focus+label,
.input-text.white textarea.has-value+label,
.input-text.white select:focus+label,
.input-text.white select.has-value+label {
    background-color: #fff;
}

.input-text input::-moz-placeholder,
.input-text textarea::-moz-placeholder,
.input-text select::-moz-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.32px;
    color: #aaa;
    opacity: 0;
    transition-delay: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.input-text input:-ms-input-placeholder,
.input-text textarea:-ms-input-placeholder,
.input-text select:-ms-input-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.32px;
    color: #aaa;
    opacity: 0;
    transition-delay: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.input-text input::placeholder,
.input-text textarea::placeholder,
.input-text select::placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.32px;
    color: #aaa;
    opacity: 0;
    transition-delay: 0.2s;
    transition: 0.2s;
}

.input-text input.required:not(.remove-star)+label::after,
.input-text textarea.required:not(.remove-star)+label::after,
.input-text select.required:not(.remove-star)+label::after {
    content: "*";
}

.input-text input:disabled,
.input-text input.disabled,
.input-text textarea:disabled,
.input-text textarea.disabled,
.input-text select:disabled,
.input-text select.disabled,
.input-text:not(.input-text--date, .input-text--time) input[readonly],
.input-text:not(.input-text--date, .input-text--time) textarea[readonly],
.input-text:not(.input-text--date, .input-text--time) select[readonly] {
    background-color: #e7e7e7;
    opacity: 0.5;
    cursor: not-allowed;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
}

.input-text input:disabled+label,
.input-text input.disabled+label,
.input-text textarea:disabled+label,
.input-text textarea.disabled+label,
.input-text select:disabled+label,
.input-text select.disabled+label {
    color: #aaa;
}

.input-text label {
    max-width: calc(100% - 36px);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #aaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    transition: 0.2s;
    cursor: text;
    z-index: 1;
}

.input-text__error-message {
    display: none;
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 13px;
    letter-spacing: 0.2px;
    color: #ff0000;
    margin-top: 4px;
}

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

.input-text__password-validation.weak .input-text__password-validation-meter {
    display: flex;
}

.input-text__password-validation.weak .input-text__password-validation-meter::after {
    content: "Weak";
    color: #ff0000;
}

.input-text__password-validation.weak .input-text__password-validation-meter .line.line-weak {
    background-color: #ff0000;
}

.input-text__password-validation.fair .input-text__password-validation-meter {
    display: flex;
}

.input-text__password-validation.fair .input-text__password-validation-meter::after {
    content: "Fair";
    color: #f8a600;
}

.input-text__password-validation.fair .input-text__password-validation-meter .line.line-weak,
.input-text__password-validation.fair .input-text__password-validation-meter .line.line-fair {
    background-color: #f8a600;
}

.input-text__password-validation.strong .input-text__password-validation-meter {
    display: flex;
}

.input-text__password-validation.strong .input-text__password-validation-meter::after {
    content: "Strong";
    color: #27ae60;
}

.input-text__password-validation.strong .input-text__password-validation-meter .line.line-weak,
.input-text__password-validation.strong .input-text__password-validation-meter .line.line-fair,
.input-text__password-validation.strong .input-text__password-validation-meter .line.line-strong {
    background-color: #27ae60;
}

.input-text__password-validation-meter {
    display: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 4px;
}

.input-text__password-validation-meter::after {
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 13px;
    letter-spacing: 0.2px;
    margin-left: 12px;
}

.input-text__password-validation-meter .line {
    width: 100%;
    height: 2px;
    background-color: #b7b7b7;
    border-radius: 1px;
    position: relative;
}

.input-text__password-validation-meter .line:not(:last-child) {
    margin-right: 8px;
}

.input-text__password-validation-note {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.6875rem;
    line-height: 1.2;
    color: #aaa;
    margin-top: 6px;
}

.input-text.error input,
.input-text.error textarea,
.input-text.error select {
    border: 0.75px solid #ff0000;
}

.input-text.error+.input-text__error-message,
.checkbox.error+.input-text__error-message {
    display: block;
}

.input-text--action input {
    padding-right: 40px;
}

.input-text--action input:focus+label,
.input-text--action input.has-value+label {
    max-width: calc(100% - 36px);
}

.input-text--action label {
    max-width: calc(100% - 58px);
}

.input-text--action a {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    outline: none;
}

.input-text--action a img.active {
    display: none;
}

.input-text--action.active a img {
    display: none;
}

.input-text--action.active a img.active {
    display: block;
}

.input-text--country-search input {
    padding-left: 48px;
    padding-right: 48px;
}

.input-text--country-search input::placeholder {
    opacity: 1;
}

.input-text--country-search input:focus::placeholder {
    opacity: 0;
}

.input-text--country-search label {
    display: none;
}

.input-text--country-search::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-search-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}

.input-text--select::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-select-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.input-text--select select {
    padding-right: 40px;
    cursor: pointer;
    position: relative;
}

.input-text--select select:focus+label,
.input-text--select select.has-value+label {
    max-width: calc(100% - 36px);
    cursor: default;
}

.input-text--select label {
    max-width: calc(100% - 58px);
    cursor: pointer;
}

.input-text--time::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-time.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.input-text--time input {
    padding-right: 40px;
    cursor: pointer;
    position: relative;
}

.input-text--time input:focus+label,
.input-text--time input.has-value+label {
    max-width: calc(100% - 36px);
    cursor: default;
}

.input-text--time label {
    max-width: calc(100% - 58px);
    cursor: pointer;
}

.input-text--date::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-date.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.input-text--date input {
    padding-right: 40px;
    cursor: pointer;
    position: relative;
}

.input-text--date input:focus+label,
.input-text--date input.has-value+label {
    max-width: calc(100% - 36px);
    cursor: default;
}

.input-text--date label {
    max-width: calc(100% - 58px);
    cursor: pointer;
}

.input-text--textarea {
    height: auto;
}

.input-text--textarea textarea {
    line-height: 20px;
    padding: 10px 18px;
    resize: none;
}

.input-text--textarea label {
    top: 18px;
    z-index: 1;
}

.input-text--40 {
    height: 40px;
}

.input-text--40 a {
    width: 20px;
    height: 20px;
}

.input-text.disabled::before {
    opacity: 0.5;
}

/* ================================= */
/* ===== Input File ===== */
/* ================================= */
.input-file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 50px;
    background-color: #f2f2f2;
    border: 1px dashed #aaa;
    border-radius: 10px;
    position: relative;
}

.input-file input {
    display: none;
}

.input-file input.required~label span:after,
.input-file input.required span:after {
    content: "*";
}

.input-file label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
    padding-left: 18px;
    padding-right: 40px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.input-file label::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/ic-file-upload.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: calc(100% - 12px) center;
    position: absolute;
    top: 0;
    left: 0;
}

.input-file label span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #aaa;
}

.input-file>span {
    display: none;
    background-color: #fafafa;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #aaa;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    top: 0;
    left: 14px;
    transform: translateY(-50%);
}

.input-file__files {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    width: 100%;
    padding-left: 0;
    padding-right: 8px;
    margin: 0;
}

.input-file__file {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0 8px;
    margin: 2px 0;
    border-radius: 5px;
    position: relative;
}

.input-file__file:not(:last-child) {
    margin-right: 8px;
}

.input-file__file img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover;
}

.input-file__file span {
    display: block;
    max-width: 150px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #80bd38;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 4px;
}

.input-file__file a {
    display: inline-block;
    color: #80bd38;
    text-decoration: none;
    margin-left: 12px;
}

.input-file.has-value {
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 18px;
    padding-right: 40px;
    border: 0.75px solid #aaa;
}

.input-file.has-value label {
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.input-file.has-value label::before {
    background-position: center center;
}

.input-file.has-value label span {
    display: none;
}

.input-file.has-value>span {
    display: block;
}

.input-file.has-value .input-file__files {
    display: flex;
    flex-grow: 1;
}

.input-file.error {
    border: 1px dashed #ff0000;
}

.input-file.error>span {
    color: #ff0000;
}

.input-file.error+.input-text__error-message {
    display: block;
}

/* ================================= */
/* ===== OTP Inputs ===== */
/* ================================= */
.otp__inputs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp__input {
    width: 50px;
    height: 50px;
    margin: 0 5px;
}

.otp__input input {
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    border: 0.75px solid #aaa;
    border-radius: 10px;
    outline: none;
}

.otp__input input:focus {
    border: 0.75px solid #73AD2FFF !important;
}

.otp__input input::-moz-placeholder {
    color: #aaa;
}

.otp__input input:-ms-input-placeholder {
    color: #aaa;
}

.otp__input input::placeholder {
    color: #aaa;
}

.otp__input input.error {
    border-color: #ff0000;
}

.otp__error-message {
    max-width: 366px;
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 13px;
    letter-spacing: 0.2px;
    color: #ff0000;
    text-align: center;
    margin: 8px auto 0;
}

.otp__timer {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.26px;
    text-align: center;
    margin-top: 32px;
}

.otp__timer .timer {
    font-weight: 600;
    color: #80bd38;
}

.otp__resend {
    margin-top: 32px;
}

.otp__resend a {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.26px;
}

/* ================================= */
/* ===== Checkboxes ===== */
/* ================================= */
.checkbox {
    display: flex;
}

.checkbox input {
    display: none;
}

.checkbox input:checked+label .checkbox__icon {
    opacity: 0;
}

.checkbox input:checked+label .checkbox__icon--checked {
    opacity: 1;
}

.checkbox input:checked+label.shadow-box {
    border-color: #80bd38;
}

.checkbox input:disabled+label,
.checkbox input.disabled+label {
    color: #aaa;
    cursor: not-allowed;
}

.checkbox label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.checkbox label.shadow-box {
    padding: 16px;
}

.checkbox.error label.shadow-box {
    border-color: #ff0000;
}

.checkbox__icon {
    width: auto;
    margin-right: 8px;
}

.checkbox label.shadow-box .checkbox__icon {
    margin-right: 16px;
}

.checkbox__icon--checked {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.checkbox label.shadow-box .checkbox__icon--checked {
    left: 16px;
}

.checkbox__value {
    font-weight: 700;
    font-size: 1rem;
    color: #80bd38;
}

.checkbox__currency {
    font-weight: 400;
    font-size: 0.75rem;
    color: #80bd38;
}

.checkbox input:disabled+label::after,
.checkbox input.disabled+label::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: #efefef;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.checkbox input:disabled+label .checkbox__icon,
.checkbox input.disabled+label .checkbox__icon {
    opacity: 0;
}

.checkbox input:disabled+label .checkbox__value,
.checkbox input.disabled+label .checkbox__value {
    color: #aaa;
}

.checkbox input:disabled+label .checkbox__currency,
.checkbox input.disabled+label .checkbox__currency {
    color: #aaa;
}

/**
* Switch
*/

.switch input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

.switch label {
    width: 50px;
    height: 30px;
    display: block;
    background-color: #e5e5ea;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 0;
}

.switch label::after {
    content: "";
    width: 26px;
    height: 26px;
    background: #ffffff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.01), 0px 3px 1px rgba(0, 0, 0, 0.03);
    position: absolute;
    border-radius: 100px;
    top: 2px;
    left: 2px;
    transition: 0.5s;
}

.switch input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switch input:checked+label {
    background-color: #80bd38;
}

.switch label:active:after {
    width: 30px;
}

/* ================================= */
/* ===== Buttons ===== */
/* ================================= */
.btn {
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.26px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 10px;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: top;
}

.btn.btn-38 {
    height: 38px;
    font-size: 0.75rem;
    line-height: 15px;
    padding: 8px;
}

.btn.btn-green {
    background-color: #80bd38;
    color: #fff;
}

.btn.btn-green:hover {
    background-color: #73ad2f;
}

.btn.btn-white {
    background-color: #fff;
    color: #80bd38;
}

.btn.btn-outline-green {
    border: 1px solid #80bd38;
    color: #80bd38;
}

.btn.btn-outline-green:hover {
    background-color: rgba(128, 189, 56, 0.13);
}

.btn.btn-outline-danger {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.btn.btn-outline-danger:hover {
    color: #fff;
}

.btn.btn-icon {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.btn.btn-icon img {
    width: 24px;
    height: auto;
    margin-right: 16px;
}

.btn.btn-applepay {
    background-color: #000;
}

.btn.btn-applepay img {
    width: 54px;
    height: auto;
    margin: auto;
}

.btn-direct-access {
    display: table;
    background-color: rgba(255, 0, 0, 0.09);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.28px;
    color: #ff0000;
    padding: 8px 16px;
    margin: auto;
    border-radius: 10px;
}

.btn-direct-access:hover {
    color: #ff0000;
    text-decoration: none;
}

.btn-direct-access img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.btn-otp {
    display: block;
    max-width: 366px;
    margin: auto;
}

.btn-link {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #80bd38;
}

.btn-link:hover {
    text-decoration: underline;
    color: #80bd38;
}

/* ================================= */
/* ===== Modals ===== */
/* ================================= */
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    /* -webkit-backdrop-filter: blur(4px); */
    /* backdrop-filter: blur(4px); */
}

.modal {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.modal .modal-dialog {
    width: 560px;
    max-width: 100%;
}

.modal .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 0px -2px 10px rgba(194, 193, 193, 0.25);
}

.modal .modal-header {
    display: block;
    text-align: center;
    border: none;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.modal .modal-header .close {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 14px;
    left: 14px;
    opacity: 1;
    z-index: 100;
}

.modal .modal-header .close:hover {
    opacity: 1;
}

.modal .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 6px;
}

.modal .modal-header .modal-subtitle {
    max-width: 400px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin: auto;
}

.modal .modal-footer {
    display: block;
    text-align: center;
    border: none;
    border-radius: 0 0 20px 20px;
}

.modal .modal-footer>* {
    max-width: 366px;
    margin: auto;
}

.modal .modal-footer a:not([type="button"]) {
    display: table;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.26px;
    color: #80bd38;
    text-transform: uppercase;
    margin: 24px auto 0;
}

.modal .modal-footer a:not([type="button"]):hover {
    color: #73ad2f;
}

.modal.animate .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal .input-text input:focus+label,
.modal .input-text input.has-value+label {
    background-color: #fff;
    top: 0;
    cursor: default;
}

.modal--terms .modal-header {
    padding: 52px 20px 20px;
}

.modal--terms .modal-footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px 96px 52px;
}

.modal--terms .modal-footer button {
    max-width: 366px;
    margin: 0 8px;
}

.modal--forgot-number .modal-header {
    padding: 45px 20px 10px;
}

.modal--forgot-number .modal-header .modal-title {
    margin-bottom: 0;
}

.modal--forgot-number.modal--full-access .modal-header .modal-title {
    text-align: left;
}

.modal--forgot-number.modal--full-access .modal-header .modal-subtitle {
    max-width: none;
    text-align: left;
    color: #333;
}

.modal--forgot-number .modal-header .modal-question {
    max-width: 335px;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin: 0 auto 6px;
}

.modal--forgot-number .modal-header .modal-answer {
    max-width: 335px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin: auto;
}

.modal--forgot-number .modal-body {
    padding: 12px 20px 34px;
}

.modal--forgot-number .modal-body .forgot-number-steps {
    display: table;
    margin: auto;
    list-style: none;
    padding: 0;
}

.modal--forgot-number.modal--full-access .modal-body .forgot-number-steps {
    display: block;
}

.modal--forgot-number .modal-body .forgot-number-steps li {
    display: flex;
}

.modal--forgot-number .modal-body .forgot-number-steps li p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.modal--forgot-number .modal-body .forgot-number-steps li p a {
    font-size: 0.875rem;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-code {
    display: inline-block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 22px;
    letter-spacing: 4px;
    vertical-align: bottom;
    margin: 0 4px;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-code.disabled {
    color: #999;
    vertical-align: text-bottom;
    position: relative;
    top: -3px;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-copy {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-copy.disabled {
    display: none;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-link.disabled {
    color: #999;
    pointer-events: none;
}

.modal--forgot-number .modal-body figure {
    width: 165px;
    margin: 22px auto 0;
}

.modal--forgot-number .modal-body .otp-timer {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #aaa;
    letter-spacing: 0.26px;
    text-align: center;
    margin-top: 32px;
}

.modal--forgot-number .modal-body .otp-timer .timer {
    color: #80bd38;
}

.modal--forgot-number .modal-body .otp-resend {
    margin-top: 32px;
}

.modal--forgot-number .modal-body .otp-resend a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #80bd38;
    letter-spacing: 0.26px;
    text-align: center;
}

.modal--forgot-number.modal--full-access .modal-body figure {
    width: 60;
    margin: 22px auto 0;
}

.modal--location .modal-header,
.modal--location .modal-body,
.modal--location .modal-footer {
    padding: 16px 24px;
}

.modal--location .modal-map {
    width: 100%;
    height: 274px;
}

.modal--feedback .modal-header {
    padding: 52px 20px 20px;
}

.modal--feedback .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.modal--feedback .modal-header .modal-subtitle {
    max-width: 325px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    margin: auto;
}

.modal--feedback .modal-footer {
    padding: 20px 20px 32px;
}

.modal--pay-with-card .modal-header {
    padding: 22px 96px 0;
}

.modal--pay-with-card.quickpay .modal-header {
    background-color: #fafafa;
    padding: 22px 96px;
}

.modal--pay-with-card .modal-header .modal-box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 16px;
}

.modal--pay-with-card .modal-header .modal-box .modal-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-header .modal-box .modal-title a {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-header .modal-box .modal-subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #333;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body {
    padding: 20px 96px;
}

.modal--pay-with-card .modal-body .modal-box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 20px 18px;
    position: relative;
}

.modal--pay-with-card.add .modal-body .modal-box {
    border: none;
    padding: 0 18px;
}

.modal--pay-with-card .modal-body .modal-box h3 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list {
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.5;
}

.modal--pay-with-card.add .modal-body .modal-box .payment-methods-list {
    top: 0;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list li {
    width: 34px;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list li:not(:last-child) {
    margin-right: 3px;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list.has-value {
    opacity: 1;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list.has-value li {
    display: none;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list.has-value li.visible {
    display: block;
}

.modal--pay-with-card .modal-body .modal-summary {
    margin-top: 16px;
}

.modal--pay-with-card .modal-body .modal-summary__list {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}

.modal--pay-with-card .modal-body .modal-summary__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
}

.modal--pay-with-card .modal-body .modal-summary__item:not(:last-child) {
    border-bottom: 1px dashed rgba(51, 51, 51, 0.07);
}

.modal--pay-with-card .modal-body .modal-summary__item h4 {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .modal-summary__item p {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    text-align: right;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .modal-summary__item.vat h4,
.modal--pay-with-card .modal-body .modal-summary__item.vat p {
    color: #aaa;
}

.modal--pay-with-card .modal-body .modal-summary__item.total {
    background-color: #fafafa;
    border-bottom: none;
}

.modal--pay-with-card .modal-body .modal-summary__item.total h4,
.modal--pay-with-card .modal-body .modal-summary__item.total p {
    font-weight: 700;
}

.modal--pay-with-card .modal-body .modal-summary__item.wallet {
    background-color: #fafafa;
    border-bottom: none;
}

.modal--pay-with-card .modal-body .modal-summary__item.wallet p {
    color: #ff9900;
}

.modal--pay-with-card .modal-body .modal-total-payment {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 16px;
}

.modal--pay-with-card .modal-body .modal-total-payment h4 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    text-align: center;
}

.modal--pay-with-card .modal-body .modal-total-payment p {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 48px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .card-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 18px;
    border: 1px solid #efeeee;
    border-radius: 10px;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer;
}

.modal--pay-with-card .modal-body .card-box__image {
    width: 34px;
    margin-right: 15px;
}

.modal--pay-with-card .modal-body .card-box__info {
    flex: 1;
}

.modal--pay-with-card .modal-body .card-box__info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .card-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .card-box__default-badge {
    align-self: flex-end;
    background-color: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #80bd38;
    padding: 5px 10px;
    border-radius: 4px;
}

.modal--pay-with-card .modal-body .card-box::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-select-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    margin-top: 12px;
    overflow: hidden;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item .card-box {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item .card-box::before {
    content: "";
    width: calc(100% - 32px);
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -1px;
    left: 16px;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item .card-box::after {
    content: none;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item:hover,
.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item.selected {
    background-color: rgba(128, 189, 56, 0.09);
    color: #333;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu>a {
    width: calc(100% - 32px);
    margin: 32px 16px;
}

.modal--pay-with-card .modal-footer {
    padding: 16px 96px 40px;
}

.modal--camera {
    z-index: 1051;
}

.modal--camera .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal--camera .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}

.modal--camera .modal-header {
    height: 88px;
    background-color: #fafafa;
    padding: 24px;
    position: relative;
}

.modal--camera .modal-header .close {
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

.modal--camera .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    color: #80bd38;
    text-align: center;
    margin-bottom: 0;
}

.modal--camera .modal-body {
    width: 100%;
    height: calc(100% - 88px);
    background-color: #000;
    padding: 0;
    position: relative;
}

.modal--camera .modal-body .modal-error {
    display: none;
}

.modal--camera .modal-body video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal--camera .modal-body canvas {
    display: none;
}

.modal--camera .modal-body .modal-overlay {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.modal--camera .modal-body .modal-overlay p {
    width: 100%;
    max-width: 300px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #fff;
    text-align: center;
    margin: 48px auto 0;
    position: relative;
    z-index: 1;
}

.modal--camera .modal-body .modal-overlay a {
    display: block;
    width: 68px;
    height: 68px;
    background-color: transparent;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.modal--camera .modal-body .modal-overlay .modal-window {
    content: "";
    width: 365px;
    height: 244px;
    position: absolute;
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.modal--camera.modal--camera-voucher .modal-body .modal-overlay .modal-window {
    height: 50px;
}

.modal--camera .modal-body .modal-overlay .modal-window::after {
    content: "";
    width: 100%;
    height: 0;
    border-top: 1px solid #80bd38;
    position: absolute;
    top: 2px;
    left: 0;
    animation: cameraline 1s ease-in-out alternate infinite;
}

@-webkit-keyframes cameraline {
    0% {
        top: 2px;
        left: 0;
    }

    100% {
        top: calc(100% - 2px);
        left: 0;
    }
}

@keyframes cameraline {
    0% {
        top: 2px;
        left: 0;
    }

    100% {
        top: calc(100% - 2px);
        left: 0;
    }
}

.modal--camera.error .modal-body .modal-error {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #f8d7d8;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    letter-spacing: 0.32px;
    color: #ff0000;
    text-align: center;
    padding: 8px;
}

.modal--camera.error .modal-body .modal-overlay {
    width: 100%;
    height: calc(100% - 30px);
    top: 30px;
}

.modal--camera.error .modal-body video,
.modal--camera.error .modal-body canvas {
    width: 100%;
    height: calc(100% - 30px);
}

.modal--camera.captured .modal-body video {
    display: none;
}

.modal--camera.captured .modal-body canvas {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal--camera.captured .modal-body .modal-overlay p {
    display: none;
}

.modal--check-bill .modal-header {
    padding: 20px;
}

.modal--check-bill .modal-body {
    padding: 22px 96px 12px;
}

.modal--check-bill .modal-body h3 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 15px;
    margin-bottom: 22px;
}

.modal--check-bill .modal-footer {
    padding: 20px 96px 32px;
}

.modal--bill-details .modal-dialog {
    width: 425px;
}

.modal--bill-details .modal-header {
    background-color: #fafafa;
    padding: 60px 24px 20px;
}

.modal--bill-details .modal-header .modal-box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 16px;
}

.modal--bill-details .modal-header .modal-box .modal-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.modal--bill-details .modal-header .modal-box .modal-subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 0;
}

.modal--bill-details .modal-body {
    padding: 10px 0 16px;
}

.modal--bill-details .modal-body .modal-details-box__list {
    list-style: none;
    padding: 0;
}

.modal--bill-details .modal-body .modal-details-box__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.modal--bill-details .modal-body .modal-details-box__item img {
    max-width: 32px;
}

.modal--bill-details .modal-body .modal-details-box__item .key {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
}

.modal--bill-details .modal-body .modal-details-box__item .value {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    text-align: right;
}

.modal--bill-details .modal-body .modal-details-box__item.last-bill {
    padding: 6px 30px;
    border-bottom: none;
}

.modal--bill-details .modal-body .modal-details-box__item.last-bill .key {
    font-weight: 700;
}

.modal--bill-details .modal-body .modal-details-box__item.last-bill .value {
    flex: 0 0 auto;
    max-width: none;
    background: rgba(255, 153, 1, 0.12);
    font-weight: 400;
    font-size: 0.75rem;
    color: #ff9901;
    padding: 3px 7px;
    border-radius: 4px;
}

.modal--bill-details .modal-body .modal-details-box__item.vat {
    border-bottom: none;
}

.modal--bill-details .modal-body .modal-details-box__item.vat .key {
    color: #aaa;
}

.modal--bill-details .modal-body .modal-details-box__item.vat .value {
    color: #aaa;
}

.modal--bill-details .modal-body .modal-details-box__item.discount .key {
    color: #aaa;
}

.modal--bill-details .modal-body .modal-details-box__item.discount .value {
    color: #ff9901;
}

.modal--bill-details .modal-body .modal-details-box__item.no-border {
    border-bottom: none;
}

.modal--bill-details .modal-body .modal-details-box__item.total {
    background-color: #fafafa;
    border-bottom: none;
}

.modal--bill-details .modal-body .modal-details-box__item.total .key {
    font-weight: 700;
}

.modal--bill-details .modal-body .modal-details-box__item.total .value {
    font-weight: 700;
}

.modal--bill-details .modal-body .modal-details-box__vat {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    color: #aaa;
}

.modal--bill-details .modal-footer {
    padding: 20px 30px 34px;
}

.modal--line-selector .modal-content {
    max-height: 535px;
    position: relative;
}

.modal--line-selector .modal-content.search {
    min-height: 535px;
}

.modal--line-selector .modal-content::after {
    content: none;
    width: 100%;
    height: 100px;
    background: linear-gradient(2.31deg, #ffffff 2.21%, rgba(255, 255, 255, 0) 98.34%);
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.modal--line-selector .modal-header {
    padding: 62px 25px 10px;
}

.modal--line-selector .modal-header .line-selector-search .line-selector-search-off {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal--line-selector .modal-header .line-selector-search .line-selector-search-off h2 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.modal--line-selector .modal-header .line-selector-search .line-selector-search-off a {
    display: block;
    width: 24px;
    height: 24px;
}

.modal--line-selector .modal-body {
    padding: 8px 25px 38px;
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal--line-selector.modal--default-line-selector .modal-body {
    padding: 8px 25px 0;
}

.modal--line-selector .modal-body::-webkit-scrollbar {
    display: none;
}

.modal--line-selector .modal-body .line-selector-alert {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    color: #aaa;
    margin-top: 6px;
}

.modal--line-selector .modal-body .line-selector-list {
    padding: 0;
    margin-bottom: 34px;
}

.modal--line-selector .modal-body .line-selector-list li:not(:last-child) {
    margin-bottom: 12px;
}

.modal--line-selector .modal-body .modal-link {
    display: inline-block;
    background-image: url(../images/icons/ic-add.svg);
    background-position: center right;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    font-size: 0.875rem;
    line-height: 26px;
    padding-right: 34px;
    position: relative;
    z-index: 1;
}

.modal--line-selector .modal-body .btn-wrapper {
    background: linear-gradient(2.31deg, #ffffff 49.71%, rgba(255, 255, 255, 0) 98.34%);
    padding: 38px 24px;
    position: sticky;
    bottom: 0;
}

.modal--line-selector .modal-body .btn-wrapper button {
    max-width: 366px;
    margin: auto;
}

.modal--dashboard-filter .modal-header {
    padding: 44px 15px 12px;
}

.modal--dashboard-filter .modal-body {
    padding: 0 97px 12px;
}

.modal--dashboard-filter .modal-body .modal-section h3 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 12px;
}

.modal--dashboard-filter .modal-body .modal-section.date h3 {
    margin-bottom: 30px;
}

.modal--dashboard-filter .modal-body .modal-section.activity {
    margin-bottom: 14px;
}

.modal--dashboard-filter .modal-body .modal-filter-list {
    margin: 0;
}

.modal--dashboard-filter .modal-body .modal-filter-list>li {
    position: relative;
}

.modal--dashboard-filter .modal-body .modal-filter-list>li:not(:last-child)::before {
    content: "";
    width: calc(100% - 52px);
    height: 0px;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0;
    right: 0;
}

.modal--dashboard-filter .modal-body .modal-filter-sublist {
    margin: 0;
}

.modal--dashboard-filter .modal-body .modal-filter-sublist>li {
    position: relative;
}

.modal--dashboard-filter .modal-body .modal-filter-sublist>li::before {
    content: "";
    width: calc(100% - 52px);
    height: 0px;
    border-bottom: 1.5px dashed rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    right: 0;
}

.modal--dashboard-filter .modal-footer {
    padding: 14px 15px 32px;
}

.modal--dashboard-filter .modal-footer .btn {
    display: block;
    max-width: 366px;
    margin: auto;
}

.modal--edit-card-name .modal-header {
    padding: 50px 15px 16px;
}

.modal--edit-card-name .modal-header picture img {
    width: 200px;
    height: auto;
    margin: 0 auto 20px;
}

.modal--edit-card-name .modal-header .modal-subtitle {
    color: #333;
    line-height: 20px;
}

.modal--edit-card-name .modal-body {
    max-width: 366px;
    margin: auto;
    padding: 16px 15px;
}

.modal--edit-card-name .modal-footer {
    width: 100%;
    max-width: 366px;
    margin: auto;
    padding: 20px 15px 40px;
}

.modal--question .modal-header {
    padding: 12px 20px;
}

.modal--question .modal-body {
    max-width: 375px;
    padding: 20px;
    margin: auto;
}

.modal--question .modal-body .modal-question {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: left;
    margin-bottom: 18px;
}

.modal--question .modal-body .modal-answer p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.3px;
}

.modal--question .modal-body .modal-answer img {
    max-width: 194px;
    margin: auto;
}

.modal--alert .modal-header {
    padding: 62px 25px 36px;
}

.modal--alert .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: left;
    margin-bottom: 22px;
}

.modal--alert .modal-header .modal-subtitle {
    max-width: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #333333;
}

.modal--service-subscribe .modal-dialog {
    width: 425px;
}

.modal--service-subscribe .modal-header {
    background: #fafafa;
    padding: 60px 30px 20px;
}

.modal--service-subscribe .modal-header .modal-box {
    background: #ffffff;
    padding: 16px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.modal--service-subscribe .modal-header .modal-box .modal-title,
.modal--service-subscribe .modal-header .modal-box .modal-title a {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    text-align: center;
}

.modal--service-subscribe .modal-header .modal-box .modal-subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-align: center;
    text-transform: capitalize;
}

.modal--service-subscribe .modal-body {
    padding: 20px 30px 10px;
}

.modal--service-subscribe .modal-footer {
    padding: 10px 30px 30px;
}

.modal--service-subscribe ul.service-info {
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 20px;
}

.modal--service-subscribe ul.service-info>li {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.modal--service-subscribe ul.service-info>li:last-child {
    border-bottom: none;
}

.modal--service-subscribe ul.service-info:not(.promotion)>li:nth-last-child(2) {
    border-bottom: none;
}

.modal--service-subscribe ul.service-info>li.promotion-desc {
    background-color: rgba(128, 189, 56, 0.05);
    position: relative;
}

.modal--service-subscribe ul.service-info>li.promotion-desc .promotion-badge {
    background-color: #80bd38;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1;
    color: white;
    text-transform: capitalize;
    padding: 6px 12px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 10px;
}

.modal--service-subscribe ul.service-info>li.promotion-desc .promotion-badge img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: sub;
}

.modal--service-subscribe ul.service-info>li .promotion-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 20px;
    color: #80bd38;
    margin-left: 5px;
}

.modal--service-subscribe ul.service-info>li .promotion-title img {
    display: inline-block;
    width: 18px;
    height: auto;
}

.modal--service-subscribe ul.service-info>li a {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.modal--service-subscribe ul.service-info li h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 16px;
    margin-bottom: 0;
}

.modal--service-subscribe ul.service-info li h5 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 4px;
}

.modal--service-subscribe ul.service-info li p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 0;
}

.modal--service-subscribe ul.service-info li p pre {
    font-family: "Cairo";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    white-space: normal;
    margin-bottom: 0;
    overflow: visible;
}

.modal--service-subscribe .service-price h3 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

.modal--service-subscribe .service-price h5 {
    display: table;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #aaa;
    text-align: center;
    position: relative;
    margin: 0 auto 4px;
}

.modal--service-subscribe .service-price h5::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.modal--service-subscribe .service-price h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    color: #9f9f9f;
    margin-bottom: 0;
}

.modal--service-subscribe .service-price p {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 6px;
}

.modal--service-subscribe .service-icons {
    margin-top: 8px;
}

.modal--service-subscribe .service-icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-bottom: 0;
}

.modal--service-active .modal-dialog {
    width: 425px;
}

.modal--service-active .modal-header {
    padding: 60px 36px 10px;
}

.modal--service-active .modal-header .active-badge {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #e4f4d2;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #80bd38;
    border-radius: 4px;
    padding: 2px 12px;
}

.modal--service-active .modal-body {
    padding: 0 36px 10px;
}

.modal--service-subscribe .package-message .message-content {
    background:  #FAF0DC !important;
    padding: 18px;
    color: #F79E1B !important;
    font-size: 12px;
    text-align: left;
    border-radius: 10px;
    margin-top:20px;

}

.modal--service-active .modal-body .service-active-header {
    position: relative;
}

.modal--service-active .modal-body h2.service-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.modal--service-active .modal-body .promotion-service-title p {
    margin-bottom: 0;
}

.modal--service-active .modal-body h3.promotion-service-title {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    color: #80bd38;
    margin-bottom: 0;
}

.modal--service-active .modal-body h5.promotion-service-title pre {
    font-family: "Cairo";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    white-space: normal;
    margin-bottom: 0;
    overflow: visible;
}

.modal--service-active .modal-body .promotion-service-badge {
    background-color: #80bd38;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1;
    color: white;
    text-transform: capitalize;
    padding: 6px 12px;
    position: absolute;
    bottom: 6px;
    right: -36px;
    border-radius: 5px 0 0 5px;
}

.modal--service-active .modal-body .promotion-service-badge img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: sub;
}

.modal--service-active .modal-body h6.service-cycle {
    font-weight: 400;
    line-height: 20px;
    font-size: 0.75rem;
    margin-bottom: 18px;
}

.modal--service-active .modal-body .service-price {
    margin-bottom: 18px;
}

.modal--service-active .modal-body .service-price .service-price-label {
    font-weight: 700;
    line-height: 20px;
    font-size: 0.875rem;
    color: #80bd38;
}

.modal--service-active .modal-body .service-price .service-vat-label {
    font-weight: 400;
    line-height: 20px;
    font-size: 0.625rem;
    color: #aaa;
}

.modal--service-active .modal-body .service-value .service-unlimited {
    display: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
}

.modal--service-active .modal-body .service-value.unlimited .service-unlimited {
    display: block;
}

.modal--service-active .modal-body .service-value .service-percentage {
    display: none;
}

.modal--service-active .modal-body .service-value.percentage .service-percentage {
    display: block;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-consumption {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    line-height: 20px;
    font-size: 1rem;
    color: #00aa99;
    margin-bottom: 6px;
}

.modal--service-active .modal-body .service-value .service-percentage.warning .service-percentage-consumption {
    color: #ff9900;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-consumption img {
    display: none;
    width: 16px;
    height: auto;
    margin-left: 5px;
}

.modal--service-active .modal-body .service-value .service-percentage.warning .service-percentage-consumption img {
    display: block;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-progress {
    width: 100%;
    height: 8px;
    background: #ebebeb;
    border-radius: 20px;
    margin-bottom: 4px;
    overflow: hidden;
    position: relative;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00aa99;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.modal--service-active .modal-body .service-value .service-percentage.warning .service-percentage-progress span {
    background-color: #ff9900;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-value {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
}

.modal--service-active .modal-footer {
    padding: 12px 36px 32px;
}

.modal--service-active .modal-header .active-badge::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #80bd38;
    margin-right: 4px;
    border-radius: 50%;
}

.modal--pay-with-card .modal-body .modal-summary {
    margin-top: 16px;
}

.modal--pay-with-card .modal-body .modal-summary__list {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}

.modal--pay-with-card .modal-body .modal-summary__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
}

.modal--pay-with-card .modal-body .modal-summary__item:not(:last-child) {
    border-bottom: 1px dashed rgba(51, 51, 51, 0.07);
}

.modal--pay-with-card .modal-body .modal-summary__item h4 {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .modal-summary__item p {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    text-align: right;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .modal-summary__item.vat h4,
.modal--pay-with-card .modal-body .modal-summary__item.vat p {
    color: #aaa;
}

.modal--pay-with-card .modal-body .modal-summary__item.total {
    background-color: #fafafa;
    border-bottom: none;
}

.modal--pay-with-card .modal-body .modal-summary__item.total h4,
.modal--pay-with-card .modal-body .modal-summary__item.total p {
    font-weight: 700;
}

.modal--pay-with-card .modal-body .modal-summary__item.wallet {
    background-color: #fafafa;
    border-bottom: none;
}

.modal--pay-with-card .modal-body .modal-summary__item.wallet p {
    color: #ff9900;
}

.modal--pay-with-card .modal-body .modal-total-payment {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 16px;
}

.modal--pay-with-card .modal-body .modal-total-payment h4 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    text-align: center;
}

.modal--pay-with-card .modal-body .modal-total-payment p {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 48px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
}

/* Filter Checkbox */
.filter-checkbox {
    display: flex;
}

.filter-checkbox input {
    display: none;
}

.filter-checkbox input:checked+label::after {
    background-image: url(../images/icons/ic-checkbox-checked.svg);
}

.filter-checkbox input:disabled+label,
.filter-checkbox input .disabled+label {
    opacity: 0.4;
}

.filter-checkbox label {
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 52px;
    padding-right: 24px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.filter-checkbox label::after {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/ic-checkbox-unchecked.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.filter-checkbox label.consumption::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(0, 170, 153, 0.05);
    background-image: url(../images/icons/ic-consumption.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.recharge::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(128, 189, 56, 0.05);
    background-image: url(../images/icons/ic-recharge.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.bill::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(128, 189, 56, 0.05);
    background-image: url(../images/icons/ic-bill.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.calls::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(0, 170, 153, 0.05);
    background-image: url(../images/icons/ic-calls.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.sms::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(255, 153, 1, 0.05);
    background-image: url(../images/icons/ic-sms.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.internet::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(67, 73, 204, 0.05);
    background-image: url(../images/icons/ic-internet.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.shop::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: #80bd38;
    background-image: url(../images/icons/ic-shop-marker.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.kiosk::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: #ff9900;
    background-image: url(../images/icons/ic-kiosk-marker.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.wifi::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: #00aa99;
    background-image: url(../images/icons/ic-wifi-marker.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 575.98px) {
    .modal .modal-dialog {
        align-items: flex-end;
        min-height: 100%;
        margin: auto;
    }

    .modal .modal-content {
        border-radius: 20px 20px 0 0;
    }

    .modal .modal-header .modal-title {
        text-align: left;
    }

    .modal .modal-header .modal-subtitle {
        max-width: none;
        text-align: left;
        margin: 0;
    }

    .modal.animate .modal-dialog {
        transition: transform 0.3s ease-out;
        transform: translate(0, 100%);
    }

    .modal.show .modal-dialog {
        transform: none;
    }

    .modal--terms .modal-header {
        padding: 66px 20px 10px;
    }

    .modal--terms .modal-footer {
        flex-wrap: wrap;
        padding: 12px 20px 56px;
    }

    .modal--terms .modal-footer button {
        width: 100%;
        margin: 0;
    }

    .modal--terms .modal-footer button:not(:last-child) {
        margin-bottom: 14px;
    }

    .modal--forgot-number .modal-header {
        padding: 56px 20px 6px;
    }

    .modal--forgot-number .modal-body {
        padding: 6px 20px 60px;
    }

    .modal--location .modal-header {
        padding: 40px 20px 16px;
    }

    .modal--location .modal-body {
        padding: 14px 20px;
    }

    .modal--location .modal-footer {
        padding: 12px 20px 68px;
    }

    .modal--location .modal-map {
        width: 100%;
        height: 178px;
    }

    .modal--feedback .modal-header {
        padding: 66px 20px 10px;
    }

    .modal--feedback .modal-footer {
        padding: 12px 20px 68px;
    }

    .modal--pay-with-card .modal-header {
        padding: 48px 20px 0;
    }

    .modal--pay-with-card.quickpay .modal-header {
        padding: 48px 20px 20px;
    }

    .modal--pay-with-card .modal-header>.modal-title {
        margin-bottom: 0;
    }

    .modal--pay-with-card .modal-body {
        padding: 22px 20px;
    }

    .modal--pay-with-card .modal-footer {
        padding: 16px 20px 60px;
    }

    .modal--camera .modal-content {
        border-radius: 0;
    }

    .modal--camera .modal-header .modal-title {
        text-align: center;
    }

    .modal--camera .modal-body .modal-overlay .modal-window {
        width: 320px;
        height: 220px;
    }

    .modal--camera.modal--camera-voucher .modal-body .modal-overlay .modal-window {
        height: 50px;
    }

    .modal--check-bill .modal-body {
        padding: 32px 20px 16px;
    }

    .modal--check-bill .modal-footer {
        padding: 20px 20px 52px;
    }

    .modal--bill-details .modal-footer {
        padding-bottom: 56px;
    }

    .modal--dashboard-filter .modal-header {
        padding: 60px 15px 10px;
    }

    .modal--dashboard-filter .modal-header .modal-title {
        text-align: left;
    }

    .modal--dashboard-filter .modal-body {
        padding: 12px 15px;
    }

    .modal--dashboard-filter .modal-footer {
        padding: 20px 15px 42px;
    }
}

@media (max-width: 374.98px) {
    .modal--camera .modal-body .modal-overlay .modal-window {
        width: 240px;
        height: 160px;
    }

    .modal--camera.modal--camera-voucher .modal-body .modal-overlay .modal-window {
        height: 50px;
    }
}

/* ================================= */
/* ===== Popover ===== */
/* ================================= */
.popover {
    font-family: "Cairo", sans-serif;
    max-width: none;
    border: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.popover .arrow {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.popover .arrow::before {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border: none;
}

.popover .popover-list li {
    padding: 0 20px;
}

.popover .popover-list li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.popover .popover-list li img {
    width: 60px;
    height: auto;
    margin: 0 auto 6px;
}

.popover .popover-list li h2 {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 0;
}

.popover .popover-list li h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin-bottom: 0;
}

.popover--id-number {
    padding: 26px 6px;
}

.popover--cvv {
    max-width: 180px;
    padding: 20px 14px;
}

.popover--cvv .popover-list li {
    padding: 0;
}

.popover--validity-period {
    max-width: 180px;
    padding: 14px 8px;
}

.popover--validity-period .popover-title {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 12px;
}

.popover--validity-period .popover-par {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 16px;
}

.popover--validity-period .popover-par:last-child {
    margin-bottom: 0;
}

/* ================================= */
/* ===== Radio Tabs ===== */
/* ================================= */
.radio-tabs {
    background: #fff;
    padding: 8px;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.radio-tabs .nav {
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
}

.radio-tabs .nav .nav-item {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.radio-tabs .nav .nav-item input {
    display: none;
}

.radio-tabs .nav .nav-item input:checked+label {
    background-color: #80bd38;
    color: #fff;
    box-shadow: 0px 4px 4px rgba(142, 142, 142, 0.08);
}

.radio-tabs .nav .nav-item label {
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-align: center;
    padding: 4px;
    margin: 0;
    border-radius: 8px;
    cursor: pointer;
}

.radio-tabs .nav .nav-item label:hover {
    background-color: #f7f7f7;
}

.outline-radio-tabs h3 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    margin-bottom: 12px;
}

.outline-radio-tabs .nav {
    flex-wrap: nowrap;
    margin-left: -8px;
    margin-right: -8px;
}

.outline-radio-tabs .nav .nav-item {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.outline-radio-tabs .nav .nav-item input {
    display: none;
}

.outline-radio-tabs .nav .nav-item input:checked+label {
    font-weight: 700;
    color: #80bd38;
    border: 1px solid #80bd38;
    /* box-sizing: border-box; */
}

.outline-radio-tabs .nav .nav-item input:disabled+label {
    opacity: 0.3;
    cursor: not-allowed;
}

.outline-radio-tabs .nav .nav-item input:disabled+label:hover {
    border: 1px solid #efefef;
}

.outline-radio-tabs .nav .nav-item label {
    width: 100%;
    background-color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    letter-spacing: 0.26px;
    text-align: center;
    padding: 16px 0;
    margin: 0;
    border: 1px solid #efefef;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    cursor: pointer;
}

.outline-radio-tabs .nav .nav-item label:hover {
    border: 1px solid #80bd38;
}

.outline-radio-tabs--small .nav {
    margin-left: -6px;
    margin-right: -6px;
}

.outline-radio-tabs--small .nav .nav-item {
    padding-left: 6px;
    padding-right: 6px;
}

.outline-radio-tabs--small .nav .nav-item label {
    padding: 8px 0;
}

.outline-radio-tabs--quickpay .nav {
    flex-wrap: wrap;
}

.outline-radio-tabs--quickpay .nav .nav-item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    margin-bottom: 12px;
}

.outline-radio-tabs--quickpay.auto .nav .nav-item {
    flex: auto;
    max-width: none;
}

.outline-radio-tabs--quickpay .nav .nav-item label {
    height: 100%;
    min-height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.outline-radio-tabs--quickpay.auto .nav .nav-item label {
    min-height: auto;
    padding: 12px 8px;
}

@media (max-width: 767.98px) {
    .outline-radio-tabs--quickpay .nav {
        flex-wrap: wrap;
    }

    .outline-radio-tabs--quickpay .nav .nav-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 12px;
    }

    .outline-radio-tabs--quickpay.auto .nav .nav-item {
        flex: auto;
        max-width: none;
    }
}

@media (max-width: 374.98px) {
    .radio-tabs .nav {
        margin-left: -5px;
        margin-right: -5px;
    }

    .radio-tabs .nav .nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .outline-radio-tabs--quickpay .nav {
        flex-wrap: wrap;
    }

    .outline-radio-tabs--quickpay .nav .nav-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 12px;
    }

    .outline-radio-tabs--quickpay.auto .nav .nav-item {
        flex: auto;
        max-width: none;
    }
}

/* ================================= */
/* ===== Header ===== */
/* ================================= */
.header {
    height: 60px;
    background-color: #fafafa;
    padding: 12px 5px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.header__logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header__logo:hover {
    text-decoration: none;
}

.header__logo--beta::after {
    content: "BETA";
    background-color: rgb(128, 189, 56, 0.09);
    font-weight: 700;
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 0 6px;
    margin-left: 10px;
    border-radius: 4px;
}

.header.onboarding-header {
    height: 70px;
    padding: 20px 5px;
    border-bottom: 1px solid #e6e6e6;
}

.header__start {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header__end {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__search {
    margin-right: 14px;
}

.header__search .input-text {
    width: 252px;
}

.header__search a {
    display: block;
    width: 24px;
    height: 24px;
}

.header__notifications {
    margin-right: 14px;
}

.header__notifications a {
    display: block;
    width: 24px;
    height: 24px;
}

.header__account>a {
    display: block;
    width: 34px;
    height: 34px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.header__account.show>a,
.header__account>a:hover {
    background: rgba(237, 236, 236, 0.6);
    border: 1px solid #edecec;
}

.header__account .account-menu {
    background: #ffffff;
    padding: 24px;
    box-shadow: 0px -2px 10px rgba(194, 193, 193, 0.25);
    border-radius: 10px;
    margin-top: 14px;
}

.header__account .account-menu h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 18px;
}

.header__account .account-menu__item {
    min-width: 300px;
}

.header__account .account-menu__item:hover {
    border: 1px solid #80bd38;
}

.header__account .account-menu__item.logout {
    color: #ff0000;
}

.header__account .account-menu__item.logout:hover {
    border: 1px solid #ff0000;
}

.header__account .account-menu__item.logout a.account-menu__item-link {
    background: rgba(255, 0, 0, 0.05);
    width: 45px;
    height: 45px;
    border-radius: 10px;
    margin-right: 14px;
    position: relative;
}

.header__account .account-menu__item.logout a.account-menu__item-link img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__account .account-menu__item.logout h4 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
}

.header__locale {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.header__locale::after {
    content: "";
    display: block;
    width: 0;
    height: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header__locale a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    padding: 5px 0 5px 6px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.header__locale.show a,
.header__locale a:hover {
    background: rgba(237, 236, 236, 0.6);
    border: 1px solid #edecec;
}

.header__locale a img {
    width: 24px;
    height: 24px;
    margin-left: 3px;
    transform: rotate(-90deg);
}

.header__locale .locale-menu {
    background: #ffffff;
    padding: 24px;
    box-shadow: 0px -2px 10px rgba(194, 193, 193, 0.25);
    border-radius: 10px;
    margin-top: 12px;
}

.header__locale .locale-menu h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 18px;
}

.header__locale .locale-menu a {
    display: block;
    min-width: 168px;
    background: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    padding: 15px 16px;
    border: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 12px;
}

.header__locale .locale-menu a:hover {
    border: 1px solid #80bd38;
}

.header__locale .locale-menu a.active {
    font-weight: 700;
    border: 1px solid #80bd38;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .header__logo {
        width: 108px;
    }

    .header__search {
        margin-right: 15px;
    }

    .header__search .input-text {
        width: 24px;
    }

    .header__search .input-text input,
    .header__search .input-text label {
        display: none;
    }

    .header__search .input-text a {
        width: 24px;
        height: 24px;
        right: auto;
    }

    .header__locale {
        padding-right: 7px;
        margin-right: 7px;
    }
}

/* ================================= */
/* ===== Navbar ===== */
/* ================================= */
.navbar {
    height: 62px;
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
}

body.direct-access .navbar {
    display: none;
}

.navbar .nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.navbar .nav .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin: 0 8px;
    border-radius: 10px;
    transition: 0.2s;
}

.navbar .nav .nav-link span {
    font-size: 0.875rem;
    line-height: 18px;
    color: #323232;
}

.navbar .nav .nav-link:hover {
    background-color: #f7f7f7;
}

.navbar .nav .nav-link.active {
    background-color: #80bd38;
}

.navbar .nav .nav-link.active span {
    color: #fff;
}

.navbar .nav .nav-link.active:hover {
    background-color: #73ad2f;
}

.navbar .nav .nav-link.active .navbar__icon {
    display: none;
}

.navbar .nav .nav-link.active .navbar__icon--active {
    display: inline-block;
}

.navbar__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.navbar__icon--active {
    display: none;
}

@media (max-width: 767.98px) {
    .navbar {
        height: calc(62px + env(safe-area-inset-bottom, 0));
        align-items: flex-start;
        padding: 13px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        border-bottom: none;
        top: auto;
        bottom: 0;
    }

    .navbar .nav {
        justify-content: space-between;
    }

    .navbar .nav .nav-link span {
        display: none;
    }

    .navbar__icon {
        margin-right: 0;
    }
}

/* ================================= */
/* ===== Footer ===== */
/* ================================= */
.footer {
    background-color: var(--body-bg);
    color: var(--black);
    padding: 1rem;
    border: 0.75px solid var(--border-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

.footer__text {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 24px;
}

/* ================================= */
/* ===== Join Zain ===== */
/* ================================= */
.join-zain-widget {
    background-color: #00aa99;
    color: white;
    padding: 16px;
    border-radius: 10px;
    position: relative;
}

.join-zain-widget::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-join-zain.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.join-zain-widget__image {
    background-color: rgba(255, 255, 255, 0.1);
    width: 45px;
    height: 45px;
    margin-bottom: 32px;
    border-radius: 10px;
    position: relative;
}

.join-zain-widget__image img {
    width: 22px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.join-zain-widget__title {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 4px;
}

.join-zain-widget__subtitle {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    margin-bottom: 0;
}

/* ================================= */
/* ===== Page Header ===== */
/* ================================= */
.page-header {
    color: #80bd38;
    position: relative;
}

.page-header__back {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-header__end {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.page-header__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 40px;
    letter-spacing: 0.3px;
}

.page-header__search {
    display: block;
    flex: 0 0 25px;
    width: 24px;
    height: 24px;
    margin-left: auto;
    z-index: 1;
}

.page-header--border-bottom {
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.05);
}

.page-header--help {
    color: #fff;
    padding: 20px 0;
}

.page-header--help .page-header__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page-header--help .page-header__back {
    margin-right: 14px;
    position: static;
    transform: none;
    z-index: 1;
}

.page-header--help .page-header__image {
    width: 42px;
    height: 42px;
    margin-right: 16px;
}

.page-header--help .page-header__title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 18px;
}

.page-header--help .page-header__subtitle {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 14px;
}

.page-header--faq-content {
    background-color: #fafafa;
    padding: 28px 0 48px;
    position: relative;
}

.page-header--faq-content::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-knowledgebase-faq-content.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.page-header--faq-content .page-header__back {
    margin-bottom: 16px;
    position: relative;
    left: -10px;
    transform: none;
}

.page-header--faq-content .page-header__title {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 15px;
    color: #333;
}

.page-header--sticky {
    background-color: #fafafa;
    position: sticky;
    top: 122px;
    z-index: 100;
}

@media (max-width: 767.98px) {
    .page-header__back {
        width: 24px;
        height: 24px;
        left: 15px;
    }

    .page-header--help .page-header__title {
        line-height: 24px;
    }

    .page-header--help .page-header__subtitle {
        line-height: 22px;
    }

    .page-header--faq-content {
        padding: 24px 0 38px;
    }

    .page-header--faq-content .page-header__back {
        width: 32px;
        height: 32px;
        margin-bottom: 32px;
        left: -8px;
    }

    .page-header--faq-content .page-header__title {
        line-height: 1;
    }

    .page-header--sticky {
        top: 60px;
    }

    .page-header--border-bottom {
        padding: 8px 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    /*.page-header--border-bottom.page-header--line-selector {*/
    /*    border-bottom: none;*/
    /*}*/
}

/* ================================= */
/* ===== Page Wizard ===== */
/* ================================= */
.page-wizard__row {
    height: 4px;
    background-color: rgba(128, 189, 56, 0.2);
}

.page-wizard__col {
    height: 100%;
    background-color: transparent;
}

.page-wizard__col.active {
    background-color: #80bd38;
}

.page-wizard__col.temp-active {
    background-color: #80bd38;
}

/* ================================= */
/* ===== Page Breadcrumbs ===== */
/* ================================= */
.page-breadcrumbs .breadcrumb {
    background-color: transparent;
    padding: 14px 0;
    margin-bottom: 0;
}

.page-breadcrumbs .breadcrumb .breadcrumb-item a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: #aaa;
}

.page-breadcrumbs .breadcrumb .breadcrumb-item.active a {
    font-weight: 600;
    color: #333;
}

.page-breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
    padding-right: 0;
}

.page-breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: #aaa;
    float: left;
    padding-left: 0;
    padding-right: 8px;
}

/* ================================= */
/* ===== Page Form ===== */
/* ================================= */
.form__header {
    margin-bottom: 28px;
}

.form__title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.form__subtitle {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.form__info-wrapper {
    margin-top: 6px;
}

.form__info-title {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    margin-bottom: 0;
}

.form__info span {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.form__info a {
    margin-left: 12px;
}

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

.form__terms {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.form__terms .checkbox label span {
    font-weight: 600;
}

.form__terms .checkbox label span a {
    color: #80bd38;
}

.form__terms .checkbox label span a:hover {
    color: #73ad2f;
}

.form__popover {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    text-align: center;
    color: #80bd38;
}

.form__popover a {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.form__image {
    width: 94px;
    margin: 0 auto 42px;
}

.page-form {
    position: relative;
}

.page-form__divider {
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page-form__divider span {
    display: block;
    background-color: #fafafa;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #000;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-form--login .form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 264px;
}

@media (max-width: 1199.98px) {
    .page-form--login .form {
        min-height: 284px;
    }
}

@media (max-width: 1024.98px) and (min-width: 992px) {
    .page-form__divider {
        width: 100%;
        height: 1px;
        margin-top: 34px;
        margin-bottom: 24px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        transform: none;
    }

    .page-form--login .form {
        min-height: auto;
    }

    .page-form--login__offset {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .page-form--login__wrapper {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .page-form--login__col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .page-form__divider {
        width: 100%;
        height: 1px;
        margin-top: 34px;
        margin-bottom: 24px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        transform: none;
    }

    .page-form--login .form {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .page-form--login .form__header--has-image {
        min-height: 100px;
        position: relative;
    }

    .page-form--login .form__header-content--has-image {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 575.98px) {
    .page-form--login .form__header-content--has-image {
        max-width: 65%;
    }
}

/* ================================= */
/* ===== Page Image ===== */
/* ================================= */
.page-image {
    width: 100%;
    margin-top: auto;
}

.page-image figure {
    margin-left: auto;
    margin-bottom: 0;
}

.page-image--login figure {
    max-width: 440px;
}

.page-image--help figure {
    max-width: 258px;
}

.page-image--wallets-cards figure {
    max-width: 230px;
    margin: auto;
}

@media (max-width: 991.98px) {
    .page-image--login figure {
        max-width: 352px;
    }

    .page-image--help figure {
        max-width: 210px;
    }
}

/* ================================= */
/* ===== Page Accordion ===== */
/* ================================= */
.page-accordion {
    position: relative;
}

.page-accordion__accordion-title {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    padding: 24px 30px 12px;
    margin-bottom: 0;
}

.page-accordion__accordion>.card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

.page-accordion__accordion>.card:last-child {
    border-bottom: none;
}

.page-accordion__accordion>.card>.card-header {
    background-color: transparent;
    padding: 0;
    border: none;
}

.page-accordion__accordion>.card>.card-body-wrapper {
    background-color: transparent;
}

.page-accordion__accordion>.card>.card-body-wrapper>.card-body {
    padding: 0;
}

.page-accordion__accordion .btn.btn-accordion {
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: left;
    text-transform: none;
    padding: 10px 0;
    position: relative;
}

.page-accordion__accordion .btn.btn-accordion::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/ic-minus.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.page-accordion__accordion .btn.btn-accordion.collapsed {
    font-weight: 600;
}

.page-accordion__accordion .btn.btn-accordion.collapsed::before {
    background-image: url("../images/icons/ic-close.svg");
    transform: translateY(-50%) rotate(45deg);
}

.page-accordion__footer {
    width: 100%;
    max-width: 364px;
}

.page-accordion--only-header .page-accordion__accordion {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-accordion--only-header .page-accordion__accordion>.card>.card-header {
    background-color: #fff;
}

.page-accordion--only-header .page-accordion__accordion>.card:not(:last-child) .btn.btn-accordion::after {
    content: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
}

.page-accordion--only-header .page-accordion__accordion .btn.btn-accordion {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    padding: 24px 30px 24px;
    line-height: 1;
    position: relative;
}

.page-accordion--only-header .page-accordion__accordion .btn.btn-accordion::before {
    width: 32px;
    height: 32px;
    right: 26px;
}

@media (max-width: 767.98px) {
    .page-accordion__accordion-title {
        padding: 24px 20px 12px;
    }

    .page-accordion--only-header .page-accordion__accordion>.card:not(:last-child) .btn.btn-accordion::after {
        left: 20px;
        right: 20px;
    }

    .page-accordion--only-header .page-accordion__accordion .btn.btn-accordion {
        font-size: 0.875rem;
        line-height: 15px;
        padding: 24px 20px 24px;
        position: relative;
    }

    .page-accordion--only-header .page-accordion__accordion::before {
        right: 16px;
    }
}

/* ================================= */
/* ===== Page Iframe ===== */
/* ================================= */
.page-iframe {
    background-color: #fff;
}

.page-iframe iframe {
    width: 100%;
    border: none;
}

/* ================================= */
/* ===== Page Desc ===== */
/* ================================= */
.page-desc {
    margin-top: 62px;
}

.page-desc__image {
    margin: auto;
}

.page-desc__image.page-desc__image-error>h1 {
    font-size: 100px;
    color: #333333;
    font-weight: bold;
}

.page-desc__image.page-desc__image-error {
    background-image: url(/images/error-illustration.svg);
    background-repeat: no-repeat;
    max-width: initial !important;
    background-size: 100% 100px;
}

.page-desc__title {
    text-align: center;
    margin-bottom: 6px;
}

.page-desc__title h1 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 32px;
    letter-spacing: 0.26px;
}

.page-desc__title h2 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 19px;
    letter-spacing: 0.3px;
}

.page-desc__subtitle {
    text-align: center;
}

.page-desc__subtitle h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.26px;
    margin-bottom: 0;
}

.page-desc__subtitle h6 .username {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    text-align: center;
    margin-bottom: 8px;
}

.page-desc__subtitle h6 .fullname {
    background: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    text-align: center;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.page-desc__subtitle h6 .fullname span {
    color: #9f9f9f;
}

.page-desc__subtitle span {
    color: #aaa;
}

.page-desc__details {
    margin-top: 38px;
}

.page-desc__details li:not(:last-child) {
    margin-bottom: 16px;
}

.page-desc__details li h3 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.26px;
    text-align: center;
    margin-bottom: 2px;
}

.page-desc__details li p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 0;
}

.page-desc__actions {
    width: 366px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.page-desc--feedback-success .page-desc__image {
    max-width: 150px;
    margin-bottom: 14px;
}

.page-desc--feedback-success .page-desc__actions {
    margin-top: 48px;
}

.page-desc--ticket-created .page-desc__image {
    max-width: 150px;
    margin-bottom: 14px;
}

.page-desc--ticket-created .page-desc__actions {
    margin-top: 38px;
}

.page-desc--payment-status .page-desc__image {
    margin-bottom: 24px;
}

.page-desc--payment-status .page-desc__image--payment-success {
    max-width: 154px;
}

.page-desc--payment-status .page-desc__image--payment-failed {
    max-width: 164px;
}

.my-cards__box-image.card-success-icon {
    max-height: 20px;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .page-desc {
        margin-top: 50px;
    }
}

.page-desc__link {
    display: inline-block;
}

.page-desc__copy {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.page-desc__copy img {
    width: 100%;
    height: auto;
}

.page-desc__id {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 22px;
    letter-spacing: 0.26px;
    color: #aaa;
}

/* ================================= */
/* ===== Page Swiper ===== */
/* ================================= */
.page-swiper .swiper-pagination {
    position: static;
}

.page-swiper .swiper-pagination-bullet {
    background: #d5d5d5;
    opacity: 1;
    margin: 0 4px;
}

.page-swiper .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #80bd38;
}

.page-swiper--home-hero {
    background-color: #fff;
    padding: 28px 0 12px;
}

.page-swiper--home-hero a {
    display: block;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.page-swiper--home-hero .swiper-pagination {
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .page-swiper--home-hero {
        padding: 20px 0 4px;
    }
}

/* ================================= */
/* ===== Help Blocks ===== */
/* ================================= */
.help-blocks__title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 35px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.help-blocks__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 9.75rem;
    color: #fafafa;
    padding: 14px 18px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.help-blocks__block--dashboard {
    margin-top: 20px;
    margin-bottom: 0;
}

.help-blocks__block-icon {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
}

.help-blocks__block-icon img,
.help-blocks__block-icon svg {
    display: block;
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.help-blocks__block-title {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 18px;
}

.help-blocks__block-subtitle {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
}

@media (max-width: 991.98px) {
    .help-blocks__block {
        margin-bottom: 16px;
    }

    .help-blocks__block--dashboard {
        margin-top: 16px;
        margin-bottom: 0;
    }
}

@media (max-width: 374.98px) {
    .help-blocks__col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ================================= */
/* ===== Contact Us ===== */
/* ================================= */
.contact-us__block {
    padding: 32px;
}

.contact-us__block-title {
    max-width: 300px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-bottom: 36px;
}

.contact-us__social-list {
    padding: 0;
}

.contact-us__social-list li {
    display: flex;
    position: relative;
}

.contact-us__social-list li:not(:last-child) {
    margin-bottom: 24px;
}

.contact-us__social-list li a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.875rem;
}

.contact-us__social-list li a img {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
}

.contact-us__block-image {
    display: flex;
    align-items: center;
    max-width: 180px;
    height: 100%;
    margin: auto;
}

.contact-us__block-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 47px;
    margin-bottom: 28px;
}

.contact-us__open-ticket-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-bottom: 9px;
}

.contact-us__open-ticket-subtitle {
    max-width: 270px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #aaa;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .contact-us__block {
        padding: 15px 24px 24px;
    }

    .contact-us__block-title {
        margin-bottom: 24px;
    }

    .contact-us__social-list {
        position: relative;
    }

    .contact-us__social-list::before {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/contact-us.png");
        background-position: right bottom;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }

    .contact-us__block-divider {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .contact-us__open-ticket-subtitle {
        max-width: none;
    }

    .contact-us__open-ticket-btn {
        margin-top: 15px;
    }
}

@media (max-width: 374.98px) {
    .contact-us__block {
        padding: 15px 12px 24px;
    }

    .contact-us__social-list li {
        max-width: 50%;
        word-break: break-word;
    }
}

/* ================================= */
/* ===== Social Media ===== */
/* ================================= */
.social-media__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 464px;
    padding: 36px 32px 38px;
    position: relative;
}

.social-media__block::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/social-media-stars.png");
    background-repeat: no-repeat;
    background-size: 174px;
    background-position: calc(100% - 12px) 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.social-media__start {
    position: relative;
}

.social-media__start h5 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 16px;
}

.social-media__start button {
    display: block;
    max-width: 366px;
    margin: auto;
}

.social-media__end {
    position: relative;
}

.social-media__end h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.27px;
    text-align: center;
    margin-bottom: 18px;
}

.social-media__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.social-media__list li {
    padding: 0 18px;
}

.social-media__list li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.social-media__image {
    max-width: 164px;
    margin: 0;
    position: absolute;
    left: 32px;
    bottom: 60px;
}

.social-media__image img {
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .social-media__image {
        max-width: 164px;
        left: 20px;
        bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .social-media__block {
        height: auto;
        padding: 42px 24px 48px;
    }

    .social-media__image {
        align-self: flex-start;
        max-width: 114px;
        position: relative;
        left: -8px;
        bottom: auto;
        margin: 24px 0;
    }
}

@media (max-width: 374.98px) {
    .social-media__block {
        padding: 42px 14px 48px;
    }

    .social-media__start button {
        font-size: 0.625rem;
    }
}

/* ================================= */
/* ===== Feedback ===== */
/* ================================= */
.feedback__block {
    height: 464px;
    padding: 70px 32px;
}

.feedback__block form {
    height: 100%;
}

.feedback__block-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.feedback__block-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 8px;
}

.feedback__feedback-status {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}

.feedback__feedback-status.terrible {
    color: #ff6665;
}

.feedback__feedback-status.bad {
    color: #9a66ff;
}

.feedback__feedback-status.okay {
    color: #ffcc00;
}

.feedback__feedback-status.good {
    color: #3299ff;
}

.feedback__feedback-status.great {
    color: #08c7be;
}

.feedback__ratings-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback__ratings-list li {
    margin: 0 18px;
}

.feedback__radio input {
    display: none;
}

.feedback__radio input:checked+label.terrible {
    background-image: url("../images/icons/ic-angry-active.svg");
}

.feedback__radio input:checked+label.bad {
    background-image: url("../images/icons/ic-sad-active.svg");
}

.feedback__radio input:checked+label.okay {
    background-image: url("../images/icons/ic-ok-active.svg");
}

.feedback__radio input:checked+label.good {
    background-image: url("../images/icons/ic-good-active.svg");
}

.feedback__radio input:checked+label.great {
    background-image: url("../images/icons/ic-great-active.svg");
}

.feedback__radio label {
    display: block;
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
}

.feedback__radio label.terrible {
    background-image: url("../images/icons/ic-angry.svg");
}

.feedback__radio label.bad {
    background-image: url("../images/icons/ic-sad.svg");
}

.feedback__radio label.okay {
    background-image: url("../images/icons/ic-ok.svg");
}

.feedback__radio label.good {
    background-image: url("../images/icons/ic-good.svg");
}

.feedback__radio label.great {
    background-image: url("../images/icons/ic-great.svg");
}

.feedback__block-btn {
    width: 100%;
    max-width: 366px;
}

@media (max-width: 767.98px) {
    .feedback__block {
        padding: 90px 24px;
    }

    .feedback__ratings-list li {
        margin: 0 10px;
    }

    .feedback__radio label {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 374.98px) {
    .feedback__block {
        padding: 90px 14px;
    }

    .feedback__ratings-list li {
        margin: 0 6px;
    }

    .feedback__radio label {
        width: 32px;
        height: 32px;
    }
}

/* ================================= */
/* ===== Form Box ===== */
/* ================================= */
.form-box__block {
    /* min-height: 464px; */
    padding: 42px 24px 52px;
}

.form-box__block form {
    height: 100%;
}

.form-box__content {
    width: 100%;
    max-width: 366px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
}

.form-box__info {
    margin-bottom: 24px;
}

.form-box__info h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 30px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 8px;
}

.form-box__info h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin-bottom: 0;
}

.form-box__inputs {
    margin-bottom: 30px;
}

.form-box__inputs .input-text input:focus+label,
.form-box__inputs .input-text input.has-value+label,
.form-box__inputs .input-text textarea:focus+label,
.form-box__inputs .input-text textarea.has-value+label {
    background-color: #fff;
}

.form-box__divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #aaaaaa;
    margin-top: 32px;
    margin-bottom: 18px;
    opacity: 0.2;
}

/* ================================= */
/* ===== Support Tickets ===== */
/* ================================= */
.support-tickets__block {
    height: 488px;
    position: relative;
    overflow: hidden;
}

.support-tickets__block--no-tickets {
    height: auto;
}

.support-tickets__dropdown {
    height: 66px;
}

.support-tickets__dropdown .dropdown-menu {
    max-height: 180px;
    overflow-y: auto;
}

.support-tickets__btn {
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 12px 40px 12px 24px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0px 4px 10px rgba(59, 89, 24, 0.05);
    position: relative;
    pointer-events: none;
}

.support-tickets__btn.has-dropdown {
    pointer-events: auto;
}

.support-tickets__btn.has-dropdown::after {
    content: "";
    display: block;
    background-image: url("../images/icons/ic-back-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    padding: 10px 8px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.2s;
}

.support-tickets__btn .fullname {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    color: #000000 !important;
}

.support-tickets__btn .number {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    color: #000000 !important;
}

.support-tickets__btn+.dropdown-menu {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    box-shadow: rgba(59, 89, 24, 0.05) 0px 4px 10px;
}

.support-tickets__btn+.dropdown-menu a {
    padding: 12px 24px;
}

.support-tickets__list {
    height: calc(100% - 68px);
    padding: 15px;
    padding-bottom: 120px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.support-tickets__list::-webkit-scrollbar {
    display: none;
}

.support-tickets__item {
    background-color: #fff;
    padding: 12px 16px 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(59, 89, 24, 0.05);
    border-radius: 10px;
    position: relative;
}

.support-tickets__item:not(:last-child) {
    margin-bottom: 16px;
}

.support-tickets__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #333;
    text-decoration: none;
}

.support-tickets__content:hover {
    color: #333;
    text-decoration: none;
}

.support-tickets__type {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 12px;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.support-tickets__ticket-id {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.support-tickets__datetime {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #aaa;
}

.support-tickets__status {
    min-width: 70px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    line-height: 18px;
}

.support-tickets__status.pending {
    background-color: #fdedcc;
    color: #f7a600;
}

.support-tickets__status.solved {
    background-color: #e4f4d2;
    color: #80bd38;
}

.support-tickets__status.new {
    background-color: #d0f8f6;
    color: #08c7be;
}

.support-tickets__status.closed {
    background-color: #e7e7e7;
    color: #666666;
}

.support-tickets__open-ticket-btn {
    padding: 45px 0 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 29.69%);
}

.support-tickets__open-ticket-btn a {
    display: block;
    max-width: 368px;
    margin: auto;
}

.support-tickets__no-tickets {
    padding: 0 24px 40px;
}

.support-tickets__no-tickets figure {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 24px;
}

.support-tickets__no-tickets p {
    width: 100%;
    max-width: 262px;
    margin: 0 auto 24px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
}

.support-tickets__no-tickets .btn {
    display: block;
    max-width: 366px;
    margin: auto;
}

@media (max-width: 767.98px) {
    .support-tickets__open-ticket-btn {
        padding: 62px 0 14px;
    }
}

/* ================================= */
/* ===== Ticket Details ===== */
/* ================================= */
.ticket-details__list li {
    padding: 18px 0;
}

.ticket-details__list li:not(:last-child) {
    border-bottom: 0.75px solid rgba(170, 170, 170, 0.2);
}

.ticket-details__list li h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 22px;
    letter-spacing: 0.32px;
    color: #aaa;
    margin-bottom: 2px;
}

.ticket-details__list li p {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.ticket-details__list li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: bottom;
}

.ticket-status {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 18px;
    text-align: center;
    padding: 2px 0;
}

.ticket-status.pending {
    background-color: #fdedcc;
    color: #f7a600;
}

.ticket-status.solved {
    background-color: #e4f4d2;
    color: #80bd38;
}

.ticket-status.new {
    background-color: #d0f8f6;
    color: #08c7be;
}

.ticket-status.closed {
    background-color: #e7e7e7;
    color: #666666;
}

/* ================================= */
/* ===== Home Content ===== */
/* ================================= */
.home-content {
    padding: 16px 0 48px;
}

.home-content__section {
    margin-top: 24px;
}

.home-content__section-title,
.home-content__section-title p {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 12px;
}

.home-content__section-title--20,
.home-content__section-title--20 p {
    font-size: 1.25rem;
}

.home-content__line-types {
    margin-top: 18px;
    margin-bottom: 26px;
}

.home-content__form-group {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 12px;
}

.home-content__form-group .form-group {
    margin-right: 16px;
    flex-grow: 1;
}

.home-content__form-group button {
    width: 50px;
}

.home-content__form-group button.loggedin {
    width: auto;
    min-width: 222px;
    position: relative;
}

.home-content__form-group button img {
    vertical-align: baseline;
    transform: rotate(180deg);
}

.home-content__form-group button.loggedin img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(180deg);
}

.home-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    padding: 14px 18px;
    position: relative;
}

.home-box__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home-box__img {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    position: relative;
    margin-right: 12px;
}

.home-box__img img {
    display: block;
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-box__img--none {
    background-color: none;
}

.home-box__img--none img {
    width: 100%;
}

.home-box__img--active-sessions {
    background-color: #1b9e62;
}

.home-box__img--auto-pay {
    background-color: #333;
}

.home-box__img--numbers-security {
    background-color: #e85190;
}

.home-box__img--account-security {
    background-color: #ff9900;
}

.home-box__img--green {
    background-color: #80bd38;
}

.home-box__img--voice-plans {
    background-color: #00aa99;
}

.home-box__img--data-plans {
    background-color: #e85190;
}

.home-box__img--fiber-plans {
    background-color: #4349cc;
}

.home-box__img--zain-5g {
    background-color: #1b9e62;
}

.home-box__img--esim {
    background-color: #ff9900;
}

.home-box__img--transfer-zain {
    background-color: #e85190;
}

.home-box__img--coverage-map {
    background-color: #ffcc00;
}

.home-box__img--gray {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.home-box__info {
    position: relative;
}

.home-box__info h2 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 24px;
    margin-bottom: 6px;
}

.home-box__info h3 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 24px;
    margin-bottom: 0;
}

.home-box__info h3 img {
    width: auto;
    height: 15px;
    margin-bottom: 6px;
}



.home-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: #aaa;
    margin-bottom: 0;
}

.home-box--plan .home-box__info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: inherit;
    margin-bottom: 0;
}

.home-box__body {
    margin-top: 28px;
}

.home-box__note p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.home-box__btn {
    margin-top: 30px;
}

.home-box__icon-link {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.home-box--login-register {
    height: auto;
}

.home-box--direct-access {
    justify-content: center;
    min-height: 91px;
    padding: 16px;
    padding-left: 96px;
}

.home-box--direct-access::before {
    content: "";
    display: block;
    width: 91px;
    height: 91px;
    background-image: url(../images/direct-access.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.home-box--direct-access .home-box__img {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-left: 6px;
}

.home-box--line-activity {
    background: white;
    justify-content: center;
    min-height: 93px;
    padding: 14px 16px;
    /* padding-left: 80px; */
    border: none;
}

/* .home-box--line-activity::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/line-activity.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
} */

.home-box--line-activity.home-box--switch-plan::before {
    background-image: url(../images/switch-plan.svg);
}

.home-box--line-activity::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(128, 189, 56, 0.1);
    border-radius: 10px;
    border: 1px solid #efeeee;
}

.home-box--line-activity .home-box__img {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-left: 6px;
    transform: rotate(180deg);
}

.home-box--line-activity .home-box__info h3,
.home-box--line-activity .home-box__info h3 p {
    font-size: 1rem;
    line-height: 28px;
    color: #80bd38;
}

.home-box--line-activity .home-box__info p {
    font-size: 0.875rem;
}

.home-box--login-register-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 60px;
    z-index: 100;
}

.home-box--account-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 60px;
    z-index: 100;
}

.home-box--add-first-line-header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 62px;
    background-color: #fff;
    color: #80bd38;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 60px;
    z-index: 100;
}

.home-box--add-first-line-header>div {
    width: 100%;
}

.home-box--add-first-line {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    color: #80bd38;
}

.home-box--add-first-line>div {
    width: 100%;
}

.home-box--bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.home-box--bg-image::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(8, 16, 4, 0.8) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.home-box--bg-image .home-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: #fff;
    margin-bottom: 0;
}

.home-box--smartphones {
    background-image: url("../images/bg-smartphones.jpg");
}

.home-box--tablets {
    background-image: url("../images/bg-tablets.jpg");
}

.home-box--routers {
    background-image: url("../images/bg-routers.jpg");
}

.forgot-my-number h1 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 0;
}

.forgot-my-number h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin-bottom: 12px;
}

.forgot-my-number a {
    display: block;
    max-width: 366px;
    margin: 32px auto 0;
}

.forgot-my-number__number {
    max-width: 366px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 16px;
    margin: auto;
}

.forgot-my-number__number p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 25px;
    letter-spacing: 0.32px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}

.forgot-my-number__number p span {
    color: #aaa;
}

@media (max-width: 767.98px) {
    .home-content__form-group button.loggedin {
        min-width: auto;
    }

    .home-content__form-group button.loggedin span {
        display: none;
    }

    .home-content__form-group button.loggedin img {
        position: static;
        transform: rotate(180deg);
    }

    .home-content {
        padding: 16px 0 38px;
    }

    .home-content__section {
        margin-top: 16px;
    }

    .home-box--direct-access .home-box__img {
        align-self: flex-start;
    }
}

/* @media (max-width: 374.98px) {
    .home-content__col {
        flex: 0 0 100%;
        max-width: 100%;
    }
} */

/* ================================= */
/* ===== Quickpay ===== */
/* ================================= */
.quickpay__info {
    background-color: #fff;
    padding: 16px;
    margin-top: 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.quickpay__info.green {
    background-color: rgba(128, 189, 56, 0.1);
}

.quickpay__info.w-366 {
    max-width: 366px;
    margin: auto;
}

.quickpay__info h2 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 25px;
    text-align: center;
    margin: 0;
}

.quickpay__info h2.h1 {
    font-size: 1.375rem;
    line-height: 28px;
}

.quickpay__info h2 a {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 25px;
    text-align: center;
    color: #333;
    margin: 0;
}

.quickpay__info p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 25px;
    letter-spacing: 0.32px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}

.quickpay__form-group {
    margin-top: 42px;
}

.quickpay__form-group h2 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    margin-bottom: 15px;
}

.quickpay__form-group.quickpay-voucher {
    max-width: 366px;
    margin: 20px auto 0;
}

.quickpay__form-group.quickpay-voucher h2 {
    margin-bottom: 25px;
}

.quickpay__custom-balance {
    text-align: center;
    margin-top: 32px;
}

.quickpay__custom-balance label {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    text-align: center;
    margin-bottom: 14px;
}

.quickpay__custom-balance--bill-amount .quickpay__custom-balance-wrapper {
    padding-bottom: 0;
    border-bottom: none;
}

.quickpay__custom-balance--bill-amount .quickpay__custom-balance-input input:disabled {
    color: #333;
    opacity: 1;
    -webkit-text-fill-color: #333;
}

.quickpay__custom-balance.more .quickpay__custom-balance-input input {
    color: #00aa99;
}

.quickpay__custom-balance.more .quickpay__custom-balance-input input::-moz-placeholder {
    background-color: rgba(0, 170, 153, 0.38);
}

.quickpay__custom-balance.more .quickpay__custom-balance-input input:-ms-input-placeholder {
    background-color: rgba(0, 170, 153, 0.38);
}

.quickpay__custom-balance.more .quickpay__custom-balance-input input::placeholder {
    background-color: rgba(0, 170, 153, 0.38);
}

.quickpay__custom-balance.more .quickpay__custom-balance-alert,
.quickpay__custom-balance .quickpay__custom-balance-alert.more {
    display: block;
    background-color: rgba(0, 170, 153, 0.08);
    color: #00aa99;
}

.quickpay__custom-balance.less .quickpay__custom-balance-input input {
    color: #ff9900;
}

.quickpay__custom-balance.less .quickpay__custom-balance-input input::-moz-placeholder {
    color: rgba(255, 153, 1, 0.38);
}

.quickpay__custom-balance.less .quickpay__custom-balance-input input:-ms-input-placeholder {
    color: rgba(255, 153, 1, 0.38);
}

.quickpay__custom-balance.less .quickpay__custom-balance-input input::placeholder {
    color: rgba(255, 153, 1, 0.38);
}

.quickpay__custom-balance.less .quickpay__custom-balance-alert {
    display: block;
    background-color: rgba(255, 153, 0, 0.08);
    color: #ff9900;
}

.quickpay__custom-balance.error .quickpay__custom-balance-input input {
    color: #ff0000;
}

.quickpay__custom-balance.error .quickpay__custom-balance-input input::-moz-placeholder {
    color: rgba(255, 0, 0, 0.38);
}

.quickpay__custom-balance.error .quickpay__custom-balance-input input:-ms-input-placeholder {
    color: rgba(255, 0, 0, 0.38);
}

.quickpay__custom-balance.error .quickpay__custom-balance-input input::placeholder {
    color: rgba(255, 0, 0, 0.38);
}

.quickpay__custom-balance.error .quickpay__custom-balance-alert {
    display: block;
    background-color: rgba(255, 0, 0, 0.08);
    color: #ff0000;
}

.quickpay__custom-balance-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-bottom: 8px;
    margin: auto;
    border-bottom: 1px solid #d9d9d9;
}

.quickpay__custom-balance-wrapper.no-border {
    padding-bottom: 0;
    border-bottom: none;
}

.quickpay__custom-balance-input {
    position: relative;
    overflow: hidden;
}

.quickpay__custom-balance-input input {
    width: 100%;
    background: none;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 78px;
    letter-spacing: 0.32px;
    color: #80bd38;
    text-align: center;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.quickpay__custom-balance-input input::-moz-placeholder {
    color: rgba(128, 189, 56, 0.38);
}

.quickpay__custom-balance-input input:-ms-input-placeholder {
    color: rgba(128, 189, 56, 0.38);
}

.quickpay__custom-balance-input input::placeholder {
    color: rgba(128, 189, 56, 0.38);
}

.quickpay__custom-balance-input span {
    display: block;
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: 0.32px;
    color: #80bd38;
    text-align: center;
    opacity: 0;
    padding: 0 4px;
}

.quickpay__custom-balance-currency {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 38px;
    letter-spacing: 0.32px;
    margin-left: 6px;
}

.quickpay__custom-balance-required {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    text-align: center;
    color: #9f9f9f;
    margin-top: 18px;
}

.quickpay__custom-balance-required span {
    font-weight: 700;
}

.quickpay__custom-balance-alert {
    display: none;
    max-width: 366px;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    text-align: center;
    padding: 14px 10px;
    margin: 16px auto 0;
    border-radius: 5px;
}

.quickpay__check-bill-summary {
    text-align: center;
    margin-top: 20px;
}

.quickpay__check-bill-summary a {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
}

.quickpay__check-bill-summary a img {
    display: inline-block;
    width: 18px;
    height: auto;
    vertical-align: sub;
}

.quickpay__sub-denominations {
    margin-top: 20px;
}

.quickpay__custom-balance-vat {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    color: #9f9f9f;
    margin-top: 6px;
}

.quickpay__vat {
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    color: #9f9f9f;
    text-align: center;
    margin-top: 18px;
}

.quickpay__actions {
    max-width: 366px;
    margin: 48px auto 0;
}

.quickpay__contract-payment-definition {
    max-width: 366px;
    padding: 21px;
    margin: auto;
}

.quickpay__contract-payment-definition h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 11px;
}

.quickpay__contract-payment-definition p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 17px;
    color: #aaa;
    margin-bottom: 0;
}

.quickpay__free-social-app {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(145, 198, 50, 0.09);
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 16px;
    letter-spacing: 0.26px;
    text-align: center;
    color: rgba(145, 198, 50, 1);
    border-radius: 5px;
    padding: 9px;
    margin-top: 6px;
}

.quickpay__free-social-app-icons {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    margin-left: 12px;
}

.quickpay__free-social-app-icons li img {
    width: auto;
    height: 14px;
}

.quickpay__terminated__title {
    background-color: #fff;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.quickpay__terminated__title span {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #80bd38;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .quickpay {
        margin-top: 20px;
    }
}

/* ================================= */
/* ===== Dashboard ===== */
/* ================================= */
.dashboard {
    margin-top: 24px;
}

.dashboard__warning-message {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #aaa;
    margin: 24px 0;
}

.dashboard__line-selector {
    overflow: hidden;
}

.dashboard__line-selector button,
.dashboard__line-selector a {
    display: block;
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #333;
    letter-spacing: 0.27px;
    text-align: left;
    text-transform: capitalize;
    padding: 15px;
    border: none;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.dashboard__line-selector.disabled,
.dashboard__line-selector.disabled {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.dashboard__line-selector.disabled button,
.dashboard__line-selector.disabled a {
    color: #aaa;
    cursor: not-allowed;
}

.dashboard__line-selector button:hover,
.dashboard__line-selector a:hover {
    text-decoration: none;
}

.dashboard__line-selector button .badge,
.dashboard__line-selector a .badge {
    background: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #80bd38;
    padding: 4px 12px;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.dashboard__line-selector button .fullname,
.dashboard__line-selector a .fullname {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.dashboard__line-selector button .line-type,
.dashboard__line-selector a .line-type {
    color: #9f9f9f;
    margin-left: 8px;
}

.dashboard__line-selector button.has-selector,
.dashboard__line-selector a.has-selector {
    position: relative;
}

.dashboard__line-selector button.has-selector::after,
.dashboard__line-selector a.has-selector::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/ic-back-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(-90deg);
}

.dashboard__line-selector.selected {
    border: 1px solid #80bd38;
}

.dashboard__line-selector--sticky {
    background: #ffffff;
    border-bottom: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 60px;
    z-index: 100;
}

.dashboard__line-selector-info {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.27px;
    text-align: center;
    text-transform: capitalize;
    padding: 16px;
    border: none;
    position: relative;
}

.dashboard__line-selector-info .fullname {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
}

.dashboard__line-selector-info .line-type {
    color: #9f9f9f;
    margin-left: 8px;
}

.dashboard__section {
    margin-top: 24px;
}

.dashboard__section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    padding: 12px;
}

.dashboard__section-header h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__section-header h2.warning {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__section-header h2.warning {
    color: #ff9900;
}

.dashboard__section-header h2.warning img {
    display: inline-block;
    width: 14px;
    height: auto;
    margin-left: 6px;
    vertical-align: middle;
}

.dashboard__section-header h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 0;
}

.dashboard__section-header a {
    display: block;
}

.dashboard__section-header .dashboard__generating-pdf {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.dashboard__section-header .dashboard__generating-pdf span {
    display: block;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 22px;
    letter-spacing: 0.32px;
}

.dashboard__section-header .dashboard__generating-pdf a {
    display: block;
    width: 24px;
    height: 24px;
}

.dashboard__view_tax_invoice {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    white-space: nowrap;
    margin-top: 10px;
}

.dashboard__view_tax_invoice img {
    width: 24px;
}

.dashboard__section-header a.link {
    padding-right: 12px;
    position: relative;
}

.dashboard__section-header a.link::after {
    content: "";
    width: 6px;
    height: 10px;
    background-image: url(../images/icons/ic-link-arrow.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__section-header a.dismiss {
    padding-right: 24px;
    position: relative;
}

.dashboard__section-header a.dismiss::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-close.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__section-header #billHistoryBtn {
    padding-right: 12px;
    position: relative;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #80bd38;
}

.dashboard__section-header #billHistoryBtn::after {
    content: "";
    width: 6px;
    height: 10px;
    background-image: url(../images/icons/ic-link-arrow.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__section-header a.download {
    padding-right: 22px;
    position: relative;
}

.dashboard__section-header a.download::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/ic-download.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__section-header a.info {
    padding-right: 22px;
    position: relative;
}

.dashboard__section-header a.info::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/ic-info.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__box-wrapper {
    margin-top: 20px;
}

.dashboard__details-box-wrapper {
    margin-bottom: 12px;
}

.dashboard__box {
    padding: 22px 16px;
    position: relative;
}

.dashboard__box.no-progress {
    padding: 34px 16px;
}

.dashboard__box--balance {
    padding: 14px 16px;
}

.dashboard__box--history {
    padding: 12px 16px;
}

.dashboard__box.has-progress {
    padding: 16px;
}

.dashboard__box.has-progress .dashboard__box-info h3 {
    position: relative;
    top: -5px;
}

.dashboard__box.has-progress .dashboard__box-add-link {
    align-self: flex-start;
    top: 0;
}

.dashboard__details-box {
    margin-top: 12px;
    padding: 16px 18px;
}

.dashboard__bill-details-box {
    margin-bottom: 14px;
}

.dashboard__bill-details-box ul {
    padding: 0;
    margin: 0;
}

.dashboard__bill-details-box ul li {
    padding: 16px 18px;
    position: relative;
}

.dashboard__bill-details-box ul li:not(:last-child)::after {
    content: "";
    width: calc(100% - 80px);
    height: 0;
    border-bottom: 1px solid #e8e8e8;
    position: absolute;
    right: 0;
    bottom: 0;
}

.dashboard__box-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 18px auto;
}

.dashboard__box-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dashboard__box-body.start {
    align-items: flex-start;
}

.dashboard__box-body .btn {
    max-width: 170px;
}

.dashboard__box-icon {
    width: 46px;
    height: 46px;
    margin-right: 16px;
    border-radius: 10px;
    position: relative;
}

.dashboard__box-icon img,
.dashboard__box-icon svg {
    display: block;
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard__box-icon.light-blue {
    background-color: rgba(0, 170, 153, 0.05);
}

.dashboard__box-icon.pink {
    background-color: rgba(232, 81, 144, 0.05);
}

.dashboard__box-icon.green {
    background-color: rgba(128, 189, 56, 0.05);
}

.dashboard__box-icon.full-green {
    background-color: #80bd38;
}

.dashboard__box-icon.blue {
    background-color: rgba(67, 73, 204, 0.05);
}

.dashboard__box-icon.orange {
    background-color: rgba(255, 153, 1, 0.05);
}

.dashboard__box-icon.full-orange {
    background-color: #ff9901;
}

.dashboard__box-icon.white {
    background-color: rgba(255, 255, 255, 0.4);
}

.dashboard__box-info {
    flex-grow: 1;
}

.dashboard__box-info h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.dashboard__box-info h3 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.dashboard__box-info.traffic h3 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.dashboard__box-info h4 {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__box-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #333;
    margin-bottom: 8px;
}

.dashboard__box-info p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__box-info.traffic p {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__box-info p.total {
    font-size: 1.375rem;
    line-height: 14px;
    color: #80bd38;
    margin-top: 13px;
}

.dashboard__box-info p.total.paid {
    color: #cfcfcf;
}

.dashboard__box-info p.vat {
    font-size: 0.75rem;
    line-height: 14px;
    color: #aaa;
    margin-top: 15px;
}

.dashboard__box-info--details h3 {
    margin-bottom: 8px;
}

.dashboard__box-info--details h3 span {
    font-weight: 400;
}

.dashboard__box-info--bill-details h4 {
    margin-bottom: 2px;
}

.dashboard__box-info--bill-details p {
    font-size: 0.75rem;
}

.dashboard__box-info-col {
    display: flex;
    align-items: center;
}

.dashboard__details-box-info h2 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    margin-bottom: 0;
}

.dashboard__details-box-info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__details-box-info p span {
    color: #aaa;
}

.dashboard__details-box-info h3 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__details-box-info h4 {
    font-size: 0.75rem;
    font-weight: 600;
    color: #aaa;
}

.dashboard__details-box-info .badge {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    text-transform: capitalize;
    padding: 6px;
    margin-top: 6px;
    margin-bottom: 0;
    border-radius: 4px;
}

.dashboard__details-box-info .badge.success {
    background: rgba(128, 189, 56, 0.12);
    color: #80bd38;
}

.dashboard__details-box-info .badge.on-hold {
    background: rgba(247, 166, 0, 0.12);
    color: #f7a600;
}

.dashboard__details-box-info .badge.failed {
    background: rgba(255, 0, 0, 0.12);
    color: #ff0000;
}

.dashboard__details-box-info .time {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    position: absolute;
    right: 18px;
    bottom: 8px;
}

.dashboard__box-info-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dashboard__box-info-header img {
    width: 24px;
    height: auto;
    margin-right: 6px;
}

.dashboard__box-info-header span {
    display: inline-block;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    padding: 2px 14px;
    margin-left: 12px;
    border-radius: 4px;
}

.dashboard__box-info-header span.unpaid {
    background-color: rgba(255, 0, 0, 0.09);
    color: #ff0000;
}

.dashboard__box-info-header span.paid,
.dashboard__box-info-header span.over_paid {
    background-color: rgba(128, 189, 56, 0.09);
    color: #80bd38;
}

.dashboard__box-info-header span.partially.paid {
    background-color: rgba(255, 153, 0, 0.09);
    color: #ff9900;
}

.dashboard__box-info-header span.online {
    background-color: rgba(128, 189, 56, 0.09);
    color: #80bd38;
}

.dashboard__box-info-header span.offline {
    background-color: rgba(170, 170, 170, 0.09);
    color: rgb(170, 170, 170);
}

.dashboard__box-info-body {
    padding-left: 24px;
}

.dashboard__box-add-link {
    display: block;
    background-image: url(../images/icons/ic-add.svg);
    background-position: center right;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-right: 18px;
    position: relative;
    z-index: 2;
}

.dashboard__box-percentage p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 24px;
    color: #00aa99;
}

.dashboard__box-progress-wrapper {
    margin-top: 4px;
    margin-left: 62px;
}

.dashboard__box-progress-wrapper p {
    margin-top: 8px;
    margin-bottom: 0;
}

.dashboard__box-progress {
    width: 100%;
    height: 8px;
    background-color: #ebebeb;
    border-radius: 20px;
}

.dashboard__box-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00aa99;
    border-radius: 20px;
}

.dashboard__box-progress span.boosted-bar {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00aa99;
    border-radius: 20px 0px 0px 20px;
}

.dashboard__box-progress b {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #73ad2f;
    border-radius: 0px 20px 20px 0px;
}

.dashboard__box-progress.pink span {
    background-color: #e85190;
}

.dashboard__box-progress.orange span {
    background-color: #ff9901;
}

.dashboard__box-footer--fiber {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dashboard__box-footer--fiber>p {
    margin-right: 18px;
}

.dashboard__box-footer>.row {
    align-items: center;
}

.dashboard__box-footer p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__box-footer ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}

.dashboard__box-footer ul li img {
    width: 16px;
    height: auto;
    margin-right: 4px;
}

.dashboard__box-question {
    display: inline-block;
    margin-top: 4px;
}

.dashboard__bill-details-section h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 8px;
}

.dashboard__tabs-list li:not(:last-child) {
    margin-right: 14px;
}

.dashboard__tabs-list li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
}

.dashboard__tabs-list li a img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard__tabs-list li a img.active {
    display: none;
}

.dashboard__tabs-list li a.active {
    border: 1px solid #80bd38;
    box-shadow: none;
}

.dashboard__tabs-list li a.active img {
    display: none;
}

.dashboard__tabs-list li a.active img.active {
    display: block;
}

.dashboard__graph-legend li {
    margin-right: 24px;
}

.dashboard__graph-legend li span {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
}

.dashboard__graph-legend li span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
}

.dashboard__graph-legend li span.green::before {
    background-color: #80bd38;
}

.dashboard__graph-legend li span.light-blue::before {
    background-color: #00aa99;
}

.dashboard__graph {
    margin-top: 20px;
}

.dashboard__notification {
    color: #fff;
    padding: 24px 16px;
    margin-top: 24px;
    border-radius: 10px;
    position: relative;
}

.dashboard__notification:not(:first-child) {
    display: none;
}

.dashboard__notification.unpaid-bill {
    background-color: #ff9901;
    position: relative;
}

.dashboard__notification.unpaid-bill::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-triangle-notification.svg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.dashboard__notification.tip {
    background-color: #00aa99;
    position: relative;
}

.dashboard__notification.tip::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-stars-notification.svg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.dashboard__notification p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.27px;
    margin-top: 10px;
    margin-bottom: 0;
}

.dashboard__notification-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 12px;
}

.dashboard__block {
    max-width: 335px;
    margin: auto;
}

.dashboard__guest-features-wrapper {
    margin-top: 40px;
}

.dashboard__guest-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dashboard__guest-feature.last {
    padding-bottom: 0;
    margin-bottom: 22px;
    border-bottom: none;
}

.dashboard__guest-feature-image {
    max-width: 86px;
    flex: 0 0 86px;
}

.dashboard__guest-feature--id-number .dashboard__guest-feature-image {
    margin-right: 20px;
}

.dashboard__guest-feature-info {
    max-width: 220px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}

.dashboard__guest-feature--id-number .dashboard__guest-feature-info {
    max-width: none;
    margin-right: 32px;
}

.dashboard__guest-feature-info h4 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 12px;
}

.dashboard__guest-feature-info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    color: #aaa;
    margin-bottom: 0;
}

.dashboard__line-types {
    margin-bottom: 36px;
}

.dashboard__form-group {
    max-width: 500px;
    margin: auto;
}

.dashboard__form-group .form-group {
    margin-bottom: 28px;
}

.dashboard__filter-btn {
    height: 45px;
    flex-grow: 1;
    margin-left: 8px;
    margin-right: 8px;
}

.dashboard__filter-btn a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    border-radius: 10px;
    position: relative;
}

.dashboard__filter-btn a img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard__filter-list {
    margin-top: 18px;
    margin-bottom: 4px;
}

.dashboard__filter-list li {
    height: 26px;
    background: rgba(128, 189, 56, 0.08);
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.32px;
    line-height: 26px;
    color: #80bd38;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.dashboard__filter-list li a {
    display: none;
    color: white;
    text-decoration: none;
}

.dashboard__filter-list li a:hover {
    text-decoration: none;
}

.dashboard__filter-list li.active {
    background-color: #80bd38;
    color: #fff;
    cursor: default;
}

.dashboard__filter-list li.active span {
    margin-right: 12px;
}

.dashboard__filter-list li.active a {
    display: inline-block;
}

.dashboard__tab-error {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.dashboard__tab-error figure {
    max-width: 270px;
    margin: 0 auto 35px;
}

.dashboard__tab-error p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    margin-bottom: 24px;
}

.dashboard__tab-error a {
    font-weight: 600;
}

.dashboard__soonest {
    padding: 25px;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.dashboard__soonest--transactions {
    padding: 0;
    border: none;
    border-radius: 0;
}

.dashboard__soonest figure {
    max-width: 272px;
    margin: 0 auto 42px;
}

.dashboard__soonest p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin-bottom: 0;
}

.dashboard__soonest a {
    display: block;
    max-width: 366px;
    margin: 42px auto 0;
}

.dashboard__refresh {
    line-height: 20px;
    margin-bottom: 18px;
}

.dashboard__refresh span {
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1;
    color: #aaa;
}

.dashboard__refresh a {
    font-weight: 600;
    font-size: 0.625rem;
}

.dashboard__refresh img {
    display: inline-block;
    width: 17px;
}

.dashboard__refreshed {
    display: block;
}

.dashboard__refreshing {
    display: none;
}

.dashboard__refreshing img {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.dashboard__refresh-error {
    display: none;
}

.dashboard__refresh-error span {
    color: #ff0000;
}

.dashboard__refresh-mobile {
    width: 100%;
    height: 0;
    background-color: rgba(128, 189, 56, 0.05);
}

.dashboard.can-refresh {
    margin-top: 18px;
}

.dashboard.refreshing .dashboard__refreshed {
    display: none;
}

.dashboard.refreshing .dashboard__refreshing {
    display: block;
}

.dashboard.error-refresh .dashboard__refresh-error {
    display: block;
}

.dashboard__average-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 104px;
    text-align: center;
    margin-bottom: 12px;
}

.dashboard__average-box h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    color: #333;
    margin-bottom: 12px;
}

.dashboard__average-box .average-box-value {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 16px;
}

.dashboard__average-box .average-box-values li img {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
}

.dashboard__average-box .average-box-values li span {
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 25px;
    white-space: nowrap;
}

.dashboard__average-box .average-box-values li:not(:last-child) {
    border-right: 1px solid rgba(0, 170, 153, 0.15);
}

.dashboard__average-box.green {
    background: rgba(128, 189, 56, 0.06);
    color: #80bd38;
    border: 1px solid rgba(128, 189, 56, 0.08);
    border-radius: 10px;
}

.dashboard__average-box.blue {
    background: rgba(0, 170, 153, 0.05);
    color: #00aa99;
    border: 1px solid rgba(0, 170, 153, 0.08);
    border-radius: 10px;
}

.dashboard__graph-divider {
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    margin: 38px 0 32px;
    position: relative;
}

.dashboard__graph-divider span {
    display: block;
    background-color: #fafafa;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 16px;
    padding: 0 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard__graph-tooltip {
    min-width: 90px;
    background: #ffffff;
    padding: 10px 8px;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 0);
    transition: all 0.1s ease;
    z-index: 100;
}

.dashboard__graph-tooltip h5 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 2px;
}

.dashboard__graph-tooltip h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.dashboard__graph-tooltip p {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.dashboard__graph-tooltip ul {
    flex-wrap: nowrap;
}

.dashboard__graph-tooltip ul li {
    padding: 0 4px;
    min-width: 60px;
}

.dashboard__graph-tooltip ul li img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto 4px;
}

.dashboard__graph-tooltip ul li span {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.dashboard__graph-tooltip ul li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.dashboard__graph-tooltip:after,
.dashboard__graph-tooltip:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dashboard__graph-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.dashboard__graph-tooltip:before {
    border-color: rgba(196, 196, 196, 0);
    border-bottom-color: #f4f4f4;
    border-width: 13px;
    margin-left: -13px;
}

.dashboard__graph-tooltip.both {
    padding: 10px 24px;
}

.dashboard__graph-tooltip.both .dashboard__graph-tooltip-divider {
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #f4f4f4;
    margin: 8px 0;
}

.dashboard__graph-tooltip.both .dashboard__graph-tooltip-value {
    display: block;
}

.dashboard__graph-tooltip.both .dashboard__graph-tooltip-list {
    display: block;
}

.dashboard__graph-tooltip.value .dashboard__graph-tooltip-value {
    display: block;
}

.dashboard__graph-tooltip.value .dashboard__graph-tooltip-list {
    display: none;
}

.dashboard__graph-tooltip.list {
    padding: 10px 24px;
}

.dashboard__graph-tooltip.list .dashboard__graph-tooltip-value {
    display: none;
}

.dashboard__graph-tooltip.list .dashboard__graph-tooltip-list {
    display: block;
}

.dashboard__graph-tooltip-list {
    display: none;
}

.dashboard__graph-tooltip-value {
    display: none;
}

.dashboard__graph-tooltip-divider {
    display: none;
}

.dashboard-paybill-actions {
    display: flex;
}

@media (max-width: 991.98px) {
    .dashboard__box-wrapper {
        margin-top: 16px;
    }
}

@media (max-width: 767.98px) {
    .dashboard__box-body--fiber {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .dashboard__box-body--fiber .dashboard__box-icon {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .dashboard__box-footer--fiber {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard__box-footer--fiber>p {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .dashboard__box-info-header {
        justify-content: space-between;
    }

    .dashboard__box-info-header h3 {
        flex-grow: 1;
    }

    .dashboard__box-footer p {
        margin-bottom: 12px;
    }

    .dashboard__notification {
        padding: 14px 16px;
        /* margin-top: 0; */
    }

    .dashboard__guest-feature--id-number {
        flex-wrap: wrap;
    }

    .dashboard__guest-feature--id-number .dashboard__guest-feature-image {
        order: 1;
        margin-right: 0;
    }

    .dashboard__guest-feature--id-number .dashboard__guest-feature-info {
        flex: 0 0 calc(100% - 106px);
        max-width: calc(100% - 106px);
        order: 0;
        margin-right: 20px;
    }

    .dashboard__guest-feature--id-number>a {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        margin-top: 20px;
    }

    .dashboard-paybill-actions #apple-pay-container {
        padding-right: 6px;
        padding-left: 0px;
    }

    .dashboard-paybill-actions #payBillNow {
        padding: 0px;
    }

    .dashboard-paybill-actions #apple-pay-container:not(.d-none)+#payBillNow {
        padding-left: 6px;
    }
}

/* ================================= */
/* ===== My Cards ===== */
/* ================================= */
.my-cards__boxes-wrapper {
    margin-bottom: 18px;
}

.my-cards__boxes-wrapper h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 32px;
    margin-bottom: 6px;
}

.my-cards__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 12px;
    border: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
}

.my-cards__box .dropdown-menu {
    min-width: 125px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.my-cards__box .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: center;
    padding: 8px;
}

.my-cards__box .dropdown-menu .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.my-cards__box .dropdown-menu .dropdown-item.danger {
    color: #ff0000;
}

.my-cards__box .dropdown-menu .dropdown-divider {
    margin: 0 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.my-cards__box.selected {
    border: 1px solid #80bd38;
}

.my-cards__box.expired {
    background: #f2f2f2;
    box-shadow: none;
    color: #aaa;
}

.my-cards__box-image {
    width: 34px;
    margin-right: 16px;
}

.my-cards__box-info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.27px;
    margin-bottom: 0;
}

.my-cards__box-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

.my-cards__box-info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.27px;
    color: #aaa;
    margin-bottom: 0;
}

.my-cards__box-menu {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.my-cards__box-badge {
    background: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #80bd38;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.my-cards__actions {
    max-width: 366px;
    margin: 32px auto 0;
}

.my-cards__no-cards h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: #aaa;
    margin-bottom: 0;
}

.my-cards__no-cards-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* ================================= */
/* ===== Coverage Map ===== */
/* ================================= */
.coverage-map__radio-tabs {
    max-width: 366px;
    margin: auto;
}

.coverage-map__map-container {
    width: 100%;
    height: 600px;
    margin-top: 24px;
    border: 1px solid #efeeee;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.coverage-map__map {
    width: 100%;
    height: 100%;
}

.coverage-map__map-settings {
    position: absolute;
    top: 18px;
    left: 18px;
}

.coverage-map__checkbox {
    background-color: #fff;
    padding: 10px;
    border: 1.2px solid #d9d9d9;
    border-radius: 10px;
}

.coverage-map__select-line {
    padding: 18px;
    margin-top: 24px;
}

.coverage-map__coverages {
    max-width: 380px;
    margin: auto;
}

.coverage-map__coverages ul {
    justify-content: space-around;
}

.coverage-map__coverages ul li {
    width: calc(100% / 5);
}

.coverage-map__coverages ul li img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 auto 6px;
    transform: translateX(6px);
}

.coverage-map__coverages ul li img.active {
    display: none;
}

.coverage-map__coverages ul li span {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    letter-spacing: 0.2px;
    color: #d8d8d8;
    text-align: center;
}

.coverage-map__coverages ul li.active img {
    display: none;
}

.coverage-map__coverages ul li.active img.active {
    display: block;
}

.coverage-map__coverages ul li.active span {
    color: #333;
}

.coverage-map__coverage-status {
    min-width: 90px;
    display: inline-block;
    background: #ffffff;
    padding: 10px;
    margin-top: 12px;
    border: 1.2px solid #d9d9d9;
    border-radius: 10px;
}

.coverage-map__coverage-status ul {
    padding: 0;
    margin: 0;
}

.coverage-map__coverage-status ul li {
    padding-left: 18px;
    position: relative;
}

.coverage-map__coverage-status ul li span {
    display: block;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.32px;
}

.coverage-map__coverage-status ul li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.coverage-map__coverage-status ul li.good::before {
    background-color: #c2e566;
}

.coverage-map__coverage-status ul li.excellent::before {
    background-color: #a6d725;
}

.coverage-map__my-location {
    background: #ffffff;
    border: 1.2px solid #d9d9d9;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    bottom: 115px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.coverage-map__my-location img {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coverage-map__btn {
    max-width: 366px;
    margin: 20px auto 0;
}

.coverage-map__filter {
    background-color: #fff;
    padding: 10px;
    border: 1.2px solid #d9d9d9;
    border-radius: 10px;
}

.coverage-map__filter a {
    display: flex;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 22px;
    color: #333;
    letter-spacing: 0.32px;
    text-decoration: none;
}

.coverage-map__filter a img {
    width: 21px;
    height: auto;
    margin-right: 8px;
}

.coverage-map__store-details {
    padding: 14px 18px;
    margin-top: 24px;
}

.coverage-map__store-details-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coverage-map__store-details-info {
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
    padding-right: 20px;
}

.coverage-map__store-address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.coverage-map__store-address h3 {
    max-width: 386px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 17px;
    margin-right: 10px;
    margin-bottom: 0;
}

.coverage-map__store-address span {
    display: block;
    flex-shrink: 0;
    background: rgba(128, 189, 56, 0.1);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #80bd38;
    padding: 6px;
    border-radius: 4px;
}

.coverage-map__store-agent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.coverage-map__store-agent img {
    width: 14px;
    height: auto;
    margin-right: 4px;
}

.coverage-map__store-agent span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 15px;
}

.coverage-map__store-working-hours {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    color: #aaa;
    margin-top: 10px;
}

.coverage-map__store-details-actions {
    flex: 0 0 160px;
    max-width: 160px;
}

.coverage-map__store-details-actions .btn+.btn {
    margin-top: 18px;
}

.shop-marker {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shop-marker__image {
    width: 36px;
    height: 36px;
    border: 2.5px solid #fff;
    border-radius: 50%;
    z-index: 1;
}

.shop-marker__image.shop {
    background-color: #80bd38;
    background-image: url(../images/icons/ic-shop-marker.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.shop-marker__image.kiosk {
    background-color: #ff9900;
    background-image: url(../images/icons/ic-kiosk-marker.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.shop-marker__image.wifi {
    background-color: #00aa99;
    background-image: url(../images/icons/ic-wifi-marker.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.shop-marker__stick {
    width: 2px;
    height: 30px;
    background-color: #a7a9ac;
    margin-top: -10px;
}

.modal--select-new-line .modal-header {
    padding: 20px 16px 0;
}

.modal--select-new-line .modal-body {
    padding: 22px 16px 38px;
}

.modal--select-new-line .modal-body .home-box {
    max-width: 352px;
    margin: auto;
}

.modal--select-new-line .modal-body .home-box__info h3 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 6px;
}

@media (max-width: 767.98px) {
    .coverage-map__store-details-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .coverage-map__store-details-info {
        flex: auto;
        max-width: none;
        padding-right: 0;
        padding-bottom: 14px;
    }

    .coverage-map__store-details-actions {
        display: flex;
        width: 100%;
        max-width: none;
        justify-content: center;
        align-items: center;
        flex: auto;
        align-self: center;
    }

    .coverage-map__store-details-actions .btn {
        max-width: 146px;
    }

    .coverage-map__store-details-actions .btn:first-child {
        margin-right: 8px;
    }

    .coverage-map__store-details-actions .btn+.btn {
        margin-left: 8px;
        margin-top: 0;
    }

    .coverage-map__store-details-actions .btn img {
        margin-right: 10px;
    }
}

/* ================================= */
/* ===== Line Services ===== */
/* ================================= */
/* .addons-card-columns { */
/* margin is added due to webkit bug to solve */
/* margin-top: -7px; */
/* } */

.addon-block {
    background-color: #fff;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 5%);
    padding: 16px;
    margin-bottom: 13px !important;
    border-radius: 10px;
    border: 1px solid #efeeee;
    position: relative;
    cursor: pointer;
    /* margin is added due to webkit bug to solve */
    /* margin-top: 7px; */
}

.addon-block--active {
    background: rgba(228, 244, 210, 0.3);
    border: 1px solid #efeeee;
    box-shadow: none;
    padding-right: 92px;
}

.addon-block.selected {
    border-color: #80bd38;
}

.addon-block__active {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #80bd38;
    position: absolute;
    top: 18px;
    right: 18px;
}

.addon-block__active::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #80bd38;
    margin-right: 4px;
    border-radius: 50%;
}

.addon-block__promotion-badge {
    background-color: #80bd38;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1;
    color: white;
    text-transform: capitalize;
    padding: 6px 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px 0 10px 0;
    min-width: 150px;
}

.addon-block__promotion-badge img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: sub;
}

.addon-block__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 18px;
    margin-bottom: 0;
}

.addon-block__title span {
    display: block;
    width: 100%;
}

.addon-block__title-promotion {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 20px;
    color: #80bd38;
    margin-left: 5px;
    flex-shrink: 0;
}

.addon-block__title-promotion img {
    display: inline-block;
    width: 18px;
    height: auto;
    margin-left: 5px;
}

.addon-block__description {
    margin-top: 9px;
}

.addon-block__description p {
    font-size: 0.75rem;
    line-height: 18px;
    margin-bottom: 0;
}

.addon-block__icons {
    margin-top: 20px;
}

.addon-block__icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.addon-block__cycle {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
}

.addon-block__price {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    color: #80bd38;
}

.addon-block__price span {
    display: inline-block;
}

.addon-block__old-price {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    color: #aaa;
    position: relative;
}

.addon-block__old-price::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.zain-offers-block.addon-block:before,
.zain-offers-block.addon-block:after {
    content: " ";
    height: 24px;
    width: 12px;
    background-color: #efeeee;
    position: absolute;
    top: calc(50% - 12px);
}

.zain-offers-block.service-active-block.addon-block:before,
.zain-offers-block.service-active-block.addon-block:after {
    background-color: #fafafa;
}

.zain-offers-block.addon-block:before {
    left: -1px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-left: 1px solid rgb(250, 250, 250, 0.5) !important;
}

.zain-offers-block.addon-block:after {
    right: -1px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-right: 1px solid rgb(250, 250, 250, 0.5) !important;
}

.zain-offers-block.addon-block.selected:before,
.zain-offers-block.addon-block.selected:after {
    border: 1px solid #80bd38;
}

.category-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
}

.category-block--rates {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #4349cc;
    color: white;
    box-shadow: none;
}

.category-block__icon {
    width: 45px;
    height: 45px;
    background-color: rgba(67, 73, 204, 0.05);
    margin-right: 16px;
    border-radius: 10px;
    position: relative;
}

.category-block--rates .category-block__icon {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 32px;
}

.category-block__icon img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category-block__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 2px;
}

.category-block__subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
}

.country-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 16px;
    margin-bottom: 12px;
    position: relative;
}

.country-block__icon {
    width: 28px;
    height: auto;
    margin-right: 16px;
}

.country-block__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
}

.country-operators-badge {
    background-color: rgba(67, 73, 204, 0.05);
    font-size: 0.75rem;
    line-height: 20px;
    color: #4349cc;
    padding: 16px 20px;
    border-radius: 10px;
}

.country-operators-badge.green {
    background-color: rgba(0, 170, 153, 0.05);
    color: #00aa99;
}

.country-pay-rates {
    margin-bottom: 32px;
}

.country-pay-rates-list .country-pay-rates-item .country-pay-rates-block {
    padding: 0 20px;
}

.country-pay-rates-list .country-pay-rates-item .country-pay-rates-block__wrapper {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.country-pay-rates-list .country-pay-rates-item:nth-last-child(1) .country-pay-rates-block .country-pay-rates-block__wrapper,
.country-pay-rates-list .country-pay-rates-item:nth-last-child(2) .country-pay-rates-block .country-pay-rates-block__wrapper {
    border-bottom: none;
}

.country-pay-rates-block__name {
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 2px;
}

.country-pay-rates-block__rate {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 15px;
}

.service-subscribe {
    background-color: white;
    padding: 12px 16px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    bottom: 0;
}

.service-subscribe__vat {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 12px;
    text-align: center;
}

.service-subscribe__btn {
    max-width: 366px;
    margin: auto;
}

.credit-limit__section {
    margin-bottom: 20px;
}

.credit-limit__section h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 15px;
}

.credit-limit__section h3 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    margin-bottom: 15px;
}

.credit-limit__section button {
    display: block;
    max-width: 366px;
    margin: 20px auto;
}

.credit-limit__value {
    background: rgba(228, 244, 210, 0.3);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
    text-align: center;
    border: 1px solid #efeeee;
    border-radius: 10px;
    padding: 20px;
}

.outline-radio-tabs--credit-limit .nav .nav-item label span:nth-child(2) {
    font-weight: 700;
}

.available-balance__block {
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    padding: 18px 20px;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.available-balance__block span {
    margin-right: 15px;
}

.support5g-badge {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
    padding: 15px 18px;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.support5g-badge img {
    width: 45px;
    height: auto;
    margin-right: 8px;
}

.support5g-badge p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .service-subscribe {
        bottom: 60px;
    }

    .available-balance {
        position: sticky;
        top: 134px;
        z-index: 1;
    }

    .available-balance__block {
        background-color: #fff;
        border: none;
        border-bottom: 1px solid #f2f2f2;
        border-radius: 0;
    }

    .available-balance__block span {
        display: block;
        margin-right: 0;
        margin-bottom: 6px;
    }
}

/* ================================= */
/* ===== More ===== */
/* ================================= */
.more__block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    margin-top: 20px;
    margin-bottom: 12px;
    position: relative;
}

.more__block--wallet {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
}

.more__block--autopay {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
}

.more__block>h6 {
    flex: 0 0 100%;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    color: #aaa;
    margin-bottom: 0;
    margin-top: 10px;
}

.more__block-image {
    width: 45px;
    height: 45px;
    background-color: rgba(128, 189, 56, 0.05);
    margin-right: 14px;
    border-radius: 10px;
    position: relative;
}

.more__block-image.logout {
    background-color: rgba(255, 0, 0, 0.05);
}

.more__block--wallet .more__block-image {
    background-color: #1b9e62;
}

.more__block--autopay .more__block-image {
    background-color: #333;
}

.more__block-image img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.more__block-info {
    flex-grow: 1;
}

.more__block-info h2,
.more__block-info h2 p {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.more__block-info.logout h2 {
    font-weight: 400;
    color: #ff0000;
}

.more__block--enable-autopay .more__block-info h2 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.more__block--enable-autopay .more__block-info h2 span {
    display: inline-block;
    /* vertical-align: middle; */
}

.more__block-info h2 img {
    display: inline-block;
    width: auto;
    height: 15px;
}

.more__block-info h6,
.more__block-info h6 p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 3px;
}

.more__block--enable-autopay .more__block-info h6 {
    color: #aaa;
}

.more__block-arrow {
    width: 24px;
    transform: rotate(-90deg);
}

.more__app-version {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    color: #969696;
    margin-top: 32px;
    margin-bottom: 32px;
}

.my-account {
    margin-bottom: 20px;
}

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

.my-account__header h2 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
}

.my-account__header a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.my-account__header a img {
    width: 24px;
    margin-left: 6px;
}

.my-account__detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    cursor: pointer;
}

.my-account__detail.my-account__detail--novalue {
    background-color: rgba(128, 189, 56, 0.05);
}

.my-account__detail-image {
    width: 45px;
    height: 45px;
    background-color: rgba(128, 189, 56, 0.05);
    margin-right: 14px;
    border-radius: 10px;
    position: relative;
}

.my-account__detail--novalue .my-account__detail-image {
    background-color: transparent;
}

.my-account__detail-image img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.my-account__detail-info {
    flex-grow: 1;
}

.my-account__detail-info h2 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    color: #aaa;
    margin-bottom: 0;
}

.my-account__detail--novalue .my-account__detail-info h2 {
    font-weight: 600;
    font-size: 0.875rem;
    color: #80bd38;
}

.my-account__detail-info h6,
.my-account__detail-info h6 a {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
    color: #333;
}

.my-account__detail-arrow {
    width: 24px;
    transform: rotate(-90deg);
}

.line-manage-block {
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.line-manage-block.hidden {
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
}

.line-manage-block a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #333;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 14px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.line-manage-block a.no-name {
    padding: 25px 16px;
}

.line-manage-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    margin-bottom: 0;
}

.line-manage-block__status.primary {
    background: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #80bd38;
    padding: 2px 12px;
    border-radius: 4px;
}

.line-manage-block__status.hidden {
    background: #e7e7e7;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #666;
    padding: 4px 12px;
    border-radius: 4px;
}

.line-manage-block__info span.number {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    margin-right: 8px;
}

.line-manage-block__info span.line-type {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    text-transform: capitalize;
    color: #aaa;
}

.line-details__subscriber-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 20px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.line-details__subscriber-block.hidden {
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
}

.line-details__subscriber-block .badge {
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding: 5px 14px;
    border-radius: 10px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.line-details__subscriber-block.hidden .badge {
    background-color: #e7e7e7;
    color: #666;
}

.line-details__subscriber-block .number {
    display: inline-block;
    font-weight: 400;
    line-height: 22px;
    font-size: 0.875rem;
    letter-spacing: 0.27px;
    margin-right: 8px;
    margin-left: 8px;
}

.line-details__subscriber-block .line-type {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    color: #9f9f9f;
    text-transform: capitalize;
}

.line-details__form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.line-details__form-group .input-text {
    width: 100%;
}

.line-details__form-group-details h2 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 0;
}

.line-details__form-group-details h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 0;
}

.line-management {
    padding: 18px 0;
}

.line-management__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 34px;
    margin-bottom: 8px;
}

.line-management__access {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

.line-management__access span {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    margin-right: 10px;
}

.line-management__access.fully span {
    color: #80bd38;
}

.line-management__access.limited span {
    color: #ff9900;
}

.line-management__access a {
    display: block;
    width: 24px;
    height: 24px;
}

.line-management__sync {
    margin-bottom: 16px;
}

.line-management__sync button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    color: #80bd38;
    text-align: left;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.line-management__sync button img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.line-management__sync button.loading img {
    animation: spin 1s linear forwards infinite;
}

.line-management__sync-info h2 {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

.line-management__sync-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.32px;
    color: #aaa;
    margin-bottom: 0;
}

.line-management-actions {
    background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #f9f9f9 20.83%);
    padding: 30px;
    text-align: center;
    position: sticky;
    bottom: 0;
}

.line-management-actions a.btn {
    display: block;
    max-width: 366px;
    margin: 0 auto 22px;
}

.wallet-balance-box {
    padding: 14px 16px;
    margin-bottom: 6px;
}

.wallet-balance-box h3 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 12px;
}

.wallet-balance-box p {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1;
    color: #80bd38;
    margin-bottom: 0;
}

.wallet-balance-box p span {
    font-weight: 700;
    font-size: 2rem;
}

.autopay__block {
    padding: 14px 16px;
    margin-bottom: 20px;
    position: relative;
}

.autopay__block.disabled {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #aaa;
}

.autopay__block-info {
    padding-right: 20px;
    cursor: pointer;
}

.autopay__block.disabled .autopay__block-info {
    cursor: not-allowed;
}

.autopay__block-info.new-autopayment {
    cursor: initial;
}

.autopay__block-info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0.27px;
}

.autopay__block-info h6,
.autopay__block-info h6 a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    color: #333;
}

.autopay__block.disabled .autopay__block-info h6,
.autopay__block.disabled .autopay__block-info h6 a {
    color: #aaa;
}

.autopay__block-info h6 span {
    color: #aaa;
    text-transform: capitalize;
}

.autopay__block-status {
    display: inline-block;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 6px 12px;
    margin-top: 8px;
    border-radius: 4px;
}

.autopay__block-status.success {
    background: rgba(128, 189, 56, 0.12);
    color: #80bd38;
}

.autopay__block-status.hold {
    background: rgba(247, 166, 0, 0.12);
    color: #f7a600;
}

.autopay__block-status.failed {
    background: rgba(255, 0, 0, 0.12);
    color: #ff0000;
}

.autopay__block-status.new {
    background: rgba(0, 170, 153, 0.12);
    color: #00aa99;
}

.autopay__block-status.disabled {
    background: rgba(137, 138, 141, 0.09);
    color: #898a8d;
}

.autopay__block-divider {
    margin: 18px 0 6px;
    border-bottom: 1px solid #e9e9e9;
}

.autopay__block-dates {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 46px;
}

.autopay__block-dates .last-payment {
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    color: #aaa;
}

.autopay__block-dates .next-payment {
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 22px;
}

.autopay__block .dropdown-menu {
    min-width: 125px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.autopay__block .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: center;
    padding: 8px;
}

.autopay__block .dropdown-menu .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.autopay__block .dropdown-menu .dropdown-item.danger {
    color: #ff0000;
}

.autopay__block .dropdown-menu .dropdown-divider {
    margin: 0 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.autopay__choose_number {
    max-width: 366px;
    margin: auto;
}

.autopay__choose_number h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 34px;
    margin-bottom: 4px;
}

.autopay__choose_number h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.32px;
    margin-bottom: 20px;
}

.autopay__add-new {
    max-width: 366px;
    margin: auto;
}

.autopay__add-new h3 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 34px;
    margin-bottom: 4px;
}

.autopay__add-new h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #aaa;
    margin-bottom: 20px;
}

.autopay__add-new-divider {
    margin: 32px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.autopay__add-new .card-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 18px;
    border: 1px solid #efeeee;
    border-radius: 10px;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer;
}

.autopay__add-new .card-box.card-box--unsupported {
    border: 1px solid #f4b000;
}

.autopay__add-new .card-box.unsupported {
    cursor: not-allowed;
}

.autopay__add-new .card-box__image {
    width: 34px;
    margin-right: 15px;
}

.autopay__add-new .card-box__info {
    flex: 1;
}

.autopay__add-new .card-box__info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.autopay__add-new .card-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.autopay__add-new .card-box__default-badge {
    align-self: flex-end;
    background-color: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #80bd38;
    padding: 5px 10px;
    border-radius: 4px;
}

.autopay__add-new .card-box__unsupported-badge {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-end;
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #ff9900;
}

.autopay__add-new .card-box__unsupported-badge img {
    width: 10px;
    height: auto;
    margin-left: 5px;
}

.autopay__add-new .card-box::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-select-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.autopay__add-new .cards-dropdown .dropdown-menu {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    margin-top: 12px;
    overflow: hidden;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item .card-box {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item .card-box::before {
    content: "";
    width: calc(100% - 32px);
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -1px;
    left: 16px;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item .card-box::after {
    content: none;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item:hover,
.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item.selected {
    background-color: rgba(128, 189, 56, 0.09);
    color: #333;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item.unsupported {
    background-color: #f2f2f2;
    color: #aaa;
}

.autopay__add-new .cards-dropdown .dropdown-menu>a {
    width: calc(100% - 32px);
    margin: 32px 16px;
}

.autopay__actions-wrapper {
    background: #ffffff;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.autopay__actions-wrapper button {
    display: block;
    max-width: 366px;
    margin: auto;
}

.autopay__confirmation {
    max-width: 366px;
    margin: auto;
}

.autopay__unsupported-card-alert {
    background: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 19px;
    letter-spacing: 0.3px;
    padding: 14px 16px;
    margin-top: 12px;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.autopay__unsupported-card-alert img {
    width: 20px;
    height: auto;
    margin-right: 12px;
}

@media (max-width: 767.98px) {

    .line-management-actions,
    .autopay__actions-wrapper {
        bottom: 62px;
    }

    .autopay__block-divider {
        margin: 18px 0 14px;
    }

    .autopay__block-dates {
        height: auto;
    }
}

/* ================================= */
/* ===== Mobile Plans ===== */
/* ================================= */



.mobile-plan__links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.mobile-plan__image-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.mobile-plan__title,
.mobile-plan__title p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.mobile-plan__block {
    padding: 26px 16px 16px;
    margin-bottom: 20px;
    position: relative;
}

.mobile-plan__block h3 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.mobile-plan__block a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.mobile-plan__block a img {
    width: 24px;
    height: auto;
    transform: rotate(180deg);
}

.mobile-plan__block>img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.mobile-plan__type-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 148px;
    padding: 20px 16px;
    cursor: pointer;
}

.mobile-plan__type-block.selected {
    border: 1px solid #80bd38;
    box-shadow: none;
}

.mobile-plan__type-block h3 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.mobile-plan__type-block p {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 0;
}

/* ================================= */
/* ===== Security Management ===== */
/* ================================= */
.security-management__section {
    margin-bottom: 12px;
}

.security-management__section h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 6px;
}

.security-management__section h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.28px;
    color: #9f9f9f;
    margin-bottom: 0;
}

.numbers-security__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 14px 16px;
    position: relative;
}

.numbers-security__block h3 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.28px;
    margin-bottom: 1px;
}

.numbers-security__block p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}

.numbers-security__block p span {
    color: #9f9f9f;
}

.numbers-security__block-menu {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

.numbers-security__block .dropdown-menu {
    min-width: 125px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.numbers-security__block .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 8px;
}

.numbers-security__block .dropdown-menu .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.numbers-security__block .dropdown-menu .dropdown-item.danger {
    color: #ff0000;
}

.numbers-security__block .dropdown-menu .dropdown-divider {
    margin: 0 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.delete-account__title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.delete-account__subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 4px;
}

.delete-account__info {
    margin-bottom: 32px;
}

.delete-account__info li {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
}

.delete-account__info li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: middle;
}

.delete-account__image img {
    max-width: 109px;
    margin: auto;
}

.modal--delete-account .modal-header .modal-title,
.modal--delete-account .modal-header .modal-subtitle,
.modal--delete-account .modal-header .modal-list {
    max-width: 366px;
    margin: auto;
}

.modal--delete-account .modal-header .modal-list li {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.3px;
    position: relative;
}

.modal--delete-account .modal-header .modal-list li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: middle;
}

.modal--delete-account .modal-header figure {
    max-width: 92px;
    margin: 32px auto 0;
}

.modal--delete-account .modal-header figure img {
    width: 100%;
}

/* ================================= */
/* ===== Acitve Sessions ===== */
/* ================================= */
.active-session__block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}

.active-session__block.current {
    border: 1px solid #80bd38;
    box-shadow: none;
}

.active-session__block-image {
    width: 45px;
    height: 45px;
    background-color: rgba(128, 189, 56, 0.05);
    position: relative;
    margin-right: 14px;
    border-radius: 10px;
}

.active-session__block.delete-account .active-session__block-image {
    background-color: rgba(255, 0, 0, 0.05);
}

.active-session__block-modal-wrapper .active-session__block-image {
    display: none;
}

.active-session__block-image img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.active-session__block-info h2 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.active-session__block.delete-account .active-session__block-info h2 {
    font-weight: 400;
    color: #ff0000;
    margin-bottom: 0;
}

.active-session__block-modal-wrapper .active-session__block-info h2 {
    font-size: 1.125rem;
}

.active-session__block-info p {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.active-session__block-modal-wrapper .active-session__block-info p {
    font-size: 0.875rem;
}

.active-session__block-info p span {
    font-weight: 400;
}

.active-session__block-info p span.active {
    color: #00aa99;
}

.active-session__block-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.3;
    color: #aaa;
    margin-bottom: 0;
}

.active-session__block-modal-wrapper .active-session__block-info h6 {
    font-size: 0.875rem;
}

/* ================================= */
/* ===== Onboarding ===== */
/* ================================= */
.onboarding {
    padding: 48px 0;
}

.onboarding__title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 32px;
}

.onboarding__form {
    max-width: 366px;
    margin: auto;
}

.onboarding__form button {
    margin-top: 20px;
}

.onboarding__language-radio {
    margin-bottom: 12px;
}

.onboarding__language-radio input {
    display: none;
}

.onboarding__language-radio label {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
    padding: 14px 16px;
    margin-bottom: 0;
    cursor: pointer;
}

.onboarding__language-radio input:checked+label {
    border: 1px solid #80bd38;
    box-shadow: none;
}

.onboarding__block {
    max-width: 560px;
    background-color: #fff;
    padding: 32px;
    margin: auto;
}

.onboarding__features {
    max-width: 366px;
    margin: auto;
}

.onboarding__feature {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 48px;
}

.onboarding__feature:last-child {
    margin-bottom: 0;
}

.onboarding__feature-image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-left: 24px;
    margin-right: 24px;
}

.onboarding__feature:nth-child(1) .onboarding__feature-image img {
    height: 100px;
    width: auto;
}

.onboarding__feature:nth-child(2) .onboarding__feature-image img {
    height: 80px;
    width: auto;
}

.onboarding__feature:nth-child(3) .onboarding__feature-image img {
    height: 80px;
    width: auto;
}

.onboarding__feature-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.onboarding__feature-info h2 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: 12px;
}

.onboarding__feature-info p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.1;
    margin-bottom: 0;
}

.onboarding__block-link {
    display: block;
    max-width: 366px;
    margin: auto;
}

.onboarding-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #80bd38;
    background-image: url(../images/onboarding-pattern.svg);
    background-repeat: no-repeat;
    background-size: 462px;
    background-position: 42px calc(100% - 28px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.onboarding-loader__logo img {
    height: 130px;
    width: auto;
}

.language__list li a {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
    color: #333;
    text-decoration: none;
    padding: 14px 16px;
    margin-bottom: 20px;
    cursor: pointer;
}

.language__list li a.selected {
    border: 1px solid #80bd38;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .onboarding-loader {
        background-size: 380px;
        background-position: 16px calc(100% - 6px);
    }
}

@media (max-width: 767.98px) {
    .onboarding-loader {
        background-size: 294px;
        background-position: 20px calc(100% - 20px);
    }

    .onboarding {
        padding: 32px 0;
    }

    .onboarding__title {
        text-align: left;
        margin-bottom: 16px;
    }

    .onboarding__block {
        background-color: transparent;
        padding: 0;
    }

    .onboarding__feature {
        margin-bottom: 24px;
    }

    .onboarding__feature:last-child {
        margin-bottom: 0;
    }

    .onboarding__feature-image {
        flex: 0 0 100px;
        max-width: 100px;
        margin-left: 0;
        margin-right: 16px;
    }
}

/* ================================= */
/* ===== Line Information ===== */
/* ================================= */
.line-information__block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    cursor: pointer;
}

.line-information__block-image {
    width: 45px;
    height: 45px;
    background-color: rgba(128, 189, 56, 0.05);
    position: relative;
    margin-right: 14px;
}

.line-information__block-image img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line-information__block-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.2;
    /* color: #aaa; */
    margin-bottom: 0;
}

.line-information__block-info h2 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

.line-information__block-info p {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}

.modal--line-information .modal-header {
    padding: 46px 14px 16px;
}

.modal--line-information .modal-header .modal-title {
    max-width: 366px;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin: 0 auto 12px;
}

.modal--line-information .modal-header .modal-info {
    max-width: 366px;
    margin: auto;
}

.modal--line-information .modal-body {
    padding: 16px 15px 30px;
}

.modal--line-information .modal-body h3 {
    max-width: 366px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.1;
    margin: 0 auto 12px;
}

.modal--line-information .modal-body ul {
    max-width: 366px;
    padding: 0;
    margin: auto;
}

.modal--line-information .modal-body ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal--line-information .modal-body ul li:last-child {
    border-bottom: none;
}

.modal--line-information .modal-body ul li span:first-child {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.8;
}

.modal--line-information .modal-body ul li span:last-child {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.8;
}

.modal--line-information .modal-footer {
    padding: 20px 15px 32px;
}

.modal--line-information .modal-footer--green {
    background-color: rgba(128, 189, 56, 0.05);
}

.modal--line-information .modal-footer h3 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: 12px;
}

.modal--line-information .modal-footer h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.1;
    color: #aaa;
    margin-bottom: 0;
}

/* ================================= */
/* ===== Beta Feedback ===== */
/* ================================= */
.beta-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #80bd38;
    color: white;
    padding: 16px 18px;
    /* margin-bottom: 20px; */
    border-radius: 10px;
    position: relative;
}

.beta-block::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-beta-feedback.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.beta-block__info {
    max-width: 328px;
    margin-right: 18px;
    z-index: 1;
}

.beta-block__info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 4px;
}

.beta-block__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.27px;
    margin-bottom: 0;
}

.beta-block .btn {
    max-width: 250px;
    z-index: 1;
}

.modal--beta-feedback .modal-content {
    padding: 0 15px 30px;
}

.modal--beta-feedback .modal-content-wrapper {
    max-width: 366px;
    margin: auto;
}

.modal--beta-feedback .feedback__block-info {
    margin-bottom: 32px;
}

.modal--beta-feedback .feedback__ratings-list {
    margin-bottom: 36px;
}

.modal--beta-feedback .feedback__ratings-list li {
    margin: 0 12px;
}

.modal--beta-feedback .feedback__radio label {
    width: 54px;
    height: 54px;
}

.modal--beta-feedback .feedback__block-btn a {
    display: table;
    text-transform: uppercase;
    margin: 26px auto 0;
}

.modal--beta-feedback .page-desc__image {
    max-width: 152px;
    margin-bottom: 24px;
}

.modal--beta-feedback .page-desc__title h2 {
    font-family: Cairo;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 38px;
    letter-spacing: 0.26px;
    text-align: center;
    margin-bottom: 9px;
}

.modal--beta-feedback .page-desc__title p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.26px;
    text-align: center;
    margin-bottom: 0;
}

.modal--beta-feedback .page-desc__title a {
    display: table;
    text-transform: uppercase;
    margin: 26px auto 0;
}

.modal--beta-feedback .page-desc__btns {
    margin-top: 42px;
}

.modal--beta-feedback .page-desc__btns a {
    text-transform: uppercase;
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .beta-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .beta-block::before {
        background-image: url(../images/bg-beta-feedback-mobile.svg);
        background-position: top right;
    }

    .beta-block__info {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* ================================= */
/* ===== Account History ===== */
/* ================================= */
.transaction__header {
    position: sticky;
    top: 0;
}

.input-text--transaction-search a:first-of-type {
    right: 68px;
}

.input-text--transaction-search-divider {
    display: block;
    width: 0;
    height: 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 50%;
    right: 52px;
    transform: translateY(-50%);
    outline: none;
}

.transaction-details {
    cursor: pointer;
}

.modal--transactions-details.modal--bill-details .modal-dialog {
    width: 425px;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 34px;
    padding: 0 30px 12px;
    margin-bottom: 0;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__list {
    padding: 0;
    margin: 0 30px;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__item {
    position: relative;
    padding: 12px 18px;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__item.gray {
    background-color: #fafafa;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__item:last-child {
    border-bottom: 0;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item .key {
    flex: 0 0 100%;
    max-width: 100%;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item .key strong.green {
    color: #80bd38;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item .key strong.orange {
    color: #f7a600;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item .key strong.red {
    color: #f00;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item-action {
    display: block;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item-action img {
    max-width: 32px;
}

.modal--transactions-details.modal--bill-details .modal-footer p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    margin-bottom: 8px;
}

@media (max-width: 767.98px) {
    .modal--transactions-details.modal--bill-details .modal-body .modal-details-box__title {
        padding: 0 15px 12px;
    }

    .modal--transactions-details.modal--bill-details .modal-body .modal-details-box__list {
        margin: 0 15px;
    }
}

/* ================================= */
/* ===== Line Activity ===== */
/* ================================= */
.line-activity__total-list {
    background: rgba(128, 189, 56, 0.06);
    border: 1px solid rgba(128, 189, 56, 0.08);
    border-radius: 10px;
    padding: 18px;
}

.line-activity__total-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}

.line-activity__total-item:not(:last-child):after {
    content: "";
    display: block;
    height: 38px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.line-activity__total-item img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.line-activity__total-item h6 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 16px;
    color: #333;
    margin-bottom: 6px;
}

.line-activity__total-item p {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 16px;
    margin-bottom: 0;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav {
    flex-wrap: wrap;
}

/* .outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(4),
.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(4) ~ li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(3),
.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(3) ~ li {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(2),
.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(2) ~ li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(1),
.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(1) ~ li {
    display: none;
} */

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend.voice .nav .nav-item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend.fiber .nav .nav-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.line-activity__graph-canvas {
    position: relative;
}

.line-activity__graph-tooltip {
    position: absolute;
}

.popover--graph-tooltip {
    padding: 8px 16px;
}

.popover--graph-tooltip .bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: -0.5rem;
}

.popover--graph-tooltip .popover-par {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    text-align: center;
    margin-bottom: 0;
}

.line-activity__graph-alert {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 18px;
}

.line-activity__graph-alert img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.line-activity__graph-alert span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.line-activity__filter-slider {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.line-activity__filter-slider span {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
}

.line-activity__filter-slider button {
    width: 36px;
    height: 45px;
    background: transparent;
    border: none;
    position: relative;
}

.line-activity__filter-slider button.line-activity__filter-slider-prev {
    transform: rotate(180deg);
}

.line-activity__filter-slider button.disabled,
.line-activity__filter-slider button:disabled {
    cursor: not-allowed;
}

.line-activity__filter-slider button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line-activity__filter-slider button.disabled svg path,
.line-activity__filter-slider button:disabled svg path {
    stroke: #aaa;
}

@media (max-width: 767.98px) {
    .line-activity__total-list {
        flex-direction: column;
    }

    .line-activity__total-item {
        flex-direction: row;
    }

    .line-activity__total-item:not(:last-child) {
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .line-activity__total-item::after {
        content: none !important;
    }

    .line-activity__total-item img {
        margin-bottom: 0;
        margin-right: 8px;
    }

    .line-activity__total-item h6 {
        flex-grow: 1;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .line-activity__total-item p {
        text-align: right;
    }

    .outline-radio-tabs.outline-radio-tabs--graph-legend.voice .nav .nav-item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

/*
  Theme Name:
  Theme URL:
  Author:
  Author URI:
  Creation Date:
  Description:
  Version:
*/

/*
=======================================================================
                            [Table of Contents]
=======================================================================
00. Global Styles
00. Utilities
00. Input Text
00. Input File
00. OTP Inputs
00. Checkboxes
00. Modals
00. Popover
00. Radio Tabs
00. Header
00. Navbar
00. Footer
00. Join Zain
00. Page Header
00. Page Wizard
00. Page Breadcrumbs
00. Page Form
00. Page Image
00. Page Accordion
00. Page Iframe
00. Page Desc
00. Page Swiper
00. Help Blocks
00. Contact Us
00. Social Media
00. Feedback
00. Form Box
00. Support Tickets
00. Ticket Details
00. Home Content
00. Quickpay
00. Dashboard
00. My Cards
00. Coverage Map
*/

/* ================================= */
/* ===== Global Styles ===== */
/* ================================= */
*:focus {
    outline: none !important;
}

body {
    min-height: 100vh;
    background-color: #fafafa;
    font-family: "Cairo", sans-serif;
    color: #333;
    text-align: left;
    padding-top: 122px;
    padding-bottom: 48px;
    position: relative;
    direction: ltr;
}

.max-height-section {
    height: calc(100vh - 122px - 48px);
}

body.overscroll-behavior-contain {
    overscroll-behavior-y: contain;
}

body.direct-access {
    padding-top: 60px;
    padding-bottom: 48px;
}

body.onboarding {
    padding-top: 70px;
    padding-bottom: 0;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

a {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #80bd38;
}

a.larger {
    font-size: 0.875rem;
}

a:hover {
    color: #73ad2f;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 767.98px) {
    body {
        padding-top: 60px;
        padding-bottom: calc(62px + env(safe-area-inset-bottom, 0));
    }

    .max-height-section {
        height: calc(100vh - 60px - calc(62px + env(safe-area-inset-bottom, 0)));
        /* height: calc(100dvh - 60px - calc(62px + env(safe-area-inset-bottom, 0))); */
    }

    body.direct-access {
        padding-bottom: 0;
    }

    body.onboarding {
        padding-top: 70px;
        padding-bottom: 0;
    }
}

/* ================================= */
/* ===== Utilities ===== */
/* ================================= */
.main {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 170px);
    position: relative;
}

.invisible {
    display: none;
}

.text-start {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}

.text-body {
    color: #333 !important;
}

.text-gray {
    color: #9F9F9F;
}

.whole-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px !important;
}

/* .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 10px;
    padding-right: 10px;
} */

.row-s10 {
    margin-left: -10px;
    margin-right: -10px;
}

.col-s10 {
    padding-left: 10px;
    padding-right: 10px;
}

.form-group {
    line-height: 1;
}

.alert.alert-main {
    margin: 0;
    border: none;
    border-radius: 0;
}

.alert.alert-success {
    background-color: rgba(128, 189, 56, 0.2);
    color: #80bd38;
}

.alert.alert-danger {
    background-color: rgba(255, 0, 0, 0.2);
    color: #ff0000;
}

.bg-login {
    position: relative;
}

.bg-login::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/login-pattern-desktop-tablet.svg);
    background-position: right top;
    background-size: 250px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

[class*="--bg-green"] {
    background-color: #80bd38;
}

[class*="--bg-light-blue"] {
    background-color: #00aa99;
}

[class*="--bg-pink"] {
    background-color: #e85190;
}

[class*="--bg-blue"] {
    background-color: #4349cc;
}

[class*="--bg-orange"] {
    background-color: #ff9901;
}

[class*="--white-box"] {
    background-color: #fff;
    border-radius: 10px;
}

.shadow-box {
    background-color: #fff;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid #efeeee;
}

.shadow-box--green {
    background-color: rgba(128, 189, 56, 0.1);
}

.border-box {
    border-radius: 10px;
    border: 1px solid #efeeee;
}

.border-box.green {
    background-color: rgb(128, 189, 56, 0.1);
}

.bg-flower {
    position: relative;
}

.bg-flower::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-flower.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-stars {
    position: relative;
}

.bg-stars::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-stars.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-leaf {
    position: relative;
}

.bg-leaf::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-leaf.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-triangle {
    position: relative;
}

.bg-triangle::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-triangle.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-sun {
    position: relative;
}

.bg-sun::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-sun.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-shape {
    position: relative;
}

.bg-shape::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-shape.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-autopay {
    position: relative;
}

.bg-autopay::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/ic-autopay.svg);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-gfn {
    position: relative;
}

.bg-gfn::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern-gfn.svg);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-offers {
    position: relative;
}

.bg-offers::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/ic-offers-pattern.svg);
    background-position: calc(100% + 8px);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-twister,
.bg-circle {
    position: relative;
}

.bg-twister::before,
.bg-circle::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-twister.svg);
    background-position: 98%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-spikes {
    position: relative;
}

.bg-spikes::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-spikes.svg);
    background-position: 98%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-postpaid {
    position: relative;
}

.bg-postpaid::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-postpaid.svg);
    background-position: calc(100% - 6px) 6px;
    background-size: 102px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-prepaid {
    position: relative;
}

.bg-prepaid::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-prepaid.svg);
    background-position: calc(100% - 6px) 6px;
    background-size: 70px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-knowledgebase"] {
    position: relative;
}

[class*="--bg-knowledgebase"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-knowledgebase.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-knowledgebase-header"]::before {
    background-image: url(../images/bg-knowledgebase-header.svg);
}

[class*="--bg-contact-us"] {
    position: relative;
}

[class*="--bg-contact-us"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-contact-us.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-contact-us-header"]::before {
    background-image: url(../images/bg-contact-us-header.svg);
}

[class*="--bg-ticket"] {
    position: relative;
}

[class*="--bg-ticket"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-ticket.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-ticket-header"]::before {
    background-image: url(../images/bg-ticket-header.svg);
}

[class*="--bg-feedback"] {
    position: relative;
}

[class*="--bg-feedback"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-feedback.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-feedback-header"]::before {
    background-image: url(../images/bg-feedback-header.svg);
}

[class*="--bg-social-media"] {
    position: relative;
}

[class*="--bg-social-media"]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-social-media.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

[class*="--bg-social-media-header"]::before {
    background-image: url(../images/bg-social-media-header.svg);
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    width: 38px;
    height: 38px;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flatpickr-months .flatpickr-month {
    height: 38px;
}

.flatpickr-current-month {
    height: 38px;
    padding: 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    height: 38px;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: white;
}

.flatpickr-current-month input.cur-year {
    height: 38px;
    -moz-appearance: textfield;
}

.flatpickr-current-month input.cur-year::-webkit-outer-spin-button,
.flatpickr-current-month input.cur-year::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#lottieLoaderContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.85;
    background-color: #fafafa;
    z-index: 99999;
}

#lottieLoaderContainer>lottie-player {
    width: 116px;
    height: 116px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.danger-zone__header h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 41px;
    letter-spacing: 0.3px;
    color: #ff0000;
    text-align: center;
}

.danger-zone__header .alert.alert-danger {
    display: flex;
    background-color: rgba(255, 0, 0, 0.12);
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #ff0000;
    margin-bottom: 0;
    border-radius: 10px;
}

.danger-zone__header .alert.alert-danger img {
    width: 24px;
    height: auto;
    margin-right: 16px;
}

.danger-zone__body h3 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0.3px;
}

.danger-zone__body p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.danger-zone__body .nav li {
    padding-left: 36px;
    margin-bottom: 16px;
    position: relative;
}

.danger-zone__body .nav li::before {
    content: "";
    display: block;
    background-color: #333;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.line-termination-illustration {
    width: 366px;
    position: absolute;
    right: -110px;
    bottom: -78px;
}

.line-termination-illustration img {
    width: 100%;
}

#userNotification {
    position: fixed;
    padding: 10px 50px;
    border-radius: 4px;
    background-color: #1a1110;
    color: white;
    z-index: 9999;
    text-align: center;
    bottom: 10px;
    right: 10px;
}

.gfn-notification {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 12px 16px !important;
    text-align: left !important;
    right: 50% !important;
    transform: translateX(50%);
}

.gfn-notification img {
    width: 24px;
    height: auto;
}

.gfn-notification span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: white;
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .row-s10 {
        margin-left: -8px;
        margin-right: -8px;
    }

    .col-s10 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .line-termination-illustration {
        max-width: 100%;
        margin: 16px auto 0;
        position: static;
    }
}

@media (max-width: 767.98px) {
    .main {
        min-height: calc(100vh - 122px);
    }

    #userNotification {
        width: calc(100% - 20px);
        bottom: 65px;
    }
}

@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* ================================= */
/* ===== Input Text ===== */
/* ================================= */
.input-text {
    height: 50px;
    position: relative;
}

.input-text input,
.input-text textarea,
.input-text select {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 50px;
    letter-spacing: 0.32px;
    padding: 0 18px;
    border: 1px solid #aaa;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-text input:focus::-moz-placeholder,
.input-text input.has-value::-moz-placeholder,
.input-text textarea:focus::-moz-placeholder,
.input-text textarea.has-value::-moz-placeholder,
.input-text select:focus::-moz-placeholder,
.input-text select.has-value::-moz-placeholder {
    opacity: 1;
    transition-delay: 0;
    -moz-transition: 0;
    transition: 0;
}

.input-text input:focus:-ms-input-placeholder,
.input-text input.has-value:-ms-input-placeholder,
.input-text textarea:focus:-ms-input-placeholder,
.input-text textarea.has-value:-ms-input-placeholder,
.input-text select:focus:-ms-input-placeholder,
.input-text select.has-value:-ms-input-placeholder {
    opacity: 1;
    transition-delay: 0;
    -ms-transition: 0;
    transition: 0;
}

.input-text input:focus::placeholder,
.input-text input.has-value::placeholder,
.input-text textarea:focus::placeholder,
.input-text textarea.has-value::placeholder,
.input-text select:focus::placeholder,
.input-text select.has-value::placeholder {
    opacity: 1;
    transition-delay: 0;
    transition: 0;
}

.input-text input:focus+label,
.input-text input.has-value+label,
.input-text textarea:focus+label,
.input-text textarea.has-value+label,
.input-text select:focus+label,
.input-text select.has-value+label {
    max-width: calc(100% - 36px);
    background-color: #fafafa;
    top: 0;
    cursor: default;
}

.input-text.white input:focus+label,
.input-text.white input.has-value+label,
.input-text.white textarea:focus+label,
.input-text.white textarea.has-value+label,
.input-text.white select:focus+label,
.input-text.white select.has-value+label {
    background-color: #fff;
}

.input-text input::-moz-placeholder,
.input-text textarea::-moz-placeholder,
.input-text select::-moz-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.32px;
    color: #aaa;
    opacity: 0;
    transition-delay: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.input-text input:-ms-input-placeholder,
.input-text textarea:-ms-input-placeholder,
.input-text select:-ms-input-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.32px;
    color: #aaa;
    opacity: 0;
    transition-delay: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.input-text input::placeholder,
.input-text textarea::placeholder,
.input-text select::placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.32px;
    color: #aaa;
    opacity: 0;
    transition-delay: 0.2s;
    transition: 0.2s;
}

.input-text input.required:not(.remove-star)+label::after,
.input-text textarea.required:not(.remove-star)+label::after,
.input-text select.required:not(.remove-star)+label::after {
    content: "*";
}

.input-text input:disabled,
.input-text input.disabled,
.input-text textarea:disabled,
.input-text textarea.disabled,
.input-text select:disabled,
.input-text select.disabled,
.input-text:not(.input-text--date, .input-text--time) input[readonly],
.input-text:not(.input-text--date, .input-text--time) textarea[readonly],
.input-text:not(.input-text--date, .input-text--time) select[readonly] {
    background-color: #e7e7e7;
    opacity: 0.5;
    cursor: not-allowed;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
}

.input-text input:disabled+label,
.input-text input.disabled+label,
.input-text textarea:disabled+label,
.input-text textarea.disabled+label,
.input-text select:disabled+label,
.input-text select.disabled+label {
    color: #aaa;
}

.input-text label {
    max-width: calc(100% - 36px);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #aaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    transition: 0.2s;
    cursor: text;
    z-index: 1;
}

.input-text__error-message {
    display: none;
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 13px;
    letter-spacing: 0.2px;
    color: #ff0000;
    margin-top: 4px;
}

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

.input-text__password-validation.weak .input-text__password-validation-meter {
    display: flex;
}

.input-text__password-validation.weak .input-text__password-validation-meter::after {
    content: "Weak";
    color: #ff0000;
}

.input-text__password-validation.weak .input-text__password-validation-meter .line.line-weak {
    background-color: #ff0000;
}

.input-text__password-validation.fair .input-text__password-validation-meter {
    display: flex;
}

.input-text__password-validation.fair .input-text__password-validation-meter::after {
    content: "Fair";
    color: #f8a600;
}

.input-text__password-validation.fair .input-text__password-validation-meter .line.line-weak,
.input-text__password-validation.fair .input-text__password-validation-meter .line.line-fair {
    background-color: #f8a600;
}

.input-text__password-validation.strong .input-text__password-validation-meter {
    display: flex;
}

.input-text__password-validation.strong .input-text__password-validation-meter::after {
    content: "Strong";
    color: #27ae60;
}

.input-text__password-validation.strong .input-text__password-validation-meter .line.line-weak,
.input-text__password-validation.strong .input-text__password-validation-meter .line.line-fair,
.input-text__password-validation.strong .input-text__password-validation-meter .line.line-strong {
    background-color: #27ae60;
}

.input-text__password-validation-meter {
    display: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 4px;
}

.input-text__password-validation-meter::after {
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 13px;
    letter-spacing: 0.2px;
    margin-left: 12px;
}

.input-text__password-validation-meter .line {
    width: 100%;
    height: 2px;
    background-color: #b7b7b7;
    border-radius: 1px;
    position: relative;
}

.input-text__password-validation-meter .line:not(:last-child) {
    margin-right: 8px;
}

.input-text__password-validation-note {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.6875rem;
    line-height: 1.2;
    color: #aaa;
    margin-top: 6px;
}

.input-text.error input,
.input-text.error textarea,
.input-text.error select {
    border: 0.75px solid #ff0000;
}

.input-text.error+.input-text__error-message,
.checkbox.error+.input-text__error-message {
    display: block;
}

.input-text--action input {
    padding-right: 40px;
}

.input-text--action input:focus+label,
.input-text--action input.has-value+label {
    max-width: calc(100% - 36px);
}

.input-text--action label {
    max-width: calc(100% - 58px);
}

.input-text--action a {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    outline: none;
}

.input-text--action a img.active {
    display: none;
}

.input-text--action.active a img {
    display: none;
}

.input-text--action.active a img.active {
    display: block;
}

.input-text--country-search input {
    padding-left: 48px;
    padding-right: 48px;
}

.input-text--country-search input::placeholder {
    opacity: 1;
}

.input-text--country-search input:focus::placeholder {
    opacity: 0;
}

.input-text--country-search label {
    display: none;
}

.input-text--country-search::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-search-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}

.input-text--select::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-select-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.input-text--select.clickable::before {
    z-index: -1;
}

.input-text--select.clickable input {
    cursor: pointer;
}

.input-text--select select {
    padding-right: 40px;
    cursor: pointer;
    position: relative;
}

.input-text--select select:focus+label,
.input-text--select select.has-value+label {
    max-width: calc(100% - 36px);
    cursor: default;
}

.input-text--select label {
    max-width: calc(100% - 58px);
    cursor: pointer;
}

.input-text--time::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-time.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.input-text--time input {
    padding-right: 40px;
    cursor: pointer;
    position: relative;
}

.input-text--time input:focus+label,
.input-text--time input.has-value+label {
    max-width: calc(100% - 36px);
    cursor: default;
}

.input-text--time label {
    max-width: calc(100% - 58px);
    cursor: pointer;
}

.input-text--date::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-date.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.input-text--date input {
    padding-right: 40px;
    cursor: pointer;
    position: relative;
}

.input-text--date input:focus+label,
.input-text--date input.has-value+label {
    max-width: calc(100% - 36px);
    cursor: default;
}

.input-text--date label {
    max-width: calc(100% - 58px);
    cursor: pointer;
}

.input-text--textarea {
    height: auto;
}

.input-text--textarea textarea {
    line-height: 20px;
    padding: 10px 18px;
    resize: none;
}

.input-text--textarea label {
    top: 18px;
    z-index: 1;
}

.input-text--40 {
    height: 40px;
}

.input-text--40 a {
    width: 20px;
    height: 20px;
}

.input-text.disabled::before {
    opacity: 0.5;
}

.input-group {
    padding: 12px 0;
    border: 0.75px solid #aaaaaa;
    border-radius: 10px;
}

.input-group--card {
    direction: ltr;
    text-align: left;
}

.input-group>* {
    padding: 0 12px;
}

.input-group>input {
    -ms-flex: 1 1 auto;
    flex: 0 0 var(--input-size, 20%);
    min-width: var(--input-size, 20%);
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.32px;
    text-align: center;
    padding: 0 12px;
    margin: 0;
    border: none;
    border-right: 1px solid #aaaaaa;
}

.input-group--card>input {
    border-left: none;
    border-right: 1px solid #aaaaaa;
}

.input-group>input::placeholder {
    color: #aaa;
}

.input-group>input:last-child:last-of-type {
    border-right: none;
    border-left: none;
}

.input-group.error {
    border-color: #ff0000;
}

.input-group.error>input {
    border-color: #ff0000;
}

.input-group.error>input.error {
    color: #ff0000;
}

.input-group.error>input.error::placeholder {
    color: #ff0000;
}

.input-group.error+.input-text__error-message {
    display: block;
}

/* ================================= */
/* ===== Input File ===== */
/* ================================= */
.input-file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 50px;
    background-color: #f2f2f2;
    border: 1px dashed #aaa;
    border-radius: 10px;
    position: relative;
}

.input-file input {
    display: none;
}

.input-file input.required~label span:after,
.input-file input.required span:after {
    content: "*";
}

.input-file label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 48px;
    padding-left: 18px;
    padding-right: 40px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.input-file label::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/ic-file-upload.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: calc(100% - 12px) center;
    position: absolute;
    top: 0;
    left: 0;
}

.input-file label span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #aaa;
}

.input-file>span {
    display: none;
    background-color: #fafafa;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #aaa;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    top: 0;
    left: 14px;
    transform: translateY(-50%);
}

.input-file__files {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    width: 100%;
    padding-left: 0;
    padding-right: 8px;
    margin: 0;
}

.input-file__file {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0 8px;
    margin: 2px 0;
    border-radius: 5px;
    position: relative;
}

.input-file__file:not(:last-child) {
    margin-right: 8px;
}

.input-file__file img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover;
}

.input-file__file span {
    display: block;
    max-width: 150px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #80bd38;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 4px;
}

.input-file__file a {
    display: inline-block;
    color: #80bd38;
    text-decoration: none;
    margin-left: 12px;
}

.input-file.has-value {
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 18px;
    padding-right: 40px;
    border: 0.75px solid #aaa;
}

.input-file.has-value label {
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.input-file.has-value label::before {
    background-position: center center;
}

.input-file.has-value label span {
    display: none;
}

.input-file.has-value>span {
    display: block;
}

.input-file.has-value .input-file__files {
    display: flex;
    flex-grow: 1;
}

.input-file.error {
    border: 1px dashed #ff0000;
}

.input-file.error>span {
    color: #ff0000;
}

.input-file.error+.input-text__error-message {
    display: block;
}

/* ================================= */
/* ===== OTP Inputs ===== */
/* ================================= */
.otp__inputs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp__input {
    width: 50px;
    height: 50px;
    margin: 0 5px;
}

.otp__input input {
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    border: 0.75px solid #aaa;
    border-radius: 10px;
    outline: none;
}

.otp__input input::-moz-placeholder {
    color: #aaa;
}

.otp__input input:-ms-input-placeholder {
    color: #aaa;
}

.otp__input input::placeholder {
    color: #aaa;
}

.otp__input input.error {
    border-color: #ff0000;
}

.otp__error-message {
    max-width: 366px;
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 13px;
    letter-spacing: 0.2px;
    color: #ff0000;
    text-align: center;
    margin: 8px auto 0;
}

.otp__timer {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.26px;
    text-align: center;
    margin-top: 32px;
}

.otp__timer .timer {
    font-weight: 600;
    color: #80bd38;
}

.otp__resend {
    margin-top: 32px;
}

.otp__resend a {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.26px;
}

/* ================================= */
/* ===== Checkboxes ===== */
/* ================================= */
.checkbox {
    display: flex;
}

.checkbox input {
    display: none;
}

.checkbox input:checked+label .checkbox__icon {
    opacity: 0;
}

.checkbox input:checked+label .checkbox__icon--checked {
    opacity: 1;
}

.checkbox input:checked+label.shadow-box {
    border-color: #80bd38;
}

.checkbox input:disabled+label,
.checkbox input.disabled+label {
    color: #aaa;
    cursor: not-allowed;
}

.checkbox label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.checkbox label.shadow-box {
    padding: 16px;
}

.checkbox.error label.shadow-box {
    border-color: #ff0000;
}

.checkbox__icon {
    width: auto;
    margin-right: 8px;
}

.checkbox label.shadow-box .checkbox__icon {
    margin-right: 16px;
}

.checkbox__icon--checked {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.checkbox label.shadow-box .checkbox__icon--checked {
    left: 16px;
}

.checkbox__value {
    font-weight: 700;
    font-size: 1rem;
    color: #80bd38;
}

.checkbox__currency {
    font-weight: 400;
    font-size: 0.75rem;
    color: #80bd38;
}

.checkbox input:disabled+label::after,
.checkbox input.disabled+label::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: #efefef;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.checkbox input:disabled+label .checkbox__icon,
.checkbox input.disabled+label .checkbox__icon {
    opacity: 0;
}

.checkbox input:disabled+label .checkbox__value,
.checkbox input.disabled+label .checkbox__value {
    color: #aaa;
}

.checkbox input:disabled+label .checkbox__currency,
.checkbox input.disabled+label .checkbox__currency {
    color: #aaa;
}

/**
* Switch
*/

.switch input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

.switch label {
    width: 50px;
    height: 30px;
    display: block;
    background-color: #e5e5ea;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 0;
}

.switch label::after {
    content: "";
    width: 26px;
    height: 26px;
    background: #ffffff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.01), 0px 3px 1px rgba(0, 0, 0, 0.03);
    position: absolute;
    border-radius: 100px;
    top: 2px;
    left: 2px;
    transition: 0.5s;
}

.switch input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switch input:checked+label {
    background-color: #80bd38;
}

.switch label:active:after {
    width: 30px;
}

/* ================================= */
/* ===== Buttons ===== */
/* ================================= */
.btn {
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.26px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 10px;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: top;
}

.btn.btn-38 {
    height: 38px;
    font-size: 0.75rem;
    line-height: 15px;
    padding: 8px;
}

.btn.btn-green {
    background-color: #80bd38;
    color: #fff;
}

.btn.btn-green:hover {
    background-color: #73ad2f;
}

.btn.btn-white {
    background-color: #fff;
    color: #80bd38;
}

.btn.btn-outline-green {
    border: 1px solid #80bd38;
    color: #80bd38;
}

.btn.btn-outline-green:hover {
    background-color: rgba(128, 189, 56, 0.13);
}

.btn.btn-outline-danger {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.btn.btn-outline-danger:hover {
    color: #fff;
}

.btn.btn-icon {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.btn.btn-icon img {
    width: 24px;
    height: auto;
    margin-right: 16px;
}

.btn.btn-applepay {
    background-color: #000;
}

.btn.btn-applepay img {
    width: 54px;
    height: auto;
    margin: auto;
}

.btn-direct-access {
    display: table;
    background-color: rgba(255, 0, 0, 0.09);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.28px;
    color: #ff0000;
    padding: 8px 16px;
    margin: auto;
    border-radius: 10px;
}

.btn-direct-access:hover {
    color: #ff0000;
    text-decoration: none;
}

.btn-direct-access img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.btn-otp {
    display: block;
    max-width: 366px;
    margin: auto;
}

.btn-link {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #80bd38;
}

.btn-link:hover {
    text-decoration: underline;
    color: #80bd38;
}

/* ================================= */
/* ===== Modals ===== */
/* ================================= */
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    /* -webkit-backdrop-filter: blur(4px); */
    /* backdrop-filter: blur(4px); */
}

.modal {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.modal .modal-dialog {
    width: 560px;
    max-width: 100%;
}

.modal .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 0px -2px 10px rgba(194, 193, 193, 0.25);
}

.modal .modal-header {
    display: block;
    text-align: center;
    border: none;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.modal .modal-header .close {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 14px;
    left: 14px;
    opacity: 1;
    z-index: 100;
}

.modal .modal-header .close:hover {
    opacity: 1;
}

.modal .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 6px;
}

.modal .modal-header .modal-subtitle {
    max-width: 400px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin: auto;
}

.modal .modal-footer {
    display: block;
    text-align: center;
    border: none;
    border-radius: 0 0 20px 20px;
}

.modal .modal-footer>* {
    max-width: 366px;
    margin: auto;
}

.modal .modal-footer a:not([type="button"]) {
    display: table;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.26px;
    color: #80bd38;
    text-transform: uppercase;
    margin: 24px auto 0;
}

.modal .modal-footer a:not([type="button"]):hover {
    color: #73ad2f;
}

.modal.animate .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal .input-text input:focus+label,
.modal .input-text input.has-value+label {
    background-color: #fff;
    top: 0;
    cursor: default;
}

.modal--terms .modal-header {
    padding: 52px 20px 20px;
}

.modal--terms .modal-footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px 96px 52px;
}

.modal--terms .modal-footer button {
    max-width: 366px;
    margin: 0 8px;
}

.modal--forgot-number .modal-header {
    padding: 45px 20px 10px;
}

.modal--forgot-number .modal-header .modal-title {
    margin-bottom: 0;
}

.modal--forgot-number.modal--full-access .modal-header .modal-title {
    text-align: left;
}

.modal--forgot-number.modal--full-access .modal-header .modal-subtitle {
    max-width: none;
    text-align: left;
    color: #333;
}

.modal--forgot-number .modal-header .modal-question {
    max-width: 335px;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin: 0 auto 6px;
}

.modal--forgot-number .modal-header .modal-answer {
    max-width: 335px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin: auto;
}

.modal--forgot-number .modal-body {
    padding: 12px 20px 34px;
}

.modal--forgot-number .modal-body .forgot-number-steps {
    display: table;
    margin: auto;
    list-style: none;
    padding: 0;
}

.modal--forgot-number.modal--full-access .modal-body .forgot-number-steps {
    display: block;
}

.modal--forgot-number .modal-body .forgot-number-steps li {
    display: flex;
}

.modal--forgot-number .modal-body .forgot-number-steps li p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.modal--forgot-number .modal-body .forgot-number-steps li p a {
    font-size: 0.875rem;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-code {
    display: inline-block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 22px;
    letter-spacing: 4px;
    vertical-align: bottom;
    margin: 0 4px;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-code.disabled {
    color: #999;
    vertical-align: text-bottom;
    position: relative;
    top: -3px;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-copy {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-copy.disabled {
    display: none;
}

.modal--forgot-number .modal-body .forgot-number-steps li p .modal-link.disabled {
    color: #999;
    pointer-events: none;
}

.modal--forgot-number .modal-body figure {
    width: 165px;
    margin: 22px auto 0;
}

.modal--forgot-number .modal-body .otp-timer {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #aaa;
    letter-spacing: 0.26px;
    text-align: center;
    margin-top: 32px;
}

.modal--forgot-number .modal-body .otp-timer .timer {
    color: #80bd38;
}

.modal--forgot-number .modal-body .otp-resend {
    margin-top: 32px;
}

.modal--forgot-number .modal-body .otp-resend a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #80bd38;
    letter-spacing: 0.26px;
    text-align: center;
}

.modal--forgot-number.modal--full-access .modal-body figure {
    width: 60;
    margin: 22px auto 0;
}

.modal--location .modal-header,
.modal--location .modal-body,
.modal--location .modal-footer {
    padding: 16px 24px;
}

.modal--location .modal-map {
    width: 100%;
    height: 274px;
}

.modal--feedback .modal-header {
    padding: 52px 20px 20px;
}

.modal--feedback .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.modal--feedback .modal-header .modal-subtitle {
    max-width: 325px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    margin: auto;
}

.modal--feedback .modal-footer {
    padding: 20px 20px 32px;
}

.modal--pay-with-card .modal-header {
    padding: 22px 96px 0;
}

.modal--pay-with-card.quickpay .modal-header {
    background-color: #fafafa;
    padding: 22px 96px;
}

.modal--pay-with-card .modal-header .modal-box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 16px;
}

.modal--pay-with-card .modal-header .modal-box .modal-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-header .modal-box .modal-title a {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-header .modal-box .modal-subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #333;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body {
    padding: 20px 96px;
}

.modal--pay-with-card .modal-body .modal-box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 20px 18px;
    position: relative;
}

.modal--pay-with-card.add .modal-body .modal-box {
    border: none;
    padding: 0 18px;
}

.modal--pay-with-card .modal-body .modal-box .modal-box-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.modal--pay-with-card .modal-body .modal-box h3 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.modal--pay-with-card .modal-body .modal-box .modal-box-title-wrapper h3 {
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list {
    position: static;
    align-items: center;
    opacity: 0.5;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list {
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.5;
}

.modal--pay-with-card.add .modal-body .modal-box .payment-methods-list {
    top: 0;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list li {
    width: 34px;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list li:not(:last-child) {
    margin-right: 3px;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list.has-value {
    opacity: 1;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list.has-value li {
    display: none;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list.has-value li.visible {
    display: block;
}

.modal--pay-with-card .modal-body .modal-summary {
    margin-top: 16px;
}

.modal--pay-with-card .modal-body .modal-summary__list {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}

.modal--pay-with-card .modal-body .modal-summary__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
}

.modal--pay-with-card .modal-body .modal-summary__item:not(:last-child) {
    border-bottom: 1px dashed rgba(51, 51, 51, 0.07);
}

.modal--pay-with-card .modal-body .modal-summary__item h4 {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .modal-summary__item p {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    text-align: right;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .modal-summary__item.vat h4,
.modal--pay-with-card .modal-body .modal-summary__item.vat p {
    color: #aaa;
}

.modal--pay-with-card .modal-body .modal-summary__item.total {
    background-color: #fafafa;
    border-bottom: none;
}

.modal--pay-with-card .modal-body .modal-summary__item.total h4,
.modal--pay-with-card .modal-body .modal-summary__item.total p {
    font-weight: 700;
}

.modal--pay-with-card .modal-body .modal-summary__item.wallet {
    background-color: #fafafa;
    border-bottom: none;
}

.modal--pay-with-card .modal-body .modal-summary__item.wallet p {
    color: #ff9900;
}

.modal--pay-with-card .modal-body .modal-total-payment {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 16px;
}

.modal--pay-with-card .modal-body .modal-total-payment h4 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    text-align: center;
}

.modal--pay-with-card .modal-body .modal-total-payment p {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 48px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .card-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 18px;
    border: 1px solid #efeeee;
    border-radius: 10px;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer;
}

.modal--pay-with-card .modal-body .card-box__image {
    width: 34px;
    margin-right: 15px;
}

.modal--pay-with-card .modal-body .card-box__info {
    flex: 1;
}

.modal--pay-with-card .modal-body .card-box__info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .card-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .card-box__default-badge {
    align-self: flex-end;
    background-color: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #80bd38;
    padding: 5px 10px;
    border-radius: 4px;
}

.modal--pay-with-card .modal-body .card-box::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-select-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    margin-top: 12px;
    overflow: hidden;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item .card-box {
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 70px;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item .card-box::before {
    content: "";
    width: calc(100% - 32px);
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -1px;
    left: 16px;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item .card-box::after {
    content: none;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item:hover,
.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu .dropdown-item.selected {
    background-color: rgba(128, 189, 56, 0.09);
    color: #333;
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu>a {
    width: calc(100% - 32px);
    margin: 32px 16px;
}

.modal--pay-with-card .modal-footer {
    padding: 16px 96px 40px;
}

.modal--camera {
    z-index: 1051;
}

.modal--camera .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal--camera .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}

.modal--camera .modal-header {
    height: 88px;
    background-color: #fafafa;
    padding: 24px;
    position: relative;
}

.modal--camera .modal-header .close {
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

.modal--camera .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    color: #80bd38;
    text-align: center;
    margin-bottom: 0;
}

.modal--camera .modal-body {
    width: 100%;
    height: calc(100% - 88px);
    background-color: #000;
    padding: 0;
    position: relative;
}

.modal--camera .modal-body .modal-error {
    display: none;
}

.modal--camera .modal-body video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal--camera .modal-body canvas {
    display: none;
}

.modal--camera .modal-body .modal-overlay {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.modal--camera .modal-body .modal-overlay p {
    width: 100%;
    max-width: 300px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #fff;
    text-align: center;
    margin: 48px auto 0;
    position: relative;
    z-index: 1;
}

.modal--camera .modal-body .modal-overlay a {
    display: block;
    width: 68px;
    height: 68px;
    background-color: transparent;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.modal--camera .modal-body .modal-overlay .modal-window {
    content: "";
    width: 365px;
    height: 244px;
    position: absolute;
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.modal--camera.modal--camera-voucher .modal-body .modal-overlay .modal-window {
    height: 50px;
}

.modal--camera .modal-body .modal-overlay .modal-window::after {
    content: "";
    width: 100%;
    height: 0;
    border-top: 1px solid #80bd38;
    position: absolute;
    top: 2px;
    left: 0;
    animation: cameraline 1s ease-in-out alternate infinite;
}

@-webkit-keyframes cameraline {
    0% {
        top: 2px;
        left: 0;
    }

    100% {
        top: calc(100% - 2px);
        left: 0;
    }
}

@keyframes cameraline {
    0% {
        top: 2px;
        left: 0;
    }

    100% {
        top: calc(100% - 2px);
        left: 0;
    }
}

.modal--camera.error .modal-body .modal-error {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #f8d7d8;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    letter-spacing: 0.32px;
    color: #ff0000;
    text-align: center;
    padding: 8px;
}

.modal--camera.error .modal-body .modal-overlay {
    width: 100%;
    height: calc(100% - 30px);
    top: 30px;
}

.modal--camera.error .modal-body video,
.modal--camera.error .modal-body canvas {
    width: 100%;
    height: calc(100% - 30px);
}

.modal--camera.captured .modal-body video {
    display: none;
}

.modal--camera.captured .modal-body canvas {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal--camera.captured .modal-body .modal-overlay p {
    display: none;
}

.modal--check-bill .modal-header {
    padding: 20px;
}

.modal--check-bill .modal-body {
    padding: 22px 96px 12px;
}

.modal--check-bill .modal-body h3 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 15px;
    margin-bottom: 22px;
}

.modal--check-bill .modal-footer {
    padding: 20px 96px 32px;
}

.modal--bill-details .modal-dialog {
    width: 425px;
}

.modal--bill-details .modal-header {
    background-color: #fafafa;
    padding: 60px 24px 20px;
}

.modal--bill-details .modal-header .modal-box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 16px;
}

.modal--bill-details .modal-header .modal-box .modal-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.modal--bill-details .modal-header .modal-box .modal-subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 0;
}

.modal--bill-details .modal-body {
    padding: 10px 0 16px;
}

.modal--bill-details .modal-body .modal-details-box__list {
    list-style: none;
    padding: 0;
}

.modal--bill-details .modal-body .modal-details-box__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.modal--bill-details .modal-body .modal-details-box__item img {
    max-width: 32px;
}

.modal--bill-details .modal-body .modal-details-box__item .key {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
}

.modal--bill-details .modal-body .modal-details-box__item .value {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    text-align: right;
}

.modal--bill-details .modal-body .modal-details-box__item.last-bill {
    padding: 6px 30px;
    border-bottom: none;
}

.modal--bill-details .modal-body .modal-details-box__item.last-bill .key {
    font-weight: 700;
}

.modal--bill-details .modal-body .modal-details-box__item.last-bill .value {
    flex: 0 0 auto;
    max-width: none;
    background: rgba(255, 153, 1, 0.12);
    font-weight: 400;
    font-size: 0.75rem;
    color: #ff9901;
    padding: 3px 7px;
    border-radius: 4px;
}

.modal--bill-details .modal-body .modal-details-box__item.vat {
    border-bottom: none;
}

.modal--bill-details .modal-body .modal-details-box__item.vat .key {
    color: #aaa;
}

.modal--bill-details .modal-body .modal-details-box__item.vat .value {
    color: #aaa;
}

.modal--bill-details .modal-body .modal-details-box__item.discount .key {
    color: #aaa;
}

.modal--bill-details .modal-body .modal-details-box__item.discount .value {
    color: #ff9901;
}

.modal--bill-details .modal-body .modal-details-box__item.no-border {
    border-bottom: none;
}

.modal--bill-details .modal-body .modal-details-box__item.total {
    background-color: #fafafa;
    border-bottom: none;
}

.modal--bill-details .modal-body .modal-details-box__item.total .key {
    font-weight: 700;
}

.modal--bill-details .modal-body .modal-details-box__item.total .value {
    font-weight: 700;
}

.modal--bill-details .modal-body .modal-details-box__vat {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    color: #aaa;
}

.modal--bill-details .modal-footer {
    padding: 20px 30px 34px;
}

.modal--line-selector .modal-content {
    max-height: 535px;
    position: relative;
}

.modal--line-selector .modal-content.search {
    min-height: 535px;
}

.modal--line-selector .modal-content::after {
    content: none;
    width: 100%;
    height: 100px;
    background: linear-gradient(2.31deg, #ffffff 2.21%, rgba(255, 255, 255, 0) 98.34%);
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.modal--line-selector .modal-header {
    padding: 62px 25px 10px;
}

.modal--line-selector .modal-header .line-selector-search .line-selector-search-off {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal--line-selector .modal-header .line-selector-search .line-selector-search-off h2 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.modal--line-selector .modal-header .line-selector-search .line-selector-search-off a {
    display: block;
    width: 24px;
    height: 24px;
}

.modal--line-selector .modal-body {
    padding: 8px 25px 38px;
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal--line-selector.modal--default-line-selector .modal-body {
    padding: 8px 25px 0;
}

.modal--line-selector .modal-body::-webkit-scrollbar {
    display: none;
}

.modal--line-selector .modal-body .line-selector-alert {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    color: #aaa;
    margin-top: 6px;
}

.modal--line-selector .modal-body .line-selector-list {
    padding: 0;
    margin-bottom: 34px;
}

.modal--line-selector .modal-body .line-selector-list li:not(:last-child) {
    margin-bottom: 12px;
}

.modal--line-selector .modal-body .modal-link {
    display: inline-block;
    background-image: url(../images/icons/ic-add.svg);
    background-position: center right;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    font-size: 0.875rem;
    line-height: 26px;
    padding-right: 34px;
    position: relative;
    z-index: 1;
}

.modal--line-selector .modal-body .btn-wrapper {
    background: linear-gradient(2.31deg, #ffffff 49.71%, rgba(255, 255, 255, 0) 98.34%);
    padding: 38px 24px;
    position: sticky;
    bottom: 0;
}

.modal--line-selector .modal-body .btn-wrapper button {
    max-width: 366px;
    margin: auto;
}

.modal--dashboard-filter .modal-header {
    padding: 44px 15px 12px;
}

.modal--dashboard-filter .modal-body {
    padding: 0 97px 12px;
}

.modal--dashboard-filter .modal-body .modal-section h3 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 12px;
}

.modal--dashboard-filter .modal-body .modal-section.date h3 {
    margin-bottom: 30px;
}

.modal--dashboard-filter .modal-body .modal-section.activity {
    margin-bottom: 14px;
}

.modal--dashboard-filter .modal-body .modal-filter-list {
    margin: 0;
}

.modal--dashboard-filter .modal-body .modal-filter-list>li {
    position: relative;
}

.modal--dashboard-filter .modal-body .modal-filter-list>li:not(:last-child)::before {
    content: "";
    width: calc(100% - 52px);
    height: 0px;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0;
    right: 0;
}

.modal--dashboard-filter .modal-body .modal-filter-sublist {
    margin: 0;
}

.modal--dashboard-filter .modal-body .modal-filter-sublist>li {
    position: relative;
}

.modal--dashboard-filter .modal-body .modal-filter-sublist>li::before {
    content: "";
    width: calc(100% - 52px);
    height: 0px;
    border-bottom: 1.5px dashed rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    right: 0;
}

.modal--dashboard-filter .modal-footer {
    padding: 14px 15px 32px;
}

.modal--dashboard-filter .modal-footer .btn {
    display: block;
    max-width: 366px;
    margin: auto;
}

.modal--edit-card-name .modal-header {
    padding: 50px 15px 16px;
}

.modal--edit-card-name .modal-header picture img {
    width: 200px;
    height: auto;
    margin: 0 auto 20px;
}

.modal--edit-card-name .modal-header .modal-subtitle {
    color: #333;
    line-height: 20px;
}

.modal--edit-card-name .modal-body {
    max-width: 366px;
    margin: auto;
    padding: 16px 15px;
}

.modal--edit-card-name .modal-footer {
    width: 100%;
    max-width: 366px;
    margin: auto;
    padding: 20px 15px 40px;
}

.modal--question .modal-header {
    padding: 12px 20px;
}

.modal--question .modal-body {
    max-width: 375px;
    padding: 20px;
    margin: auto;
}

.modal--question .modal-body .modal-question {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: left;
    margin-bottom: 18px;
}

.modal--question .modal-body .modal-answer p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.3px;
}

.modal--question .modal-body .modal-answer img {
    max-width: 194px;
    margin: auto;
}

.modal--alert .modal-header {
    padding: 62px 25px 36px;
}

.modal--alert .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: left;
    margin-bottom: 22px;
}

.modal--alert .modal-header .modal-subtitle {
    max-width: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #333333;
}

.modal--service-subscribe .modal-dialog {
    width: 425px;
}

.modal--service-subscribe .modal-header {
    background: #fafafa;
    padding: 60px 30px 20px;
}

.modal--service-subscribe .modal-header .modal-box {
    background: #ffffff;
    padding: 16px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.modal--service-subscribe .modal-header .modal-box .modal-title,
.modal--service-subscribe .modal-header .modal-box .modal-title a {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px;
    text-align: center;
}

.modal--service-subscribe .modal-header .modal-box .modal-subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-align: center;
    text-transform: capitalize;
}

.modal--service-subscribe .modal-body {
    padding: 20px 30px 10px;
}

.modal--service-subscribe .modal-footer {
    padding: 10px 30px 30px;
}

.modal--service-subscribe ul.service-info {
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 20px;
}

.modal--service-subscribe ul.service-info>li {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.modal--service-subscribe ul.service-info>li:last-child {
    border-bottom: none;
}

.modal--service-subscribe ul.service-info:not(.promotion)>li:nth-last-child(2) {
    border-bottom: none;
}

.modal--service-subscribe ul.service-info>li.promotion-desc {
    background-color: rgba(128, 189, 56, 0.05);
    position: relative;
}

.modal--service-subscribe ul.service-info>li.promotion-desc .promotion-badge {
    background-color: #80bd38;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1;
    color: white;
    text-transform: capitalize;
    padding: 6px 12px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 10px;
}

.modal--service-subscribe ul.service-info>li.promotion-desc .promotion-badge img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: sub;
}

.modal--service-subscribe ul.service-info>li .promotion-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 20px;
    color: #80bd38;
    margin-left: 5px;
}

.modal--service-subscribe ul.service-info>li .promotion-title img {
    display: inline-block;
    width: 18px;
    height: auto;
}

.modal--service-subscribe ul.service-info>li a,
.modal--transactions-details #validityPeriodPopover {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.modal--service-subscribe ul.service-info li h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 16px;
    margin-bottom: 0;
}

.modal--service-subscribe ul.service-info li h5 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 4px;
}

.modal--service-subscribe ul.service-info li p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 0;
}

.modal--service-subscribe ul.service-info li p pre {
    font-family: "Cairo";
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    white-space: normal;
    margin-bottom: 0;
    overflow: visible;
}

.modal--service-subscribe .service-price h3 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

.modal--service-subscribe .service-price h5 {
    display: table;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #aaa;
    text-align: center;
    position: relative;
    margin: 0 auto 4px;
}

.modal--service-subscribe .service-price h5::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.modal--service-subscribe .service-price h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    color: #9f9f9f;
    margin-bottom: 0;
}

.modal--service-subscribe .service-price p {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 6px;
}

.modal--service-subscribe .service-icons {
    margin-top: 8px;
}

.modal--service-subscribe .service-icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-bottom: 0;
}

/**  Boosters **/
.modal--service-subscribe.boosters .modal-header {
    background: #fafafa;
    padding: 60px 15px 20px;
}

.modal--service-subscribe.boosters .modal-header h2.modal-title {
    margin-bottom: 20px;
}

.modal--service-subscribe.boosters .modal-header .modal-box {
    background: #ffffff;
    border: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.modal--service-subscribe.boosters .modal-header .modal-box h3 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 6px;
}

.modal--service-subscribe.boosters .modal-header .modal-box h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    margin-bottom: 0;
}

.modal--service-subscribe.boosters .modal-body {
    padding: 20px 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal--service-subscribe.boosters .modal-body .modal-alert {
    background-color: rgba(0, 170, 153, 0.05);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0, 170, 153, 1);
    padding: 10px 14px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.modal--service-subscribe.boosters .modal-body .modal-external-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(128, 189, 56, 0.05);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 14px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-decoration: none;
}

.modal--service-subscribe.boosters .modal-body .modal-external-link img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.modal--service-subscribe.boosters .modal-body .service-info {
    border: 1px solid #f4f4f4;
    padding: 20px 20px 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.modal--service-subscribe.boosters .modal-body .service-info .outline-radio-tabs--small .nav {
    flex-wrap: wrap;
}

.modal--service-subscribe.boosters .modal-body .service-info .outline-radio-tabs--small .nav .nav-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 12px;
}

.modal--service-subscribe.boosters .modal-body .service-info .outline-radio-tabs--small .nav .nav-item label {
    padding: 16px 0;
}

.modal--service-subscribe.boosters .modal-body .service-info .service-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.modal--service-subscribe.boosters .modal-body .service-info .service-details .service-details__icon {
    width: 32px;
    height: 32px;
    margin-right: 14px;
}

.modal--service-subscribe.boosters .modal-body .service-info .service-details h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
}

.modal--service-subscribe.boosters .modal-body .service-info .service-details h5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.modal--service-subscribe.boosters .modal-footer {
    padding: 20px 20px 40px;
}

.modal--service-subscribe.boosters .modal-footer .service-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.modal--service-subscribe.boosters .modal-footer .service-price p {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

.modal--service-subscribe.boosters .modal-footer .service-price h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 12px;
    margin-bottom: 0;
}

/**  Boosters **/

.modal--service-active .modal-dialog {
    width: 425px;
}

.modal--service-active .modal-header {
    padding: 60px 36px 10px;
}

.modal--service-active .modal-header .active-badge {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #e4f4d2;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #80bd38;
    border-radius: 4px;
    padding: 2px 12px;
}

.modal--service-active .modal-body {
    padding: 0 36px 10px;
}

.modal--service-active .modal-body .service-active-header {
    position: relative;
}

.modal--service-active .modal-body h2.service-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.modal--service-active .modal-body .promotion-service-title p {
    margin-bottom: 0;
}

.modal--service-active .modal-body h3.promotion-service-title {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    color: #80bd38;
    margin-bottom: 0;
}

.modal--service-active .modal-body h5.promotion-service-title pre {
    font-family: "Cairo";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    white-space: normal;
    margin-bottom: 0;
    overflow: visible;
}

.modal--service-active .modal-body .promotion-service-badge {
    background-color: #80bd38;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1;
    color: white;
    text-transform: capitalize;
    padding: 6px 12px;
    position: absolute;
    bottom: 6px;
    right: -36px;
    border-radius: 5px 0 0 5px;
}

.modal--service-active .modal-body .promotion-service-badge img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: sub;
}

.modal--service-active .modal-body h6.service-cycle {
    font-weight: 400;
    line-height: 20px;
    font-size: 0.75rem;
    margin-bottom: 18px;
}

.modal--service-active .modal-body .service-price {
    margin-bottom: 18px;
}

.modal--service-active .modal-body .service-price .service-price-label {
    font-weight: 700;
    line-height: 20px;
    font-size: 0.875rem;
    color: #80bd38;
}

.modal--service-active .modal-body .service-price .service-vat-label {
    font-weight: 400;
    line-height: 14px;
    font-size: 0.625rem;
    color: #aaa;
}

.modal--service-active .modal-body .service-value .service-unlimited {
    display: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
}

.modal--service-active .modal-body .service-value.unlimited .service-unlimited {
    display: block;
}

.modal--service-active .modal-body .service-value .service-percentage {
    display: none;
}

.modal--service-active .modal-body .service-value.percentage .service-percentage {
    display: block;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-consumption {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    line-height: 20px;
    font-size: 1rem;
    color: #00aa99;
    margin-bottom: 6px;
}

.modal--service-active .modal-body .service-value .service-percentage.warning .service-percentage-consumption {
    color: #ff9900;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-consumption img {
    display: none;
    width: 16px;
    height: auto;
    margin-left: 5px;
}

.modal--service-active .modal-body .service-value .service-percentage.warning .service-percentage-consumption img {
    display: block;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-progress {
    width: 100%;
    height: 8px;
    background: #ebebeb;
    border-radius: 20px;
    margin-bottom: 4px;
    overflow: hidden;
    position: relative;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00aa99;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.modal--service-active .modal-body .service-value .service-percentage.warning .service-percentage-progress span {
    background-color: #ff9900;
}

.modal--service-active .modal-body .service-value .service-percentage .service-percentage-value {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
}

.modal--service-active .modal-footer {
    padding: 12px 36px 32px;
}

.modal--service-active .modal-header .active-badge::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #80bd38;
    margin-right: 4px;
    border-radius: 50%;
}

/* Filter Checkbox */
.filter-checkbox {
    display: flex;
}

.filter-checkbox input {
    display: none;
}

.filter-checkbox input:checked+label::after {
    background-image: url(../images/icons/ic-checkbox-checked.svg);
}

.filter-checkbox input:disabled+label,
.filter-checkbox input .disabled+label {
    opacity: 0.4;
}

.filter-checkbox label {
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 52px;
    padding-right: 24px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.filter-checkbox label::after {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/ic-checkbox-unchecked.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.filter-checkbox label.consumption::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(0, 170, 153, 0.05);
    background-image: url(../images/icons/ic-consumption.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.recharge::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(128, 189, 56, 0.05);
    background-image: url(../images/icons/ic-recharge.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.bill::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(128, 189, 56, 0.05);
    background-image: url(../images/icons/ic-bill.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.calls::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(0, 170, 153, 0.05);
    background-image: url(../images/icons/ic-calls.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.sms::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(255, 153, 1, 0.05);
    background-image: url(../images/icons/ic-sms.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.internet::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: rgba(67, 73, 204, 0.05);
    background-image: url(../images/icons/ic-internet.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.shop::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: #80bd38;
    background-image: url(../images/icons/ic-shop-marker.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.kiosk::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: #ff9900;
    background-image: url(../images/icons/ic-kiosk-marker.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.filter-checkbox label.wifi::before {
    content: "";
    width: 36px;
    height: 36px;
    background-color: #00aa99;
    background-image: url(../images/icons/ic-wifi-marker.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.modal#downloadApp .modal-content {
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
}

.modal#downloadApp .download-app-header {
    font-weight: 900;
}

.modal#downloadApp .download-app-btn {
    padding: 12px;
    display: block;
    height: 40px;
    width: 100px;
    color: #ffffff;
    background: #f7f7f7;
    border-radius: 20px;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    margin: 0px 12px 0px auto;
}

.modal#downloadApp .download-app-btn:active,
.modal#downloadApp .download-app-btn:focus {
    text-decoration: none;
}

.modal#downloadApp .download-app-btn#goToAndroidApp,
.modal#downloadApp .download-app-btn#goToIosApp {
    background-color: #80bd38;
}

.modal#downloadApp .download-app-header-separator {
    height: 0px;
    margin: 12px -9px;
    border: 1px solid #5f5f5f;
}

.modal#downloadApp img {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    margin-left: auto;
}

@media (prefers-color-scheme: light) {
    .modal#downloadApp .modal-content {
        background-color: #fff;
        color: #000;
    }

    .modal#downloadApp .download-app-header-separator {
        border: 1px solid #d8d8d8;
    }
}

@media (prefers-color-scheme: dark) {
    .modal#downloadApp .modal-content {
        background-color: #4d4d4d;
        color: #fff;
    }

    .modal#downloadApp .download-app-header-separator {
        border: 1px solid #5f5f5f;
    }
}

@media (max-width: 575.98px) {
    .modal .modal-dialog {
        align-items: flex-end;
        min-height: 100%;
        margin: auto;
    }

    .modal .modal-content {
        border-radius: 20px 20px 0 0;
    }

    .modal .modal-header .modal-title {
        text-align: left;
    }

    .modal .modal-header .modal-subtitle {
        max-width: none;
        text-align: left;
        margin: 0;
    }

    .modal.animate .modal-dialog {
        transition: transform 0.3s ease-out;
        transform: translate(0, 100%);
    }

    .modal.show .modal-dialog {
        transform: none;
    }

    .modal--terms .modal-header {
        padding: 66px 20px 10px;
    }

    .modal--terms .modal-footer {
        flex-wrap: wrap;
        padding: 12px 20px 56px;
    }

    .modal--terms .modal-footer button {
        width: 100%;
        margin: 0;
    }

    .modal--terms .modal-footer button:not(:last-child) {
        margin-bottom: 14px;
    }

    .modal--forgot-number .modal-header {
        padding: 56px 20px 6px;
    }

    .modal--forgot-number .modal-body {
        padding: 6px 20px 60px;
    }

    .modal--location .modal-header {
        padding: 40px 20px 16px;
    }

    .modal--location .modal-body {
        padding: 14px 20px;
    }

    .modal--location .modal-footer {
        padding: 12px 20px 68px;
    }

    .modal--location .modal-map {
        width: 100%;
        height: 178px;
    }

    .modal--feedback .modal-header {
        padding: 66px 20px 10px;
    }

    .modal--feedback .modal-footer {
        padding: 12px 20px 68px;
    }

    .modal--pay-with-card .modal-header {
        padding: 48px 20px 0;
    }

    .modal--pay-with-card.quickpay .modal-header {
        padding: 48px 20px 20px;
    }

    .modal--pay-with-card .modal-header>.modal-title {
        margin-bottom: 0;
    }

    .modal--pay-with-card .modal-body {
        padding: 22px 20px;
    }

    .modal--pay-with-card .modal-footer {
        padding: 16px 20px 60px;
    }

    .modal--camera .modal-content {
        border-radius: 0;
    }

    .modal--camera .modal-header .modal-title {
        text-align: center;
    }

    .modal--camera .modal-body .modal-overlay .modal-window {
        width: 320px;
        height: 220px;
    }

    .modal--camera.modal--camera-voucher .modal-body .modal-overlay .modal-window {
        height: 50px;
    }

    .modal--check-bill .modal-body {
        padding: 32px 20px 16px;
    }

    .modal--check-bill .modal-footer {
        padding: 20px 20px 52px;
    }

    .modal--bill-details .modal-footer {
        padding-bottom: 56px;
    }

    .modal--dashboard-filter .modal-header {
        padding: 60px 15px 10px;
    }

    .modal--dashboard-filter .modal-header .modal-title {
        text-align: left;
    }

    .modal--dashboard-filter .modal-body {
        padding: 12px 15px;
    }

    .modal--dashboard-filter .modal-footer {
        padding: 20px 15px 42px;
    }
}

@media (max-width: 374.98px) {
    .modal--camera .modal-body .modal-overlay .modal-window {
        width: 240px;
        height: 160px;
    }

    .modal--camera.modal--camera-voucher .modal-body .modal-overlay .modal-window {
        height: 50px;
    }
}

/* ================================= */
/* ===== Popover ===== */
/* ================================= */
.popover {
    font-family: "Cairo", sans-serif;
    max-width: none;
    border: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.popover .arrow {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.popover .arrow::before {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border: none;
}

.popover .popover-list li {
    padding: 0 20px;
}

.popover .popover-list li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.popover .popover-list li img {
    width: 60px;
    height: auto;
    margin: 0 auto 6px;
}

.popover .popover-list li h2 {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 0;
}

.popover .popover-list li h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin-bottom: 0;
}

.popover--id-number {
    padding: 26px 6px;
}

.popover--cvv {
    max-width: 180px;
    padding: 20px 14px;
}

.popover--cvv .popover-list li {
    padding: 0;
}

.popover--validity-period {
    max-width: 180px;
    padding: 14px 8px;
}

.popover--validity-period .popover-title {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 12px;
}

.popover--validity-period .popover-par {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 16px;
}

.popover--validity-period .popover-par:last-child {
    margin-bottom: 0;
}

/* ================================= */
/* ===== Radio Tabs ===== */
/* ================================= */
.radio-tabs {
    background: #fff;
    padding: 8px;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.radio-tabs .nav {
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
}

.radio-tabs .nav .nav-item {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.radio-tabs .nav .nav-item input {
    display: none;
}

.radio-tabs .nav .nav-item input:checked~label {
    background-color: #80bd38;
    color: #fff;
    box-shadow: 0px 4px 4px rgba(142, 142, 142, 0.08);
}

.radio-tabs .nav .nav-item label {
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-align: center;
    padding: 4px;
    margin: 0;
    border-radius: 8px;
    cursor: pointer;
}

.radio-tabs .nav .nav-item label:hover {
    background-color: #f7f7f7;
}

.outline-radio-tabs h3 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    margin-bottom: 12px;
}

.outline-radio-tabs .nav {
    flex-wrap: nowrap;
    margin-left: -8px;
    margin-right: -8px;
}

.outline-radio-tabs .nav .nav-item {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.outline-radio-tabs .nav .nav-item input {
    display: none;
}

.outline-radio-tabs .nav .nav-item input:checked~label {
    font-weight: 700;
    color: #80bd38;
    border: 1px solid #80bd38;
    /* box-sizing: border-box; */
}

.outline-radio-tabs .nav .nav-item input:disabled+label {
    opacity: 0.3;
    cursor: not-allowed;
}

.outline-radio-tabs .nav .nav-item input:disabled+label:hover {
    border: 1px solid #efefef;
}

.outline-radio-tabs .nav .nav-item label {
    width: 100%;
    background-color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    letter-spacing: 0.26px;
    text-align: center;
    padding: 16px 0;
    margin: 0;
    border: 1px solid #efefef;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    cursor: pointer;
}

.outline-radio-tabs .nav .nav-item label:hover {
    border: 1px solid #80bd38;
}

.outline-radio-tabs--small .nav {
    margin-left: -6px;
    margin-right: -6px;
}

.outline-radio-tabs--small .nav .nav-item {
    padding-left: 6px;
    padding-right: 6px;
}

.outline-radio-tabs--small .nav .nav-item label {
    padding: 8px 0;
}

.outline-radio-tabs--quickpay .nav {
    flex-wrap: wrap;
}

.outline-radio-tabs--quickpay .nav .nav-item {
    /* flex: 0 0 33.33333%; */
    /* max-width: 33.33333%; */
    flex: auto;
    margin-bottom: 12px;
}

.outline-radio-tabs--quickpay .nav .nav-item label {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 8px;
}

.outline-radio-tabs--balance .nav {
    max-width: 304px;
    align-items: flex-end;
    justify-content: flex-start;
}

.outline-radio-tabs--balance .nav .nav-item {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 16px;
}

.outline-radio-tabs--balance .nav .nav-item label {
    width: 55px;
    min-height: auto;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    padding: 12px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.outline-radio-tabs--balance .nav .nav-item span {
    display: block;
    font-size: 10px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    color: rgba(128, 189, 56, 1);
    background: rgb(128 189 56 / 0.09);
    border-radius: 4px 4px 0 0;
    padding-bottom: 5px;
    margin-bottom: -5px;
}

.balance__warning {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    max-width: 335px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.balance__warning img {
    width: 18px;
    height: auto;
}

.balance__warning span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #80bd38;
}

@media (max-width: 767.98px) {
    .outline-radio-tabs--quickpay .nav {
        flex-wrap: wrap;
    }

    .outline-radio-tabs--quickpay .nav .nav-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 12px;
    }

    /* .outline-radio-tabs--balance .nav {
        justify-content: flex-start;
    } */
    .outline-radio-tabs--balance .nav .nav-item {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 16px;
    }
}

@media (max-width: 374.98px) {
    .radio-tabs .nav {
        margin-left: -5px;
        margin-right: -5px;
    }

    .radio-tabs .nav .nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .outline-radio-tabs--quickpay .nav {
        flex-wrap: wrap;
    }

    .outline-radio-tabs--quickpay .nav .nav-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 12px;
    }

    /* .outline-radio-tabs--balance .nav {
        justify-content: flex-start;
    } */
    .outline-radio-tabs--balance .nav .nav-item {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 16px;
    }
}

/* ================================= */
/* ===== Radio buttons ===== */
/* ================================= */

.radio-btn-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-btn-separator {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 35px;
    height: 1px;
    width: calc(100% - 35px);
    background-color: #000000;
    opacity: 0.05;
}

.radio-btn-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border-radius: 50%;
}

.radio-btn-container input~.checkmark {
    border: 1px solid #b7b7b7;
    background-color: transparent;
}

.radio-btn-container input:checked~.checkmark:after {
    display: block;
}

.radio-btn-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #80bd38;
}

/* ================================= */
/* ===== Header ===== */
/* ================================= */
.header {
    height: 60px;
    background-color: #fafafa;
    padding: 12px 5px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.header__logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header__logo:hover {
    text-decoration: none;
}

.header__logo--beta::after {
    content: "BETA";
    background-color: rgb(128, 189, 56, 0.09);
    font-weight: 700;
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 0 6px;
    margin-left: 10px;
    border-radius: 4px;
}

.header.onboarding-header {
    height: 70px;
    padding: 20px 5px;
    border-bottom: 1px solid #e6e6e6;
}

.header__start {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header__end {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__search {
    margin-right: 14px;
}

.header__search .input-text {
    width: 252px;
}

.header__search a {
    display: block;
    width: 24px;
    height: 24px;
}

.header__notifications {
    margin-right: 14px;
}

.header__notifications a {
    display: block;
    width: 24px;
    height: 24px;
}

.header__account>a {
    display: block;
    width: 34px;
    height: 34px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.header__account.show>a,
.header__account>a:hover {
    background: rgba(237, 236, 236, 0.6);
    border: 1px solid #edecec;
}

.header__account .account-menu {
    background: #ffffff;
    padding: 24px;
    box-shadow: 0px -2px 10px rgba(194, 193, 193, 0.25);
    border-radius: 10px;
    margin-top: 14px;
}

.header__account .account-menu h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 18px;
}

.header__account .account-menu__item {
    min-width: 300px;
}

.header__account .account-menu__item:hover {
    border: 1px solid #80bd38;
}

.header__account .account-menu__item.logout {
    color: #ff0000;
}

.header__account .account-menu__item.logout:hover {
    border: 1px solid #ff0000;
}

.header__account .account-menu__item.logout a.account-menu__item-link {
    background: rgba(255, 0, 0, 0.05);
    width: 45px;
    height: 45px;
    border-radius: 10px;
    margin-right: 14px;
    position: relative;
}

.header__account .account-menu__item.logout a.account-menu__item-link img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__account .account-menu__item.logout h4 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
}

.header__locale {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.header__locale::after {
    content: "";
    display: block;
    width: 0;
    height: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header__locale a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    padding: 5px 0 5px 6px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.header__locale.show a,
.header__locale a:hover {
    background: rgba(237, 236, 236, 0.6);
    border: 1px solid #edecec;
}

.header__locale a img {
    width: 24px;
    height: 24px;
    margin-left: 3px;
    transform: rotate(-90deg);
}

.header__locale .locale-menu {
    background: #ffffff;
    padding: 24px;
    box-shadow: 0px -2px 10px rgba(194, 193, 193, 0.25);
    border-radius: 10px;
    margin-top: 12px;
}

.header__locale .locale-menu h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 18px;
}

.header__locale .locale-menu a {
    display: block;
    min-width: 168px;
    background: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    padding: 15px 16px;
    border: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 12px;
}

.header__locale .locale-menu a:hover {
    border: 1px solid #80bd38;
}

.header__locale .locale-menu a.active {
    font-weight: 700;
    border: 1px solid #80bd38;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .header__logo {
        width: 108px;
    }

    .header__search {
        margin-right: 15px;
    }

    .header__search .input-text {
        width: 24px;
    }

    .header__search .input-text input,
    .header__search .input-text label {
        display: none;
    }

    .header__search .input-text a {
        width: 24px;
        height: 24px;
        right: auto;
    }

    .header__locale {
        padding-right: 7px;
        margin-right: 7px;
    }
}

/* ================================= */
/* ===== Navbar ===== */
/* ================================= */
.navbar {
    height: 62px;
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
}

body.direct-access .navbar {
    display: none;
}

.navbar .nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.navbar .nav .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin: 0 8px;
    border-radius: 10px;
    transition: 0.2s;
}

.navbar .nav .nav-link span {
    font-size: 0.875rem;
    line-height: 18px;
    color: #323232;
}

.navbar .nav .nav-link:hover {
    background-color: #f7f7f7;
}

.navbar .nav .nav-link.active {
    background-color: #80bd38;
}

.navbar .nav .nav-link.active span {
    color: #fff;
}

.navbar .nav .nav-link.active:hover {
    background-color: #73ad2f;
}

.navbar .nav .nav-link.active .navbar__icon {
    display: none;
}

.navbar .nav .nav-link.active .navbar__icon--active {
    display: inline-block;
}

.navbar__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.navbar__icon--active {
    display: none;
}

@media (max-width: 767.98px) {
    .navbar {
        height: calc(62px + env(safe-area-inset-bottom, 0));
        align-items: flex-start;
        padding: 13px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        border-bottom: none;
        top: auto;
        bottom: 0;
    }

    .navbar .nav {
        justify-content: space-between;
    }

    .navbar .nav .nav-link span {
        display: none;
    }

    .navbar__icon {
        margin-right: 0;
    }
}

/* ================================= */
/* ===== Footer ===== */
/* ================================= */
.footer {
    background-color: var(--body-bg);
    color: var(--black);
    padding: 1rem;
    border: 0.75px solid var(--border-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

.footer__text {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 24px;
}

/* ================================= */
/* ===== Join Zain ===== */
/* ================================= */
.join-zain-widget {
    background-color: #00aa99;
    color: white;
    padding: 16px;
    border-radius: 10px;
    position: relative;
}

.join-zain-widget::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-join-zain.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.join-zain-widget__image {
    background-color: rgba(255, 255, 255, 0.1);
    width: 45px;
    height: 45px;
    margin-bottom: 32px;
    border-radius: 10px;
    position: relative;
}

.join-zain-widget__image img {
    width: 22px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.join-zain-widget__title {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 4px;
}

.join-zain-widget__subtitle {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    margin-bottom: 0;
}

/* ================================= */
/* ===== Page Header ===== */
/* ================================= */
.page-header {
    color: #80bd38;
    position: relative;
}

.page-header__back {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-header__end {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.page-header__title,
.page-header__title p {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.page-header__title.page-header__title--faq {
    padding-left: 24px;
}

.page-header__title.page-header__title--faq,
.page-header__title.page-header__title--faq p {
    line-height: 1.2;
}

.page-header__search {
    display: block;
    flex: 0 0 25px;
    width: 24px;
    height: 24px;
    margin-left: auto;
    z-index: 1;
}

.page-header--border-bottom {
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.05);
}

.page-header--help {
    color: #fff;
    padding: 20px 0;
}

.page-header--help .page-header__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page-header--help .page-header__back {
    margin-right: 14px;
    position: static;
    transform: none;
    z-index: 1;
}

.page-header--help .page-header__image {
    width: 42px;
    height: 42px;
    margin-right: 16px;
}

.page-header--help .page-header__title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 18px;
}

.page-header--help .page-header__subtitle {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 14px;
}

.page-header--faq-content {
    background-color: #fafafa;
    padding: 28px 0 48px;
    position: relative;
}

.page-header--faq-content::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-knowledgebase-faq-content.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.page-header--faq-content .page-header__back {
    margin-bottom: 16px;
    position: relative;
    left: -10px;
    transform: none;
}

.page-header--faq-content .page-header__title {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 15px;
    color: #333;
}

.page-header--sticky {
    background-color: #fafafa;
    position: sticky;
    top: 122px;
    z-index: 100;
}

@media (max-width: 767.98px) {
    .page-header__back {
        width: 24px;
        height: 24px;
        left: 15px;
    }

    .page-header--help .page-header__title {
        line-height: 24px;
    }

    .page-header--help .page-header__subtitle {
        line-height: 22px;
    }

    .page-header--faq-content {
        padding: 24px 0 38px;
    }

    .page-header--faq-content .page-header__back {
        width: 32px;
        height: 32px;
        margin-bottom: 32px;
        left: -8px;
    }

    .page-header--faq-content .page-header__title {
        line-height: 1;
    }

    .page-header--sticky {
        top: 60px;
    }

    .page-header--border-bottom {
        padding: 8px 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    /*.page-header--border-bottom.page-header--line-selector {*/
    /*    border-bottom: none;*/
    /*}*/
}

/* ================================= */
/* ===== Page Wizard ===== */
/* ================================= */
.page-wizard__row {
    height: 4px;
    background-color: rgba(128, 189, 56, 0.2);
}

.page-wizard__col {
    height: 100%;
    background-color: transparent;
}

.page-wizard__col.active {
    background-color: #80bd38;
}

/* ================================= */
/* ===== Page Breadcrumbs ===== */
/* ================================= */
.page-breadcrumbs .breadcrumb {
    background-color: transparent;
    padding: 14px 0;
    margin-bottom: 0;
}

.page-breadcrumbs .breadcrumb .breadcrumb-item a,
.page-breadcrumbs .breadcrumb .breadcrumb-item a p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: #aaa;
}

.page-breadcrumbs .breadcrumb .breadcrumb-item.active a,
.page-breadcrumbs .breadcrumb .breadcrumb-item.active a p {
    font-weight: 600;
    color: #333;
}

.page-breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
    padding-right: 0;
}

.page-breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: #aaa;
    float: left;
    padding-left: 0;
    padding-right: 8px;
}

/* ================================= */
/* ===== Page Form ===== */
/* ================================= */
.form__header {
    margin-bottom: 28px;
}

.form__title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.form__subtitle {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.form__info-wrapper {
    margin-top: 6px;
}

.form__info-title {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    margin-bottom: 0;
}

.form__info span {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.form__info a {
    margin-left: 12px;
}

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

.form__terms {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.form__terms .checkbox label span {
    font-weight: 600;
}

.form__terms .checkbox label span a {
    color: #80bd38;
}

.form__terms .checkbox label span a:hover {
    color: #73ad2f;
}

.form__popover {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    text-align: center;
    color: #80bd38;
}

.form__popover a {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.form__image {
    width: 94px;
    margin: 0 auto 42px;
}

.page-form {
    position: relative;
}

.page-form__divider {
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page-form__divider span {
    display: block;
    background-color: #fafafa;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #000;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-form--login .form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 264px;
}

@media (max-width: 1199.98px) {
    .page-form--login .form {
        min-height: 284px;
    }
}

@media (max-width: 1024.98px) and (min-width: 992px) {
    .page-form__divider {
        width: 100%;
        height: 1px;
        margin-top: 34px;
        margin-bottom: 24px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        transform: none;
    }

    .page-form--login .form {
        min-height: auto;
    }

    .page-form--login__offset {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .page-form--login__wrapper {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .page-form--login__col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .page-form__divider {
        width: 100%;
        height: 1px;
        margin-top: 34px;
        margin-bottom: 24px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        transform: none;
    }

    .page-form--login .form {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .page-form--login .form__header--has-image {
        min-height: 100px;
        position: relative;
    }

    .page-form--login .form__header-content--has-image {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 575.98px) {
    .page-form--login .form__header-content--has-image {
        max-width: 65%;
    }
}

/* ================================= */
/* ===== Page Image ===== */
/* ================================= */
.page-image {
    width: 100%;
    margin-top: auto;
}

.page-image figure {
    margin-left: auto;
    margin-bottom: 0;
}

.page-image--login figure {
    max-width: 440px;
}

.page-image--help figure {
    max-width: 258px;
}

.page-image--wallets-cards figure {
    max-width: 230px;
    margin: auto;
}

@media (max-width: 991.98px) {
    .page-image--login figure {
        max-width: 352px;
    }

    .page-image--help figure {
        max-width: 210px;
    }
}

/* ================================= */
/* ===== Page Accordion ===== */
/* ================================= */
.page-accordion {
    position: relative;
}

.page-accordion__accordion--help {
    background-color: white;
    border-radius: 10px;
    padding: 4px 14px;
    border: 1px solid rgba(239, 238, 238, 1);
}

.page-accordion__accordion-title {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    padding: 24px 30px 12px;
    margin-bottom: 0;
}

.page-accordion__accordion>.card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

.page-accordion__accordion>.card:last-child {
    border-bottom: none;
}

.page-accordion__accordion>.card>.card-header {
    background-color: transparent;
    padding: 0;
    border: none;
}

.page-accordion__accordion>.card>.card-body-wrapper {
    background-color: transparent;
}

.page-accordion__accordion>.card>.card-body-wrapper>.card-body {
    padding: 0;
}

.page-accordion__accordion .btn.btn-accordion {
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: left;
    text-transform: none;
    padding: 10px 0;
    position: relative;
}

.page-accordion__accordion .btn.btn-accordion::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/ic-minus.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.page-accordion__accordion .btn.btn-accordion.collapsed {
    font-weight: 600;
}

.page-accordion__accordion .btn.btn-accordion.collapsed::before {
    background-image: url("../images/icons/ic-close.svg");
    transform: translateY(-50%) rotate(45deg);
}

.page-accordion__accordion--help .btn.btn-accordion.collapsed::before {
    height: 10px;
    background-image: url("../images/icons/ic-link-arrow.svg");
    transform: translateY(-50%);
}

.page-accordion__footer {
    width: 100%;
    max-width: 364px;
}

.page-accordion--only-header .page-accordion__accordion {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-accordion--only-header .page-accordion__accordion>.card>.card-header {
    background-color: #fff;
}

.page-accordion--only-header .page-accordion__accordion>.card:not(:last-child) .btn.btn-accordion::after {
    content: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
}

.page-accordion--only-header .page-accordion__accordion .btn.btn-accordion {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    padding: 24px 30px 24px;
    line-height: 1;
    position: relative;
}

.page-accordion--only-header .page-accordion__accordion .btn.btn-accordion::before {
    width: 32px;
    height: 32px;
    right: 26px;
}

@media (max-width: 767.98px) {
    .page-accordion__accordion-title {
        padding: 24px 20px 12px;
    }

    .page-accordion--only-header .page-accordion__accordion>.card:not(:last-child) .btn.btn-accordion::after {
        left: 20px;
        right: 20px;
    }

    .page-accordion--only-header .page-accordion__accordion .btn.btn-accordion {
        font-size: 0.875rem;
        line-height: 15px;
        padding: 24px 20px 24px;
        position: relative;
    }

    .page-accordion--only-header .page-accordion__accordion::before {
        right: 16px;
    }
}

/* ================================= */
/* ===== Page Iframe ===== */
/* ================================= */
.page-iframe {
    background-color: #fff;
}

.page-iframe iframe {
    width: 100%;
    border: none;
}

/* ================================= */
/* ===== Page Desc ===== */
/* ================================= */
.page-desc {
    margin-top: 62px;
}

.page-desc__image {
    margin: auto;
}

.page-desc__image.page-desc__image-error>h1 {
    font-size: 100px;
    color: #333333;
    font-weight: bold;
}

.page-desc__image.page-desc__image-error {
    background-image: url(/images/error-illustration.svg);
    background-repeat: no-repeat;
    max-width: initial !important;
    background-size: 100% 100px;
}

.page-desc__title {
    text-align: center;
    margin-bottom: 6px;
}

.page-desc__title h1 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 32px;
    letter-spacing: 0.26px;
}

.page-desc__title h2 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 19px;
    letter-spacing: 0.3px;
}

.page-desc__subtitle {
    text-align: center;
}

.page-desc__subtitle h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.26px;
    margin-bottom: 0;
}

.page-desc__subtitle h6 .username {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    text-align: center;
    margin-bottom: 8px;
}

.page-desc__subtitle h6 .fullname {
    background: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    text-align: center;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.page-desc__subtitle h6 .fullname span {
    color: #9f9f9f;
}

.page-desc__subtitle span {
    color: #aaa;
}

.page-desc__details {
    margin-top: 38px;
}

.page-desc__details li:not(:last-child) {
    margin-bottom: 16px;
}

.page-desc__details li h3 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.26px;
    text-align: center;
    margin-bottom: 2px;
}

.page-desc__details li p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 0;
}

.page-desc__actions {
    width: 366px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.page-desc--feedback-success .page-desc__image {
    max-width: 150px;
    margin-bottom: 14px;
}

.page-desc--feedback-success .page-desc__actions {
    margin-top: 48px;
}

.page-desc--ticket-created .page-desc__image {
    max-width: 150px;
    margin-bottom: 14px;
}

.page-desc--ticket-created .page-desc__actions {
    margin-top: 38px;
}

.page-desc--payment-status .page-desc__image {
    margin-bottom: 24px;
}

.page-desc--payment-status .page-desc__image--payment-success {
    max-width: 154px;
}

.page-desc--payment-status .page-desc__image--payment-failed {
    max-width: 164px;
}

.my-cards__box-image.card-success-icon {
    max-height: 20px;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .page-desc {
        margin-top: 50px;
    }
}

.page-desc__link {
    display: inline-block;
}

.page-desc__copy {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.page-desc__copy img {
    width: 100%;
    height: auto;
}

.page-desc__id {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 22px;
    letter-spacing: 0.26px;
    color: #aaa;
}

.page-desc__id-desc {
    display: table;
    background: rgba(170, 170, 170, 0.08);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #aaa;
    padding: 6px 10px;
    margin: auto;
    border-radius: 8px;
}

/* ================================= */
/* ===== Page Swiper ===== */
/* ================================= */
.page-swiper .swiper-pagination {
    position: static;
}

.page-swiper .swiper-pagination-bullet {
    background: #d5d5d5;
    opacity: 1;
    margin: 0 4px;
}

.page-swiper .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #80bd38;
}

.page-swiper--home-hero {
    background-color: #fff;
    padding: 28px 0 12px;
}

.page-swiper--home-hero a {
    display: block;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.page-swiper--home-hero .swiper-pagination {
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .page-swiper--home-hero {
        padding: 20px 0 4px;
    }
}

/* ================================= */
/* ===== Order Status ===== */
/* ================================= */
body.blank {
    padding: 48px 0;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url(../images/bg-body.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: top right;
}

.order-status__image {
    max-width: 135px;
    margin: 0 auto 18px;
}

.order-status__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
}

.order-status__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.3px;
    text-align: center;
}

.order-status__divider {
    border-top: 1px solid #F2F2F2;
    margin: 30px 0 20px;
}

.order-status__locale::after {
    content: none;
}

.qrcode-wrapper {
    display: block;
    width: 200px;
    height: auto;
    margin: auto;
    border: 3px solid #80bd38;
    border-radius: 10px;
    margin: 32px auto 0;
}

.page-header--digital-invoice {
    padding: 8px 0 10px;
    margin-bottom: 32px;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.05);
}

.page-header--digital-invoice h1 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 0;
}

.page-header--digital-invoice p,
.page-header--digital-invoice .p {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #80bd38;
    margin-bottom: 0;
}

.digital-invoice-table__title {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 34px;
    margin-bottom: 6px;
}

.digital-invoice-table__subtitle {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 34px;
    margin-bottom: 6px;
}

.digital-invoice-table__address {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}

.digital-invoice-table__table-header {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 5px;
}

.digital-invoice-table__table-header .row {
    margin-left: -8px;
    margin-right: -8px;
}

.digital-invoice-table__table-header .row .col,
.digital-invoice-table__table-header .row .col-sm {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.digital-invoice-table__table-body {
    background: #ffffff;
    padding: 0 8px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.digital-invoice-table__table-body .row {
    padding: 15px 0;
    margin-right: -8px;
    margin-left: -8px;
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
    flex-wrap: nowrap;
}

.digital-invoice-table__table-body .row:first-child {
    border-top: none;
}

.digital-invoice-table__table-body .row.green {
    background-color: rgba(128, 189, 56, 0.08);
    border-top: none;
}

.digital-invoice-table__table-body .row .col,
.digital-invoice-table__table-body .row .col-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.digital-invoice-table__table-body .row .col-sm {
    text-align: left;
}

/*.digital-invoice-table__table-body .row .col {*/
/*    text-align: center;*/
/*}*/

.digital-invoice-table__table-body .row .col:last-child {
    text-align: right;
}

.digital-invoice-table__table-body .row .col a,
.digital-invoice-table__table-body .row .col-sm a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    text-decoration: none;
}

.digital-invoice-table__table-body .row .col:first-child {
    justify-content: flex-start;
}

.digital-invoice-table__table-body .row .col:last-child {
    justify-content: flex-end;
}

.digital-invoice-table__table-body .row .col img {
    display: inline-block;
    width: 32px;
    height: auto;
    vertical-align: sub;
    margin-left: 8px;
}

.btn-print {
    display: block;
    max-width: 200px;
    margin: 26px auto;
}

@media print {

    .header__locale,
    .btn-print {
        display: none;
    }
}

/* ================================= */
/* ===== Help Blocks ===== */
/* ================================= */
.help-blocks__title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 35px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.help-blocks__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 9.75rem;
    color: #fafafa;
    padding: 14px 18px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.help-blocks__block--dashboard {
    margin-top: 20px;
    margin-bottom: 0;
}

.help-blocks__block--knowledgebase.rectangle {
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    color: #333;
    padding: 16px;
    border: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
}

.help-blocks__block--knowledgebase.rectangle .help-blocks__block-info {
    margin-top: 0;
    margin-left: 12px
}

.help-blocks__block--knowledgebase.sqrec,
.help-blocks__block--knowledgebase.square {
    background-color: #fff;
    color: #333;
    padding: 16px;
    padding-bottom: 22px;
    border: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
}

.help-blocks__block--knowledgebase.sqrec .help-blocks__block-info,
.help-blocks__block--knowledgebase.square .help-blocks__block-info {
    margin-top: 32px;
}

.help-blocks__block-icon {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
}

.help-blocks__block-icon img,
.help-blocks__block-icon svg {
    display: block;
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.help-blocks__block-title {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 18px;
}

.help-blocks__block-subtitle {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
}

@media (max-width: 991.98px) {
    .help-blocks__block {
        margin-bottom: 16px;
    }

    .help-blocks__block--dashboard {
        margin-top: 16px;
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .help-blocks__block--knowledgebase.sqrec {
        height: auto;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 16px;
        margin-bottom: 10px;
    }

    .help-blocks__block--knowledgebase.sqrec .help-blocks__block-info {
        margin-top: 0;
        margin-left: 12px
    }
}

@media (max-width: 374.98px) {
    .help-blocks__col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ================================= */
/* ===== Contact Us ===== */
/* ================================= */
.contact-us__block {
    padding: 32px;
}

.contact-us__block-title {
    max-width: 300px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-bottom: 36px;
}

.contact-us__social-list {
    padding: 0;
}

.contact-us__social-list li {
    display: flex;
    position: relative;
}

.contact-us__social-list li:not(:last-child) {
    margin-bottom: 24px;
}

.contact-us__social-list li a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.875rem;
}

.contact-us__social-list li a img {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
}

.contact-us__block-image {
    display: flex;
    align-items: center;
    max-width: 180px;
    height: 100%;
    margin: auto;
}

.contact-us__block-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 47px;
    margin-bottom: 28px;
}

.contact-us__open-ticket-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-bottom: 9px;
}

.contact-us__open-ticket-subtitle {
    max-width: 270px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #aaa;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .contact-us__block {
        padding: 15px 24px 24px;
    }

    .contact-us__block-title {
        margin-bottom: 24px;
    }

    .contact-us__social-list {
        position: relative;
    }

    .contact-us__social-list::before {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/contact-us.png");
        background-position: right bottom;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }

    .contact-us__block-divider {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .contact-us__open-ticket-subtitle {
        max-width: none;
    }

    .contact-us__open-ticket-btn {
        margin-top: 15px;
    }
}

@media (max-width: 374.98px) {
    .contact-us__block {
        padding: 15px 12px 24px;
    }

    .contact-us__social-list li {
        max-width: 50%;
        word-break: break-word;
    }
}

/* ================================= */
/* ===== GFN ===== */
/* ================================= */
.gfn {
    background-image: url(../images/bg-gfn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 122px - 48px);
}

.gfn-header img {
    max-width: 470px;
    height: auto;
    margin: 0 auto 40px;
}

.gfn-header h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #80BD38;
    margin-bottom: 12px;
}

.gfn-header p {
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    color: #F4F4F4;
    margin-bottom: 28px;
}

.gfn-block {
    background-color: #232323;
    padding: 1rem;
    position: relative;
    border-color: #232323;
}

.gfn-block.active {
    background-color: #29361B;
}

.gfn-block.selected {
    border-color: #6a9d2e;
}

.gfn-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: white;
    margin-bottom: 4px;
}

.gfn-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #6a9d2e;
    margin-bottom: 0;
}

.gfn-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #F4F4F4;
    margin-bottom: 4px;
}

.gfn-badge {
    background-color: #6a9d2e;
    border-radius: 0 10px 0 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    color: white;
    text-align: center;
    padding: 0 8px;
    min-width: 100px;
    position: absolute;
    top: 0;
    right: 0;
}

.gfn-badge.green {
    background-color: #80BD38;
}

.gfn-active {
    font-size: 10px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #6A9D2E;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.gfn-active::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #6A9D2E;
    border-radius: 10px;
}

.gfn-button {
    display: block;
    max-width: 366px;
    margin: auto;
}

.lnk-gfn.disabled {
    opacity: 0.5;
}

.gfn-note {
    background: rgba(0, 170, 153, 0.05);
    border-radius: 10px;
    padding: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #00AA99;
}

@media (max-width: 767.98px) {
    .gfn {
        min-height: calc(100vh - 60px - calc(62px + env(safe-area-inset-bottom, 0)));
    }
}

/* ================================= */
/* ===== Social Media ===== */
/* ================================= */
.social-media__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 464px;
    padding: 36px 32px 38px;
    position: relative;
}

.social-media__block::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/social-media-stars.png");
    background-repeat: no-repeat;
    background-size: 174px;
    background-position: calc(100% - 12px) 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.social-media__start {
    position: relative;
}

.social-media__start h5 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 16px;
}

.social-media__start button {
    display: block;
    max-width: 366px;
    margin: auto;
}

.social-media__end {
    position: relative;
}

.social-media__end h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.27px;
    text-align: center;
    margin-bottom: 18px;
}

.social-media__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.social-media__list li {
    padding: 0 18px;
}

.social-media__list li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.social-media__image {
    max-width: 164px;
    margin: 0;
    position: absolute;
    left: 32px;
    bottom: 60px;
}

.social-media__image img {
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .social-media__image {
        max-width: 164px;
        left: 20px;
        bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .social-media__block {
        height: auto;
        padding: 42px 24px 48px;
    }

    .social-media__image {
        align-self: flex-start;
        max-width: 114px;
        position: relative;
        left: -8px;
        bottom: auto;
        margin: 24px 0;
    }
}

@media (max-width: 374.98px) {
    .social-media__block {
        padding: 42px 14px 48px;
    }

    .social-media__start button {
        font-size: 0.625rem;
    }
}

/* ================================= */
/* ===== Feedback ===== */
/* ================================= */
.feedback__block {
    height: 464px;
    padding: 70px 32px;
}

.feedback__block form {
    height: 100%;
}

.feedback__block-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.feedback__block-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 8px;
}

.feedback__feedback-status {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}

.feedback__feedback-status.terrible {
    color: #ff6665;
}

.feedback__feedback-status.bad {
    color: #9a66ff;
}

.feedback__feedback-status.okay {
    color: #ffcc00;
}

.feedback__feedback-status.good {
    color: #3299ff;
}

.feedback__feedback-status.great {
    color: #08c7be;
}

.feedback__ratings-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback__ratings-list li {
    margin: 0 18px;
}

.feedback__radio input {
    display: none;
}

.feedback__radio input:checked+label.terrible {
    background-image: url("../images/icons/ic-angry-active.svg");
}

.feedback__radio input:checked+label.bad {
    background-image: url("../images/icons/ic-sad-active.svg");
}

.feedback__radio input:checked+label.okay {
    background-image: url("../images/icons/ic-ok-active.svg");
}

.feedback__radio input:checked+label.good {
    background-image: url("../images/icons/ic-good-active.svg");
}

.feedback__radio input:checked+label.great {
    background-image: url("../images/icons/ic-great-active.svg");
}

.feedback__radio label {
    display: block;
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    cursor: pointer;
}

.feedback__radio label.terrible {
    background-image: url("../images/icons/ic-angry.svg");
}

.feedback__radio label.bad {
    background-image: url("../images/icons/ic-sad.svg");
}

.feedback__radio label.okay {
    background-image: url("../images/icons/ic-ok.svg");
}

.feedback__radio label.good {
    background-image: url("../images/icons/ic-good.svg");
}

.feedback__radio label.great {
    background-image: url("../images/icons/ic-great.svg");
}

.feedback__block-btn {
    width: 100%;
    max-width: 366px;
}

@media (max-width: 767.98px) {
    .feedback__block {
        padding: 90px 24px;
    }

    .feedback__ratings-list li {
        margin: 0 10px;
    }

    .feedback__radio label {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 374.98px) {
    .feedback__block {
        padding: 90px 14px;
    }

    .feedback__ratings-list li {
        margin: 0 6px;
    }

    .feedback__radio label {
        width: 32px;
        height: 32px;
    }
}

/* ================================= */
/* ===== Form Box ===== */
/* ================================= */
.form-box__block {
    /* min-height: 464px; */
    padding: 42px 24px 52px;
}

.form-box__block form {
    height: 100%;
}

.form-box__content {
    width: 100%;
    max-width: 366px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
}

.form-box__info {
    margin-bottom: 24px;
}

.form-box__info h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 30px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 8px;
}

.form-box__info h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin-bottom: 0;
}

.form-box__inputs {
    margin-bottom: 30px;
}

.form-box__inputs .input-text input:focus+label,
.form-box__inputs .input-text input.has-value+label,
.form-box__inputs .input-text textarea:focus+label,
.form-box__inputs .input-text textarea.has-value+label {
    background-color: #fff;
}

.form-box__divider {
    width: 100%;
    height: 0;
    border-top: 1px solid #aaaaaa;
    margin-top: 32px;
    margin-bottom: 18px;
    opacity: 0.2;
}

/* ================================= */
/* ===== Support Tickets ===== */
/* ================================= */
.support-tickets__block {
    height: 488px;
    position: relative;
    overflow: hidden;
}

.support-tickets__block--no-tickets {
    height: auto;
}

.support-tickets__dropdown {
    height: 66px;
}

.support-tickets__dropdown .dropdown-menu {
    max-height: 180px;
    overflow-y: auto;
}

.support-tickets__btn {
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 12px 40px 12px 24px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0px 4px 10px rgba(59, 89, 24, 0.05);
    position: relative;
    pointer-events: none;
}

.support-tickets__btn.has-dropdown {
    pointer-events: auto;
}

.support-tickets__btn.has-dropdown::after {
    content: "";
    display: block;
    background-image: url("../images/icons/ic-back-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    padding: 10px 8px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.2s;
}

.support-tickets__btn .fullname {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    color: #000000 !important;
}

.support-tickets__btn .number {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    color: #000000 !important;
}

.support-tickets__btn+.dropdown-menu {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    box-shadow: rgba(59, 89, 24, 0.05) 0px 4px 10px;
}

.support-tickets__btn+.dropdown-menu a {
    padding: 12px 24px;
}

.support-tickets__list {
    height: calc(100% - 68px);
    padding: 15px;
    padding-bottom: 120px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.support-tickets__list::-webkit-scrollbar {
    display: none;
}

.support-tickets__item {
    background-color: #fff;
    padding: 12px 16px 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(59, 89, 24, 0.05);
    border-radius: 10px;
    position: relative;
}

.support-tickets__item:not(:last-child) {
    margin-bottom: 16px;
}

.support-tickets__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #333;
    text-decoration: none;
}

.support-tickets__content:hover {
    color: #333;
    text-decoration: none;
}

.support-tickets__type {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 12px;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.support-tickets__ticket-id {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.support-tickets__datetime {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #aaa;
}

.support-tickets__status {
    min-width: 70px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    line-height: 18px;
}

.support-tickets__status.pending {
    background-color: #fdedcc;
    color: #f7a600;
}

.support-tickets__status.solved {
    background-color: #e4f4d2;
    color: #80bd38;
}

.support-tickets__status.new {
    background-color: #d0f8f6;
    color: #08c7be;
}

.support-tickets__status.closed {
    background-color: #e7e7e7;
    color: #666666;
}

.support-tickets__open-ticket-btn {
    padding: 45px 0 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 29.69%);
}

.support-tickets__open-ticket-btn a {
    display: block;
    max-width: 368px;
    margin: auto;
}

.support-tickets__no-tickets {
    padding: 0 24px 40px;
}

.support-tickets__no-tickets figure {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 24px;
}

.support-tickets__no-tickets p {
    width: 100%;
    max-width: 262px;
    margin: 0 auto 24px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
}

.support-tickets__no-tickets .btn {
    display: block;
    max-width: 366px;
    margin: auto;
}

@media (max-width: 767.98px) {
    .support-tickets__open-ticket-btn {
        padding: 62px 0 14px;
    }
}

/* ================================= */
/* ===== Ticket Details ===== */
/* ================================= */
.ticket-details__list li {
    padding: 18px 0;
}

.ticket-details__list li:not(:last-child) {
    border-bottom: 0.75px solid rgba(170, 170, 170, 0.2);
}

.ticket-details__list li h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 22px;
    letter-spacing: 0.32px;
    color: #aaa;
    margin-bottom: 2px;
}

.ticket-details__list li p {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.ticket-details__list li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: bottom;
}

.ticket-status {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 18px;
    text-align: center;
    padding: 2px 0;
}

.ticket-status.pending {
    background-color: #fdedcc;
    color: #f7a600;
}

.ticket-status.solved {
    background-color: #e4f4d2;
    color: #80bd38;
}

.ticket-status.new {
    background-color: #d0f8f6;
    color: #08c7be;
}

.ticket-status.closed {
    background-color: #e7e7e7;
    color: #666666;
}

/* ================================= */
/* ===== Home Content ===== */
/* ================================= */
.home-content {
    padding: 16px;
}

.home-content__section {
    margin-top: 24px;
}

.home-content__section-title,
.home-content__section-title p {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 12px;
}

.home-content__section-title--20,
.home-content__section-title--20 p {
    font-size: 1.25rem;
}

.home-content__line-types {
    margin-top: 18px;
    margin-bottom: 26px;
}

.home-content__form-group {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 12px;
}

.home-content__form-group .form-group {
    margin-right: 16px;
    flex-grow: 1;
}

.home-content__form-group button {
    width: 50px;
}

.home-content__form-group button.loggedin {
    width: auto;
    min-width: 222px;
    position: relative;
}

.home-content__form-group button img {
    vertical-align: baseline;
    transform: rotate(180deg);
}

.home-content__form-group button.loggedin img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(180deg);
}

.home-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    padding: 14px 18px;
    position: relative;
}

.home-box__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home-box__img {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    position: relative;
    margin-right: 12px;
}

.home-box__img img {
    display: block;
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-box__img--none {
    background-color: none;
}

.home-box__img--none img {
    width: 100%;
}

.home-box__img--active-sessions {
    background-color: #1b9e62;
}

.home-box__img--auto-pay {
    background-color: #333;
}

.home-box__img--numbers-security {
    background-color: #e85190;
}

.home-box__img--account-security {
    background-color: #ff9900;
}

.home-box__img--green {
    background-color: #80bd38;
}

.home-box__img--voice-plans {
    background-color: #00aa99;
}

.home-box__img--data-plans {
    background-color: #e85190;
}

.home-box__img--fiber-plans {
    background-color: #4349cc;
}

.home-box__img--zain-5g {
    background-color: #1b9e62;
}

.home-box__img--esim {
    background-color: #ff9900;
}

.home-box__img--transfer-zain {
    background-color: #e85190;
}

.home-box__img--coverage-map {
    background-color: #ffcc00;
}

.home-box__img--gray {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.home-box__info {
    position: relative;
}

.home-box__info h2 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 24px;
    margin-bottom: 6px;
}

.home-box__info h3,
.home-box__info h3 p {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
}

.home-box__info h3 img {
    width: auto;
    height: 15px;
    margin-bottom: 6px;
}

.home-box__info h4 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.27px;
    margin-bottom: 0;
}

.home-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: #aaa;
    margin-bottom: 0;
}

.home-box__formatted-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 106px;
    max-width: 106px;
    gap: 5px;
}

.home-box__formatted-images img {
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    height: auto;
}

.entertainment-services-block.selected {
    border-color: #80bd38;
}

.home-box--plan .home-box__info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: inherit;
    margin-bottom: 0;
}

.home-box--promo .home-box__info h4 {
    font-weight: bold;
    font-size: 1rem;
    color: white;
    margin-bottom: 6px;
}

.home-box--promo .home-box__info p {
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
}

.home-box__body {
    margin-top: 28px;
}

.home-box__note p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.home-box__btn {
    margin-top: 30px;
}

.home-box__icon-link {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.home-box--login-register {
    height: auto;
}

.home-box--direct-access {
    justify-content: center;
    min-height: 91px;
    padding: 16px;
    padding-left: 96px;
}

.home-box--direct-access::before {
    content: "";
    display: block;
    width: 91px;
    height: 91px;
    background-image: url(../images/direct-access.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.home-box--direct-access .home-box__img {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-left: 6px;
}

.home-box--line-activity {
    background: white;
    justify-content: center;
    min-height: 93px;
    padding: 14px 16px;
    /* padding-left: 80px; */
    border: none;
}

/* .home-box--line-activity::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/line-activity.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
} */

.home-box--line-activity.home-box--switch-plan::before {
    background-image: url(../images/switch-plan.svg);
}

.home-box--line-activity::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(128, 189, 56, 0.1);
    border-radius: 10px;
    border: 1px solid #efeeee;
}

.home-box--line-activity .home-box__img {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-left: 6px;
    transform: rotate(180deg);
}

.home-box--line-activity .home-box__info h3,
.home-box--line-activity .home-box__info h3 p {
    font-size: 1rem;
    line-height: 28px;
    color: #80bd38;
}

.home-box--line-activity .home-box__info p {
    color: #333;
    font-size: 0.875rem;
}

.home-box--login-register-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 60px;
    z-index: 100;
}

.home-box--account-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 60px;
    z-index: 100;
}

.home-box--add-first-line-header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 62px;
    background-color: #fff;
    color: #80bd38;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 60px;
    z-index: 100;
}

.home-box--add-first-line-header>div {
    width: 100%;
}

.home-box--add-first-line {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    color: #80bd38;
}

.home-box--add-first-line>div {
    width: 100%;
}

.home-box--bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.home-box--bg-image::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(8, 16, 4, 0.8) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.home-box--bg-image .home-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: #fff;
    margin-bottom: 0;
}

.home-box--smartphones {
    background-image: url("../images/bg-smartphones.jpg");
}

.home-box--tablets {
    background-image: url("../images/bg-tablets.jpg");
}

.home-box--routers {
    background-image: url("../images/bg-routers.jpg");
}

.forgot-my-number h1 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 0;
}

.forgot-my-number h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin-bottom: 12px;
}

.forgot-my-number a {
    display: block;
    max-width: 366px;
    margin: 32px auto 0;
}

.forgot-my-number__number {
    max-width: 366px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 16px;
    margin: auto;
}

.forgot-my-number__number p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 25px;
    letter-spacing: 0.32px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}

.forgot-my-number__number p span {
    color: #aaa;
}

@media (max-width: 767.98px) {
    .home-content__form-group button.loggedin {
        min-width: auto;
    }

    .home-content__form-group button.loggedin span {
        display: none;
    }

    .home-content__form-group button.loggedin img {
        position: static;
        transform: rotate(180deg);
    }

    .home-content__section {
        margin-top: 16px;
    }

    .home-box--direct-access .home-box__img {
        align-self: flex-start;
    }
}

/* @media (max-width: 374.98px) {
    .home-content__col {
        flex: 0 0 100%;
        max-width: 100%;
    }
} */

/* ================================= */
/* ===== Quickpay ===== */
/* ================================= */
.quickpay__info {
    background-color: #fff;
    padding: 16px;
    margin-top: 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.quickpay__info.green {
    background-color: rgba(128, 189, 56, 0.1);
}

.quickpay__info.w-366 {
    max-width: 366px;
    margin: auto;
}

.quickpay__info h2 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 25px;
    text-align: center;
    margin: 0;
}

.quickpay__info h2.h1 {
    font-size: 1.375rem;
    line-height: 28px;
}

.quickpay__info h2 a {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 25px;
    text-align: center;
    color: #333;
    margin: 0;
}

.quickpay__info p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 25px;
    letter-spacing: 0.32px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}

.quickpay__form-group {
    margin-top: 20px;
}

.quickpay__form-group h2 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    margin-bottom: 15px;
}

.quickpay__form-group.quickpay-voucher {
    max-width: 366px;
    margin: 20px auto 0;
}

.quickpay__form-group.quickpay-voucher h2 {
    margin-bottom: 25px;
}

.quickpay__custom-balance {
    text-align: center;
    margin-top: 20px;
}

.quickpay__custom-balance label {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    text-align: center;
    margin-bottom: 14px;
}

.quickpay__custom-balance--bill-amount .quickpay__custom-balance-wrapper {
    padding-bottom: 0;
    border-bottom: none;
}

.quickpay__custom-balance--bill-amount .quickpay__custom-balance-input input:disabled {
    color: #333;
    opacity: 1;
    -webkit-text-fill-color: #333;
}

.quickpay__custom-balance.more .quickpay__custom-balance-input input {
    color: #00aa99;
}

.quickpay__custom-balance.more .quickpay__custom-balance-input input::-moz-placeholder {
    background-color: rgba(0, 170, 153, 0.38);
}

.quickpay__custom-balance.more .quickpay__custom-balance-input input:-ms-input-placeholder {
    background-color: rgba(0, 170, 153, 0.38);
}

.quickpay__custom-balance.more .quickpay__custom-balance-input input::placeholder {
    background-color: rgba(0, 170, 153, 0.38);
}

.quickpay__custom-balance.more .quickpay__custom-balance-alert,
.quickpay__custom-balance .quickpay__custom-balance-alert.more {
    display: block;
    background-color: rgba(0, 170, 153, 0.08);
    color: #00aa99;
}

.quickpay__custom-balance.less .quickpay__custom-balance-input input {
    color: #ff9900;
}

.quickpay__custom-balance.less .quickpay__custom-balance-input input::-moz-placeholder {
    color: rgba(255, 153, 1, 0.38);
}

.quickpay__custom-balance.less .quickpay__custom-balance-input input:-ms-input-placeholder {
    color: rgba(255, 153, 1, 0.38);
}

.quickpay__custom-balance.less .quickpay__custom-balance-input input::placeholder {
    color: rgba(255, 153, 1, 0.38);
}

.quickpay__custom-balance.less .quickpay__custom-balance-alert {
    display: block;
    background-color: rgba(255, 153, 0, 0.08);
    color: #ff9900;
}

.quickpay__custom-balance.error .quickpay__custom-balance-input input {
    color: #ff0000;
}

.quickpay__custom-balance.error .quickpay__custom-balance-input input::-moz-placeholder {
    color: rgba(255, 0, 0, 0.38);
}

.quickpay__custom-balance.error .quickpay__custom-balance-input input:-ms-input-placeholder {
    color: rgba(255, 0, 0, 0.38);
}

.quickpay__custom-balance.error .quickpay__custom-balance-input input::placeholder {
    color: rgba(255, 0, 0, 0.38);
}

.quickpay__custom-balance.error .quickpay__custom-balance-alert {
    display: block;
    background-color: rgba(255, 0, 0, 0.08);
    color: #ff0000;
}

.quickpay__custom-balance-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-bottom: 8px;
    margin: auto;
    border-bottom: 1px solid #d9d9d9;
}

.quickpay__custom-balance-wrapper.no-border {
    padding-bottom: 0;
    border-bottom: none;
}

.quickpay__custom-balance-input {
    position: relative;
    overflow: hidden;
}

.quickpay__custom-balance-input input {
    width: 100%;
    background: none;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 78px;
    letter-spacing: 0.32px;
    color: #80bd38;
    text-align: right;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.quickpay__custom-balance-input input::-moz-placeholder {
    color: rgba(128, 189, 56, 0.38);
}

.quickpay__custom-balance-input input:-ms-input-placeholder {
    color: rgba(128, 189, 56, 0.38);
}

.quickpay__custom-balance-input input::placeholder {
    color: rgba(128, 189, 56, 0.38);
}

.quickpay__custom-balance-input span {
    display: block;
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: 0.32px;
    color: #80bd38;
    text-align: center;
    opacity: 0;
    padding: 0 4px;
}

.quickpay__custom-balance-currency {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 38px;
    letter-spacing: 0.32px;
    margin-left: 6px;
}

.quickpay__custom-balance-required {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    text-align: center;
    color: #9f9f9f;
    margin-top: 18px;
}

.quickpay__custom-balance-required span {
    font-weight: 700;
}

.quickpay__custom-balance-alert {
    display: none;
    max-width: 366px;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    text-align: center;
    padding: 14px 10px;
    margin: 16px auto 0;
    border-radius: 5px;
}

.quickpay__check-bill-summary {
    text-align: center;
    margin-top: 20px;
}

.quickpay__check-bill-summary a {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
}

.quickpay__check-bill-summary a img {
    display: inline-block;
    width: 18px;
    height: auto;
    vertical-align: sub;
}

.quickpay__sub-denominations {
    margin-top: 20px;
}

.quickpay__custom-balance-vat {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    color: #9f9f9f;
    margin-top: 6px;
}

.quickpay__vat {
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    color: #9f9f9f;
    text-align: center;
    margin-top: 18px;
}

.quickpay__actions {
    max-width: 366px;
    margin: 20px auto 0;
}

.quickpay__contract-payment-definition {
    max-width: 366px;
    padding: 21px;
    margin: auto;
}

.quickpay__contract-payment-definition h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 11px;
}

.quickpay__contract-payment-definition p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 17px;
    color: #aaa;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .quickpay {
        margin-top: 20px;
    }
}

/* ================================= */
/* ===== Dashboard ===== */
/* ================================= */
.dashboard {
    margin-top: 24px;
}

.dashboard__warning-message {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #aaa;
    margin: 24px 0;
}

.dashboard__line-selector {
    overflow: hidden;
}

.dashboard__line-selector button,
.dashboard__line-selector a {
    display: block;
    width: 100%;
    background-color: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #333;
    letter-spacing: 0.27px;
    text-align: left;
    text-transform: capitalize;
    padding: 15px;
    border: none;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.dashboard__line-selector.disabled,
.dashboard__line-selector.disabled {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.dashboard__line-selector.disabled button,
.dashboard__line-selector.disabled a {
    color: #aaa;
    cursor: not-allowed;
}

.dashboard__line-selector button:hover,
.dashboard__line-selector a:hover {
    text-decoration: none;
}

.dashboard__line-selector button .badge,
.dashboard__line-selector a .badge {
    background: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #80bd38;
    padding: 4px 12px;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.dashboard__line-selector button .fullname,
.dashboard__line-selector a .fullname {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.dashboard__line-selector button .line-type,
.dashboard__line-selector a .line-type {
    color: #9f9f9f;
    margin-left: 8px;
}

.dashboard__line-selector button.has-selector,
.dashboard__line-selector a.has-selector {
    position: relative;
}

.dashboard__line-selector button.has-selector::after,
.dashboard__line-selector a.has-selector::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/ic-back-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(-90deg);
}

.dashboard__line-selector.selected {
    border: 1px solid #80bd38;
}

.dashboard__line-selector--sticky {
    background: #ffffff;
    border-bottom: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 60px;
    z-index: 100;
}

.dashboard__line-selector-info {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.27px;
    text-align: center;
    text-transform: capitalize;
    padding: 16px;
    border: none;
    position: relative;
}

.dashboard__line-selector-info .fullname {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
}

.dashboard__line-selector-info .line-type {
    color: #9f9f9f;
    margin-left: 8px;
}

.dashboard__section {
    margin-top: 24px;
}

.dashboard__section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    padding: 12px;
}

.dashboard__section-header h2,
.dashboard__section-header h2 p {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__section-header h2.warning {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__section-header h2.warning {
    color: #ff9900;
}

.dashboard__section-header h2.warning img {
    display: inline-block;
    width: 14px;
    height: auto;
    margin-left: 6px;
    vertical-align: middle;
}

.dashboard__section-header h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 0;
}

.dashboard__section-header a {
    display: block;
}

.dashboard__section-header a.link {
    padding-right: 12px;
    position: relative;
}

.dashboard__section-header a.link::after {
    content: "";
    width: 6px;
    height: 10px;
    background-image: url(../images/icons/ic-link-arrow.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__section-header a.dismiss {
    padding-right: 24px;
    position: relative;
}

.dashboard__section-header a.dismiss::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-close.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__section-header #billHistoryBtn {
    padding-right: 12px;
    position: relative;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #80bd38;
}

.dashboard__section-header #billHistoryBtn::after {
    content: "";
    width: 6px;
    height: 10px;
    background-image: url(../images/icons/ic-link-arrow.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__section-header a.download {
    padding-right: 22px;
    position: relative;
}

.dashboard__section-header a.download::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/ic-download.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__section-header a.info {
    padding-right: 22px;
    position: relative;
}

.dashboard__section-header a.info::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/ic-info.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dashboard__box-wrapper {
    margin-top: 20px;
}

.dashboard__details-box-wrapper {
    margin-bottom: 12px;
}

.dashboard__box {
    padding: 22px 16px;
    position: relative;
}

.dashboard__box.clickable {
    padding-right: 32px;
    cursor: pointer;
}

.dashboard__box.clickable::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    background-image: url(../images/icons/ic-link-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dashboard__box.no-progress {
    padding: 34px 16px;
}

.dashboard__box--balance {
    padding: 14px 16px;
}

.dashboard__box--history {
    padding: 12px 16px;
}

.dashboard__box.has-progress {
    padding: 16px;
}

.dashboard__box.has-progress .dashboard__box-info h3 {
    position: relative;
    top: -5px;
}

.dashboard__box.has-progress .dashboard__box-add-link {
    align-self: flex-start;
    top: 0;
}

.dashboard__details-box {
    margin-top: 12px;
    padding: 16px 18px;
}

.dashboard__bill-details-box {
    margin-bottom: 14px;
}

.dashboard__bill-details-box ul {
    padding: 0;
    margin: 0;
}

.dashboard__bill-details-box ul li {
    padding: 16px 18px;
    position: relative;
}

.dashboard__bill-details-box ul li:not(:last-child)::after {
    content: "";
    width: calc(100% - 80px);
    height: 0;
    border-bottom: 1px solid #e8e8e8;
    position: absolute;
    right: 0;
    bottom: 0;
}

.dashboard__box-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 18px auto;
}

.dashboard__box-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dashboard__box-body.start {
    align-items: flex-start;
}

.dashboard__box-body .btn {
    max-width: 170px;
}

.dashboard__box-icon {
    width: 46px;
    height: 46px;
    margin-right: 16px;
    border-radius: 10px;
    position: relative;
}

.dashboard__box-icon img,
.dashboard__box-icon svg {
    display: block;
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard__box-icon.light-blue {
    background-color: rgba(0, 170, 153, 0.05);
}

.dashboard__box-icon.pink {
    background-color: rgba(232, 81, 144, 0.05);
}

.dashboard__box-icon.green {
    background-color: rgba(128, 189, 56, 0.05);
}

.dashboard__box-icon.full-green {
    background-color: #80bd38;
}

.dashboard__box-icon.blue {
    background-color: rgba(67, 73, 204, 0.05);
}

.dashboard__box-icon.orange {
    background-color: rgba(255, 153, 1, 0.05);
}

.dashboard__box-icon.full-orange {
    background-color: #ff9901;
}

.dashboard__box-icon.white {
    background-color: rgba(255, 255, 255, 0.4);
}

.dashboard__box-info {
    flex-grow: 1;
}

.dashboard__box-info h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.dashboard__box-info h3 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.dashboard__box-info.traffic h3 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.dashboard__box-info h4 {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__box-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #333;
    margin-bottom: 8px;
}

.dashboard__box-info p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__box-info.traffic p {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__box-info p.total {
    font-size: 1.375rem;
    line-height: 14px;
    color: #80bd38;
    margin-top: 13px;
}

.dashboard__box-info p.total.paid {
    color: #cfcfcf;
}

.dashboard__box-info p.vat {
    font-size: 0.75rem;
    line-height: 14px;
    color: #aaa;
    margin-top: 15px;
}

.dashboard__box-info--details h3 {
    margin-bottom: 8px;
}

.dashboard__box-info--details h3 span {
    font-weight: 400;
}

.dashboard__box-info--bill-details h4 {
    margin-bottom: 2px;
}

.dashboard__box-info--bill-details p {
    font-size: 0.75rem;
}

.dashboard__box-info-col {
    display: flex;
    align-items: center;
}

.dashboard__details-box-info h2 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    margin-bottom: 0;
}

.dashboard__details-box-info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__details-box-info p span {
    color: #aaa;
}

.dashboard__details-box-info h3 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__details-box-info .badge {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    text-transform: capitalize;
    padding: 6px;
    margin-top: 6px;
    margin-bottom: 0;
    border-radius: 4px;
}

.dashboard__details-box-info .badge.success {
    background: rgba(128, 189, 56, 0.12);
    color: #80bd38;
}

.dashboard__details-box-info .badge.on-hold {
    background: rgba(247, 166, 0, 0.12);
    color: #f7a600;
}

.dashboard__details-box-info .badge.failed {
    background: rgba(255, 0, 0, 0.12);
    color: #ff0000;
}

.dashboard__details-box-info .time {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    position: absolute;
    right: 18px;
    bottom: 8px;
}

.dashboard__box-info-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dashboard__box-info-header img {
    width: 24px;
    height: auto;
    margin-right: 6px;
}

.dashboard__box-info-header span {
    display: inline-block;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    padding: 2px 14px;
    margin-left: 12px;
    border-radius: 4px;
}

.dashboard__box-info-header span.unpaid {
    background-color: rgba(255, 0, 0, 0.09);
    color: #ff0000;
}

.dashboard__box-info-header span.paid,
.dashboard__box-info-header span.over_paid {
    background-color: rgba(128, 189, 56, 0.09);
    color: #80bd38;
}

.dashboard__box-info-header span.partially.paid {
    background-color: rgba(255, 153, 0, 0.09);
    color: #ff9900;
}

.dashboard__box-info-header span.online {
    background-color: rgba(128, 189, 56, 0.09);
    color: #80bd38;
}

.dashboard__box-info-header span.offline {
    background-color: rgba(170, 170, 170, 0.09);
    color: rgb(170, 170, 170);
}

.dashboard__box-info-body {
    padding-left: 24px;
}

.dashboard__box-add-link {
    display: block;
    background-image: url(../images/icons/ic-add.svg);
    background-position: center right;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-right: 18px;
    position: relative;
    z-index: 2;
}

.dashboard__box-percentage p {
    display: flex;
    gap: 4px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 24px;
    color: #00aa99;
}

.dashboard__box-percentage p img {
    width: 18px;
    height: auto;
}

.dashboard__box-progress-wrapper {
    margin-top: 4px;
    margin-left: 62px;
}

.dashboard__box-progress-wrapper p {
    margin-top: 8px;
    margin-bottom: 0;
}

.dashboard__box-progress {
    width: 100%;
    height: 8px;
    background-color: #ebebeb;
    border-radius: 20px;
}

.dashboard__box-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00aa99;
    border-radius: 20px;
}

.dashboard__box-progress.pink span {
    background-color: #e85190;
}

.dashboard__box-footer--fiber {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dashboard__box-footer--fiber>p {
    margin-right: 18px;
}

.dashboard__box-footer>.row {
    align-items: center;
}

.dashboard__box-footer p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

.dashboard__box-footer ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}

.dashboard__box-footer ul li img {
    width: 16px;
    height: auto;
    margin-right: 4px;
}

.dashboard__box-question {
    display: inline-block;
    margin-top: 4px;
}

.dashboard__bill-details-section h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 8px;
}

.dashboard__tabs-list li:not(:last-child) {
    margin-right: 14px;
}

.dashboard__tabs-list li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
}

.dashboard__tabs-list li a img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard__tabs-list li a img.active {
    display: none;
}

.dashboard__tabs-list li a.active {
    border: 1px solid #80bd38;
    box-shadow: none;
}

.dashboard__tabs-list li a.active img {
    display: none;
}

.dashboard__tabs-list li a.active img.active {
    display: block;
}

.dashboard__graph-legend li {
    margin-right: 24px;
}

.dashboard__graph-legend li span {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
}

.dashboard__graph-legend li span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
}

.dashboard__graph-legend li span.green::before {
    background-color: #80bd38;
}

.dashboard__graph-legend li span.light-blue::before {
    background-color: #00aa99;
}

.dashboard__graph {
    margin-top: 20px;
}

.dashboard__notification {
    color: #fff;
    padding: 24px 16px;
    margin-top: 16px;
    border-radius: 10px;
    position: relative;
}

.dashboard__notification:not(:first-child) {
    display: none;
}

.dashboard__notification.unpaid-bill {
    background-color: #ff9901;
    position: relative;
}

.dashboard__notification.unpaid-bill::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-triangle-notification.svg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.dashboard__notification.tip {
    background-color: #00aa99;
    position: relative;
}

.dashboard__notification.tip::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-stars-notification.svg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.dashboard__notification p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.27px;
    margin-top: 10px;
    margin-bottom: 0;
}

.dashboard__notification-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 12px;
}

.dashboard__block {
    max-width: 335px;
    margin: auto;
}

.dashboard__guest-features-wrapper {
    margin-top: 40px;
}

.dashboard__guest-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dashboard__guest-feature.last {
    padding-bottom: 0;
    margin-bottom: 22px;
    border-bottom: none;
}

.dashboard__guest-feature-image {
    max-width: 86px;
    flex: 0 0 86px;
}

.dashboard__guest-feature--id-number .dashboard__guest-feature-image {
    margin-right: 20px;
}

.dashboard__guest-feature-info {
    max-width: 220px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}

.dashboard__guest-feature--id-number .dashboard__guest-feature-info {
    max-width: none;
    margin-right: 32px;
}

.dashboard__guest-feature-info h4 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 12px;
}

.dashboard__guest-feature-info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    color: #aaa;
    margin-bottom: 0;
}

.dashboard__line-types {
    margin-bottom: 36px;
}

.dashboard__form-group {
    max-width: 500px;
    margin: auto;
}

.dashboard__form-group .form-group {
    margin-bottom: 28px;
}

.dashboard__filter-btn {
    height: 45px;
    flex-grow: 1;
    margin-left: 8px;
    margin-right: 8px;
}

.dashboard__filter-btn a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    border-radius: 10px;
    position: relative;
}

.dashboard__filter-btn a img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard__filter-list {
    margin-top: 18px;
    margin-bottom: 4px;
}

.dashboard__filter-list li {
    height: 26px;
    background: rgba(128, 189, 56, 0.08);
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.32px;
    line-height: 26px;
    color: #80bd38;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.dashboard__filter-list li a {
    display: none;
    color: white;
    text-decoration: none;
}

.dashboard__filter-list li a:hover {
    text-decoration: none;
}

.dashboard__filter-list li.active {
    background-color: #80bd38;
    color: #fff;
    cursor: default;
}

.dashboard__filter-list li.active span {
    margin-right: 12px;
}

.dashboard__filter-list li.active a {
    display: inline-block;
}

.dashboard__tab-error {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.dashboard__tab-error figure {
    max-width: 270px;
    margin: 0 auto 35px;
}

.dashboard__tab-error p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    margin-bottom: 24px;
}

.dashboard__tab-error a {
    font-weight: 600;
}

.dashboard__soonest {
    padding: 25px;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.dashboard__soonest--transactions {
    padding: 0;
    border: none;
    border-radius: 0;
}

.dashboard__soonest figure {
    max-width: 272px;
    margin: 0 auto 42px;
}

.dashboard__soonest p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #aaa;
    text-align: center;
    margin-bottom: 0;
}

.dashboard__soonest a {
    display: block;
    max-width: 366px;
    margin: 42px auto 0;
}

.dashboard__refresh {
    line-height: 20px;
    margin-bottom: 18px;
}

.dashboard__refresh span {
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1;
    color: #aaa;
}

.dashboard__refresh a {
    font-weight: 600;
    font-size: 0.625rem;
}

.dashboard__refresh img {
    display: inline-block;
    width: 17px;
}

.dashboard__refreshed {
    display: block;
}

.dashboard__refreshing {
    display: none;
}

.dashboard__refreshing img {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.dashboard__refresh-error {
    display: none;
}

.dashboard__refresh-error span {
    color: #ff0000;
}

.dashboard__refresh-mobile {
    width: 100%;
    height: 0;
    background-color: rgba(128, 189, 56, 0.05);
}

.dashboard.can-refresh {
    margin-top: 18px;
}

.dashboard.refreshing .dashboard__refreshed {
    display: none;
}

.dashboard.refreshing .dashboard__refreshing {
    display: block;
}

.dashboard.error-refresh .dashboard__refresh-error {
    display: block;
}

.dashboard__average-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 104px;
    text-align: center;
    margin-bottom: 12px;
}

.dashboard__average-box h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    color: #333;
    margin-bottom: 12px;
}

.dashboard__average-box .average-box-value {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 16px;
}

.dashboard__average-box .average-box-values li img {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
}

.dashboard__average-box .average-box-values li span {
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 25px;
    white-space: nowrap;
}

.dashboard__average-box .average-box-values li:not(:last-child) {
    border-right: 1px solid rgba(0, 170, 153, 0.15);
}

.dashboard__average-box.green {
    background: rgba(128, 189, 56, 0.06);
    color: #80bd38;
    border: 1px solid rgba(128, 189, 56, 0.08);
    border-radius: 10px;
}

.dashboard__average-box.blue {
    background: rgba(0, 170, 153, 0.05);
    color: #00aa99;
    border: 1px solid rgba(0, 170, 153, 0.08);
    border-radius: 10px;
}

.dashboard__graph-divider {
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    margin: 38px 0 32px;
    position: relative;
}

.dashboard__graph-divider span {
    display: block;
    background-color: #fafafa;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 16px;
    padding: 0 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard__graph-tooltip {
    min-width: 90px;
    background: #ffffff;
    padding: 10px 8px;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 0);
    transition: all 0.1s ease;
    z-index: 100;
}

.dashboard__graph-tooltip h5 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 2px;
}

.dashboard__graph-tooltip h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.dashboard__graph-tooltip p {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.dashboard__graph-tooltip ul {
    flex-wrap: nowrap;
}

.dashboard__graph-tooltip ul li {
    padding: 0 4px;
    min-width: 60px;
}

.dashboard__graph-tooltip ul li img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto 4px;
}

.dashboard__graph-tooltip ul li span {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.dashboard__graph-tooltip ul li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.dashboard__graph-tooltip:after,
.dashboard__graph-tooltip:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dashboard__graph-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.dashboard__graph-tooltip:before {
    border-color: rgba(196, 196, 196, 0);
    border-bottom-color: #f4f4f4;
    border-width: 13px;
    margin-left: -13px;
}

.dashboard__graph-tooltip.both {
    padding: 10px 24px;
}

.dashboard__graph-tooltip.both .dashboard__graph-tooltip-divider {
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #f4f4f4;
    margin: 8px 0;
}

.dashboard__graph-tooltip.both .dashboard__graph-tooltip-value {
    display: block;
}

.dashboard__graph-tooltip.both .dashboard__graph-tooltip-list {
    display: block;
}

.dashboard__graph-tooltip.value .dashboard__graph-tooltip-value {
    display: block;
}

.dashboard__graph-tooltip.value .dashboard__graph-tooltip-list {
    display: none;
}

.dashboard__graph-tooltip.list {
    padding: 10px 24px;
}

.dashboard__graph-tooltip.list .dashboard__graph-tooltip-value {
    display: none;
}

.dashboard__graph-tooltip.list .dashboard__graph-tooltip-list {
    display: block;
}

.dashboard__graph-tooltip-list {
    display: none;
}

.dashboard__graph-tooltip-value {
    display: none;
}

.dashboard__graph-tooltip-divider {
    display: none;
}

.dashboard-paybill-actions {
    display: flex;
}

.modal--unbilled-details .modal-header {
    padding: 36px 25px;
}

.modal--unbilled-details .modal-body {
    padding: 0 25px 25px;
}

.modal--unbilled-details .modal-body .modal-unbilled-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.modal--unbilled-details .modal-body .dashboard__bill-details-box {
    margin-bottom: 12px;
}

.modal--unbilled-details .modal-body .dashboard__bill-details-box.green {
    background-color: rgba(247, 251, 243, 1);
    text-align: center;
    margin-bottom: 0;
    padding: 15px;
}

.modal--unbilled-details .modal-body .dashboard__bill-details-box.green h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 12px;
}

.modal--unbilled-details .modal-body .dashboard__bill-details-box.green h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 14px;
    margin-bottom: 10px;
    color: #80bd38;
}

.modal--unbilled-details .modal-body .dashboard__bill-details-box.green p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .dashboard__box-wrapper {
        margin-top: 16px;
    }
}

@media (max-width: 767.98px) {
    .dashboard__box-body--fiber {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .dashboard__box-body--fiber .dashboard__box-icon {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .dashboard__box-footer--fiber {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard__box-footer--fiber>p {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .dashboard__box-info-header {
        justify-content: space-between;
    }

    .dashboard__box-info-header h3 {
        flex-grow: 1;
    }

    .dashboard__box-footer p {
        margin-bottom: 12px;
    }

    .dashboard__notification {
        padding: 14px 16px;
        /* margin-top: 0; */
    }

    .dashboard__guest-feature--id-number {
        flex-wrap: wrap;
    }

    .dashboard__guest-feature--id-number .dashboard__guest-feature-image {
        order: 1;
        margin-right: 0;
    }

    .dashboard__guest-feature--id-number .dashboard__guest-feature-info {
        flex: 0 0 calc(100% - 106px);
        max-width: calc(100% - 106px);
        order: 0;
        margin-right: 20px;
    }

    .dashboard__guest-feature--id-number>a {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        margin-top: 20px;
    }

    .dashboard-paybill-actions #apple-pay-container {
        padding-right: 6px;
        padding-left: 0px;
    }

    .dashboard-paybill-actions #payBillNow {
        padding: 0px;
    }

    .dashboard-paybill-actions #apple-pay-container:not(.d-none)+#payBillNow {
        padding-left: 6px;
    }

    .modal--unbilled-details .modal-body {
        padding: 0 25px 15px;
    }
}

/* ================================= */
/* ===== My Cards ===== */
/* ================================= */
.my-cards__boxes-wrapper {
    margin-bottom: 18px;
}

.my-cards__boxes-wrapper h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 32px;
    margin-bottom: 6px;
}

.my-cards__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 12px;
    border: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
}

.my-cards__box .dropdown-menu {
    min-width: 125px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.my-cards__box .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: center;
    padding: 8px;
}

.my-cards__box .dropdown-menu .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.my-cards__box .dropdown-menu .dropdown-item.danger {
    color: #ff0000;
}

.my-cards__box .dropdown-menu .dropdown-divider {
    margin: 0 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.my-cards__box.selected {
    border: 1px solid #80bd38;
}

.my-cards__box.expired {
    background: #f2f2f2;
    box-shadow: none;
    color: #aaa;
}

.my-cards__box-image {
    width: 34px;
    margin-right: 16px;
}

.my-cards__box-info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.27px;
    margin-bottom: 0;
}

.my-cards__box-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

.my-cards__box-info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.27px;
    color: #aaa;
    margin-bottom: 0;
}

.my-cards__box-menu {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.my-cards__box-badge {
    background: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #80bd38;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.my-cards__actions {
    max-width: 366px;
    margin: 32px auto 0;
}

.my-cards__no-cards h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: #aaa;
    margin-bottom: 0;
}

.my-cards__no-cards-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* ================================= */
/* ===== Coverage Map ===== */
/* ================================= */
.coverage-map__radio-tabs {
    max-width: 366px;
    margin: auto;
}

.coverage-map__map-container {
    width: 100%;
    height: 600px;
    margin-top: 24px;
    border: 1px solid #efeeee;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.coverage-map__map {
    width: 100%;
    height: 100%;
}

.coverage-map__map-settings {
    position: absolute;
    top: 18px;
    left: 18px;
}

.coverage-map__checkbox {
    background-color: #fff;
    padding: 10px;
    border: 1.2px solid #d9d9d9;
    border-radius: 10px;
}

.coverage-map__select-line {
    padding: 18px;
    margin-top: 24px;
}

.coverage-map__coverages {
    max-width: 366px;
    margin: auto;
}

.coverage-map__coverages ul {
    justify-content: space-around;
}

.coverage-map__coverages ul li {
    width: calc(100% / 5);
}

.coverage-map__coverages ul li img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 auto 6px;
    transform: translateX(6px);
}

.coverage-map__coverages ul li img.active {
    display: none;
}

.coverage-map__coverages ul li span {
    display: block;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    letter-spacing: 0.2px;
    color: #d8d8d8;
    text-align: center;
}

.coverage-map__coverages ul li.active img {
    display: none;
}

.coverage-map__coverages ul li.active img.active {
    display: block;
}

.coverage-map__coverages ul li.active span {
    color: #333;
}

.coverage-map__coverage-status {
    min-width: 90px;
    display: inline-block;
    background: #ffffff;
    padding: 10px;
    margin-top: 12px;
    border: 1.2px solid #d9d9d9;
    border-radius: 10px;
}

.coverage-map__coverage-status ul {
    padding: 0;
    margin: 0;
}

.coverage-map__coverage-status ul li {
    padding-left: 18px;
    position: relative;
}

.coverage-map__coverage-status ul li span {
    display: block;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.32px;
}

.coverage-map__coverage-status ul li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.coverage-map__coverage-status ul li.good::before {
    background-color: #c2e566;
}

.coverage-map__coverage-status ul li.excellent::before {
    background-color: #a6d725;
}

.coverage-map__my-location {
    background: #ffffff;
    border: 1.2px solid #d9d9d9;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    bottom: 115px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.coverage-map__my-location img {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coverage-map__btn {
    max-width: 366px;
    margin: 20px auto 0;
}

.coverage-map__filter {
    background-color: #fff;
    padding: 10px;
    border: 1.2px solid #d9d9d9;
    border-radius: 10px;
}

.coverage-map__filter a {
    display: flex;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 22px;
    color: #333;
    letter-spacing: 0.32px;
    text-decoration: none;
}

.coverage-map__filter a img {
    width: 21px;
    height: auto;
    margin-right: 8px;
}

.coverage-map__store-details {
    padding: 14px 18px;
    margin-top: 24px;
}

.coverage-map__store-details-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coverage-map__store-details-info {
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
    padding-right: 20px;
}

.coverage-map__store-address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.coverage-map__store-address h3 {
    max-width: 386px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 17px;
    margin-right: 10px;
    margin-bottom: 0;
}

.coverage-map__store-address span {
    display: block;
    flex-shrink: 0;
    background: rgba(128, 189, 56, 0.1);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #80bd38;
    padding: 6px;
    border-radius: 4px;
}

.coverage-map__store-agent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.coverage-map__store-agent img {
    width: 14px;
    height: auto;
    margin-right: 4px;
}

.coverage-map__store-agent span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 15px;
}

.coverage-map__store-working-hours {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    color: #aaa;
    margin-top: 10px;
}

.coverage-map__store-details-actions {
    flex: 0 0 160px;
    max-width: 160px;
}

.coverage-map__store-details-actions .btn+.btn {
    margin-top: 18px;
}

.shop-marker {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shop-marker__image {
    width: 36px;
    height: 36px;
    border: 2.5px solid #fff;
    border-radius: 50%;
    z-index: 1;
}

.shop-marker__image.active {
    width: 42px;
    height: 42px;
}

.shop-marker__image.shop {
    background-color: #80bd38;
    background-image: url(../images/icons/ic-shop-marker.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.shop-marker__image.kiosk {
    background-color: #ff9900;
    background-image: url(../images/icons/ic-kiosk-marker.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.shop-marker__image.wifi {
    background-color: #00aa99;
    background-image: url(../images/icons/ic-wifi-marker.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.shop-marker__stick {
    width: 2px;
    height: 30px;
    background-color: #a7a9ac;
    margin-top: -10px;
}

.modal--select-new-line .modal-header {
    padding: 20px 16px 0;
}

.modal--select-new-line .modal-body {
    padding: 22px 16px 38px;
}

.modal--select-new-line .modal-body .home-box {
    max-width: 352px;
    margin: auto;
}

.modal--select-new-line .modal-body .home-box__info h3 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 6px;
}

@media (max-width: 767.98px) {
    .coverage-map__store-details-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .coverage-map__store-details-info {
        flex: auto;
        max-width: none;
        padding-right: 0;
        padding-bottom: 14px;
    }

    .coverage-map__store-details-actions {
        display: flex;
        width: 100%;
        max-width: none;
        justify-content: center;
        align-items: center;
        flex: auto;
        align-self: center;
    }

    .coverage-map__store-details-actions .btn {
        max-width: 162px;
    }

    .coverage-map__store-details-actions .btn:first-child {
        margin-right: 8px;
    }

    .coverage-map__store-details-actions .btn+.btn {
        margin-left: 8px;
        margin-top: 0;
    }

    .coverage-map__store-details-actions .btn img {
        margin-right: 10px;
    }
}

/* ================================= */
/* ===== Line Services ===== */
/* ================================= */
/* .addons-card-columns { */
/* margin is added due to webkit bug to solve */
/* margin-top: -7px; */
/* } */

.addon-block {
    background-color: #fff;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 5%);
    padding: 16px;
    margin-bottom: 13px !important;
    border-radius: 10px;
    border: 1px solid #efeeee;
    position: relative;
    cursor: pointer;
    /* margin is added due to webkit bug to solve */
    /* margin-top: 7px; */
}

.addon-block--active {
    background: rgba(228, 244, 210, 0.3);
    border: 1px solid #efeeee;
    box-shadow: none;
    padding-right: 92px;
}

.addon-block.selected {
    border-color: #80bd38;
}

.addon-block__active {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #80bd38;
    position: absolute;
    top: 18px;
    right: 18px;
}

.addon-block__active::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #80bd38;
    margin-right: 4px;
    border-radius: 50%;
}

.addon-block__active.reverse {
    color: #ff9900;
}

.addon-block__active.reverse::before {
    background-color: #ff9900;
}

.addon-block__promotion-badge {
    background-color: #80bd38;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1;
    color: white;
    text-transform: capitalize;
    padding: 6px 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px 0 10px 0;
}

.addon-block__promotion-badge img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: sub;
}

.addon-block__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 18px;
    margin-bottom: 0;
}

.addon-block__title span {
    display: block;
    width: 100%;
    width: fit-content;
}

.addon-block__title-promotion {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 20px;
    color: #80bd38;
    margin-left: 5px;
    flex-shrink: 0;
}

.addon-block__title-promotion img {
    display: inline-block;
    width: 18px;
    height: auto;
    margin-left: 5px;
}

.addon-block__description {
    margin-top: 9px;
}

.addon-block__description p {
    font-size: 0.75rem;
    line-height: 18px;
    margin-bottom: 0;
}

.addon-block__icons {
    margin-top: 20px;
}

.addon-block__icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.addon-block__cycle {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
}

.addon-block__price {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    color: #80bd38;
}

.addon-block__price span {
    display: inline-block;
}

.addon-block__old-price {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    color: #aaa;
    position: relative;
}

.addon-block__old-price::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.category-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
}

.category-block--rates {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #4349cc;
    color: white;
    box-shadow: none;
}

.category-block__icon {
    width: 45px;
    height: 45px;
    background-color: rgba(67, 73, 204, 0.05);
    margin-right: 16px;
    border-radius: 10px;
    position: relative;
}

.category-block--rates .category-block__icon {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 32px;
}

.category-block__icon img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category-block__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 2px;
}

.category-block__subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
}

.country-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 16px;
    margin-bottom: 12px;
    position: relative;
}

.country-block__icon {
    width: 28px;
    height: auto;
    margin-right: 16px;
}

.country-block__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
}

.country-operators-badge {
    background-color: rgba(67, 73, 204, 0.05);
    font-size: 0.75rem;
    line-height: 20px;
    color: #4349cc;
    padding: 16px 20px;
    border-radius: 10px;
}

.country-operators-badge.green {
    background-color: rgba(0, 170, 153, 0.05);
    color: #00aa99;
}

.country-pay-rates {
    background-color: white;
    margin-bottom: 32px;
}

.country-pay-rates-list .country-pay-rates-item .country-pay-rates-block {
    padding: 0 20px;
}

.country-pay-rates-list .country-pay-rates-item .country-pay-rates-block__wrapper {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.country-pay-rates-list .country-pay-rates-item:nth-last-child(1) .country-pay-rates-block .country-pay-rates-block__wrapper,
.country-pay-rates-list .country-pay-rates-item:nth-last-child(2) .country-pay-rates-block .country-pay-rates-block__wrapper {
    border-bottom: none;
}

.country-pay-rates-block__name {
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 2px;
}

.country-pay-rates-block__rate {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 15px;
}

.service-subscribe {
    background-color: white;
    padding: 12px 16px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    bottom: 0;
    margin-top: auto;
}

.service-subscribe__vat {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 12px;
    text-align: center;
}

.service-subscribe__btn {
    max-width: 366px;
    margin: auto;
}

.credit-limit__section {
    margin-bottom: 20px;
}

.credit-limit__section h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 15px;
}

.credit-limit__section h3 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    margin-bottom: 15px;
}

.credit-limit__section button {
    display: block;
    max-width: 366px;
    margin: 20px auto;
}

.credit-limit__value {
    background: rgba(228, 244, 210, 0.3);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
    text-align: center;
    border: 1px solid #efeeee;
    border-radius: 10px;
    padding: 20px;
}

.outline-radio-tabs--credit-limit .nav .nav-item label span:nth-child(2) {
    font-weight: 700;
}

.available-balance__block {
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    padding: 18px 20px;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.available-balance__block span {
    margin-right: 15px;
}

.support5g-badge {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
    padding: 15px 18px;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.support5g-badge img {
    width: 45px;
    height: auto;
    margin-right: 8px;
}

.support5g-badge p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .service-subscribe {
        bottom: 60px;
    }

    .available-balance {
        position: sticky;
        top: 134px;
        z-index: 1;
    }

    .available-balance__block {
        background-color: #fff;
        border: none;
        border-bottom: 1px solid #f2f2f2;
        border-radius: 0;
    }

    .available-balance__block span {
        display: block;
        margin-right: 0;
        margin-bottom: 6px;
    }
}

/* ================================= */
/* ===== More ===== */
/* ================================= */
.more-section {
    padding-bottom: 84px;
}

.more__block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    margin-top: 20px;
    margin-bottom: 12px;
    position: relative;
}

.more__block--wallet {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
}

.more__block--autopay {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
}

.more__block>h6 {
    flex: 0 0 100%;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    color: #333;
    margin-bottom: 0;
    margin-top: 10px;
}

.more__block-image {
    width: 45px;
    height: 45px;
    background-color: rgba(128, 189, 56, 0.05);
    margin-right: 14px;
    border-radius: 10px;
    position: relative;
}

.more__block-image.logout {
    background-color: rgba(255, 0, 0, 0.05);
}

.more__block--wallet .more__block-image {
    background-color: #1b9e62;
}

.more__block--autopay .more__block-image {
    background-color: #333;
}

.more__block-image img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.more__block-image.home-box__img--none {
    background-color: transparent !important;
}

.more__block-image.home-box__img--none img {
    width: 100% !important;
}

.more__block-info {
    flex-grow: 1;
}

.more__block-info h2 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.more__block-info.logout h2 {
    font-weight: 400;
    color: #ff0000;
}

.more__block--enable-autopay .more__block-info h2 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.more__block--enable-autopay .more__block-info h2 span {
    display: inline-block;
    /* vertical-align: middle; */
}

.more__block-info h2 img {
    display: inline-block;
    width: auto;
    height: 15px;
}

.more__block-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 3px;
}

.more__block--enable-autopay .more__block-info h6 {
    color: #aaa;
}

.more__block-arrow {
    width: 24px;
    transform: rotate(-90deg);
}

.more__app-version {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    color: #969696;
    margin-top: 32px;
    margin-bottom: 32px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.my-account {
    margin-bottom: 20px;
}

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

.my-account__header h2 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
}

.my-account__header a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.my-account__header a img {
    width: 24px;
    margin-left: 6px;
}

.my-account__detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    position: relative;
}

.my-account__detail.divider-border::after {
    content: "";
    width: calc(100% - 16px - 14px - 45px);
    height: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0;
    right: 0;
}

.my-account__detail.my-account__detail--novalue {
    background-color: rgba(128, 189, 56, 0.05);
}

.my-account__detail-image {
    width: 45px;
    height: 45px;
    background-color: rgba(128, 189, 56, 0.05);
    margin-right: 14px;
    border-radius: 10px;
    position: relative;
}

.my-account__detail--novalue .my-account__detail-image {
    background-color: transparent;
}

.my-account__detail-image img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.my-account__detail-info {
    flex-grow: 1;
}

.my-account__detail-info h2 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    color: #aaa;
    margin-bottom: 0;
}

.my-account__detail--novalue .my-account__detail-info h2 {
    font-weight: 600;
    font-size: 0.875rem;
    color: #80bd38;
}

.my-account__detail-info h6,
.my-account__detail-info h6 a {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
    color: #333;
}

.my-account__detail-arrow {
    width: 24px;
    transform: rotate(-90deg);
}

.line-manage-block {
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.line-manage-block.hidden {
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
}

.line-manage-block a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #333;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 14px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.line-manage-block a.no-name {
    padding: 25px 16px;
}

.line-manage-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    margin-bottom: 0;
}

.line-manage-block__status.primary {
    background: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #80bd38;
    padding: 2px 12px;
    border-radius: 4px;
}

.line-manage-block__status.hidden {
    background: #e7e7e7;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #666;
    padding: 4px 12px;
    border-radius: 4px;
}

.line-manage-block__info span.number {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    margin-right: 8px;
}

.line-manage-block__info span.line-type {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    text-transform: capitalize;
    color: #aaa;
}

.line-details__subscriber-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 20px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}

.line-details__subscriber-block.hidden {
    background: #f2f2f2 !important;
    border: 1px solid #e4e4e4;
}

.line-details__subscriber-block .badge {
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding: 5px 14px;
    border-radius: 10px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.line-details__subscriber-block.hidden .badge {
    background-color: #e7e7e7;
    color: #666;
}

.line-details__subscriber-block .number {
    display: inline-block;
    font-weight: 400;
    line-height: 22px;
    font-size: 0.875rem;
    letter-spacing: 0.27px;
    margin-right: 8px;
    margin-left: 8px;
}

.line-details__subscriber-block .line-type {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    color: #9f9f9f;
    text-transform: capitalize;
}

.line-details__form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.line-details__form-group .input-text {
    width: 100%;
}

.line-details__form-group-details h2 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 0;
}

.line-details__form-group-details h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 0;
}

.line-management {
    padding: 18px 0;
}

.line-management__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 34px;
    margin-bottom: 8px;
}

.line-management__access {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

.line-management__access span {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    margin-right: 10px;
}

.line-management__access.fully span {
    color: #80bd38;
}

.line-management__access.limited span {
    color: #ff9900;
}

.line-management__access a {
    display: block;
    width: 24px;
    height: 24px;
}

.line-management__sync {
    margin-bottom: 16px;
}

.line-management__sync button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    color: #80bd38;
    text-align: left;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.line-management__sync button img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.line-management__sync button.loading img {
    animation: spin 1s linear forwards infinite;
}

.line-management__sync-info h2 {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

.line-management__sync-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.32px;
    color: #aaa;
    margin-bottom: 0;
}

.line-management-actions {
    background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #f9f9f9 20.83%);
    padding: 30px;
    text-align: center;
    position: sticky;
    bottom: 0;
}

.line-management-actions a.btn {
    display: block;
    max-width: 366px;
    margin: 0 auto 22px;
}

.wallet-balance-box {
    padding: 14px 16px;
    margin-bottom: 6px;
}

.wallet-balance-box h3 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 12px;
}

.wallet-balance-box p {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1;
    color: #80bd38;
    margin-bottom: 0;
}

.wallet-balance-box p span {
    font-weight: 700;
    font-size: 2rem;
}

.autopay__block {
    padding: 14px 16px;
    margin-bottom: 20px;
    position: relative;
}

.autopay__block.disabled {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #aaa;
}

.autopay__block-info {
    padding-right: 20px;
    cursor: pointer;
}

.autopay__block.disabled .autopay__block-info {
    cursor: not-allowed;
}

.autopay__block-info.new-autopayment {
    cursor: initial;
}

.autopay__block-info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0.27px;
}

.autopay__block-info h6,
.autopay__block-info h6 a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.27px;
    color: #333;
}

.autopay__block.disabled .autopay__block-info h6,
.autopay__block.disabled .autopay__block-info h6 a {
    color: #aaa;
}

.autopay__block-info h6 span {
    color: #aaa;
    text-transform: capitalize;
}

.autopay__block-status {
    display: inline-block;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 6px 12px;
    margin-top: 8px;
    border-radius: 4px;
}

.autopay__block-status.success {
    background: rgba(128, 189, 56, 0.12);
    color: #80bd38;
}

.autopay__block-status.hold {
    background: rgba(247, 166, 0, 0.12);
    color: #f7a600;
}

.autopay__block-status.failed {
    background: rgba(255, 0, 0, 0.12);
    color: #ff0000;
}

.autopay__block-status.new {
    background: rgba(0, 170, 153, 0.12);
    color: #00aa99;
}

.autopay__block-status.disabled {
    background: rgba(137, 138, 141, 0.09);
    color: #898a8d;
}

.autopay__block-divider {
    margin: 18px 0 6px;
    border-bottom: 1px solid #e9e9e9;
}

.autopay__block-dates {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 46px;
}

.autopay__block-dates .last-payment {
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    color: #aaa;
}

.autopay__block-dates .next-payment {
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 22px;
}

.autopay__block .dropdown-menu {
    min-width: 125px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.autopay__block .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: center;
    padding: 8px;
}

.autopay__block .dropdown-menu .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.autopay__block .dropdown-menu .dropdown-item.danger {
    color: #ff0000;
}

.autopay__block .dropdown-menu .dropdown-divider {
    margin: 0 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.autopay__choose_number {
    max-width: 366px;
    margin: auto;
}

.autopay__choose_number h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 34px;
    margin-bottom: 4px;
}

.autopay__choose_number h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.32px;
    margin-bottom: 20px;
}

.autopay__add-new {
    max-width: 366px;
    margin: auto;
}

.autopay__add-new h3 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 34px;
    margin-bottom: 4px;
}

.autopay__add-new h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.32px;
    color: #aaa;
    margin-bottom: 20px;
}

.autopay__add-new-divider {
    margin: 32px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.autopay__add-new .card-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 18px;
    border: 1px solid #efeeee;
    border-radius: 10px;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer;
}

.autopay__add-new .card-box.card-box--unsupported {
    border: 1px solid #f4b000;
}

.autopay__add-new .card-box.unsupported {
    cursor: not-allowed;
}

.autopay__add-new .card-box__image {
    width: 34px;
    margin-right: 15px;
}

.autopay__add-new .card-box__info {
    flex: 1;
}

.autopay__add-new .card-box__info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.autopay__add-new .card-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.autopay__add-new .card-box__default-badge {
    align-self: flex-end;
    background-color: rgba(128, 189, 56, 0.09);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #80bd38;
    padding: 5px 10px;
    border-radius: 4px;
}

.autopay__add-new .card-box__unsupported-badge {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-end;
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #ff9900;
}

.autopay__add-new .card-box__unsupported-badge img {
    width: 10px;
    height: auto;
    margin-left: 5px;
}

.autopay__add-new .card-box::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/ic-select-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.autopay__add-new .cards-dropdown .dropdown-menu {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    margin-top: 12px;
    overflow: hidden;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item .card-box {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item .card-box::before {
    content: "";
    width: calc(100% - 32px);
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -1px;
    left: 16px;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item .card-box::after {
    content: none;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item:hover,
.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item.selected {
    background-color: rgba(128, 189, 56, 0.09);
    color: #333;
}

.autopay__add-new .cards-dropdown .dropdown-menu .dropdown-item.unsupported {
    background-color: #f2f2f2;
    color: #aaa;
}

.autopay__add-new .cards-dropdown .dropdown-menu>a {
    width: calc(100% - 32px);
    margin: 32px 16px;
}

.autopay__actions-wrapper {
    background: #ffffff;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.autopay__actions-wrapper button {
    display: block;
    max-width: 366px;
    margin: auto;
}

.autopay__confirmation {
    max-width: 366px;
    margin: auto;
}

.autopay__unsupported-card-alert {
    background: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 19px;
    letter-spacing: 0.3px;
    padding: 14px 16px;
    margin-top: 12px;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.autopay__unsupported-card-alert img {
    width: 20px;
    height: auto;
    margin-right: 12px;
}

@media (max-width: 767.98px) {

    .line-management-actions,
    .autopay__actions-wrapper {
        bottom: 62px;
    }

    .direct-access .autopay__actions-wrapper {
        bottom: 0;
    }

    .autopay__block-divider {
        margin: 18px 0 14px;
    }

    .autopay__block-dates {
        height: auto;
    }
}

/* ================================= */
/* ===== Mobile Plans ===== */
/* ================================= */
.mobile-plan__plans {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

}

.mobile-plan__plan-card {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Ensures the card fills the grid cell */
}

.mobile-plan__links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.mobile-plan__image-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.mobile-plan__title,
.mobile-plan__title p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.mobile-plan__block {
    padding: 26px 16px 16px;
    margin-bottom: 20px;
    position: relative;
}

.mobile-plan__block h3 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.mobile-plan__block a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.mobile-plan__block a img {
    width: 24px;
    height: auto;
    transform: rotate(180deg);
    display: inline-block;
}

.mobile-plan__block>img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.mobile-plan__type-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 148px;
    padding: 20px 16px;
    cursor: pointer;
}

.mobile-plan__type-block.selected {
    border: 1px solid #80bd38;
    box-shadow: none;
}

.mobile-plan__type-block h3 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.mobile-plan__type-block p {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 0;
}

.mobile-plan__plan-card .mobile-plan__image {
    max-width: 100%;
    max-height: 200px;
}

.mobile-plan__plan-card img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* ================================= */
/* ===== Security Management ===== */
/* ================================= */
.security-management__section {
    margin-bottom: 12px;
}

.security-management__section h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 6px;
}

.security-management__section h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.28px;
    color: #9f9f9f;
    margin-bottom: 0;
}

.numbers-security__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
}

.numbers-security__title h2 {
    margin-bottom: 0;
    margin-right: 10px;
}

.numbers-security__title a {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.numbers-security__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 14px 16px;
    position: relative;
}

.numbers-security__block h3 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.28px;
    margin-bottom: 1px;
}

.numbers-security__block p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}

.numbers-security__block p span {
    color: #9f9f9f;
}

.numbers-security__block p b {
    font-weight: 600;
}

.numbers-security__block-menu {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

.numbers-security__block .dropdown-menu {
    min-width: 125px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.numbers-security__block .dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 8px;
}

.numbers-security__block .dropdown-menu .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.numbers-security__block .dropdown-menu .dropdown-item.danger {
    color: #ff0000;
}

.numbers-security__block .dropdown-menu .dropdown-divider {
    margin: 0 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.delete-account__title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.delete-account__subtitle {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 4px;
}

.delete-account__info {
    margin-bottom: 32px;
}

.delete-account__info li {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
}

.delete-account__info li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: middle;
}

.delete-account__image img {
    max-width: 109px;
    margin: auto;
}

.modal--delete-account .modal-header .modal-title,
.modal--delete-account .modal-header .modal-subtitle,
.modal--delete-account .modal-header .modal-list {
    max-width: 366px;
    margin: auto;
}

.modal--delete-account .modal-header .modal-list li {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.3px;
    position: relative;
}

.modal--delete-account .modal-header .modal-list li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 12px;
    vertical-align: middle;
}

.modal--delete-account .modal-header figure {
    max-width: 92px;
    margin: 32px auto 0;
}

.modal--delete-account .modal-header figure img {
    width: 100%;
}

/* ================================= */
/* ===== Acitve Sessions ===== */
/* ================================= */
.active-session__block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}

.active-session__block.current {
    border: 1px solid #80bd38;
    box-shadow: none;
}

.active-session__block-image {
    width: 45px;
    height: 45px;
    background-color: rgba(128, 189, 56, 0.05);
    position: relative;
    margin-right: 14px;
    border-radius: 10px;
}

.active-session__block.delete-account .active-session__block-image {
    background-color: rgba(255, 0, 0, 0.05);
}

.active-session__block-modal-wrapper .active-session__block-image {
    display: none;
}

.active-session__block-image img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.active-session__block-info h2 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.active-session__block.delete-account .active-session__block-info h2 {
    font-weight: 400;
    color: #ff0000;
    margin-bottom: 0;
}

.active-session__block-modal-wrapper .active-session__block-info h2 {
    font-size: 1.125rem;
}

.active-session__block-info p {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.active-session__block-modal-wrapper .active-session__block-info p {
    font-size: 0.875rem;
}

.active-session__block-info p span {
    font-weight: 400;
}

.active-session__block-info p span.active {
    color: #00aa99;
}

.active-session__block-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.3;
    color: #aaa;
    margin-bottom: 0;
}

.active-session__block-modal-wrapper .active-session__block-info h6 {
    font-size: 0.875rem;
}

/* ================================= */
/* ===== Onboarding ===== */
/* ================================= */
.onboarding {
    padding: 48px 0;
}

.onboarding__title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 32px;
}

.onboarding__form {
    max-width: 366px;
    margin: auto;
}

.onboarding__form button {
    margin-top: 20px;
}

.onboarding__language-radio {
    margin-bottom: 12px;
}

.onboarding__language-radio input {
    display: none;
}

.onboarding__language-radio label {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
    padding: 14px 16px;
    margin-bottom: 0;
    cursor: pointer;
}

.onboarding__language-radio input:checked+label {
    border: 1px solid #80bd38;
    box-shadow: none;
}

.onboarding__block {
    max-width: 560px;
    background-color: #fff;
    padding: 32px;
    margin: auto;
}

.onboarding__features {
    max-width: 366px;
    margin: auto;
}

.onboarding__feature {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 48px;
}

.onboarding__feature:last-child {
    margin-bottom: 0;
}

.onboarding__feature-image {
    flex: 0 0 120px;
    max-width: 120px;
    margin-left: 24px;
    margin-right: 24px;
}

.onboarding__feature:nth-child(1) .onboarding__feature-image img {
    height: 100px;
    width: auto;
}

.onboarding__feature:nth-child(2) .onboarding__feature-image img {
    height: 80px;
    width: auto;
}

.onboarding__feature:nth-child(3) .onboarding__feature-image img {
    height: 80px;
    width: auto;
}

.onboarding__feature-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.onboarding__feature-info h2 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: 12px;
}

.onboarding__feature-info p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.1;
    margin-bottom: 0;
}

.onboarding__block-link {
    display: block;
    max-width: 366px;
    margin: auto;
}

.onboarding-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #80bd38;
    background-image: url(../images/onboarding-pattern.svg);
    background-repeat: no-repeat;
    background-size: 462px;
    background-position: 42px calc(100% - 28px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.onboarding-loader__logo img {
    height: 130px;
    width: auto;
}

.language__list li a {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
    color: #333;
    text-decoration: none;
    padding: 14px 16px;
    margin-bottom: 20px;
    cursor: pointer;
}

.language__list li a.selected {
    border: 1px solid #80bd38;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .onboarding-loader {
        background-size: 380px;
        background-position: 16px calc(100% - 6px);
    }
}

@media (max-width: 767.98px) {
    .onboarding-loader {
        background-size: 294px;
        background-position: 20px calc(100% - 20px);
    }

    .onboarding {
        padding: 32px 0;
    }

    .onboarding__title {
        text-align: left;
        margin-bottom: 16px;
    }

    .onboarding__block {
        background-color: transparent;
        padding: 0;
    }

    .onboarding__feature {
        margin-bottom: 24px;
    }

    .onboarding__feature:last-child {
        margin-bottom: 0;
    }

    .onboarding__feature-image {
        flex: 0 0 100px;
        max-width: 100px;
        margin-left: 0;
        margin-right: 16px;
    }
}

/* ================================= */
/* ===== Line Information ===== */
/* ================================= */
.line-information__block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    position: relative;
}

.line-information__block.no-value {
    background-color: rgba(128, 189, 56, 0.05);
}

.line-information__block.shadow-box:not(.static) {
    padding-right: 32px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

.line-information__block.shadow-box:not(.static)::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    background-image: url(../images/icons/ic-link-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.line-information__block-image {
    width: 45px;
    height: 45px;
    background-color: rgba(128, 189, 56, 0.05);
    position: relative;
    margin-right: 14px;
    border-radius: 10px;
}

.line-information__block.no-value .line-information__block-image {
    background-color: transparent;
}

.line-information__block-image img {
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line-information__block-info h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.2;
    /* color: #aaa; */
    margin-bottom: 0;
}

.line-information__block-info h2 {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

.line-information__block-info p {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}

.sim-card__info-block {
    display: flex;
    background-color: rgba(128, 189, 56, 0.05);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    padding: 6px 12px;
    border-radius: 10px;
}

.sim-card__block .line-information__block {
    cursor: default;
}

.sim-card__info-block b {
    color: #aaa;
    margin-right: 12px;
}

.modal--line-information .modal-header {
    padding: 46px 14px 16px;
}

.modal--line-information .modal-header .modal-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 366px;
    margin: 0 auto 12px;
}

.modal--line-information .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.modal--line-information .modal-header .modal-title-wrapper a {
    display: flex;
    align-items: center;
}

.modal--line-information .modal-header .modal-title-wrapper a img {
    width: 24px;
    height: 24px;
    margin-left: 3px;
}

.modal--line-information .modal-header .modal-info {
    max-width: 366px;
    margin: auto;
}

.modal--line-information .modal-body {
    padding: 16px 15px 30px;
}

.modal--line-information .modal-body h3 {
    max-width: 366px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.1;
    margin: 0 auto 12px;
}

.modal--line-information .modal-body ul {
    max-width: 366px;
    padding: 0;
    margin: auto;
}

.modal--line-information .modal-body ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal--line-information .modal-body ul li:last-child {
    border-bottom: none;
}

.modal--line-information .modal-body ul li span:first-child {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.8;
}

.modal--line-information .modal-body ul li span:last-child {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.8;
}

.modal--line-information .modal-footer {
    padding: 20px 15px 32px;
}

.modal--line-information .modal-footer--green {
    background-color: rgba(128, 189, 56, 0.05);
}

.modal--line-information .modal-footer h3 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: 12px;
}

.modal--line-information .modal-footer h6 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.1;
    color: #aaa;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .line-information__row {
        margin-bottom: 16px;
        box-shadow: 0px 1px 9px rgb(0 0 0 / 5%);
        border-radius: 10px;
        border: 1px solid #efeeee;
    }

    .line-information__row>div {
        padding: 0;
        margin-bottom: 0 !important;
        position: relative;
    }

    .line-information__row>div .line-information__block {
        box-shadow: none;
        border-radius: 0;
        border: none;
    }
}

/* ================================= */
/* ===== Beta Feedback ===== */
/* ================================= */
.beta-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #80bd38;
    color: white;
    padding: 16px 18px;
    /* margin-bottom: 20px; */
    border-radius: 10px;
    position: relative;
}

.beta-block::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-beta-feedback.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.beta-block__info {
    max-width: 328px;
    margin-right: 18px;
    z-index: 1;
}

.beta-block__info h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 4px;
}

.beta-block__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.27px;
    margin-bottom: 0;
}

.beta-block .btn {
    max-width: 250px;
    z-index: 1;
}

.modal--beta-feedback .modal-content {
    padding: 0 15px 30px;
}

.modal--beta-feedback .modal-content-wrapper {
    max-width: 366px;
    margin: auto;
}

.modal--beta-feedback .feedback__block-info {
    margin-bottom: 32px;
}

.modal--beta-feedback .feedback__ratings-list {
    margin-bottom: 36px;
}

.modal--beta-feedback .feedback__ratings-list li {
    margin: 0 12px;
}

.modal--beta-feedback .feedback__radio label {
    width: 54px;
    height: 54px;
}

.modal--beta-feedback .feedback__block-btn a {
    display: table;
    text-transform: uppercase;
    margin: 26px auto 0;
}

.modal--beta-feedback .page-desc__image {
    max-width: 152px;
    margin-bottom: 24px;
}

.modal--beta-feedback .page-desc__title h2 {
    font-family: Cairo;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 38px;
    letter-spacing: 0.26px;
    text-align: center;
    margin-bottom: 9px;
}

.modal--beta-feedback .page-desc__title p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.26px;
    text-align: center;
    margin-bottom: 0;
}

.modal--beta-feedback .page-desc__title a {
    display: table;
    text-transform: uppercase;
    margin: 26px auto 0;
}

.modal--beta-feedback .page-desc__btns {
    margin-top: 42px;
}

.modal--beta-feedback .page-desc__btns a {
    text-transform: uppercase;
    margin-top: 20px;
}

.consumptions__alert {
    background-color: rgba(0, 170, 153, 0.05);
    border-radius: 10px;
    padding: 12px;
}

.consumptions__alert img {
    width: 24px;
}

.consumptions__alert p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #00aa99;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .beta-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .beta-block::before {
        background-image: url(../images/bg-beta-feedback-mobile.svg);
        background-position: top right;
    }

    .beta-block__info {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* ================================= */
/* ===== Account History ===== */
/* ================================= */
.transaction__header {
    position: sticky;
    top: 0;
}

.input-text--transaction-search a:first-of-type {
    right: 68px;
}

.input-text--transaction-search-divider {
    display: block;
    width: 0;
    height: 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 50%;
    right: 52px;
    transform: translateY(-50%);
    outline: none;
}

.transaction-details {
    cursor: pointer;
}

.modal--transactions-details.modal--bill-details .modal-dialog {
    width: 425px;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__link {
    padding: 0 30px;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #80bd38;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    padding: 16px;
    background: rgba(128, 189, 56, 0.05);
    border-radius: 10px;
    border: 1px solid #efefef;
    text-decoration: none;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__link a img {
    width: 24px;
    height: 24px;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 34px;
    padding: 0 30px 12px;
    margin-bottom: 0;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__list {
    padding: 0;
    margin: 0 30px;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__item {
    position: relative;
    padding: 12px 18px;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__item.gray {
    background-color: #fafafa;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box__item:last-child {
    border-bottom: 0;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item .key {
    flex: 0 0 100%;
    max-width: 100%;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item .key strong.green {
    color: #80bd38;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item .key strong.orange {
    color: #f7a600;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item .key strong.red {
    color: #f00;
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item-action {
    display: block;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.modal--transactions-details.modal--bill-details .modal-body .modal-details-box.w-100 .modal-details-box__item-action img {
    max-width: 32px;
}

.modal--transactions-details.modal--bill-details .modal-footer p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    letter-spacing: 0.27px;
    margin-bottom: 8px;
}

@media (max-width: 767.98px) {
    .modal--transactions-details.modal--bill-details .modal-body .modal-details-box__title {
        padding: 0 15px 12px;
    }

    .modal--transactions-details.modal--bill-details .modal-body .modal-details-box__list {
        margin: 0 15px;
    }
}

/* ================================= */
/* ===== BYOB ===== */
/* ================================= */
.byop__block {
    padding: 12px 16px;
    position: relative;
}

.byop__block-shadow-box {
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border: 20px solid #f4f4f4;
    border-radius: 10px;
    /* Outer Radius*/
    background: radial-gradient(farthest-side at bottom right, #0000 98%, #f4f4f4) top left, radial-gradient(farthest-side at top right, #0000 98%, #f4f4f4) bottom left, radial-gradient(farthest-side at bottom left, #0000 98%, #f4f4f4) top right, radial-gradient(farthest-side at top left, #0000 98%, #f4f4f4) bottom right;
    background-size: 10px 10px;
    /* inner Radius*/
    background-repeat: no-repeat;
    background-origin: padding-box;
}

.byop__block h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
}

.byop__price-validation {
    width: 200px;
}

.byop__price-badge {
    padding: 4px 6px;
    background-color: rgba(128, 189, 56, 0.09);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #80bd38;
    border-radius: 8px;
    text-align: center;
}
.byop__tag-badge {
    padding: 4px 6px;
    background-color: rgba(128, 189, 56, 0.09);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #80bd38;
    border-radius: 8px;
    text-align: center;
}

.byop__validation {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.byop__value img {
    width: 24px;
    margin-right: 8px;
}

.byop__value span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.byop__social-icons {
    padding-left: 32px;
    margin-top: 8px;
    gap: 8px;
}

.byop__social-icons img {
    width: auto;
    height: 14px;
}

.byop__slider-block {
    padding: 20px 24px;
}

.byop__header h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.byop__image {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.byop__slider .swiper-slide {
    width: 33.33333%;
    font-size: 20px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0.46px;
    text-align: center;
    color: #9f9f9f;
    opacity: 0.5;
    margin: 0 5px;
}

.byop__slider .swiper-slide.swiper-slide-active {
    font-size: 28px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.021em;
    color: #02a09a;
    opacity: 1;
}

.byop__slider .swiper-unit {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.021em;
    text-align: center;
    color: #02a09a;
}

.byop__slider .swiper-flag {
    border-radius: 10px 0 10px 0;
    background: #80bd38;
    align-items: center;
    display: flex;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    left: 50%;
    position: absolute;
    width: 57px
}

.byop__slider .swiper-slide .swiper-flag {
    text-align: center;
}

.byop__slider .swiper-flag {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.021em;
    text-align: center;
    color: #fdffff;
    justify-content: center;
    padding: 2px 6px;
    width: 57px
}

.flag-title {
    font-size: 9px;
    color: white;
    white-space: nowrap;
}

.byop__slider .swiper-button-next,
.byop__slider .swiper-button-prev {
    --swiper-navigation-size: 16px;
    --swiper-navigation-color: rgba(159, 159, 159, 1);
}

.byop__slider .swiper-button-next.swiper-button-disabled,
.byop__slider .swiper-button-prev.swiper-button-disabled {
    opacity: none;
}

.byop__slider .swiper-button-next,
.byop__slider .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    top: 29px;
}

.byop__slider .swiper-button-prev,
.byop__slider .swiper-container-rtl .swiper-button-next {
    left: 0px;
    top: 29px;
}

.byop__new-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}

.byop__new-price span {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.byop__vat {
    font-size: 11px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.19px;
    color: #9f9f9f;
    margin-bottom: 0;
}

.byop__link {
    font-weight: 600;
}

.byop__link.disabled {
    color: #dadada;
    pointer-events: none;
}

.renew-plan__block {
    padding: 20px;
    text-align: center;
}

.renew-plan__block h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
}

.renew-plan__block p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.modal--byop .modal-body h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.modal--byop .modal-body h5 b {
    font-size: 20px;
    font-weight: 700;
}

.page-accordion__accordion.page-accordion__accordion--byop .btn.btn-accordion::before {
    background-image: url("../images/icons/ic-accordion-arrow.svg");
    transform: translateY(-50%) rotate(180deg);
}

.page-accordion__accordion.page-accordion__accordion--byop .btn.btn-accordion.collapsed::before {
    background-image: url("../images/icons/ic-accordion-arrow.svg");
    transform: translateY(-50%);
}

.switch-package-block {
    padding: 18px;
    gap: 8px;
}

.modal--payg .modal-header {
    padding: 48px 20px 24px;
}

.modal--payg .badge {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    border-radius: 4px;
    padding: 2px 12px;
}

.modal--payg .badge.active {
    background: #e4f4d2;
    color: #80bd38;
}

.modal--payg .badge.inactive {
    background: rgba(255, 153, 0, 0.1);
    color: rgba(255, 153, 0, 1);
}

.modal--payg .badge::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    border-radius: 50%;
}

.modal--payg .badge.active::before {
    background-color: #80bd38;
}

.modal--payg .badge.inactive::before {
    background-color: rgba(255, 153, 0, 1);
}

.modal--payg .modal-body {
    padding: 0 124px 0 20px;
    position: relative;
}

.modal--payg .modal-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-payg.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) top;
    background-size: 124px;
}

.modal--payg .modal-body h2.modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
}

.modal--payg .modal-body p {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.modal--payg .modal-body p.modal-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.modal--payg .modal-footer {
    padding: 14px 20px 48px;
}

.modal--payg .modal-footer h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 24px;
}

/* ================================= */
/* ===== Line Validation ===== */
/* ================================= */
.modal--line-validation .modal-header {
    padding: 30px 15px;
}

.modal--line-validation .modal-body {
    padding: 4px 15px 48px;
}

.modal--line-validation .modal-body h2 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.modal--line-validation .modal-body p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.modal--line-validation .modal-body p img {
    display: inline-block;
    width: 18px;
    height: auto;
    vertical-align: sub;
}

.modal--line-validation .modal-body figure {
    max-width: var(--figure-width, 200px);
    margin: auto;
}

.modal--line-validation .modal-body .modal-code-wrapper {
    margin: 62px 0;
}

.modal--line-validation .modal-body .modal-code {
    width: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(170, 170, 170, 0.08);
    padding: 10px 12px;
    margin: auto;
    border-radius: 8px;
}

.modal--line-validation .modal-body .modal-code span {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.34px;
}

.modal--line-validation .modal-body .modal-code img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.modal--line-validation .modal-body .modal-line {
    margin-bottom: 28px;
}

.modal--line-validation .modal-body .modal-line li {
    background-color: #ffffff;
    border: 1px solid #efeeee;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 24px 16px;
    margin-bottom: 12px;
    cursor: pointer;
}

.modal--line-validation .modal-body .modal-line li.selected {
    border-color: #80bd38;
}

.modal--line-validation .modal-body .modal-line li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}

.modal--line-validation .modal-body .modal-line li.has-warning {
    padding: 14px 16px;
}

.modal--line-validation .modal-body .modal-line li.has-warning p {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #efeeee;
}

.modal--line-validation .modal-body .modal-line li.has-warning .warning {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modal--line-validation .modal-body .modal-line li.has-warning .warning img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.modal--line-validation .modal-body .modal-actions {
    max-width: 366px;
    margin: auto;
}

.modal--line-validation .modal-body .modal-actions p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 25px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.modal--line-validation .modal-body .modal-actions p.warning {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    padding: 12px 14px;
    border: 1px solid #efeeee;
    border-radius: 10px;
}

.modal--line-validation .modal-body .modal-actions p.warning img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.modal--line-validation .modal-body .modal-actions a {
    margin-bottom: 10px;
}

/* ================================= */
/* ===== BYOB ===== */
/* ================================= */
.byop__block {
    padding: 12px 16px;
    position: relative;
}

.byop__block-shadow-box {
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border: 20px solid #F4F4F4;
    border-radius: 10px;
    /* Outer Radius*/
    background: radial-gradient(farthest-side at bottom right, #0000 98%, #F4F4F4) top left,
        radial-gradient(farthest-side at top right, #0000 98%, #F4F4F4) bottom left,
        radial-gradient(farthest-side at bottom left, #0000 98%, #F4F4F4) top right,
        radial-gradient(farthest-side at top left, #0000 98%, #F4F4F4) bottom right;
    background-size: 10px 10px;
    /* inner Radius*/
    background-repeat: no-repeat;
    background-origin: padding-box;
}

.byop__block h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
}

/* .byop__price-validation {
    position: absolute;
    top: 30px;
    right: 5px;
} */

.byop__price-badge {
    padding: 4px 6px;
    background-color: rgba(128, 189, 56, 0.09);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #80bd38;
    border-radius: 8px;
    text-align: center;
}

.byop__validation {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.byop__validation b {
    text-transform: capitalize;
}

.byop__value img {
    width: 24px;
    margin-right: 8px;
}

.byop__value span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.byop__social-icons {
    padding-left: 32px;
    margin-top: 8px;
    gap: 8px;
}

.byop__social-icons img {
    width: auto;
    height: 14px;
}

.byop__slider-block {
    padding: 20px 24px;
}

.byop__header h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.byop__image {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.byop__slider .swiper-slide {
    width: 33.33333%;
    font-size: 20px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0.46px;
    text-align: center;
    color: #9f9f9f;
    opacity: 0.5;
    margin: 0 5px;
}

.byop__slider .swiper-slide.swiper-slide-active {
    font-size: 28px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.021em;
    color: #02a09a;
    opacity: 1;
}

.byop__slider .swiper-unit {
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.021em;
    text-align: center;
    color: #02a09a;
}

.byop__slider .swiper-button-next,
.byop__slider .swiper-button-prev {
    --swiper-navigation-size: 16px;
    --swiper-navigation-color: rgba(159, 159, 159, 1);
}

.byop__slider .swiper-button-next.swiper-button-disabled,
.byop__slider .swiper-button-prev.swiper-button-disabled {
    opacity: none;
}

.byop__slider .swiper-button-next,
.byop__slider .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    top: 29px;
}

.byop__slider .swiper-button-prev,
.byop__slider .swiper-container-rtl .swiper-button-next {
    left: 0px;
    top: 29px;
}

.byop__new-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.byop__new-price span {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.byop__vat {
    font-size: 11px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.19px;
    color: #9f9f9f;
    margin-bottom: 0;
}

.byop__link.disabled {
    color: #dadada;
    pointer-events: none;
}

.renew-plan__block {
    padding: 20px;
    text-align: center;
}

.renew-plan__block::before {
    content: "";
    width: 98%;
    height: 100%;
    background-image: url(../images/icons/ic-renewal-background.svg);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.renew-plan__block h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
    position: relative;
}

.renew-plan__block p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 12px;
    position: relative;
}

.renew-plan__block button {
    position: relative;
}

.modal--byop .modal-body h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.modal--byop .modal-body h5 b {
    font-size: 20px;
    font-weight: 700;
}

.page-accordion__accordion.page-accordion__accordion--byop .btn.btn-accordion::before {
    background-image: url("../images/icons/ic-accordion-arrow.svg");
    transform: translateY(-50%) rotate(180deg);
}

.page-accordion__accordion.page-accordion__accordion--byop .btn.btn-accordion.collapsed::before {
    background-image: url("../images/icons/ic-accordion-arrow.svg");
    transform: translateY(-50%);
}

.switch-package-block {
    padding: 18px;
    gap: 8px;
}

.modal--payg .modal-header {
    padding: 48px 20px 24px;
}

.modal--payg .badge {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    border-radius: 4px;
    padding: 2px 12px;
}

.modal--payg .badge.active {
    background: #e4f4d2;
    color: #80bd38;
}

.modal--payg .badge.inactive {
    background: rgba(255, 153, 0, 0.1);
    color: rgba(255, 153, 0, 1);
}

.modal--payg .badge::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    border-radius: 50%;
}

.modal--payg .badge.active::before {
    background-color: #80bd38;
}

.modal--payg .badge.inactive::before {
    background-color: rgba(255, 153, 0, 1);
}

.modal--payg .modal-body {
    padding: 0 124px 0 20px;
    position: relative;
}

.modal--payg .modal-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-payg.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) top;
    background-size: 124px;
}

.modal--payg .modal-body h2.modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
}

.modal--payg .modal-body p {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.modal--payg .modal-body p.modal-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.modal--payg .modal-footer {
    padding: 14px 20px 48px;
}

.modal--payg .modal-footer h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 24px;
}

/* ================================= */
/* ===== Line Activity ===== */
/* ================================= */
.line-activity__total-list {
    background: rgba(128, 189, 56, 0.06);
    border: 1px solid rgba(128, 189, 56, 0.08);
    border-radius: 10px;
    padding: 18px;
}

.line-activity__total-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}

.line-activity__total-item:not(:last-child):after {
    content: "";
    display: block;
    height: 38px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.line-activity__total-item img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.line-activity__total-item h6 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 16px;
    color: #333;
    margin-bottom: 6px;
}

.line-activity__total-item p {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 16px;
    margin-bottom: 0;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav {
    flex-wrap: wrap;
}

/* .outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(4),
.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(4) ~ li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(3),
.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(3) ~ li {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(2),
.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(2) ~ li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(1),
.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item:first-child:nth-last-child(1) ~ li {
    display: none;
} */

.outline-radio-tabs.outline-radio-tabs--graph-legend .nav .nav-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend.voice .nav .nav-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.outline-radio-tabs.outline-radio-tabs--graph-legend.fiber .nav .nav-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.line-activity__graph-canvas {
    position: relative;
}

.line-activity__graph-tooltip {
    position: absolute;
}

.popover--graph-tooltip {
    padding: 8px 16px;
    z-index: 1040;
}

.popover--graph-tooltip .bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: -0.5rem;
}

.popover--graph-tooltip .popover-par {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 14px;
    text-align: center;
    margin-bottom: 0;
}

.line-activity__graph-alert {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 18px;
}

.line-activity__graph-alert img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.line-activity__graph-alert span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.line-activity__filter-slider {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.line-activity__filter-slider span {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
}

.line-activity__filter-slider button {
    width: 36px;
    height: 45px;
    background: transparent;
    border: none;
    position: relative;
}

.line-activity__filter-slider button.line-activity__filter-slider-prev {
    transform: rotate(180deg);
}

.line-activity__filter-slider button.disabled,
.line-activity__filter-slider button:disabled {
    cursor: not-allowed;
}

.line-activity__filter-slider button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.line-activity__filter-slider button.disabled svg path,
.line-activity__filter-slider button:disabled svg path {
    stroke: #aaa;
}

.call-block-service__block {
    padding: 20px 16px;
}

.call-block-service__details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.call-block-service__info h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.call-block-service__info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
}

.call-block-service__image {
    flex: 0 0 80px;
    max-width: 80px;
    margin-left: 12px;
}

.call-block-service__actions a {
    display: block;
    max-width: 366px;
    margin: auto;
}

@media (max-width: 767.98px) {
    .line-activity__total-list {
        flex-direction: column;
    }

    .line-activity__total-item {
        flex-direction: row;
    }

    .line-activity__total-item:not(:last-child) {
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .line-activity__total-item::after {
        content: none !important;
    }

    .line-activity__total-item img {
        margin-bottom: 0;
        margin-right: 8px;
    }

    .line-activity__total-item h6 {
        flex-grow: 1;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .line-activity__total-item p {
        text-align: right;
    }

    .outline-radio-tabs.outline-radio-tabs--graph-legend.voice .nav .nav-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.img-device-detected {
    width: 232.61px;
    height: 259.62px;
    margin: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.device-detected-name {
    background: rgba(217, 217, 217, 0.3);
}

.device-detected-timer {
    color: rgba(128, 189, 56, 1);
}

.p-device-detected {
    height: 38px;
    margin: auto;
    display: block;
    margin-bottom: 0;
}

.img-original-device-detected {
    width: 233.41px;
    height: 215.12px;
    margin: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.report-a-problem {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.modal-summary--byop {
    margin-top: 16px;
}

.modal-summary__list--byop {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}

.modal-summary__item--byop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
}

.modal-summary__item--byop:not(:last-child) {
    border-bottom: 1px dashed rgba(51, 51, 51, 0.07);
}

.modal-summary__item--byop h4 {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    margin-bottom: 0;
}

.modal-summary__item--byop p {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    text-align: right;
    margin-bottom: 0;
    color: #80bd38;
}

.modal-summary__item--byop.total {
    background-color: #fafafa;
    border-bottom: none;
}

.modal-summary__item--byop.total h4,
.modal-summary__item--byop.total p {
    font-weight: 700;
}

@media (min-width: 768px) {
    .byop_expired_plan_btn {
        width: 320px;
    }
}

@media (max-width: 767.98px) {
    .activating-your-plan-modal {
        height: 624px;
    }
}

#activating-your-plan-modal-image {
    width: 178px;
    height: 200px;
    display: inline;
    left: 99px;
    top: 332px;
    margin-top: 70px;
}

.activating-your-plan-modal>div>h2 {
    margin-top: 27px;
}

.modal-text {
    margin-top: 20px;
}

.page-access-blocked {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
}

/* ================================= */
/* ===== Zain Exclusive Voucher ===== */
/* ================================= */


.more__block--voucher {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #80BD38;
}

.more__block--voucher .more__block-image img {
    width: auto;
}

.more__block--enable-voucher .more__block-info h2 {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #FAFAFA;
}

.more__block--enable-voucher .more__block-info h2 span {
    display: inline-block;
    vertical-align: middle;
}

.more__block--enable-voucher .more__block-info h6 {
    color: #FAFAFA;
}

.bg-voucher::before {
    content: "";
    width: 101%;
    height: 112%;
    background-image: url(../images/icons/ic-voucher.svg);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-voucher {
    position: relative;
}

/* ================================= */
/* ===== Zain Exclusive Voucher ===== */
/* ================================= */


.more__block--voucher {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #80BD38;
}

.more__block--voucher .more__block-image img {
    width: auto;
}

.more__block--enable-voucher .more__block-info h2 {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #FAFAFA;
}

.more__block--enable-voucher .more__block-info h2 span {
    display: inline-block;
    vertical-align: middle;
}

.more__block--enable-voucher .more__block-info h6 {
    color: #FAFAFA;
}

.bg-voucher::before {
    content: "";
    width: 101%;
    height: 112%;
    background-image: url(../images/icons/ic-voucher.svg);
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-voucher {
    position: relative;
}

.voucher-content {
    padding-left: 20px;
    padding-right: 20px;
}

.voucher-content h6 {
    font-weight: bold;
}

.voucher-status__title-copy {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.voucher-status__copy {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    font-size: inherit;
    color: #80BD38;
    overflow: hidden;
    width: -webkit-fill-available;
    text-align: left;
}

.voucher-status__copy-block {
    display: flex;
    background-color: rgba(149, 193, 31, 0.09);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    border-radius: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;

}

.voucher-status__copy-block-btn {
    background-color: transparent;
    border: 1px solid transparent;
}

.voucher-list-img {
    border-radius: 10px;
}

.voucher-status___arrow {
    width: 48px;
    height: 9px;
    position: absolute;
    bottom: 9px;
    right: 18px;
    transform: rotate(180deg);
    transition: transform 0.5s;
}

.voucher-status___arrow.open {
    transform: none;
}

.home-box__img--voucher-history {
    background-color: #4349CC;
    ;
}

.copy-text-white-space {
    inline-size: 205px;
    white-space: nowrap;
}

.voucher-history-title {
    padding: 10px;
}

.btn.btn-gray-disable {
    background-color: #D3D3D3;
    color: #fff;
    cursor: not-allowed;
    pointer-events: none;

}

.voucher-main {
    background: #ffffff;
}

.voucher-success-image {
    margin: auto;
    max-width: 300px;
}

@media (min-width: 768px) {
    .voucher-status_h6 {
        margin: auto;
        width: 297px;
    }
}

.voucher-status__copy-block-btn-copy {
    margin-right: -6px;
}

.copy-text-voucher:hover {
    text-decoration: none;
}

/* OTT Feature */

.ott__block-image {
    width: 45px;
    height: 45px;
    margin-right: 60px;
    border-radius: 10px;
    position: relative;
}

.ott__block-images {
    height: 45px;
    margin-right: 60px;
    border-radius: 10px;
    position: relative;
}

.ott__block-images img {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;

}

.ott__block-image img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.ott__block-result {
    display: inline-block;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    padding: 2px 14px;
    margin-left: 12px;
    border-radius: 4px;
}

.dashboard__box-info-header span.unpaid {
    background-color: rgba(255, 0, 0, 0.09);
    color: #ff0000;
}

.result-activated {
    background-color: rgba(128, 189, 56, 0.09);
    color: #80bd38;
}

.result-faild {
    background-color: rgba(255, 0, 0, 0.09);
    color: #ff0000;
}

.ott-result-tag {
    margin-left: auto !important;
}

.w-5 {
    width: 5%;
}

.ott-cards-icon {
    width: 53.9px;
    margin-bottom: 30px;
}

.info-block-ott {
    width: 28px;
    margin-left: auto;
}

.ott-selected-icon {
    width: 20px;
    position: absolute;
    top: 19px;
    right: 16px;
}

.ott-ic-info {
    padding-bottom: 10px;
}

.ott-not-selected {
    Opacity: 30%;
}

.home-box--ott {
    background: #E4F4D24D;
}

.ott-box__img img {
    display: block;
    width: 30px;
    height: auto;
    transform: translate(-10%, -30%);
}

/* Notification Settings */

.notification-setting-alert-div {
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: max-content;
    left: 50%;
    transform: translate(-50%, 0);
}

.notification-setting-alert {
    background: #323232;
    border-radius: 3px;
    color: white;
    height: 48px;
    display: flex;
    justify-content: space-between;
}

.notification-setting-alert p {
    line-height: inherit;
}

.notification-setting-alert a {
    padding-left: 3rem;
    place-self: center;
}


.notification-setting-box {
    margin-right: 10px;
}

.notification-settings-description {
    color: #9f9f9f;

    font-size: 12px;
}

.tg-list {
    text-align: center;
    display: flex;
    align-items: center;
}

.tg-list-item {
    margin: 0 2em;
}

.tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
    box-sizing: border-box;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
    background: none;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:before {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 42%;
}

.tgl-ios+.tgl-btn {
    background: #E5E5EA;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    width: 51px;
    height: 31px;
    /* border: 1px solid #e8eae9; */
}

.tgl-ios+.tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    height: 27px;
    width: 27px;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
}

.tgl-ios+.tgl-btn:hover:after {
    will-change: padding;
}

.tgl-ios+.tgl-btn:active {
    box-shadow: inset 0 0 0 2em #34c759;
}

.tgl-ios+.tgl-btn:active:after {
    padding-right: 0.8em;
}

.tgl-ios:checked+.tgl-btn {
    background: #34C759;
}

.tgl-ios:checked+.tgl-btn:active {
    box-shadow: none;
}

.tgl-ios:checked+.tgl-btn:active:after {
    margin-left: -0.8em;
}

.notifications-center-date {
    color: #AAAAAA;
    margin-bottom: 12px;
    margin-top: 19px;
    font-size: 12px;
}

.notification-center-modal-title {
    text-align: left !important;
    padding-left: 82px !important;
}

.recaptcha {
    text-align: -webkit-center;
}

/* mokafaa */
.mokafaa-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(239, 238, 238, 1);
    padding: 1rem;
    max-width: 366px;
    margin: auto;
}

.mokafaa-card__info h2 {
    font-size: 14px;
    line-height: 20px;
}

.mokafaa-card__info p {
    font-size: 14px;
    line-height: 18px;
}

.mokafaa-card__info a {
    font-weight: 600;
    color: rgba(35, 27, 255, 1);
}

.mokafaa-card__img {
    width: 72px;
    height: auto;
}

.mokafaa-timer__message {
    font-size: 12px;
    font-weight: bold;
    color: #F90;
}

.mokafaa-timer__timer {
    font-size: 12px;
}

.mokafaa-timer__timer span,
.mokafaa-timer__timer a {
    font-weight: bold;
    color: #F90;
}

.btn.btn-outline-mokafaa {
    border: 1px solid rgba(35, 27, 255, 1);
    color: rgba(35, 27, 255, 1);
    font-weight: 600;
}

.btn.btn-outline-mokafaa:hover {
    background-color: rgba(35, 27, 255, 0.13);
    color: rgba(35, 27, 255, 1);
}

.mokafaa-input-group-append {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(100% - 72px);
    justify-content: space-between;
    transition: width 0.1s;
}

.switch-package-selector__image {
.input-text-mokafaa-amount {
    position: relative;
}

.input-text-mokafaa-amount input#mokafaaAmount {
    padding-left: 2rem;
}

.input-text-mokafaa-amount .mokafaa-input-group-append .input-group-text-currency {
    position: relative;
    left: -42px;
    z-index: -1;
}

.switch-package-selector__image{
    width: 168px;
}

.switch-package--selector-block {
    place-content: space-between;
}

.bg-shapes::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-shapes.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-shapes {
    position: relative;
}

.tgl-line-information-button {
    right: 30px;
    position: absolute;
    top: 24px;
}

/* mokafaa */
.mokafaa-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(239, 238, 238, 1);
    padding: 1rem;
    max-width: 366px;
    margin: auto;
}

.mokafaa-card__info h2 {
    font-size: 14px;
    line-height: 20px;
}

.mokafaa-card__info p {
    font-size: 14px;
    line-height: 18px;
}

.mokafaa-card__info a {
    font-weight: 600;
    color: rgba(35, 27, 255, 1);
}

.mokafaa-card__img {
    width: 72px;
    height: auto;
}

.mokafaa-timer__message {
    font-size: 12px;
    font-weight: bold;
    color: #F90;
}

.mokafaa-timer__timer,
.mokafaa-timer__resend {
    font-size: 12px;
}

.mokafaa-timer__timer span,
.mokafaa-timer__resend a {
    font-weight: bold;
    color: #F90;
}

.btn.btn-outline-mokafaa {
    border: 1px solid rgba(35, 27, 255, 1);
    color: rgba(35, 27, 255, 1);
    font-weight: 600;
}

.btn.btn-outline-mokafaa:hover {
    background-color: rgba(35, 27, 255, 0.13);
    color: rgba(35, 27, 255, 1);
}

.mokafaa-input-group-append {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(100% - 72px);
    justify-content: space-between;
    transition: width 0.1s;
}

.voucher-quickpay-modal {
    max-height: 830px !important;
}

/* installemtns */
.installments-calender {
    position: relative;
    width: 24px;
}

.installments-calender-number {
    font-size: 9px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.installments-calender-image {
    width: 100%;
    height: auto;
}

.mobile-plan__block-info h5,
.mobile-plan__block-info h5 p {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.mobile-plan__block-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.alert-rounded {
    border-radius: 10px !important;
}

.alert-success-lighter {
    background-color: #80BD381A !important;
    border: 0;
}

.mh-86 {
    min-height: 86px;
}

a#share-btn {
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .p-0-from-md {
        padding: 0 !important;
    }
    #sup-packeges-migrations .home-box__info h4{
        font-size: .85rem;
    }

    /* #sup-packeges-migrations .byop__price-validation {
        font-size: .75rem;
        width: 30%;
    margin-right: -25px;
    top: 30px;
    right: 5px;
    } */
}



 #coverageMessage #coverageMessageContent{
    margin-left: 15px !important;
    text-align: left !important;
}


/* ds-pre-payment page */
.ds-pre-payment .subscriber-details .subscriber-number{
    font-size: 18px;
    font-weight: 700;
}
.ds-pre-payment .service-details .service-title{
    font-size: 14px !important;
    font-weight: 700;
}

.ds-pre-payment .service-details img{
    width: 34px !important;
    height: 34px !important;
}
.ds-pre-payment .ds-price{
    font-size: 35px;
    font-weight: 700;
}
.ds-pre-payment .subscription-type-title{
    font-size: 14px !important;
    font-weight: 700;
}
 .ds-pre-payment .badge-success {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-color: #80BD38;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  }
   .ds-pre-payment .subscription-type .subscription-type-tabs > ul{
        padding:5px;
        border: 1px solid #EFEEEE;
        border-radius: 10px;
   }
    .ds-pre-payment .subscription-type .subscription-type-tabs > ul > li > button{
        padding:7px 22px;
   }
   .ds-pre-payment .subscription-type-tabs .nav-pills .nav-link{
    color:#333333 !important;
   }
   .ds-pre-payment .subscription-type-tabs .nav-pills .nav-link.active, .ds-pre-payment .subscription-type-tabs .nav-pills .show > .nav-link{
    color:#fff !important;
   }
  .ds-pre-payment .note-prepaid p{
    font-size: 12px !important;
    font-weight: 400;
  }

   .ds-pre-payment .form-check-input {
    width: 1.3em !important;
    height: 1.3em !important;

   }
.ds-pre-payment .balance-amount{
    color:#80BD38;
}
.ds-pre-payment .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label{
    opacity: 1 !important;
}
.ds-pre-payment .disabled-checkbox {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}



/* active subscription page */


.addon-block--missing-payment {
    background: rgba(255, 153, 1, 0.1);
    border: 1px solid #efeeee;
    box-shadow: none;
    padding-right: 92px;
}
.addon-block--missing-payment .addon-block__price{
    color:#ff9901 !important;
}
.addon-block__missing-payment{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #ff9901;
    position: absolute;
    top: 18px;
    right: 18px;
}
.addon-block--suspended {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid #efeeee;
    box-shadow: none;
    padding-right: 92px;
}
.addon-block--suspended .addon-block__price{
    color:#f00 !important;
}
.addon-block__suspended{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #f00;
    position: absolute;
    top: 18px;
    right: 18px;
}

.addon-block__suspended::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f00;
    margin-right: 4px;
    border-radius: 50%;
}
.addon-block__missing-payment::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ff9901;
    margin-right: 4px;
    border-radius: 50%;
}

.addon-block__card-badge{
     position: absolute;
	 bottom: 0px;
	 right: 0px;
	 background-color: #80bd38;
	 color: #fff;
	 font-size: 10px;
	 font-weight: 700;
	 padding: 5px 10px;
	 border-bottom-right-radius: 10px;
	 border-top-left-radius: 10px;
	 box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.active-subscription .addon-block .card-icon{
    margin-right: 10px !important;
}
.active-subscription .addon-block img,
#modalDeactivateService img{
    width:35px !important;
    height: 35px !important;
}
#modalDeactivateServiceForm .btn-primary,
#modalDeactivateService .btn-primary{
    background-color: #80bd38 !important;
    border-color: #80bd38 !important;

}
#modalDeactivateServiceForm .btn-outline-primary,
#modalDeactivateService .btn-outline-primary{
    color: #80bd38 !important;
    border-color: #80bd38 !important;
}
#modalDeactivateServiceForm .btn-outline-primary:hover,
#modalDeactivateService .btn-outline-primary:hover{
    color: #fff !important;
    background-color: #80bd38 !important;
    border-color: #80bd38 !important;
}

#modalDeactivateService .service-missing-payment .addon-block__price{
    color:#ff9901 !important;
}
.modal--service-active .modal-header .missing-payment-badge{
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
   background: rgba(255, 153, 1, 0.1);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #ff9901;
    border-radius: 4px;
    padding: 2px 12px;
}
.modal--service-active .modal-header .missing-payment-badge::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ff9901;
    margin-right: 4px;
    border-radius: 50%;
}

.modal--service-active .modal-header .suspended-badge{
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
   background: rgba(255, 0, 0, 0.1);
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #f00;
    border-radius: 4px;
    padding: 2px 12px;
}
.modal--service-active .modal-header .suspended-badge::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f00;
    margin-right: 4px;
    border-radius: 50%;
}


/* Wrapper for the input and label */
#formValidateDSAddNumber .form-wrapper {
    position: relative;
    margin: 1rem 0;
}

/* Style the input field */
#formValidateDSAddNumber .form-wrapper .form-control {
    width: 100%;
    padding: 1rem 1rem !important;
    line-height: 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    background-color: transparent;
    transition: border-color 0.3s ease;
}
#formValidateDSAddNumber .form-container .form-wrapper .form-control:not(textarea) {
    height: calc(1rem + 2rem + 2px) !important;
}

/* Highlight the border on focus */
#formValidateDSAddNumber .form-wrapper .form-control:focus {
    border-color: #ccc;
    box-shadow:none !important;
}


/* Style the label */
#formValidateDSAddNumber .form-wrapper .form-label {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    background-color: white; /* To avoid overlapping the input */
    padding: 0 0.3rem;
    font-size: 1rem;
    color: #aaa;
    pointer-events: none;
    transition: 0.3s ease;
    color: #aaa;
}

/* Move the label up when input is focused or has a value */
#formValidateDSAddNumber .form-wrapper .form-control:focus + .form-label,
#formValidateDSAddNumber .form-wrapper .form-control:not(:placeholder-shown) + .form-label {
    top: 0;
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: #ccc;
}

}
/* cst page */
.cst-request-page .floating-label {
    position: relative !important;
    margin-bottom: 1.5rem;
}

.cst-request-page .floating-label .form-control {
    width: 100%;
    padding: 10px 10px 5px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s;
    height: 45px !important;
}

.cst-request-page .floating-label .form-control:focus {
    border-color: #AAAAAA;
}

.cst-request-page .floating-label label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-color: white;
    padding: 0 5px;
    font-size: 1rem;
    color: #aaa;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}
.cst-request-page .floating-label .dob label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-color: white;
    padding: 0 5px;
    font-size: 1rem;
    color: #aaa;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}
.cst-request-page .floating-label .form-control::placeholder{
    color: #aaa !important;
    opacity: 0;
}
.cst-request-page .floating-label .form-control:focus + label,
.cst-request-page .floating-label .form-control:not(:placeholder-shown) + label {
    top: -10px;
    transform: translateY(0);
    font-size: 0.85rem;
    color: #AAAAAA;
}
.cst-request-page .floating-label .form-control:focus::placeholder{
    color: #aaa !important;
    opacity: 1;
}
.cst-request-page .error-message {
    display: flex;
    align-items: flex-start;
    border: 2px solid #f44336; /* Red border */
    background-color: #fff5f5; /* Light red background */
    padding: 15px;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    margin: 20px 0; /* Space around the error box */
}

.cst-request-page .error-icon {
    margin-right: 15px; /* Space between icon and content */
    color: #f44336; /* Red icon color */
    flex-shrink: 0;
}

.cst-request-page .error-icon svg {
    width: 24px;
    height: 24px;
}

.cst-request-page .error-content {
    color: #333; /* Dark text for readability */
}

.cst-request-page .error-content strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.cst-request-page .error-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #666; /* Slightly lighter color for additional text */
    line-height: 1.4;
}
.cst-request-page .form-wrapper .input-info-icon{
    cursor: pointer;
    position: absolute;
    top: 20%;
    right: 15px;
}
/* Tooltip Styles */
.short-address-tooltip {
    position: absolute;
    text-align:center;
    width: 240px;
    top: -130%;
    right: 50px;
    background: #fff;
    box-shadow: 0px 4px 15px 0px #00000026;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    display: none;
    z-index: 9999;
}

.short-address-tooltip::before {
    content: "";
    position: absolute;
    width: 19.58px;
    height: 19.58px;
    background: #fff;
    top: 55%;
    right: -9px;
    transform: rotate(45deg);
    box-shadow: 20px 4px 15px 0px #00000026

}


.short-address-tooltip h3 {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight:700;
}

.short-address-tooltip p {
    margin: 0;
    font-size:12px;
    color: #333;
    font-weight:600;
}
