div.sushiday-account-funds-popup-button {
    position: fixed;
    bottom: -100px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition:  bottom ease-in-out 1s;

    background-color: #004AAD;
    border-radius: 40px;
    padding: 0.1em 10px;
    padding-right: 10px;
    z-index: 999;

    white-space: nowrap;
}

div.sushiday-account-funds-popup-button.visible {
    bottom: 10px;
}

div.sushiday-account-funds-popup-button img {
    height: 30px;
    margin: 0 10px;
}

div.sushiday-account-funds-popup-button span.amount {
    margin-left: 0.2em;
}


div.sushiday-account-funds-popup-box {
    width: 420px;
    height: 380px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 40px 20px;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.75);

    display: flex;
    flex-direction: column;
    align-items: center;
}

div.sushiday-popup-header {
    width: 100%;
    height: 265px;
    background-image: url("/wp-content/plugins/sushiday-plugin/public/images/account-funds-banner.png?ver=1.0.99");
    background-size: cover;
    margin-bottom: 9px;
    background-clip: border-box;
    border-radius: 20px 20px 0 0;
}

div.sushiday-account-funds-popup-box h1 {
    background-color: #004AAD;
    width: 100%;
    white-space: nowrap;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    font-size: 28pt;
}

div.sushiday-account-funds-popup-box form {
    flex-grow: 1;
    padding: 0 0.5em;
    width: 100%;

    display: flex;
    position: relative;
    padding-top: 2.7em;
    margin-top: 1em;
    justify-content: center;
}

div.sushiday-account-funds-popup-box form .form-row.form-row-first {
    margin-right: 1em;
    max-width: 150px;
}


div.sushiday-account-funds-popup-box div.sushiday-popup-footer {
    background-color: #004AAD;
    width: 100%;
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    border-radius: 0 0 20px 20px;
    font-size: 15pt;
}

div.sushiday-account-funds-popup-box h1 img {
    height: 1em;
    margin: 0 10px;
}

div.sushiday-account-funds-popup-box > p.description {
    text-align: center;
    font-size: 14pt;
    margin: 0;
}


/* Account funds products scroll */
div.sushiday-account-funds-popup-box > div.woocommerce {
    overflow-y: scroll;
}

div.sushiday-account-funds-popup-box > .woocommerce-Price-amount {
    font-size: 30pt;
    font-weight: bold;
}

div.sushiday-account-funds-popup-box > p.sub-description {
    text-align: center;
    font-size: 12pt;
    margin: 0;
    padding: 0 1em;
    color: red;
}

div.sushiday-account-funds-popup-box h3 {
    font-size: 14pt;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

div.sushiday-account-funds-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    
    z-index: 1001;

    display: none;
}

div.sushiday-account-funds-popup-overlay.visible {
    display: block;
}

a.top-up-account {
    text-decoration: underline !important;
    cursor: pointer;
    font-weight: bold;
}


div.sushiday-account-funds-popup-box div.close-popup {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 7px;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/plugins/sushiday-plugin/public/images/close.svg");
    background-size: contain;
}


/*Remove " You currently have $5.00 worth of Account Funds in your account. " as we show it in the button */
div.woocommerce-MyAccount-account-funds > p {
    display: none;
}

/* Bigger account funds balance in kadence block */
.kt-infobox-textcontent .woocommerce-Price-amount {
    font-size: 14pt;
    font-weight: bold;
    color: #004AAD;
}

/*Make all the buttons in My Account the same height*/
a.kt-blocks-info-box-link-wrap {
    height: 185px;
}

/*My Account Kadence Button Logo*/
div.account-funds-logo-myaccount {
    width: 50px;
    height: 50px;
    background-image: url("/wp-content/plugins/sushiday-plugin/public/images/account-funds-black.png?ver=1.0.99");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}

/*Change to white on hover*/
div.wp-block-kadence-column:hover div.account-funds-logo-myaccount {
    background-image: url("/wp-content/plugins/sushiday-plugin/public/images/account-funds-white.png?ver=1.0.99");
}
div.wp-block-kadence-column:hover .kt-infobox-textcontent .woocommerce-Price-amount {
    color: white;
}


input.button.top-up-now {
    background-color: #004AAD !important;
    color: white !important;
    border-radius: 30px;
    font-size: 14pt;
}


/*Red You do not have enough balance....*/
.af-error {
    color: red;
    font-size: 16pt;
    text-align: center;
    font-weight: bold;
}

.af-error > a {
    background-color:red !important;
    color: white !important;

    font-size: 26px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;

    background-color: #004AAD;
    border-radius: 40px;
    padding: 0.1em 10px;
    padding-right: 10px;
    z-index: 999;

    white-space: nowrap;

    text-decoration: none !important;

    display: block;
    max-width: 340px;
    margin: 0.5em auto;
}



a.account-funds-withdraw {
    background-color: var(--wp--preset--color--vivid-red) !important;
    color: white !important;
    border-radius: 30px;
    font-size: 14pt;
    margin-left: 1em;
    display: inline-block;
}

@media (max-width:600px) {
    div.sushiday-account-funds-popup-button {
        left: 10px;
    }

    div.sushiday-account-funds-popup-box {
        width: initial;
        left: initial;
        bottom: initial;
        margin: 10px;
        height: initial;
    }

    div.sushiday-account-funds-popup-overlay.visible {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    div.sushiday-popup-header {
        margin-bottom: 0.5em;
        height: 100px;
    }

    div.sushiday-account-funds-popup-box h1 {
        margin-bottom: 0.1em;
    }


    p.form-row.account-funds-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    a.account-funds-withdraw {
        margin-left: 0;
        margin-top: 1em;
    }
    
}