.yith-funds-shortcode-badge {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px 10px;
    width: 350px;
    height: 230px;
    gap: 10px;
}

.yith-funds-shortcode-inline {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px 10px;
    height: 100px;
    gap: 10px;
}

/* Fund balance shortcode */
.yith-funds-balance-wrapper.yith-funds-shortcode-badge .yith-funds-balance-total {
    font-weight: 600;
}

.yith-funds-balance-wrapper.yith-funds-shortcode-badge .yith-funds-balance-total {
    font-size: 2.5rem;
}
.yith-funds-balance-wrapper.yith-funds-shortcode-badge .yith-funds-balance-icon{
    margin-top:10px;
}

.yith-funds-balance-wrapper.yith-funds-shortcode-inline .yith-funds-balance-icon{
    margin-left:10px;
}

.yith-funds-balance-wrapper img {
    max-width: 40px;
}

/* Add funds / Redeem funds form */
.yith-funds-add-fund-form {
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    border-radius: 10px;
}

 .yith-funds-add-fund-form .yith-funds-add-fund-currency {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-color: #f5f5f5;
    border-right-style: solid;
    border-right-width: 1px;
}

.yith-funds-add-fund-form .yith-funds-add-fund-input {
    flex: 1;
    margin-left: 15px;
}

.yith-funds-add-fund-form input[type="number"],
.yith-funds-add-fund-form input[type="number"]:focus {
    border: none;
    width: 98%;
    margin: 0;
    padding: 0;
    box-shadow:none;
}

.yith-funds-add-fund-wrapper .yith-funds-add-fund-error{
    display:none;
    color:#ca0001;
}
/* Add funds shortcode */

.yith-funds-add-fund-wrapper {
    padding: 30px;
    align-items: flex-start;
    width: 550px;
}

.yith-funds-add-fund-wrapper .yith-funds-add-fund-form {
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    border:1px solid #d9d9d9;
}

.yith-funds-add-fund-wrapper .yith-funds-add-fund-form .yith-funds-add-fund-currency {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-color: #f5f5f5;
    border-right-style: solid;
    border-right-width: 1px;
}

.yith-funds-add-fund-wrapper .yith-funds-add-fund-form .yith-funds-add-fund-input {
    flex: 1;
    margin-left: 15px;
}

.yith-funds-add-fund-wrapper .yith-funds-add-fund-form #yith-funds-add-amount,
.yith-funds-add-fund-wrapper .yith-funds-add-fund-form #yith-funds-add-amount:focus {
    border: none;
    width: 98%;
    margin: 0;
    padding: 0;
    box-shadow:none;
}

.yith-funds-add-fund-wrapper .button.yith-funds-add-fund {
    width: 100%;
    border-radius: 10px !important;

}

.yith-funds-add-fund-wrapper .button.yith-funds-add-fund.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.yith-funds-add-fund-wrapper .yith-funds-add-fund-title {
    font-weight: bold;
}

/* History table */
.theme-yith-proteo .yith-funds-history-table td {
    padding: 25px 15px;
}

.yith-funds-history-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yith-funds-history-header .yith-funds-history-filter-content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom:30px;
}
.yith-funds-history-header .yith-funds-history-filter-content .select2.select2-container{
    max-width:300px!important;
}

.yith-funds-history-header .yith-funds-history-filter-content .ywf_history_filter_button{
    margin:0!important;
    border-radius:10px!important;
}

.yith-funds-history-table td.yith_funds_history-deposit-amount{
    font-size: 0.8em;

}
.yith-funds-history-table td.yith_funds_history-deposit-amount > span {
    font-size:1.3em;
}
.yith-funds-history-table td.yith_funds_history-deposit-amount .ywf_plus{
    color:green;
}

.yith-funds-history-table td.yith_funds_history-deposit-amount .ywf_minus{
    color:red;
}

.yith-funds-history-table .yith_funds_history_pagination td{
    text-align:center;
    border-top:none!important;
}
.yith-funds-history-table td.yith_funds_history-deposit-amount,
.yith-funds-history-table th.yith_funds_history-deposit-amount{
    text-align: right!important;

}
.yith-funds-no-history{
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-radius: 10px;
    border: 1px dotted #c2c2c2;
}

