/**
 * PEAR Coding Standard.
 *
 * PHP version 5
 *
 * Front CSS file
 *
 * @category  CSS
 * @package   AI-Run
 * @author    ai-dev <contact@ai-dev.fr>
 * @copyright ai-dev since 2020
 * @license   Read the multi-language license license.txt
 *
 * @version   0.3.0
 *
 * @link      http://www.boutique.ai-dev.fr
 */

#airun_uploader_overlay {
	z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#airun_uploader_container {
	z-index: 1000;
    position: fixed;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    display: none;
    background: #ffffff;
	border-radius: 10px;
}

#airun_uploader_container .uploader_close {
	float: right;
    color: #ffffff;
    margin-right: -20px;
    margin-top: -20px;
	cursor: pointer;
}

#airun_uploader_container ul {
	display: none;
}

#airun_uploader_container .drop_title {
	text-align: center;
	Font-size: 1.5vw;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
}

#airun_uploader_overlay.active,
#airun_uploader_container.active {
	display: block;
}

#airun_uploader_drop {
	background: #f5f5f5;
	border: dashed 3px #c8c8c8;
	border-radius: 10px;
	color: #0080ff;
	position: absolute;
	top: 5%;
	left: 2%;
	height: 90%;
	width: 96%;
}

#airun_uploader_drop span {
	color: #c8c8c8;
	font-size: 1vw;
}

#airun_uploader_drop .upload_button {
	display: inline-block;
    position: relative;
}

#airun_uploader_drop button {
	background-color: #0080ff;
	color: #ffffff;
	padding: 10px;
    font-size: 1vw;
	position: absolute;
    width: 100%;
}

#airun_uploader_file {
	height: 100%;
    opacity: 0;
    cursor: pointer;
}

.wppb-user-forms.wppb-edit-user.wppb-user-role-subscriber img {
	display: inline-block;
}

.wppb-user-forms.wppb-edit-user.wppb-user-role-subscriber button {
	background: transparent;
    color: #bb0d0a;
}

.woocommerce-account #doc .form-submit {
	display: none !important;
}