/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.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://opensource.org/licenses/afl-3.0.php
* 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@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.seller-account-logo {
	background-color: #232323;
	-webkit-mask: url(../img/icon/logo.svg) no-repeat center;
  	mask: url(../img/icon/logo.svg) no-repeat center;
	-webkit-mask-position: top;
	mask-position: top;
	-webkit-mask-size: 27px;
	mask-size: 27px;
}

.page-my-account #content .links a:hover .seller-account-logo {
    background-color: #24b9d7;
}

.form-seller-logo {
    max-width: 125px;
}

.agile-products-sort,
.agile-orders-sort {
	text-decoration: none !important;
}

.agile-products-sort.current,
.agile-orders-sort.current {
    color: #000;
}

.agile-border {
	border: 1px solid #dbe6e9;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.06);
}

#agile .tagify-container {
	background-color:#fff;
	padding:0px 3px;
	min-height:30px;
	overflow:auto;
	border:solid 1px #ccc;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:rgba(0,0,0,0.075) 0 1px 1px inset;
	box-shadow:rgba(0,0,0,0.075) 0 1px 1px inset
}

#agile .tagify-container span {
	float:left
}

#agile .tagify-container>span {
	display:inline-block;
	padding:0.3rem 0.5rem;
	margin:3px;
	border-radius:2px;
	background-color:#24b9d7;
	color:#fff
}

#agile .tagify-container>span>a {
	color:#1d93ab;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px
}

#agile .tagify-container>span>a:hover {
    opacity: .5;
}

#agile .tagify-container>input {
	margin-top:3px;
    padding:0.3rem 0.5rem;
	border:0 none;
	width:140px;
	height:auto;
	-webkit-box-shadow:none;
	box-shadow:none
}

#agile .tagify-container>input:focus {
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none
}

.mce-edit-area >iframe {
	min-height: 53px;
}

.seller-panel {
	background-color: #FFF;
}

#module-agilemultisellerpro-agilesellers .sellers-list {
	display: flex;
	flex-wrap: wrap;
}

body#product .seller-logo {
	max-height: 120px;
}

@media (max-width: 767px) {
	#product_form {
		margin-top: 20px;
	}

	.sales-stat-currency {
		display: none;
	}
}

#csv_files_history .panel-heading{
    padding: 0.75rem;
}
#csv_files_history .csv-history-btn{
    padding: 0px;
}

@keyframes agilespin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

#agile-modal .material-icons.spin {
	animation-name: agilespin;
	animation-duration: 4000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	font-size: 70px;
	opacity: 0.5;
}

#module-agilemultisellerpro-productimport #agile-modal-content {
	text-align: center;
}

#module-agilemultisellerpro-productimport #agile-modal-content .alert {
	text-align: left;
}

.agile-seller-information__label {
	margin-bottom: 30px;
}
