@font-face {
    font-family: 'fsww';font-display: swap;
    src: url('//cottonsweetshop.com/wp-content/plugins/FS_WooCommerce_Wallet/assets/fonts/fsww.eot');
    src: url('//cottonsweetshop.com/wp-content/plugins/FS_WooCommerce_Wallet/assets/fonts/fsww.eot?#iefix') format('embedded-opentype'),
    url('//cottonsweetshop.com/wp-content/plugins/FS_WooCommerce_Wallet/assets/fonts/fsww.woff') format('woff'),
    url('//cottonsweetshop.com/wp-content/plugins/FS_WooCommerce_Wallet/assets/fonts/fsww.ttf') format('truetype'),
    url('//cottonsweetshop.com/wp-content/plugins/FS_WooCommerce_Wallet/assets/fonts/fsww.svg#fsww') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fsww-icon-wallet::before {
    content: '\0041';
    display: inline-block;
    font-family: 'fsww';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fsww-balance {
    margin-left: 16px !important;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2c3338;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.fsww-right {
    float: right;
}

.fsww-input {
    border: 1px solid #c4cdd5 !important;
    border-radius: 6px !important;
    min-height: 36px !important;
    padding: 6px 10px !important;
    box-shadow: none !important;
}

.fsww-wallet-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    margin-right: 8px;
    font-size: 20px;
    vertical-align: text-bottom;
}

.woocommerce-MyAccount-content .fsww-meke-deposit-sc,
.woocommerce-MyAccount-content .fsww_table {
    border: 1px solid #e2e7ec;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
}

.woocommerce-MyAccount-content .fsww-balance-tr {
    margin: 0 0 12px;
}

.fsww-modals {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    display: none;
}

.fsww-modals-container {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    padding: 20px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fsww-refund-modal {
    min-width: min(360px, 100%);
    background: #fff;
    padding: 18px;
    margin: auto;
    width: min(520px, 100%);
    border-radius: 8px;
    border: 1px solid #d4dbe3;
}

.fsww-hide-overflow {
    overflow: hidden;
}

.fsww-refund-modal textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 110px;
}

.fsww-wallet-checkout-icon {
    margin-top: -3px;
}
