/**
 * 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_AffiliatePro
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/* Banner */
.affiliate-banner-content fieldset {
    width: 100% !important;
    font-family: Arial;
}

.affiliate-banner-content fieldset .link {
    height: 65px;
}

.affiliate-banner-content fieldset .preview {
    height: auto;
}

.affiliate-banner-content fieldset .preview .control {
    height: 180px;
    overflow: auto
}

.affiliate-banner-content fieldset .preview img {
    max-height: 175px;
    max-width: 800px;
}

.affiliate-banner-content fieldset .content textarea {
    width: 100%;
}

.affiliate-banner-content fieldset legend {
    font-family: Arial;
}

.affiliate-banner-content fieldset .field .link {
    font-family: Arial;
}

.affiliate-banner-content fieldset .field .content {
    font-family: Arial;
}

#banner-title {
    font-size: 18px;
    font-family: Arial;
}

.bnlink-refer-content {
    height: 200px;
}

#bn-link-refer {
    display: none;
    height: auto;
}

#link-bn {
    margin-bottom: 20px;
}

.btn-outline:hover {
    background-color: #1979C3 !important;
    color: white !important;
}

.btn-outline {
    color: #1979C3;
    border: 1px solid #1979C3;
    margin-top: 10px;
    background-color: white;
    padding-left: 30px;
    padding-right: 30px
}
.btn-outline:focus {
    color: #1979C3;
    border: 1px solid #1979C3;
    margin-top: 10px;
    background-color: white;
    padding-left: 30px;
    padding-right: 30px
}