/* ================================= */
/* ===== Global Styles ===== */
/* ================================= */
body {
    min-height: 100vh;
    background-color: #fafafa;
    font-family: "Cairo", sans-serif;
    color: #333;
    text-align: right;
    padding-bottom: 48px;
    position: relative;
    direction: rtl;
}

body.header-body {
    padding-top: 60px;
}

.text-start {
    text-align: right;
}

.text-end {
    text-align: left;
}

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

.qrcode-wrapper {
    width: 200px;
    height: auto;
    margin: auto;
    border: 3px solid #80bd38;
    border-radius: 10px;
}

.text-gray {
    color: #aaa;
}

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

.tooltip.show {
    background-color: white;
    opacity: 1;
    padding: 14px 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.tooltip .arrow {
    bottom: -0.4rem;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff;
}

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

.tooltip-content .tooltip-inner {
    max-width: 200px;
    background-color: transparent;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 0.3px;
    color: #333;
    text-align: center;
    padding: 0;
    border-radius: 0;
}

.tooltip-content img {
    display: inline-block;
    width: 18px;
    height: auto;
    margin-right: 4px;
}

/* 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;
}

.mt-32 {
    margin-top: 32px !important;
}

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

a:hover {
    color: #73ad2f;
}

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

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

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

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

/* .header__logo::after {
    content: "BETA";
    background-color: rgb(128, 189, 56, 0.09);
    font-weight: 700;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
    padding: 0 6px;
    margin-right: 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-left: 14px;
}

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

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

.header__notifications {
    margin-left: 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;
    text-align: right;
    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-left: 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-left: 20px;
    margin-left: 20px; */
    position: relative;
}

/* .header__locale::after {
    content: "";
    display: block;
    width: 0;
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 50%;
    left: 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 6px 5px 0;
    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-right: 3px;
    transform: rotate(-90deg);
}

.header__locale .locale-menu {
    background: #ffffff;
    text-align: right;
    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;
}

.header-logo {
    padding: 48px 32px;
}

.header-logo .header-logo__zain-logo {
    width: 108px;
    margin: auto;
}

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

    .header__search {
        margin-left: 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;
        left: auto;
    }

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

/* ================================= */
/* ===== Footer ===== */
/* ================================= */
.footer {
    height: 48px;
    background: #73ad2f;
    color: #fff;
    padding: 12px 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

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

/* ================================= */
/* ===== Page Header ===== */
/* ================================= */
.page-header {
    margin-bottom: 12px;
}

.page-header__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 6px;
}

.page-header__subtitle {
    max-width: 335px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    margin: auto;
}

.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 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #80bd38;
    margin-bottom: 0;
}

/* ================================= */
/* ===== Info Box ===== */
/* ================================= */
.info-box {
    background: #ffffff;
    text-align: center;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 32px;
}

.info-box__subscriber {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.27px;
}

.info-box__subscriber-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.27px;
    color: #aaa;
}

/* ================================= */
/* ===== Forgot My Number ===== */
/* ================================= */
.forgot-my-number h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 0;
}

.forgot-my-number h6 {
    max-width: 335px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    margin: 8px auto 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: 14px;
    line-height: 25px;
    letter-spacing: 0.32px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}

.forgot-my-number__number p span {
    color: #aaa;
}

.forgot-my-number__picture {
    max-width: 146px;
    margin: 48px auto 0;
}

/* ================================= */
/* ===== 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;
    padding: 0 18px;
    border: 1px solid #aaa;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-text.ltr input {
    direction: ltr;
    text-align: left;
}

.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;
    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;
    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;
    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 {
    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;
    color: #aaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 4px;
    padding-left: 4px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: 0.2s;
    cursor: text;
    z-index: 1;
}

.input-text.ltr label {
    left: 18px;
    right: auto;
}

.input-text__error-message {
    display: none;
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 13px;
    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: "ضعيف";
    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: "وسط";
    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: "عظيم";
    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;
    margin-right: 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-left: 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-left: 40px;
}

.input-text--action.ltr input {
    padding-left: 18px;
    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%;
    left: 12px;
    transform: translateY(-50%);
}

.input-text--action.ltr a {
    right: 12px;
}

.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%;
    right: 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%;
    left: 12px;
    transform: translateY(-50%);
}

.input-text--select select {
    padding-left: 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%;
    left: 12px;
    transform: translateY(-50%);
}

.input-text--time input {
    padding-left: 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%;
    left: 12px;
    transform: translateY(-50%);
}

.input-text--date input {
    padding-left: 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-right: 18px;
    padding-left: 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;
    right: 0;
    transform: rotateY(180deg);
}

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

.input-file > span {
    display: none;
    background-color: #fafafa;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    color: #aaa;
    padding-right: 4px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    right: 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-right: 0;
    padding-left: 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-left: 8px;
}

.input-file__file img {
    width: 18px;
    height: 18px;
    margin-left: 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;
    color: #80bd38;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 4px;
}

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

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

.input-file.has-value label {
    width: 24px;
    height: 24px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 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;
    margin-bottom: 38px;
    direction: ltr;
}

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

.otp__input input {
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 20px;
    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;
}

/* ================================= */
/* ===== Buttons ===== */
/* ================================= */
.btn {
    display: block;
    width: 100%;
    max-width: 366px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.26px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    margin: auto;
    border-radius: 10px;
}

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

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

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

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

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

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

.btn-link {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1;
    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;
    right: 14px;
    transform: rotate(180deg);
    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;
    text-align: center;
    margin-bottom: 6px;
}

.modal .modal-header .modal-subtitle {
    max-width: 400px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    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 > * {
    margin: 0;
}

.modal .modal-footer a:not([type="button"]) {
    display: table;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 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: right;
}

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

.modal--forgot-number .modal-header .modal-answer {
    max-width: 335px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    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::before {
    content: attr(data-number);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 18px;
    margin-left: 4px;
}

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

.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;
    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;
    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;
    margin-bottom: 6px;
}

.modal--feedback .modal-header .modal-subtitle {
    max-width: 325px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    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;
    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;
    margin-bottom: 18px;
}

.modal--pay-with-card .modal-body .modal-box .payment-methods-list {
    align-items: center;
    position: absolute;
    top: 20px;
    left: 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-left: 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: left;
    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;
}

.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;
    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-left: 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;
    margin-bottom: 0;
}

.modal--pay-with-card .modal-body .card-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    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;
    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%;
    left: 12px;
    transform: translateY(-50%);
}

.modal--pay-with-card .modal-body .cards-dropdown .dropdown-menu {
    width: 100%;
    background: #ffffff;
    text-align: right;
    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;
    right: 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%;
    right: 24px;
    transform: translateY(-50%);
}

.modal--camera .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 40px;
    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;
    right: 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;
    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%;
    right: 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;
    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 30px 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;
    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: 26px;
}

.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: left;
}

.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;
    right: 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;
    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 left;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    font-size: 0.875rem;
    line-height: 26px;
    padding-left: 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;
    left: 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;
    left: 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;
    text-align: right;
    margin-bottom: 18px;
}

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

.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;
    text-align: right;
    margin-bottom: 22px;
}

.modal--alert .modal-header .modal-subtitle {
    max-width: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 22px;
    text-align: right;
    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;
    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;
    left: 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-left: 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-right: 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%;
    left: 18px;
    transform: translateY(-50%);
}

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

.modal--service-subscribe ul.service-info li h5 {
    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 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%;
    right: 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;
    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-left: 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;
    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;
    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;
    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;
    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;
    left: -36px;
    border-radius: 0 5px 5px 0;
}

.modal--service-active .modal-body .promotion-service-badge img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 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-right: 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;
    right: 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-left: 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-right: 52px;
    padding-left: 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%;
    left: 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%;
    right: 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%;
    right: 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%;
    right: 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%;
    right: 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%;
    right: 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%;
    right: 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%;
    right: 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%;
    right: 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%;
    right: 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: right;
    }

    .modal .modal-header .modal-subtitle {
        max-width: none;
        text-align: right;
        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: right;
    }

    .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;
    }
}

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

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

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

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

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

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

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

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

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

.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;
}

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

.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;
    right: 50%;
    transform: translateX(50%);
}

.page-form__divider span {
    display: block;
    background-color: #fafafa;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1;
    color: #000;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 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;
        right: 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;
        right: 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--has-image img {
        transform: rotateY(180deg);
    }

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

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

/* ================================= */
/* ===== 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;
    text-align: center;
    margin-bottom: 8px;
}

.form-box__info h6 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 18px;
    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;
}

/* ================================= */
/* ===== Page Desc ===== */
/* ================================= */
.page-desc__title h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    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 h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.26px;
    margin-bottom: 0;
}

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

.page-desc__image {
    margin: auto;
}

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

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

.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__image.page-desc__image-error > h1 {
    font-size: 100px;
    color: #333333;
    font-weight: bold;
}

/* ================================= */
/* ===== Digital Invoice ===== */
/* ================================= */
.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: right;
}

/*.digital-invoice-table__table-body .row .col {*/
/*    text-align: center;*/
/*}*/

.digital-invoice-table__table-body .row .col:last-child {
    text-align: left;
}

.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: 24px;
    height: auto;
    vertical-align: sub;
    margin-right: 8px;
}

@media print {
    #printPageBtn,
    .header__locale {
        display: none;
    }
}

/* ================================= */
/* ===== 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;
    right: 0;
    transform: rotateY(180deg);
}

.social-media__start {
    position: relative;
}

.social-media__start h5 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 24px;
    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;
    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-left: 1px solid rgba(0, 0, 0, 0.08);
}

.social-media__image {
    max-width: 164px;
    margin: 0;
    position: absolute;
    right: 32px;
    bottom: 60px;
    transform: rotateY(180deg);
}

.social-media__image img {
    width: 100%;
    height: auto;
}
/*UNPAID*/
.unpaid-container .home-box--login-register {
    height: auto;
}
.unpaid-container .home-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 18px;
    position: relative;
}
.unpaid-container .shadow-box {
    background-color: #fff;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid #efeeee;
}
.unpaid-container .home-box__info {
    position: relative;
}
.unpaid-container .home-box__info h4 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.27px;
    margin-bottom: 0;
}
.unpaid-container .home-box__info p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: #aaa;
    margin-bottom: 0;
}
.unpaid-container .home-box__icon-link {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.unpaid-container .dashboard__notification.unpaid-bill {
    background-color: #ff9901;
    position: relative;
}
.unpaid-container .dashboard__notification {
    color: #fff;
    padding: 24px 16px;
    margin-top: 16px;
    border-radius: 10px;
    position: relative;
}
.unpaid-container .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;
    right: 0;
    transform: rotateY(180deg);
}
.unpaid-container .dashboard__notification-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 12px;
}
.unpaid-container .dashboard__box-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.unpaid-container .dashboard__box-icon.white {
    background-color: rgba(255, 255, 255, 0.4);
}
.unpaid-container .dashboard__box-icon img,.unpaid-container .dashboard__box-icon svg {
    display: block;
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.unpaid-container .dashboard__box-icon {
    width: 46px;
    height: 46px;
    margin-left: 16px;
    border-radius: 10px;
    position: relative;
}
.unpaid-container .dashboard__box-info {
    flex-grow: 1;
}
.unpaid-container .dashboard__box-info h3 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.unpaid-container .dashboard__notification p {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.27px;
    margin-top: 10px;
    margin-bottom: 0;
}
.unpaid-container .col-s10 {
    padding-left: 10px;
    padding-right: 10px;
}
.unpaid-container .home-box__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.unpaid-container .home-content__section {
    margin-top: 24px;
}
.unpaid-container .home-box__img {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    position: relative;
    margin-left: 12px;
}
.unpaid-container .home-box__img--green {
    background-color: #80bd38;
}
.unpaid-container .home-box__img img {
    display: block;
    width: 24px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.unpaid-container .home-box__info h3,.unpaid-container  .home-box__info h3 p {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
}
.unpaid-container .home-content__line-types {
    margin-top: 18px;
    margin-bottom: 26px;
}
.unpaid-container .outline-radio-tabs .nav {
    flex-wrap: nowrap;
    margin-left: -8px;
    margin-right: -8px;
}
.unpaid-container .outline-radio-tabs--small .nav {
    margin-left: -6px;
    margin-right: -6px;
}

.unpaid-container .outline-radio-tabs .nav .nav-item {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}
.unpaid-container .outline-radio-tabs--small .nav .nav-item {
    padding-left: 6px;
    padding-right: 6px;
}
.unpaid-container .outline-radio-tabs .nav .nav-item input {
    display: none;
}
.unpaid-container .outline-radio-tabs .nav .nav-item input:checked ~ label {
    font-weight: 700;
    color: #80bd38;
    border: 1px solid #80bd38;
    /* box-sizing: border-box; */
}
.unpaid-container .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;
}
.unpaid-container .outline-radio-tabs--small .nav .nav-item label {
    padding: 8px 0;
}
.unpaid-container .home-content__form-group {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 12px;
}
.unpaid-container .home-content__form-group .form-group {
    margin-left: 16px;
    flex-grow: 1;
}

.unpaid-container .form-group {
    line-height: 1;
}
.unpaid-container .home-content__form-group button {
    width: 50px;
}
.unpaid-container .home-content__form-group button img {
    vertical-align: baseline;
    transform: none;
}

.unpaid-container .btn img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: top;
}
.unpaid-container .home-content__section-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 20px;
    margin-bottom: 12px;
}
.unpaid-container .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%;
    right: 0;
    transform: translateY(-50%) rotateY(180deg);
}
.unpaid-container .home-box__info h3 img {
    width: auto;
    height: 15px;
    margin-bottom: 6px;
}
.unpaid-container .home-box--direct-access {
    justify-content: center;
    min-height: 91px;
    padding: 16px;
    padding-right: 96px;
}
.unpaid-container .home-box--direct-access .home-box__img {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-left: 6px;
}
.unpaid-container .direct-access-pb-30{
    padding-bottom: 30px;
}
.unpaid-container .btn-mw-100{
    min-width: 100%;
}
.unpaid-container  .modal--forgot-number .modal-body .forgot-number-steps li::before {
    font-weight: 700;
}
/*UNPAID*/
@media (max-width: 991.98px) {
    .social-media__image {
        max-width: 164px;
        right: 20px;
        bottom: 60px;
    }
    .unpaid-container .row-s10 {
        margin-left: -8px;
        margin-right: -8px;
    }
    .unpaid-container .col-s10 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@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;
        right: -8px;
        bottom: auto;
        margin: 24px 0;
    }
    .unpaid-container .home-content__section {
        margin-top: 16px;
    }
    .unpaid-container .home-content__section-title {
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 20px;
        margin-bottom: 12px;
    }
}

@media (max-width: 374.98px) {
    .social-media__block {
        padding: 42px 14px 48px;
    }

    .social-media__start button {
        font-size: 0.625rem;
    }
}
