/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Affiliate
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/* ============ Affiliate Stylesheets ============ */
.affiliate-clear {
    clear: both
}

.terms_condition_text {
    margin: 10px;
    border: 1px solid #c2c2c2;
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
}

.form-affiliate .actions-toolbar {
    margin-top: 25px
}

.box-affiliate-withdraw-transaction {
    margin-top: 50px;
}

.affiliate-strength-meter {
    background-color: #f4f4f4;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
    font-size: 10px;
    margin-top: 1px;
}

.affiliate-input-read-only {
    background-color: #F0F4C3 !important;
    color: #585555 !important;
    border: 1px solid #F0F4C3 !important;
}

/*--style credit information--*/
.info-account-summary {
    float: left;
    width: 100%;
    height: auto;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
}

#balance {
    width: 20%;
    float: left;
    height: auto;
    margin-right: 20px;
}

#holding-balance {
    width: 20%;
    float: left;
    height: auto;
    margin-right: 20px;
}

#total-earned {
    width: 20%;
    float: left;
    height: auto;
    margin-right: 20px;
}

#total-paid {
    width: 20%;
    float: left;
    height: auto;
    margin-right: 20px;
}

#title {
    color: #616161;
    text-align: center;
    width: 100%;
    float: left;
}

#value-bl {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    float: left;
    background-color: rgb(99, 210, 151);
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

#value-hl {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    float: left;
    background-color: rgb(247, 203, 77);
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

#value-tc {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    float: left;
    background-color: rgb(91, 149, 249);
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

#value-tp {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    float: left;
    background-color: rgb(139, 195, 74);
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pager .limiter {
    float: right !important;
}