:root {
    --mf-brand-color: #3488B8;
    --mf-dark-blue: #004D79;
    --mf-primary-color: #003A64;
    --mf-secondary-color: #394955;
    --mf-teriary-color: #9CADBC;
    --mf-radius: 8px;
    --mf-blue-bg: #EDF4F8; /*still used*/
    --mf-gray-bg: #F5F6FA;
    --mf-gray: #8C8C8C;
    --mf-mid-purple: #793A5F;
    --mf-red: #CD5C6F;
    --mf-darker-red: #a53f51;
    /*--------------NEW BRANDING------------------*/
    --mfi-primary: #0018FF;
    --mfi-primary-light: #DCEBFF;
    --mf-secondary: #000;
    --mf-white: #fff;
    --mfi-gray: #8C8C8C;
    --mfi-gray-20: rgba(91, 107, 121, 0.2); /*border*/
    --mf-gray-30: rgba(91, 107, 121, 0.3); /*DISABLED*/
    --mf-gray-40: rgba(91, 107, 121, 0.4); /*separator*/
    --mfi-gray-dark: #0D0D0D;
    --mf-gray-light: #F5F5F5;
    --mf-gray-lighter: #FAFAFA;
    --mf-blue-dark: #2B67B8;
    --mf-blue-light: #CFF0FF;
    --mf-blue-light-20: #CFF0FF33;
    --mf-green-dark: #00AB55;
    --mf-green-light: #CCEEDD;
    --mf-red: #CF3341;
    --mf-red-dark: #970029;
    --mf-red-light: #FDE8E3;
    /*--------------------------------*/
    --mf-default-radius: 14px;
    --mf-radius-md: 4px;
    --mf-radius-sm: 3px;
    /*--------------------------------*/
    --mf-shadow-bottom: 1px 1px 10px 0 rgb(219, 219,219, 0.5);
    --mf-menu-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    --mfi-card-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    --mfi-card-shadow-lg: 0px 8px 32px 0px #66666629;
    /*--------------------------------*/
    --mf-sm-text: 12px;
    --mfi-base-text: 14px;
    --mf-lg-text: 16px;
    --mf-xl-text: 18px;
    --mf-xxl-text: 24px;
    --mf-text-regular: 400;
    --mfi-text-semiBold: 600;
    --mf-text-Bold: 700;
    --mf-text-extra-Bold: 800;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 99vw;

    font-family: "Anek Gujarati", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;

}

* {
    box-sizing: border-box;
}

.mfi-outer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url(../../../imgs/invoice/Pattern.svg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


.mfi-inner-container {
    background-color: #ffffff;
    padding: 24px 0 16px;
    border-radius: var(--mf-radius);
    /*box-shadow: var(--mfi-card-shadow);*/
    box-shadow: var(--mfi-card-shadow-lg);
    margin: auto;
    min-width: 477.4px;
}

.mfi-blue-bg {
    background-color: #f7f8ff;
}

.mfi-primary {
    color: var(--mfi-primary);
}

.mfi-lang a {
    color: var(--mfi-gray-dark);
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mfi-lang, .mfi-btn-currency {
    border: 2px solid var(--mfi-gray-20);
    border-radius: 5px;
    background-color: var(--mf-white);
}

.mfi-btn-currency {
    padding: 7.4px 12px;
}

.mfi-lang {
    padding: 3.4px 12px;
}

.mfi-global-icon {
    margin-inline-start: 8px;
}

.mfi-secondary {
    color: var(--mf-secondary-color);
}

.mfi-sub-container {
    margin: 0 24px;
    padding: 24px 0;
}

.mfi-section {
    margin-bottom: 24px;
}

.mfi-flex {
    display: flex;
}

.mfi-flex-center {
    align-items: center;
    justify-content: center;
}

.mfi-space-between {
    justify-content: space-between;
}

.mfi-m-end-sm {
    margin-inline-end: 4px;
}

/*--------------------------- HEADER---------- */
.mfi-header {
    padding: 0 24px;
}

.mfi-flex {
    display: flex;
}

.mfi-column {
    flex-direction: column;
}

.mfi-space-between {
    justify-content: space-between;
}

.mfi-justify-center {
    justify-content: center;
}

.mfi-align-start {
    align-self: flex-start;
}

.mfi-align-center {
    align-items: center;
}

.mfi-justify-end {
    align-items: center;
    justify-content: flex-end;
}

.mfi-m-t-lg {
    margin-top: 24px;
}

.mfi-vendor {
    display: flex;
    align-items: center;
}

.mfi-logo-container {
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin-inline-end: 16px;
}

.mfi-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: var(--mf-radius);
    box-shadow: 1px 1px 10px 0 rgb(219, 219,219, 0.5);
}

.mfi-vendor-name {
    font-size: var(--mfi-base-text);
    line-height: 24px;
    font-weight: var(--mfi-text-semiBold);
    color: var(--mfi-primary-color);
    overflow: hidden;
    word-break: break-all;
    width: 192px;
    max-height: 48px;
}

.mfi-lang a {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
}

.mfi-icon-sm {
    height: 16px;
    margin-inline-end: 8px;
}

.show-component {
    display: block !important;
}


/*--------------------------- AMOUNT & CURRENCY---------- */
.mfi-amount-main {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.mfi-amount, .mfi-vendor-name {
    text-align: start;
}

.mfi-amount-sup {
    font-size: 16px;
}

.mfi-button {
    border-radius: var(--mf-radius);
}


.mfi-btn-currency {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    transition: 0.3s;
    cursor: pointer;
}

    .mfi-btn-currency span {
        font-size: 14px;
        line-height: 16px;
        margin-inline-end: 16px;
        letter-spacing: 1px;
    }



.mfi-arrow {
    font-size: 12px;
}

.mfi-sub-text {
    color: var(--mfi-gray);
    font-size: 12px;
    line-height: 21px;
}


/*--------------------------- GOOGLE PAY & PAYMENT METHODS----------*/
.mfi-apple-pay {
    text-decoration: none;
    margin-bottom: 1rem;
    background-color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.7px;
    cursor: pointer;
    color: var(--mf-white) !important;
    font-weight: 500;
    border: none;
    font-size: 18px;
    line-height: 19px;
    padding: 6.5px;
    height: 34px;
}

a.mfi-apple-pay:hover {
    text-decoration: none !important;
}

.mfi-google-pay {
    height: 34px;
}

.mfi-apple {
    height: 21px;
    margin: 0 4px 4px;
}

.mfi-letter {
    height: 24px;
}

div.mfi-central-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--mfi-gray-20);
    /*border-bottom: 1px solid var(--mf-secondary-color);*/
    line-height: 0.1em;
    margin: 8px 0 24px;
}

    div.mfi-central-text span {
        padding: 0 40px;
        color: var(--mfi-gray-dark);
        font-size: 14px;
        font-weight: var(--mf-text-regular);
    }

.mfi-col-dir {
    flex-direction: column;
}

.mfi-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mfi-wrap {
    flex-wrap: wrap;
}

.mfi-fixed-container {
    min-width: 320px;
    max-width: 384px;
}

.mfi-img-frame {
    background-color: var(--mf-white);
    border-radius: var(--mf-radius);
    box-shadow: 1px 1px 8px 0 #d2d2d2;
    padding: 4px;
    margin: 6px 8px 6px;
    border: 2px solid var(--mf-white);
    transition: 0.3s;
    cursor: pointer;
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mfi-img-frame:hover,
    .mfi-img-frame:active {
        border: 2px solid var(--mf-brand-color);
    }

.mfi-payment-img {
    max-width: 92%;
    max-height: 92%;
}

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

    .scrolling-wrapper-flexbox::-webkit-scrollbar {
        display: none; /*for Chrome, Safari, and Opera */
    }
/*--------------------------- FORM----------*/
form * {
    display: block;
}

form input {
    flex-grow: 1;
}

.align-center {
    display: flex;
    align-items: center;
}

.form-container {
    border-radius: 8px;
}

.mfi-form-top {
    border-radius: 8px 8px 0 0;
    border-bottom: solid 1px #c7c7c7;
}

.mfi-form-bottom {
    border-radius: 0 0 8px 8px;
    border-top: solid 1px #c7c7c7;
}

.card-no-container {
    display: table-cell;
    height: 38px !important;
    padding: 1.6px 16px;
    background-color: #fff;
    margin: 0;
}

.start-padding {
    padding-inline-start: 16px;
}

.input-no-border {
    border: none;
}

input:focus {
    outline: none;
}

::-webkit-input-placeholder { /*Edge*/
    font-size: 12px !important;
}

.payment-card {
    width: 30px !important;
    margin: 0 4px;
}

.full-width-input {
    width: 90%;
}

.half-width-input {
    width: 49.5%;
}

.vertical-divider {
    border-left: 1px solid #c7c7c7;
    height: 38px !important;
}

.mfi-pay-now {
    margin-top: 24px;

    width: 100%;
    cursor: pointer;
}

    .mfi-pay-now:hover {
        background: linear-gradient( to right, #7BC4EC, #03658E, #59609C);
        cursor: pointer;
    }

.card-top-container, .card-top-container.error {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.card-mid-container, .card-mid-container.error {
    border-radius: 0 !important;
}

.card-bottom-container, .card-bottom-container.error {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}


.card-top-container {
    border-bottom: none !important;
}

.card-mid-container {
    border-bottom: none;
    border-top: none;
}

.card-bottom-container {
    border-top: none !important;
}

.card-top-container.error, .card-mid-container.error {
    border-color: red !important;
    border-collapse: collapse;
}

/*--------------------------- TOKEN VIEW----------*/
.form-cont {
    padding: 0px !important;
}

div.form-group#saved-cards-div {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.form-group:has(#btn-add-card) {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#btn-add-card {
    margin-top: 7px;
}

#btn-add-card-lbl {
    display: initial;
}

/*-------------------------PAYMENT - RESULT----------*/

.mfi-status-container {
    padding: 4px 16px;
    background-color: var(--mf-gray-light);
    border-radius: 2px;
}

.mfi-success-text {
    font-weight: var(--mfi-text-semiBold);
    color: var(--mf-green-dark);
}

.mfi-danger-text {
    font-weight: var(--mfi-text-semiBold);
    color: var(--mf-red);
}

.mfi-title {
    font-size: var(--mf-lg-text);
    font-weight: var(--mfi-text-semiBold);
    color: var(--mf-secondary);
    padding-top: 4px;
}

.mfi-invoice-transaction-details {
    padding: 12px 0;
    display: flex;
    gap: 8px;
    align-items: center;
}
.mfi-card.card {
    border: none;
    padding: 16px;
}
.mfi-card-icon {
    width: 20px;
}

p {
    margin-bottom: 0;
}

.item.p-large {
    color: var(--mfi-gray-dark);
    font-size: var(--mfi-base-text);
    font-weight: var(--mfi-text-semiBold);
}
.p-large.p-custom {
    color: var(--mfi-gray);
    font-size: var(--mfi-base-text);
    font-weight: var(--mf-text-regular);
}

.mfi-data-table td {
    border: 1px solid var(--mfi-gray-20);
    text-align: left;
    padding: 12px;
    width: 50%;
}
.mfi-alert {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 16px;
    font-size: var(--mfi-base-text);
    font-weight: var(--mfi-text-semiBold);
    border-radius: 5px;
}
    .mfi-alert i {
        font-size: 24px;
    }
    .mfi-alert span {
        padding-top: 2px;
    }
.mfi-alert-success {
    color: var(--mf-green-dark);
    background-color: var(--mf-green-light);
    border: 1px solid var(--mf-green-dark);
}
.mfi-alert-danger {
    color: var(--mf-red);
    background-color: var(--mf-red-light);
    border: 1px solid var(--mf-red);
}
    .mfi-alert-danger span {
        color: var(--mf-red-dark);
        max-width: 332px;
    }
/*--------------------------- FOOTER--------------------*/
.mfi-cancel-container.mfi-sub-container {
    padding: 24px;
}

.mfi-cancel {
    background-color: var(--mf-red);
    padding: 8px 16px;
    transition: 0.3s;
    font-size: 16px;
    line-height: 16px;
}

    .mfi-cancel:hover,
    .mfi-cancel:active {
        background-color: var(--mf-darker-red);
    }

.mfi-footer {
    color: var(--mfi-gray);
    font-size: 12px;
    font-weight: 400;
    padding: 16px;
}

/* DROPDOWN
   ========================================================================== */

.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 4px 10px 0px #D2D2D6;
    padding: 8px 4px;
    border-radius: 8px;
    position: absolute;
    top: 34px;
}

.dropdown-content {
    display: none;
    min-width: 68px;
    padding: 4.8px 0;
    z-index: 1000;
}

.currency-name {
    text-decoration-line: none;
    color: var(--mf-secondary-color);
    font-size: 12px;
}

.dropdown-scroll {
    max-height: 116px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: var(--mf-gray-bg);
}

/*Handle*/
::-webkit-scrollbar-thumb {
    background: var(--mfi-primary);
    border-radius: 8px;
}

.menu-item {
    padding: 4px 16px;
    margin: 0;
    cursor: pointer;
}

    .menu-item:hover, .menu-item:active {
        background: var(--mf-gray-bg);
        color: var(--mf-brand-color);
    }

.menu-item-divider {
    border-bottom: 1px solid var(--light-grey);
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity D8D8D8 */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer; !* Add a pointer on hover *!*/
}

.central-item {
    position: absolute;
    left: 48%;
    top: 50%;
}

button.mfi-button:focus {
    outline: none;
}

.dropdown-backdrop {
    display: none;
    position: unset;
}

.modal-backdrop {
    /*display:none;*/
}
/* ----------------------------------------------------------------------- */
@media screen and (min-width: 1800px) {
    .mfi-fixed-container {
        min-width: 350px;
        max-width: 444px;
    }

    .mfi-vendor-name {
        font-size: 24px;
        line-height: 32px;
        width: 197px;
        max-height: 70px;
    }

    .mfi-logo-container {
        max-height: 64px;
        max-width: 64px;
    }

    .mfi-amount-sup, .mfi-btn-primary,
    .mfi-cancel {
        font-size: 20px;
        line-height: 24px;
    }

    .mfi-apple-pay {
        font-size: 20px;
        line-height: 25px;
    }


    .mfi-btn-primary {
        padding: 10px;
    }

    .mfi-sub-text, .mfi-footer,
    .mfi-lang a, .mfi-btn-currency span {
        font-size: 16px;
        line-height: 20px;
    }

    div.mfi-central-text span {
        font-size: 16px;
    }

    .currency-name {
        font-size: 14px;
    }

    .mfi-img-frame {
        width: 72px;
        height: 44px;
    }

    .field-container .card-no-container {
        height: 44px !important;
    }

    ::-webkit-input-placeholder { /*Edge*/
        font-size: 12px !important;
    }

    .vertical-divider {
        height: 44px !important;
    }
}

@media (max-width: 768px) {
    body, html {
        letter-spacing: 0;
    }

    .mfi-inner-container {
        min-width: unset;
    }

    .mfi-apple-pay {
        font-size: 14px;
        line-height: 20px;
    }

    .mfi-pay-now,
    .mfi-vendor-name {
        font-size: 16px;
        line-height: 20px;
    }

    .mfi-google-pay {
        height: 32px;
    }

    .mfi-apple-pay {
        padding: 6px;
    }

    .mfi-google, .mfi-apple, .mfi-letter {
        height: 20px;
    }

    .mfi-amount-main {
        font-size: 20px;
    }

    .mfi-btn-currency span, .mfi-cancel,
    .mfi-sub-text, .mfi-amount-sub,
    .mfi-central-text, .mfi-lang {
        font-size: 14px;
    }

    .mfi-logo-container {
        max-height: 38px;
        max-width: 48px;
    }

    .mfi-sub-container {
        margin: 0 16px;
    }
}

.currency-card {
    padding: 1.6px 8px;
    align-items: center;
    box-shadow: 1px 2px 5px 0 rgba(144, 144, 144, 0.5);
    flex-direction: row-reverse;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    margin: 0 16px;
    padding-left: 4.8px !important;
}

.arrow {
    border: solid black;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2px;
    margin-right: 5px;
    margin-left: 0px;
    margin-bottom: 2px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*phone land scape*/

@media (max-width: 575.98px) {
    .mfi-align-end {
        align-self: flex-end;
    }

    .mfi-btn-currency {
        padding: 6px 8px;
    }

    .mfi-sub-container-phone {
        flex-direction: column-reverse;
    }

    .mfi-amount {
        align-self: flex-start;
    }

    .mfi-vendor-name {
        width: 144px;
        max-height: 41.6px;
    }

    .menu-item {
        padding: 5.6px 8px;
    }

    .dropdown-scroll {
        max-height: 130px;
    }

    .payment-card {
        width: 24px !important;
    }

    .mfi-fixed-container, .form-container {
        min-width: 128px;
        max-width: 340px;
    }

    .mfi-inner-container {
        max-width: 416px;
    }

    .dropdown-backdrop {
        position: unset;
    }
}


.disabledbutton {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.65;
}

input[disabled] {
    cursor: not-allowed;
}

.gpay-card-info-container.black, .gpay-button.black {
    outline: 0px !important;
}

.gpay-card-info-container {
    min-height: 34px !important;
}

.gpay-card-info-container-fill .gpay-card-info-iframe {
    height: 45px !important;
    bottom: 3px;
}

.gpay-button.black.pay.hover {
    background-color: black;
}

/*modal*/
.modal-content {
    background-color: #fefefe;
    margin: 5% 5% 5% 5%;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    height: 80%;
}

@media (max-width: 768px) {
    .modal-content {
        width: 90%;
        height: 85%;
    }
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #66afe9;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

@media (max-width: 412px) {
    #loader {
        left: 60%;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1800deg);
        display: none;
        visibility: hidden;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1800deg);
        display: none;
        visibility: hidden;
    }
}

}

/*------------------------BUTTONS---------------------------------------------------*/
.mfi-btn {
    font-weight: var(--mfi-text-semiBold);
    font-size: var(--mfi-base-text);
    line-height: 17.88px;
    border-radius: var(--mf-default-radius);
    transition: 0.3s;
}

.mfi-btn-primary {
    color: var(--mf-white);
    background: var(--mfi-primary);
    border: 2px solid var(--mfi-primary);
    height: 40px;
}

    .mfi-btn-primary:hover {
        color: var(--mf-white);
        background: var(--mfi-primary);
        border: 2px solid var(--mfi-primary);
    }

.mfi-logo-new {
    height: 16px;
}

.mfi-m-end-8 {
    margin-inline-end: 8px;
}

.mfi-m-x-8 {
    margin: 0 8px;
}

.stc-input {
    border-radius: 7px 0px 0px 7px !important;
    width: 60% !important;
    height: 32px !important;
    font-size: 12px;
    padding-top: 4px;
}

.mf-stc-send-btn {
    height: 32px !important;
}

#stcPayButton {
    margin-bottom: 24px !important;
    height: 34px !important;
}

.col-sm-offset-0, .col-sm-offset-1 {
    padding: 0px !important;
    margin-left: 0px !important;
}

.mw-send-btn {
    width: 86px !important;
    padding-left: 20px;
}


#stcPayButton {
    width: 100% !important;
    margin-bottom: 10px !important;
}

.mw-send-btn {
    width: 110px !important;
}

.form-group {
    margin-bottom: 0px;
}

.disabled {
    opacity: 0.65;
    cursor: not-allowed !important;
}

.mf-payment-btns-container {
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

    .mf-payment-btns-container .swipe-btn {
        bottom: 0;
        left: 0;
        top: unset !important;
    }

.mf-payment-btns-container .stc-body {
/*    bottom: 0; 
*/    left: 0;
    top: unset !important;
    margin-bottom: 26px;
}

.payment-result-table tr td {
    border: none !important;
}


.collapsible {
    overflow: hidden;
    max-height: 750px;
    transition: max-height 0.5s ease-out;
}

.collapsibleWallet {
    overflow: hidden;
    max-height: 150px;
    transition: max-height 0.6s ease-out;
}

.hidden {
    max-height: 0;
    opacity: 0;
}

.hidden-method {
    max-height: 0;
    display: none;
}

.mf-select-other-payment-container {
    display: flex;
    justify-content: center; 
    align-items: center;
    height: 100%;
}
.mf-btn-secondary-outlined.mf-hidden,
.mf-btn-primary-outlined.mf-hidden {
    display: none;
}
.mf-btn {
    font-weight: var(--mfi-text-semiBold);
    font-size: var(--mfi-base-text);
    border-radius: var(--mf-default-radius);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.mf-btn-secondary-outlined:hover {
    color: var(--mf-white);
    background: var(--mf-gray);
    border: 2px solid transparent;
}

.mf-btn-secondary-outlined {
    background: var(--mf-white);
    color: var(--mf-secondary);
    border: 2px solid var(--mf-secondary);
    height: 34px;
}
    .mf-btn-primary-outlined:hover {
        color: var(--mfi-primary);
        background: var(--mfi-primary-light);
        border: 2px solid transparent;
    }

.mf-btn-primary-outlined {
    background: var(--mf-white);
    color: var(--mfi-primary);
    border: 2px solid var(--mfi-primary);
    height: 34px;
    padding: 6px 12px;
}

.mfi-tooltip {
    position: relative;
    /*display: inline-block;
    border-bottom: 1px dotted black;*/
}

    .mfi-tooltip .mfi-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: var(--mfi-gray-dark);
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        bottom: 47px;
        right: -27.5px;
        z-index: 1;
    }

    .mfi-tooltip:hover .mfi-tooltiptext {
        visibility: visible;
    }

.cardViewAmount {
    display: flex;
    margin-inline-start: 4px;
}