/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the GNU General Public License v3.0
 * that is bundled with this package in the file license.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.html
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@smartsend.io so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the plugin to newer
 * versions in the future. If you wish to customize the plugin for your
 * needs please refer to https://www.smartsend.io
*
*  @author    Smart Send <support@smartsend.io>
*  @copyright Smart Send
*  @license   http://www.gnu.org/licenses/gpl-3.0.html  GNU General Public License v3.0
*/
.shipping_agent_container div.selector {
    padding: 0px;
    width: 100% !important;
}
.shipping_agent_container div.selector span{
    display: none;
}
.shipping_agent_container div.selector select.shipping_agents {
    opacity: unset;
    border: 1px solid #d6d4d4;
    position: relative;
    top: unset;
    left: unset;
}
